.welcome{
    background: #1b1b1b;
    line-height:38px;
}
.welcome .mycontainer div{
    float:left;
}
.welcome .mycontainer div a{
    float:left;
    display: block;
    height: 38px;
    width: 40px;
}
.welcome .mycontainer div a:first-of-type{
    background: url("../images/qq.png") no-repeat left center;
}
.welcome .mycontainer div a:last-child{
    background: url("../images/wx.png") no-repeat left center;
}

.wxshow{
    display: none;
    position: fixed;
    top: 38px;
    left:0;
    z-index:1001;
    background: #fff;
    border-radius: 10px 10px;
    font-size: 15px;
    color: #ddd;
    padding:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px!important;
}
.wxshow div h5{
    float:left;
    color: #443f3f;
}
.wxshow .clear{
    border-bottom:1px solid #a3a3a3;
    padding-bottom: 6px;
    margin-bottom: 15px;
}
.wxshow .clear img{
    float:right;
}
.close:hover{
    cursor: pointer;
}
.showimg{
    text-align: center;
}
.showimg>img{
    width: 220px;
}
.wxshow p{
    border-top:1px solid #a3a3a3;
    margin-top: 20px;
    padding-top: 15px;
    color: #757575;
    line-height: 26px;
}

.welcome h5{
    float:right;
    font-size:14px;
    color: #848484;
    line-height: 38px;
    padding-left: 30px;
    background: url("../images/tel.png") no-repeat left center;
}

.navlist{
    background: #ffffff;
    position: relative;
    z-index:1000;
    width: 100%;
    padding-top:25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.headfix{
    width: 100%;
    padding-top:20px;
    position: fixed;
    top:0;
    box-shadow:0 0 10px #666;
    z-index:1000;
}
.navlist .mycontainer>a{
    float:left;
}
.navlist ul{
    float:right;
    margin-top:7px;
}
.navlist ul li{
    float:left;
    padding-bottom: 40px;
    margin-right: 40px;
    position: relative;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.navlist ul li:nth-child(7n){margin-right:0;}
.headfix ul li{
}
.navlist ul li>a{
    position: relative;
    display: block;
    font-size: 16px;
    color: #4b4b4b;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}

.navlist ul li b{
    display: block;
    width: 100%;
    position: absolute;
    bottom:-8px;
    left:0;
    height:2px;
    background: #c09766;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.navlist ul li:hover b{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.navlist ul li:hover>a{
    color: #c09766;
}
#thyNavStyle b{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
#thyNavStyle>a{
    color: #c09766;
}
.headershowlist{
    display: none;
    position: absolute;
    background: #c09766;
    top:100%;
    width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px 15px;
    -webkit-transition: 350ms 0s all linear;
    -moz-transition: 350ms 0s all linear;
    -ms-transition: 350ms 0s all linear;
    -o-transition: 350ms 0s all linear;
    transition: 350ms 0s all linear;
}
.headfix .headershowlist{
    /*top:25px;*/
}
.headershowlist a{
    display: block;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px dashed #fff;
    position: relative;
    color: #fff;
}
.headershowlist a:before{
    position: absolute;
    content: '[';
    left:30px;
    opacity:0;
    color: #fff;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.headershowlist a:hover:before{
    left:0px;
    opacity:1;
}
.headershowlist a:after{
    position: absolute;
    content: ']';
    opacity:0;
    right:30px;
    color: #fff;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}

.headershowlist a:hover:after{
    right:0px;
    opacity:1;
}
.headershowlist a:last-of-type{
    border-bottom:0;
}
.searchborder{
    float: left;
    position: relative;
    right: 0;
    top: 0;
    width: 162px;
    height: 32px;
    line-height: 32px;
    border:1px solid #d4d4d4;
    border-radius: 25px;
}
.searchborder input[type=text]{
    color: #333;
    width: 130px;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}
.searchborder input[type=submit]{
    border: 0;
    position: absolute;
    top: 0px;
    width: 36px;
    height: 32px;
    right: 0px;
    background: url("../images/search.png") no-repeat center;
}
.searchborder input[type=text]:focus,.nav input[type=submit]:focus{
    outline: none;
}
.lang{
    float:right;
    margin-top: 10px;
}
.lang a{
    display: block;
    font-size:14px;
    color: #4b4b4b;
    float:left;
    line-height: 12px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.lang a:first-of-type{
    padding-right:7px;
    margin-right: 7px;
    border-right:1px solid #898989;
}
.lang a:hover{
    color: #c49b6b;
}
#banner{
    width: 100%;
    height: 740px;
}
.swiper-banner .swiper-slide{
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.banner1 img{
    float:right;
    max-width: 710px;
    opacity:0;
    position: relative;
    right:-10px;
    -webkit-transition: 450ms 0s all linear;
    -moz-transition: 450ms 0s all linear;
    -ms-transition: 450ms 0s all linear;
    -o-transition: 450ms 0s all linear;
    transition: 450ms 0s all linear;
}
.ani-slide.banner1 img{
    opacity:1;
    right:0;
}
.banner-text{
    float:left;
}
.banner-text h3{
    font-size: 48px;
    position: relative;
    top:50px;
    opacity:0;
    margin-top:5vw;
    -webkit-transition: 450ms 0s all linear;
    -moz-transition: 450ms 0s all linear;
    -ms-transition: 450ms 0s all linear;
    -o-transition: 450ms 0s all linear;
    transition: 450ms 0s all linear;
    -webkit-text-fill-color: transparent;
    color: #c09665;
    background:none; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(-0deg, #927350,#f5d5a6, #927350);
    background:-webkit-linear-gradient(-0deg,#927350,#f5d5a6,#927350);
    background:-o-linear-gradient(-0deg, #927350,#f5d5a6, #927350);
    -webkit-background-clip: text;
}
.ani-slide .banner-text h3{
    top:0;
    opacity:1;
}
.banner-text p{
    font-size: 18px;
    opacity:0;
    position: relative;
    top:40px;
    margin-top:25px;
    margin-bottom: 110px;
    -webkit-transition: 450ms 0.3s all linear;
    -moz-transition: 450ms 0.3s all linear;
    -ms-transition: 450ms 0.3s all linear;
    -o-transition: 450ms 0.3s all linear;
    transition: 450ms 0.3s all linear;
    -webkit-text-fill-color: transparent;
    color: #c09665;
    background:none; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(-0deg, #927350,#f5d5a6, #927350);
    background:-webkit-linear-gradient(-0deg,#927350,#f5d5a6,#927350);
    background:-o-linear-gradient(-0deg, #927350,#f5d5a6, #927350);
    -webkit-background-clip: text;
}
.ani-slide .banner-text p{
    opacity:1;
    top:0;
}


.btn_more span{
    opacity:0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

}
.ani-slide .btn_more span{
    opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.btn_more{
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}
.btn_more span{
    display: block;
    position: relative;
    width: 157px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:2px solid #7b7b7b;
    color: #7b7b7b;
    text-align: center;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.btn_more span:before{
    position: absolute;
    top: 100%;
    left: -2px;
    width: 100%;
    height: 100%;
    color: #fff;
    border:2px solid #fff;
    content: attr(data-hover);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: rgba(255, 255, 255, 0.27);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.btn_more:hover span{
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

.swiper-banner .swiper-pagination-bullet{
    background: #fff;
    width: 30px;
    height: 4px;
    border-radius: 0;
    border:none;
}
.swiper-banner .swiper-pagination-bullet-active{
    background: #c09766;
}


/*banner2*/
.b2pic{
    float:right;
    width: 632px;
    height: 500px;
    position: relative;
}
.b2pic img{
    position: absolute;
    opacity: 0;
    top:0;
    -webkit-transition: 350ms 0s all linear;
    -moz-transition: 350ms 0s all linear;
    -ms-transition: 350ms 0s all linear;
    -o-transition: 350ms 0s all linear;
    transition: 350ms 0s all linear;
}
.b2pic img:first-of-type{
    right: 396px;
    z-index:4;
}
.b2pic img:nth-of-type(2){
    right:246px;
    top: 24px;
    z-index:3;
    -webkit-transition: 350ms 0.2s all linear;
    -moz-transition: 350ms 0.2s all linear;
    -ms-transition: 350ms 0.2s all linear;
    -o-transition: 350ms 0.2s all linear;
    transition: 350ms 0.2s all linear;
}
.b2pic img:nth-of-type(3){
    right:116px;
    top: 50px;
    z-index:2;
    -webkit-transition: 350ms 0.4s all linear;
    -moz-transition: 350ms 0.4s all linear;
    -ms-transition: 350ms 0.4s all linear;
    -o-transition: 350ms 0.4s all linear;
    transition: 350ms 0.4s all linear;
}
.b2pic img:nth-of-type(4){
    right:0px;
    top: 82px;
    z-index:1;
    -webkit-transition: 350ms 0.6s all linear;
    -moz-transition: 350ms 0.6s all linear;
    -ms-transition: 350ms 0.6s all linear;
    -o-transition: 350ms 0.6s all linear;
    transition: 350ms 0.6s all linear;
}
.ani-slide .b2pic img{
    opacity:1;
}
.b2text{
    float:left;
    width: 476px;
    margin-top: 30px;
}
.b2text p{
    -webkit-text-fill-color: transparent;
    color: #c09665;
    background:none; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(-0deg, #927350,#f5d5a6, #927350);
    background:-webkit-linear-gradient(-0deg,#927350,#f5d5a6,#927350);
    background:-o-linear-gradient(-0deg, #927350,#f5d5a6, #927350);
    -webkit-background-clip: text;
    font-size: 22px;
    position: relative;
    opacity:0;
    top:15px;
    -webkit-transition: 350ms 0s all linear;
    -moz-transition: 350ms 0s all linear;
    -ms-transition: 350ms 0s all linear;
    -o-transition: 350ms 0s all linear;
    transition: 350ms 0s all linear;
}
.ani-slide .b2text p{
    opacity:1;
    top:0;
}
.b2text h4{
    -webkit-text-fill-color: transparent;
    color: #c09665;
    background:none; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(-0deg, #927350,#f5d5a6, #927350);
    background:-webkit-linear-gradient(-0deg,#927350,#f5d5a6,#927350);
    background:-o-linear-gradient(-0deg, #927350,#f5d5a6, #927350);
    -webkit-background-clip: text;
    font-size: 50px;
    position: relative;
    opacity:0;
    top:15px;
    -webkit-transition: 350ms 0.3s all linear;
    -moz-transition: 350ms 0.3s all linear;
    -ms-transition: 350ms 0.3s all linear;
    -o-transition: 350ms 0.3s all linear;
    transition: 350ms 0.3s all linear;
}
.ani-slide .b2text h4{
    opacity:1;
    top:0;
}
.b2text div{
    margin-top: 64px;
}
.b2text img{
    float:left;
    margin-right: 30px;
    opacity:0;
    -webkit-transition: 350ms 0.5s all linear;
    -moz-transition: 350ms 0.5s all linear;
    -ms-transition: 350ms 0.5s all linear;
    -o-transition: 350ms 0.5s all linear;
    transition: 350ms 0.5s all linear;
}
.ani-slide .b2text img{
    opacity:1;
}

/*banner3*/
.banner3 .mycontainer{
    position: relative;
    height: 568px;
}
.banner3 img{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.banner3 h4{
    font-size: 48px;
    text-align: center;
    -webkit-text-fill-color: transparent;
    color: #c09665;
    background:none; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(-0deg, #927350,#f5d5a6, #927350);
    background:-webkit-linear-gradient(-0deg,#927350,#f5d5a6,#927350);
    background:-o-linear-gradient(-0deg, #927350,#f5d5a6, #927350);
    -webkit-background-clip: text;
    position: absolute;
    top:55%;
    left:50%;
    opacity:0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: 350ms 0s all linear;
    -moz-transition: 350ms 0s all linear;
    -ms-transition: 350ms 0s all linear;
    -o-transition: 350ms 0s all linear;
    transition: 350ms 0s all linear;
}
.ani-slide.banner3 h4{
    opacity:1;
    top:50%;
}
.b3_text p{
    font-size:14px;
    color: #f5d5a6;
    font-weight: lighter;
    width: 130px;
    line-height: 28px;
    min-height: 84px;
    position: absolute;
    opacity:0;
}
.b3_text p:first-of-type{
    top:100px;
    left:0;
    padding-left: 115px;
    background: url("../images/b3icon1.png") no-repeat left center;
    -webkit-transition: 350ms 0s all linear;
    -moz-transition: 350ms 0s all linear;
    -ms-transition: 350ms 0s all linear;
    -o-transition: 350ms 0s all linear;
    transition: 350ms 0s all linear;
}
.b3_text p:nth-of-type(2){
    top:100px;
    right:0;
    padding-right: 115px;
    text-align: right;
    background: url("../images/b3icon2.png") no-repeat right center;
       -webkit-transition: 350ms 0.2s all linear;
    -moz-transition: 350ms 0.2s all linear;
    -ms-transition: 350ms 0.2s all linear;
    -o-transition: 350ms 0.2s all linear;
    transition: 350ms 0.2s all linear;
}
.b3_text p:nth-of-type(3){
    bottom:100px;
    left:0;
    padding-left: 135px;
    padding-top:15px;
    background: url("../images/b3icon3.png") no-repeat left center;
       -webkit-transition: 350ms 0.4s all linear;
    -moz-transition: 350ms 0.4s all linear;
    -ms-transition: 350ms 0.4s all linear;
    -o-transition: 350ms 0.4s all linear;
    transition: 350ms 0.4s all linear;
}
.b3_text p:nth-of-type(4){
    bottom:100px;
    right:0;
    text-align: right;
    padding-right: 115px;
    background: url("../images/b3icon4.png") no-repeat right center;
       -webkit-transition: 350ms 0.6s all linear;
    -moz-transition: 350ms 0.6s all linear;
    -ms-transition: 350ms 0.6s all linear;
    -o-transition: 350ms 0.6s all linear;
    transition: 350ms 0.6s all linear;
}
.ani-slide.banner3 .b3_text p{
    opacity:1;
}
/*main*/
/*adv*/
.adv{
    margin-top: 33px;
    margin-bottom: 33px;
}
.adv li{
    float:left;
    height: 45px;
	line-height:45px;
    border-right:1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size:18px;
    color: #202022;
	width:33.33333%;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.adv li:hover{
    color: #c09766;
}
.adv li i{
  display: block;
  overflow: hidden;
  width: 45px;
  height: 45px;
  float:left;
  margin:0 5% 0 20%;
  background-repeat: no-repeat;
  background-position: center;
}
.adv li i.adv_01{ background:url(../images/icon1.png) no-repeat center;}
.adv li i.adv_02{ background:url(../images/icon2.png) no-repeat center;}
.adv li i.adv_03{ background:url(../images/icon3.png) no-repeat center;}
.adv li:hover i.adv_01 {background-image: url(../images/icon1_h.png);}
.adv li:hover i.adv_02 {background-image: url(../images/icon2_h.png);}
.adv li:hover i.adv_03 {background-image: url(../images/icon3_h.png);}

/*product*/
.product{
    position: relative;
    height: 440px;
    padding-bottom: 20px;
}
.swiper-product .swiper-slide{
    position: relative;
    overflow: hidden;
}
.swiper-product .swiper-slide img{
    display: block;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
}
.swiper-product .swiper-slide h3{
    display: block;
    font-size:30px;
    color: #393838;
    position: absolute;
    top:55%;
	text-align:center;
	font-weight:300;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.swiper-product .swiper-slide .pro_jj{ text-align:center; font-weight:300; font-size:14px; color:#494949; position:absolute; top:298px;}
.swiper-product .swiper-slide .pro_more{ text-align:center; background:#626262; position:absolute; top:343px;padding:8px 25px; font-size:14px; font-weight:300;}
.swiper-product .swiper-slide .pro_more a{ color:#fff; }
.swiper-product .swiper-slide:hover h3{color: #c09665;}
.swiper-product .swiper-slide:hover .pro_more{ background:#c09665}
.swiper-product .swiper-slide:hover .pro_jj{ color:#c09665}
.swiper-product .swiper-slide div{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:31px;
    padding-right:31px;
    padding-top: 90px;
    background: rgba(0, 0, 0, 0.6);
    opacity:0;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.swiper-product .swiper-slide:hover div{
    opacity:1;
}
.swiper-product .swiper-slide div a{
    display: block;
    float:left;
    margin-right: 22px;
    margin-bottom: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
    text-align: center;
    opacity:0;
    border:1px solid #c09766;
    width: 90px;
    height: 48px;
    line-height: 40px;
    overflow: hidden;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: linear;
    position: relative;
    top: 8px;
}
.swiper-product .swiper-slide div:hover a{
    opacity:1;
    top:0;
}
.swiper-product .swiper-slide div a:nth-of-type(3n){
    margin-right:0;
}
@media screen and (max-width: 1060px) {
.swiper-product .swiper-slide h3{
    display: block;
    font-size:30px;
    color: #393838;
    position: absolute;
    top:56%;
	text-align:center;
	font-weight:300;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.swiper-product .swiper-slide .pro_jj{ text-align:center; font-weight:300; font-size:14px; color:#494949; position:absolute; top:70%;}
.swiper-product .swiper-slide .pro_more{ text-align:center; background:#626262; position:absolute; top:80%;padding:8px 25px; font-size:14px; font-weight:300;}
.product{
    position: relative;
    height: 340px;
    padding-bottom: 20px;
}
}
.pro_list{ padding-bottom:60px; height:489px;}
.pro_list_wrap{
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform, -webkit-transform;
	-webkit-box-sizing:content-box;}
.pro_list_wrap .pro_list_l:nth-child(2n){margin-right:0;}
.pro_list_l{position: relative; width:49%; margin-right:2%}
.pro_list .pro_list_l .pro_jj{ text-align:center; font-weight:300; font-size:14px; color:#fff; position:absolute; top:248px; width:100%}
.pro_list .pro_list_l .pro_more{ text-align:center; background:#fff; position:absolute; top:293px;padding:8px 25px; font-size:14px; font-weight:300; left:40%}
.pro_list .pro_list_l .pro_more a{ color:#1f1f1f; }
.pro_list .pro_list_l:hover h3{color: #c09665;}
.pro_list .pro_list_l:hover .pro_more{ background:#c09665; color:#fff;}
.pro_list .pro_list_l:hover .pro_jj{ color:#c09665}
.pro_list .pro_list_l h3{
    display: block;
    font-size:30px;
    color: #fff;
    position: absolute;
    top:200px;
	width:100%;
	text-align:center;
	font-weight:300;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.pro_list .pro_list_l img{ 
	display: block;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
	height:100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
	-webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.pro_list .pro_list_l:hover img{filter:none;}

.xlshow a span{
    display: block;
    width: auto;
    height: 100%;
    font-size:16px;
    color: #ffffff;
    font-weight: lighter;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.xlshow a:hover span{
     background: #c09766;
 }
.product .product-button-next{
    background-image: url(../images/jt_r.png);
    right: -60px;
}
.product .product-button-prev{
    background-image: url(../images/jt_l.png);
    left: -60px;
}

/*company*/
.company{
    background: url("../images/about_bg.jpg") no-repeat center;
    padding:90px 0 72px 0;
    height: 566px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.company .mycontainer>span{
    display: block;
    text-align: left;
    font-size: 24px;
    color: #c09766;
    font-weight:300;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    width: 152px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
}
.company .mycontainer>span:before{
    position: absolute;
    left:10px;
    line-height: 40px;
    color: #c09766;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.company .mycontainer>span:after{
    color: #c09766;
    position: absolute;
    right: 10px;
    line-height: 40px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.company:hover .mycontainer>span:after{
    right:0;
}
.company:hover .mycontainer>span:before{
    left:0;
}
.company:hover .mycontainer>span{
    background: none;
    color: #c09766;
    font-weight:300;
}
.company .mycontainer h3{
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 28px;
    color: #fff;
    font-weight: bold;
}
.company .mycontainer p {
    font-size:14px;
    color: #fff;
    line-height: 28px;
    width: 630px;
    margin-bottom: 45px;
    font-weight:300;
}
.company ul li{
    float:left;
    border:1px solid #5f5f5f;
    text-align: center;
    width: 92px;
    height: 92px;
    margin-right: 36px;
}
.company ul li h4{
    color: #c09766;
    padding-top: 15px;
}
.company ul li h4 span{font-size:30px;}
.company ul li h4 sup{font-size:18px;    position: relative;top: -12px;}
.company ul li:last-child h4 sup{font-size:14px;}
.company ul li small{
    display: block;
    width:100%;
    color: #fff;
    font-size:16px;
    font-weight: lighter;
}

/*news*/
.news{
    padding-bottom: 35px;
}
.news>h4{
    font-size:28px;
    color: #393838;
    padding-top: 40px;
    margin-bottom: 8px;
}
.newstit{
    margin-bottom: 30px;
}
.newstit p{
    float:left;
    font-size:16px;
    color: #858585;
    font-weight: lighter;
}
.newstit a{
    float:right;
    font-size:14px;
    color: #8e8e8e;
    font-weight: lighter;
    padding-left: 20px;
    background: url("../images/menu.png") no-repeat left center;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.newstit a:hover{
    color: #c09766;
    background: url("../images/menus.png") no-repeat left center;
}


.top-news{ width:297px; padding:33px 43px; background:#f8f8f8;}
.top-news .time{ display:block; color:#4c4c4c; font-size:14px; margin-bottom:12px;font-family:HelveticaNeueCE; font-weight:300 }
.top-news h2{ font-size:16px; color:#4c4c4c; margin-bottom:11px;}
.top-news p{ padding-left:28px; border-left:1px solid #b4b3b3; line-height:22px; color:#666666; margin-bottom:20px; font-weight:300; font-size:14px;}
.top-news p:hover,.top-news h2:hover,.news-list ul li p:hover,.news-list ul li .more-link:hover,.hdlist .txt p:hover,.newslist .txt p:hover{ color:#c09665;}
.top-news .img{ display:block; margin-bottom:30px;}
.top-news .img img{ display:block; width:100%;-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;}
.top-news .more-link{
display:block; width:97px; height:32px; line-height:32px; color:#fff; text-align:center; background:#c09665; font-size:14px;font-weight:300;transition: all 0.4s;-ms-transform: all 0.4s;-moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s; border: 1px solid #c09665;}

.top-news .more-link:hover{border: 1px solid #c09665;color: #c09665; background:#fff;}
.news-list{ width:790px;}
.news-list ul li{ display:block; padding-top:25px; padding-left:25px; border-top:1px solid #dfdfdf; padding-bottom:22px; position:relative}
.news-list ul li:nth-child(3n){ border-bottom:1px solid #dfdfdf;}
.news-list ul li .title{ display:block; margin-bottom:12px; height:20px; line-height:20px;}
.news-list ul li .title-tit{width: 80%;font-size:16px; color:#4c4c4c;background: url(../images/dot.jpg) left no-repeat; padding-left:18px; float:left; font-style:normal; font-weight:bold;}
.news-list ul li .time{ float:right; font-size:16px; color:#666; font-family:Arial}
.news-list ul li p{ width:590px; color:#666666; line-height:22px; padding-left:18px; font-size:14px; font-weight:300;}
.news-list ul li .more-link{ position: absolute; display: block; right: 0; width: 65px; top: 48px; height: 22px; line-height: 22px; padding-left: 15px; font-style: normal; color: #afafaf; font-size: 24px; font-weight: lighter; }
.news-list a.more-link{border: 1px solid #b4b3b3;
    color: #555555;
    display: inline-block;
    height: 45px; float:right;
    line-height: 45px;
    padding: 0 30px;
	transition: all 0.4s;
	-ms-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	}
.news-list a.more-link:hover{color: #fff; border-color:#1f6cb7;background: #1f6cb7;}
.news-list li:hover a{color:#c09665;}
.news-list li:hover .title-tit{color:#c09665; background: url(../images/dot-h.jpg) left no-repeat}
.news-list li:hover .more-link{}
@media screen and (max-width: 1060px) {
.top-news {width: 90%;padding: 5%; float:none; margin-bottom:30px;}
.news-list{ width:100%; float:none;}
.news-list a.more-link {display: block;float: none; text-align:center;padding: 0px; max-width:200px; margin:0 auto;}
.news-list ul li:nth-child(3) {margin-bottom: 35px;border-bottom: 1px solid #cfd0d1; padding-bottom:35px;}
}
/*server*/
.case-index{ margin-bottom:60px;background:#f8f8f8;}

.nei-bannerdiv{
    position:relative;
}
.nei-bannerdiv .leftt{
    position:absolute;
    top:0;
    right:0;
    width:35.1%;
    height:100%; 
}
.nei-bannerdiv .rightt{
    float:left;
    width:65.9%;
    overflow: hidden;
}
.nei-bannerdiv.chause .rightt{
    width:100%;
}
.nei-bannerdiv .rightt img{
    width:100%;
    transform:scale3d(1.05,1.05,1)
}
.nei-bannerdiv .leftt .left-mian{
    position:absolute;
    
    transform:translateY(-50%);
	top:60px;
    left:16.2%;
    width:70%;
    max-height:80%;
	//overflow: auto;
}
.nei-bannerdiv .leftt .left-mian .piblod{
    font-size:24px;
	font-weight:lighter;
	padding-bottom:30px;
    color:#1a1a1a;
}
.nei-bannerdiv .leftt .left-mian .list-name{
    font-size:14px;
    color:#666666;
    line-height:26px;
	font-weight:lighter;
    text-align:justify;
}
.nei-bannerdiv .leftt .left-mian .more-down{
    font-size:14px;
    display:inline-block;
    padding:6px 13px;
    color:#c09665;
    margin-top:1.5rem;
	border:1px solid #c09665;
    cursor:pointer;
    transition:all 0.3s;
}
.nei-bannerdiv .leftt .left-mian .more-down:hover{border: 1px solid #c09665;color: #fff; background:#c09665;}
@media (max-width: 992px)
{
.nei-bannerdiv .rightt{
	width:100%;
}
.nei-bannerdiv .leftt{
	position:relative;
	top:auto;
	width:100%;
	left:auto;
	height:auto;
	float:left;
	padding:5%;
}
.nei-bannerdiv .leftt .left-mian{
	position:relative;
	top:auto;
	left:0;
	width:90%;
	transform:translateY(0);
}
.nei-bannerdiv .leftt .left-mian .piblod{
	font-size:24px;
	font-weight:lighter;
	padding-bottom:10px;
    color:#1a1a1a;
}
.nei-bannerdiv .leftt .left-mian .list-name{
	font-size:14px;
    color:#666666;
    line-height:26px;
	font-weight:lighter;
}
.nei-bannerdiv .leftt .left-mian .more-down{
	font-size:14px;
    display:inline-block;
    padding:6px 13px;
    color:#c09665;
    margin-top:1.5rem;
	border:1px solid #c09665;
    cursor:pointer;
    transition:all 0.3s;
}
}
@media (max-width: 767px){
.nei-bannerdiv .rightt{
	width:100%;
}
.nei-bannerdiv .leftt{
	position:relative;
	top:auto;
	width:100%;
	left:auto;
	height:auto;
	float:left;
	padding:0.6rem 0;
}
.nei-bannerdiv .leftt .left-mian{
	position:relative;
	top:auto;
	transform:translateY(0);
}
.nei-bannerdiv .leftt .left-mian .piblod{
	font-size:24px;
	font-weight:lighter;
	padding-bottom:10px;
    color:#1a1a1a;
}
.nei-bannerdiv .leftt .left-mian .list-name{
	font-size:14px;
    color:#666666;
    line-height:26px;
	font-weight:lighter;
}
.nei-bannerdiv .leftt .left-mian .more-down{
	font-size:14px;
    display:inline-block;
    padding:6px 13px;
    color:#c09665;
    margin-top:1.5rem;
	border:1px solid #c09665;
    cursor:pointer;
    transition:all 0.3s;
}
}
.server{
    background: #f5f5f5;
    padding:75px 0;
}
.server ul li{
    float:left;
    width: 277px;
    height: 284px;
    background: #fff;
    margin-right: 30px;
    position: relative;
    top:0;

}
.server ul li:hover{
    box-shadow: 0 0 10px #d9d9d9;
}
.server ul li:last-child{
    margin-right:0;
}
.server ul li h3{
    font-size:18px;
    color: #3a3a3a;
    text-align: center;
    padding-top: 90px;
    margin-top: 30px;
}
.server ul li p{
    font-size:14px;
    color: #777777;
    line-height: 26px;
    font-weight: lighter;
    width: 230px;
    margin:10px auto;
}
.server ul li:first-of-type h3{
    background: url("../images/ser01.png") no-repeat center top;
}
.server ul li:nth-of-type(2) h3{
    background: url("../images/ser02.png") no-repeat center 6px;
}
.server ul li:nth-of-type(3) h3{
    background: url("../images/ser03.png") no-repeat center 15px;
}
.server ul li:nth-of-type(4) h3{
    background: url("../images/ser04.png") no-repeat center 15px;
}
/*footer*/
#footer{
    background:#222222;
    padding-top: 30px;
	padding-bottom: 35px;
}
.fot_top{
    padding-bottom: 35px;
}
.fotnav{
    float:left;
    margin-top: 10px;
}
.fotnav a{
    font-size:14px;
    font-weight: lighter;
    color: #9a9a9a;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    border-right:1px solid #9a9a9a;
    padding:0 20px;
    line-height: 13px;
}
.fotnav a:first-of-type{
    padding-left:0;
}
.fotnav a:last-child{
    padding-right:0;
    border-right:0;
}
.fotnav a:hover{
    color: #c09766;
}
.link{
    float:right;
    position: relative;
    background: #353535;
    width: 232px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 17px;
}
.link p{
    float:left;
    line-height:40px;
    font-size:14px;
    color: #7d7d83;
    font-weight: lighter;
}
.link span{
    float:right;
    width: 60px;
    height: 40px;
    background:url("../images/linkjt.png") no-repeat center;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.changelinkjt{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.link div{
    display:none;
    position: absolute;
    top:100%;
    width: 100%;
    left:0;
    line-height: 35px;
    background: #515151;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:20px;
    padding-right:20px;
}
.link div a{
    display: block;
    width:100%;
    border-bottom:1px dashed #686868;
    font-size: 13px;
    color: #ddd;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.link div a:last-child{
    border-bottom:0;
}
.link div a:hover{
    color: #c09766;
}
.footer_bottom{
    border-top:1px solid #373737;
	border-bottom:1px solid #373737;
    padding-top: 25px;
    font-size: 14px;
	padding-bottom:25px;
    line-height: 30px;
    color: #6e6e6e;
}
.footer_bottom .clear span{
    float:left;
    color: #6e6e6e;
    margin-right: 50px;
    font-size:14px;
    font-weight: lighter;
}
.footer_bottom p{
    color: #6e6e6e;
    font-size:14px;
    float:left;
    font-weight: lighter;
}
.footer_bottom p>a{
    float:right;
    color: #6e6e6e;
    font-size:14px;
    font-weight: lighter;
}
.footer_bottom p>a:hover{ text-decoration:underline}
.footer_bottom>a{
    float:right;
    color: #6e6e6e;
    font-size:14px;
    font-weight: lighter;
}
.footer_bottom>a:hover{ text-decoration:underline}
notempty a{
    color: #797979;
    font-size:14px;
    font-weight: lighter;
}



/*导航产品下拉分类*/
.header_fl_list{
    float:left;
    margin-right: 50px;
}
.headershowlist .header_fl_list:last-of-type{
    margin-right:0;
}
.proheaderlist{
    width:800px;
    padding: 30px 50px;
}
.header_fl_list h5{
    color: #fff;
    margin-bottom: 20px;
}
.header_fl_list a{
    text-align: left;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.header_fl_list a:hover:before,.header_fl_list a:hover:after{
    display: none;
}
.header_fl_list a:hover{
    text-shadow: 0 0px 4px #e6e6e6;
    border-bottom: 1px solid #fff;
}
.header_fl_list a:last-of-type{
    border-bottom: 1px dashed #fff;
}



.izl-rmenu{position:fixed;right:0;bottom:10px;padding-bottom:73px;z-index:999;
    background:url(../images/r_b.png) 0px bottom no-repeat;
}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}

.num-tab{
    display: none;
}
.doorinfo-top-box .bimg{
    border: 1px solid #e2e2e2;
}
.showinfo-top-box .left{
    float: left;
    width: 50%;
}
.showinfo-top-box{
    padding: 50px 0;
	position:relative;
	overflow:hidden;
}
.showinfo-top-box .bimg,
.showinfo-top-box .simg{
    overflow: hidden;
}
.showinfo-top-box img{
    width: 100%;
}
.showinfo-top-box .simg-box{
    padding: 1.35rem 1.35rem;
    border: 1px solid #e2e2e2;
    border-top: none;
    position: relative;
}
.showinfo-top-box .simg-box .swiper-slide{
    position: relative;
    cursor: pointer;
}
.showinfo-top-box .simg-box .cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #bca065;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.showinfo-top-box .simg-box .swiper-slide.cur .cover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.showinfo-top-box .simg-box .prev,
.showinfo-top-box .simg-box .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .275rem;
    height: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .2s;
}
.showinfo-top-box .simg-box .prev{
    left: .6rem;
    background-image: url('../img/simg-prev.png');
}
.showinfo-top-box .simg-box .next{
    right: .6rem;
    background-image: url('../img/simg-next.png');
}
.showinfo-top-box .right{
    float: right;
    width: 45.83%;
	position:relative;
	z-index:-1;
}
.showinfo-top-box .right .tit{
    font-size: 16px;
    line-height:24px;
    color: #333;
}
.showinfo-top-box .right .con{
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
    font-size: .35rem;
    line-height: .9rem;
}
.showinfo-top-box .right .info-list{
    margin-top: 16px;
    padding-top: 16px;
	background:#f0f0f0;
	overflow:hidden;
    border-top: 1px solid #e0e0e0;
}
.showinfo-top-box .right .info-list .item{
    font-size: 14px;
	text-indent:30px;
    line-height: 24px;
    height: 30px;
    color: #999;
    margin-bottom:10px;
    box-sizing: border-box;
    /* word-break: break-all; */
    float: left;
    width: 50%;
    white-space: nowrap;
}
/* .showinfo-top-box .right .info-list .item:nth-child(3n+1){
    width: 34.54%
}
.showinfo-top-box .right .info-list .item:nth-child(3n+2){
    width: 40.9%
} */
.showinfo-top-box .right .price{
    border-top: 1px solid #e2e2e2;
    font-size: 14px;
    line-height: 24px;
	margin-top:32px;
	padding-top:22px;
    color: #c09766;
    font-weight:lighter;
}
.same-tit{
    font-size: 0;
    border-bottom: 1px solid #ededed;
	margin-top:30px;
}
.same-tit span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size:16px;
    line-height: 16px;
	font-weight:bold;
    padding-bottom:22px;
    color: #bca065; 
    position: relative;
}
.same-tit span:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #bca065;
}

.pro_content{padding-top:20px; font-size:14px; color:#666; line-height:30px; font-weight:lighter;}
