@charset "utf-8";
html{-webkit-font-smoothing:antialiased}
blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer{display: block;margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,b,caption,cite,code,dfn,em,i,strong,th,var{font-style:normal;font-weight:normal}
dl,ol,ul,li{list-style-type:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a {text-decoration: none; cursor: pointer; -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease; }
a:hover {text-decoration: none; -webkit-tap-highlight-color: rgba(255, 0, 0, 0); outline: 0; outline: none; blr: expression(this.onFocus=this.blur()) }

sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
textarea{resize:none;outline:none;border: 0;}
img{vertical-align:middle; max-width: 100%}
button,input[type=submit],input[type=text],input[type=button],select{-webkit-appearance:none;border-radius:0;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;outline:0;blr:expression(this.onFocus=this.blur())}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button{overflow: visible;vertical-align:middle;outline:none;border: 0;}
body{color:#000;line-height:1.3;background:#fff; font-family: 'Microsoft YaHei';}
hr{outline: 0;border:0;}
.fl{float:left}
.fr{float:right}
.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden; font-size:0; line-height:0}
.fix{*zoom:1;}

.layout{max-width: 1200px;margin: 0 auto;clear:both;}
.layout1{max-width: 1260px;margin: 0 auto;clear:both;}
#web-ietip {width: 526px; height: 90px; padding: 83px 0 0 84px; overflow:hidden; background: url(../css/ietip/browser.png) no-repeat center center; margin: 200px auto 0;}
#web-ietip a{display: block; width: 65px; height: 80px; float: left;}

.img{overflow:hidden}
.img img{width:100%;cursor:pointer;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.img img:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}

.txtdot{overflow: hidden; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; -webkit-white-space: nowrap; -moz-white-space: nowrap; -ms-white-space: nowrap; -o-white-space: nowrap; white-space: nowrap; }

/* Slider */

.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;}
.slick-slider:focus,.slick-slider:active{outline:none;blr:expression(this.onFocus="this.blur"());cursor: pointer;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{cursor: pointer;outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;/*height: 100%;*/min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide:focus{outline: none;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}

body{min-width: 1280px!important;overflow: auto;}

/* animated */

.animated {-webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; opacity: 1; }
@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}

@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}

@keyframes swing{20%{transform:rotate(10deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}
.swing{transform-origin:top center;animation-name:swing}

/* 
:root .l_nav,
:root .i_banner .slick-prev,
:root .i_banner .slick-next,
:root .pp_desc li .cover,
:root .adyy,
:root .xm_tab li input[type=text], */
:root .i2b li .pic .cover,
:root .sb_nav{ filter: none; }


/* header */

.header {width: 100%; background: #89674c; position: relative; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3); box-shadow: 0 0 10px rgba(0, 0, 0, .3); }
.logo {line-height: 80px; }

.header .layout{position: relative; }

/* h_dr */

.h_dr{margin-top:12px;text-align:right}
.h_dr a{display:inline-block;font-size:13px;color:#fff;line-height:24px;margin:0 6px;text-align:center;vertical-align:top}
.h_dr a.h_link{width:22px;height:22px;font-size:16px;line-height:22px;border-radius:50%;border:1px solid #fff}
.h_dr a:hover{color:#ccac82;border-color:#ccac82}


/* nav */

.nav li{float:left;margin:0 17px;}
.nav li.last{margin-right: 0}
.nav li>a{display:block;font-size:16px;color:#dfd8d3;line-height:44px;position:relative}
.nav li>a:after{content:'';width:0;height:2px;background:#fff;position:absolute;right:0;bottom:0px;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}

.nav li.on>a,
.nav li>a:hover{color: #fefefe}

.nav li.on>a:after,
.nav li>a:hover:after{width:100%;left:0}

.sb_nav {
    z-index: 99;
    display: none;
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0;
    /* background: #85644a; */
    background:rgba(0,0,0,.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000, endColorstr=#C8000000);
    padding: 10px;
    text-align: center;
    border: 1px solid #404141;
}

.sb_con{border:1px solid #8e8e8e;padding:30px 40px 10px}
.sb_conl{width:520px}

.sb_nav .sb_conl ul{float:left;width:120px;margin-left:75px}
.sb_nav .sb_conl ul:first-child{margin-left:0}
.sb_nav .sb_conl li{margin:0;margin-bottom:15px}
.sb_nav .sb_conl dl{width:100%}
.sb_nav .sb_conl dt{padding-bottom:13px;position:relative;margin-bottom:7px}
.sb_nav .sb_conl dt:before{content:'';width:27px;height:2px;background:#ccac82;position:absolute;left:0;bottom:0}
.sb_nav .sb_conl dt a{display:block;font-size:16px;color:#5b4536;line-height:36px;position:relative}
.sb_nav dd a{display:block;font-size:14px;color:#ccac82;line-height:24px;text-align:left}
.sb_nav dd a:hover{color:#fff;text-decoration:underline}

.sb_conr{width:431px}
.sb_conr .pic{border:1px solid #5f4838;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.sb_conr .word{margin-top: 10px;}
.sb_conr .word p{font-size: 16px; color: #826249; line-height: 36px; max-width: 70%; }
.sb_conr .word a.more{display: block; font-size: 16px; color: #826249; line-height: 36px; }
.sb_conr .word a.more:hover{color: #fff }



.ab_nav2{
    z-index: 99;
    display: none;
    position: absolute;
    top: 80px;
    width: auto;
    /* background: #85644a; */
    background:rgba(0,0,0,.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000, endColorstr=#C8000000);
    padding: 10px;
    text-align: center;
    border: 1px solid #404141;
}

.ab_nav2 dl{width:100%}
.ab_nav2 dd a{display:block;font-size:14px;color:#ccac82;line-height:24px;text-align:left;padding: 0 6px;}
.ab_nav2 dd a:hover{color:#fff;text-decoration:underline;}


/* banner */

.banner{position:relative}
.banner a{display:block;width:100%;height:100%;background:no-repeat center;background-size:cover;outline:0}
.banner button{padding:0;font-size:0}
.banner .slick-dots{position:absolute;width:100%;bottom:13px;left:0;text-align:center}
.banner .slick-dots li{width:8px;height:8px;background:transparent;display:inline-block;vertical-align:top;margin:0 5px;border:1px solid #f4f4f4;border-radius: 50%}
.banner .slick-dots li.slick-active{background:#ccac82;border-color: #ccac82}


/* rt */

.rt{}
.rt .rt_bg{background:url(../images/rt_bg.jpg) no-repeat center;height: 60px; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }

.rtl a,
.rtl em,
.rtl span{font-size:14px;color:#89674c;line-height:60px}
.rtl span,
.rtl a:hover{color:#c1a279}
.rtl a.home:before{margin-right: 5px;}

.rtr li{float: left;}
.rtr li a{display: block; padding: 0 16px;height: 60px; text-align: center; line-height: 60px; font-size: 20px; color: #89674c; border-left: 1px solid #443d38}
.rtr li:first-child a{border-left: 0;}
.rtr li.on a,
.rtr li a:hover{color: #ccac82}

.rt.fixed .rt_bg{position: fixed; width: 100%; top: 0; left: 0; z-index: 202; text-align: center; box-shadow: 0 0 9px rgba(0, 0, 0, .1); }


/* footer */

.footer{background:url(../images/f_bg.jpg) no-repeat center;background-size: cover;height: 342px}

.ft{padding-top:26px;padding-bottom:70px}
.ft dl{float:left;width:172px;padding:0 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}
.ft dl:before{content:'';width:1px;height:150px;background:#302620;position:absolute;right:0;top:0}
.ft dl dt{font-size:16px;color:#89674c;line-height:40px}
.ft dl dd a{display:block;font-size:14px;color:#5f4838;line-height:30px}
.ft dl dd a:hover{color:#ccac82}

.f_con{width:146px}
.f_con .flogo{margin:10px 0}
.f_con .f_link span{display:inline-block;font-size:16px;color:#5f4838;line-height:36px}
.f_con .f_link a{display:inline-block;font-size:18px;color:#5f4838;line-height:36px;margin:0 5px;}
.f_con .f_link a.on,
.f_con .f_link a:hover{color:#ccac82}

.f_con .f_link .f_ewm{display:none;width:95px;height:95px;padding:6px;background:#fff;position:absolute;margin-left:-45px}
.f_con .f_link .f_ewm:before{content:'';border:4px solid;border-color:transparent transparent #fff transparent;position:absolute;left:50%;margin-left:-4px;margin-top:-14px}
.fb{border-top:1px solid #362b23}
.fb p{font-size:16px;color:#89674c;line-height:55px;text-align:center}


/* page */

.page {text-align: center }
.page a {display: inline-block; width: 44px; height: 44px; margin: 0 3px;  font-size: 16px; color: #ccc; text-align: center; line-height: 44px; border-radius: 44px; position: relative;background: #333333}

.page a.on,
.page a:hover{background: #ccac82; color: #89674c;}


/* r_nav */

.r_nav{position:fixed;z-index:101;right:0;top:40%;width:51px;height:335px;background:url(../images/r_nav_bg.png) no-repeat center;background-size:cover;padding:0 5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.r_nav li{padding:10px 0;border-bottom:1px solid #fff;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;cursor:pointer;position:relative}
.r_nav li.backtop{font-size:30px;color:#fff;text-align:center;border-bottom:0;padding-bottom:0}
.r_nav li i{display:block;width:28px;height:28px;margin:0 auto}
.r_nav li i img{vertical-align:top}
.r_nav li p{font-size:14px;color:#fff;line-height:1;margin-top:8px;text-align:center}
.r_rt{display: none;width:248px;height:147px;background:url(../images/r_nav_bg2.png) no-repeat center;background-size:auto;position:absolute;left:-253px;top:50%;margin-top:-73.5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px 30px 0 20px}
.r_rt p{font-size:14px;color:#fff;height:34px}


/* index */

.ibox{background:no-repeat center;background-size:cover}

.index1{padding:40px 0;position: relative;}
.i1t{margin-bottom: 20px;}
.i1t h3{text-align:center;position:relative;margin-bottom:5px}
.i1t h3 span{display:inline-block;width:160px;height:34px;background:#5f4838;text-align:center;font-size:20px;color:#fff;line-height:34px;border-radius:34px;padding:0 10px}
.i1t h3 span:after,
.i1t h3 span:before{content:'';width:490px;height:1px;background:#89674c;position:absolute;top:50%;margin-top:-.5px}
.i1t h3 span:before{left:0}
.i1t h3 span:after{right:0}
.i1t ul{text-align:center}
.i1t li{display:inline-block}
.i1t li a{display:block;font-size:20px;color:#89674c;line-height:40px;margin:0 20px}
.i1t li a:hover,
.i1t li.on a{color:#ccac82}

.i1b{position: relative;}
.i1b_desc>div{display:none;overflow: hidden;}
.i1b_desc>div.on{display: block;}
.i1b_change{position: relative;}
.i1b_con{width:100%;position:relative}
.i1b_con .pic,
.i1b_con .word{width:50%;height:337px}
.i1b_con .word{background:#1c1c1c;padding:40px 60px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.i1b_con .word h4{font-size:30px;color:#ccac82;line-height:50px;height:100px;overflow:hidden}
.i1b_con .word .line{width:20px;height:2px;background:#3e322a;margin:20px 0 40px}
.i1b_con .word p{font-size:16px;color:#fffefe;line-height:32px;height:64px;overflow:hidden}


.i1b_btn span{position:absolute}
.i1b_btn .shu{display:block;margin-right:30px;font-size:14px;color:#5f4838;width:50px;height:26px;text-align:center;line-height:26px;border:1px solid #5f4838;border-radius:26px;padding:0 5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;left:50%;margin-left:-25px;bottom:-13px;background:#000}
.i1b_btn span.bth_l,.i1b_btn span.bth_r{top:50%;margin-top:-23px}
.i1b_btn span.bth_l{left:-60px}
.i1b_btn span.bth_r{right:-60px}
.i1b_btn span.bth_l,.i1b_btn span.bth_r{width:auto;height:auto;text-align:center;cursor:pointer;background:0 0;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.i1b_btn span.bth_l:before{content:"\e628";font-family:iconfont;font-size:60px;color:#513d30;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.i1b_btn span.bth_r:before{content:"\e642";font-family:iconfont;font-size:60px;color:#513d30;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}

.i1b_btn span.bth_l:hover:before,
.i1b_btn span.bth_r:hover:before{color: #c4a87f }


/* index2 */

.index2{padding:20px 0 60px;position: relative;}
.i2t{margin-bottom: 30px;}
.i2t h3{text-align:center;position:relative;margin-bottom:5px}
.i2t h3 span {display: inline-block; width: 24px; height: 24px; background: url(../images/i2_1.png) no-repeat center; background-size: auto; text-align: center;}
.i2t h3 span:after,
.i2t h3 span:before{content:'';width:570px;height:1px;background:#89674c;position:absolute;top:50%;margin-top:-.5px}
.i2t h3 span:before{left:0}
.i2t h3 span:after{right:0}

.i2b li{float:left;width:386px;margin-left:21px}
.i2b li:first-child{margin-left:0}
.i2b li .pic{position:relative;overflow:hidden}
.i2b li .pic .cover{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);left:0;top:100%}
.i2b li .pic .cover p{text-align:center;font-size:24px;color:#ccac82;line-height:44px;padding:0 10px;margin-top:87px}
.video_btn{position:absolute;left:50%;top:50%;margin-left:-22.5px;margin-top:-22.5px;width:55px;height:55px;background:url(../images/i2_2.png) no-repeat center;background-size:auto}
.i2b li:hover .video_btn{display: none}


/* mian */

.main{background:#000000 url(../images/bg1.jpg) no-repeat center 220px;padding: 60px 0}

.maint{width:100%;height:120px;background:#1c1c1c;text-align:center;margin-bottom:10px}
.maint h3{position:relative;line-height:120px;vertical-align:top}
.maint h3 span{font-size:31px;color:#ccac82;line-height:120px;position:relative}
.maint h3 span:after,
.maint h3 span:before{content:'';width:48px;height:2px;background:#ccac82;position:absolute;top:50%;margin-top:-1px}
.maint h3 span:before{left:-68px}
.maint h3 span:after{right:-68px}


/* 行业认证 */

.hyrz_descb{padding:40px 30px 0;background:#262626}
.hyrz_descb li{float:left;margin-left:50px;margin-bottom:40px}
.hyrz_descb li.mal0{margin-left:0}
.hyrz_descb li a{display:block;width:330px;height:330px;background:#fff;border:9px solid #ccac82;padding:30px 42.5px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.hyrz_descb li .pic img{display:block;margin:0 auto;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.hyrz_descb li .word p{font-size:20px;color:#ccac82;line-height:40px;text-align:center}
.hyrz_descb li:hover .pic img{-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}


/* 全球资源 */

.qqzy_desc{padding:90px 75px 80px;background:#1c1c1c}
.qqzy_desc img{display:block;margin:0 auto;margin-bottom:90px}
.qqzy_desc h4{font-size:32px;color:#ccac82;line-height:52px;padding-left:72px;position:relative;margin-bottom:25px}
.qqzy_desc h4:before{content:'';width:48px;height:2px;background:#ccac82;position:absolute;left:0;top:50%;margin-top:-1px}
.qqzy_desc p{font-size:15px;color:#666;line-height:30px;}



/* 塞诺实力/睡眠文化 */

.snsl_desc{padding:40px 20px 0;background: #1c1c1c}
.snsl_desc li{margin-bottom: 60px;}
.snsl_desc h4{position:relative;vertical-align:top;text-align: center;margin-bottom: 60px;}
.snsl_desc h4 span{font-size:34px;color:#ccac82;line-height:54px;position:relative}
.snsl_desc h4 span:after,
.snsl_desc h4 span:before{content:'';width:48px;height:2px;background:#ccac82;position:absolute;top:50%;margin-top:-1px}
.snsl_desc h4 span:before{left:-68px}
.snsl_desc h4 span:after{right:-68px}

.snsl_desc .pic{width:580px}
.snsl_desc .word{width:580px;padding:20px 40px;height:390px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position: relative;}

.snsl_desc .word .snsl_con h3{font-size:34px;color:#ccac82;line-height:54px;margin-bottom:40px;}
.snsl_desc .word .snsl_con p{font-size:15px;color:#666;line-height:28px;}

.change{position: absolute; bottom: 25px; }
.change span{display: inline-block; font-size: 30px; color: #cbcbcb; vertical-align: top;font-weight: lighter;}
.change .shu{margin-right: 40px;}
.change .shu em {font-weight: lighter;}
.change span.bth_l,
.change span.bth_r{width: 48px; height: 48px; text-align: center; line-height: 48px; cursor: pointer; background: transparent; border-radius: 50%; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; border: 1px solid #656565; }
.change span.bth_l:before {content: "\e628"; font-family: iconfont; font-size: 30px; color: #a2a2a1; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease }
.change span.bth_r:before {content: "\e642"; font-family: iconfont; font-size: 30px; color: #a2a2a1; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease }
.change span.bth_l:hover,
.change span.bth_r:hover{border-color: #ccac82; background: #ccac82; }
.change span.bth_l:hover:before,
.change span.bth_r:hover:before{color: #fff }

.sm_desc li.long{width:100%;height:390px;background:no-repeat center;background-size:auto}
.sm_desc li.long .long_con{width:480px;padding-top:20px;margin-left:40px}
.sm_desc li.long .long_con h4{font-size:34px;color:#ccac82;line-height:54px;margin-bottom:40px;text-align:left}
.sm_desc li.long .long_con p{font-size:15px;color:#666;line-height:28px}


/* 赛诺品牌系列 */

.snpp{}
.snpp_desc li{padding:30px;background:#1b1b1b;margin-bottom:10px}
.snpp_desc li .word{width:540px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.snpp_desc li .wordr{padding-left:40px}
.snpp_desc li .wordl{padding-right:40px}
.snpp_desc li .word h4{font-size:34px;color:#ccac82;line-height:54px;position:relative;margin-bottom:25px}
.snpp_desc li .wordr h4{padding-left:72px;text-align:left}
.snpp_desc li .wordl h4{padding-right:72px;text-align:right}
.snpp_desc li .word h4:before{content:'';width:48px;height:2px;background:#ccac82;position:absolute;top:50%;margin-top:-1px}
.snpp_desc li .wordr h4:before{left:0}
.snpp_desc li .wordl h4:before{right:0}
.snpp_desc li .word p{font-size:15px;color:#666;line-height:30px;height:150px;overflow:hidden}
.snpp_desc li .wordl p{text-align:right}

.s_link{margin-top:30px}
.s_link a{float:left;display:block;font-size:15px;color:#625645;line-height:24px;padding:0 8px;border:1px solid #625645;margin-right:10px}
.wordl .s_link a{float:right;margin-right:0;margin-left:10px}
.s_link a.on,
.s_link a:hover{color:#ccac82;border-color:#ccac82}

.wordl .imore{text-align:right}
.word .imore a.more{display:inline-block;font-size:16px;color:#999;line-height:36px;margin-top:50px}
.word .imore a.more:hover{color:#ccac82}


/* 赛诺品牌介绍 */

.ab_desc{background: #1c1c1c }
.ab_desct{padding: 70px 76px ; }
.ab_desct h4{font-size:32px;color:#ccac82;line-height:52px;padding-left:72px;position:relative;margin-bottom:25px}
.ab_desct h4:before{content:'';width:48px;height:2px;background:#ccac82;position:absolute;left:0;top:50%;margin-top:-1px}
.ab_desct p{font-size:15px;color:#666;line-height:30px;}

.ab_descc img{display: block;margin: 0 auto;width: 100%;}

.ab_descb p{font-size:15px;color:#666;line-height:30px;}

.ab_desc1{margin-bottom: 60px;}
.ab_desc1b{padding: 48px 40px 48px 76px;position: relative;}
.ab_desc1b:before{content:'';width:1px;height:250px;background:#2c2c2c;position:absolute;top:48px;left:605px}
.ab_desc1b .word{width:440px}
.ab_desc1b .word h5{font-size:24px;color:#ccac82;line-height:44px;margin-bottom:12px}
.ab_desc1b .word p{font-size:15px;color:#666;line-height:30px;height:120px;overflow:hidden}
.ab_desc1b .pic{width:500px}

.ab_desc2b{padding:58px 76px 48px}
.ab_desc1b .pic{text-align:right}


/* 新闻中心 */

.new_desc{background: #1c1c1c}
.new_desc li{padding:40px 20px;border-bottom:1px dotted #3f3930;cursor:pointer}
.new_desc li .pic{width:364px;height:244px;position:relative;overflow:hidden}
.new_desc li .pic img{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.new_desc li .word{width:760px;margin-left:36px}
.new_desc li .word h4{font-size:24px;color:#ccac82;line-height:84px}
.new_desc li .word h5 span{font-size:14px;color:#777;line-height:34px;margin-right:23px}
.new_desc li .word p{font-size:14px;color:#777;line-height:24px;height:48px;overflow:hidden}
.new_desc li .word a.more{display:inline-block;font-size:14px;color:#666;line-height:34px;margin-top:25px}
.new_desc li:hover .pic img{-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.new_desc li:hover .word a.more{color:#ccac82}

.new_desc .page{padding: 20px 0 24px; }


/* 新闻中心详情 */

.newd_desc{padding:55px 0 270px;background:#1c1c1c}

.newd_desct{text-align:center}
.newd_desct h4{font-size:32px;color:#ccac82;line-height:52px;margin-bottom:30px}
.newd_desct h5{border-top:1px solid #313131;border-bottom:1px solid #313131}
.newd_desct h5 span{font-size:14px;color:#cbcbcb;line-height:52px;margin:0 13px}
.newd_desct h5 span a{display:inline-block;width:20px;height:20px;border:1px solid #4e4e4e;border-radius:50%;text-align:center;line-height:20px;font-size:14px;color:#848484;margin:0 3px}
.newd_desct h5 span a:hover{color:#867259;border-color:#867259}

.newd_descc{padding:45px 25px 105px;border-bottom:1px solid #313131}
.newd_descc p{font-size:14px;color:#cbcbcb;line-height:30px}
.newd_descc img{display:block;margin:0 auto}

.newd_descb{padding:30px 25px}
.newd_descb .newd_descbl{width:80%}
.newd_descb .newd_descbl a{font-size:14px;color:#cbcbcb;line-height:28px}
.newd_descb .newd_descbl a:hover{color:#ccac82}
.newd_descb .newd_descbr{display:block;width:150px;height:54px;text-align:center;line-height:54px;font-size:16px;color:#333;background:#fff}
.newd_descb .newd_descbr:hover{color:#fff;background:#ccac82}


/* 塞诺影像 */

.his{}
.his_desc{background: #1c1c1c;padding: 45px 20px 30px;}
.his_desct h4{position:relative;vertical-align:top;text-align: center;margin-bottom: 30px;}
.his_desct h4 span{font-size:34px;color:#ccac82;line-height:54px;position:relative}
.his_desct h4 span:after,
.his_desct h4 span:before{content:'';width:48px;height:2px;background:#ccac82;position:absolute;top:50%;margin-top:-1px}
.his_desct h4 span:before{left:-68px}
.his_desct h4 span:after{right:-68px}

.his_descb{}
.his_showt{width:1012px;margin:0 auto;position:relative;background:url(../images/his_bg1.png) no-repeat center;background-size:auto}
.his_showt p{font-size:18px;color:#666;line-height:40px;padding-top:50px;text-align:center;position:relative}
.his_showt p:before{content:'';width:11px;height:11px;border-radius:50%;background:#fff;border:1px solid #999;position:absolute;left:50%;margin-left:-6.5px;top:38px;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.his_showt p:after{content:'';width:7px;height:7px;border-radius:50%;background:#999;position:absolute;left:50%;margin-left:-3.5px;top:41px;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.his_showt .slick-current p{font-size:22px;color:#89674c}
.his_showt .slick-current p:before{width:20px;height:20px;border:1px solid #89674c;margin-left:-11.5px;top:33px}
.his_showt .slick-current p:after{background:#89674c}

.his_showt .slick-arrow {position: absolute; top: 50%; margin-top: -28px; z-index: 99; width: 60px; height: 56px; font-size: 0; background: #161616; cursor: pointer; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.his_showt .slick-prev {left: -74px;  }
.his_showt .slick-prev:before {content: "\e628"; font-family: iconfont; font-size: 40px; color: #a2a2a1; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease }
.his_showt .slick-next {right: -74px; }
.his_showt .slick-next:before {content: "\e642"; font-family: iconfont; font-size: 40px; color: #a2a2a1; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease }
.his_showt .slick-arrow:hover{background: #89674c;}
.his_showt .slick-prev:hover:before,
.his_showt .slick-next:hover:before{color: #fff}

.his_showb{margin-top:35px}
.his_showbs_con .pic,
.his_showbs_con .word {width: 580px; height: 405px }
.his_showbs_con .word{padding:25px 60px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}
.his_showbs_con .word h4{font-size:34px;color:#89674c;line-height:54px;margin-bottom:15px}
.his_showbs_con .word p{font-size:15px;color:#333;line-height:28px}

.his_showb .change{margin-left: 640px; }
.his_showb .change .shu{margin-right: 30px}


/* 新用户注册/忘记密码/建议留言/会员中心/会员入口/合伙人招募 */

.vip_desct{width:100%;height:120px;background:#1c1c1c;text-align:center;}
.vip_desct h4{position:relative;line-height:120px;vertical-align:top}
.vip_desct h4 span{font-size:31px;color:#ccac82;line-height:120px;position:relative}
.vip_desct h4 span:after,
.vip_desct h4 span:before{content:'';width:48px;height:2px;background:#ccac82;position:absolute;top:50%;margin-top:-1px}
.vip_desct h4 span:before{left:-68px}
.vip_desct h4 span:after{right:-68px}

.vip_descb{width:100%;background:no-repeat center;background-size:cover;padding:75px 80px 80px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.vip_descb1{height:530px}

.vip_tab{width:400px;margin:0 auto}
.vip_tab li{margin-bottom:13px}
.vip_tab li span{display:block}
.vip_tab li span.wl{font-size:16px;color:#aaa;line-height:42px;width:90px;margin-right:15px;text-align:right}
.vip_tab li span.wl sub{color:#8c7351;line-height:1;vertical-align:middle}
.vip_tab li span.wr{width:295px}
.vip_tab li span.wr input[type=password],
.vip_tab li span.wr input[type=text]{width:100%;height:42px;font-size:12px;color:#fff;line-height:40px;text-indent:15px;border:1px solid #4d4d4d;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:0 0}

.vip_tab li span.wr input[type=password]:focus,
.vip_tab li span.wr input[type=text]:focus{border-color: #fff; }

.vip_tab li span.wr input[type=text].short{width:170px}
.vip_tab li.vip_dr{margin-top: 20px;}
.vip_tab li.vip_dr p{text-align:center}
.vip_tab li.vip_dr p a{font-size:14px;color:#666;line-height:34px}
.vip_tab li.vip_dr p a:hover{color:#cfa972}
.vip_tab li.vip_dr input[type=submit]{width:100%;display:block;height:40px;text-align:center;line-height:40px;font-size:18px;color:#fff;background:#cfa972;border-radius:5px;cursor:pointer;margin-top:10px}
.vip_tab li.vip_dr input[type=submit]:hover{opacity:.8;filter:alpha(opacity=80)}

.vip_descb2{height: 405px;}
.vip_descb2 .vip_tab li.vip_dr{margin-top: 47px;}

.vip_descb3{height:395px}
.vip_descb3 .vip_tab{width:620px}
.vip_descb3 .vip_tab li span.wr{width:515px}
.vip_descb3 .vip_tab li span.wr textarea{width:100%;height:110px;font-size:12px;color:#fff;line-height:24px;padding:15px;border:1px solid #4d4d4d;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:0 0}
.vip_descb3 .vip_tab li span.wr textarea:focus{border-color:#fff}

.vip_descb4{height: 680px;}

.vip_descb4 .selects{margin-bottom: 15px;}

.vip_descb4 .selects .sod_select{width:95px;height:42px;padding:15px 10px;border:1px solid #4d4d4d;background:#fff;color:#fff;font-size:12px;font-weight:400;border-radius:5px;background:url(../images/dot.png) no-repeat 95% center;float:left;margin-left:5px}
.vip_descb4 .selects .sod_select:first-child{margin-left:0}
.vip_descb4 .selects .sod_select .sod_list{width:100px;margin:0 0 0 -1px;background:#fff;border:1px solid #4d4d4d;border-top:none;color:#fff}
.sod_select .sod_list li{margin-bottom:0}
.vip_descb4 .vip_tab li span.wr textarea{width:100%;height:64px;font-size:14px;color:#fff;line-height:24px;padding:10px 15px;border:1px solid #4d4d4d;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:0 0}
.vip_descb4 .vip_tab li span.wr textarea:focus{border-color:#fff}
.vip_descb4 .vip_tab li span.wr input[type=radio]{display:none}
.vip_descb4 .vip_tab li span.wr label{font-size:16px;color:#666;line-height:42px;padding-left:26px;background:url(../images/lab1.png) no-repeat left center;background-size:auto;cursor:pointer;margin:0 5px}
.vip_descb4 .vip_tab li span.wr label.on{background:url(../images/lab2.png) no-repeat left center;background-size:auto}


.vip_descb5{height:507px;padding:40px 0 55px;position: relative;}
.vip_descb5:before{content:'';width:1px;height:410px;background:#353535;position:absolute;top:40px;left:680px}

.vip_descb5l{width:680px;margin-top:73px}
.vip_descb5 .vip_tab li{margin-bottom:15px}
.vip_descb5l li.vip_dr input[type=checkbox]{background:0 0}
.vip_descb5l li.vip_dr label.ck1{font-size:12px;color:#aaa;line-height:13px;margin-left:5px}
.vip_descb5l li.vip_dr p a{display:block;font-size:12px;color:#aaa;line-height:13px}
.vip_descb5 .vip_tab li.vip_dr input[type=submit]{margin-top:50px}

.vip_descb5r{width:520px}
.vip_descb5r .dsf{width:300px;margin:0 auto;margin-top:84px}
.vip_descb5r .dsf h4{font-size:18px;color:#aaa;line-height:38px;text-align:center}
.vip_descb5r .dsf a.wx{display:block;width:53px;height:53px;border:1px solid #666;border-radius:50%;font-size:35px;text-align:center;color:#666;margin:0 auto;margin-top:40px}
.vip_descb5r .dsf a.wx:hover{color:#b19e84;border-collapse:#b19e84}
.vip_descb5r .dsf a.zc{display:block;width:100%;height:40px;text-align:center;line-height:40px;border-radius:5px;background:#666;font-size:16px;color:#fff;margin-top:94px}
.vip_descb5r .dsf a.zc:hover{background:#b19e84}


.zm_desct{margin-bottom: 10px;}
.zm_descb{height: 1092px;padding: 40px 40px 70px;}

.zm_descb h5{font-size:20px;color:#cfa972;line-height:60px;border-bottom:1px solid #d7d7d7;text-align:center;margin-bottom:30px}
.zm_descbl,
.zm_descbr{width:465px}
.zm_descb .vip_tab{width:445px}
.zm_descb .vip_tab li span.wl{width:135px}
.zm_descb .selects .sod_select .sod_list,
.zm_descb .selects.long .sod_select{width:100%}
.zm_descbrb{margin-top:30px}
.zm_descb input[type=submit]{display:block;width:302px;height:40px;text-align:center;line-height:40px;margin:0 auto;font-size:18px;color:#fff;background:#cfa972;border-radius:5px;cursor:pointer;margin-top:85px}
.zm_descb input[type=submit]:hover{background:#ccac82}


/* 产品展示 */


.pro_desct{padding:30px 30px 45px;border-bottom:1px solid #352d27;background:#1c1c1c}
.pro_desctl{width:600px}
.pro_desctl .word{margin-top:22px}
.pro_desctl .word h5{font-size:15px;color:#89674c;line-height:41px}
.pro_desctl .word table{width:100%;border:1px solid #333;text-align:center}
.pro_desctl .word table th{font-size:12px;color:#999;line-height:14px;height:39px;width:25%}
.pro_desctl .word table .bg1{background:#333}
.pro_desctl .word table .bg2{background:#444}
.pro_desctl .word table .bg3{background:#89674c}
.pro_desctl .word table .bg4{background:#141414}
.pro_desctl .word table th.bg3{color:#fff}
.pro_desctl .word table td{font-size:12px;color:#666;line-height:32px;height:32px;width:12.5%;border-left:1px solid #444}


.pro_desctr{width: 560px; }
.pro_desctr h4{font-size:34px;color:#ccac82;line-height:54px;position:relative;margin-bottom:25px;padding-left: 72px;}
.pro_desctr h4:before{content:'';width:48px;height:2px;background:#ccac82;position:absolute;top:50%;margin-top:-1px;left: 0}

.pro_desctr .share{width:130px;font-size:14px;color:#a8a8a8;line-height:30px;margin-top:12px}
.pro_desctr .share a{display:inline-block;width:28px;height:28px;border:1px solid #a8a8a8;text-align:center;line-height:28px;border-radius:50%;font-size:16px;color:#a8a8a8}
.pro_desctr .share a:first-child{margin:0 5px}
.pro_desctr .share a:hover{color:#fff;border-color:#fff}
.pro_desctr_cons{height:326px;overflow:hidden}
.pro_desctr_cons li{margin-bottom:15px}
.pro_desctr_cons li h5{font-size:15px;color:#89674c;line-height:27px}
.pro_desctr_cons li p{font-size:15px;color:grey;line-height:25px}
.pro_desctr_js{margin-top:22px}
.pro_desctr_js h5{font-size:15px;color:#89674c;line-height:41px}

.pro_descb{background: #1c1c1c; padding: 30px 30px 0; }
.pro_descb img{display: block; margin: 0 auto; margin-bottom: 30px; }


/* 联系我们 */

.lx_desc{background:#1c1c1c}
.lx_desct{margin-bottom:0}
.lx_descb1 li{margin-bottom:3px}
.lx_descb1 li.last{margin-bottom:0}
.lx_descb1 .lx_show h4{width:100%;font-size:20px;color:#89674c;line-height:60px;padding:0 35px;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#282828;cursor:pointer}
.lx_descb1 .lx_show h4:after{content:"\e607";font-size:20px;color:#666;font-family:iconfont;position:absolute;right:25px;top:auto}
.lx_descb1 li.on .lx_show h4{color:#ccac82}
.lx_descb1 li.on .lx_show h4:after{content:"\e609"}
.lx_descb1 .lx_hide{display:none;padding:15px 35px}
.lx_descb1 .lx_hide p{font-size:16px;color:#6a6a6a;line-height:28px}

.lx_descb2{padding:80px 20px 60px 30px}
.lx_descb2l{width:350px}
.lx_descb2l h4{font-size:40px;color:#3a342b;line-height:60px;text-transform:uppercase;margin-bottom:5px}
.lx_descb2l h5{font-size:20px;color:#ccac82;line-height:40px;margin-bottom:5px}
.lx_tab .selects .sod_select{float:left;width:165px;height:34px;padding:10px 10px;border:1px solid #424242;background:0 0;color:#fff;font-size:12px;font-weight:400;border-radius:0;background:url(../images/dot.png) no-repeat 95% center;float:left}
.lx_tab .sod_select .sod_list{width:100%;margin:0 0 0 -1px;background:#fff;border:1px solid #424242}
.lx_tab .selects .sod_select:first-child{margin-right:20px}
.lx_tab input[type=text]{width:100%;height:34px;border:1px solid #424242;background:0 0;font-size:12px;color:#fff;text-indent:12px;margin-top:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.lx_dz h4{font-size:20px;color:#636363;line-height:54px;border-bottom:1px solid #2d2d2d}
.lx_dz p{font-size:14px;color:#8e8e8e;line-height:18px;height:36px;padding:8px 0;border-bottom:1px dashed #2d2d2d;cursor: pointer;}
.lx_dz p.last{border-bottom:0}

.lx_descb2r{width:763px;height:556px}
#allmap{width:100%;height:556px}


/* 合作专区 */

.hz{}

.hz_descb{background: no-repeat center;background-size: cover;margin-bottom: 10px;padding: 30px 40px 40px 70px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} 
.hz_descb1{height: 840px;}

.hz_descbt h4{font-size:28px;color:#ccac82;line-height:48px;padding-left:72px;position:relative;margin-bottom:10px}
/* .hz_descbt h4:before{content:'';width:48px;height:2px;background:#ccac82;position:absolute;left:0;top:50%;margin-top:-1px} */
.hz_descbt p{font-size:15px;color:#818181;line-height:27px;height: 54px;overflow: hidden;}

.hz_descb1b{margin-top:55px}
.hz_descb1b li{float:left;width:33.33%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px 15px 0;position:relative;text-align:center}
.hz_descb1b li:before{content:'';width:1px;height:610px;background:#3a332e;position:absolute;left:0;top:0}
.hz_descb1b li:first-child:before{display:none}
.hz_descb1b li .til{width:219px;height:190px;background:url(../images/hz1_1.png) no-repeat center;background-size:auto;padding-top:25px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto}
.hz_descb1b li .til h4{text-align:center;font-size:18px;color:#030303;line-height:24px}
.hz_descb1b li .til h4 b{font-size:60px}
.hz_descb1b li .words{margin-top:35px}
.hz_descb1b li .words.words1 img{display:block;margin:0 auto;margin-bottom:20px}
.hz_descb1b li .words h3{font-size:20px;color:#fff;line-height:20px}
.hz_descb1b li .words.words2 h3{margin-bottom:105px}
.hz_descb1b li .words h5{font-size:14px;color:#89674c;line-height:24px}
.hz_descb1b li .words3 dd{text-align:left;margin-bottom:20px}
.hz_descb1b li .words3 dd h5{font-size:16px;color:#ccac82;line-height:24px}
.hz_descb1b li .words3 dd p{font-size:16px;color:grey;line-height:24px}

.hz_descb2{height: 680px;}
.hz_descb2b{margin-top: 20px;}
.hz_descb2b img{display: block;margin: 0 auto}

.hz_descb3bl{width:530px;margin-top:60px}
.hz_descb3bl .hz_logo h5{margin-bottom:30px}
.hz_descb3bl .hz_logo h5 small{font-size:12px;color:grey;margin-left:8px;vertical-align:bottom}
.hz_descb3bl .hz_logo li{float:left;text-align:center;margin-left:30px}
.hz_descb3bl .hz_logo li:first-child{margin-left:0}
.hz_descb3bl .hz_logo li p{font-size:12px;color:grey;line-height:18px;text-align:center}
.hz_list{margin-top:55px}
.hz_list dd{margin-bottom:20px}
.hz_list dd h6{font-size:15px;color:#e5e5e5;line-height:25px}
.hz_list dd h6 b{font-size:26px;color:#ccac82}
.hz_list dd p{font-size:14px;color:grey;line-height:24px}
.hz_descb3br{width:557px}


.hz_descb4{padding: 0}
.hz_descb4t h4 {background: #1c1c1c; padding: 0 70px; padding-left: 140px; line-height: 100px;margin-bottom: 0}
.hz_descbt h4:before{left: 70px; }


.hz_descb4b {padding:30px 70px;}
.hz_descb4b h5{font-size:20px;color:#8b765c;line-height:30px}
.hz_descb4b h5 span{font-size:23px}
.hz_descb4b h5 span b{font-size:36px}

.hz_descb4b_1{height:680px;background:no-repeat center;background-size:cover;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.hz_descb4b_1b{margin-top:35px}
.hz_descb4b_1b img{display:block;margin:0 auto}


.hz_descb4b_2{padding-bottom:60px}
.hz_descb4b_2 p{font-size:20px;color:#6a6a6a;line-height:30px;margin-top:55px}
.hz_descb4b_2b{margin-top:20px}
.hz_descb4b_2b li{float:left;width:259px;margin-left:5px}
.hz_descb4b_2b li:first-child{margin-left:0}
.hz_descb4b_2b li .word{width:100%;height:194px;padding:30px 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;background:#2a2a2a;cursor:pointer;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.hz_descb4b_2b li .word h6{font-size:16px;color:#ccac82;line-height:36px;padding-bottom:11px;position:relative;margin-bottom:15px}
.hz_descb4b_2b li .word h6:after{content:'';width:25px;height:1px;background:#ccac82;position:absolute;left:50%;margin-left:-12.5px;bottom:0}
.hz_descb4b_2b li .word p{font-size:14px;color:#696969;line-height:18px;height:72px;overflow:hidden;margin-top:0}
.hz_descb4b_2b li:hover .word{background:#89674c}
.hz_descb4b_2b li:hover .word h6,.hz_descb4b_2b li:hover .word p{color:#fff}
.hz_descb4b_2b li:hover .word h6:after{background:#fff}


.hz_descb4b_3{height:680px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.hz_descb4b_3b{margin-top:65px;position:relative}
.hz_descb4b_3bl,
.hz_descb4b_3br{width:530px}
.hz_descb4b_3b .pic{height:364px}
.hz_descb4b_3b .pic img{position:absolute;width:629px!important}
.hz_descb4b_3b .word{width:400px;position:absolute;height:143px}
.hz_descb4b_3b .word h6{font-size:16px;color:#ccac82;line-height:56px;position:relative;margin-bottom:15px}
.hz_descb4b_3b .word h6:after{content:'';width:24px;height:1px;background:#ccac82;position:absolute;left:0;bottom:0}
.hz_descb4b_3b .word p{font-size:14px;color:#747474;line-height:18px;height:72px;overflow:hidden}
.hz_descb4b_3b .hz_descb4b_3br .word{right:0;text-align:right}
.hz_descb4b_3b .hz_descb4b_3br .pic img{top:143px;right:0}
.hz_descb4b_3b .hz_descb4b_3br .word h6,.hz_descb4b_3b .hz_descb4b_3br .word p{text-align:right}
.hz_descb4b_3b .hz_descb4b_3br .word h6:after{right:0;left:auto}

/* 生日 */
.a_sr {
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
}
.a_sr select{
    float: none;
    display: inline-block;
    *display: inline;
    width: 70px;
    height: 42px;
    text-indent: 12px;
    border: 1px solid #4d4d4d;
    background: #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    background:#333 url(../images/dot.png) no-repeat 95% center;
    margin-left: 5px;

}
    

@media(max-width: 1440px){
    .i1b_btn span.bth_l{left:0px}
    .i1b_btn span.bth_r{right:0px}
}