﻿@charset "utf-8";

/* Reset */
*{ box-sizing: border-box; }
body {font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu; background-color: #000000; color: #FFF; font-size: 12px; margin: 0 auto;position: relative;min-width:inherit;max-width: inherit;}
h1, h2, h3, p, ul { margin: 0; padding: 0; }
li { list-style: none; }
a, input { outline: none; }

/* Common */
.wrapper { width: auto;margin: 0 auto; height: 100%; position: relative;}
.main{ min-height: 200px; }


/* 微信弹层  视频弹框 */
/*关闭按钮*/
.ui-btn{ border: 1px solid #9b7d43; width: 172px; height: 41px; color: #9b7d43; text-align: center; line-height: 41px; text-decoration: none; display: inline-block; font-size: 16px; }
.ui-btn:hover { background-color: #ccac82; color: #2d2522; border-color: #ccac82; }

.bg-marker,.bg-marker-video{display:none;position: fixed;width:100%;height:100%;background: #000;opacity: 0.8;top:0px;left:0px;z-index: 99999;}
.weixin-layout{display:none;position: fixed;width:900px;height:531px;border:3px solid #c4a57d;background: #000;top:50%;left:50%;margin-left:-450px;margin-top:-265px;text-align: center;z-index: 99999;}
.weixin-layout .title{font-size:24px;color:#9b7d43;padding:75px 62px 17px;border-bottom:1px solid #2d2522;}
.weixin-layout img{margin:66px auto 54px;display: block;}
.video-layout{display:none;position: fixed;width:900px;height:573px;border:3px solid #c4a57d;background: #000;top:0;left:50%;margin-left:-450px;text-align: center;z-index: 99999;}
.video-back{    float: right;width: 80px;margin: 5px;}
.video-layout iframe{height:230px;width:100%;}



/* Utils */
.rel { position: relative; }
.abs { position: absolute; }
.oh { overflow: hidden; }
.fl { float: left; }
.fr { float: right; }
.hide { display: none !important; } 
.tc { text-align: center !important; }
.tr { text-align: right !important; }
.tl { text-align: left !important; }
.vt { vertical-align: top !important; }
.vm { vertical-align: middle !important; }
.bold { font-weight: bold !important; }
.tdn{ text-decoration: none; }
.clearfix { *zoom: 1; }
.clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.m5 { margin: 5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.mr0 { margin-right: 0px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb-10 { margin-bottom: -10px !important; }
.mb-15 { margin-bottom: -15px !important; }
.mb-30 { margin-bottom: -30px !important; }
.mb-45 { margin-bottom: -45px !important; }
.pb20{padding-bottom: 20px !important;}

.fs14px{ font-size: 14px; }
.fs24px{ font-size: 24px; }

/*动画*/
.anim-1,
.anim-2,
.anim-3,
.anim-4,
.anim-5,
.anim-6,
.anim-7,
.anim-8,
.anim-9,
.anim-10,
.anim-11,
.anim-12 {
  -webkit-transform: translateY(100px) translateX(0);
  -moz-transform: translateY(100px) translateX(0);
  transform: translateY(100px) translateX(0);
  opacity: 0;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.anim-1 {
  -webkit-transition: transform .8s,opacity .8s;
  -moz-transition: transform .8s,opacity .8s;
  -o-transition: transform .8s,opacity .8s;
  transition: transform .8s,opacity .8s;
}
.anim-2 {
  -webkit-transition: transform 1s,opacity 1s;
  -moz-transition: transform 1s,opacity 1s;
  -o-transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s;
}
.anim-3 {
  -webkit-transition: transform 1.2s,opacity 1.2s;
  -moz-transition: transform 1.2s,opacity 1.2s;
  -o-transition: transform 1.2s,opacity 1.2s;
  transition: transform 1.2s,opacity 1.2s;
}
.anim-4 {
  -webkit-transition: transform 1.4s,opacity 1.4s;
  -moz-transition: transform 1.4s,opacity 1.4s;
  -o-transition: transform 1.4s,opacity 1.4s;
  transition: transform 1.4s,opacity 1.4s;
}
.anim-5 {
  -webkit-transition: transform 1.6s,opacity 1.6s;
  -moz-transition: transform 1.6s,opacity 1.6s;
  -o-transition: transform 1.6s,opacity 1.6s;
  transition: transform 1.6s,opacity 1.6s;
}
.anim-6 {
  -webkit-transition: transform 1.8s,opacity 1.8s;
  -moz-transition: transform 1.8s,opacity 1.8s;
  -o-transition: transform 1.8s,opacity 1.8s;
  transition: transform 1.8s,opacity 1.8s;
}
.anim-7 {
  -webkit-transition: transform 2s,opacity 2s;
  -moz-transition: transform 2s,opacity 2s;
  -o-transition: transform 2s,opacity 2s;
  transition: transform 2s,opacity 2s;
}
.anim-8 {
  -webkit-transition: transform 2.2s,opacity 2.2s;
  -moz-transition: transform 2.2s,opacity 2.2s;
  -o-transition: transform 2.2s,opacity 2.2s;
  transition: transform 2.2s,opacity 2.2s;
}
.anim-9 {
  -webkit-transition: transform 2.4s,opacity 2.4s;
  -moz-transition: transform 2.4s,opacity 2.4s;
  -o-transition: transform 2.4s,opacity 2.4s;
  transition: transform 2.4s,opacity 2.4s;
}
.anim-10 {
  -webkit-transition: transform 2.6s,opacity 2.6s;
  -moz-transition: transform 2.6s,opacity 2.6s;
  -o-transition: transform 2.6s,opacity 2.6s;
  transition: transform 2.6s,opacity 2.6s;
}
.anim-11 {
  -webkit-transition: transform 2.8s,opacity 2.8s;
  -moz-transition: transform 2.8s,opacity 2.8s;
  -o-transition: transform 2.8s,opacity 2.8s;
  transition: transform 2.8s,opacity 2.8s;
}
.anim-12 {
  -webkit-transition: transform 3.0s,opacity 3.0s;
  -moz-transition: transform 3.0s,opacity 3.0s;
  -o-transition: transform 3.0s,opacity 3.0s;
  transition: transform 3.0s,opacity 3.0s;
}
.anim-show {
  -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);
  opacity: 1;
}
.anim-list .anim-1 {
  -webkit-transition: transform .5s,opacity .5s;
  -moz-transition: transform .5s,opacity .5s;
  -o-transition: transform .5s,opacity .5s;
  transition: transform .5s,opacity .5s;
}
.anim-list .anim-2 {
  -webkit-transition: transform .6s,opacity .6s;
  -moz-transition: transform .6s,opacity .6s;
  -o-transition: transform .6s,opacity .6s;
  transition: transform .7s,opacity .7s;
}



	/*菜单*/
	.header-mb {display:block;height: 60px;background-color: #9b7d43;position: relative;text-align: center;}
	.header-mb .logo img{ height:50px; margin:5px 0;}
	.header-mb>a {}
	.header-mb>a.menu {position: absolute;left: 0;top: 5px;background: url(../images/menu-mb.png) no-repeat!important;background-size: contain!important;height: 50px;width: 50px;}
	.header-mb.header-toggle-x>a.menu {background: url(../images/menu-mb-x.png) no-repeat!important;background-size: contain!important;}
	.header-mb .secondList {width: 100%;top:60px;background: #1a1a1a;display:none;z-index: 10000}
	.header-mb .secondList a { text-decoration:inherit; padding:0 10px;line-height:45px;;height:45px;display: block;text-align: left;font-size:14px;color: #9b7d43;border-bottom:1px solid #241e1b}
	.header-mb .secondList a:last-child {border-bottom: none}
	/*底部*/
	.footer-mb{display:block;padding:5px 15px}
	.footer-mb .wrap {border-top: 1px solid #9b7d43; padding-top:10px;text-align: center;}
	.footer-mb .wrap .title{padding: 10px 0;font-size: 16px;color: #9b7d43;}
	.footer-mb .wrap .tel {width: 100%;font-size: 38px;text-decoration: inherit;color: #9b7d43; font-weight:bold; margin-bottom:10px;display: block;}
	.footer-mb .wrap .star {width:100%;}
	.footer-mb .wrap .star .weiChat img,.footer-mb .wrap .star .weibo img{width:60px;}
	.footer-mb .wrap .links {border-top: 1px solid #9b7d43; border-bottom: 1px solid #9b7d43; padding:8px 0px; height: 100%; margin-top:10px; }
	.footer-mb .wrap .links  a{display: inline-block;text-decoration: inherit;color: #9b7d43; font-size:16px;padding: 0 10px; border-left: 1px solid #9b7d43;}
	.footer-mb .wrap .links  a:first-child{ border-left: 0px;}
	.footer-mb .wrap .copyright{color: #9b7d43; padding:10px;font-size: 12px;}
	.footer-mb .wrap .copyright a{ text-decoration:inherit;color: #9b7d43;}
	




	

/*----------------------------------------------------------*/
/*轮播图*/
/*----------------------------------------------------------*/
.swiper-container {position: relative;width: 100%;overflow: hidden;height: 100%}
.swiper-container .swiper-wrapper {width: 100%;
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-moz-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-ms-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-o-transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

/*换页符号*/
.swiper-container .swiper-pagination .swiper-pagination-bullet{width: 14px;height: 14px;}
/*换页*/
.swiper-container .swiper-button-prev {left: 10px;}
.swiper-container .swiper-button-next{right: 10px;}
/*默认样式*/
.section {position: relative;background-position: center;background-repeat: no-repeat; text-align:center;background-size: 768px auto;}
.section img{width:100%;}
.section .text {z-index: 2;position: absolute;width:96%;letter-spacing: 0px; top:30px;left:2%;text-align: center;}
.section .text .t1 {font-size: 26px;color: #fadca0; font-weight: inherit;}
.section .text .t2 {font-size: 18px;color: #FFFFFF;margin-top: 8px}
.section .text .t3 {font-size: 16px;color: #FFFFFF;margin-top: 6px}
/*动作初始化*/
.section .text .t1
 {
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
}
.section .text .t2{
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .8s linear 0s;
	-moz-transition: all .8s linear 0s;
	-ms-transition: all .8s linear 0s;
	-o-transition: all .8s linear 0s;
	transition: all .8s linear 0s;
}
.section .text .t3{
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 1.2s linear 0s;
	-moz-transition: all 1.2s linear 0s;
	-ms-transition: all 1.2s linear 0s;
	-o-transition: all 1.2s linear 0s;
	transition: all 1.2s linear 0s;
}
.section .text .t1,
.section .text .t2,
.section .text .t3{margin-left: -150px;}
.section.swiper-slide-active .text .t1,
.section.swiper-slide-active .text .t2,
.section.swiper-slide-active .text .t3{-moz-opacity: 1;opacity: 1;margin-left: 0px;}


.section.section-right .text .t1,
.section.section-right .text .t2,
.section.section-right .text .t3{margin-right: 150px;}
.section.section-right.swiper-slide-active .text .t1,
.section.section-right.swiper-slide-active .text .t2,
.section.section-right.swiper-slide-active .text .t3{-moz-opacity: 1;opacity: 1;margin-right: 0px;}


/*首页视频部分*/
.section-video {position: relative;background-position: center;background-repeat: no-repeat;height:100%;    padding: 60px 0;}
.section-video .section-detailed {z-index: 2;position: absolute;left: 0;width: 100%;text-align:center;}
.section-video .section-detailed h3 {font-size: 48px;color: #ccac82; font-weight: inherit;}
.section-video .section-detailed p {font-size: 32px;color: #916f53;margin-top: 8px}
.section-video .section-detailed .p-1 {font-size: 16px;color: #916f53;margin-top: 8px}
.section-video .section-inner {border-top: 1px solid #1b1614;padding-top: 30px;width:95%;margin: 0 auto}
.section-video .small-images-detailed {height: auto;width: 100%}
.section-video .small-images-detailed li {height: 100%;background: #1a1a1b;position: relative;width: 422px;overflow: hidden;display: block; margin: 0 auto 15px; max-width:422px;width:auto;}
.section-video .small-images-detailed li>a {/*width: 100%;height: 100%;display: block;position: absolute;left: 0;top: 0*/}
.section-video .small-images-detailed li .section-detailed {top: 15px}
.section-video .small-images-detailed li h3 {font-size: 22px;color: #e5c78c;}
.section-video .small-images-detailed li p {font-size: 14px;color: #9b7d43;margin-top: 8px}
.section-video .small-images-detailed li p span {padding-right: 20px;height: 18px;display: inline-block;background: url(../images/icon.png) no-repeat right 4px}
.section-video .small-images-detailed li>a:hover p {color: #ccac82}
.section-video .small-images-detailed li>a:hover p span {background-position: right -12px}
.section-video .small-images-detailed li .detailed-img {/*margin-left: -211px;margin-top: -120px;*/position:relative;/*left: 50%;top: 50%;z-index: 1;*/width: 100%;}
.section-video .small-images-detailed li+li {margin: 0 auto 15px;}


/*产品页*/

	.product-nav-mb{background:#1a1a1a;display:block;width: 100%;height:50px;border-bottom: 2px solid #9b7d43;color: #9b7d43;line-height: 25px;;position: relative}
	.product-nav-mb span {display: inline-block;padding:10px; font-size:18px;}
	.product-nav-mb .product-nav-down {width:30px;height:20px;background: url(../images/nav-down.png) no-repeat;background-size: contain;position: absolute;top: 40%;left: 50%;margin-top:-.132813rem;margin-left:-15px}
	.product-nav-mb .product-nav-list { display:none;font-size:16px;position: absolute;z-index: 99;width: 100%;background:#1a1a1a;overflow: hidden;margin-top: 5px;}
	.product-nav-mb .product-nav-list li {display: block;height:50px; width:50%;text-indent: inherit;line-height:50px;float: left;  border-top: 1px solid #242628;}
	.product-nav-mb .product-nav-list li a {color: #9b7d43;text-decoration: initial;display: inline-block;width: 100%;height: 100%;text-align: center;}


/*产品介绍魔板*/
.product .sections {margin: 0 auto}

.product .btn-go {height: 60px; margin: 5% 0;}
.product .btn-go .go {color: #c8c9c7;font-size: 16px;position: absolute;left: 0;top: 0px;width: 100%;height: 60px;text-decoration: none;text-align: center}
.product .btn-go .go i {background: url(../images/go.png) no-repeat;position: absolute;width: 38px;height: 20px;bottom: 0;left: 50%;margin-left: -19px;-webkit-animation: slide 1s ease-out infinite;animation: slide 1s ease-out infinite}
.product .btn-go .go:hover {color: #ccac82}
.product .btn-go .go:hover i {background-position: -162px 0}

.product .pro-img{text-align: center !important;}
.product .pro-img img {width:100%;}
.product .pro-img .text {position: absolute;width:96%;letter-spacing: 0px; top:30px;left:2%;}
.product .pro-img .t1 {font-size: 26px;color: #fadca0;letter-spacing: 0px;margin-bottom: 10px;}
.product .pro-img .t2 {font-size: 18px;color: #fff;letter-spacing: 0px;}
.product .pro-img .t3 {font-size: 16px;color: #fff;letter-spacing: 0px;}

.product .pro-text{height: auto; width:96%; margin:10% 2%;text-align:center  !important;}

.product .pro-text .title {font-size: 26px;color: #fadca0 !important;line-height: 45px;letter-spacing:0; }
.product .pro-text .desc-st {font-size: 16px;color: #fff !important;line-height: 35px;letter-spacing:0;font-family: "宋体";}
.product .pro-text .desc-ht {font-size: 16px;color: #fff !important;line-height: 35px;letter-spacing:0;}
.product .pro-text .t1{font-size: 22px;color: #fff !important;line-height: 40px;letter-spacing:0;}
.product .pro-text .t2{font-size: 15px;color: #fff !important;line-height: 30px;letter-spacing:0;}
.product .pro-text .t3{font-size: 14px;color: #fff !important;line-height: 30px;letter-spacing:0;}

.product .pro-text .text-just{text-align: justify;}
.product .pro-text .text-just .title{text-align:center;}
.product .pro-text .text-just .desc-st{text-align: left; text-indent:25px}
.product .pro-text .text-just .desc-ht{text-align: left; text-indent:25px}


.product .pro-img ul,.product .pro-text ul {font-size: 16px; max-width: 380px;margin: 0 auto;}
.product .pro-img ul li,.product .pro-text ul li{ line-height:30px;  text-align:left !important;  }
.product .pro-img ul li p,.product .pro-text ul li p{float: left; width: 100px; }

.product .pro-text table{ margin:0 auto; border-collapse:collapse;    margin-top: 20px;}
.product .pro-text table tr{ border-top:1px solid #313131;border-bottom:1px solid #313131;}
.product .pro-text table td{ font-size:15px; text-align:left;border-right:1px solid #313131; padding:10px 5px;}
.product .pro-text table td:last-child{border-right:0;}


.product .person-list {margin:0 auto; }
.product .person-list .text {background-repeat: no-repeat;background-position: top center;height: auto;padding: 30px 0; margin:50px 0; border-top: 1px solid #2d2522;border-bottom: 1px solid #2d2522;}
.product .person-list p.t1 {text-align: center;font-size: 24px;color: #fff !important;width: 100%; line-height:60px;}
.product .person-list p.t2 {text-align: center;font-size: 16px;color: #fff;width: 100%;}

.product .person-list ul {display: block;width: auto;margin: 0 auto;}
.product .person-list ul li {padding: 25px 0;width: auto;height: auto;display: block; border: 1px solid #2d2522;    max-width: 360px; margin: 10px auto;}
.product .person-list ul li .section-detailed {width: 100%;text-align: center;position: relative;overflow: hidden;}
.product .person-list ul li .section-detailed h3 {font-size: 40px;color: #ccac82}
.product .person-list ul li .section-detailed p {font-size: 30px;color: #fff;margin-top: 10px;line-height: 30px}

.product .person-list ul li .shop-link {width: 138px;height: 32px;margin: 0 auto;display: block;color: #916f53;border: 1px solid #916f53;text-decoration: none;text-align: center;line-height: 32px;margin-top: 25px}
.product .person-list ul li .shop-link:hover {background-color: #ccac82;color: #2d2522;border-color: #ccac82}
.product .person-list ul li img{width: 100%;}
.product .person-list ul li .section-detailed h3 {font-size:30px}
.product .person-list ul li .section-detailed p {font-size:16px}


body.content{background:#cccccc;width:100%;}
body.content .main{width:auto; background:#ffffff;margin: 20px 10px;padding: 10px;color:#000; line-height:50px;}
body.content .main img{width:auto;max-width: 100%;  text-align:center}
body.content .join-btn{margin: 45.1094px auto;padding: 0px;border: 0px;color: rgb(255, 255, 255); display: block;background-color: rgb(180, 138, 82); width: 306px; max-width: 306px; font-size: 40px;height: 82px;
    line-height: 82px;text-align: center;}
body.content .main a.ke-insertfile{text-decoration:inherit;color:#000}
body.content h1{font-size:28px; line-height:50px}
body.content h2{font-size:20px; line-height:40px}
body.content p{font-size:14px; line-height:30px}






/*新闻页*/

/*新闻页菜单*/
.news .news-nav {height: 60px;background-color: #1a1a1a;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity: .9}
.news .news-nav .links .title {display: inline-block;line-height: 57px;color: #fadca0;font-size: 20px;text-decoration: none;margin: 0 6px;font-size:16px}
.news .news-nav .links {height: 100%;}
.news .news-nav .links a {display: inline-block;line-height: 57px;color: #fadca0;font-size: 13px;text-decoration: none;margin: 0 12px;width:auto;}
.news .news-nav .links a.last {margin-right: 0}
.news .news-nav .links a:hover,
.news .news-nav .links a.active {border-bottom: 3px solid #ccac82;color: #ccac82;}

.news .news-back {height: 60px;background-color: #000; border-bottom:1px solid #333; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity: .9}
.news .news-back .links {height: 100%;}
.news .news-back .links .title {display: inline-block;line-height: 57px;color: #fadca0;font-size: 14px;text-decoration: none;margin: 0 6px;font-size:16px}

/*新闻中心*/
.news_t2{ height:70px; line-height:70px; background-color:#362e2b; text-indent:4%; color:#9b7d43; font-size:18px;}
.news_t2.pos{ position:fixed; top:0; width:100%;/* max-width:1200px;*/ z-index:10;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity: .9;}
.news-title{ color:#fadca0; font-size:30px;padding-left: 4%;padding-top: 5%;padding-bottom: 3%;}
.news-list{ overflow:hidden;}
.news-list ul{padding: 0 10px;}
.news-list ul li{ overflow:hidden; margin-bottom:3%; padding-bottom:4%; padding-top:4%; border-top:1px solid #333333; display:block;}
.news-list ul li:last-child{ margin-bottom:0;}
.news-list ul li .imgs{ width:42.9%; float:left; display:inline; overflow:hidden;}
.news-list ul li .imgs img{width:100%; -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;}
.news-list ul li:hover .imgs img{-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);}
.news-list ul li .i_about_r{ float:right; display:inline; line-height:30px; width:52.9%; overflow:hidden; }
.news-list ul li .i_about_r .news_txt{ width:100%; max-width:542px; overflow:hidden;}
.news-list ul li .i_about_r h3{  height:65px; overflow:hidden; font-size:24px; color:#fadca0; font-weight:normal; margin:0;transition:all 0.3s;}
.news-list ul li .i_about_r em{ font-size:14px; color:#666; display:block; margin:0;font-style:inherit;    margin: 0 0 5px;}
.news-list ul li .i_about_r .p{ height:40px; overflow:hidden; font-size:14px; color:#666666; margin:0;line-height:20px;}

.news-list ul li:hover .i_about_r h3{ color:#9b7d43;}

.news .news-wrap{ padding:0 2%;}
.news .news-wrap .news-txt{padding-top: 5%;padding-bottom: 3%;}
.news .news-wrap .news-txt h3{ line-height:40px; height:40px; overflow:hidden; font-size:24px; color:#fadca0; font-weight:normal; margin-bottom:5px; margin-top:5px;transition:all 0.3s;}
.news .news-wrap .news-txt em{ font-size:18px; color:#666666; display:block;  font-style:inherit;}
.news .news-wrap .news-info{background:#ffffff; color:#000; padding:10px;}
.news .news-wrap .news-info img{width:100%;}



/*分页*/

/* 分页css */
.digg { color: #9b7d43; margin: 65px 73px 0 0; height: 28px;text-align: right; font-size: 12px;}
.digg a {    text-decoration: inherit; border: #9b7d43 1px solid; color: #9b7d43;padding: 5px 10px;  margin: 0 3px; cursor: pointer;transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s;}
.digg span.cur {  background: #9b7d43 !important; border: 1px solid #9b7d43; color: #fff;padding: 5px 10px; margin: 0 3px;}
.digg a:hover { background: #9b7d43 !important;border: 1px solid #9b7d43; color: #fff;}
.digg a, .digg span, .digg input {border-radius: 2px;-moz-border-radius: 2px; -webkit-border-radius: 2px;}
.digg .disabled {border: 1px solid #9b7d43;padding: 5px 10px; margin: 0 3px;display:none;}
.digg .gopage { border: #9b7d43 1px solid;width: 30px; height: 26px;line-height: 26px; margin: 0 5px;text-align: center}
.digg .confirm { margin: 0 5px; height: 26px;line-height: 26px;width: 50px;cursor: pointer;background: #ebebeb;}
.digg em{display:none;}
/* 分页css */




/*弹出表单*/
.layui-layer{z-index: 19891025; /*width: 600px; height: 360px;*/ width:0; height:0; /*top: 157.5px;*/  left: 50%;/* margin-left:-300px; */position:absolute; background-color:#fcfafb; overflow:hidden;}
.layui-layer.showdiv{ width:96%;max-width:none; height:750px; margin-left:2%;top:157.5px;transition:all 0.3s;left:0;}
.layui-layer-title {height:58px; line-height: 58px;border-bottom: 4px solid #996633; font-size: 30px; color: #fff; overflow: hidden;  text-align:center; background-color:#cc9966;}
.layui-layer-page .layui-layer-content{position: relative; overflow:hidden;}
.layui-layer .normal{ border:1px solid #dcdcdc;border-radius: 6px; height:30px; line-height:30px;text-indent:1%; width:98%; outline:none; color:#999999; font-size:14px; margin-bottom:10px;}
.layui-layer-setwin { position: absolute; right: 15px; top: 10px;  font-size: 0; line-height: initial;}
.layui-layer-setwin a{ color:#fff; font-size:30px;text-decoration:inherit;}
.layui-layer .aap_p{ font-size:18px;color:#333333; }
.layui-layer .aap_p a{ font-size:18px; color:#bf0304;}
.layui-layer table td{font-size:14px;color:#333333;}
.layui-layer .bnt_bg{ background-color:#f7f2ee; overflow:hidden; margin-top:3%; text-align:center; margin-bottom:3%;}
.layui-layer .input{width: 140px;height: 44px;display: block;background:#b48952;border-radius: 6px;outline:none;color: #fff;font-size: 20px;text-align: center;line-height:44px; cursor:pointer;  margin:0 auto; margin-top:15px; margin-bottom:15px;}
.layui-layer .input:hover{filter:alpha(opacity=80);opacity:0.8;transition:all 0.3s;}
.layui-layer .normal2{ border:1px solid #dcdcdc;border-radius: 6px; height:60px; line-height:20px; padding:1%; width:98%; padding-left:2%;color:#999999; font-size:14px; outline:none;}
.layui-layer .join_t{ font-size:20px; color:#000; line-height:30px; margin-bottom:2px;}
.layui-layer .join_t label{ color:#b70000; line-height:36px;}
.layui-layer .join_t label.sex{ color:#000;}

.video-layout {width:100%;height:auto;left:0; margin-left:0px;}
.ui-btn {height:30px;width:50px;line-height: 30px; }

/*视频页部分*/
.video-list {position: relative;background-position: center;background-repeat: no-repeat;}
.video-list .section-inner {border-top: 1px solid #1b1614;padding-top: 30px; width:95%;margin: 0 auto}
.video-list ul{width: 100%;height: 100%;display: inline-block;}
.video-list ul li {height: auto;background: #1a1a1b;overflow: hidden;display: block; margin:8px;text-align:center;  width: 96%; padding: 2% 0; }
.video-list ul li>a {width: 100%;height: 100%;display: block;text-decoration:inherit}
.video-list ul li div.section-detailed {width: 100%; padding:8px;background: #fff;}
.video-list ul li div.section-detailed h3,.video-list ul li div.section-detailed  p{color:#333;}
.video-list ul li img {width: 100%;}
.video-list ul li video{width:100%;height:235px;}
.video-list ul li embed{width:100%;height:235px;}
.video-list ul li iframe{width:100%;height:230px;}
.video-list ul li h3 {font-size: 18px;color: #e5c78c;}
.video-list ul li p {font-size: 14px;color: #9b7d43;line-height:35px;}



/*手机端*/
#rqcode,#storeline{display: none;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999999}
.rqcodebg {position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,.5)}
.rqimg {position: absolute;width: 100%;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%)}

#storeline{background:#000;}
#storeline .colse { background:  #9b7d43 url(../images/menu-mb-x.png) no-repeat!important;background-size: contain!important;border-bottom: 1px solid #36383a;height:50px;}
#storeline ul{ width:100%; padding:2%;}
#storeline ul li {width:32%; float: left; padding:3%;}
#storeline ul li a{ text-decoration:inherit;}
#storeline ul li p {padding: 5px 0;font-size: 16px;color: #9b7d43; text-align:center}
#storeline ul li a img{width: 100%;}

/* 吸顶 */

.headroom{ width: 100%; z-index: 9999; position: fixed; top: 0;}

.hide-info {display:none;}

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){
    .product-nav-mb span {font-size:16px;}
    .product .pro-text { width: 95%;margin: 10% 2.5%; }
    .section .text .t1 {font-size: 20px;}
    .section .text .t2 {font-size: 15px;}
    .section .text .t3 {font-size: 13px;}

    .product .pro-text .title {font-size: 20px; }
    .product .pro-text .desc-st {font-size: 13px;line-height: 28px;}
    .product .pro-text .desc-ht {font-size: 13px;line-height: 28px;}
    .product .pro-text .t1{font-size: 19px;line-height: 35px;}
    .product .pro-text .t2{font-size: 12px;line-height: 25px;}
    .product .pro-text .t3{font-size: 12px;line-height: 25px;}

    .product .pro-img .t1 {font-size: 20px;margin-bottom: 6px;}
    .product .pro-img .t2 {font-size: 15px;}
    .product .pro-img .t3 {font-size: 13px;}

    .product .pro-img ul,.product .pro-text ul {font-size: 13px;}
    .product .pro-img ul li,.product .pro-text ul li{ line-height:28px;   }
    .product .pro-img ul li p,.product .pro-text ul li p{width: 80px; }
    .product .pro-text table td {font-size: 13px;}
    .news-title {font-size:20px;padding-top: 3%;padding-bottom: 3%;}
    .footer-mb .wrap .tel{font-size:30px;}
    .news-list ul li .i_about_r h3 {    font-size: 16px;line-height: 20px;height:45px;}

} 
