@charset "utf-8";
html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    zoom: 1;
}

.cl::after {
    content: "";
    clear: both;
    display: block;
    font-size: 0px;
    visibility: hidden;
    line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #333;
}

img {
    max-width: 100%;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tran4ms {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.txt-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.head .container {
    display: flex;
    align-items: center;
}

.head .logo img {
    width: 160px;
}

.head .nav-list li {
    position: relative;
    text-align: center;
    /* margin-left: 34px; */
}

.nav-list li a {
    display: block;
    float: left;
    font-size: 16px;
    text-align: center;
    height: 78px;
    line-height: 78px;
    border-bottom: 2px solid transparent;
}

.head .nav-list li a:hover {
    color: #467CE4;
    border-bottom: 2px solid #467CE4;
}


/* .index-banner {
    position: relative;
}

.index-banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../image/mask.png) center no-repeat;
    background-size: 100% 100%;
    height: 31px;
    z-index: 99;
}

.index-banner .swiper-pagination {
    bottom: 50px;
} */

.index-banner .swiper-button-prev,
.swiper-button-next {
    width: 42px;
}

.jiazhi {
    margin: 20px auto 32px;
}

.jiazhi .top h1 {
    font-weight: bold;
    position: relative;
}

.jiazhi .top h1::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 3px;
    top: 100%;
    background: #467CE4;
    left: 50%;
    margin-left: -60px;
    margin-top: 10px;
}

.jiazhi .top .info {
    margin: 30px auto;
}

.jiazhi .list {
    padding-left: 0px;
}

.jiazhi .list li {
    float: left;
    width: 25%;
    text-align: center;
    height: 300px;
    position: relative;
    color: #fff;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.jiazhi .list li h2 {
    transition: transform .4s;
}

.jiazhi .list li:hover h2 {
    transform: scale(1.2);
}

.jiazhi .list .list01 {
    background: #FC870C url(../image/line.png) right top no-repeat;
}

.jiazhi .list .list02 img,
.jiazhi .list .list04 img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
}

.jiazhi .list .list03 {
    background: #467CE4 url(../image/line.png) right top no-repeat;
    ;
}

.youshilist {
    display: flex;
    justify-content: space-around;
    padding: 40px 0;
}

.youshilist li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 6px;
    text-align: center;
}

.youshilist li p:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
}

.product {
    background: #F6F6F6;
}

.product .tit {
    text-align: center;
    margin: 40px 0px 30px;
}

.product .tit h1,
.indexnews .title h1 {
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}

.product .tit h1::before,
.indexnews .title h1::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 3px;
    top: 100%;
    background: #467CE4;
    left: 50%;
    margin-left: -60px;
    margin-top: 10px;
}

.case-item {
    margin-bottom: 30px;
}

.case-wrap .case-item:nth-child(4n) {
    margin-right: 0px;
}

.case-item-main {
    display: block;
    cursor: pointer;
}

.case-item-main:hover {
    box-shadow: 0px 7px 17px 3px #ccc
}

.case-item-main:hover h4,
.case-item-main:hover p,
.case-item-main:hover .case-itemlink {
    color: #467CE4;
}

.case-itemimg {
    height: 200px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    overflow: hidden;
    border: 1px solid #eee;
    border-bottom: none;
    /* background: #fff; */
}

.case-itemimg img {
    width: 100%;
}

.case-itemimg .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    flex-flow: column;
}

.case-itemimg .mask span {
    color: #fff;
    font-size: 1.6rem;
}

.case-itemimg .mask i {
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 4px 0;
    transition: all .5s;
}

.case-item-main:hover .mask {
    opacity: 1;
}

.case-item-main:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.case-item-main:hover .mask i {
    width: 20px;
}

.case-itemtxt {
    border: 1px solid #eee;
    padding: 12px;
    font-size: 1.4rem;
    border-top-width: 0;
}

.case-itemtxt h4 {
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.case-itemlink {
    padding: 12px 0;
    border-top: 1px solid #f2f2f2;
    margin-top: 30px;
    display: block;
}

.case-itemlink i {
    position: relative;
    left: -10px;
}


/* 首页新闻 */

.indexnews .title {
    margin: 40px 0 30px;
}

.indexnews .time {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    background: #F6F6F6;
    padding: 0 15px;
    color: #999;
    position: relative;
}

.indexnews .time-rt {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transition: right .4s;
    -moz-transition: right .4s;
    -ms-transition: right .4s;
    transition: right .4s;
}

.indexnews .date {
    font-size: 42px;
    font-weight: bold;
    padding-top: 5px;
}

.indexnews .month {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
}

.indexnews .text {
    background: #F6F6F6;
    padding: 0 15px 20px;
}

.indexnews .tit {
    padding: 20px 0px 10px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexnews .detail {
    padding-bottom: 15px;
    line-height: 20px;
    height: 40px;
    position: relative;
    overflow: hidden;
}

.indexnews .line2::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "...";
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #f6f6f6 55%);
    background: -moz-linear-gradient(left, transparent, #f6f6f6 55%);
    background: -o-linear-gradient(left, transparent, #f6f6f6 55%);
    background: linear-gradient(to right, transparent, #f6f6f6 55%);
}

.indexnews a {
    display: block;
    transition: box-shadow .2s;
}

.indexnews a:hover {
    box-shadow: 0 0 12px #999;
}

.indexnews a:hover .time {
    color: #467CE4;
}

.indexnews a:hover .time-rt {
    right: 5px;
}

.indexnews .news-lf img {
    height: 226px;
    width: 100%;
}

.indexnews .news-mid .item {
    margin-bottom: 15px;
}

.indexnews .news-rt .item:not(:last-child) {
    margin-bottom: 18.5px;
}

.indexnews .news-rt .item .time {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border: 0px;
}

.indexnews .news-rt .item .text {
    max-width: 75%;
}

.indexnews .news-rt .time-rt {
    top: 44%;
    transition: right .4s;
}

.indexnews .news-lfa:hover .time-rt {
    right: 5px;
}


/* side-bar */

.side-pannel {
    position: fixed;
    right: 0px;
    z-index: 99999;
}

.side-bar {
    border-bottom: none;
    bottom: 300px;
    background: #fff;
    padding: 0px;
}

.side-bar a {
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #E7E7E7;
    color: #fff;
    background: #467CE4;
    text-align: center;
    padding: 6px 8px;
}

.side-bar a s {
    display: block;
    font-size: 3.0rem;
    text-decoration: none;
}

.side-bar a:hover {
    background: #467CE4;
    color: #fff;
    text-decoration: none;
}

.side-bar a.qr,
.side-bar a.tel {
    position: relative;
}

.side-bar a.qr i {
    position: absolute;
    right: 112%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    z-index: 999;
}

.side-bar a.qr::before,
.side-bar a.tel::before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 2px -2px 4px #eee, -1px 1px 5px #fff;
    position: absolute;
    left: -26px;
    top: 15px;
    display: none;
    z-index: 999;
}

.side-bar a.qr:hover i,
.side-bar a.qr:hover::before,
.side-bar a.tel:hover::before,
.side-bar a.tel:hover .tel-wrap {
    display: block
}

.side-bar a.qr:hover i {
    width: 150px;
}

.tel-wrap {
    position: absolute;
    right: 120%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    padding: 20px;
    width: 250px;
    box-shadow: 0 1px 5px #ddd;
    z-index: 998;
    display: none;
}

.tel-top {
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
}

.tel-toplf span {
    font-size: 3.2rem;
    color: #666;
}

.tel-toprt p {
    font-size: 1.6rem;
    color: #f30303;
}

.tel-toprt h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #666;
}

.tel-toprt {
    text-align: left;
    margin-left: 12px;
}

.tel-bot span {
    font-size: 1.4rem;
    margin-right: 30px;
    color: #666;
}

.mb-gotop-wrap {
    position: fixed;
    right: 4px;
    bottom: 90px;
    width: 46px;
    height: 46px;
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 100%;
    line-height: 46px;
    z-index: 99999999;
}

.mb-gotop-wrap span {
    font-size: 3.2rem;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 990;
    width: 736px;
    height: 360px;
    overflow: hidden;
    background: url(../image/white.9.png) repeat;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    display: none;
}

.submenu-lf {
    float: left;
    width: 18%;
    top: 0;
    padding: 0px;
    height: 100%;
    background: #467CE4;
}

.submenu-lf li {
    float: none !important;
    width: auto;
    color: #624e00;
    margin-left: 0 !important;
}

.submenu-lf li a {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    margin-left: 0 !important;
    text-align: center;
}

.submenu-lf li a:hover {
    color: #666;
    background: rgba(255, 255, 255, .8);
}

.submenu-rt {
    float: left;
    width: 73.5%;
    padding: 35px 0 35px 35px;
    color: #5f5f5f;
    line-height: 1.8;
}

.submenu-rt .li {
    float: left;
    width: 46%;
    margin-right: 4%;
    text-align: center;
}

.submenu-rt .li img {
    margin-bottom: 15px;
}

.submenu-rt .li h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 12px;
}

.submenu-rt .li p {
    line-height: 20px;
}

.nav-list {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.nav-list li {
    display: block;
    float: left;
    border-bottom: 2px solid transparent;
}


/* .nav-list li:hover {
    border-bottom: 2px solid #467CE4;
} */


/* footer 底部 */

.footer {
    margin-top: 50px;
    padding: 40px 0px 0px;
    background: #18161A;
}

.footer-lf {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #3c3b3b;
}

.footer-lf dl dt {
    color: #fff;
    font-size: 16px;
    padding-bottom: 16px;
}

.footer-lf dl dd {
    margin-bottom: 10px;
}

.footer-lf dl dd a {
    color: #aaa;
}

.footer-lf dl dd a:hover {
    color: #467CE4;
}

.footer .copyright {
    padding: 15px 0px;
    border-top: 1px solid #3c3b3b;
}

.footer .copyright,
.footer .copyright a {
    text-align: center;
    color: #f5f5f5;
}

.submenu2 {
    left: -60px;
}

.submenu3 {
    right: -440px;
    left: auto;
}

.submenu4 {
    right: -300px;
    left: auto;
}

.submenu5 {
    left: auto;
    right: -160px;
}

.submenu6 {
    left: auto;
    right: -100px;
}

.inpage-top {
    padding: 12px 0px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.inpage-top .top-lf span {
    color: #467CE4;
    font-size: 15px;
    margin-right: 12px;
}

.inpage-top .top-lf i {
    margin-right: 8px;
}

.inpage-top .top-lf li {
    margin-top: 2px;
}

.inpage-top .top-lf li a {
    font-size: 13px;
}

.inpage-top .top-lf li a:hover {
    color: #467CE4;
}

.inpage-top .top-rt span {
    margin-right: 15px;
    color: #467CE4;
    margin-top: 5px;
}

.inpage-top .top-rt .search {
    border: 1px solid #ddd;
    border-radius: 100px;
    padding: 2px 12px;
    box-shadow: 3px 3px 5px #eaeaea;
}

.inpage-top .top-rt input {
    border: 0;
    outline: 0;
}

.inpage-top .top-rt button {
    color: #467CE4;
    border: 0;
    background: none;
    margin-right: -8px;
    outline: 0px;
}

.inpage-cont {
    padding-top: 40px;
}


/* .inpage-lf {
    width: 280px;
    float: left;
} */

.inpage-lf .nav-tit {
    height: 85px;
    background: #dddddc;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.inpage-lf .nav-tit span {
    font-size: 76px;
    letter-spacing: 1px;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-right: 2px;
}

.inpage-lf .nav-titrt h3 {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 3px;
}

.inpage-lf .nav-titrt p {
    font-size: 22px;
    letter-spacing: 1px;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
}

.inpage-lf .nav ul li {
    margin-top: 5px;
}

.inpage-lf .nav li a {
    display: block;
    border: 1px solid #eee;
    background: #fafafa;
    height: 45px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
}

.inpage-lf .nav02 {
    margin-top: 40px;
}

.inpage-lf .nav li a:hover,
.inpage-lf .nav li a.active {
    border-color: #467CE4;
    background: #467CE4;
    color: #fff;
}

.inpage-lf .nav02 .text {
    background: #fafafa;
    padding: 15px;
}

.inpage-lf .nav02 .text h3 {
    margin-bottom: 12px;
}

.inpage-lf .nav02 .text p {
    margin-bottom: 8px;
}


/* .inpage-rt {
    width: 820px;
    float: left;
    margin-left: 40px;
} */


/* 
.inpage-rt .case-item {
    width: 260px;
    float: left;
    margin-right: 20px;
} */


/* .inpage-rt .case-item:nth-child(3n) {
    margin-right: 0px;
} */

.page {
    display: flex;
    justify-content: center;
    width: 100%;
}

.page a,
.page span {
    padding: 6px 12px;
    border: 1px solid #ddd;
    margin: 0 10px;
}

.page a:hover,
.page a.on {
    background: #467CE4;
    color: #fff;
    border-color: #467CE4;
}

.about p {
    line-height: 1.8;
}

.inpage-cont .fanye {
    border-top: 1px solid #ddd;
    margin-top: 35px;
    padding-top: 20px;
}

.inpage-cont .fanye p {
    line-height: 2;
}

.inpage-cont .fanye p a:hover {
    color: #467CE4;
}

.inpage-rt .news-item a:hover h3 {
    color: #467CE4;
}

.inpage-rt .news-item a {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 25px;
    display: block;
    clear: both;
    overflow: hidden;
}

.inpage-rt .news-itemrt h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inpage-rt .news-itemrt p {
    line-height: 20px;
    position: relative;
    overflow: hidden;
    color: #999;
    margin: 12px 0 4px;
}

.inpage-rt .news-itemrt span {
    color: #999;
}

.inpage-rt .news-itemrt span i {
    margin-right: 6px;
}

.inpage-rt .line2::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "...";
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -moz-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(left, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

.inpage-rt .yuandi {
    margin-bottom: 30px;
}

.inpage-rt .cont p {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.inpage-rt .news-itemrt span {
    display: none;
}

.news-top {
    margin-bottom: 20px;
}

.news-top h3 {
    margin-bottom: 12px;
}

.news-top p span {
    margin-right: 12px;
    color: #999;
}

.news-top p span i {
    margin-right: 6px;
}


/* .map-list li{
    list-style-type: disc;
} */

.service-tit {
    margin-bottom: 12px;
}

.map-list li {
    margin-bottom: 8px;
}

.map-list li i {
    margin-right: 6px;
    color: #467CE4;
}

.market-feedback label i {
    margin-right: 6px;
    color: red;
}

.market-feedback .btn {
    width: 140px;
    height: 42px;
    font-size: 16px;
    outline: 0 none;
}

.market-feedback .btn:hover {
    background: #467CE4;
    color: #fff;
}

.customer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.customer-list li a {
    /* height: 200px; */
    display: block;
    margin-bottom: 15px;
}

.customer-list li a .custimg {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.customer-list li a .custimg img {
    max-height: 100%;
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -ms-transition: transform .4s;
    transition: transform .4s;
}

.customer-list li a:hover p {
    color: #467ce4;
}

.customer-list li p {
    text-align: center;
    font-size: 1.6rem;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
}

.customer-list li a:hover .custimg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.partnerimg {}

.join-top {
    background: #F1F1F1;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.join-top li {
    height: 50px;
    /*line-height: 50px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 20%;
    text-align: center;
}

.join-list .jt {
    border-top: 1px solid #ddd;
    cursor: pointer;
}

.join-list .jt span {
    display: block;
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.join-list .jt span:first-child {
    width: 40%;
}

.join-top li:first-child {
    width: 40%;
}

.join-list .jc {
    padding: 15px 30px;
    max-height: 420px;
    overflow-y: auto;
    display: none;
}

.join-list .jc .btn {
    width: 140px;
    border: 2px solid #467ce4;
    font-size: 18px;
    margin-top: 30px;
    border-radius: 0;
    color: #467ce4;
}

.yuandi li a {
    display: block;
    width: 100%;
}

.yuandi li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.yuandi li a:hover .tit {
    color: #467ce4;
}

.yuandi li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* height: 200px; */
    overflow: hidden;
    margin-bottom: 20px;
}

.yuandi li img {
    /*width: 100%;*/
    height: 180px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    -ms-transition: transform .3s;
    transition: transform .3s;
    object-fit: contain;
}

.yuandi li .tit {
    font-size: 16px;
    padding: 8px 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    height: 68px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mb-page a {
    display: block;
    border: 1px solid #ddd;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 42px;
}


/*  */

.head-top {
    background: #467CE4;
    color: #fff;
    padding: 4px;
}

.head-toprt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.head-toprt span {
    margin-right: 10px;
    font-size: 24px;
}

.friendlink {
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.friendlink span {
    font-size: 20px;
    color: #eee;
}

.friendlink .item {
    position: relative;
    /* overflow: hidden; */
}

.friendlink .item p {
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 1);
    height: 34px;
    line-height: 34px;
    padding: 0 6px;
    cursor: pointer;
}

.friendlink .item ul {
    height: 69px;
    overflow-y: auto;
    display: none;
    position: absolute;
    left: 15px;
    right: 15px;
}


/* .friendlink .item ul li {} */

.friendlink .item ul li a {
    display: block;
    color: #333;
    background: rgba(255, 255, 255, 1);
    height: 34px;
    line-height: 34px;
    padding: 0 6px;
}

.friendlink .item ul li a:hover {
    background: #467ce4;
    color: #fff;
}


/* 搜索结果列表页 */

.search-tit {
    padding: 20px 0px;
}

.search-top {
    width: 100%;
    background: #EDEDED;
    padding: 15px;
    margin-bottom: 20px;
}

.search-input {
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 12px;
}

.search-input input:nth-child(1) {
    margin-right: 6px;
    height: 40px;
    line-height: 40px;
    padding: 0 4px;
    outline: 0px;
}

.search-input input:nth-child(2) {
    height: 40px;
}

.search-list {
    margin-bottom: 40px;
}


/* .search-list li {
    list-style-type: decimal;
    margin-left: 15px;
} */

.search-list li a {
    display: block;
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 42px;
    border-bottom: 1px dotted #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-list li a span {
    color: #467CE4;
}

.piaofu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 130px;
    height: 130px;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    background: #477CE2;
}

.mbgotop {
    position: fixed;
    right: 10px;
    bottom: 150px;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ddd;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    display: none;
    border-radius: 100%;
}

.mbgotop span {
    font-size: 2.4rem;
    color: #999;
}

.mb-youshi img {
    width: 60px;
}

.inpage-rt .news-item a {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 25px;
    display: block;
    clear: both;
    overflow: hidden;
}

.news-itemrt h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-itemrt p {
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    box-orient: verical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.news-item a {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 25px;
    display: block;
    clear: both;
    overflow: hidden;
}