.clear {
    clear: both;
    height: 0px;
    width: 0px;
    overflow: hidden;
}
/* Hides from IE-mac \*/
/*phead*/
#pheadbg {
    padding: 20px 0;
}
#pheadbg .phead {}
#pheadbg .phead .logo {
    float: left;
    display: block;
    height: 100%;
}
#pheadbg .phead .wz {
    float: right;
    color: #666;
    line-height: 70px;
}
/*pnav*/
#pnavbg {
    background: #43484e;
}
#pnavbg .pnav {
    display: table;
    width: 100%;
}
#pnavbg .pnav a {
    display: table-cell;
    text-align: center;
    color: #fff;
    position: relative;
    line-height: 46px;
}
#pnavbg .pnav a:hover {
    background: #111111;
}
/*mobilehead*/
#mobilehead {
    height: 70px;
    width: 100%;
    display: none;
}
#mobilehead .logo {
    width: calc(100% - 120px);
    height: 70px;
    display: block;
    float: left;
    background-size: auto 50px;
}
#mobilehead .nav {
    float: right;
}
#mobilehead .nav_bg {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 989;
    width: 100%;
    height: calc(100% - 70px);
    background: rgba(0, 0, 0, 0.6);
    animation: fade-in .43s ease 0s;
    -webkit-animation: fade-in .43s ease 0s;
}
#mobilehead .nav .nav_box {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 991;
    width: 100%;
    overflow: auto;
    border-top: 1px solid #eee;
    background: #fff;
    box-sizing: border-box;
}
#mobilehead .nav .nav_one > li {
    border-bottom: 1px solid #eee;
    padding: 0 10px;
}
#mobilehead .nav .nav_one > li > span {
    height: 42px;
    line-height: 42px;
    font-size: 15px;
}
#mobilehead .nav .nav_one > li > span > a {
    display: block;
    position: relative;
    width: calc(100% - 150px);
    height: 42px;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    line-height: 42px;
    float: left;
}
#mobilehead .nav .nav_one > li > span > i {
    float: right;
    display: block;
    width: 150px;
    height: 42px;
}
#mobilehead .nav .nav_one > li > span > i > em {
    float: right;
    width: 42px;
    height: 42px;
    background: url(../wdimages/+.png) no-repeat center center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    display: block;
}
#mobilehead .nav .nav_one > li > span > i > em.on {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mobilehead .nav .nav_one > li > ul {
    display: none;
}
#mobilehead .nav .nav_one > li > ul > li {
    height: 36px;
    line-height: 36px;
    text-indent: 20px;
}
#mobilehead .nav .nav_one > li > ul > li > a {
    font-size: 15px;
    color: #666;
    width: 100%;
    height: 100%;
    display: block;
}
#mobilehead .nav .push-nav {
    display: block;
    position: relative;
    z-index: 998;
    width: 54px;
    height: 50px;
    font-size: 0;
    margin-right: 8px;
    background: rgba(138, 138, 138, .5);
    margin-top: 10px;
    border-radius: 5px;
}
#mobilehead .nav .push-nav .nav-toggle {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#mobilehead .nav .push-nav.on .nav-toggle {
    margin-left: -4px;
}
#mobilehead .nav .push-nav .nav-toggle span {
    display: block;
    position: relative;
    z-index: 1;
    width: 37px;
    height: 2px;
    margin: 0 0 10px auto;
    background: #8a8a93;
    border-radius: 3px;
    -webkit-transform-origin: 35px;
    transform-origin: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
#mobilehead .nav .push-nav .nav-toggle span.two {
    width: 30px;
}
#mobilehead .nav .push-nav .nav-toggle span:last-child {
    margin-bottom: 0;
}
#mobilehead .nav .push-nav.on .nav-toggle span {
    opacity: 1;
}
#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}
#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#mobilehead .nav .nav_contact {
    position: relative;
    border-top: 1px solid #eee;
    color: #666;
}
#mobilehead .nav .nav_contact .nav_txt {
    width: 100%;
}
#mobilehead .nav .nav_contact .nav_txt span {
    height: 42px;
    line-height: 42px;
    display: block;
    float: left;
    position: relative;
    text-indent: 15px;
    margin-left: 10px;
    font-size: 15px;
}
#mobilehead .nav .nav_contact .nav_txt span a {
    color: #666;
}
#mobilehead .nav .nav_contact .nav_txt span.sitemapicon {
    background: url(mobilesitemap.png) no-repeat left center;
    background-size: auto 15px;
}
#mobilehead .nav .nav_contact .nav_txt span.topphoneicon {
    background: url(mobilephone.png) no-repeat left center;
    background-size: auto 15px;
}
#mobilehead .nav .nav_contact .nav_txt span.topemailicon {
    background: url(mobileemail.png) no-repeat left center;
    background-size: auto 15px;
    text-indent: 25px;
}
/*pflash*/
#pflashbg {
    width: 100%;
    padding-bottom: 90px;
    background: url(../wdimages/main-bg.jpg) no-repeat center center;
    background-size: cover;
}
#pflashbg .pflash {
    color: #FFF;
}
#pflashbg .pflash .p_tittle {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    padding-top: 50px;
}
#pflashbg .pflash .sub_title {
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
}
#pflashbg .pflash .search-form {
    margin: 40px 0 0;
    text-align: center;
}
#pflashbg .pflash .search-form .search-term {
    height: 48px;
    line-height: 24px;
    padding: 12px;
    width: 50%;
    color: #858c91;
    margin-right: 10px;
    outline: none;
}
#pflashbg .pflash .search-form .search-btn {
    background: #3b424a;
    line-height: 19px;
    font-weight: 600;
    padding: 14px 35px 15px;
    color: #fff
}
#pflashbg .pflash .search-form .search-btn.hon {
    background: #d21704;
}
/*pcrumbs*/
.pcrumbs {
    padding: 15px 0 0;
    color: #666;
}
/*.cn{font-size:20px;color:#3b424a;background:url(../wdimages/shu.jpg) no-repeat 0px 6px;padding-left:10px;}*/
.pwrap {
    margin-top: 25px;
}
.pwrap .pwtfl {
    width: 260px;
    float: left;
    border-bottom: 1px solid #ededed;
}
.pwrap .pwtfl_title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ededed;
    line-height: 40px;
}
.pwrap .pwtfl .pclass_list {
    position: relative;
    width: 255px;
}
.pwrap .pwtfl .pclass_list .item {
    height: 40px;
    margin-top: 5px;
}
.pwrap .pwtfl .pclass_list .item h3 {
    height: 40px;
    line-height: 40px;
    border: 1px solid #FFF;
    width: 100%;
    overflow: hidden;
    padding-left: 2px;
    font-size: 14px;
    margin: 0;
}
.pwrap .pwtfl .pclass_list .item h3:hover {
    position: relative;
    text-indent: 15px;
    border: 1px solid #DDD;
}
.pwrap .pwtfl .pclass_list .item a {
    color: #666;
    text-decoration: none;
}
.pwrap .pwtfl .pclass_list .item a:hover {
    color: #E4393C;
}
.pwenti {
    width: 47%;
    float: left;
    margin-left: 2.5%;
}
.pwenti .pwenti_content {
    width: 100%;
    text-align: left;
}
.pwenti .pwenti_content .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.pwenti .pwenti_content .hd ul {}
.pwenti .pwenti_content .hd ul li {
    cursor: pointer;
    font-size: 20px;
    color: #3b424a;
    display: inline-block;
    margin-left: 20px;
}
.pwenti .pwenti_content .hd ul li:first-child {
    margin-left: 0;
}
.pwenti .pwenti_content .hd ul li.on {
    height: 40px;
    border-bottom: 2px solid #26569a;
}
.pwenti .pwenti_content .bd {
    position: relative;
}
.pwenti .pwenti_content .bd ul {
    padding: 15px;
}
.pwenti .pwenti_content .bd li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f1f1f1;
    background: url(../wdimages/w.jpg) no-repeat 0px center;
    text-indent: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pwenti .pwenti_content .bd li .date {
    float: right;
    color: #999;
}
.pwenti .pwenti_content .bd .more {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
    height: 40px;
    line-height: 40px;
}
.pzxhd {
    width: 26%;
    float: right;
    margin-left: 2.5%;
}
.pzxhd_bt {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ededed;
    line-height: 40px;
}
.pzxhd_nr ul {
    padding-top: 10px;
}
.pzxhd_nr ul li {
    width: 100%;
    line-height: 35px;
    background: url(../wdimages/d.jpg) no-repeat 2px center;
    text-indent: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*zx*/
.zx_tu {
    margin-top: 40px;
    width: 100%;
    padding-bottom: 56.66%;
    position: relative;
}
.zx_tu img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/*banner*/
.wd_tu {
    width: 100%;
    height: 90px;
    margin: 40px auto;
    background: url(../wdimages/wd_tu.jpg) no-repeat center top;
}
/*prmtj*/
.prmtj {
    padding-bottom: 30px;
}
.prmtj .prmtj_bt {
    height: 40px;
    border-bottom: 1px solid #ededed;
    line-height: 40px;
}
.prmtj .prmtj_nr ul {
    padding: 10px 0
}
.prmtj .prmtj_nr ul li {
    width: 23.5%;
    float: left;
    line-height: 32px;
    text-indent: 10px;
    background: url(../wdimages/li-arrow.png) no-repeat left center;
    margin-left: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prmtj .prmtj_nr ul li:nth-child(4n+1) {
    margin-left: 0;
}
#lj {
    width: 100%;
    min-height: 121px;
    background: url(../wdimages/lj.jpg);
    margin-top: 30px;
}
.lj {
    width: 1200px;
    min-height: 121px;
    background: url(../wdimages/lj.jpg);
    margin: 0 auto
}
.lj_bt {
    padding-top: 20px;
}
.jl_nr {
    color: #888888;
    padding-top: 10px;
    line-height: 2
}
.jl_nr a {
    color: #888888
}
/*plist*/
.plist {
    padding-bottom: 30px;
}
.li_info {
    padding: 4px 3px 4px 0px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}
.li_info span {
    display: inline-block;
    padding-left: 22px;
    margin-right: 15px;
    line-height: 22px;
    font-size: 12px;
}
.li_info span.date {
    background: url(../wdimages/calendar-icon.png) no-repeat left center;
}
.li_info span.comments {
    background: url(../wdimages/comment.png) no-repeat left center;
}
.li_info span.like-count {
    float: right;
    background: url(../wdimages/like.png) no-repeat 4px 6px;
}
.li_info span.category {
    background: url(../wdimages/category-icon.png) no-repeat left center;
}
.plist_left {
    width: 72%;
    float: left;
}
.plist_left .plist_li {
    margin-top: 35px;
}
.plist_left .plist_li h3 {
    padding-left: 35px;
    background: url(../wdimages/standard-large.png) no-repeat 0 3px;
    font-size: 20px;
    line-height: 30px;
    margin: 11px 0;
    font-weight: bold;
}
.plist_left .plist_li p {
    margin: 0 0 22px;
    font-size: 13px;
    color: #6f7579;
    line-height: 1.5;
}
.plist_left .plist_content {
    margin-top: 35px;
}
.plist_left .plist_content h1 {
    padding-left: 35px;
    background: url(../wdimages/standard-large.png) no-repeat 0 6px;
    font-size: 26px;
    line-height: 36px;
}
.plist_left .plist_content .p_info {
    background: whitesmoke url(../wdimages/quote.png) no-repeat 20px 25px;
    border: 1px solid #e8e8e8;
    padding: 20px 20px 20px 20px;
    color: #6f7579;
}
.plist_left .plist_content .p_info p {
    margin: 0;
}
.plist_left .plist_content .p_txt {
    margin: 0;
    line-height: 1.8;
}
.plist_left .plist_content .p_txt p {
    margin: 0;
    line-height: 1.8;
}
.plist_left .plist_content .p_txt img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.plist_left .p_faq {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    margin-bottom: 5px;
    padding: 12px 25px 10px 45px;
    margin-top: 22px;
}
.plist_left .p_faq .faq-icon {
    background: url(../wdimages/faq-minus.png) no-repeat 0 0;
    position: absolute;
    display: inline-block;
    height: 17px;
    width: 17px;
    top: 15px;
    left: 15px;
    cursor: pointer;
}
.plist_left .p_faq .faq-question {
    line-height: 22px;
    margin: 0;
    color: #395996;
    font-size: 14px;
    font-weight: 600;
}
.plist_left .p_faq .faq-answer {
    margin: 0;
    line-height: 1.8;
}
.plist_left .p_faq .faq-answer p {
    margin: 0;
    line-height: 1.8;
}
.plist_left .p_faq .faq-answer img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.plist_left .p_input {}
.plist_left .p_input label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #6f7579;
}
.plist_left .p_input input[type="text"] {
    display: inline-block;
    height: 30px;
    padding: 4px 6px;
    margin-bottom: 11px;
    font-size: 13px;
    line-height: 30px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    border: 1px solid #cccccc;
    width: 100%;
}
.plist_left .p_input textarea {
    border: 1px solid #ccc;
    width: 100%;
}
.plist_left .p_input .pf_btn {
    margin-top: 22px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #bbbbbb;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: whitesmoke;
    background-image: -moz-linear-gradient(top, white, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, white, #e6e6e6);
    background-image: -o-linear-gradient(top, white, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    ;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.plist_right {
    width: 25%;
    float: right;
}
.plist_right .right_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 44px;
    margin: 11px 0;
    color: #3b4348;
}
.plist_right .right_li {
    position: relative;
}
.plist_right .right_li li {
    line-height: 22px;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 0 24px;
    background: url(../wdimages/standard.png) no-repeat 0 3px;
}
.plist_right .right_li li h4 {
    margin: 11px 0;
    line-height: 22px;
    color: #3b4348;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.plist_right .right_li li span {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #6f7579;
}
.plist_right .right_xianguan {}
.plist_right .right_xianguan li {
    list-style: none;
    padding: 8px 8px 8px 23px;
    background: url(../wdimages/li-arrow.png) no-repeat 8px 15px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*ptiwen*/
.ptiwen {
    margin-top: 25px;
}
.ptiwen .pt_left {
    width: 72%;
    float: left;
}
.ptiwen .pt_left .pt_left_li {
    margin-bottom: 15px;
}
.ptiwen .pt_left .pt_left_li label {
    display: block;
    float: left;
    line-height: 32px;
    margin-bottom: 0;
    text-align: right;
    width: 70px;
}
.ptiwen .pt_left .pt_left_li input[type="text"], .ptiwen .pt_left .pt_left_li select {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    padding: 4px 6px;
    width: calc(100% - 70px);
    float: right;
}
.ptiwen .pt_left .pt_left_li textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 6px;
    width: calc(100% - 70px);
    float: right;
}
.ptiwen .pt_right {
    width: 25%;
    float: right;
}
.ptiwen .pt_right .right_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 44px;
    margin: 11px 0;
    color: #3b4348;
}
.ptiwen .pt_right .right_li {
    position: relative;
}
.ptiwen .pt_right .right_li li {
    line-height: 22px;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 0 24px;
    background: url(../wdimages/standard.png) no-repeat 0 3px;
}
.ptiwen .pt_right .right_li li h4 {
    margin: 11px 0;
    line-height: 22px;
    color: #3b4348;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ptiwen .pt_right .right_li li span {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #6f7579;
}
@media screen and (max-width:991px) {
    .l-991 {
        display: none;
    }
}
@media screen and (max-width:499px) {
    .l-499 {
        display: none;
    }
}
@media screen and (max-width:1230px) {
    .container {
        width: 100%;
    }
    .padding15 {
        padding: 0 15px;
    }
}
@media screen and (max-width:1023px) {
    #mobilehead {
        display: block;
    }
    #mobilehead.mhead {
        position: fixed;
        z-index: 9999;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    }
    #pheadbg {
        display: none;
    }
    #pnavbg {
        display: none;
    }
    #pflashbg {
        padding-bottom: 60px;
    }
    #pflashbg .pflash .p_tittle {
        font-size: 40px;
        padding-top: 40px;
    }
    #pflashbg .pflash .sub_title {
        font-size: 18px;
        padding-top: 15px;
    }
    #pflashbg .pflash .search-form {
        margin: 20px 0 0;
    }
    #pflashbg .pflash .search-form .search-term {
        height: 40px;
        padding: 8px;
    }
    #pflashbg .pflash .search-form .search-btn {
        padding: 10px 25px 11px;
    }
    .pwrap {
        margin-top: 25px;
    }
    .pwrap .pwtfl {
        width: 100%;
        float: none;
        border-bottom: none;
        margin-bottom: 20px;
    }
    .pwrap .pwtfl_title {
        display: none;
    }
    .pwrap .pwtfl .pclass_list {
        position: relative;
        width: 100%;
        font-size: 0;
        -webkit-text-size-adjust: none;
    }
    .pwrap .pwtfl .pclass_list .item {
        margin-top: 0;
        display: inline-block;
        font-size: 14px;
        padding: 0 15px;
        background: #3b424a;
        position: relative;
    }
    .pwrap .pwtfl .pclass_list .item:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #FFF;
        position: absolute;
        left: 0;
        top: 0;
    }
    .pwrap .pwtfl .pclass_list .item:after {
        content: '';
        width: 1px;
        height: 100%;
        background: #FFF;
        position: absolute;
        right: 0;
        top: 0;
    }
    .pwrap .pwtfl .pclass_list .item:first-child {
        margin-left: 0;
    }
    .pwrap .pwtfl .pclass_list .item h3 {
        border: none;
    }
    .pwrap .pwtfl .pclass_list .item h3:hover {
        border: none;
        text-indent: 0;
    }
    .pwrap .pwtfl .pclass_list .item a {
        color: #FFF;
    }
    .pwenti {
        width: 57%;
        margin-left: 0;
    }
    .pwenti .pwenti_content .bd ul {
        padding: 15px 0;
    }
    .pzxhd {
        width: 40%;
        margin-left: 3%;
    }
    .wd_tu {
        margin: 30px auto;
    }
    .prmtj .prmtj_nr ul li {
        width: 32%;
    }
    .prmtj .prmtj_nr ul li:nth-child(4n+1) {
        margin-left: 2%;
    }
    .prmtj .prmtj_nr ul li:nth-child(3n+1) {
        margin-left: 0;
    }
    .plist_left {
        width: 67%;
    }
    .plist_right {
        width: 30%;
    }
    .ptiwen .pt_left {
        width: 62%;
    }
    .ptiwen .pt_left h1 {
        font-size: 26px;
    }
    .ptiwen .pt_right {
        width: 35%;
    }
}
@media screen and (max-width:799px) {
    .plist_left {
        width: 100%;
        float: none;
    }
    .plist_right {
        width: 100%;
        float: none;
    }
    .plist_right_c {
        width: 48%;
        float: left;
        margin-left: 4%;
    }
    .plist_right_c:first-child {
        margin-left: 0;
    }
}
@media screen and (max-width:767px) {
    #mobilehead .logo {
        width: calc(100% - 70px);
    }
    .prmtj .prmtj_nr ul li {
        width: 48%;
        margin-left: 4%;
    }
    .prmtj .prmtj_nr ul li:nth-child(4n+1) {
        margin-left: 4%;
    }
    .prmtj .prmtj_nr ul li:nth-child(3n+1) {
        margin-left: 4%;
    }
    .prmtj .prmtj_nr ul li:nth-child(odd) {
        margin-left: 0;
    }
    .ptiwen {
        margin-top: 10px;
    }
    .ptiwen .pt_left {
        width: 100%;
        float: none;
    }
    .ptiwen .pt_left h1 {
        font-size: 26px;
    }
    .ptiwen .pt_right {
        width: 100%;
        float: none;
    }
}
@media screen and (max-width:667px) {
    #pflashbg {
        padding-bottom: 35px;
    }
    #pflashbg .pflash .p_tittle {
        font-size: 20px;
        padding-top: 25px;
    }
    #pflashbg .pflash .sub_title {
        font-size: 12px;
    }
    #pflashbg .pflash .search-form .search-term {
        width: 100%;
        margin-right: 0;
    }
    #pflashbg .pflash .search-form .search-btn {
        width: 48%;
        margin-right: 4%;
        float: left;
        margin-top: 20px;
    }
    #pflashbg .pflash .search-form .search-btn:last-child {
        margin-right: 0;
    }
    .pwenti {
        width: 100%;
        margin-left: 0;
        float: none;
    }
    .pwenti .pwenti_content .bd ul {
        padding: 10px 0 0;
    }
    .pwenti .pwenti_content .bd li {
        height: 50px;
        line-height: 50px;
    }
    .pzxhd {
        width: 100%;
        margin-left: 0;
        float: none;
    }
    .wd_tu {
        padding-bottom: 15%;
        height: 0;
        background-size: auto 100%;
        margin: 15px auto;
    }
    .prmtj .prmtj_nr ul li {
        width: 100%;
        margin-left: 0%;
    }
    .prmtj .prmtj_nr ul li:nth-child(4n+1) {
        margin-left: 0%;
    }
    .prmtj .prmtj_nr ul li:nth-child(3n+1) {
        margin-left: 0%;
    }
    .prmtj .prmtj_nr ul li:nth-child(odd) {
        margin-left: 0;
    }
}
@media screen and (max-width:499px) {
    #mobilehead .logo {
        width: calc(100% - 70px);
        background-size: auto 40px;
    }
    .plist_right_c {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .plist_left .p_faq {
        padding: 10px;
    }
    .plist_left .p_faq .faq-icon {
        display: none;
    }
}