@media screen and (max-width: 800px) {
    * {
        margin: 0 auto;
        padding: 0;
    }
    ul,
    li {
        list-style-type: none;
    }
    img {
        border: none;
    }
    a,
    a:hover {
        text-decoration: none;
    }
    .clear {
        content: ".";
        display: block;
        height: 0;
        line-height: 0px;
        clear: both;
        overflow: hidden;
    }
    body {
        width: 100%;
        background-color: #fff;
        font-family: Arial;
        font-size: 14px;
        color: #777;
        font-family: "微软雅黑";
    }
    div {
        overflow: hidden;
        /* margin-top: 15px; */
    }
    .mar_ltrt {
        margin: 0 15px;
    }
    .mar_rt {
        margin-right: 25px;
    }
    .mar_lt {
        margin-left: 15%;
    }
    #top {
        width: 100%;
        height: auto;
        text-align: left;
        background-color: #fdfdfd;
        border-bottom: 1px solid #ccc;
    }
    .topo {
        width: 100%;
        height: auto;
    }
    .top_logo {
        width: 40%;
        height: auto;
        float: left;
        text-align: left;
        margin: 0;
        box-sizing: border-box;
        padding: 10px;
    }
    .top_logo img {
        margin-top: 0px;
        max-width: 100%;
    }
    .top_nav {
        width: 60%;
        height: auto;
        float: left;
        position: relative;
        padding-top: 10px;
    }
    .nav_btn {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 46px;
        height: 46px;
        background-size: 200%;
        background-image: url(../images/nav_btn.png);
        background-position: 0% 0%;
        background-repeat: no-repeat;
        float: right;
        z-index: 1001;
    }
    .tel {
        display: block;
        width: 60%;
        float: left;
        color: #333;
        font-size: 14px;
        margin-left: 10px;
    }
    .tel p {
        font-size: 18px;
        line-height: 26px;
        color: #f6821f;
        font-weight: bold;
    }
    /*二级导航-开始*/
    ul#topnav1 {
        width: 50%;
        height: 100%;
        text-align: center;
        position: fixed;
        padding-top: 40px;
        box-sizing: border-box;
        right: -50%;
        top: 0;
        background: rgba(0, 0, 0, 0.9);
        margin-top: 0;
        overflow-y: auto;
        z-index: 1000;
    }
    ul#topnav1 li {
        float: none;
        width: auto;
        height: auto;
        line-height: 36px;
        padding: 0;
        text-align: center;
        color: #fff;
    }
    ul#topnav1 li>a {
        color: #fff;
        text-align: left;
        height: 34px;
        padding-left: 30px;
        line-height: 34px;
        display: block;
        font-size: 18px;
    }
    /*ul#topnav1 li>a:before{content:"○"; color: #E56600; display: inline-block; margin-right: 5px; font-size: 16px;}
*/
    ul#topnav1 li a:hover {
        background-color: #2a63cc;
        color: #fff;
    }
    ul#topnav1 li span {
        float: none;
        width: 100%;
        height: auto;
        line-height: 20px;
        padding-bottom: 5px;
        position: static;
        left: 0;
        top: 0;
        display: block;
        color: #fff;
        text-align: center;
        -moz-border-radius-bottomright: 5px;
        -khtml-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -khtml-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
    }
    ul#topnav1 li span a {
        color: #bbb;
        width: auto;
        height: 26px;
        line-height: 26px;
        padding: 0;
        padding-left: 50px;
        background-color: none;
        display: block;
        float: none;
        text-align: left;
        font-size: 16px;
        margin-left: 0;
    }
    ul#topnav1 li span a:before {
        content: "▸";
        color: #E56600;
        display: inline-block;
        margin-right: 5px;
        font-size: 18px;
    }
    ul#topnav1 li span :first-child {
        display: none;
    }
    ul#topnav1 li span a:hover {
        color: #fff;
        height: 20px;
        line-height: 20px;
        background: none;
        text-decoration: none;
        text-align: center;
    }
    ul#topnav1 li span img {
        display: none;
        float: none;
    }
    /*二级导航-结束*/
    #full-screen-slider {
        width: 100%;
        height: 120px;
    }
    #slides {
        display: block;
        width: 100%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
    }
    #slides li {
        display: block;
        width: 100%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        background-size: auto 100% !important;
    }
    #slides li a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999px
    }
    #pagination {
        display: block;
        list-style: none;
        position: absolute;
        left: 37%;
        top: 383px;
        z-index: 9900;
        padding: 5px 15px 5px 0;
        margin: 0;
    }
    #pagination li {
        display: block;
        list-style: none;
        width: 10px;
        height: 10px;
        float: left;
        margin-left: 15px;
        border-radius: 5px;
        background: #FFF;
    }
    #pagination li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        text-indent: -9999px;
    }
    #pagination li.current {
        background: #cebd00;
    }
    #ind_bga {
        width: 100%;
        height: auto;
        padding-bottom: 0px;
        clear: both;
        background: none;
    }
    #ind_bgb {
        width: 100%;
        height: auto;
        clear: both;
        background-color: #fff;
    }
    #ind_bgc {
        width: 100%;
        height: 640px;
        background: none;
        display: none;
    }
    .hezuo{ display: block;}
    .hezuo img{ width: 100%;}
    .ind_fuwu {
        width: auto;
        height: auto;
		display:none;
    }
    .ind_ti {
        width: auto;
        background: url(../images/ind_ti.png) no-repeat top center;
        color: #9a9a9a;
        text-align: center;
    }
    .ind_ti h3 {
        font-size: 24px;
        line-height: 50px;
        font-weight: 600;
    }
    .ind_ti h4 {
        font-size: 18px;
        line-height: 40px;
        font-weight: normal;
    }
    .ind_fuwu_ul {
        width: 100%;
        height: auto;
        margin-top: 20px;
        overflow: hidden;
        text-align: center;
    }
    .ind_fuwu_ul li {
        display: inline-block;
        width: 32%;
        padding: 5px 20px;
        height: auto;
        float: none;
        box-sizing: border-box;
    }
    .ind_fuwu_ul li a {
        display: block;
        width: 80px;
        height: 80px;
        background: url(../images/fuwu_link.png) no-repeat;
        background-size: 100%;
        padding-top: 1px;
    }
    .ind_fuwu_ul li a img {
        display: block;
        width: 80%;
        height: auto;
        margin: 7px auto 0;
    }
    .ind_fuwu_ul li a:hover {
        background: url(../images/fuwu_hover.png) no-repeat;
        background-size: 100%;
    }
    .ind_fuwu_ul li span {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
    }
    .ind_bgbo {
        width: 100%;
        height: auto;
    }
    .ind_case {
        width: auto;
        height: ;
        padding-bottom: 50px;
    }
    .ind_new {
        width: 100%;
        height:;
        padding-bottom: 50px;
        box-sizing: border-box;
        padding: 10px;
    }
    .ind_new_lt {
        width: 100%;
        height: auto;
        display: inline-block;
        float: left;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .ind_tib {
        width: 100%;
        box-sizing: border-box;
        height: 43px;
        line-height: 43px;
        border: 1px solid #9b9b9b;
    }
    .ind_tib span {
        display: inline-block;
        padding: 0 15px;
        font-size: 16px;
        color: #333;
    }
    .ind_tib a {
        display: inline-block;
        float: right;
        padding: 0 15px;
        font-size: 12px;
        color: #aaa;
    }
    .ind_tib a:hover {
        color: #777;
    }


    .tuijian{margin-top: 20px;}
.tuijian .ind_tib{ width: 100%;box-sizing: border-box;    margin-bottom: 16px;}
.tuijian_list {overflow: hidden;}
.tuijian_list li{    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    float: none;
    padding-left: 16px;
    background: url(../images/tuijian_list.png) left center no-repeat;
    background-size: 8px;
    margin-right: 2%;}
.tuijian_list li a{color:#333; }
.tuijian_list li a:hover{color:#2a63cc;text-decoration: underline;}


    .new_ul {}
    .new_ul li {
        padding: 10px 0;
        height: auto;
        overflow: hidden;
    }
    .new_ul_lt {
        display: inline-block;
        float: left;
        width: 17%;
        height: 80px;
        padding-right: 10px;
        font-size: 14px;
        color: #666;
    }
    .big_yellow {
        font-size: 36px;
        color: #f6821f;
    }
    .new_ul_wa {
        width: 75%;
    }
    .new_ul_wb {
        width: 1130px;
    }
    .new_ul_rt {
        display: inline-block;
        float: left;
        height: 80px;
        overflow: hidden;
    }
    .new_ul_rt h4 {
        font-weight: 600;
        font-size: 15px;
        line-height: 30px;
        height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .new_ul_rt h4 a {
        color: #777;
    }
    .new_ul_rt h4 a:hover {
        color: #f60;
    }
    .new_ul_rt p {
        font-size: 13px;
        line-height: 23px;
        height: 50px;
        overflow: hidden;
    }
    .ind_hezuo {
        width: 100%;
        height: auto;
        background-color: #fff;
        margin-top: auto;
        border-bottom: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        border: 0;
    }
    .ind_hezuo a {
        display: inline-block;
        float: left;
        width: 33%;
        height: auto;
        border-top: 1px solid #e7e7e7;
        border-left: 1px solid #e7e7e7;
        box-sizing: border-box;
        border: none;
        padding: 0 10px;
    }
    .ind_hezuo a img {
        width: 100%;
        height: auto;
    }
    #foot {
        clear: both;
        background-color: #2a63cc;
        width: 100%;
        height: 290px;
        text-align: center;
        color: #fff;
        display: none;
    }
    .foot_oo {
        width: 1200px;
        height: 290px;
    }
    .foot_ool {
        width: 900px;
        height: 190px;
        padding: 50px 0;
        float: left;
        text-align: left;
    }
    .foot_oor {
        width: 250px;
        height: 290px;
        margin-right: 50px;
        float: left;
        background: url(../images/ban_shu.png) no-repeat top center;
    }
    .foot_ool_top {
        height: auto;
        padding-bottom: 30px;
    }
    .foot_ool_top img {
        display: inline-block;
        float: left;
        margin: 0 30px 30px 0;
    }
    .foot_ool_top p {
        line-height: 30px;
    }
    .foot_ool_bot {
        font-size: 12px;
        line-height: 25px;
        height: 50px;
        margin-top: 20px;
    }
    .foot_ool_bot span {
        display: inline-block;
        padding: 0 10px;
    }
    .foot_oor img {
        width: 111px;
        height: 111px;
        margin-top: 111px;
    }
    .foot_m {
        display: block;
        background: #eee;
        margin-top: 20px;
    }
    .foot_m .foot_ool_top {
        overflow: hidden;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }
    .foot_m .foot_ool_top img {
        width: 30%;
        float: left;
        margin: 0;
        height: auto;
        vertical-align: 2px;
        display: block;
    }
    .foot_m .foot_ool_top p {
        box-sizing: border-box;
        padding-left: 10px;
        line-height: 18px;
        font-size: 12px;
        display: inline-block;
        text-align: left;
        float: left;
        width: 70%;
    }
    #sub_bana {
        width: 100%;
        height: 80px;
        background: #2a63cc url(../images/sub_a.png) no-repeat top center;
        background-size: auto 100%
    }
    #sub_banb {
        width: 100%;
        height: 80px;
        background: #ffb901 url(../images/sub_b.png) no-repeat top center;
        background-size: auto 100%
    }
    #sub_banc {
        width: 100%;
        height: 80px;
        background: #10AF5D url(../images/sub_c.png) no-repeat top center;
        background-size: auto 100%
    }
    #sub_band {
        width: 100%;
        height: 80px;
        background: #0a3953 url(../images/sub_d.png) no-repeat top center;
        background-size: auto 100%
    }
    #sub_cent {
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }
    .sub_wei ul li {
        width: 350px;
        height: 70px;
        padding: 15px 25px;
        display: inline-block;
        float: left;
    }
    .sub_wei_lt {
        width: 200px;
        height: 50px;
        padding: 20px 18px 0 18px;
        line-height: 50px;
        display: inline-block;
        float: left;
        background: url(../images/case_wbg.png) no-repeat bottom left;
        font-size: 14px;
        color: #2a63cc;
    }
    /*width:300px;236px;*/
    .sub_wei_lt a {
        color: #2a63cc;
    }
    .sub_wei_rt {
        width: 70px;
        height: 70px;
        margin-left: 35px;
        display: inline-block;
        float: left;
    }
    .sub_wei_rt a {
        display: block;
    }
    .sub_wei_rt a img {
        width: 70px;
        height: ;
    }
    /*弹出层*/
    .black_overlay {
        display: none;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 1001;
        -moz-opacity: 0.8;
        opacity: .80;
        filter: alpha(opacity=88);
    }
    .white_content {
        display: none;
        position: fixed;
        top: 10%;
        left: 20%;
        width: 60%;
        height: 80%;
        /*padding: 20px;*/
        /*border: 10px solid orange;*/
        background-color: white;
        z-index: 1002;
        overflow: auto;
    }
    a.guanbi {
        position: absolute;
        z-index: 1003;
        top: 20px;
        right: 20px;
    }
    a.guanbi img {
        width: 24px;
        height: 24px;
    }
    .wei_xiang {
        display: block;
    }
    .wei_xiang h5 {
        padding: 10px 20px;
        font-size: 18px;
        line-height: 30px;
    }
    .wei_xiang p {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 23px;
        height: 60px;
        overflow: hidden;
    }
    .wei_img {
        padding-top: 20px;
    }
    .wei_img img {
        /*width:250px;*/
        height: 500px;
        margin-left: 20px;
    }
    .nav_more {
        clear: both;
        width: 100%;
        height: 35px;
        margin-top: 30px;
        border-top: 1px dashed #ccc;
        text-align: center;
    }
    /*分页样式*/
    #pagelist {
        width: ;
        height: 27px;
        overflow: hidden;
        font: 12px/26px "宋体";
        color: #36332b;
        margin: 20px 0px 20px auto;
        text-align: right;
    }
    #pagelist a {
        overflow: hidden;
        height: 14px;
        line-height: 14px;
        border: 1px solid #aaa;
        padding: 6px;
        display: inline;
        overflow: hidden;
        background-color: #eee;
        color: #504730;
    }
    #pagelist a:hover {
        background: #2a63cc;
        color: #fff;
        overflow: hidden;
        border: 1px solid #2a90ee;
    }
    .points {
        border: 0px;
        color: #36332b;
    }
    .pageinfo {
        color: #36332b;
    }
    #pagelist .current1 {
        background: #2a63cc;
        color: #fff;
        border: 1px solid #2a90ee;
        padding: 6px;
        font-weight: bold;
    }
    #pagelist a:visited {
        color: #36332b;
    }
    #pagelist a {
        text-decoration: none;
    }
    .mid_rto {
        width: ;
        height: auto;
        overflow: hidden;
        text-align: left;
        clear: both;
    }
    /*new_one.html开始*/
    .mid_rto h4 {
        font-size: 24px;
        font-family: "微软雅黑";
        font-weight: normal;
        width: 100%;
        height: auto;
        line-height: 36px;
        text-align: center;
    }
    .mid_new_bei {
        width: ;
        height: 35px;
        line-height: 35px;
        margin: 15px 0;
        text-align: center;
        color: #999;
        border: 1px solid #e5e5e5;
        font-size: 12px;
        display: none;
    }
    .mid_new_bei span {
        padding: 0 10px;
    }
    .mid_new_wen {
        color: #666;
        line-height: 22px;
    }
    .mid_new_wen p {
        padding-top: 10px;
    }
    .mid_new_ge {
        width: 100%;
        height: 10px;
        background: url(../images/news_mid_ico.jpg) repeat-x top left;
        border-bottom: 1px dashed #d0ae9b;
        margin-top: 10px;
    }
    .mid_new_fy {
        padding-top: 10px;
        line-height: 25px;
    }
    .mid_new_fy a {
        color: #666;
    }
    .mid_new_fy a:hover {
        color: #000;
    }
    .fanhui {
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: left;
        display: none;
    }
    .fanhui a {
        color: #2a63cc;
    }
    .web_alt {
        clear: both;
        width: auto;
        height: auto;
        padding-bottom: 50px;
        background: url(../images/about_lt_bg.png) no-repeat top left;
        background-size: 15% auto;
    }
    .web_xu {
        width: 15%;
        height: 50px;
        line-height: 50px;
        padding-right: 5px;
        text-align: center;
        font-size: 24px;
        color: #f6821f;
        float: left;
    }
    .web_ti {
        width: auto;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        float: left;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .web_tu {
        width: 75%;
        height: auto;
        float: none;
        clear: both;
        margin-left: 15%;
        margin-right: 0;
    }
    .web_tu img {
        width: 100%;
        height: auto;
    }
    .web_zi {
        width: auto;
        line-height: 25px;
        color: #777;
        margin-left: 16%;
        float: left;
    }
    .web_blt {
        clear: both;
        width: auto;
        min-height: 265px;
        padding-bottom: 15px;
    }
    .web_blt_a {
        width: 100%;
        height: 180px;
        float: none;
        text-align: center;
    }
    .web_blt_a img {
        width: 75px;
        height: 75px;
        margin-top: 30px;
    }
    .web_blt_a h3 {
        font-size: 30px;
        line-height: 50px;
        font-weight: normal;
        color: #aaa;
    }
    .web_blt_b {
        width: auto;
        min-height: 0;
        height: auto;
        padding: 20px;
        float: none;
        line-height: 25px;
        color: #fff;
    }
    .web_blt_c {
        width: 138px;
        min-height: 223px;
        padding: 20px 0 20px 70px;
        float: left;
        border: 1px solid #ddd;
        line-height: 25px;
    }
    .blt_bg_a {
        background-color: #f6821f;
    }
    .blt_bg_c {
        background-color: #f6821f;
    }
    .blt_bg_b {
        background-color: #f7f7f7;
        color: #f6821f;
        display: none;
    }
    .sjwz_bt {
        display: block;
        text-align: center;
        line-height: 24px;
        margin: 25px 0 15px;
    }
    .wei_a {
        width: auto;
        height: auto;
        background: none;
    }
    .wei_a p {
        width: auto;
        height: auto;
        line-height: 24px;
        font-size: 14px;
        color: #777;
        float: none;
        margin: 0;
        text-indent: 2em;
    }
    .wei_b {
        margin-top: 25px;
    }
    .wei_b H5 {
        font-size: 18PX;
        line-height: 25px;
        color: #f6821f;
    }
    .wei_b P {
        line-height: 24px;
        font-size: 14px;
        color: #777;
        margin-top: 15px;
        text-indent: 2em;
    }
    .wei_c {
        width: 1200px;
        height: 389px;
        background: url(../images/wei_b.png) no-repeat;
        display: none;
    }
    .wei_b img {
        display: block;
        width: 100%;
    }
    .wei_d {
        width: 1200px;
        height: 98px;
        background: url(../images/wei_c.png) no-repeat;
        display: none;
    }
    .wei_e {
        width: 100%;
        height: auto;
        background: none;
    }
    .wei_e_a {
        width: auto;
        height: auto;
        display: inline-block;
        float: none;
        margin-top: 130px;
        margin-bottom: 40px;
        margin: 0 !important;
    }
    .wei_e_a h6 {
        font-size: 20px;
        color: #f6821f;
        font-weight: normal;
    }
    .wei_e_a p {
        font-size: 16px;
        line-height: 25px;
        color: #333;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .wei_f {
        width: auto;
        height: auto;
        background: none;
        padding-top: 1px;
    }
    .wei_f img {
        display: block;
        width: 100%;
    }
    .wei_f p {
        width: auto;
        height: auto;
        font-size: 18px;
        color: #777;
        line-height: 28px;
        float: none;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .xiao_a {
        width: auto;
        height: 600px;
        background: url(../images/xiao_a.png) no-repeat center top;
        background-size: 228%;
    }
    .xiao_a p {
        width: auto;
        text-align: left;
        font-size: 18px;
        color: #007ab5;
        line-height: 28px;
        margin-top: 337px;
        text-indent: 2em;
    }
    .xiao_b {
        width: auto;
        height: auto;
        background: url(../images/xiao_b.png) no-repeat;
        background-size: 100%;
    }
    .xiao_b p {
        font-size: 18px;
        color: #007ab5;
        line-height: 28px;
        margin: 116px 10px 10px;
    }
    .xiao_c {
        width: 100%;
        height: auto;
        background: none;
        /* display: none; */
    }
    .xiao_c h6 {
        font-size: 27px;
        color: #333;
    }
    .xiao_c p {
        font-size: 16px;
        color: #666;
        line-height: 24px;
    }
    .xiao_c_a {
        display: inline-block;
        margin: 10px;
    }
    .xiao_c_a h6 {
        display: inline-block;
        float: none;
        line-height: 53px;
        padding: 0 0px;
    }
    .xiao_c_b {
        display: inline-block;
        width: auto;
        margin: 10px !important;
        height:;
    }
    .xiao_c_b h6 {
        line-height: 60px;
    }
    .pagin A {
        BORDER-BOTTOM: #1784ed 1px solid;
        BORDER-LEFT: #1784ed 1px solid;
        PADDING-BOTTOM: 3px;
        LINE-HEIGHT: 14px;
        PADDING-LEFT: 7px;
        PADDING-RIGHT: 7px;
        DISPLAY: inline-block;
        FONT-FAMILY: arial;
        HEIGHT: 14px;
        MARGIN-LEFT: 2px;
        OVERFLOW: hidden;
        BORDER-TOP: #1784ed 1px solid;
        BORDER-RIGHT: #1784ed 1px solid;
        PADDING-TOP: 3px;
        border-radius: 3px
    }
    .pagin SPAN {
        BORDER-BOTTOM: #1784ed 1px solid;
        BORDER-LEFT: #1784ed 1px solid;
        PADDING-BOTTOM: 3px;
        LINE-HEIGHT: 14px;
        PADDING-LEFT: 7px;
        PADDING-RIGHT: 7px;
        DISPLAY: inline-block;
        FONT-FAMILY: arial;
        HEIGHT: 14px;
        MARGIN-LEFT: 2px;
        OVERFLOW: hidden;
        BORDER-TOP: #1784ed 1px solid;
        BORDER-RIGHT: #1784ed 1px solid;
        PADDING-TOP: 3px;
        border-radius: 3px
    }
    .pagin A:link {
        COLOR: #014fa4
    }
    .pagin A:visited {
        COLOR: #014fa4
    }
    .pagin A:hover {
        BACKGROUND: #1784ed;
        COLOR: #fff;
        TEXT-DECORATION: none
    }
    .pagin A:active {
        BACKGROUND: #1784ed;
        COLOR: #fff;
        TEXT-DECORATION: none
    }
    .pagin .current {
        BACKGROUND: #1784ed;
        COLOR: #fff
    }
    .pagin .current:link {
        BACKGROUND: #1784ed;
        COLOR: #fff
    }
    .pagin .current:visited {
        BACKGROUND: #1784ed;
        COLOR: #fff
    }
    .pagin EM {
        PADDING-BOTTOM: 3px;
        LINE-HEIGHT: 14px;
        PADDING-LEFT: 4px;
        PADDING-RIGHT: 2px;
        DISPLAY: inline-block;
        HEIGHT: 14px;
        OVERFLOW: hidden;
        PADDING-TOP: 3px
    }
    .pagin .prev-disabled {
        BORDER-BOTTOM: #ccc 1px solid;
        BORDER-LEFT: #ccc 1px solid;
        COLOR: #ccc;
        BORDER-TOP: #ccc 1px solid;
        CURSOR: default;
        BORDER-RIGHT: #ccc 1px solid
    }
    .pagin .next-disabled {
        BORDER-BOTTOM: #ccc 1px solid;
        BORDER-LEFT: #ccc 1px solid;
        COLOR: #ccc;
        BORDER-TOP: #ccc 1px solid;
        CURSOR: default;
        BORDER-RIGHT: #ccc 1px solid
    }
    .plist {
        WIDTH: 753px;
        MARGIN-BOTTOM: 5px;
        COLOR: #808080;
        OVERFLOW: hidden;
        PADDING-TOP: 5px
    }
    .plist UL {
        PADDING-BOTTOM: 0px;
        PADDING-LEFT: 8px;
        WIDTH: 228px;
        PADDING-RIGHT: 15px;
        FLOAT: left;
        HEIGHT: 335px;
        PADDING-TOP: 0px
    }
    .plist LI {
        TEXT-ALIGN: center;
        LINE-HEIGHT: 18px;
        WIDTH: 228px;
        OVERFLOW: hidden
    }
    .plist IMG {
        CURSOR: pointer
    }
    .plist .timg {
        WIDTH: 228px;
        HEIGHT: 185px;
        VERTICAL-ALIGN: top
    }
    .plist .p-name {
        MARGIN-TOP: 10px;
        HEIGHT: 36px;
        OVERFLOW: hidden;
        CURSOR: pointer
    }
    .plist .p-price {
        FONT: bold 14px/20px Verdana;
        HEIGHT: 20px
    }
    .plist .p-price STRONG {
        COLOR: #e4393c
    }
    .plist .orange {
        COLOR: #ff6600
    }
    .plist .p-btn {
        MARGIN-TOP: 10px;
        PADDING-LEFT: 55px;
        WIDTH: 173px
    }
    .plist .p-btn INPUT {
        BORDER-BOTTOM: medium none;
        TEXT-ALIGN: center;
        BORDER-LEFT: medium none;
        LINE-HEIGHT: 22px;
        MARGIN: 0px 5px;
        WIDTH: 50px;
        BACKGROUND: url(/images/btn_img.gif) no-repeat left top;
        FLOAT: left;
        HEIGHT: 22px;
        BORDER-TOP: medium none;
        CURSOR: pointer;
        BORDER-RIGHT: medium none
    }
    .plist .pagin {
        TEXT-ALIGN: right;
        PADDING-RIGHT: 5px;
        MARGIN-BOTTOM: 15px
    }
    .slideshow figure {
        box-sizing: border-box;
    }
    .slideshow {
        z-index: 1100;
    }
}