.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{margin: 5px 0px 0px 5px !important;}
.banner {
    margin-top: 170px;
    /* height: 524px; */
}
#layeru5 a img{border-radius: 12px;}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide a{
    display: block;
    height: 100%;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgbox {
    overflow: hidden;
}

.imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgbox:hover img,
.swiper-slide:hover img {
    transform: scale(1.1);
}

.mySwiper .swiper-pagination {
    display: flex;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.mySwiper .pagination {
    position: absolute;
    bottom: 23%;
    right: 14%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-active,
.total {
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: #fff;
    font-weight: bold;
}

.p-active {
    margin-right: 10px;
}

.total {
    margin-left: 10px;
    font-size: 23px;
}

.mySwiper .swiper-pagination-bullet {
    padding: 0 15px;
    opacity: 0;
}

.mySwiper .swiper-pagination-bullet-active {
    position: relative;
    width: 13px;
    height: 13px;
    background: url(../images/pagination.png) center no-repeat;
    opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: auto;
}

.mySwiper .swiper-button-next {
    right: 17%;
    bottom: 10%;
    background: url(../images/next.png) center no-repeat #fff;
}

.mySwiper .swiper-button-prev {
    right: 21.5%;
    left: auto;
    bottom: 10%;
    background: url(../images/prev.png) center no-repeat transparent;
}

.title-box {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tit h1 {
    position: relative;
    padding-left: 15px;
    font-size: 38px;
    font-family: "Adobe Heiti Std";
    font-weight: normal;
}

.tit h1::after {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 37px;
    background: #0b6ccf;
    left: 0;
    top: 8px;
}

.tit p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(11, 108, 207);
    text-transform: uppercase;
    background: url(../images/titbg2.png) left center no-repeat;
}

.title-box .more {
    display: block;
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background: url(../images/titbg1.png) center no-repeat;
}

.main-bg {
    background: url(../images/main1-bg.png) no-repeat;
}

.main1 {
    padding: 45px 0;
}

.xw-lbt {
    width: 47.1%;
}

.xw-lbt .imgbox {
    height: 470px;
}

.xw-lbt .textbox {
    position: absolute;
    width: 100%;
    z-index: 100;
    padding: 20px 90px 15px 25px;
    background: #0b6ccf;
    bottom: 0;
    left: 0;
}

.xw-lbt .swiper-slide a {
    display: block;
    width: 100%;
    position: relative;
}

.xw-lbt .textbox h1,
.xw-lbt .textbox p {
    width: 100%;
    font-weight: normal;
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
}

.xw-lbt .textbox h1 {
    margin-bottom: 20px;
}

.xw-lbt .textbox p {
    font-size: 18px;
}

.xw-list {
    width: 50.4%;
    padding: 3px 0;
    overflow: hidden;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
    width: 43px;
    height: 43px;
    top: auto;
    /* background: rgba(0,0,0,0.4); */
}

.mySwiper2 .swiper-button-next {
    background: url(../images/next2.png) center no-repeat rgb(72 122 225 / 40%);
    right: 0px;
    bottom: 50%;
    border-radius: 50%;
}

.mySwiper2 .swiper-button-prev {
    background: url(../images/prev2.png) center no-repeat rgb(72 122 225 / 40%);
    left: 0;
    right: auto;
    bottom: 50%;
    border-radius: 50%;
}

.mySwiper2 .swiper-pagination-bullets {
    bottom: 16px;
    right: 10px;
    left: auto;
    width: auto;
}

.mySwiper2 .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.mySwiper2 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.xw-item {
    position: relative;
    border-bottom: 1px solid #e2e2e1;
}

.xw-item::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: url(../images/line1.png) no-repeat;
    background-size: 100% 5px;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.xw1::after {
    left: -75%;
}

.xw2::after {
    left: -80%;
}

.xw3::after {
    left: -70%;
}

.xw4::after {
    left: -85%;
}

.xw5::after {
    left: -75%;
}
.xw6::after {
    left: 0;
}

.xw-item .imgbox {
    display: none;
}

.xw-item a {
    padding: 17px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xw-item .date {
    width: 65px;
    text-align: center;
}

.xw-item .textbox {
    width: 86.4%;
}

.xw-item .textbox h1,
.xw-item .textbox p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.xw-item .dd {
    font-size: 30px;
    border-radius: 5px 5px 0 0;
    font-family: "Microsoft YaHei";
    color: rgb(11, 108, 207);
    background: #fff;
}

.xw-item .yy-mm {
    padding: 3px 0;
    border-radius: 0px 0px 5px 5px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    background: #007aff;
}

.xw-item .textbox h1 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: normal;
    font-family: "Microsoft YaHei";
    transition: none;
}

.xw-item .textbox p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    transition: none;
}

.xw-list .xw6 .date {
    display: none;
}

.xw-list .xw6 a {
    padding: 17px 0;
}

.xw-list .xw6 .imgbox {
    display: block;
    width: 34%;
    height: 140px;
}

.xw-list .xw6 .textbox {
    width: 61.6%;
}

.xw-list .xw6 h1 {
    font-weight: bold;
    color: #0b6ccf;
    font-size: 18px;
    transition: none;
}

.xw-list .xw6 p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: wrap;
    font-size: 16px;
    line-height: 1.6;
    transition: none;
}

.main2 {
    padding: 30px 0 50px 0;
}

.djgz,
.tzgg {
    width: 48.5%;
}

.djgzbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.djgzbox li {
    width: 48.5%;
}

.djgzbox li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    padding-left: 12px;
    position: relative;
}

.djgzbox li a::after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #1671d0;
    position: absolute;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);
}
.djgzbox .item1 a::after,.djgzbox .item2 a::after{
    display: none;
}
.djgzbox li h1,
.djgzbox li span {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    font-family: "Microsoft YaHei";
    font-weight: normal;
}
.djgz1 .imgbox{
    display: none;
}
.djgz1 .item1 .imgbox,
.djgz1 .item2 .imgbox {
    display: block;
    width: 100%;
    height: 185px;
}

.djgz1 .item1 a,
.djgz1 .item2 a {
    padding: 0;
    margin-bottom: 12px;
}

.djgz1 .item1 h1,
.djgz1 .item2 h1 {
    width: 90%;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.djgz1 .item1 span,
.djgz1 .item2 span {
    display: none;
}

.tzgg-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tzgg-list li {
    position: relative;
    width: 48%;
}

.tzgg-list li a {
    display: block;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dbe9ff;
    overflow: hidden;
}

.tzgg-list li::after {
    content: '';
    display: block;
    width: 86%;
    height: 12px;
    background: url(../images/tzggbg2_03.jpg) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.tzgg-list li:first-child,
.tzgg-list li:nth-child(2) {
    margin-bottom: 25px;
}

.tzgg-list .time {
    font-size: 16px;
    font-family: "Georgia";
    color: rgb(18, 73, 163);
    font-weight: bold;
    margin-bottom: 15px;
    transition: all 0.5s ease 0s;
}

.tzgg-list h1 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e1;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    transition: all 0.5s ease 0s;
}

.tzgg-list h1::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: url(../images/line2.png) no-repeat;
    background-size: 100% 5px;
    position: absolute;
    bottom: -2px;
    left: -90%;
    transition: all 0.5s ease 0s;
}

.tzgg-list p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    height:42px;
}

.tzgg-list li:hover::after {
    display: none;
}

.tzgg-list li:hover a {
    background: url(../images/tzggbg.png) no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0s;
}

.tzgg-list li:hover .time {
    color: #528cea;
}

.tzgg-list li:hover h1 {
    color: #fcfbfa;
    border-bottom: 1px solid #3d7db4;
}

.tzgg-list li:hover h1::after {
    background: url(../images/line3.png) no-repeat;
    background-size: 100% 5px;
    left: 0;
}

.tzgg-list li:hover p {
    color: #cddffb;
}

.main3 {
    padding: 110px 0 130px 0;
    background: url(../images/main2bg_02.jpg) no-repeat;
}

.jgsz {
    position: relative;
}
.m-jgsz-tit{
    display: none;
}
.jgszbox {
    padding: 70px 35px 70px 430px;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    background: url(../images/jgszbg.png) no-repeat;
}

.jgszbox li {
    padding: 40px 0 30px;
    width: 18.2%;
    margin-right: 2.2%;
    background-color: #fff;
    text-align: center;
    border-top: 2px solid #0b6ccf;
}

.jgszbox li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all 0.5s ease 0s;
}

.jgszbox li p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.jgszbox li:hover {
    box-shadow: 0px 10px 13px 0px rgba(3, 64, 128, 0.22);
}

.jgszbox li:hover a {
    color: #3d7db4;
}

.jgszbox li:hover img {
    transform: rotateY(360deg);
}

.jgsz1,
.jgsz2,
.jgsz3,
.jgsz4,
.jgsz5,
.jgsz6,
.jgsz7,
.jgsz8,
.jgsz9,
.jgsz10 {
    margin-bottom: 20px;
}
.jgszbox .jgsz5,.jgszbox .jgsz10{
    margin-right: 0;
}
.jgsz-tit {
    width: 285px;
    padding: 45px 0;
    position: absolute;
    left: 7%;
    top: -86px;
    border: 1px solid #f3f3f3;
}

.jgsz-tit .tit2 {
    position: relative;
    height: 727px;
    background: url(../images/titbg3.png) #007aff;
}

.jgsz-tit h1 {
    font-size: 64px;
    font-family: "Adobe Heiti Std";
    color: #fff;
    width: 64px;
    position: absolute;
    left: 30%;
    top: 48%;
    transform: translateY(-50%);
}

.jgsz-tit .p1 {
    font-size: 27px;
    width: 285px;
    font-family: "Microsoft YaHei";
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: -13%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.jgsz-tit .p2 {
    font-size: 58px;
    width: 565px;
    font-family: "Microsoft YaHei";
    color: rgba(255, 255, 255, 0.09);
    text-transform: uppercase;
    position: absolute;
    left: -59%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.main4 {
    padding: 90px 0 80px;
    background: url(../images/main4bg.png) no-repeat;
    background-size: cover;
}

.kslj {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kslj li {
    width: 31.8%;
}

.kslj li a {
    position: relative;
    display: block;
    padding: 50px 0 35px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .4);
}

.kslj .lj1 {
    background: url(../images/img5.png) no-repeat;
    background-size: cover;
}

.kslj .lj2 {
    background: url(../images/img6.png) no-repeat;
    background-size: cover;
}

.kslj .lj3 {
    background: url(../images/img7.png) no-repeat;
    background-size: cover;
}

.kslj li i {
    display: block;
    width: 61px;
    height: 55px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.kslj li p {
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 20px;
}

.kslj li span {
    display: block;
    font-size: 16px;
    padding: 0 10px;
    font-family: "Adobe Heiti Std";
    color: rgba(255, 255, 255, 0.259);
    text-transform: uppercase;
    text-align: center;
}

.kslj .lj1 i {
    background: url(../images/link1.png) no-repeat;
    background-size: 100% 100%
}

.kslj .lj2 i {
    background: url(../images/link2.png) no-repeat;
    background-size: 100% 100%
}

.kslj .lj3 i {
    background: url(../images/link2.png) no-repeat;
    background-size: 100% 100%
}


.ysqgkss {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 20px;
}

.ysqgkss span {
    display: flex;
    font-size: 15px;
    width: 30%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ysqgkss span+span {
    margin-left: 10px;
}

.ysqgkss span.btn {
    width: 17%;
}

.ysqgkss span.btn input {
    color: #FFF;
    border-color: #1663bc;
    background: #1663bc;
    line-height: 100%;
    height: 100%;
    width: 90px;
    text-indent: 0;
}

.ysqgkss span input {
    border: 1px solid #DDD;
    line-height: 32px;
    text-indent: 10px;
    width: calc(100% - 5rem);
}

.linksbox {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
    gap: 1rem;
}

.linksbox li {
    width: 32.333%;
    display: flex;
    padding: 1rem;
    border: 1px solid #DEDEDE;
    /* margin: 0.5rem 0 0.5rem 1rem; */
    border-radius: 7px;
    align-items: center;
    justify-content: space-between;
}

.linksbox li:after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border: solid #838383;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    font-size: 1.3rem;
    line-height: 1;
    text-align: left;
    margin-bottom: 15px;
}

.content {
    background: rgb(255, 255, 255);
    margin: 0px auto 50px;
    /* width: 1200px; */
    overflow: hidden;
    position: relative;
}

.dtable {
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #DEDEDE;
    margin-top: 15px;
    table-layout: fixed;
}

.dtable .first {
    display: none
}

.dtable th:first-child {
    border-left: 1px solid #2174b4;
}

.dtable th:last-child {
    border-right: 1px solid #2174b4;
}

.dtable th {
    background: #2174b4;
    padding: 12px 20px;
    text-align: center;
    color: rgb(255 255 255);
    vertical-align: middle;
    border-left: 1px solid #5391c2;
    border-bottom: 1px solid #5391c2;
}

.dtable th.left {
    padding: 8px 15px;
    text-align: left;
}

.dtable tbody th {
    background: #2174b4;
    line-height: 1.4em;
    border-bottom: 1px solid #46a0e6;
}

.dtable td {
    padding: 10px 5px;
    text-align: left;
    line-height: 1.5em;
    vertical-align: middle;
    border: 1px #ccc solid !important;
    width: 100%;
}
.dtable td p {
    font-weight: 100;
    font-size: 16px;
    line-height: 2em;
}

.dtable td.left {
    text-align: left;
}

.dtable td.right {
    text-align: right;
}

.dtable td input,
.dtable td select {
    border: 1px solid #DDD;
    line-height: 32px;
    text-indent: 10px;
    width: 95%;
}

.dtable td input#yzcode {
    width: 5rem !important;
}

.dtable td input[type="radio"] {
    width: auto;
}

.dtable td input#tijiaobtn,
.dtable td input.qk {
    width: 20%;
    height: 41px;
    line-height: 41px;
    font-size: 16px;
    background: #1663bc;
    color: #FFF;
    border-color: #1663bc;
    display: inline-block;
}

.dtable td textarea {
    width: 97% !important;
    margin: 10px 0 0 0;
    min-height: 120px;
}

.dtable td input.btn {
    color: #FFF;
    border-color: #1663bc;
    background: #1663bc;
    line-height: 100%;
    height: 100%;
    padding: 13px;
    font-size: 15px;
    width: 30%;
    text-indent: 0;
}

.dtable td #btn {
    color: #FFF;
    border-color: #1663bc;
    background: #1663bc;
    line-height: 100%;
    height: 100%;
    padding: 13px;
    font-size: 15px;
    width: 18%;
    text-indent: 0;
}

.dtable td #yanzheng {
    width: 90px;
}

.dtable td a {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.myzj.dtable tr td:first-child {
    width: 110px;
}
#webberedit{
    width:100% !important;
}
label{
    color:#000;
}
.titlestyle1127098 span{
    color:#fff !important;
padding-left: 10px;
}

.hbxw {
    padding: 20px 0 70px;
    background: url(../images/main4bg.png) no-repeat;
}
.hbxw .title-box{
    margin-bottom: 40px;
}
.hbxw ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hbxw ul li {
    width: 31%;
    padding-bottom: 11px;
    background: url(../images/images.png) no-repeat left bottom;
    background-size: 100%;
    border-radius: 10px;
    
}
.hbxw ul li:first-child,.hbxw ul li:nth-child(2),.hbxw ul li:nth-child(3) {margin-bottom: 40px;} 
.hbxw ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px;
    background: url(../images/logo2.png) left center no-repeat #fff;
    background-position-x: -61px;
    background-size: 35%;
    border: 1px solid transparent;
    border-bottom: 3px solid #0d6ac9;
}

.hbxw ul li a h1 {
    width: 100%;
    font-size: 16px;
    height: 42px;
    font-family: "Microsoft YaHei";
    color: rgb(34, 34, 34);
    font-weight: normal;
}

.hbxw ul li a span {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #4684d5;
    text-align: center;
    white-space: nowrap;
    margin-right: 40px;
}

.hbxw ul li a span i {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #0d6ac9;
}

.hbxw ul li a:hover{
    border-radius: 10px;
    border: 1px solid #ffa711;
    border-bottom: 3px solid #ffa711;
}
.mySwiper .swiper-slide:hover img{
    transform: scale(1);
}
@media all and (max-width:1760px) {
    .linksbox li {
        width: 31.333%;
    }

}

@media all and (max-width:1000px) {
    .linksbox li {
        width: 100%;
    }

    table.list thead {
        display: none;
    }

    table.list tbody {}

    table.list tbody tr {
        display: block;
        margin-bottom: -1px;
        border-top: 1px solid #dedede;
        height: auto;
    }

    table.list tbody tr:nth-child(odd) {}

    table.list tbody td {
        width: auto;
        height: auto;
        display: block;
        padding: 5px 10px;
        text-align: left;
        line-height: 1.8em;
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    table.list tbody td a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    table.list tbody td.subject {
        font-size: 16px;
        line-height: 24px;
    }

    table.list [data-cell-header]:before {
        content: attr(data-cell-header);
        display: inline-block;
        padding: 5px 10px;
        width: 70px;
        margin-right: 10px;
        background: #F8F8F8;
        text-align: center;
        color: #000;
        margin-left: -10px;
    }

    table.list tbody tr:nth-child(odd) [data-cell-header]:before {
        background: #F8F8F8;
    }

    table.list td.add_h {
        height: 45px;
    }

    table.list td.add_h:before {
        float: left;
        height: 34px;
    }

    table.list td.add_h span {
        display: inline-block;
        float: left;
        width: 65%;
    }

    .dtable td input,
    .dtable td select {
        margin: 10px 0;
        width: 97% !important;
        box-sizing: border-box;
    }

    .dtable td input[type="radio"] {
        width: auto !important;
    }

    .dtable td input.btn {
        width: 100%;
    }

    .ysqgkss span {
        width: 39%;
    }

    .dtable td #btn {
        color: #FFF;
        border-color: #1663bc;
        background: #1663bc;
        line-height: 100%;
        height: 100%;
        padding: 13px;
        font-size: 15px;
        text-indent: 0;
        display: block;
        width: 100%;
    }

    .myzj.dtable tr td:first-child {
        width: auto;
    }

    .dtable td input#yzcode {
        width: 3rem !important;
    }

    table.list tbody td.hfnr {
        overflow: auto;
        white-space: break-spaces;
    }
}

@media all and (max-width:768px) {
    .ysqgkss span {
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    .ysqgkss span label {
        width: 80px;
        display: inline-block;
    }

    .ysqgkss span+span {
        width: 100%;
        display: flex;
        margin: 15px 0;
        align-items: center;
    }

    .ysqgkss span input {
        width: calc(100% - 90px);
    }

    .ysqgkss span.btn {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .ysqgkss span.btn input {
        width: 100%;
        padding: 15px 0;
        font-size: 16px;
    }

    .dtable td input#tijiaobtn,
    .dtable td input.qk {
        width: 40% !important;
    }
}