@charset "UTF-8";
body {
    background: #fff!important;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.wrap:after {
    content: "";
    display: table;
    clear: both;
}
.single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.double-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.treble-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/*首页*/
#banner {
    width: 100%;
    min-width: 1200px;
    height: 600px;
    overflow: hidden;
    position: relative;
}
#banner p {
    display: none;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 275px;
    background: url(/images/bannerBtn.png) no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 2;
    cursor: pointer;
}
#banner p.pre {
    left: 60px;
    background-position: -7px -25px;
}
#banner p.next {
    right: 60px;
    background-position: -62px -25px;
}
.banner_show {
    position: absolute;
    top: 0;
    left: 0;
    width: 9000px;
}
.banner_show li {
    float: left;
    min-width: 1200px;
}
.banner_show li a {
    display: block;
    width: 100%;
    height: 600px;
}
.banner_show li a img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner_pointer {
    position: absolute;
    width: 120px;
    height: 20px;
    bottom: 30px;
    left: 50%;
    margin-left: -60px;
}
.banner_pointer li {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.banner_pointer li span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 1px;
}
.banner_pointer li.pointer_cur span {
    background: #fff;
}
/*产品展示*/
.product_show {
    height: auto;
    overflow: hidden;
    padding: 50px 0 30px;
}
.product_show_header {
    width: 364px;
    margin: 0 auto;
    text-align: center;
}
.product_show_header h3 {
    font-size: 30px;
    color: #333;
    line-height: 32px;
}
.product_show_header p {
    display: inline-block;
    width: 364px;
    height: 44px;
    line-height:40px;
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.product_show_header p span {
    display: block;
    width:36px;
    height: 10px;
    background: #fff;
    position: absolute;
    left:50%;
    margin-left: -18px;
}
.product_show_header p span i {
    display: block;
    width: 10px;
    height: 10px;
    background: #da9974;
    margin-left: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.product_show_box {
    height: auto;
    overflow: hidden;
    padding: 30px 75px;
    position: relative;
}
.product_show_box .show_this {
    width: 1050px;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.product_show_box .show_this ul {
    position: absolute;
    left: 0;
    top:0;
    width: 9000px;
}
.product_show_box .show_this li {
    float: left;
}
.product_show_box .show_this li a {
    float: left;
    margin: 0 25px;
}
.product_show_box .show_this a dt {
    width: 300px;
    height: 300px;
    position: relative;
}
.show_shade {
    display: none;
}
.product_show_box .show_this a:hover .show_shade {
    display: block;
}
.show_shade p {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 2;
}
.show_shade span {
    display: block;
    width: 80px;
    height: 80px;
    background: #da9974;
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-box-shadow: 5px 5px 5px #807068;
    -moz-box-shadow: 5px 5px 5px #807068;
    box-shadow: 5px 5px 5px #807068;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.show_shade span i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 9px;
    border:1px solid #fff;
}
.product_show_box .show_this a dt img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product_show_box .show_this a:hover dt img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.product_show_box .show_this a dd {
    font-size: 14px;
    color: #333;
    line-height: 50px;
    text-align: center;
}
.product_show_box .show_this a:hover dd {
    color: #da9974;
}
.product_show_box .button span {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border:1px solid #da9974;
    cursor: pointer;
}
.product_show_box .button span:hover {
    background: #da9974;
}
.product_show_box .button span i {
    float: left;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #da9974;
    border-right: 1px solid #da9974;
    margin-left: 6px;
    margin-top: 6px;
}
.product_show_box .button span:hover i {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.product_show_box .button span.lastPage {
    position: absolute;
    left:10px;
    top:160px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.product_show_box .button span.nextPage {
    position: absolute;
    right:10px;
    top:160px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*公司简介*/
.about_us {
    height:572px;
    overflow: hidden;
    background: url("/images/space/c/vip02/about_us.png") no-repeat;
    background-size: cover;
}
.about_us_left {
    float: left;
    width: 450px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.about_us_left h3 {
    height: 140px;
    font-size: 30px;
    color: #666;
    line-height: 200px;
    text-indent: 190px;
}
.about_us_left .left_img {
    width: 450px;
    height: 224px;
}
.left_img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.about_us_left .left_base {
    width: 184px;
    height: auto;
    overflow: hidden;
    float: right;
}
.left_base p {
    display: block;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}
.left_base p:nth-child(1) {
    font-size: 26px;
    height: 72px;
    line-height: 86px;
    color: #da9974;
}
.left_base p:nth-child(2) {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    margin-bottom: 12px;
}
.title_box {
    width: 140px;
    height: 140px;
    background: #da9974;
    position: absolute;
    top:50px;
    left:30px;
    z-index: 1;
}
.title_box span {
    display: block;
    width: 62px;
    height: 102px;
    padding: 10px 30px;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    border: 1px solid #fff;
    margin:8px;
}
.about_us_right {
    float: right;
    width: 716px;
    height: auto;
    padding-top: 120px;
}
.about_us_right h3 {
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    color: #333;
}
.about_us_right h3 span {
    display: block;
    width: 50px;
    height: 2px;
    background: #da9974;
}
.about_us_right p {
    height: 240px;
    padding: 26px 0;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    text-indent: 30px;
    word-break:break-all;
}
.enter {
    display: block;
    width: 46px;
    height: 46px;
    background: url("/images/space/c/vip02/stone_icon.png") no-repeat;
    background-position: 0 0;
}
/*新闻动态*/
.news_feed {
    height: 646px;
    overflow: hidden;
    position: relative;
}
.feed_box {
    float: left;
    width: 198px;
    height: 178px;
    border: 1px solid #e6e6e6;
    padding: 100px 16px 40px;
    margin-top: 140px;
    margin-right: 34px;
    position: relative;
}
.news_feed .feed_box:nth-child(2) {
    margin-top: 168px;
}
.feed_box .feed_timer {
    width: 66px;
    height: 70px;
    background: url("/images/space/c/vip02/stone_icon.png") no-repeat;
    background-position: 0 -100px;
    position: absolute;
    top: -1px;
    left:-1px;
    color: #fff;
}
.feed_box .feed_timer span {
    font-size: 14px;
    line-height: 30px;
    margin-left: 10px;
    display: block;
}
.feed_box .feed_timer i {
    font-size: 30px;
    line-height: 40px;
    margin-left: 26px;
    display: block;
}
.feed_box a.feed_title {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    display: block;
    margin-bottom: 26px;
    max-height: 60px;
}
.feed_box a.feed_title:hover {
    color: #da9974;
}
.feed_box p {
    font-size: 14px;
    line-height:24px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    height: 72px;
}
.feed_box a.look_more {
    display: block;
    width: 98px;
    height: 28px;
    background: #fff;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    color: #da9974;
    line-height: 28px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -50px;
}
.feed_box a.look_more:hover {
    color: #fff;
    background: #da9974;
    border: 1px solid #da9974;
}
.news_feed_right {
    float: right;
    width: 400px;
    height: auto;
    position: relative;
}
.news_feed_right h3 {
    height: 140px;
    font-size: 30px;
    color: #666;
    line-height: 200px;
    text-indent: 126px;
}
.news_feed_right .right_img {
    width: 400px;
    height: 250px;
}
.right_img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news_feed_right p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.news_feed_right p.news_title {
    font-size: 16px;
    line-height: 46px;
    color: #333;
    padding-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_feed_right .title_box {
    left: 232px;
    top: 50px;
}
.news_feed .enter {
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -24px;
}
/*nav*/
nav {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #e6e6e6;
}
nav a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
}
nav a.active,nav a:hover {
    color: #fff;
    background: #da9974;
}
nav p {
    display: inline-block;
    padding: 0 3px;
    color: #e6e6e6;
}
/*产品*/
.product {
    height: auto;
    overflow: hidden;
}
.pro_banner {
    height: 280px;
    overflow: hidden;
}
.pro_banner img {
    width: 100%;
    height: 100%;
}
.product_list {
    height: auto;
    overflow: hidden;
    padding-top: 50px;
}
.product_list a {
    float: left;
    margin: 0 13px 34px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    top: 0;
}
.product_list a:hover {
    top: -4px;
}
.product_list a dt {
    width: 274px;
    height: 274px;
    position: relative;
}
.product_list a:hover .show_shade {
    display: block;
}
.product_list a dt img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product_list a:hover dt img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.product_list a dd.pro_name {
    font-size: 14px;
    color: #333;
    height: 56px;
    line-height: 56px;
    text-align: center;
}
.product_list a:hover dd.pro_name {
    -webkit-box-shadow: 0 0 10px rgba(155,143,143,.5);
    -moz-box-shadow: 0 0 10px rgba(155,143,143,.5);
    box-shadow: 0 0 10px rgba(155,143,143,.5);
}
.product_list a dd.strip {
    height: 4px;
    background: #e6e6e6;
}
.product_list a dd.strip span {
    display: block;
    width: 0;
    height: 4px;
    background: #e49972;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product_list a:hover dd.strip span {
    width: 100%;
}
/*.product_list a:hover dd.strip {*/
    /*background: #e49972;*/
/*}*/
/*新闻*/
.news {
    height:auto;
    overflow: hidden;
}
.news_list {
    height: auto;
    padding-top: 50px;
}
.news_list .feed_box {
    width: 238px;
    margin: 0 36px 50px 0;
}
.news_list .feed_box:nth-child(4n) {
    margin-right: 0;
}
/*无内容*/
.none {
    height: 460px;
    padding-top: 60px;
    text-align: center;
}
.none p {
    font-size: 16px;
    line-height: 40px;
    color: #999;
}
.none p:first-child {
    font-size: 26px;
    color: #da9974;
}
/*产品详情页*/
.product_type {
    width: 900px;
    height: 400px;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
}
.product_type .pro_img {
    float: left;
    width: 400px;
    height: 400px;
    border:1px solid #e6e6e6;
    margin-top: -1px;
    margin-left: -1px;
    position: relative;
}
.pro_img img, .pro_img_little img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product_type .pro_img li {
    width: 400px;
    height: 400px;
    display: none;
    position: absolute;
}
/*.product_type .pro_img li:first-child {*/
    /*display: block;*/
/*}*/
.product_type .pro_info {
    float: right;
    width: 480px;
    height: 400px;
}
.pro_info p.pro_type {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}
.pro_info h3 {
    font-size: 30px;
    height: 60px;
    line-height: 48px;
    color: #333;
}
.pro_info .pro_info_text {
    padding:20px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.pro_info .pro_info_text p {
    font-size: 14px;
    line-height: 32px;
    color: #333;
}
.pro_info .pro_info_text p.double-line {
    height: 64px;
}
.pro_info .pro_buy {
    height: 76px;
    border-bottom: 1px solid #e6e6e6;
}
.pro_info .pro_buy p {
    float: left;
    display: inline-block;
    width: 146px;
    height: 76px;
    line-height: 76px;
    font-size: 30px;
    color: #d80000;
}
.pro_info .pro_buy p span {
    font-size: 16px;
    padding: 0 2px;
}
.pro_info .pro_buy a {
    float: left;
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #da9974;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin-top: 20px;
}
.pro_info .pro_img_little {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}
.pro_info .pro_img_little li {
    float: left;
    width: 84px;
    height: 84px;
    border:1px solid #e6e6e6;
    margin-right: 12px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
}
.pro_info .pro_img_little li:last-child {
    margin-right: 0;
}
.pro_info .pro_img_little li:hover,.pro_info .pro_img_little li.active {
    border: 1px solid #da9974;
    opacity: 1;
    filter: alpha(opacity=100);
}
.goods_datail {
    height: auto;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 36px;
    border-top: 1px solid #e6e6e6;
}
.goods_datail h3 {
    font-size: 20px;
    color: #333;
    line-height: 60px;
}
/*放大镜*/
.pro_img {
    position: relative;
}
.pro_img .large {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    border:1px solid #da9974;
    cursor: move;
    display: none;
}
.magnifier {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 40px;
    left: 420px;
    overflow: hidden;
    display: none;
}
.magnifier img {
    position: absolute;
}
.magnifier li {
    display: none;
}