@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{display: block}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
textarea{resize: none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
a{text-decoration:none;}
a:hover{text-decoration:none;cursor: pointer;user-select: none;}
a:focus{outline:none;}
select:focus{outline:none;}
*{
    box-sizing: border-box;
}
/*
body,html{
    user-drag: none;
    user-select: none;
}
*/

.flex{
    display: flex;
}
.flexCenter{
    justify-content: center;
    align-items: center;
}
.block{
    display: block;
}
.hide{
    display: none;
}
.ti{
    text-indent: -9999px;
}
.tc{
    text-align: center;
}
.tl{
    text-align: left;
}
.tr{
    text-align: right;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
.eps {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
*html .clearfix {
    height: 1%;
}
*:first-child + html .clearfix {
    min-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.container-wrap{
    min-width: 1260px;

}
.container{
    width: 1260px;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
    padding-top: 48px;
}
.box{
    width: 1202px;
    margin: 0 auto;
}
.box-l{
    float: left;
}
.box-l .tit{
    height: 35px;
    line-height: 35px;
    margin: 1px 0;
    border-left: 6px solid #f85e5a;
    padding-left: 16px;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}
.box-l .dec{
    font-size: 18px;
    color: #333333;
    height: 70px;
    line-height: 70px;
    padding-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gallery-img{
    width: 872px;
    height: 491px;
    /*height: 600px;*/
}
.gallery-img img{
    width: 872px;
    height: 491px;
}
.pgwSlideshow{
    width: 872px;
}
.pgwSlideshow .ps-current li{
    width: 872px;
    height: 491px;
    float: left;
    cursor: pointer;
}
/*.pgwSlideshow li:before{
    content: "";
    display: block;
    width: 157px;
    height: 88px;
    border: 2px solid transparent;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 23;
}
.pgwSlideshow li:before{
    border-color: #f85e5a;
}*/
.pgwSlideshow .ps-current li img{
  /*  border-radius: 2px;*/
    width: 872px;
    height: 491px;
}

.box-r{
    width: 302px;
    float: right;
}
.box-r .img,
.box-r .img img{
    width: 302px;
    height: 147px;
}
.box-r .price{
    padding-left: 8px;
    font-size: 20px;
    color: #f85e5a;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 14px 0 10px;
}
.box-r .price span{
    font-size: 30px;
}
.box-r .btn-down{
    display: block;
    width: 302px;
    height: 55px;
    background: #f85e5a;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 55px;
    text-align: center;
}
.box-r .btn-down:hover{
    background: #cf2520;
}
.info .tit{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    border-left: 6px solid #f85e5a;
    padding-left: 16px;
    margin: 32px 0 14px;
}
.info .txt{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.footer_group {
    min-width: 1260px;
    border-top: 1px solid #C9C9C9;
    background-color: #E6E6E6;
    margin-top: 34px;
}

.footer {
    width: 1060px;
    margin: 0 auto;
    padding: 40px 0 50px 250px;
    background: url(../img/footer_logo.png) no-repeat 0 40px;
    position: relative;
    line-height: 2em;
    font-size: 13px;
}
.footer span {
    margin: 0 10px
}
.footer .an img {
    display: inline;
    vertical-align: middle;
    margin-right: 5px
}
.footer .pic {
    position: absolute;
    right: 50px;
    top: 40px
}
.footer .pic img {
    display: inline
}
.footer a,.footer {
    color: #979797
}
.footer a:hover{
    text-decoration: underline;
}
