

/*产品详情页*/

.w900{
    width: 880px;
}

.content_box {
    width: 100%;
    margin-top: 20px;
}

.content_box .fl {
    width: 50%;
    float: left;
}

.content_box .fl .pic {
    padding: 1%;
    border: 1px solid #ddd;
}

.content_box .fr {
    width: 47%;
    float: left;
    padding-left: 3%;
}

.content_box .fr span {
    margin: 0px;
    padding-top: 5px;
    display: block;
    line-height: 22px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.content_box .fr p {
    line-height: 45px;
    height: 45px;
    border-bottom: 1px dashed #eee;
    font-size: 14px;
    color: #666;
}

.content_box .fr p i {
    font-style: normal;
    font-size: 22px;
    color: #CE352C;
    font-family: impact;
}

.content_box .fr a {
    width: 145px;
    height: 40px;
    background: #0071bf;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 5px;
    float: left;
}

.content_box .fr img{
    margin-top: 20px;

}

.show_boxa {
    width: 100%;
}

.show_boxa a {
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.show_boxa a:hover {
    color: #0071bf;
}

.show_text2 {
    width: 100%;
}

.show_text2 a {
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.show_text2 a:hover {
    color: #0071bf;
}

.hotpro_list ul li {
    width: 23%;
    margin-left: 2.66%;
    float: left;
    position: relative;
    box-shadow: 0px 1px 10px 1px #ddd;
}

.hotpro_list ul li .imgauto {
    width: 100%;
    height: 208px;
    overflow: hidden;
}

.hotpro_list ul li .imgauto img {
    transform: scale(1);
    transition: .5s;
}

.hotpro_list ul li span {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    text-align: center;
    display: block;
}

.hotpro_list ul li:first-child {
    margin-left: 0;
}

.hotpro_list ul li:hover .imgauto img {
    transform: scale(1.1);
    transition: .5s;
}
.page_piclist {
    margin-top: 15px;
}
.page_piclist figure {
    margin: 0;
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 2%;
    float: left;
    box-shadow: 0px 1px 10px 1px #ddd;
}
.page_piclist figure img {
    max-width: 100%;
    display: block;
}
.page_piclist figure:nth-child(3n) {
    margin-right: 0;
}
.page_piclist figure span {
    font-size: 14px;
    margin: 6px 0;
    display: block;
    text-align: center;
    color: #333;
}


.pages .pagination {
    text-align: center;
    height: auto;
}
.pages .pagination li{display: inline-block;}
.pages .pagination a,.pages .pagination span {
    padding: 0;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    float: none;
    border: 1px solid #eee;
}
.pages .pagination p {
    padding: 0;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    float: none;
    border: 1px solid #eee;
    color: #999;
}
.pages .pagination a:hover {
    border: 1px solid #0071bf;
    color: #0071bf;
}
.pages .pagination .active span{
    border: none;
    background: #0071bf;
    color: #fff;
    border: 1px solid #0071bf;
}

.content_pic {
    width: 100%;
    margin-top: 15px;
}
.content_pic img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}




.udede-showcase {
    margin-bottom: 8px;
}

.udede-showcase .yunupor {
    width: 100%;
    float: left;
}

.udede-showcase .udede-showcase-pic {
    position: relative;
    width: 100%;
}

.udede-showcase .udede-showcase-pic .cover {
    width: 100%;
    height: 320px;
    line-height: 400px;
    padding: 1px;
    overflow: hidden;
}

.udede-showcase .udede-showcase-pic .cover img {
    max-width: 100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.udede-showcase .prev {
    background: url(../images/prole.png) no-repeat 0 0;
    left: 0;
    position: absolute;
    width: 14px;
    height: 27px;
    bottom: 26px;
    z-index: 2;
}

.udede-showcase .prev:hover {
    background-position: 0 bottom;
}

.udede-showcase .next {
    background: url(../images/prori.png) no-repeat 0 0;
    right: 0;
    position: absolute;
    width: 14px;
    height: 27px;
    bottom: 26px;
    z-index: 2;
}

.udede-showcase .next:hover {
    background-position: 0 bottom;
}

.udede-showcase .showpropic {
    padding: 0 33px;
}

.udede-showcase .showpropic .bd {
    width: 100%;
    font-size: 0;
    margin-top: 13px;
    overflow: hidden;
}

.udede-showcase .showpropic .bd .picList li {
    cursor: pointer;
    float: left;
    width: 25%;
    overflow: hidden;
}

.udede-showcase .showpropic .bd .picList li span {
    border: 1px solid #ddd;
    padding: 10px;
    display: block;
    margin: 2%;
    height: 55px;
}

.udede-showcase .showpropic .bd .picList li.active span {
    border-color: #0071bf;
}

.udede-showcase .showpropic .bd .picList li img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.prohot_new {
    width: 100%;
    padding: 6px;
}

.prohot_new span {
    font-size: 22px;
    font-weight: normal;
    color: #545454;
    line-height: 40px;
    border-bottom: 1px solid #ebebeb;
    display: block;
}

.prohot_new span i {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    height: 40px;
    border-bottom: 1px solid #02b29c;
    font-style: normal;
}

.prohot_new ul li {
    color: #545455;
    border-bottom: 1px dotted #dddddd;
    background: url(../images/li.png) no-repeat left 15px;
    line-height: 21px;
    padding: 10px 0px;
    padding-left: 14px;
}

.prohot_new ul li a {
    font-size: 14px;
    color: #333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.prohot_new ul li a:hover {
    color: #02b29c;
}

.iet {
    height: 30px;
    width: 100%;
    background: #fff3d7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.iet p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 30px;
}

.iet p a {
    color: #3aba50;
    font-size: 12px;
}

.iet span {
    position: absolute;
    right: 5%;
    top: 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
}

.iet span i {
    font-size: 12px;
    color: #333;
    padding-left: 5px;
    font-style: normal;
}

.content_tit {
    width: 100%;
    border-bottom: 1px dashed #e9e9e9;
    padding-bottom: 15px;
}

.content_tit h3 {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
}

.content_tit p {
    width: 100%;
    text-align: center;
}

.content_tit p span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    line-height: 50px;
    margin-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
    color: #5a5a5a;
    line-height: 100%;
}

.content_tit p span:first-child {
    border-left: none;
}

.content {
    width: 100%;
    padding: 0 1%;
    padding-bottom: 20px;
}

.content p {
    font-size: 14px;
    color: #666;
    display: block;
    line-height: 24px;
    margin-top: 10px;
}

.content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.show_pages {
    width: 100%;
    background: #f5f5f5;
    padding: 0 1%;
}

.show_pages p {
    font-size: 14px;
    color: #666;
    line-height: 50px;
}

.show_pages p a {
    font-size: 14px;
    color: #666;
    line-height: 50px;
}

.show_pages p a:hover {
    color: #0071bf;
}

.show_text {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
}

.show_text h3 {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 10px;
}

.show_text h3 span.active {
    width: 130px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #d7030c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.show_text h3 span {
    width: 130px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #0071bf;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.show_text .content .item{
    display: none;
}
.show_text .content .item.active{
    display: block;
}

.product-detail .content .title{text-align: center;}
.product-detail .content  .title h3{font-size: 38px;font-weight: bold;line-height: 50px;color: #0067d0;border-bottom: none;padding: 30px 0}
.product-detail .content  .title h3 font{font-size: 38px;font-weight: bold;color: #d7030c;}
.product-detail .content  .title span{display: block;font-size: 20px;color: #333;padding-top: 2px;height: 40px;}
.product-detail .content  .xia{width: 26px;height: 25px;margin: 0 auto;} @keyframes myfirst{0%{transform: translate(0px, 0px);} 50%{transform: translate(0px, -10px);} 100%{transform: translate(0px, 0px);}}
.product-detail .content  .xia img{animation: myfirst 2s infinite;} @keyframes myfirst{0%{transform: translate(0px, 0px);} 50%{transform: translate(0px, -10px);} 100%{transform: translate(0px, 0px);}}
.product-detail .content  .ipro{position:relative;overflow:hidden;}



