@charset "utf-8";
@import "common.css";

@font-face {
    font-family: 'PingFang';
    src: url('../images/PingFang Medium_downcc.otf');
    font-weight: normal;
    font-style: normal
}

body {
    font-family: PingFang, '宋体', Arial;
    color: #333;
    background-color: #f6f6f6
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.card-radius {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.bg-white {
    background: #fff !important
}

.banner {
    overflow: hidden;
    margin-top: 30px;
    width: 100%
}

.banner .slideBox {
    position: relative;
    overflow: hidden
}

.banner .slideBox .hd {
    position: absolute;
    height: 8px;
    line-height: 8px;
    bottom: 10px;
    left: 50%;
    margin-left: -20px;
    z-index: 1
}

.banner .slideBox .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px
}

.banner .slideBox .hd li.on {
    background: #4681e4
}

.banner .slideBox .bd {
    position: relative;
    z-index: 0
}

.banner .slideBox .bd li {
    position: relative;
    text-align: center
}

.banner .slideBox .bd li img {
    vertical-align: top;
    width: 100%
}

.banner .slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.banner .slideBox .bd li .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: left
}

.banner .slideBox:hover .prev,
.banner .slideBox:hover .next {
    display: block
}

.banner .slideBox .prev,
.banner .slideBox .next {
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -30px;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.2) url('../images/arrow-prev.png') center no-repeat;
    filter: alpha(opacity=50);
    opacity: .5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.banner .slideBox .next {
    left: auto;
    right: 50px;
    background-image: url("../images/arrow-nest.png")
}

.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4)
}

.banner .prevStop {
    display: none
}

.banner .nextStop {
    display: none
}

.topNav {
    height: 80px;
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 9
}

.topNav .logo {
    height: 80px;
    line-height: 80px
}

.topNav .logo a {
    display: block;
    width: 100%;
    height: 100%
}

.topNav .nav {
    height: 80px;
    line-height: 80px
}

.topNav .nav .nLi {
    height: 100%;
    position: relative
}

.topNav .nav .nLi.on h3 a {
    color: #4681e4
}

.topNav .nav .nLi.on h3 a .arrow-icon {
    background-image: url("../images/nav-on-up.png")
}

.topNav .nav .nLi h3 a {
    height: 80px;
    line-height: 80px;
    display: block;
    font-size: 22px;
    padding: 0 25px
}

.topNav .nav .nLi h3 a .arrow-icon {
    display: inline-block;
    width: 12px;
    height: 6px;
    background: url("../images/nav-up.png") center no-repeat;
    background-size: contain;
    margin-left: 10px;
    position: relative;
    top: -3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.topNav .nav .nLi:hover a {
    color: #4681e4
}

.topNav .nav .nLi:hover a .arrow-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.topNav .nav .nLi .sub {
    min-width: 190px !important;
    top: 80px;
    text-align: center;
    background-color: #fff;
    padding: 12px 18px 15px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: -20px
}

.topNav .nav .nLi .sub a {
    font-size: 20px;
    line-height: 26px;
    padding: 10px 33px 10px;
    color: #333;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    word-break: keep-all
}

.topNav .nav .nLi .sub a:hover {
    background-color: #f3f3f3
}

.topNav .mobile-shadow {
    z-index: 99
}

.topNav .mobile-nav {
    display: none
}

.photo-box {
    position: relative;
    height: 60px
}

.photo-box .photo-mess {
    -webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #fff;
    padding: 10px;
    width: 340px;
    z-index: 999;
    display: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.photo-box .photo-mess .nickname {
    padding-bottom: 13px;
    border-bottom: 1px solid #dfdfdf
}

.photo-box .photo-mess .nickname .photo {
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.photo-box .photo-mess .nickname .photo img {
    width: 100%;
    height: 100%
}

.photo-box .photo-mess .nickname .name-num {
    letter-spacing: 2px;
    width: 260px
}

.photo-box .photo-mess .nickname .name-num h3 {
    font-size: 16px;
    color: #333
}

.photo-box .photo-mess .nickname .name-num h3 .number {
    margin-left: 10px;
    font-size: 14px;
    color: #999
}

.photo-box .photo-mess .nickname .name-num p {
    font-size: 14px;
    color: #f74949;
    margin-top: 8px
}

.photo-box .photo-mess .count {
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px dashed #dfdfdf
}

.photo-box .photo-mess .count span {
    display: inline-block;
    width: 40%;
    text-align: center
}

.photo-box .photo-mess .count span i {
    color: #73a7ff;
    font-style: inherit;
    margin-left: 15px
}

.photo-box .photo-mess .iconbtn {
    padding-top: 20px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #dfdfdf
}

.photo-box .photo-mess .iconbtn li {
    float: left;
    width: 25%
}

.photo-box .photo-mess .iconbtn li a {
    display: block;
    padding: 0
}

.photo-box .photo-mess .iconbtn li a .icon {
    width: 100%;
    display: block;
    height: 25px;
    line-height: 25px
}

.photo-box .photo-mess .iconbtn li a .icon img {
    height: 100%
}

.photo-box .photo-mess .iconbtn li a p {
    color: #333;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    margin-top: 15px;
    text-align: center
}

.photo-box .photo-mess .iconbtn li a:hover p {
    color: #73a7ff
}

.photo-box .photo-mess .export {
    font-size: 14px;
    color: #999;
    float: right;
    height: 30px
}

.top-right {
    padding-top: 20px
}

.top-right .login {
    margin-left: 60px
}

.top-right .login a {
    color: #4681e4;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    padding: 0 20px;
    display: inline-block;
}

.top-right .login a:before {
    content: '';
    display: block;
    width: 1px;
    height: 17px;
    background-color: #000;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: -1px
}

.top-right .login a:first-of-type:before {
    display: none
}

.top-right .login a:hover {
    color: #73a7ff
}

.top-right .login .photo-img {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    top: 5px
}

.top-right .login .photo-img img {
    width: 100%;
    height: 30px
}

.searchbox {
    background-color: #dfdfdf;
    width: 280px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.searchbox input {
    border: none;
    outline: none;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.searchbox input::-moz-placeholder {
    color: #a3a3a3
}

.searchbox input::-webkit-input-placeholder {
    color: #a3a3a3
}

.searchbox input:-ms-input-placeholder {
    color: #a3a3a3
}

.searchbox .txt-box {
    width: 100%;
    font-size: 20px;
    color: #333;
    padding-left: 75px
}

.searchbox .search-btn {
    width: 40px;
    background: url("../images/search.png") center no-repeat;
    position: absolute;
    left: 10px;
    top: 0
}

.searchbox.js-on-active {
    background-color: #F6F6F6
}

.searchbox.js-on-active .txt-box {
    padding-left: 25px;
    padding-right: 40px
}

.searchbox.js-on-active .search-btn {
    right: 10px;
    left: inherit
}

.main {
    margin-bottom: 100px
}

.main .list-box {
    margin: 65px 0
}

.main .list-box .t {
    color: #333;
    position: relative;
    margin-bottom: 35px
}

.main .list-box .t p {
    font-size: 16px;
    line-height: 16px;
    font-family: Arial;
    color: #dfdfdf;
    padding-left: 5px;
    letter-spacing: 2px
}

.main .list-box .t h3 {
    font-size: 36px;
    font-weight: bold
}

.main .list-box .t a.more {
    color: #333;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: Arial;
    font-size: 22px;
    position: absolute;
    right: 0;
    bottom: 0
}

.main .list-box .c li {
    margin-bottom: 30px;
    padding-left: 14px;
    padding-right: 13px
}

.main .list-box .c li a {
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s
}

.main .list-box .c li a .imgbox {
    background-color: #aeaeae;
    height: 200px
}

.main .list-box .c li a .imgbox img {
    width: 100%;
    min-height: 200px
}

.main .list-box .c li a .mess {
    padding: 20px 20px 18px;
    border-bottom: 2px solid #ececec
}

.main .list-box .c li a .mess h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px
}

.main .list-box .c li a .mess p {
    font-size: 14px;
    color: #a0a0a0
}

.main .list-box .c li a .go {
    padding: 25px 20px;
    font-size: 26px;
    line-height: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main .list-box .c li a .go.start {
    color: #f74949
}

.main .list-box .c li a .go.end {
    background-color: #dfdfdf;
    color: #fff
}

.main .list-box .c li a .go.look {
    color: #73a7ff
}

.main .list-box .c li a:hover {
    -webkit-box-shadow: 0 14px 21px 0 rgba(149, 119, 119, 0.35);
    -moz-box-shadow: 0 14px 21px 0 rgba(149, 119, 119, 0.35);
    box-shadow: 0 14px 21px 0 rgba(149, 119, 119, 0.35)
}

.main .list-box .c li a:hover .mess h3 {
    color: #333
}

.main .list-box .c li a:hover .go.start {
    background: url("../images/line.png") top center repeat-y;
    background-size: 100% auto;
    color: #fff
}

.main .list-box .c li a:hover .go.look {
    background: url("../images/line2.png") top center repeat-y;
    background-size: 100% auto;
    color: #fff
}

.adbox {
    background-color: #b6b6b6;
    min-height: 150px;
    margin-top: 25px
}

.adbox .slidead {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative
}

.adbox .slidead .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1
}

.adbox .slidead .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left
}

.adbox .slidead .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 22px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    padding-left: 5px;
    font-size: 12px;
    line-height: 15px;
    border: none
}

.adbox .slidead .hd ul li.on {
    background: #f74949;
    color: #fff
}

.adbox .slidead .bd {
    position: relative;
    height: 100%;
    z-index: 0
}

.adbox .slidead .bd li {
    zoom: 1;
    vertical-align: middle;
    padding: 0
}

.adbox .slidead .bd img {
    width: 100%;
    min-height: 230px;
    display: block
}

.footer {
    background-color: #454545;
    color: #f6f6f6;
    padding-top: 70px
}

.footer .ewmbox {
    padding-top: 20px
}

.footer .ewmbox .ewm {
    text-align: center;
    margin: 0 15px
}

.footer .ewmbox .ewm p {
    color: #999;
    font-size: 18px;
    margin-top: 10px
}

.footer .ewmbox .ewm img {
    width: 100px;
    height: 100px
}

.footer .chat_box {
    padding-bottom: 40px;
    position: relative
}

.footer .chat_box .chat_item .t {
    font-size: 22px;
    margin-bottom: 35px
}

.footer .chat_box .chat_item .c {
    color: #999;
    font-size: 18px
}

.footer .chat_box .chat_item .c dl a {
    color: #999;
    margin-right: 60px
}

.footer .chat_box .chat_item .c dl a:hover {
    color: #f6f6f6
}

.footer .chat_box .chat_item .c dl dd {
    margin-bottom: 15px
}

.footer .chat_box .chat_item .c .phone {
    margin-bottom: 30px
}

.footer .chat_box .chat_item .c .phone .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    background: url("../images/phone.png") no-repeat
}

.footer .chat_box .logo-f {
    display: inline-block;
    position: absolute;
    right: 18px;
    bottom: 90px;
    color: #909090
}

.footer .chat_box .logo-f .ewmimg {
    width: 130px;
    height: 130px;
    background-color: #f6f6f6;
    margin-bottom: 15px
}

.footer .chat_box .logo-f .ewmimg img {
    width: 130px;
    height: 130px
}

.footer .chat_box .logo-f .ewmimg p {
    font-size: 14px
}

.footer .foot-bar {
    border-top: 1px solid #f6f6f6;
    padding: 40px 0 45px;
    color: #747474;
    font-size: 18px;
    line-height: 18px
}

.float-box {
    position: fixed;
    right: 25px;
    top: 40%;
    z-index: 99
}

.float-box li {
    color: #333;
    margin-bottom: 5px;
    text-align: right;
    position: relative;
    height: 40px
}

.float-box li .iconbox {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #e7dbdb;
    background-color: #fff;
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.07);
    display: inline-block
}

.float-box li img {
    width: 100%;
    height: 100%
}

.float-box li .iconTxt {
    display: none
}

.float-box li a {
    display: block;
    width: 100%;
    height: 100%
}

.float-box li .chatbox {
    display: none;
    padding: 10px;
    background-color: #fff;
    margin-right: 5px;
    float: left
}

.float-box li .chatbox h5,
.float-box li .chatbox p {
    white-space: nowrap;
    text-align: left;
    letter-spacing: 2px
}

.float-box li .chatbox h5 {
    font-size: 16px;
    line-height: 32px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 8px
}

.float-box li .chatbox p {
    color: #a8a8a8;
    line-height: 20px;
    font-size: 15px
}

.float-box li:hover .iconbox {
    background-color: #4681e4
}

.float-box li:hover img {
    display: none
}

.float-box li:hover .iconTxt {
    display: block
}

.float-box li:hover .chatbox {
    display: block
}

.float-box .go-top {
    display: none
}

.float-box .go-top:hover {
    cursor: pointer;
    color: #fff;
    background-color: #4681e4
}

.float-box .go-top:hover .icon {
    background-image: url("../images/go-top-hover.png")
}

@media (max-width:1500px) {
    .topNav .nav .nLi h3 a {
        font-size: 18px;
        padding: 0 15px
    }

    .topNav .nav .nLi h3 a .arrow-icon {
        margin-left: 5px
    }

    .topNav .nav .nLi .sub {
        min-width: 170px !important
    }

    .topNav .nav .nLi .sub a {
        font-size: 16px;
        padding: 10px 23px 10px
    }

    .searchbox {
        width: 245px;
        height: 38px
    }

    .searchbox .txt-box {
        font-size: 18px;
        padding-left: 65px
    }

    .top-right .login {
        margin-left: 20px
    }

    .top-right .login a {
        font-size: 18px;
        padding: 0 18px
    }

    .top-right .login a:before {
        height: 15px;
        margin-top: -7px;
    }

    .banner .slideBox .prev,
    .banner .slideBox .next {
        width: 75px;
        height: 75px
    }

    .main .list-box .t a.more {
        font-size: 20px
    }

    .main .list-box .t h3 {
        font-size: 34px
    }

    .main .list-box .t p {
        font-size: 14px
    }

    .main .list-box .c li a .mess {
        padding: 18px 12px 15px
    }

    .main .list-box .c li a .mess h3 {
        font-size: 19px;
        letter-spacing: 3px;
        margin-bottom: 25px
    }

    .main .list-box .c li a .mess p .fl {
        letter-spacing: 1px
    }

    .main .list-box .c li a .mess p .fr {
        letter-spacing: 2px
    }

    .main .list-box .c li a .go {
        font-size: 24px;
        padding: 20px
    }

    .footer .chat_box .chat_item .t {
        font-size: 20px
    }

    .footer .chat_box .chat_item .c {
        font-size: 16px
    }

    .footer .foot-bar {
        font-size: 16px;
        padding: 35px 0 38px
    }

    .top-right .login .photo-img {
        top: 3px
    }
}

@media (max-width:1200px) {
    .topNav .nav .nLi {
        letter-spacing: 3px
    }

    .topNav .nav .nLi h3 a {
        font-size: 16px;
        padding: 0 12px
    }

    .topNav .nav .nLi h3 a .arrow-icon {
        width: 10px
    }

    .topNav .nav .nLi .sub {
        min-width: 150px !important;
        padding-left: 12px;
        padding-right: 12px
    }

    .topNav .nav .nLi .sub a {
        font-size: 14px;
        padding: 8px 15px 8px
    }

    .searchbox {
        width: 200px;
        height: 35px
    }

    .searchbox .txt-box {
        font-size: 16px;
        padding-left: 60px
    }

    .top-right {
        padding-top: 22px
    }

    .top-right .login {
        margin-left: 15px
    }

    .top-right .login a {
        font-size: 16px;
        padding: 0 10px;
        line-height: 35px
    }

    .top-right .login a:before {
        height: 14px;
        margin-top: -7px;
    }

    .banner .slideBox .prev,
    .banner .slideBox .next {
        width: 70px;
        height: 70px
    }

    .main .list-box {
        margin: 50px 0
    }

    .main .list-box .t {
        margin-bottom: 30px
    }

    .main .list-box .t a.more {
        font-size: 18px
    }

    .main .list-box .t h3 {
        font-size: 32px
    }

    .main .list-box .t p {
        font-size: 12px
    }

    .main .list-box .c li a .mess {
        padding: 16px 10px 13px
    }

    .main .list-box .c li a .mess h3 {
        font-size: 17px;
        letter-spacing: 2px;
        margin-bottom: 22px
    }

    .main .list-box .c li a .go {
        font-size: 22px;
        padding: 18px
    }

    .footer {
        padding-top: 60px
    }

    .footer .chat_box {
        padding-bottom: 35px
    }

    .footer .chat_box .chat_item .t {
        font-size: 18px
    }

    .footer .chat_box .chat_item .c {
        font-size: 14px
    }

    .footer .foot-bar {
        font-size: 14px;
        padding: 30px 0 33px
    }

    .footer .chat_box .chat_item .c dl dd {
        margin-bottom: 10px
    }

    .footer .chat_box .chat_item .c dl a {
        margin-right: 50px
    }

    .footer .chat_box .chat_item .t {
        margin-bottom: 30px
    }

    .footer .chat_box .logo-f {
        bottom: 65px
    }

    .top-right .login .photo-img {
        top: 2px
    }

    .footer .ewmbox {
        margin-left: -8%
    }
}

@media (max-width:992px) {
    .banner {
        margin-top: 70px
    }

    .topNav {
        height: 60px;
        position: relative;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .tt-nav {
        -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.07)
    }

    .topNav .logo {
        height: 60px;
        line-height: 60px;
        margin-left: 15px
    }

    .topNav .logo img {
        height: 80%
    }

    .topNav .mobile-nav {
        display: block;
        height: 60px
    }

    .topNav .mobile-nav .navtg {
        font-size: 22px;
        height: 60px;
        line-height: 60px;
        padding: 0px 15px;
        cursor: pointer;
        color: #333
    }

    .topNav .nav {
        height: auto;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        border-top: 1px solid #eee;
        background-color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.05);
        z-index: 999;
        display: none
    }

    .topNav .nav li {
        float: initial;
        border-bottom: 1px solid #ededed
    }

    .topNav .nav li:last-of-type {
        border: none
    }

    .topNav .nav .nLi h3 a {
        height: 50px;
        line-height: 50px
    }

    .topNav .nav .nLi .sub {
        position: relative;
        top: 0;
        left: 0;
        text-align: left;
        padding-left: 10px;
        -webkit-box-shadow: 1px 6px 10px 0 rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 1px 6px 10px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 1px 6px 10px 0 rgba(0, 0, 0, 0.08)
    }

    .top-right {
        padding-bottom: 30px
    }

    .top-right .login .photo-img {
        margin-right: 15px;
        margin-left: 10px
    }

    .footer .ewmbox {
        margin-left: -15px;
        margin-bottom: 50px
    }
}

@media (max-width:768px) {

    .banner .slideBox .prev,
    .banner .slideBox .next {
        width: 45px;
        height: 45px;
        background-size: 20%
    }

    .main .list-box .t h3 {
        font-size: 28px;
        line-height: 28px
    }

    .main .list-box .t p {
        font-size: 10px
    }

    .main .list-box .t a.more {
        font-size: 15px;
        bottom: -4px
    }

    .footer .chat_box .logo-f {
        bottom: 40px
    }

    .footer .chat_box .chat_item {
        margin-bottom: 50px
    }

    .footer .chat_box {
        padding-bottom: 0
    }

    .float-box {
        top: 70%
    }
}

@media (max-width:767px) {
    .top-right {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .searchbox {
        width: 70%
    }

    .top-right .login a {
        padding: 0 5px
    }

    .top-right .login {
        margin-left: 0
    }

    .help-banner .help-box input {
        font-size: 13px
    }
}

@media (max-width:375px) {
    .searchbox {
        width: 65%
    }
}

@media (max-width:320px) {
    .searchbox {
        width: 60%
    }

    .top-right .login {
        margin-left: 0
    }

    .top-right .login a {
        padding: 0 7px
    }
}

/*# sourceMappingURL=./index.css.map */