@charset "UTF-8";
@font-face {
	font-family: myRbtFont;
	src: url(../font/Roboto-Thin.ttf), url(../font/Roboto-Thin.eot);
}
body, html {
    background-color:#FFF
}
#viewport, .mod-view-cont, .dj-focus {
    position:relative;
}
html {
    min-width:1200px
}
body {
    word-wrap:break-word;
    word-break:break-all
}
#viewport {
    overflow-x:hidden;
}
.dj-focus {
	position: relative;
	overflow: hidden;
	text-align: right;
	height: 460px;
	width: 100%;
}
.dj-focus .dj-focus-list {
	height: 460px;
	width: 100%;
}
.dj-focus-list .banner-img {
    display: block;
	background: #ffffff url(../images/dajia/banner.png) right center no-repeat;
	background-size: cover;
    height: 460px;
    width: 100%;
}
.dj-focus .banner-content {
    position: absolute;
    top: 0;
    left: 0;
	border-left: 6px solid #B48732;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.dj-focus .banner-content .banner-content-inner {
	text-align: left;
	margin: 0 auto;
	width: 1200px;
}
.dj-focus .header-1 {
	font-size: 34px;
	color: #3E3A39;
	margin-top: 80px;
}
.dj-focus .header-2 {
	font-size: 72px;
	color: #3E3A39;
	line-height: 60px;
	padding: 18px 0;
	font-weight: bolder;
}
.dj-focus .header-3 {
	font-size: 21px;
	color: #3E3A39;
	line-height: 35px;
}
.dj-focus .banner-btn {
	display: block;
	font-size: 16px;
	color: #B48732;
	border: 1px solid #B48732;
	border-radius: 4px;
	background-color: transparent;
	text-align: center;
	margin-top: 50px;
	line-height: 44px;
	height: 44px;
	width: 158px;
	cursor: pointer;
    -webkit-transition:background .6s;
    transition:background .6s;
}
.dj-focus .banner-btn:hover {
	background-color: #B48732;
	color: #ffffff;
}
.dj-index-product {
	background-color: #ffffff;
	margin: 0 auto;
	width: 1200px;
}
.dj-index-product-title, .dj-index-service-title, .dj-index-advantage-title, .dj-index-partner-title {
	text-align: center;
	padding-top: 50px;
	line-height: 60px;
	height: 60px;
}
.dj-index-product-title h2, .dj-index-service-title h2, 
.dj-index-advantage-title h2, .dj-index-partner-title h2 {
	font-size: 30px;
	color: #3E3A39;
	font-weight: normal;
}
.dj-index-product-title .title-border, 
.dj-index-service-title .title-border, 
.dj-index-advantage-title .title-border,
.dj-index-partner-title .title-border {
	display: block;
	background-color: #B48732;
	margin: 6px auto;
	height: 2px;
	width: 36px;
}
.dj-index-product-title a, .dj-index-product-title a:link, .dj-index-product-title a:visited, .dj-index-product-title a:active,
.dj-index-service-title a, .dj-index-service-title a:link, .dj-index-service-title a:visited, .dj-index-service-title a:active {
	font-size: 30px;
	color: #3E3A39;
	font-weight: normal;
	cursor: text;
	outline: none;
	text-decoration: none;
}
.dj-index-product-list {
	margin: 50px auto 120px auto;
	width: 1200px;
}
.dj-index-product-list .list-item {
	position: relative;
	background-color: #ffffff;
	height: 400px;
	width: 550px;
	-webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.dj-index-product-list .list-item.mgL {
	margin-right: 40px;
}
.dj-index-product-list .list-item.mgT {
	margin-top: 30px;
}
.dj-index-product-list .list-item .product-img {
	height: 100%;
	width: 320px;
	float: left;
}
.dj-index-product-list .list-item .product-img img { display: block; height: 100%; width: 100%; }
.dj-index-product-list .product-summary {
	position: relative;
    padding: 46px 20px 46px 30px;
    height: 308px;
    width: 180px;
    float: left;
}
.dj-index-product-list .product-summary h3 {
	display: inline-block;
	font-size: 22px;
	color: #3E3A39;
	font-weight: normal;
}
.dj-index-product-list .product-summary .product-feature {
	font-size: 16px;
	color: #999494;
	text-align: left;
	line-height: 1.5;
	padding-top: 20px;
}
.dj-index-product-list .product-summary .product-price {
	display: block;
	font-size: 14px;
	color: #999494;
	margin-top: 22px;
	width: 100%;
	bottom: 0;
}
.dj-index-product-list .product-summary .product-price span {
	font-size: 30px;
	color: #D70B24;
	padding-right: 3px;
}
.dj-index-product-list .product-summary .product-detail-btn {
	display: block;
	position: absolute;
	bottom: 46px;
	left: 30px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-top: 158px;
	border-radius: 4px;
	background-color: #B48732;
	line-height: 40px;
	height: 40px;
	width: 130px;
	overflow: hidden;
}
.dj-index-product-list .product-summary a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.55);
	opacity: 0;
}
.dj-index-product-list .product-summary a:hover::before {
	-webkit-animation: btn 0.5s ease 0s both;
	animation: btn 0.5s ease 0s both;
}
.dj-service-center {
	position: relative;
	background-color: #f7f7f7;
	padding-bottom: 37px;
	width: 100%;
}
.dj-service-center-inner {
	position: relative;
	/*overflow: hidden;*/
	background-color: #f7f7f7;
	margin: 0 auto;
	height: auto;
	width: 1200px;
}
.dj-index-service-list {
	position: relative;
	margin: 50px 0;
}
.dj-index-service-list .list-item {
	overflow: hidden;
	border-radius: 8px;
	margin-right: 40px;
	background-color: #ffffff;
	height: 300px;
	width: 270px;
	-webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	cursor: pointer;
	float: left;
}
.dj-index-service-list .list-item a {
	display: block;
	height: 100%;
	width: 100%;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}
.dj-index-service-list .list-item.last-service {
	margin-right: 0;
}
.dj-index-service-list img {
	display: block;
	padding-top: 73px;
	margin: 0 auto;
	height: 60px;
	width: 60px;
}
.dj-index-service-list h3 {
	display: block;
	font-size: 24px;
	padding-top: 45px;
	color: #3E3A39;
	text-align: center;
}
.dj-index-service-list p {
	display: block;
	font-size: 14px;
	color: #999494;
	text-align: center;
	line-height: 1.5;
	padding-top: 9px;
}
.dj-service-center-inner .more-service-btn {
	display: block;
	font-size: 16px;
	color: #B48732;
	background-color: transparent;
	border: 1px solid #B48732;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
	line-height: 34px;
	height: 34px;
	width: 128px;
    -webkit-transition:background .6s;
    transition:background .6s;
}
.dj-service-center-inner .more-service-btn:hover {
	color: #ffffff;
	background-color: #B48732;
}
.dj-index-advantage-list {
	margin: 50px auto;
    width: 1200px;
}
.dj-index-advantage-list .list-item {
    position: relative;
    margin-right: 36px;
    background-color: #ffffff;
	border-radius: 8px;
    height: 240px;
    width: 376px;
    float: left;
	overflow: hidden;
	-webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
	box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.dj-index-advantage-list .list-item img {
	transition: all 0.8s;
	width: 100%;
}
.dj-index-advantage-list .list-item:hover img {
	transform: scale(1.05);
}
.dj-index-advantage-list .list-item.last-advantage {
    margin-right: 0;
}
/*.dj-index-advantage-list .advantage-summary {
	padding: 30px 32px 40px 26px;
}
.dj-index-advantage-list .advantage-summary h3 {
    display: inline-block;
    font-size: 24px;
	color: #3E3A39;
	font-weight: bold;
}
.dj-index-advantage-list .advantage-summary p {
	font-size: 14px;
	color: #999494;
	text-align: left;
    line-height: 1.5;
    padding-top: 11px;
}*/
.dj-index-advantage-list .advantage-summary {
	position: absolute;
	bottom: 0;
	left: 0;
	background: none;
	padding: 0 32px 26px 32px;
	z-index: 100;
}
.dj-index-advantage-list .advantage-summary p {
	font-size: 18px;
	color: #ffffff;
	text-align: justify;
    line-height: 180%;
	font-weight: bold;
}
.dj-index-advantage-list .list-item .list-item-grad {
	position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 100%;
	background: -webkit-linear-gradient(rgba(238,238,238,0),rgba(0,0,0,0.5)); /* Safari 5.1 - 6 */
	background: -o-linear-gradient(rgba(238,238,238,0),rgba(0,0,0,0.5)); /* Opera 11.1 - 12*/
	background: -moz-linear-gradient(rgba(238,238,238,0),rgba(0,0,0,0.5)); /* Firefox 3.6 - 15*/
	background: linear-gradient(rgba(238,238,238,0), rgba(0,0,0,0.5)); /* 标准的语法 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00EEEEEE', endColorstr='#7F111111',GradientType=0 ); /* ie8 */
	z-index: 1;
}
.dj-index-advantage {
	padding-bottom: 50px;
}
.dj-index-advantage .more-advantage-btn {
    display: block;
    font-size: 16px;
    color: #B48732; 
    background-color: transparent;
    border: 1px solid #B48732;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
    line-height: 34px;
    height: 34px;
    width: 128px;
    -webkit-transition: background .6s;
    transition: background .6s;
}
.dj-index-advantage .more-advantage-btn:hover {
	color: #ffffff;
	background-color: #B48732;
}
/*此处背景图片资源请使用绝对路径以使用滤镜兼容IE*/
.dj-index-partner {   
	position: relative;
	background-image: url('../images/dajia/partner-bg.png');
	background-size: cover;
	background-position: center center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/dajia/partner-bg.png', sizingMethod='scale');
}
.dj-index-partner-list {
	padding: 50px 0 112px 0;
	margin: 0 auto;
	width: 1200px;
}
.dj-index-partner-list li span {
	background-color: #ffffff;
	line-height: 150px;
	height: 150px;
	width: 285px;
	float: left;
	overflow: hidden;
}
.dj-index-partner-list img { display: block; vertical-align: middle; }
.dj-index-download-app {
	position: relative;
	background: #f7f7f7 url(../images/dajia/app-download-img.png) center bottom no-repeat;
	background-size: contain;
	height: 500px;
	width: 100%;
}
.dj-index-download-app-cont {
	position: relative;
	margin: 0 auto;
    width: 1200px;
}
.dj-index-download-app-btn {
    display: inline-block;
	position: absolute;
	top: 380px;
	left: 305px;
	font-size: 16px;
	color: #ffffff;
	background: #B48732;
	border: 1px solid #B48732;
	border-radius: 4px;
    text-align: center;
	line-height: 44px;
	height: 44px;
	width: 158px;
	cursor: pointer;
	overflow: hidden;
}
.dj-index-download-app-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid rgba(247,247,247,1);
	background-color: rgba(247,247,247,0.55);
	opacity: 0;
}
.dj-index-download-app-btn:hover::before {
	-webkit-animation: btn ease 0.5s both;
	animation: btn ease 0.5s both;
}
.dj-index-right-nav {
    position: fixed;	
    top: 50%;
    right: 0;
    margin-top: -140px;
    width: 90px;
    text-align: center;
    z-index: 998;
}
.dj-index-right-nav .right-nav-toggle {
	position: relative;
	/*top: 0;
	right: 70px;*/
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: center;
	background-color: #B48732;
	line-height: 60px;
	height: 56px;/*2020-01-13*/
	width: 20px;
	cursor: pointer;
	float: left;
}
.right-nav-toggle .icon-toggle {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -3px;
	background-image: url(../images/dajia/icon-rightnav-arrows@3x.png);
	background-repeat: no-repeat;
	background-size: 6px 24px;
	height: 12px;
	width: 6px;
}
.right-nav-toggle .icon-toggle-right {
	background-position: 0 -12px;
}
.right-nav-toggle .icon-toggle-left {
	background-position: 0 0;
}
.dj-index-right-nav .right-nav-list {
	position: relative;
	height: 308px;
	width: 70px;
	overflow: visible;
	float: left;
	-webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.right-nav-list .right-nav-item {
	position: absolute;
	font-size: 12px;
	color: #3E3A39;
	background-color: #F7F7F7;
	padding: 10px;
	border-bottom: 2px solid #ffffff;
	height: 40px;
	width: 50px;
	cursor: pointer;
}
.right-nav-list .right-nav-hotline {
	top: 0;
	right: 0;
}
.right-nav-list .right-nav-servicetel {
	top: 62px;
	right: 0;
}
.right-nav-list .right-nav-servicetel .right-nav-telnum {
	display: none;
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 14px;
	color: #B48732;
}
.right-nav-list .right-nav-servicetel .right-nav-teltxt {
	position: absolute;
	bottom: 8px;
	right: 10px;
}
.right-nav-list .right-nav-app {
	top: 124px;
	right: 0;
	height: 58px;
}
.right-nav-list .right-nav-wechat {
	top: 204px;
	right: 0;
}
.right-nav-list .right-nav-weibo {
	top: 266px;
	right: 0;
}
.right-nav-list .right-nav-gotop {
	top: 328px;
	right: 0;
}
#goTop { border-bottom: none; }
.right-nav-list .right-nav-item i {
	display: block;
    background-image: url(../images/dajia/icon-rightnav@3x.png);
	background-size: 25px 128px;
    background-repeat: no-repeat;
	margin: 0 auto;
    height: 35px;
    width: 35px;
    z-index: 999;
}
.right-nav-list .right-nav-item i.icon-online-service {
	background-position: 0 -60px;
	height: 22px;
	width: 25px;
}
.right-nav-list .right-nav-item i.icon-service-tel {
	background-position: 0 -40px;
	height: 20px;
	width: 20px;
}
.right-nav-list .right-nav-item i.icon-app {
	background:url(../images/dajia/qrcode_right_new.png) no-repeat center;
	background-size:100%;
	height: 42px;
	width: 42px;
}
.right-nav-list .right-nav-item i.icon-weixin {
	background-position: 0 -20px;
	height: 20px;
	width: 24px;
}
.right-nav-list .right-nav-item i.icon-weibo {
	background-position: 0 0;
	height: 20px;
	width: 23px;
}
.right-nav-list .right-nav-item i.icon-goTop {
	background-position: 0 -82px;
	height: 23px;
	width: 20px;
}
.right-nav-list .right-nav-item span {
	display: block;
	padding-top: 3px;
	font-size: 12px;
	color: #3E3A39;
	text-align: center;
}

/*zaslide*/
.za-focus {
	position: relative;
    width:100%;
    height:460px;
    text-align:right;
    overflow:hidden
}
.za-focus-list {
    width:100%;
    height:460px;
    list-style:none
}
.za-focus-list.zeroslider li {
    position:absolute;
    z-index:1;
    overflow:hidden;
    width:100%;
    height:100%;
    will-change:transform
}
.za-focus-list.zeroslider .banner-img {
    position:absolute;
    z-index:1;
    bottom:-30px;
    top:-30px;
    height:auto
}
.za-focus-list li {
    float:left;
    height:460px;
    position:relative
}
.za-focus-list .banner-img {
    display:block;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center 0;
    background-color:#fff;
    background-size:cover
}
.za-focus-list .banner-content {
    position:absolute;
    top:0;
    left:0;
	border-left:6px solid #B48732;
    width:100%;
    height:100%;
    z-index:1
}
.za-focus-list .bannber-content-inner {
    width:1200px;
    margin:0 auto;
    padding-left:25px;
    text-align:left
}
.za-focus-list .header-1 {
    color:#3e3a39;
    font-size:44px;
    margin-top:157px;
    line-height:61px
}
.za-focus-list .header-2 {
    display:inline-block;
    color:#3e3a39;
    margin-top:25px;
    font-size:30px;
    line-height:30px;
    position:relative;
    white-space:nowrap;
    vertical-align:top;
    overflow:hidden;
    z-index:1;
    padding:0 13px 10px;
    font-style:italic
}
.za-focus-list .header-2 i {
    display:inline-block;
    width:1px;
    height:24px;
    opacity:.7;
    background-color:#fff;
    vertical-align:middle;
    -webkit-transform:skew(-15deg);
    -ms-transform:skew(-15deg);
    transform:skew(-15deg);
    margin-left:3px
}
.za-focus-list .header-2 span {
    position:absolute;
    left:0;
    width:100%;
    height:24px;
    bottom:0;
    background-color:#B48732;
    z-index:-1
}
.za-focus-list .btn {
    display:block;
    margin-top:30px;
    width:140px;
    border-radius:6px;
    border:1px solid #B48732;
    color:#B48732;
    line-height:40px;
    text-align:center;
    font-size:14px;
    background-color:transparent;
    -webkit-transition:background .75s;
    transition:background .75s;
    font-weight:700
}
.za-focus-list .btn:hover {
    color:#ffffff;
    background-color:#B48732
}
.za-focus-list img {
    width:100%
}
.za-focus .unslider {
    position:relative
}
.za-focus .unslider-nav {
    position:relative;
    z-index:21;
    width:1200px;
    height:0;
    margin:0 auto
}
.za-focus .unslider-nav ol {
    position:absolute;
    top:-50px;
    width:100%;
    text-align:right
}
.za-focus .unslider-nav li {
    text-align:left;
    margin:0 7px;
    border:0;
    background:#FFF;
    opacity:.73;
    overflow:hidden
}
.za-focus .unslider-nav .unslider-active {
    opacity:1
}
.za-focus .za-slide-nav {
    position:absolute;
    z-index:1000;
    bottom:20px;
    width:100%;
    text-align:center;
    line-height:1
}
.za-focus .za-slide-nav ul {
    display:inline-block
}
.za-focus .za-slide-nav li {
    margin:0 5px;
    width:50px;
    height:17px;
    float:left;
    position:relative
}
.za-focus .za-slide-nav .dashnav-dash {
    position:relative;
    z-index:1;
    height:2px;
    width:100%;
    background-color:rgba(175, 175, 175, .5)
}
.za-focus .za-slide-nav .dashnav-progress {
    position:absolute;
    z-index:1001;
    left:0;
    top:0;
    width:50px;
    -webkit-transform-origin:left;
    -ms-transform-origin:left;
    transform-origin:left;
    height:100%;
    background:#fff
}

/*banner-slide*/
.dj-focus-slide {
    height: 460px;
    width: 100%;
}
.focus-slide-item {
    display: block;
    position: absolute;
	height: 460px;
    width: 100%;
}
.focus-slide-item a {
    display: block;
    margin: 0 auto;
    height: 460px;
    width: 100%;
}
.focus-slide-item img {
	display: block;
	height: 100%;
	width: 100%;
}
/*20190909start*/
.dj-slide-nav {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
.dj-slide-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0;
	margin-left: -600px;
	height: 0;
	width: 1200px;
}
.dj-slide-btn a {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -61px;
	padding: 30px;
	height: 62px;
	width: 32px;
	cursor: pointer;
}
.dj-slide-btn a.prev {
	left: -30px;
	background: url(../images/dajia/icon-left.png) center center no-repeat;
}
.dj-slide-btn a.next {
	right: -30px;
	background: url(../images/dajia/icon-right.png) center center no-repeat;
}
/*20190909end*/
/*.dj-slide-navol {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
}
.dj-slide-navol li {
	position: relative;
	padding: 10px 5px;
	height: 2px;
	width: 50px;
    float: left;
    cursor: pointer;
}
.dj-slide-navol li span {
	position: relative;
    background-color: #999494;
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: 2px;
	width: 50px;
    float: left;
    cursor: pointer;
	transition: all 0.7s;
}
.dj-slide-navol li.active span {
    background-color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}*/
.dj-slide-navol {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
}
.dj-slide-navol li {
	position: relative;
	padding: 10px 5px;
	height: 4px;
    float: left;
    cursor: pointer;
}
.dj-slide-navol li span {
	position: relative;
    background-color: #ffffff;
	height: 4px;
	width: 20px;
    float: left;
    cursor: pointer;
	/*transition: all 0.7s;*/
}
.dj-slide-navol li.active span {
    background-color: #B48732;
	width: 40px;
}

/*flexslider*/
 .flexslider {
    position: relative;
    height: 460px;
    overflow: hidden;
    background: url(/assets/images/loading.gif) 50% no-repeat;
    z-index:1;
}
.slides {
    position: relative;
    z-index: 1;
    margin:0;
    padding:0;
    list-style-type:none;
}
.slides li {
    text-align:center;
    width:100%;
}
.slides li a img {
    width:100%;
    height: 460px;
}
.flex-control-nav {
    position: absolute;
    bottom:15px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
    z-index: 2;
    text-align: center;
}
.flex-control-nav li {
    position: relative;
    margin: 0 5px;
    float: left;
    cursor: pointer;
	zoom: 1;
}
.flex-control-nav a, .flex-control-nav a:link, .flex-control-nav a:visited {
    display: inline-block;	
    background-color: #999494;
	opacity: 0.5;
	filter: alpha(opacity=50);
   	height: 2px;
	width: 50px;
    overflow: hidden;
    cursor: pointer;
}
.flex-control-nav .flex-active {
   	background-color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}
/*404*/
.null-gray { background: #f2f2f2; }
.page404Con {
	position: relative;
	background-color: #ffffff;
	margin: 29px auto 32px auto;
	height: 485px;
	width: 1200px;
	text-align: center;
}
.page-null-img {
	padding: 51px 0 33px 0;
	margin: 0 auto;
	background: url(../images/dajia/img404.jpg) center center no-repeat;
	height: 281px;
	width: 333px;
}
.page-null-tit {
	font-size: 20px;
	color: #3E3A39;
	line-height: 180%;
}
.page-null-subtit {
	font-size: 14px;
	color: #999494;
  line-height: 280%;
}
.page-null-btn {
	padding: 18px 0 49px 0;
}
.page-null-btn a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	background: #B48732;
	text-align: center;
	border-radius: 4px;
	margin: 0 auto;
	line-height: 40px;
	height: 40px;
	width: 130px;
}
.page-null-tel {
	background: #f8f8f8;
	text-align: center;
	line-height: 58px;
	height: 58px;
	width: 1200px;
}
.page-null-tel span {
	font-size: 14px;
	color: #3E3A39;
	text-align: center;
}
.right-service-tel {
	position: absolute;
	top: 0;
	right: -150px;
	text-align: left;
	background: #f7f7f7;
	padding: 10px 10px 10px 40px;
	height: 40px;
	width: 100px;
}
.right-service-tel .tel-number span {
	font-size: 14px;
	color: #B48732;
	text-align: left;
	padding: 0 0 5px;
}
.right-service-tel .tel-number p {
	font-size: 12px;
	color: #3E3A39;
	text-align: right;
}
.right-service-tel .tel-number .icon-right-tel {
	display: block;
    position: absolute;
	background-image: url(../images/dajia/icon-rightnav@3x.png);
	background-size: 25px 106px;
	background-position: 0 -20px;
    top: 10px;
    left: 13px;
    height: 20px;
    width: 20px;
}
.dj-right-qrcode {
	display: block;
	position: absolute;
	top: 0;
	right: 73px;	
	font-size: 12px;
	background-color: #B48732;
	width: 120px;
}
.dj-right-qrcode .triangle{
	position: absolute;
    top: 24px;
    right: -13px;
    width: 0;
    height: 0;
    z-index: 99999;
    border: 7px solid transparent;
    border-left: 7px solid #B48732;
}
.dj-right-qrcode .qrcode {
	padding: 3px;
}
.dj-right-qrcode .qrcode .img {
	display: block;
	background: #ffffff url(../images/dajia/qrcode_right_new.png) center center no-repeat;/*2023-06-29*/
	background-size: 100px 100px;
	padding: 7px;
	height: 100px;
	width: 100px;
}
.right-nav-wechat .dj-right-qrcode .qrcode .img {
	display: block;
	background: #ffffff url(../images/dajia/qrcode@3x-230317.png) center center no-repeat;/*2020-01-13*/
	background-size: 100px 100px;
	padding: 7px;
	height: 100px;
	width: 100px;
}
.right-nav-weibo .dj-right-qrcode .qrcode .img {
	display: block;
	background: #ffffff url(../images/dajia/qrcode-weibo@3x.png) center center no-repeat;
	background-size: 100px 100px;
	padding: 7px;
	height: 100px;
	width: 100px;
}
.dj-right-qrcode .subtext {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 18px;
	height: 24px;
	width: 120px;
}
.right-tool-sub {
	display: none;
}
/*产品模块css*/
.dj-index-product {
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
	height: auto;
	width: 100%;
}
.slideBox {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	height: 355px; 
	width: 100%;
}
.slideBox .hd {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	background: #f7f7f7;
	padding: 80px 0 30px 0;
	height: 314px;
	width: 1200px;
	z-index:1;
}
.slideBox .hd ul {
	zoom:1;
	float:left;
}
.slideBox .hd ul li {
	position: relative;
	font-size: 18px;
	color: #3E3A39;
	text-align: center;
	background: #ffffff;
	border-bottom: 5px solid #ffffff;
	border-radius: 8px;
	margin-right: 40px;
	padding: 36px;
	height: 223px;
	width: 198px;
	float: left;
	cursor: pointer;
}
.slideBox .hd ul li.hd-last-nav {
	margin-right: 0;
}
.slideBox .hd ul li.on {
	color: #D70B24;
	border-bottom: 5px solid #D70B24;	
	-webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.slideBox .hd ul li.on:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -12px;
	border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #D70B24;
}
.slideBox .hd ul li .hd-img {
	display: block;
	margin: 24px auto 54px auto;
	height: 110px;
	width: 110px;
}
.slideBox .hd ul li .hd-navicon1 {
	background: url(../images/dajia/dj-product-navicon1.png) center center no-repeat;
	background-size: 110px 110px;
}
.slideBox .hd ul li .hd-navicon2 {
	background: url(../images/dajia/dj-product-navicon2.png) center center no-repeat;
	background-size: 110px 110px;
}
.slideBox .hd ul li .hd-navicon3 {
	background: url(../images/dajia/dj-product-navicon3.png) center center no-repeat;
	background-size: 110px 110px;
}
.slideBox .hd ul li .hd-navicon4 {
	background: url(../images/dajia/dj-product-navicon4.png) center center no-repeat;
	background-size: 110px 110px;
}
.slideBox .hd ul li.on .hd-navicon1 {
	background: url(../images/dajia/dj-product-navicon1-on.png) center center no-repeat;
	background-size: 110px 110px;
}
.slideBox .hd ul li.on .hd-navicon2 {
	background: url(../images/dajia/dj-product-navicon2-on.png) center center no-repeat;
	background-size: 110px 110px;
}
.slideBox .hd ul li.on .hd-navicon3 {
	background: url(../images/dajia/dj-product-navicon3-on.png) center center no-repeat;
	background-size: 110px 110px;
}
.slideBox .hd ul li.on .hd-navicon4 {
	background: url(../images/dajia/dj-product-navicon4-on.png) center center no-repeat;
	background-size: 110px 110px;
}
.slideBox .bd-slide-wrapper {
	display: block;
	background: #ffffff;
	height: 375px;
	width: 100%;
}
.slideBox .bd {
	position: relative;
	background: #ffffff;
	margin: 0 auto; 
	padding: 55px 0 80px 0;
	height: 240px;
	width: 1200px;
}
.slideBox .bd li {
	position: relative;
	padding: 0 110px;
	height: 310px;
	zoom: 1;
}
/* .slideBox .bd li a { 
	display: block;
	height: 100%;
	width: 100%;
} */
.slideBox .bd .bd-slide-img {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	height: 240px;
	width: 240px;
	float: left;
}
.slideBox .bd .bd-slide-img .product-slider-corner {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/dajia/product-slide-corner.png) center center no-repeat;
	background-size: 60px 60px;
	height: 60px;
	width: 60px;
}
.slideBox .bd .bd-slide-img p {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 18px;
	color: #ffffff;
	background: rgba(0,0,0,0.5);
	text-align: center;
	line-height: normal;
	padding: 10px 0;
	min-height: 20px;
	width: 100%;
}
.slideBox .bd .bd-slide-img img {
	display: block;
	border-radius: 4px;
}
.slideBox .bd .bd-slide-summary {
	position: relative;
	margin-left: 40px;
	height: 240px;
	width: 700px;
	float: left;
}
.slideBox .bd .bd-slide-summary h3 {
	font-size: 18px;
	color: #3E3A39;
	padding: 5px 0;
	font-weight: bold;
	line-height: 1.5;
	text-align: justify;
}
.slideBox .bd .bd-slide-summary .product-price {
	position: absolute;
	bottom: 56px;
	left: 0;
	font-size: 14px;
	color: #999494;
	font-weight: bold;
}
.slideBox .bd .bd-slide-summary .product-price span {
	display: inline-block;
	font-size: 30px;
	color: #D70B24;
	padding-right: 3px;
}
.slideBox .bd .bd-slide-summary a.link-detail {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	color: #B48732;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #B48732;
	border-radius: 4px;
	line-height: 40px;
	height: 40px;
	width: 130px;
    -webkit-transition:background .6s;
    transition:background .6s;
	cursor: pointer;
}
.slideBox .bd .bd-slide-summary a.link-detail:hover {
	color: #ffffff;
	background-color: #B48732;
}
.slideBox .bd .bd-slide-summary p {
	font-size: 14px;
	color: #999494;
	text-align: justify;
	line-height: 180%;
	padding-top: 5px;
}
.slideBox .bd .bd-slide-proentry {
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 14px;
	color: #3E3A39;
}
.slideBox .bd .bd-slide-proentry i.icon-slide-arrow-right {
	display: inline-block;
	background: url(../images/dajia/icon-arrow-sprites.png) no-repeat;
	background-position: 0 -12px;
	background-size: 8px 24px;
	margin-left: 10px;
	height: 12px;
	width: 8px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
	position: absolute;
	display: block;
	top: 45%;
	margin-top: -25px;
	background: url(../images/dajia/slider-arrow.png) 0 0 no-repeat;
	height: 50px;
	width: 50px;
}
.slideBox .prev {
	left: 0;
	background-position: 0 -150px;
}
.slideBox .next {
	right: 0;
	background-position: 0 -100px;
}
.slideBox .prev:hover {
	left: 0;
	background-position: 0 -50px;
}
.slideBox .next:hover {
	right: 0;
	background-position: 0 0;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}
.dj-index-product-allentry {
	position: relative;
	overflow: hidden;
	background: #D70B24;
	line-height: 60px;
	height: 60px;
	width: 100%;
}
.dj-index-product-allentry .dj-index-product-allcon {
	display: block;
	margin: 0 auto;
	line-height: 60px;
	height: 60px;
	width: 1200px;
	text-align: right;
}
.dj-index-product-allentry .dj-index-product-allcon a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	height: 100%;
	width: 120px;
	float: right;
	text-decoration: none;
	outline: none;
}
.dj-index-product-allcon a i.index-product-arrow-right {
	display: inline-block;
    background: url(../images/dajia/icon-arrow-sprites.png) no-repeat;
    background-position: 0 0;
    background-size: 8px 24px;
    margin-left: 10px;
    height: 12px;
    width: 8px;
}
.dj-index-partner .slideBox2 {
	height: 320px;
}
.dj-index-partner .slideBox2 .bd {
	position: relative;
    background: none;
	padding: 0;
    margin: 0 auto;
    height: 320px;
    width: 1200px;
}
.dj-index-partner .slideBox2 .bd .bd-slide-img {
    position: relative;
    overflow: hidden;
    border-radius: none;
    height: 320px;
    width: 260px;
    float: left;
}
.dj-index-partner .slideBox2  .bd .bd-slide-summary {
    position: relative;
    margin-left: 80px;
    height: 240px;
    width: 640px;
    float: left;
}
.dj-index-partner .slideBox2  .bd .bd-slide-summary .icon-quote {
	position: absolute;
	top: 44px;
	left: 0;
	background: url(../images/dajia/icon-quote.png) center center no-repeat;
	background-size: 47px 45px;
	height: 45px;
	width: 47px;
}
.dj-index-partner .slideBox2  .bd .bd-slide-summary .summary-txt {
	display: block;
	position: absolute;
	top: 120px;
	left: 0;
	text-align: justify;
	font-size: 18px;
	color: #3E3A39;
	line-height: 180%;	
}
.dj-index-partner .slideBox2  .bd .bd-slide-summary .summary-mark {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0;
	text-align: right;
	font-size: 18px;
	color: #3E3A39;
	font-style: normal;
}
.dj-index-news .dj-index-advantage-list .list-item {
	height: 370px;
	width: 376px;
}
.dj-index-news .dj-index-advantage-list .list-item img {
    display: block;
}
.dj-index-news .dj-index-advantage-list .list-item:hover img {
    transform: scale(1.05);
}
.dj-index-news .dj-index-advantage-list .advantage-summary h3 {
    display: inline-block;
    font-size: 24px;
    color: #3E3A39;
    font-weight: bold;
}
.dj-index-news .dj-index-advantage-list .advantage-summary p {
    font-size: 14px;
    color: #999494;
    text-align: left;
    line-height: 1.5;
    padding-top: 11px;
	font-weight: normal;
}
.dj-index-news .dj-index-advantage-list .advantage-summary {
    width: 312px;
}
.list-item a, 
.list-item a:link,
.list-item a:visited,
.list-item a:hover,
.list-item a:active {
	outline: none;
	text-decoration: none;
}
.poll-entry {
	display: block;
	margin: 0 0 10px 20px;
	background: url(../images/dajia/poll-entry.png) center center no-repeat;
	background-size: 70px 132px;
	height: 132px;
	width: 70px;
	cursor: pointer;
	text-indent: -99999rem;
}
/* 响应式样式重写 */
.dj-mobile-navbar, .dj-mobile-navlist, .dj-footer-toolbar, .dj-mobile-navlist {
	display: none;
}

/* notice */

.notice-wrap {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #F9F1DD;
	width: 100%;
	z-index: 113;
	border-bottom: 1px solid #E4D7BD;
}
.notice-wrap .str1 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	color: #B48732;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	user-select: none;
	white-space:nowrap;
}
.str_move {
	white-space: nowrap;
	position:absolute;
	top:0;
	left: 0;
	cursor:move;
}

