@charset "UTF-8";
body {
	font-family: "PingFang Light";
	font-size: 15px;
	color: #666666;
}

img {
	max-width: 100%;
} 

@font-face {
	font-family: "PingFang Light";
	src: url("http://qn.cdjqcq.site/pang/fonts/PingFang%20Light.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "PingFang Medium";
	src: url("http://qn.cdjqcq.site/pang/fonts/PingFang%20Medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "PingFang Bold";
	src: url("http://qn.cdjqcq.site/pang/fonts/PingFang%20Bold.ttf");
	font-weight: normal;
	font-style: normal;
}


.fl{
	float: left;
}
.fr{
	float: right;
}
.clear {
	clear: both;
} 

.footH {
	height: 0px;
	display: none;
}

.footFix {
	background: #b39b77;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.swiper-pagination-bullet-active{
	background: #b39b77 !important;
}
.container.index{
	width: 96%;
	max-width: 1480px;
}
.section{
	overflow: hidden;
}

/* head */
.head{
	width: 100%; 
	background: rgba(255,255,255,0);
	z-index: 1009;  
	position: fixed;
	top: 0;
	left: 0;  
	border-bottom: 1px solid rgba(0,0,0,0);
	transition: all .5s ease;
}  
.head.ny{
	position: relative;
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #dddddd;
}
.head .container{
	width: 96%;
	max-width: 1740px;
	padding: 17px 0 17px;
}
.zz{
	position: absolute;
	z-index: -1; 
	opacity: 0.5; 
	background-color: black; 
	width: 100%; 
	height: 100%;
}
.head.fixedbg{
	position: fixed;
	top: 0;
	/* padding: 12px 0; */ 
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.head .Logo{
	float: left;
}
.WebLink{
	float: right;
	margin-right: 50px;
	margin-top: 14px;
}
.WebLink li{
/*	font-family: "思源宋体";*/
	margin-left: 62px;
	float: left;
	position: relative;
}
.WebLink li::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	background: url(http://qn.cdjqcq.site/pang/bg//leaf.png) repeat-x center center;
	bottom: -10px;
	opacity: 0;
	transition: all .5s ease;
}
.head.fixedbg .WebLink li::after,
.head.ny .WebLink li::after{
	background: url(http://qn.cdjqcq.site/pang/bg//leaf-red.png) repeat-x center center;
	transition: all .5s ease;
}
.WebLink li:hover::after,
.WebLink li.on::after{
	opacity: 1;
	transition: all .5s ease;
}
.WebLink li > a{
	display: block;
	line-height: 25px; 
	font-size: 16px;
	color: #fff;
	font-family: "PingFang Medium";
}
.head.fixedbg .WebLink li > a,
.head.ny .WebLink li > a{
	color: #fff;
}
.head-tianmao{
	float: right;
	margin-top: 12px;
}
.head-tianmao img{
	width: 24px;
}

@media screen and (min-width:800px) {
.head-menu{

	display: none;
}
}

@media screen and (max-width:800px) {
.head-menu{
	cursor: pointer;
	float: right;
	margin-top: 7px;
	margin-left: 62px;
}
}

.head-menu i{
	font-size: 25px;
	color: #fff;
	transition: all .5s ease;
}
.head.fixedbg .head-menu i,
.head.ny .head-menu i{
	color: #e33546;
	transition: all .5s ease;
}
.container.sy{
	max-width: 1740px;
	width: 100%; height:400px;
}



.sanwanchang-all-menu{
	background: #b39b77;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999; 
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.sanwanchang-all-menu.open{
	opacity: 1;
	left: 0;
	visibility: visible;
	transition: all .5s ease;
}
.close-all-menu{
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 10px;
	z-index: 1001;
	width: 60px;
	height: 60px;
	background: #b39b77;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.close-all-menu i{
	font-size: 24px;
}
.sanwanchang-all-menu .container{
	max-width: 1740px;
}
.sanwanchang-all-menu .pic{ 
	position: absolute;
	right: -100px;
	top: 0; 
	overflow: hidden;
	transition: all 0.5s ease;
}
.sanwanchang-all-menu.open .pic{
	right: 0;
	transition: all 1.5s ease;
}
.sanwanchang-all-menu .pic img{
	height: 100vh;
	float: right;
}
.sanwanchang-all-menu .left-box{
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
	left: -100px;
	height: 100vh;
    overflow: auto;
	transition: all 0.5s ease;
}
.sanwanchang-all-menu.open .left-box{
	left: 0;
	transition: all 1.5s ease;
}
.sanwanchang-all-menu .left-box .cd-tit{
	float: left;
	font-family: helev;
	font-size: 51px;
	color: #b39b77;
	line-height: 52px;
	-webkit-text-stroke: 1px rgba(255,255,255,1);
	padding-top: 20px;
	padding-left:20px;
}
.sanwanchang-all-menu .all-menu{
	float: left;
	margin-top: 62px;
	margin-left: 152px;
	overflow: hidden;
}
.sanwanchang-all-menu .all-menu .list{
	overflow: hidden;
	margin-bottom: 25px;
}
.sanwanchang-all-menu .all-menu .list .num{
	color: #b39b77;
	line-height: 52px;
	font-size: 48px;
	font-family: helev;
	line-height: 52px;
	float: left;
	-webkit-text-stroke: 1px rgba(255,255,255,1);
}
.sanwanchang-all-menu .all-menu .list .l1{
	float: left; 
	margin-top: 20px;
	margin-left: 25px;
}
.sanwanchang-all-menu .all-menu  a{
	font-size: 24px;
	color: #fff;
	display: block;
	line-height: 28px;
}
.sanwanchang-all-menu .all-menu .list .l2{
	float: left;
	margin-top: 15px;
	margin-left: 120px;
}
.sanwanchang-all-menu .all-menu .list .l2 a{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	left: 0;
	position: relative;
	transition: all 0.5s ease;
}
.sanwanchang-all-menu .all-menu .list .l2 a:hover{
	left: -10px;
	transition: all 0.5s ease;
}
.sanwanchang-all-menu .all-menu .list .l2 br{
	display: none;
}

/* indexBanner */
.indexBanner{
	/* background: url(http://qn.cdjqcq.site/pdd/bg/sybanner.jpg) no-repeat top center;
	background-size: cover; */
}
 
/* indexAbout */
.indexAbout{
	background: #fff;
	background-size: cover;
	padding: 0px 0 0 0;
}
.indexAbout .tit-img{
	float: right;
	margin-right: 38px;
}
.indexAbout .sub{
	font-size: 15px;
	color: #fff;
	float: right;
	line-height: 28px;
	margin-right: 25px;
	WRITING-MODE: vertical-rl;
}
.indexAbout .container{
	position: relative;
}
.syAbtVideoPlay{
	position: absolute;
	bottom: -145px;
	right: 152px;
	cursor: pointer;
}
.syAbtVideoPlay img{
	position: relative;
	z-index: 9;
} 
.syAbtVideoPlay::after{
	content: "";
	position: absolute;
	width: 103px;
	height: 103px; 
	background: rgba(255,255,255,0.5);
	left: -20px;
	top: -20px;
	border-radius: 100%;
	animation: loader 1.2s infinite cubic-bezier(0.55, 0.23, 0.62, 1);
	z-index: 5;
} 

/* indexProduct */ 
.syProLeft{
	width: 24.375%;
	float: left;
	height: 100%;
	background: url(http://qn.cdjqcq.site/pdd/bg/sy-cpzt-left-back.jpg) no-repeat top center;
	background-size: cover;
	padding: 180px 0 0 0;
	overflow: hidden;
}
.syProLeft .tit-img{
	float: right;
	margin-right: 54px;
}
.syProLeft .sub{
	float: right;
	font-size: 16px;
	color: #585140; 
	line-height: 32px;
	margin-right: 22px;
	WRITING-MODE: vertical-rl;
}
.syProRight{
	width: 70.885416667%;
	float: left;
	height: 100%;
	overflow: hidden;
}
#syPro{
	height: 100%;
	position: relative;
}
#syProPag{
	text-align: right;
}
#syPro .swiper-wrapper{
	height: 100%;
}
#syPro .swiper-slide{
	height: 100%;
	border-right: 1px solid #eeeeee;
}
.syPro{
	padding: 185px 0 0 0;
}
.syPro .pic{
	text-align: center;
	padding: 0 10px;
	overflow: hidden; 
}
.syPro .pic img{
	transform: scale(1);
    transition: all .5s ease;
}
.syPro:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.syPro .num{
	font-family: helev;
	font-size: 24px;
	color: #7a7059;
	margin-top: 22px;
	text-align: center;
}
.syPro .tit{
	font-family: "思源宋体";
	font-size: 28px;
	color: #000000;
	text-align: center;
	margin-top: 58px;
	transition: all .5s ease;
}
.syPro .tit br{
	display: none;
}
.syPro:hover .tit{
	color: #b39b77;
	transition: all .5s ease;
}

/* indexStore */
.indexStore{
	background-color: #fafafa;

}
.indexStore .xianbox2{
	width: calc(100vw * 4.1);
    height: 771px;
    margin-left: calc(50vw - 650px + 4.5rem);
    z-index: 1;
	max-height: 100vh;
}
.indexStore .xianimg2 {
    width: calc(100vw * 4.1);
    height: 771px; 
	max-height: 100vh;
}
#syMdShow{
	position: relative;
	height: 90vh;
}
#syMdShow .txt1{
	position: absolute;
	top: 165px;
	left: 90px;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}
#syMdShow .txt1::after{
	position: absolute;
	width: 56px;
	height: 4px;
	content: "";
	background: #b39b77;
	left: 0;
	bottom: -20px;
}
#syMdShow .cont1{
	position: absolute;
	max-width: 480px;
	bottom: 120px;
	left: 235px;
}
#syMdShow .cont1 .tit{
	margin-bottom: 36px;
}
#syMdShow .cont1 .sub{
	font-size: 15px;
	color: #fff;
	opacity: 0.8;
	line-height: 28px;
}
#syMdShow .year{
	position: absolute;
	top: 282px;
	left: 485px;
	display:none;
}
#syMdShow .year::after{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #b39b77;
	left: 50%;
	margin-left: -8px;
	bottom: -54px;
	z-index: 9;
}
#syMdShow .year::before{
	width: 33px;
	height: 33px;
	position: absolute;
	z-index: 6;
	content: "";
	background: #b39b77;
	opacity: 0.4;
	left: 50%;
	margin-left: -16.5px;
	bottom: -62px;
	animation: loader1 1.2s infinite cubic-bezier(0.55, 0.23, 0.62, 1);
	border-radius: 100%;
}
#syMdShow .mCSB_draggerContainer{
	opacity: 0;
}
#syMdShow .mCSB_buttonLeft{
	width: 56px;
	height: 56px;
	border: 1px solid #fff;
	border-radius: 100%;
	left: 46.5%;
	opacity: 1;
	bottom: 30px;
	background: url(http://qn.cdjqcq.site/pdd/bg/sy-md-prev.png) no-repeat center center !important;
}
#syMdShow .mCSB_buttonLeft:hover{
	background: #b39b77 url(http://qn.cdjqcq.site/pdd/bg/sy-md-prev.png) no-repeat center center !important;
	border: 1px solid #b39b77;
}
#syMdShow .mCSB_buttonRight{
	width: 56px;
	height: 56px;
	border: 1px solid #fff;
	border-radius: 100%;
	right: 46.5%;
	opacity: 1;
	bottom: 30px;
	background: url(http://qn.cdjqcq.site/pdd/bg/symd-next.png) no-repeat center center !important;
}
#syMdShow .mCSB_buttonRight:hover{
	background: #b39b77 url(http://qn.cdjqcq.site/pdd/bg/symd-next.png) no-repeat center center !important;
	border: 1px solid #b39b77;
}
.timedian{
	position: absolute;
	text-align: center;
}
.timedian .pic img{
/*	width: 76%;*/
}
.timedian p{
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 28px;
	margin-top: 30px;
	font-family: "思源宋体";
}
.timedian1{
	top: 30%;
	left: 10%;
}
.timedian2{
	top: 18%;
	left: 20%;
}
.timedian3{
	top: 22%;
	left: 30%;
}
.timedian4{
	top: 50%;
	left: 40%;
}
.timedian5{
	top: 40%;
	left: 50%;
}
.timedian6{
	top: 22%;
	left: 60%;
}
.timedian7{
	top: 32%;
	left: 70%;
}
.timedian8{
	top: 22%;
	left: 80%;
}
.timedian9{
	top: 48%;
	left: 90%;
}
.timedian10{
	top: 22%;
	left: 100%;
}
@keyframes loader{
  0%{
    transform:scale(0.6);
    opacity:0
  }
  50%{
    opacity:1
  }
  100%{
    transform:scale(1);
    opacity:0
  }
}
@keyframes loader1{
  0%{
    transform:scale(0.6);
    opacity:0
  }
  50%{
    opacity:0.5
  }
  100%{
    transform:scale(1);
    opacity:0
  }
}

/* indexNews */
.indexNews{
	
}
.indexNews .container{
	max-width: 1740px;
	height: 100%;
}
.sy-news-box1{
	width: 20.9770115%;
	float: left;
	position: relative;
	height: 100%; 
	padding: 162px 0 0 0;
}
.sy-news-box1::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.1);
	top: 0;
	right: -78px;
}
.sy-swc-tit{
	color: #fff;
	font-family: "思源宋体";
	font-size: 42px;
	line-height: 48px;
}
.sy-swc-sub{
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	line-height: 25px;
	margin-top: 24px;
}
.sy-news-box1 .box{
	margin-top: 68px;
}
.sy-news-box1 .list{
	margin-bottom: 20px;
}
.sy-news-tit{
	height: 62px;
	line-height: 60px;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 22px;
	color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.sy-news-box1 .list:hover .sy-news-tit{
	color: #b39b77;
	transition: all .5s ease;
}
.sy-news-tit i{
	font-size: 20px;
	position: relative;
	top: -1px;
	margin-right: 23px;
}
.sy-news-sub{
	font-size: 15px;
	color: #fff;
	line-height: 28px;
	color: rgba(255,255,255,0.7);
	height: 56px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 20px;
}
.sy-news-time{
	font-family: arial;
	font-size: 15px;
	color: rgba(255,255,255,0.5);
	margin-top: 20px;
}
.allNews{
	width: 140px;
	height: 46px;
	background: #ffffff;
	border-bottom-right-radius: 20px;
	display: block;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #333333;
}
.allNews:hover{
	background-color: #e12638;
	color: #fff;
}
.allNews i{
	font-size: 12px;
	color: #e12638;
	position: relative;
	top: -2px;
	margin-left: 24px;
}
.allNews:hover i{
	color: #fff;
}
.sy-news-box2{
	width: 28.735632183%;
	float: left;
	height: 100%;
	margin-left: 195px;
	position: relative;
	padding: 180px 0 0 0;
}
.sy-news-box2:hover .sy-news-tit{
	color: #b39b77;
	transition: all .5s ease;
}
.sy-news-box2::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.1);
	top: 0;
	right: -92px;
}
.sy-news-pic{
	overflow: hidden; 
}
.sy-news-box2 .sy-news-pic{
	margin-top: 20px;
}
.sy-news-box2 .sy-news-pic img{
	transform: scale(1);
	transition: all .5s ease;
}
.sy-news-box2:hover .sy-news-pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.sy-news-more{
	position: relative;
	font-size: 16px;
	color: #fff;
	padding-left: 42px;
	line-height: 24px;
	margin-top: 77px;
}
.sy-news-more::after{
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 24px;
	left: 0;
	top: 0;
	transition: all .5s ease;
}
.sy-news-more:hover::after{
	background: #b39b77;
	border: 1px solid #b39b77;
	transition: all .5s ease;
}
.sy-news-more::before{
	content: "";
	width: 16px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 17px;
	z-index: 22;
}
.sy-news-box3{
	width: 28.735632183%;
	float: right;
	padding: 175px 0 0 0;
}
.sy-news-box3 .sy-news-tit{
	margin-top: 20px;
}
.sy-news-box3  .sy-news-more{
	margin-top: 78px;
}
.sy-news-box3 .sy-news-pic img{
	transform: scale(1);
	transition: all .5s ease;
}
.sy-news-box3:hover .sy-news-pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.sy-news-box3:hover .sy-news-tit{
	color: #b39b77;
	transition: all .5s ease;
}

/* indexOther */
.indexOther{
	height: auto !important;
	padding: 48px 0 36px;
	overflow: hidden;
}
.sy-other{
	position: relative;
	overflow: hidden;
}
.sy-other .info{
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 99;
	top: 85px;
	left: 0;
	color: #ffff;
}
.sy-other img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-other:hover img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.sy-other .txt1{
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
}
.sy-other .txt2{
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 30px;
}
.pmch{
	width: 49.166667%;
	float: left;
}
.cyjd{
	width: 48.95833334%;
	float: right;
}

/* about */
.about{
	background: url(http://qn.cdjqcq.site/pdd/bg/about-back.jpg) no-repeat top center;
	background-size: cover; 
	position: relative;
}
.about-left{
	width: 26.9791667%;
	float: left;
	position: relative;
}
.about-left img{
	display: block;
	width: 100%;
}
.about-left .info{
	position: absolute;
	width: 100%;
	padding: 48px 35px 60px 90px;
	background: #b39b77;
	bottom: 0;
	font-size: 15px;
	text-align: justify;
	font-family: "思源宋体";
	line-height: 28px;
	color: #fff;
}
.about-tit{
	display: inline-block;
	background: #9e1213;
	padding: 38px 65px 30px 65px;
	text-align: center;
	position: absolute;
	right: 90px;
	top: -122px;
	z-index: 999;
}
.about-tit p{
	font-size: 50px;
	color: #fff;
	line-height: 58px;
}
.about-tit img{
	margin-top: 40px;
}
.about-cont{
	width: 64%;
	max-width: 1225px;
	float: left;
	margin-left: 86px;
}
.about-cont .tit-box{
	text-align: center;
}
.about-cont .tit-box img{
	display: inline-block;
} 
.about-cont .tit-box{
	text-align: center;
	width: 88%;
}
.about-cont .tit-box.tit1{
	margin-top: 75px;
}
.tit-box.tit2{
	margin-top: 30px;
}
.about .cont-box{
	font-size: 15px;
	color: #555555;
	line-height: 30px;
	margin-top: 55px; 
	text-align: justify;
}
.about .cont-box .cont1{
	width: 100%;
	float: left;
}
.about .cont-box .cont2{
	width: 0%;
	float: right;
}
/* culture */
.culture{
	height: 761px;
	background: url(http://qn.cdjqcq.site/pdd/bg/qywh-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
.qywh-cont{
	width: 28%;
	max-width: 518px;
	min-width: 518px;
	height: 100%;
	border-right: 1px solid rgba(255,255,255,0.1);
	padding: 80px 0 0 0;
}
.about-top-tit{
	font-size: 48px;
	text-align: center;
	line-height: 52px;
	color: #fff;
}
.qywh-cont .about-top-tit{
	margin-bottom: 55px;
	text-align: left;
	text-indent: 145px;
}
.qywh-cont .list{
	padding: 32px 20px 30px 145px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	overflow: hidden;
	transition: all .5s ease;
}
.qywh-cont .list:hover{
	background: #b39b77;
	transition: all .5s ease;
}
.qywh-cont .list .ico{
	width: 98px;
	height: 86px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 8px;
	text-align: center;
	line-height: 84px;
	float: left;
	color: #fff;
	transition: all .5s ease;
}
.qywh-cont .list:hover .ico{
	background: #fff;
	color: #b39b77; 
}
.qywh-cont .list .ico i{
	font-size: 50px; 
}
.qywh-cont .list .info{
	float: left;
	width: 50%;
	margin-left: 30px;
	color: #fff;
}
.qywh-cont .list .info .txt1{
	font-size: 24px;
	line-height: 26px;
}
.qywh-cont .list .info .txt2{
	font-size: 16px;
	line-height: 26px;
	margin-top: 8px;
}
.about-top-sub{
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 28px;
	margin-top: 18px;
}
/* history */
.history{
	padding: 75px 0 85px;
	background: url(http://qn.cdjqcq.site/pdd/bg/history-back.jpg) no-repeat top center;
	background-size: cover;
}
.history-show{
	position: relative;
	margin-top: 78px; 
	padding-bottom: 78px;
}
.history-show::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.4);
	left: 0;
	z-index: 88;
	top: 97px;
}
.history-line{
	position: absolute;
	top: 71px;
}
#historySwiper{
	width: 90%;
	max-width: 1420px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.history-list{
	color: #fff;
} 
.history-list .year{
	font-family: helev;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
}
.history-list .dot{
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #fff;
	margin: 30px auto 0;
}
.history-list .sub{
	font-size: 15px;
	line-height: 25px;
	margin-top: 30px;
}
#historyN,
#historyP{
	width: 47px;
	height: 47px;
	top: auto;
	margin-top: 0;
	bottom: 0
}
#historyN{
	background: url(http://qn.cdjqcq.site/pdd/bg/history-next.png) no-repeat  center center;
	right: 46.6%;
}
#historyP{
	background: url(http://qn.cdjqcq.site/pdd/bg/history-prev.png) no-repeat  center center;
	left: 46.6%;
}
/* honor */
.honor{
	padding: 68px 0 96px;
	position: relative;
	min-height: 748px;
}
.honor .container{
	max-width: 1686px;
}
.honor .top-box{
	position: relative; 
}
.honor .top-tit{
	font-size: 48px;
	color: #b81c25;
	line-height: 52px;
}
.honor .top-sub{
	font-size: 15px;
	color: #555555;
	line-height: 30px;
	margin-top: 42px;
}
#honorSwiper{
	width: 93.9%; 
	position: absolute;
	right: 0;
	bottom: 96px;
	overflow: hidden;
}
#honorSwiper .swiper-slide{
	width: 45% !important;
}
.honor-list{
	overflow: hidden;
	position: relative;
	padding: 35px 55px 52px 36px;
	background-color: #f7f7f7 ;
}
.honor-list .pic{
	float: right;
	width: 48.5%;
	margin-top: 24px;
}
.honor-list .info{
	width: 45%;
	float: left; 
	height: 100%; 
}
.honor-list .info .year{
	font-family: arial;
	font-size: 18px;
	color: #555555;
}
.honor-list .info .tit{
	font-size: 18px;
	color: #555555;
	margin-top: 14px;
}
.honor-list .info .txt{
	font-size: 18px;
	color: #555555;
	line-height: 25px;
	position: absolute;
	bottom: 52px;
	width: 42%;
}
#honorN,
#honorP{
	width: 47px !important;
	height: 47px !important;
	margin-top: 0 !important;
	top: 28px !important;
}
#honorN{
	background: url(http://qn.cdjqcq.site/pdd/bg/honor-next.png) no-repeat center center;
}
#honorP{
	background: url(http://qn.cdjqcq.site/pdd/bg/honor-prev.png) no-repeat center center;
	left: auto;
	right: 80px;
}
/* advertisingVideo */
.advertisingVideo{
	padding: 70px 0 90px;
	background: #b39b77;
}
.advertisingVideo .container{
	max-width: 1638px;
}
.advertisingVideo .row{
	margin-top: 58px;
}
.advertisingVideo .row .pdg{
	padding: 0 16px;
	margin-bottom: 38px;
}
.abt-sp-list{
	cursor: pointer;
}
.abt-sp-list .pic{
	overflow: hidden;
	position: relative;
}
.abt-sp-list .pic::after{
	font-family: "iconfont";
	content: "\e64e";
	position: absolute;
	font-size: 70px;
	color: #fff;
	left: 50%;
	margin-left: -35px;
	top: 50%;
	margin-top: -35px;
	line-height: 70px;
}
.abt-sp-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease; 
}
.abt-sp-list:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease; 
}
.abt-sp-list p{
	display: block;
	text-align: center;
	line-height: 60px;
	background: #222222;
	color: #fff;
	font-size: 18px;
} 
.hide-wrap {
    display: none;
}
.advertisingVideo .more2 {
    width: 168px;
    display: table;
    margin: 25px auto 0;
    line-height: 53px;
    height: 55px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    top: 30px;
	font-size: 18px;
	transition: all .5s ease;
}
.advertisingVideo .more2:hover{
	background: #fff;
	color: #b39b77;
	transition: all .5s ease;
}

/* product */
.product-item{
	background: #f1f1f1;
	margin-bottom: 10px;
}
.product-item:last-child{
	margin-bottom: 0;
}
.product-left{ 
	min-height: 762px;
	width: 18%;
	min-width: 345px;
	max-width: 345px;
	float: left;
	background: #b39b77;
	padding: 135px 20px 50px 142px;
	position: relative;
}
.proP,
.proN{
	margin-top: 0 !important;
	top: auto !important;
	bottom: 170px;
	width: 41px !important;
	height: 41px !important;
}
.proP{
	background: url(http://qn.cdjqcq.site/pdd/bg/product-prev.png) no-repeat center center !important;
	left: auto !important;
	right: 160px !important;
}
.proN{
	background: url(http://qn.cdjqcq.site/pdd/bg/product-next.png) no-repeat center center !important;
	right: 97px !important;
}
.product-left .clsname{
	color: #fff;
	font-size: 48px;
	color: #fff;
	line-height: 56px;
	height: 104px;
}
.product-left .list{
	margin-top: 32px;
	height: 216px;
	overflow: auto;
}
.product-left .list a{ 
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.proSwiper{
	width: 86%;
	max-width: 1492px;
	overflow: hidden;
	float: right;
	margin-top: 105px;
	padding: 10px;
}
.proSwiper .swiper-slide{
	width: 27.174% !important;
}
.pro-list{
	background: #fff;
	padding: 30px 0 50px;
    transition: all .5s ease;
}
.pro-list:hover{
	box-shadow: 0px 0px 15px 0 rgba(179, 155, 119, .3);
    transition: all .5s ease;
}
.pro-list .pic{
	text-align: center;
	overflow: hidden;
}
.pro-list .pic img{ 
	transform: scale(1);
	transition: all .5s ease;
}
.pro-list:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;	
}
.pro-list .tit{
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	margin-top: 15px;
}
.pro-list .line{
	width: 26px;
	height: 1px;
	background: #b39b77;
	margin: 34px auto 0;
	transition: all .5s ease;	
}
.pro-list:hover .line{
	width: 90px;
	transition: all .5s ease;	
}

/* teaCulture */
.teaCulture{
	padding: 75px 0 70px;
}
.teaCulture .container{
	max-width: 1600px;
}
.teaCulture-top-tit{
	text-align: center;
	font-size: 42px;
	color: #333333;
	line-height: 48px;
}
.teaCulture .class{
	margin-top: 48px;
	text-align: center;
}
.teaCulture .class a{
	display: inline-block;
	line-height: 45px;
	border: 1px solid #dcdcdc;
	padding: 0 32px;
	font-size: 16px;
	color: #333333;
	margin: 0 6px;
}
.teaCulture .class a:hover,
.teaCulture .class a.on{
	background: #9e1213;
	border: 1px solid #9e1213;
	color: #fff;
}
.topCulture{
	margin-top: 47px;
	overflow: hidden;
	background: #b39b77;
}
.topCulture .pic{
	width: 50%;
	float: left;
	overflow: hidden;
}
.topCulture .pic img{
	transform: scale(1);
	transition: all .5s ease;	
}
.topCulture:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;	
} 
.topCulture .info{
	width: 50%;
	float: left;
	padding: 46px 112px 20px 104px;
}
.topCulture .info .tit{
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	position: relative;
	
}
.topCulture .info .tit span{
	height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.topCulture .info .tit::after{
	position: absolute;
	content: "";
	width: 28px;
	height: 2px;
	background: #e2cb9e;
	top: 50%;
	margin-top: -1px;
	left: -57px;
	z-index: 888;
}
.topCulture .info .time{
	font-family: helev;
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	margin: 26px 0 24px;
}
.topCulture .info .sub{
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	height: 168px;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.topCulture .info .more{
	width: 42px;
	height: 42px;
	border-radius: 100%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px; 
	color: #fff;
	margin-top: 72px;
}
.teaCulture .row{
	margin-top: 32px;
	margin-left: -25px;
	margin-right: -25px;
}
.teaCulture .row .pdg{
	padding: 0 25px;
	margin-bottom: 25px;
}
.teaCulture-list{
	background: #f0efef;
	padding: 26px 35px 28px 56px;
    transition: all .5s ease;
}
.teaCulture-list:hover{
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}
.teaCulture-list .tit{
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	position: relative;
}
.teaCulture-list .tit::after{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(http://qn.cdjqcq.site/pdd/bg/red-dot.png) no-repeat center center;
	top: 50%;
	margin-top: -8px;
	left: -27px;
}
.teaCulture-list .tit span{
	height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.teaCulture-list .sub{
	font-size: 15px;
	color: #777777;
	line-height: 28px;
	height: 56px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 22px;
}
.teaCulture-list .time{
	text-align: right;
	font-family: helev;
	color: #999999;
	font-size: 16px;
	margin-top: 15px;
}

/* contact */
.contact{
	padding: 85px 0 80px;
}
.contact .container{
	max-width: 1522px;
	background: #b39b77;
	padding: 11px 12px 13px 82px;
}
.contact .info{
	width: 40%;
	float: left;
}
.contact .info .gs-name{
	font-weight: bold;
	font-size: 32px;
	color: #fff;
	line-height: 38px;
	margin-top: 26px;
}
.contact .info .nr{
	margin-top: 15px;
}
.contact .info .nr p{
	line-height: 50px;
	border-bottom: 1px solid #c4b39a;
	padding-left: 28px;
	font-size: 18px;
	color: #fff;
}
.contact .info .nr p.ewm{
	border-bottom: none;
	padding: 15px 0 0 0;
}
.contact .info .nr p.ewm img{
	border: 3px solid #fff;
}
.contact .info .nr p.dz{
	background: url(http://qn.cdjqcq.site/pdd/bg/c-dz.png) no-repeat left center;
}
.contact .info .nr p.cz{
	background: url(http://qn.cdjqcq.site/pdd/bg/c-cz.png) no-repeat left center;
}
.contact .info .nr p.dh{
	background: url(http://qn.cdjqcq.site/pdd/bg/c-dh.png) no-repeat left center;
}
.contact .info .nr p.yx{
	background: url(http://qn.cdjqcq.site/pdd/bg/c-yx.png) no-repeat left center;
}
.contact .info .nr p.wz{
	background: url(http://qn.cdjqcq.site/pdd/bg/c-wz.png) no-repeat left center;
}
.contact .info .nr p a{
	font-family: helev;
	color: #fff;
}
.contact .maps{
	width: 55%;
	float: right;
}
/* message */
.message{
	padding: 58px 0 95px;
	background: #f5f5f5;
}
.message .container{
	max-width: 1522px;
	background: #fff;
	border-top: 11px solid #8b080b;
	padding: 90px 90px 40px 90px;
}
.message .info{
	width: 25%;
	float: left;
}
.message .info .tit-cn{
	font-size: 42px;
	color: #333333;
	line-height: 46px;
}
.message .info .tit-cn span{
	display: inline-block;
	position: relative;
}
.message .info .tit-cn span::after{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	
	right: -20px;
	top: 0px;
}
.message .info .tit-en{
	font-family: helev;
	font-size: 16px;
	color: #555555;
	margin-top: 14px;
	text-transform: uppercase;
}
.message .info .sub{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	margin-top: 75px;
}
.message .info .pic{
	margin-top: 42px;
}
.msgForm{
	width: 55%;
	float: right;
}
.msgForm .box{
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #dcdbdc;
	padding-bottom: 10px;
	margin-bottom: 16px;
}
.msgForm .box .code{
	position: absolute;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #b39b77;
	color: #fff;
	right: 0;
	bottom: 5px;
	font-style: italic;
	font-size: 18px;
	text-decoration: line-through;
	cursor: pointer;
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.msgForm .box .tit{
	font-size: 18px;
	color: #222222;
}
.msgForm .box input[type=text]{
	border: none;
	height: 35px;
	outline: none;
	font-size: 14px;
	color: #999999;
	padding: 0;
	margin-top: 5px;
}
.msgForm .tj{
	width: 100%;
	line-height: 60px;
	cursor: pointer;
	background: #b39b77;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 40px;
}

/* store */
.store{
	padding: 75px 0 57px;
}
.store .container{
	max-width: 1740px;
}
.store-top-tit{
	text-align: center;
	font-size: 42px;
	line-height: 48px;
	color: #333333;
}
.store-search{
	width: 60.344827586%;
	margin: 45px auto 0;
	overflow: hidden;
	border-radius: 5px;
	background: #f1f1f1;
}
.store-search input[type=text]{
	width: 90%;
	height: 60px;
	padding: 0;
	background: none;
	border: none;
	font-size: 16px;
	text-indent: 32px;
	float: left;
}
.store-search input[type=button]{
	width: 10%;
	height: 60px;
	float: left;
	background: url(http://qn.cdjqcq.site/pdd/bg/md-ss.png) no-repeat center center;
	border: none;
	outline: none;
}
.store .row{
	margin-top: 68px;
}
.store-list{
	margin-bottom: 35px;
}
.store-list .info{
	border: 1px solid #dcdcdc;
	border-bottom: none;
	border-top: 4px solid #b39b77;
	padding: 28px 36px 26px;
}
.store-list .info .txt1{
	font-size: 26px;
	color: #222222;
	line-height: 30px;
}
.store-list .info .txt2{
	font-size: 16px;
	color: #777777;
	line-height: 35px;
	margin-top: 25px;
}
.store-list .info .txt2 p{
	padding-left: 26px;
}
.store-list .info .txt2 p.dz{
	background: url(http://qn.cdjqcq.site/pdd/bg/md-dz.png) no-repeat left top 8px;
	height: 70px;
}
.store-list .info .txt2 p.dh{
	background: url(http://qn.cdjqcq.site/pdd/bg/md-dh.png) no-repeat left center;
}
.store-list .info .txt2 p a{
	color: #777;
	font-family: arial;
}
.store-list .info .txt2 p a:hover{
	color: #b39b77;
}
.store-list .info .yjdh{
	display: block;
	width: 103px;
	height: 37px;
	line-height: 35px;
	border: 1px solid #a01413;
	text-align: center;
	color: #a01413;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 25px;
}
.store-list .info .yjdh:hover{
	background: #a01413;
	color: #fff;
}
.store-list .pic{
	overflow: hidden;
}
.store-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.store-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}

/* teaParty */
.teaParty{
	padding: 66px 0 65px;
}
.teaPartySwiperWarp{
	position: relative;
	background: url(http://qn.cdjqcq.site/pdd/bg/pmch-line.jpg) repeat-x top 1px center;
	background-size: 100% 1px;
	margin-top: 60px;
}
.teaPartySwiper{
	width: 96%;
	max-width: 1740px;
	margin: 0 auto;
	overflow: hidden;
}
.teaPartySwiper .swiper-slide{
	text-align: center;
	font-size: 24px;
	color: #999999;
	padding-top: 28px;
	line-height: 28px;
}
.teaPartySwiper .swiper-slide .clsname{
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.teaPartySwiper .swiper-slide.on .clsname{
	color: #333333;
}
.teaPartySwiper .swiper-slide .clsname::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #b39b77;
	top: -28px;
	left: 0;
	opacity: 0;
    transition: all .5s ease;
}
.teaPartySwiper .swiper-slide.on .clsname::after{
	opacity: 1;
    transition: all .5s ease;
}
.teaPartySwiper .swiper-slide .clsname sup{
	font-family: helev;
	font-size: 18px;
	margin-left: 15px;
} 
.teaPartySwiper2Warp{
	margin-top: 78px;
}
.teaPartySwiper2{ 
	padding-bottom: 75px;
	position: relative;
}
.teaPartySwiper2 .swiper-slide{
	width: 52.35% !important;
	position: relative;
}
.teaPartySwiper2 .swiper-slide::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
    transition: all .5s ease;
}
.teaPartySwiper2 .swiper-slide.swiper-slide-active::after{
	opacity: 0;
    transition: all .5s ease;
}
.teaPartySwiper2 .swiper-slide img{
	display: block;
	width: 100%;
} 
.tpyP{
	bottom: auto !important;
	top: 38% !important;
	left: 5% !important;
}
.tpyN{
	bottom: auto !important;
	top: 38% !important;
	right: 5% !important;
}

/* news */
/* 最新公告 */
.latestAnnouncement{
	width: 100%;
	height: 819px;
	background: url(http://qn.cdjqcq.site/pdd/bg/nyzxgg.jpg) no-repeat top center;
	background-size: cover;
}
.latestAnnouncement .container{
	max-width: 1740px;
	height: 100%;
}
.zxggSwiper{
	margin-top: 55px;
}
.zxggBox{
	width: 25.4023%;
	float: left;
	height: 100%;
	overflow: hidden;
	background: rgba(179,155,119,0.95) url(http://qn.cdjqcq.site/pdd/bg/zxgg-list-back.png) no-repeat top 19px center;
	padding: 290px 58px 0 40px;
}
.zxggBox .tit-cn{
	font-size: 42px;
	color: #fff;
	line-height: 46px;
}
.zxggBox .tit-cn span{
	display: inline-block;
	position: relative;
}
.zxggBox .tit-cn span::after{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	
	right: -20px;
	top: 0px;
}
.zxggBox .tit-en{
	font-family: helev;
	font-size: 16px;
	color: #fff;
	margin-top: 12px;
	text-transform: uppercase;
}
.zxggSwiper{
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
}
.zxggSwiper .tit{
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	height: 25px;
	padding-left: 18px;
	background: url(http://qn.cdjqcq.site/pdd/bg/zxgg-dot.png) no-repeat left center;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zxggSwiper .sub{
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	padding-left: 18px;
	height: 112px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 20px;
}
.zxggPag{
	text-align: left !important;
	margin-left: 14px;
}
.zxggPag .swiper-pagination-bullet{
	background: #fff;
	opacity: 0.5;
}
.zxggPag .swiper-pagination-bullet-active{
	background: #fff !important;
	opacity: 1;
}
/* news */
.news{
	padding: 30px 0 0px;
}
.news .container{
	max-width: 1740px;
}
.news .tit-cn{
	font-size: 42px;
	color: #333333;
	line-height: 46px;
	text-align: center;
}
.news .tit-cn span{
	display: inline-block;
	position: relative;
}
.news .tit-cn span::after{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	
	right: -20px;
	top: 0px;
}
.news .tit-en{
	font-family: helev;
	font-size: 16px;
	color: #333333;
	margin-top: 12px;
	text-transform: uppercase;
	text-align: center;
}
.news .row{
	margin-top: 65px;
}
.news .row .pdg{
	margin-bottom: 50px;
}
.news-list {
	background: #f1f1f1;
    transition: all .5s ease;
}
.news-list:hover{
	box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}
.news-list .pic{
	overflow: hidden;
}
.news-list .pic img{
	display: block;
	width: 100%;
}
.news-list .info{
	padding: 26px 25px 28px 26px;
	position: relative;
}
.news-list .info .tit{
	font-size: 22px;
	color: #333333;
	line-height: 28px;
	height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.news-list:hover .info .tit{
	color: #b39b77;
    transition: all .5s ease;
}
.news-list .info .time{
	font-family: arial;
	font-size: 15px;
	color: #888888;
	margin-top: 40px;
}
.news-list .info .ico{
	position: absolute;
	width: 40px;
	height: 40px;
	background: #e4e4e4;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff; 
	right: 23px;
	bottom: 23px;
    transition: all .5s ease;
}
.news-list:hover .info .ico{
	background: #eb7b19;
    transition: all .5s ease;
}
.news-list .info .ico i{
	font-size: 21px;
	position: relative;
	top: 1px;
}
.newsDeTop{
	height: 78px;
	background: #353636;
}
.newsDeTop .container{
	max-width: 1740px;
}
.newsDeTop .lm{
	float: left;
	overflow: hidden;
}
.newsDeTop .lm a{
	display: block;
	float: left;
	line-height: 78px;
	font-size: 16px;
	color: #fff;
	margin-right: 45px;
	position: relative;
}
.newsDeTop .lm a:hover,
.newsDeTop .lm a.on{
	color: #b39b77;
}
.newsDeTop .lm a::after{
	content: "";
	position: absolute;
	width: 20%;
	opacity: 0;
	height: 3px;
	background: #b39b77;
	bottom: 0;
	left: 0;
    transition: all .5s ease;
}
.newsDeTop .lm a:hover::after,
.newsDeTop .lm a.on::after{
	width: 100%;
	opacity: 1;
    transition: all .5s ease;
}
.newsDeTop .return{
	float: right;
	line-height: 76px;
	display: block;
	font-size: 16px;
	color: #fff;
}
.newsDeTop .return:hover{
	color: #a08c6d;
}
.newsDeTop .return i{
	font-size: 22px;
	color: #a08c6d;
	position: relative;
	top: 2px;
	margin-right: 13px;
}
.newsDe{
	padding: 78px 0 140px;
}
.newsDe .container{
	max-width: 1190px;
}
.newsDe .title{
	font-size: 36px;
	color: #333333;
	line-height: 40px;
}
.newsDe .time{
	font-size: 16px;
	color: #777777;
	line-height: 25px;
	margin-top: 28px;
}
.newsDe .cont{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-top: 28px;
}

/* Nybanner */
#NyHbPag{
	bottom: 45px;
}
#NyHbPag .swiper-pagination-bullet{
	width: 12px;
	height: 12px; 
	opacity: 1;
	background: #fff;
}

/* footer */
footer{
	height: auto !important;
	background: #333333;
}
.foot-top{
	padding: 70px 0 60px;
}
.foot-lm{
	float: left;
	overflow: hidden;
}
.foot-lm .item{
	float: left;
	margin-right: 140px;
}
.foot-lm .item:last-child{
	margin-right: 0;
}
.foot-lm .item h4{
	font-size: 18px;
	line-height: 25px;
	color: #fff;
}
.foot-lm .item .link{
	margin-top: 25px;
}
.foot-lm .item .link a{
	display: block;
	line-height: 32px;
	font-size: 15px;
	color: #aca9a5;
}
.foot-lm .item .link br{
	display: none;
}
.foot-lm .item .link a:hover{
	color: #fff;
}
.foot-tm{
	float: right;
}
.foot-rihgt{
	float: right;
	margin-left: 148px;
}
.foot-rihgt .ewm img{
	width: 141px;
}
.foot-rihgt .ewm p{
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	margin-top: 12px;
}
.f-share{
	text-align: center;
	margin-top: 38px;
}
.f-share a{
	display: inline-block;
	width: 35px !important;
	height: 35px !important;
	float: none;
	background: url(http://qn.cdjqcq.site/pdd/bg/f-fx.png) !important;
	margin: 0 4px !important;
}
.f-share .bshare-weixin{
	background-position:-48px 0  !important;
}
.f-share .bshare-qqim{
	background-position: -97px 0 !important;
}
.foot-copy{
	line-height: 60px;
	border-top: 1px solid #4d443a;
	text-align: center;
	font-size: 15px;
	color: #9a9691;
}
.foot-copy a{
	color: #9a9691;
}
.foot-copy a:hover{
	color: #fff;
}

/* MB - PC */
.isPc {
	display: block;
}

.isMobile {
	display: none !important;
}

/* 滚动  */
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}

/*page*/
.Page{
	width: 100%;
	text-align: center;
	line-height: 50px;
	
}
.Page .disabled {
	border: 1px solid #d8d8d8;
	padding: 5px 5px;
	font-size: 10px;
	color: #d8d8d8; 
	display: none;
	visibility: hidden;
}

.Page a {
	border: 1px solid #f1f1f1;
	display: inline-block;
	width: 30px;
	background: #f1f1f1;
	font-family: "宋体";
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	color: #333;
	position: relative;
	top: 2px;  
}
.Page a:hover{
	border: 1px solid #f15a25;
}

.Page a.sy {
	color: #707072 !important;
}

.Page .current {
	background: #f15a25;
	display: inline-block;
	border-radius: 30px;
	width: 30px;
	line-height: 30px;
	color: #fff;
	position: relative;
	top: 2px;
	border: 1px solid #f15a25;
	font-size: 10px; 
}
.Page .next,
.Page .prev{
	width: 65px;
}

.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #0068b7;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #0068b7;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 4px;
	height: 16px;
	background-color: #fff; 
} 

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(179, 155, 119, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(179, 155, 119, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(179, 155, 119, 1);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
} 

/* video */
.video-warp{
	width: 100%;
	padding: 58px 0 66px;
}
.video-top{
	width: 100%;
}
.video-top .bd{
	width: 67.8125%;
	float: left;
}
.video-top .bd ul{
	
}
.video-top .bd ul li{
	width: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.video-top .bd ul li::after{
	display: none;
	position: absolute;
	content: '\e649';
	width: 94px;
	color: #fff;
	font-size: 94px;
	left: 50%;
	margin-left: -47px;
	top: 50%;
	margin-top: -80px;
	right: 4px;
	font-family: "iconfont" !important;
}
.video-top .hd{
	width: 31.71875%;
	float: right;
}
.video-top .hd ul{
	
}
.video-top .hd ul li{
	width: 100%;
	line-height: 120px;
	background: #efefef url(http://qn.cdjqcq.site/pdd/bg/sp-ico-back1.png) no-repeat right 32px center;
	text-indent: 40px;
	font-size: 17px;
	color: #333333;
	margin-bottom: 7.4px;
	cursor: pointer;
    transition: all .5s ease;
}
.video-top .hd ul li.on{
	color: #fff;
	background: #21b9ee url(http://qn.cdjqcq.site/pdd/bg/sp-ico-back2.png) no-repeat right center;
    transition: all .5s ease;
}
.video-top .hd ul li:last-child{
	margin-bottom: 0;
}
.video-warp .row{
	margin-top: 40px;
}
.video-warp .row .pdg{
	padding: 0 10px;
}
.item-video{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 26px;
	cursor: pointer;
}
.item-video img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.item-video:hover img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.item-video span{
	display: block;
	width: 100%;
	height: 74px;
	background: url(http://qn.cdjqcq.site/pdd/bg/sp-back.png) no-repeat left center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	font-size: 17px;
	color: #fff;
	background-size: 100%;
	line-height: 74px;
}
.item-video span i{
	font-size: 24px;
	margin-left: 26px;
	margin-right: 14px;
}

.promask{
	position: fixed;
	background:rgba(0,0,0,0.6);
	width: 100%;
	z-index: 8888;
	left: 0;
	top: 0;
}
.sp{
	position:relative; 
	z-index:1000;
	width: 100%; 
	height: 450px;
}
.prodebox{
	width: 50%;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	margin-left: -25%;
	border-radius: 5px;
	top:15%; 
	
/*	overflow: hidden;*/
}
.prodebox .prodeclose{
	float: right;
	padding: 20px 20px 0 0;
	cursor: pointer;
	position: relative;
    right: -54px;
    margin-top: -62%;
	color: #fff;
}
.prodebox .prodeclose i{
	color: #fff;
}
.prodebox .content{
	width:98%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.prodebox .people{
	overflow: hidden;
	margin-top: 24px;
}
.prodebox .people img{
	display: block;
	width: 160px;
	height: 160px;
	float: left;
	border-radius: 100%;
	margin-right: 25px;
}
.prodebox .people .name{
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	color: #1d1d1d;
	line-height: 22px;
	padding-top: 38px;
}
.prodebox .people .class{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #1d1d1d;
	line-height: 20px; 
}
.prodebox .contNr{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #3f3e3e;
	line-height: 36px;
	margin-top: 20px;
}
.prodebox .contNr video{
	height: 400px;
}
.icon-close:before { content: "\e66f"; font-size: 32px; color: #fff; }

/*移动端必要*/
.mBanner{
	position: relative;
}
.mbIndexStore{
	padding: 28px 0;
}
.mbIndexStore .txt1{
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	position: relative;
}
.mbIndexStore .txt1 br{
	display: none;
}
.mbIndexStore .year{
	position: absolute;
	top: 20px;
	right: 0;
	width: 40%;
}
.mbIndexStore .cont1{
	margin-top: 25px;
}
.mbIndexStore .cont1 .tit{ 
	position: relative;
}
.mbIndexStore .cont1 .tit > img{
	width: 20%;
}
.mbIndexStore .cont1 .sub{
	margin-top: 20px;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}
.mbIndexStore .timedian{
	position: relative;
}
.mbStore{
	position: relative;
	overflow: hidden;
	margin-top: 25px;
	padding-bottom: 45px;
}
.mbStore .swiper-pagination-bullet{
	background: #fff;
}
.timedian p{
	font-size: 16px;
	margin-top: 8px;
}
.newsDeTop .lm a:last-child{
	margin-right: 0;
}

/*20220117*/
.pro-advantage{
	height: 787px;
	background: url(http://qn.cdjqcq.site/pdd/bg/cpys-back.jpg) no-repeat top center;
	background-size: cover;
	padding: 60px 0 0 0;
}
.pro-advantage .container{
	max-width: 1513px;
}
.pro-advantage .about-top-tit{
	color: #222222;
}
.pro-advantage .about-top-sub{
	color: #b81c25;
}
.pro-advantage .row{
	margin-top: 55px;
}
.pro-advantage .row .pdg{
	padding: 0 30px;
}
.cpys-lb{
	border-top: 2px solid #b39b77;
	font-size: 15px;
	color: #555555;
	line-height: 30px;
	background: url(http://qn.cdjqcq.site/pdd/bg/cpys-dot.png) no-repeat top 18px left;
	padding: 10px 20px;
	margin-bottom: 22px;
} 
.cpys-lb .tit{
	height: 90px;
}

/*keyFigures*/
.keyFigures{
	background: #f5f5f5;
	padding: 86px 0 105px;
}
.keyFigures .container{
	max-width: 1497px;
	background: url(http://qn.cdjqcq.site/pdd/bg/hxrw-back.jpg) no-repeat top right;
	background-size: auto 100%;
}
.keyFigures .Pic{
	width: 39%;
	float: left;
	position: relative;
}
.keyFigures .Pic img{
	width: 100%;
}
.keyFigures .Pic::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 24px;
	background: #b39b77;
	left: 0;
	bottom: -24px;
}
.keyFigures .Cont{
	width: 61%;
	overflow: hidden;
	float: left;
	border-top: 5px solid #b81c25;
}
.keyFigures .Cont .titBox{
	width: 110px;
	height: 105px;
	background: #b81c25;
	color: #fff;
	float: left;
	margin-left: 86px;
	text-align: center;
}
.keyFigures .Cont .titBox p{
	font-size: 18px;
	line-height: 25px;
	margin-top: 26px;
}
.keyFigures .Cont .titBox hr{
	width: 23px;
	height: 1px;
	background: #fff;
	margin: 18px auto 0;
}
.keyFigures .Cont .info{
	width: 45%;
	float: left;
	margin-left: 85px;
	margin-top: 50px;
}
.keyFigures .Cont .info .name{
	font-size: 48px;
	color: #222222;
	line-height: 52px;
}
.keyFigures .Cont .info .zhiwei{
	font-size: 24px;
	color: #b39b77;
	line-height: 30px;
	margin: 24px 0 50px;
}
.keyFigures .Cont .info .sub{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
}

.about_t{background: url(http://qn.cdjqcq.site/pang/bg//about_bg3.jpg) repeat; height: 160px; width: 100%;padding-top:80px;}
.about_t ul{
	width: 70%; margin:0 auto;
}
.about_t ul li{float: left; width: 20%; text-align: center; line-height: 80px;}
.about_t .f{background-color: #eb7a19;}
.about_t ul li a{ width: 100%; float: left; font-family: "PingFang Medium"; color: #fff; }
.about_t ul li:hover{background-color: #eb7a19;}
.about_d{ width: 86%; margin: 0 auto;font-family: "PingFang Bold"; padding-top: 100px; color: black;}
.about_f{ font-size: 42px; float: left; width: 40%; text-align: center; letter-spacing: 0.1em; margin-top: 100px;}
.about_f span{ color:#f2602c;}
.about_r{ font-family: "PingFang Medium"; font-size: 16px; float: right; width: 50%; margin-top: 20px; line-height: 30px;}

.lou{background: url(http://qn.cdjqcq.site/pang/bg//about_lou.jpg) no-repeat ; background-size: cover; width: 100%;height: 100%;}
.lou_t{width: 90%; margin: 0 auto; margin-top: 250px;}
.lou_t ul li{ width: 33%; float: left; text-align: center;}
.lou_t ul li img{ margin-bottom: 30px;}
.lou_t ul li p{ font-family: "PingFang Medium"; color: #fff; font-size: 32px; line-height: 25px; padding-bottom: 20px;}
.lou_t ul li p span{font-family: "PingFang Light"; font-size: 18px;}


.work{width: 84%; margin: 0 auto;}
.work_f{width: 50%; float: left; margin-top: 150px;}
.work_f .work_bottom{background: url(http://qn.cdjqcq.site/pang/images//about_bg01.png) no-repeat bottom left; background-size: cover; height: 400px; width: 100%;}
.work_t p{font-family: "PingFang Bold"; font-size: 35px; color: black; letter-spacing: 0.05em;}
.work_t p b{color: #f05b23;}
.work_t span{font-family: "PingFang Medium"; color: black; line-height: 30px;}
.work_r{width: 50%; float: right; margin-top: 200px; height: 400px;}

.devlop{ width: 1280px; margin: 0 auto;}
.devlop_t{ margin-top: 110px;}
.devlop_t p{font-family: "PingFang Bold"; font-size: 30px; margin-bottom: 20px; }
.devlop_t span{ font-family: "PingFang Medium"; font-size: 15px; line-height: 30px;}
.devlop_bg{  position: relative; z-index: -1; margin-top: -50px; background: url(http://qn.cdjqcq.site/pang/images//about_bg02.jpg) no-repeat;background-size:cover; width: 82%; margin-left: 10%; height: 400px;}
.devlop_bg .L1{ float: left;  margin-top: 26%;}
.devlop_bg .L2{ float: left;  margin-top: 11%; margin-left: -13%;}
.devlop_bg .L3{ float: left;  margin-top: 25%; margin-left: -4%;}
.devlop_bg .L4{ float: left;  margin-top: 2%; margin-left: -4%;}
.devlop_bg .L5{ float: left;  margin-top: 21%; margin-left: -10%;}
.devlop_bg .L6{ float: left;  margin-left: -5%;}
.devlop_bg  p{font-family: "PingFang Bold"; font-size: 20px;}
.devlop_bg  p b{ color: #f15a25;}
.devlop_bg  span{font-family: "PingFang Medium"; font-size: 14px;}

.foot_t{font-family: "PingFang Light"; width: 86%; margin: 0 auto; margin-top: 50px; color: #ccc;}
.foot_t p{ font-size: 24px;}
.foot_t p b{ font-size: 14px;}
.foot_t ul{ margin-top: 10px; border-bottom: 1px solid #555;float: left; width: 100%;}
.foot_t ul li{ width: 12.5%; float: left; text-align: left; line-height: 45px;}

.foot_t ul li a{ color: #ccc;}

.foot_xx{width: 86%; margin: 0 auto; margin-top: 20px; color: #ccc;}
.foot_xx li{ width: 25%; float: left;}
.foot_xx li p{ font-size: 14px; line-height: 35px;}
.foot_b{ border-top: 1px solid #555; color: #ccc; text-align: center; line-height: 35px; margin-top: 20px; font-size: 12px;letter-spacing: 0.01em;}

.huanjing{ width: 80%; margin: 0 auto;}
.huanjing .huanjing_t{background-color: #FFFFFF; width: 100%; height: 340px; float: left; margin-top: 50px;}
.huanjing_f{ float: left; width: 47%;}
.huanjing_f .title{ margin: 40px 0 0 50px;}
.huanjing_f .title p{font-family: "PingFang Medium"; font-size: 20px; color: #000;}
.huanjing_f .title span{font-family: "PingFang Medium"; color: #cbcbcb;}
.huanjing_f .detail{margin: 15px 0 0 50px;}
.huanjing_f .detail p{ line-height: 30px; color: #000; font-size: 14px;}
.huanjing_f .btn{margin: 20px 0 0 35px;}
.huanjing_r{float: right; width: 50%;}
.huanjing_r img{ width: 100%; height: 340px;}


.huanjing_r2{ float: right; width: 47%; padding-right: 3%;}
.huanjing_r2 .title{ margin: 40px 0 0 50px;}
.huanjing_r2 .title p{font-family: "PingFang Medium"; font-size: 20px; color: #000;}
.huanjing_r2 .title span{font-family: "PingFang Medium"; color: #cbcbcb;}
.huanjing_r2 .detail{margin: 15px 0 0 50px;}
.huanjing_r2 .detail p{ line-height: 30px; color: #000; font-size: 14px;}
.huanjing_r2 .btn{margin: 20px 0 0 35px;}
.huanjing_f2{float: left; width: 50%;}
.huanjing_f2 img{ width: 100%; height: 340px;}

.fengcai{width: 1280px; margin: 0 auto;}
.fengcai .fengcai_t{ width: 100%;  height: 220px; padding-top: 30px; margin-top: 30px;  text-align: center;}
.fengcai .fengcai_t h3{ font-size: 20px; color: #000;font-family: "PingFang Medium";}
.fengcai .fengcai_t p{ color: #ccc; font-size: 14px; margin-top: 5px;}
.fengcai .fengcai_d{font-family: "PingFang Medium"; width: 70%; margin: 0 auto; margin-top: 30px; color: #000; line-height: 35px;}
.fengcai_img{width: 1280px; margin: 0 auto; margin-top: 50px;}
.fengcai_img ul li{ float: left; width: 30%; margin-left: 5%;  margin-bottom: 50px;}
.fengcai_img ul li:first-child{ margin-left: 0;}
.fengcai_kh{ float: left;width: 294px;  }
.fengcai_img .fengcai_i{float: left; width: 346px;}
.fengcai_kh1{ float: left;width: 346px;  }
.fengcai_img .fengcai_i1{float: left; width: 294px;}
.zoomImgBox{ cursor: pointer;}

.yewu{font-family: "PingFang Medium";width: 100%; background: #f8f8f8;}
.yewu_t{ width: 1080px; margin: 0px auto; padding-top: 50px; padding-bottom: 50px;}
.yewu_t p{ font-size: 15px; color: #000; line-height: 30px;}
.yewu_p{ width: 100%; background: #fff; text-align: center; padding-top: 50px; padding-bottom: 50px;}
.yewu_p h3{ color: #000; font-size: 20px; font-family: "PingFang Medium"; margin-bottom: 30px;}
.yewu_z{ width: 100%;padding-top: 50px; padding-bottom: 50px; text-align: center;}
.yewu_z h3{ color: #000; font-size: 24px;font-family: "PingFang Medium";}
.yewu_z ul{width: 1280px; margin: 0 auto; margin-top: 50px;}
.yewu_z ul li{float: left;width: 300px;height: 200px; margin-bottom: 20px; margin-right:20px; background: #fff;text-align: left; padding: 20px; box-shadow: 0 6px 15px 0 #F2F2F2; }
.yewu_z ul li h3{color: #000; font-size: 16px;font-family: "PingFang Medium"; margin-top: 15px;}
.yewu_z ul li p{ color: #999; font-size: 14px; font-family: "PingFang Medium";line-height: 24px; margin-top: 8px;}
.yewu_a{width: 100%;padding-top: 20px; padding-bottom: 50px; text-align: center;}
.yewu_a h3{color: #000; font-size: 24px;font-family: "PingFang Medium";}
.yewu_a ul{width: 1280px;margin: 0 auto; margin-top: 50px;}
.yewu_a ul li{ float: left; width: 100%; margin-bottom: 50px;}
.yewu_a .yewu_i{width: 640px; float: left;}
.yewu_a .yewu_d{ padding: 60px; text-align: left; width: 640px; background: #fff; height: 605px; float: left;box-shadow: 0 6px 15px 0 #F2F2F2; }
.yewu_a .yewu_d h3{color: #000; font-size: 24px;font-family: "PingFang Medium"; line-height: 40px; margin-bottom: 20px;}
.yewu_a .yewu_d b{ border-left: 3px solid #ee5d24; font-family: "PingFang Medium"; font-size: 15px; color: #000;}
.yewu_a .yewu_d p{font-family: "PingFang Light"; font-size: 14px; color: #000; line-height: 24px; margin-top: 10px; margin-bottom: 15px;}

.hezuo{text-align: center; padding-top: 50px; background: #fff; width: 100%;}
.hezuo h3{color: #000; font-size: 24px;font-family: "PingFang Medium";}
.hezuo p{font-family: "PingFang Medium"; font-size: 12px; color: #999; margin-top: 10px;}

.news{ width: 1280px; margin: 0 auto;}
.news_t{ width: 96%; margin-left: 2%;}
.news_t h3{font-family: "PingFang Medium"; font-size: 24px;}
.news_t ul li{ width: 100%; margin-top: 30px; float: left; padding-bottom: 30px; border-bottom: 1px solid #f2f2f2;}
.news_t ul li .news_l{width: 30%; float: left;}
.news_t ul li .news_m{ width: 43%; margin-left: 5%; margin-right: 12%; float: left;}
.news_t ul li .news_m h3{font-family: "PingFang Medium"; font-size: 20px;}
.news_t ul li .news_m p{ margin-top: 15px; height: 100px;}
.news_t ul li .news_r{ width: 10%; float: right;margin-top: 50px;font-family: "PingFang Medium";  border-radius: 15px; border: 1px solid #eb7b19; color: #eb7b19; padding: 10px 30px;}
.news_t ul li .news_r a{}


.maps{ width:1280px; height: 300px; margin: 0 auto;}

.index_about{width:80%; margin: 0 auto;padding-top: 100px; color: #000;font-family: "PingFang Medium"; }
.index_about h3{ font-size: 24px; margin-bottom: 20px;}
.index_about p{ font-size: 13px; line-height: 24px; letter-spacing: 0.01em; color: #333; margin-bottom: 20px;}
.index_about a{ font-size: 14px;}

.index_l{width: 50%; float: left;}
.index_r{ width: 50%; float: right;}
.index_b{ float: right; width: 68%; margin-top: 60px;}
.index_b ul li{ float: right; width:22%; margin-left: 3%; text-align: right;}
.index_m{ width: 100%;}
.index_m ul li{float: left; width: 25%;}
.index_m .i{ position: relative; float: left; margin-top: -70%; width: 100%; text-align: center;font-family: "PingFang Medium"; color: #fff;}


.index_t{width:1280px; margin: 0 auto;padding-top: 100px; color: #000;font-family: "PingFang Medium"; }
.index_t h3{ font-size: 24px; margin-bottom: 20px;}
.index_t p{ font-size: 13px; line-height: 24px; letter-spacing: 0.01em;  margin-bottom: 20px;}
.index_t a{ font-size: 14px;}
.index_t ul{ margin-top: 50px;}
.index_t ul li{ width: 22%; float: left; margin-right: 4%; border: 1px solid #e3e4e5; border-radius: 8px; padding:30px 50px; height: 350px; color: #000;}
.index_t ul li p b{font-family: "PingFang Bold"; font-size: 24px;}
.index_t ul li:hover{background-color: #f25822; color: #fff;}
.index_t ul li:hover .index_bg{background: url(http://qn.cdjqcq.site/pang/images//index_36.png) no-repeat; background-size: cover; width: 50px; height: 30px;}
.index_news{ width: 100%; float: left; background-color: #f5f5f5; margin-top: 30px; margin-bottom: 40px;}
.index_nt{width: 1280px; margin: 0 auto; padding-top: 50px;}
.index_nt h3{ color: #000;font-family: "PingFang Bold";}
.index_nt p{ line-height: 28px;}

.index_nl{ width:34%; float: left;}
/*焦点图*/
.focus{ position:relative; width:100%; height:380px; background-color: #000; float: left;}  
.focus img{ width: 660px; height: 380px;} 
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:50px; line-height: 50px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:13px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:25px; right:8px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.focus .fbg div{margin:18px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; width:8px; height:8px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(http://qn.cdjqcq.site/pang/images//focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  

.index_nm{ float: left;width: 30%; margin-left: 3%;}
.index_nm ul li{ width: 100%; float: left; background-color: #fff;box-shadow: 0 6px 15px 0 #F2F2F2; color: #000; height: 185px; margin-top: 10px;}
.index_nm ul li:first-child{ margin-top: 0;}
.index_nmt{ margin: 20px;  margin-bottom: 0px; border-bottom: 1px solid #f2f2f2;}
.index_nmt h3{ font-size: 16px;}
.index_nm ul li p{ font-size: 12px;}
.index_nmd{padding-left: 20px; padding-right: 20px; float: left; width: 100%;}
.index_nmd h3{ margin-top: 10px; margin-bottom: 5px; font-size: 24px;}
.index_nml{ float: left;}
.index_nmr{ float: right; width: 35px; height: 35px; background: url(http://qn.cdjqcq.site/pang/images//index_37.png) no-repeat; background-size: cover; margin-top: 15px;}
.index_nm ul li:hover{ color: #fff; background: #f25822;}
.index_nm ul li:hover .index_nmt h3{ color: #fff;}
.index_nm ul li:hover .index_nmd h3{ color: #fff;}
.index_nm ul li:hover .index_nml span{ color: #fff;}
.index_nm ul li:hover .index_nmt p{ color: #fff;}
.index_nm ul li:hover .index_nmr{ background: url(http://qn.cdjqcq.site/pang/images//index_38.png) no-repeat; background-size: cover;}
.index_nr{ width: 30%; float: right;}
.index_nr ul li{ width: 100%; float: left;height: 120px; margin-top: 10px;background-color: #fff;box-shadow: 0 6px 15px 0 #F2F2F2; color: #000;}
.index_nr ul li:first-child{ margin-top: 0; color: #000;}
.index_nrl{ float: left; width: 25%; border-right: 1px solid #e3e4e5; margin-top: 20px; padding-left: 20px;}
.index_nrl b{ border-bottom: 2px solid #e3e4e5;}
.index_nrr{ float: left; width: 75%; padding: 30px; padding-top: 15px;}
.index_nrr p{ font-size: 15px; line-height: 25px;font-family: "PingFang Medium";}
.index_nrd{ width: 35px; height: 35px; background: url(http://qn.cdjqcq.site/pang/images//index_39.png) no-repeat; background-size: cover;}
.index_nr ul li:hover{color: #fff; background: #f25822;}
.index_nr ul li:hover .index_nrl h3{ color: #fff;}
.index_nr ul li:hover .index_nrl span{ color: #fff;}
.index_nr ul li:hover .index_nrr p{ color: #fff;}
.index_nr ul li:hover .index_nrd{background: url(http://qn.cdjqcq.site/pang/images//index_40.png) no-repeat; background-size: cover;}
.zz{ background: url(http://qn.cdjqcq.site/pang/bg/about_bg3.jpg) repeat; height: 80px; width: 100%;}
#container1{width:1280px;height:300px; }
@media (max-width: 576px) {
    .foot_t ul li{ width: 25%; float: left; text-align: left; line-height: 45px;}
    .foot_xx li{ width: 100%; float: left;}
    .about_t{background: url(http://qn.cdjqcq.site/pang/bg//about_bg3.jpg) repeat; height: 80px; width: 100%;padding-top:0;}
    .about_t ul{
	width: 100%; margin:0 auto;
}
.zz{display:none;}
.about_t ul li{float: left; width: 25%; text-align: center; line-height: 80px;}
.about_f{ font-size: 18px; float: left; width: 100%; text-align: center; letter-spacing: 0.1em; margin-top: 10px;}
.about_r{ font-family: "PingFang Medium"; font-size: 16px; float: right; width: 100%; margin-top: 20px; line-height: 30px;margin-bottom:30px;}
.about_d{ width: 86%; margin: 0 auto;font-family: "PingFang Bold"; padding-top: 20px;padding-bottom:20px; color: black;}
.work_f{width: 100%; float: left; margin-top: 20px;}
.work_f .work_bottom{background: url(http://qn.cdjqcq.site/pang/images/about_bg01.png) no-repeat bottom left; background-size: cover; height: 200px; width: 100%;}
.work_r{width: 100%; float: right; margin-top: -200px; height: 200px;}
.work_t p{font-family: "PingFang Bold"; font-size: 24px; text-align:center; color: black; letter-spacing: 0.05em;}
.devlop{ width: 94%; margin: 0 auto; margin-bottom:30px;}
.devlop_t{ margin-top: 30px;}
.devlop_bg .L1{ float: left;  margin-top: 15%;display:none;}
.devlop_bg .L2{ float: left;  margin-top: 15%;margin-left: 0%;display:none;}
.devlop_bg .L3{ float: left;  margin-top: 15%;margin-left: 0%;display:none;}
.devlop_bg .L4{ float: left;  margin-top: 15%;margin-left: 0%;display:none;}
.devlop_bg .L5{ float: left;  margin-top: 15%;margin-left: 0%;display:none;}
.devlop_bg .L6{ float: left;  margin-top: 15%;margin-left: 0%;display:none;}
.devlop_bg{  position: relative; z-index: -1;display:none; margin-top: -50px; background: none;background-size:cover; width: 82%; margin-left: 10%; height: 400px;}
.huanjing_f{ float: left; width: 100%;}
.huanjing{ width: 94%; margin: 0 auto;}
.huanjing .huanjing_t{background-color: #FFFFFF; width: 100%; height: auto; float: left; margin-top: 50px;}
.huanjing_r,.huanjing_r2,.huanjing_f2{float: right; width: 100%;}
.huanjing_r img,.huanjing_f2 img{ width: 94%; height: auto;margin-left:3%;}
.huanjing_f .detail,.huanjing_r2 .detail{margin:0px;width:94%;margin:20px auto;}
.huanjing_f .btn,.huanjing_r2 .btn{margin: 20px 0 0 20px;display:none;}
.huanjing_f .title,.huanjing_r2 .title{ margin: 20px 0 0 20px;}
.fengcai{width: 100%; margin: 0 auto;}
.fengcai .fengcai_t{ width: 100%; height:auto; padding-top: 30px; margin-top: 15px; margin-bottom:20px;  text-align: center;}
.fengcai .fengcai_t h3{ font-size: 18px; color: #000;font-family: "PingFang Medium";}
.fengcai_img{width: 90%; margin: 0 auto; margin-top: 20px;}
.fengcai_img ul li{ float: left; width: 100%; margin-left:0;  margin-bottom:20px;}
.yewu_t{ width: 92%; margin: 0px auto; padding-top: 20px; padding-bottom: 20px;}
.yewu_z ul{width: 100%; margin: 0 auto; margin-top: 50px;}
.yewu_z ul li{float: left;width: 47%;height: 200px; margin-bottom: 20px; margin-right:3%; background: #fff;text-align: left; padding: 20px; box-shadow: 0 6px 15px 0 #F2F2F2; }
.news .container{
	max-width: 100%;
}
.news{ width: 100%; margin: 0 auto;}
#container1{width:100%;height:auto; display:none; }
.container.sy{
	max-width: 1740px;
	width: 100%; height:400px;
	display:none;
}
.index_about{width:80%; margin: 0 auto;padding-top: 30px; color: #000;font-family: "PingFang Medium"; }
.foot_xx img,.foot_xx,.foot_t{display:none;}
.foot_t ul,.foot_b{border:0;}

}

