@charset "UTF-8";

/*图片放大*/
.img-plus{vertical-align: top; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.img-plus:hover{-webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}

/*图片内阴影*/
.img-cover:before{content:"";position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; box-shadow: 0 0 30px rgba(0,0,0,0.2) inset; opacity: 0; filter: alpha(opacity=0); content: ""; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.img-cover:hover:before{opacity: 1; filter: alpha(opacity=100);}

/*图片透明*/
.img-opacity{-webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.img-opacity:hover{opacity: .9; filter: alpha(opacity=90);}

/*图片去色*/
.img-gray{filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}

.com-table {
	display: table;
	height: 100%;
}
.com-cell {
	display: table-cell;
	vertical-align: middle;
}


.com-cont {
    height: 100%;
    overflow: hidden;
}
.com-cont .tit {
    position: relative;
    font-size: 36px;
    color: #A98E4F;
    line-height: 36px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    font-weight: 300;
}
.com-cont .tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 57px;
    border-bottom: 1px solid #473C29;
}
.com-cont .des {
    font-size: 16px;
    color: #8D8D8F;
    line-height: 30px;
}


/*列表*/
.mk-list {
    width: 1230px;
}
.mk-list li {
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.mk-list li .pic {
    width: 380px;
    overflow: hidden;
}


/*分页*/
/*.page-list { height: 35px; line-height: 35px; text-align: center;}
.page-list .pages {margin-top: 20px;}
.page-list .pages a, .page-list .pages span { display: inline-block; width: 32px; height: 32px; line-height: 32px; border-radius: 3px; color: #999; margin: 0 5px; font-size: 14px;transition: .2s}
.page-list .pages .pre, .page-list .pages .nex { background-color: #EAEAEA; color: #666;}
.page-list .pages .pre:hover, .page-list .pages .nex:hover { background-color: #A98E4F; color: #fff;}
.page-list .pages .current, .page-list .pages a:hover { background-color: #A98E4F; color: #fff;}

*/
/* ====== 分页 ====== */
.page-list{height: 36px; text-align: center; line-height: 36px;margin-top: 20px;}
.page-list .pages a,
.page-list .pages span{display: inline-block; margin: 0 5px; width: 36px; height: 36px; color: #999; font-size: 14px; font-family: "sans-serif","宋体"; -webkit-transition: .2s; -moz-transition: .2s; transition: .2s;}
.page-list .pages .prev,
.page-list .pages .prev_disabled,
.page-list .pages .next,
.page-list .pages .next_disabled{background-color: #F6F4F1; color: #666;}
.page-list .pages .pre:hover,
.page-list .pages .next:hover{background-color: #A98E4F; color: #fff;}
.page-list .pages .current,
.page-list .pages a:hover{background-color: #A98E4F; color: #fff;}
.page-list .pages a.prev:before,
.page-list .pages a.prev_disabled:before{content:"<";}
.page-list .pages a.next:before,
.page-list .pages a.next_disabled:before{content:">";}


/* ====== 产品详情 ====== */


/* ====== 新闻详情 ====== */


/* ====== 右侧客服 ====== */


/*视频弹窗*/
.vwrap {
    display: none;
    z-index: 1040;
    width: 100%;
    position: fixed;
    left:0;
    top:0;
}
.vwrap .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    overflow: hidden;
}
.vwrap .videobox {
    z-index: 990;
    width: 860px;
    height: 480px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    margin-left: -430px;
}
.vwrap .videobox #videobox {
    width: 100%;
    display: inline-block;
    height: 100%;
    background: #000;
}
#videobox_wrapper {
    height: 100%!important;
}
.vwrap .close {
    z-index: 999;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: -38px;
    right: -40px;
}
.vwrap .close i {
    display: block;
    width:24px;
    height:24px;
    background:url(../images/close.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}
.vwrap .close:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#videobox_display_button {
    background: none no-repeat!important;
}
.jwplayer .jwicon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.jwlogo, .jwclick {
    display: none!important;
}
#videobox_controlbar {
    bottom: 5%!important;
}



/*弹窗留言*/
.tc-message {
    display: none;
}
.tc-message .form-box h3 {text-align: center;font-size: 24px;margin-bottom: 10px;color: #000;}
.tc-message .form-box{padding: 30px;background: #fff;}
.tc-message .form-box .form-tit{margin-bottom: 25px;text-align: center;font-size: 16px;}
.tc-message .form-box ul li{
    float: left;
    margin-bottom: 20px;
    width: 32.6666%;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    position: relative;
}
.tc-message .form-box ul li ~ li {
    margin-left: 1%;
}
.tc-message .form-box ul li input{line-height: 25px;width: 72%;padding: 0 5px; background-color: #f5f5f5;}
.tc-message .form-box ul li input:focus,
.tc-message .form-box .form-desc .text:focus{background-color: #fff;}
.tc-message .form-box .in-tit{float: left;width: 25%;text-align: center;font-size: 14px;color: #666;}
.tc-message .form-box .form-desc .in-tit{width: 8%;}
.tc-message .form-box .form-desc{margin-bottom: 30px;padding-top: 10px;padding-bottom: 10px;background-color: #f5f5f5;position: relative;}
.tc-message .form-box .form-desc .error{bottom: -25px;}
.tc-message .form-box .form-desc .text{vertical-align: top;width: 90%;height: 175px;border: none;padding: 0 5px; font-size: 14px;line-height: 22px;background-color: #f5f5f5;}
.tc-message .form-box .sub-btn{display: block;margin: 0 auto;width: 220px;height: 50px;line-height: 50px;background-color: #A98E4F;color: #fff;font-size: 20px;cursor: pointer;border-radius: 3px;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;font-family: "微软雅黑";}
.tc-message .form-box .sub-btn:hover{opacity: 0.9; filter: alpha(opacity=90);}




.ani-mask{position:absolute;z-index:9;background:#fff;width:100%;height:100%;visibility:visible!important;animation-name:maskmove;animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-animation-fill-mode:forwards!important;animation-fill-mode:forwards!important}
.wow.ani-mask.animated{-webkit-animation-duration:.8s;animation-duration:.8s}
@-webkit-keyframes maskmove{from{-webkit-transform:translateX(0)}
to{-webkit-transform:translateX(100%)}
}
@keyframes maskmove{from{transform:translateX(0)}
to{transform:translateX(100%)}
}
.lazy{background:#FFF url(../images/lazyload.gif) no-repeat center center}
#loading{background:url(../images/logo.gif) #fff center no-repeat;width:100%;height:100%;top:0;left:0;position:fixed;z-index:10001}
#loading.closed{-webkit-animation:fadeOut .6s cubic-bezier(.7,0,.3,1);-moz-animation:fadeOut .6s cubic-bezier(.7,0,.3,1);animation:fadeOut .6s cubic-bezier(.7,0,.3,1)}
#loadPage{width:100%;height:100%;top:0;left:0;position:fixed;z-index:10001;visibility:hidden;overflow:hidden;background:#fff;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}
#loadPage.moveFromTop{visibility:visible;-webkit-animation:moveFromTop .6s cubic-bezier(.7,0,.3,1);-moz-animation:moveFromTop .6s cubic-bezier(.7,0,.3,1);animation:moveFromTop .6s cubic-bezier(.7,0,.3,1)}
@-webkit-keyframes moveFromTop{from{-webkit-transform:translateY(-100%)}
}
@-moz-keyframes moveFromTop{from{-moz-transform:translateY(-100%)}
}
@keyframes moveFromTop{from{transform:translateY(-100%)}
}



/*视频弹窗*/
.vwrap {
    display: none;
    z-index: 1040;
    width: 100%;
    position: fixed;
    left:0;
    top:0;
}
.vwrap .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    overflow: hidden;
}
.vwrap .videobox {
    z-index: 990;
    width: 860px;
    height: 480px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    margin-left: -430px;
}
.vwrap .videobox #videobox1,
.vwrap .videobox #videobox2 {
    width: 100%;
    display: inline-block;
    height: 100%;
    background: #000;
}
#videobox_wrapper {
    height: 100%!important;
}
.vwrap .close {
    z-index: 999;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: -38px;
    right: -40px;
}
.vwrap .close i {
    display: block;
    width:24px;
    height:24px;
    background:url(../images/close.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}
.vwrap .close:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#videobox_display_button {
    background: none no-repeat!important;
}
.jwplayer .jwicon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.jwlogo, .jwclick {
    display: none!important;
}
#videobox_controlbar {
    bottom: 5%!important;
}



/*通用详细页*/
.com-page {
    padding-bottom: 60px;
}
.com-sidebar {
    width: 235px;
    background: #F5F3EF;
    padding: 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.com-sidebar.fixed {
    position: fixed;
    top: 0;
}
.com-sidebar .tit {
    color: #333;
    font-size: 24px;
    line-height: 46px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 300;
}
.com-sidebar .tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 37px;
    border-bottom: 4px solid #A98E4F;
}
.com-sidebar ul li a {
    font-size: 17px;
    display: inline-block;
    line-height: 40px;
    width: 100%;
    color: #333;
}
.com-sidebar ul li.on a,
.com-sidebar ul dl dd a.on {
    color: #A98E4F;
}
.com-sidebar ul dl {
    /*display: none;*/
    margin-bottom: 15px;
}
.com-sidebar ul dl dd a {
    line-height: 28px;
    display: inline-block;
}
.com-content {
    padding: 35px 40px 40px;
    width: 950px;
    min-height: 420px;
    background: #F5F3EF;
}
.com-content>.tit {
    border-bottom: 1px solid #dbdbdb;
    font-size: 24px;
    line-height: 70px;
    margin-bottom: 30px;
    font-weight: 300;
}
.com-content .box {
    line-height: 1.8;
    font-size: 14px;
}
.com-content .box h4 {
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
}
.com-content .box hr {
    border: none;
    border-bottom: 1px solid #ededed;
    margin-top: 20px;
    margin-bottom: 20px;
}


/*视频*/
.video-list li {
    text-align: center;
}
.video-list li .pic {
    position: relative;
    overflow: hidden;
}
.video-list li .pic:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(../images/icon_video2.png) no-repeat 5% 95%;
    background-color: rgba(0,0,0,0.1);
    background-size: 31px 25px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.video-list li .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.video-list li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.video-list li .tit {
    height: 50px;
    color: #333;
    font-size: 16px;
    line-height: 50px;
}
.page-video-list {
    margin: 0 -1%;
}
.page-video-list li{
    margin: 0 1% 1%!important;
    width: 31.3333%;
}


/*KEFU*/
.qqkefu{position:fixed;right:0;bottom:40%;z-index:20;width:53px;}
.qqkefu ul li{position:relative;float:right;margin-bottom:1px;height:47px;background:#757575;font-size:14px;line-height:47px;opacity:.9;cursor:pointer;}
.qqkefu ul li a{display: block;width: 100%;height: 100%; color:#fff;}
.qqkefu ul li.qq_cza{overflow:hidden;}
.qqkefu ul li:hover{background:#A98E4F;}
.qqkefu ul li.top{position:relative;width:53px;background:#A98E4F url(../images/kf/top_icon.png) no-repeat center;color:#1c1c1c;text-align:center;font-weight:800;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.qqkefu ul li.top:hover{background-color:#907842;}
.qqkefu ul li b{float:left;display:block;overflow:hidden;width:53px;height:47px;}
.qqkefu ul li b.a{background:url(../images/kf/czx4.png) no-repeat center center;}
.qqkefu ul li b.b{background:url(../images/kf/czx3.png) no-repeat center center;}
.qqkefu ul li b.d{background:url(../images/kf/bdsq.png) no-repeat center center;}
.qqkefu ul li b.c{background:url(../images/kf/czx5.png) no-repeat center center;}
.qqkefu ul li b.e{background:url(../images/kf/icon_kf_tel.png) no-repeat center center;}
.qqkefu ul li b.lxb{background:url(../images/kf/phone0.png) no-repeat center center;}
.qqkefu .erweima{position:absolute;top:-103px;left:-134px;float:right;display:none;height:150px;border:1px solid #CCC;background:#FFF;cursor:default!important;}
.qqkefu .erweima p{float:left;width:130px;color:#000;text-align:center;font-size:12px;line-height:20px;}
.qqkefu .erweima p img{margin:10px 10px 0 10px;width:110px;height:110px;}
.qqkefu .kf-tel .erweima{top:-23px;left: -153px;height:70px;text-align:center;}
.qqkefu .kf-tel .erweima p{width: 150px;}
.qqkefu .kf-tel .erweima em{display:inline-block;margin-top:12px;margin-bottom:6px;width:100%;color:#A98E4F;font-weight:600;font-size:16px;}