* {
    box-sizing: border-box;
    font-family: 'PingFangSC-Regular', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', sans-serif;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
div,
p,
span,
font,
em,
ul,
li,
dl,
dt,
dd,
table,
tr,
td,
input,
button,
a {
    margin: 0 auto;
    padding: 0;
}

body {
    font-size: 16px;
    color: #333;
}

html,
body {
    height: 100%;
    width: 100%;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #00457d;
}

img {
    border: 0px;
    vertical-align: top;
}

em,
i {
    font-style: normal;
}

.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}

input,
textarea,
button,
select {
    outline: none;
    border: 0;
}

span:focus,
select:focus,
a:focus {
    outline: none;
}

.main,
.container,
.top {
    width: 1200px;
    padding: 0;
}

.header {
    height: 180px;
    background: url("../image/headerbg.png") center top no-repeat;
}

.header .logo {
    margin-top: 33px;
    float: left;
}

.header .logo a {
    display: block;
}

.header .logo .img-box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header .logo img {
    display: block;
    
    transition: all .3s ease;
}

.header .logo img.hide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
}

.other {
    text-align: right;
    font-size: 14px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.other a {
    color: #fff;
    display: inline-block;
    
}

.other a.search {
    background: url("../image/icon-2.png") left center no-repeat;
    padding-left: 25px;
    cursor: pointer;
}

.other a.lang {
    background: url("../image/lang.png") left center no-repeat;
    padding-left: 25px;
    cursor: pointer;
}

.nav {
    float: right;
    margin-top: 49px;
    width: calc(100% - 380px);
    text-align: right;
}

.nav>li {
    display: inline-block;
    padding-left: 50px;
    position: relative;
    cursor: pointer;
}

.nav>li.lang {
    display: none;
}

.nav>li>a {
    font-size: 16px;
    color: #FFFFFF;
}

.nav>li .second-nav {
    display: none;
    
    
    
    
    
    
}

.header .nav li.pchide {
    display: none;
}



































































.fixed-search .bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 6;
    opacity: 0;
    visibility: hidden;
}

.fixed-search form {
    position: fixed;
    left: 19vw;
    right: 19vw;
    background: #fff;
    z-index: 7;
    padding: 0 70px;
    opacity: 0;
    top: 180px;
    visibility: hidden;
}

.fixed-search form input {
    display: block;
    width: 100%;
    height: 70px;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
}

.fixed-search form button {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../image/icon-1.svg");
    background-size: auto 20px;
    cursor: pointer;
    background-color: transparent;
}

.fixed-search form .close {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.fixed-search form .close svg {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}

.fixed-search.active .bg,
.fixed-search.active form {
    opacity: 1;
    visibility: visible;
}

.footer {
    background: #2D2D34;
    font-size: 14px;
    color: #C7CAD3;
    line-height: 30px;
    text-align: center;
    padding: 45px 0;
}

.footer a {
    color: #C7CAD3;
}

.footer img {
    vertical-align: middle;
    border: none;
}

.path {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    background: url("../image/shouye.png") left center no-repeat;
    padding-left: 30px;
    margin: 20px 0 30px;
}

.path a {
    color: #666666;
}

.column-title {
    height: 53px;
    line-height: 33px;
    font-size: 24px;
    color: #00457d;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.column-title span {
    position: relative;
    height: 53px;
    display: inline-block;
}

.column-title span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #00457d;
}

.subnav {
    float: left;
    width: 22.5%;
    margin-top: 20px;
    background: #fff;
}

.subnav li {
    font-size: 18px;
    line-height: 26px;
    background: #f4f6f8;
    margin-bottom: 15px;
    padding: 18px 0 18px 15px;
}

.subnav li a {
    display: block;
}

.subnav li.cur {
    background: #00457d;
}

.subnav li.cur a {
    color: #fff;
}

.bottombg {
    padding-bottom: 110px;
}

.list {
    float: right;
    width: 75%;
    min-height: 800px;
}
.list > a{
    display: block;
}
.list dl {
    background: #F7F8F9;
    padding: 30px;
    margin-top: 20px;
    overflow: hidden;
}

.list dl dt {
    float: left;
    width: 37.2%;
    height: 200px;
    overflow: hidden;
}
.list dl dt a{
    display: block;
    height:100%;
    width: 100%;
}
.list dl dt img {
    width: 100%;
    height: 100%;
    
    
    object-fit: cover;
    vertical-align: middle;
}

.list dl dd {
    float: left;
    width: 62.8%;
    padding-left: 20px;
}

.list dl dd strong {
    display: block;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

.list dl dd p {
    font-size: 16px;
    color: #999;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 32px;
}

.list dl dd span {
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}

.list dl.nopic dd {
    float: none;
    width: 100%;
    padding-left: 0;
}

.list dl.nopic dd strong {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.list dl:hover {
    background: #E6F0FA;
    color: #333;
    cursor: pointer;
}

.list dl:hover a,
.list dl:hover dd p,
.list dl:hover dd span {
    
}
.list dl.nopic:hover dd strong{
    border-bottom:1px solid #C2D1E0;
}
.piclist,.zhengshu{
    float: right;
    width: 75%;
    min-height: 800px;
}

.piclist dl,.zhengshu dl{
    margin: 0 -15px;
    overflow: hidden;
}

.piclist dt,.zhengshu dt{
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    margin-top: 20px;
    height: 253px;
}

.piclist dt img,.zhengshu dt img{
    width: 100%;
    object-fit: contain;
}

.piclist dt span {
    display: block;
    background: #F4F6F8;
    font-size: 18px;
    padding: 20px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.piclist dt span em,.zhengshu dt span em{
    display: none;
}
.zhengshu dt{
    padding:0 15px;
    height:338px;
    float: left;
    width: 33.3333%;
    margin-top: 20px;

}
.zhengshu dt p{
    border: 1px solid #DDDDDD;
    vertical-align: middle;
    height: 275px;
    padding:28px 33px;
    background: #fff;
}
.zhengshu dt a{
    display: block;

}
.zhengshu dt img{
    width: 100%;
    height:100%;
    object-fit: contain;
}
.zhengshu dt span{
    font-size: 16px;
    line-height: 24px;
    height:48px;
    display: block;
    margin-top: 15px;
    overflow: hidden;
    background: none;
    padding:0;
    text-align: left;
    white-space: normal;
}


.pages {
    padding-top: 30px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
}

.pages a {
    display: inline-block;
    min-width: 54px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #00457D;
    font-size: 20px;
    padding: 0 10px;
    margin-right: 20px;
}

.pages a.jump-btn {
    margin-left: 5px;
}

.pages span {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-right: 20px;
}

.pages span.text {
    margin: 0;
}

.pages .active {
    display: inline-block;
    min-width: 54px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #00457D;
    font-size: 20px;
    padding: 0 10px;
    margin-right: 20px;
    background: #00457D;
    color: #fff;
}

.pages .jump-ipt {
    display: inline-block;
    margin: 0 5px;
    width: 54px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #fff;
    border: 1px solid #00457D;
    outline: none;
    color: #333;
    font-size: 16px;
    vertical-align: top;
}

.cont {
    
}

.cont h1 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 30px;
    text-align: center;
    line-height: 42px;
    margin: 30px 0 0;
}

.cont h1 small {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    color: #666666;
}

.detail {
    font-size: 18px;
    text-align: justify;
    line-height: 36px;
    padding-bottom: 40px;
}

.detail p {
    margin-top: 20px;
}

.detail img {
    max-width: 900px;
    display: block;
    margin: 0 auto;
    
}

.detail video {
    width: 640px;
    height: auto;
    margin: 20px auto 0;
    display: block;
}

.list .detail {
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
}

.updown li {
    float: left;
    width: 48.75%;
    opacity: 0.9;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-top: 4px solid rgba(10, 95, 164, 0.9);
    padding: 20px 30px;
    line-height: 30px;
    height: 135px;
}

.updown li a {
    display: block;
}

.updown li:nth-child(2) {
    float: right;
}

.fadeup {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}

.liuyan {
    background: url("../image/liuyanbg.png") #F9F8FF left bottom no-repeat;
    padding: 30px;
}

.liuyan li {
    float: left;
    padding: 0 50px;
    font-size: 16px;
    background: #E5E4F9;
    height: 43px;
    line-height: 43px;
    cursor: pointer;
}

.liuyan li.cur {
    background: #0069B8;
    color: #fff;
}

.liuyan .tabconts {
    clear: both;
    background: rgba(255, 255, 255, 0.00);
    border: 1px solid #0069B8;
    padding: 20px;
}

.liuyan dl {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.liuyan dt {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.liuyan dd {
    background: #F0F0FA;
    padding: 20px;
    font-size: 16px;
    line-height: 35px;
    margin-top: 20px;
}

.liuyan dd span {
    display: block;
    margin-top: 10px;
}

.liuyan .tabcont {
    display: none;
}

.liuyan .tabcont:nth-child(1) {
    display: block;
}

.wyly p {
    font-size: 16px;
    line-height: 28px;
}

.wyly em {
    color: #E22323;
}

.wyly table {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    vertical-align: top;
    margin: 30px 0 100px;
}

.wyly table td {
    padding-bottom: 30px;
}

.wyly table td:nth-child(1) {
    width: 15%;
    vertical-align: top;
}

.wyly table td:nth-child(2) {
    width: 85%;
}

.wyly table tr:nth-child(2) td:nth-child(1) {
    line-height: 45px;
}

.wyly textarea {
    width: 80%;
    height: 200px;
    padding: 20px;
    font-size: 14px;
    color: #999999;
}

.wyly input[type=text] {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    width: 60%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #999999;
}

.wyly img {
    margin: 0 0 0 15px;
}

.wyly label {
    margin-right: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.wyly label input {
    margin-right: 10px;
}

.wyly button {
    background: #0069B8;
    border: 0;
    height: 43px;
    width: 300px;
    margin: 0 auto;
    display: block;
    line-height: 43px;
    color: #fff;
    font-size: 16px;
}

.partner {
    background: #F4F8FD;
    float: right;
    width: 75%;
    padding: 30px;
    margin-top: 20px;
    min-height: 800px;
}

.partner strong {
    display: block;
    font-size: 24px;
    color: #00457d;
    text-align: center;
}

.partner ul {
    margin: 0 -15px;
    overflow: hidden;
}

.partner li {
    float: left;
    width: 33.333%;
    margin-top: 30px;
    padding: 0 15px;
}

.partner li a {
    display: block;
    background: rgba(0, 139, 252, 0.00);
    border: 1px solid #A8B3BC;
    height: 140px;
    overflow: hidden;
}

.partner li a img {
    width: 100%;
    height: 140px;
}

@media screen and (max-width: 1599px) {}

@media screen and (max-width: 1200px) {
    .nav-cont,
    .top,
    .main,
    .container {
        width: 100%;
    }
    .top,
    .container {
        padding: 0 15px;
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .nav>li {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .header .nav li:hover a.single {
        color: #0068B7;
    }
    .header .nav li.active a.single {
        
    }
    .header .nav li.active a.single:after {
        transform: scaleX(1);
    }
    .nav-cont,
    .top,
    .main,
    .container {
        width: 100%;
    }
    .top,
    .container {
        padding: 0 15px;
    }
    .header {
        height: 60px;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .hover-bg {
        background: none;
    }
    .header {
        height: 60px;
        
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        z-index: 1112;
    }
    .header .logo {
        left: 5vw;
        margin-top: -17px;
        position: absolute;
        top: 50%;
    }
    .header .logo img {
        height: 34px;
    }
    .header .logo img.show {
        opacity: 1;
    }
    .header .logo img.hide {
        opacity: 0;
    }
    .header .other {
        display: none;
    }
    .header .nav {
        position: fixed;
        top: 60px;
        left: 100%;
        width: 100%;
        height: calc(100% - 60px);
        background: #F5F6F7;
        padding: 65px 15px 0;
        text-align: left;
        z-index: 3;
        -webkit-transition: left 0.3s linear;
        -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
        transition: left 0.3s linear;
        overflow-y: scroll;
        margin-top: 0;
    }
    .header .nav>li {
        display: block;
        margin: 0;
        padding: 15px 0;
        width: 100%;
        border-bottom: 1px solid #D8D8D8;
        background-size: 3%;
    }
    .header .nav>li.submenu {
        background: url("../image/jia.png") right 15px no-repeat;
        background-size: 3%;
    }
    .header .nav>li.submenu.open {
        background: url("../image/jian.png") right 20px no-repeat;
        background-size: 3%;
    }
    .header .nav>li a.single,
    .header .nav>li.lang a {
        display: inline-block;
        vertical-align: top;
        line-height: normal;
        color: #333;
        padding: 0;
        font-size: 14px;
    }
    .header .nav>li.submenu.open>a {
        color: #00457d;
    }
    .header .nav li a.single {
        color: #000;
    }
    .header .nav li a.single:after {
        display: none;
    }
    .nav>li ul li {
        margin: 0;
        background: none;
        box-shadow: none;
        padding: 0 15px;
    }
    .nav>li .second-nav {
        
        position: static;
        padding: 25px 0 0;
    }
    .nav>li .second-nav a {
        font-size: 13px;
        display: block;
        border-bottom: 1px solid #D8D8D8;
        width: 100%;
        padding-bottom: 15px;
        margin: 16px 0 0;
    }
    .nav>li .second-nav a:last-child {
        border: 0;
    }
    .nav>li .second-nav a:first-of-type {
        margin-top: 0;
    }
    .nav>li .second-nav a:last-child {
        border: 0;
        padding-bottom: 0;
    }
    .nav>li.lang {
        display: block;
    }
    .header .nav li.lang a {
        color: #555555;
        background: url("../image/langhover.png") left center no-repeat;
        padding-left: 25px;
        height: 18px;
    }
    .header .nav li.lang a:before {
        background-image: url("../image/icon-3-2.png");
    }
    .header .nav.active {
        left: 0;
    }
    .header .nav li.pchide {
        display: inline-block;
    }
    .header .nav li p {
        font-size: 14px;
        padding: 15px 0 0;
    }
    .header .nav li p a {
        background: url("../image/waptel.png") left center no-repeat;
        background-size: contain;
        padding-left: 20px;
        display: inline-block;
        margin-right: 20px;
    }
    .headeropen {
        background: #fff;
    }
    .header.headeropen .logo img.show {
        opacity: 0;
    }
    .header.headeropen .logo img.hide {
        opacity: 1;
    }
    .header .search {
        width: 60px;
        height: 60px;
        background-color: #0068B7;
        display: none;
    }
    .fixed-search form {
        position: absolute;
        visibility: visible;
        margin: 0;
        opacity: 0;
        left: 100%;
        border: 1px solid #D8D8D8;
        border-radius: 4px;
        z-index: 11111;
        background: #F5F6F7;
        padding: 0;
        top: 75px;
        -webkit-transition: left 0.3s linear;
        -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
        transition: left 0.3s linear;
    }
    .fixed-search form input {
        height: 35px;
        background: none;
    }
    .fixed-search form .close {
        display: none;
    }
    .fixed-search form button {
        right: 0;
        left: auto;
        height: 35px;
        background: url("../image/wapsearch.png") center center no-repeat;
        background-size: 25%;
        height: 35px;
        top: 0px;
    }
    .header.headeropen .fixed-search form {
        opacity: 1;
        left: 15px;
        right: 15px;
    }
    .mNavBtn {
        display: block;
        width: 24px;
        height: 16px;
        right: 15px;
        top: 22px;
        position: fixed;
        cursor: pointer;
        z-index: 4;
    }
    .mNavBtn.active {
        right: 20px;
    }
    .mNavBtn.active .line2 {
        display: none;
    }
    .mNavBtn.active .line1 {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
        background: #333;
    }
    .mNavBtn.active .line3 {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 7px;
        background: #333;
    }
    .mNavBtn span {
        position: absolute;
        left: 0;
        width: 24px;
        height: 2px;
        background: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mNavBtn span.line1 {
        top: 0;
    }
    .mNavBtn span.line2 {
        top: 7px;
    }
    .mNavBtn span.line3 {
        bottom: 0;
    }
    .mNavBtn.active span {
        background: #0068B7;
    }
    .footer {
        font-size: 12px;
        line-height: 20px;
        padding: 37px 0;
    }
    .toTop {
        bottom: 9% !important;
    }
    .bottombg {
        padding-bottom: 20px;
        padding-top: 60px;
    }
    .path {
        font-size: 12px;
        
        margin: 15px 0;
        padding-left: 20px;
    }
    .column-title {
        font-size: 18px;
        padding-bottom: 10px;
        line-height: 25px;
        height: 35px;
    }
    .column-title span {
        height: 35px;
    }
    .subnav {
        display: none;
    }
    .list,
    .piclist,
    .partner,
    .zhengshu{
        float: none;
        width: 100%;
    }
    .list dl {
        margin-top: 15px;
        padding: 0;
        background: none;
    }
    .list dl:hover {
        background: none;
    }
    .list dl:hover a,
    .list dl:hover dd p,
    .list dl:hover dd span {
        color: #333;
    }
    .list dl.nopic {
        background: #F7F8F9;
        padding: 15px;
    }
    .list dl dd {
        width: 55%;
        padding-left: 10px;
    }
    .list dl dd strong {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .list dl.nopic dd strong {
        margin-bottom: 10px;
        padding-bottom: 0px;
    }
    .list dl dd p {
        display: none;
    }
    .list dl.nopic dd p {
        display: block;
        line-height: 26px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .list dl dd span {
        font-size: 12px;
    }
    .list dl dt {
        width: 45%;
        height: 100px;
    }
    .piclist dl,.zhengshu dl{
        margin: 0;
    }
    .piclist dt,.zhengshu dt{
        width: 100%;
        padding: 0;
        margin-top: 15px;
        height: auto;
    }
    .piclist dt span{
        padding: 15px;
        font-size: 15px;
        line-height: 23px;
        text-align: left;
    }
    .piclist dt span em {
        display: block;
        font-size: 13px;
        color: #666666;
        line-height: 16px;
        margin-bottom: 7px;
    }
    .zhengshu dt span{
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        display: block;
        margin-top: 15px;
        overflow: hidden;
        background: none;
        padding: 0;
        text-align: left;
        white-space: normal;
    }
    .zhengshu dt span em{
        display: none;
    }
    .partner li {
        width: 100%;
    }
    .partner li a {
        height: auto;
    }
    .partner li a img {
        height: auto;
    }
    .pages a {
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        display: none;
        margin-right: 0px;
    }
    .cont h1 {
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        margin-top: 0px;
    }
    .pages .prev {
        float: left;
    }
    .pages .next {
        float: right;
    }
    .pages .prev,
    .pages .next {
        display: inline-block;
        min-width: 50px;
    }
    .pages .active {
        display: none;
    }
    .pages span.text {
        display: none;
    }
    .pages .jump-ipt {
        display: none;
    }
    .pages span {
        display: none;
    }
    .cont h1 small {
        font-size: 12px;
        margin-top: 5px;
    }
    .detail {
        font-size: 13px;
        line-height: 21px;
    }
    .list .detail {
        margin-top: 15px;
    }
    .detail img {
        max-width: none;
        width: 100%;
        
    }
    .detail p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    .updown li {
        width: 100%;
        float: none;
        padding: 10px;
        font-size: 13px;
        line-height: 21px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }
    .liuyan{
        padding:0px;
        margin-top: 15px;
    }
    .liuyan .tabconts{
        padding:10px 10px 30px;
    }
    .liuyan dd{
        padding:10px;
    }
    .liuyan li {
        padding: 0;
        width: 50%;
        text-align: center;
    }
    .wyly table {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
    .wyly tbody{
        width: 100%;
        display: block;
    }
    .wyly table tr {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .wyly table td {
        padding-bottom: 10px;
    }
    .wyly table td:nth-child(1),
    .wyly table td:nth-child(2) {
        width: 100%;
        display: block;
    }
    .wyly textarea,
    .wyly input[type=text],
    .wyly button {
        width: 100%;
    }
    .wyly img {
        margin: 10px 0 0 0;
    }
}

.toTop {
    position: fixed;
    right: 3%;
    bottom: 15%;
    z-index: 99999;
    display: none;
}