.view {
	width: 100%;
	margin: 0 auto;
}

.no-content {
	padding: 10%;
	text-align: center;
	font-weight: bold;
}

.f-cb {
	zoom: 1;
}

.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}

.read-more {
	display: block;
	width: 420px;
	background: #f8f8f8;
	border-radius: 3px;
	text-align: center;
	padding: 10px 2px;
}

.read-more:hover {
	background: #a33033;
	color: #fff;
}

.read-more span {
	display: inline-block;
	zoom: 1;
}

/* 新闻列表 */
.news-content-box,
.content-box {
	padding: 76px 0;
	position: relative;
	overflow: hidden;
}

.news-content-box .view,
.content-box .view {
	position: relative;
	z-index: 3;
}

.news-content-box .top-box {
	display: block;
	margin-top: 46px;
}

.news-content-box .top-box .img {
	float: left;
	width: 43.4%;
	padding-top: 23.56%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.news-content-box .top-box .text {
	float: right;
	width: 50.7%;
}

.news-content-box .top-box .time {
	line-height: 1.5;
}

.news-content-box .top-box .tit {
	line-height: 2;
	margin-top: 10px;
}

.news-content-box .top-box .con {
	overflow: hidden;
	margin-top: 20px;
	line-height: 2;
}

.news-content-box .top-box .news-more {
	background-color: #a33033;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 100px;
}

.news-content-box .news-list {
	margin-top: 60px;
	border-top: 1px solid #ececec;
}

.news-list .item {
	display: block;
	padding: 50px 0;
	border-bottom: 1px solid #ececec;
	position: relative;
}

.news-list .item:last-child {
	border-bottom: none;
}

.news-list .img {
	float: left;
	width: 20.55%;
	padding-top: 12.56%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.news-list .text-box {
	position: absolute;
	right: 0;
	top: 50%;
	width: 73.61%;
	transform: translateY(-50%);
}

.news-list .text {
	float: left;
	width: 73.5849%;
}

.news-list .con {
	margin-top: 20px;
}

.news-list .time {
	margin-top: 16px;
}

.news-list .news-detail {
	float: right;
	margin-top: 40px;
	transition: all .3s;
}

.news-list .read-more {
	margin: 30px auto 0;
}

.news-content-box .top-box:hover .text .tit {
	color: #a33033;
}

.news-list .item:hover .text .tit {
	color: #a33033;
}

/* 新闻详情 */
.news-content-box .news-detail-title,
.content-box .detail-title {
	line-height: 66px;
	text-align: center;
	padding: 0 20px;
}

.news-content-box .news-detail-time {
	text-align: center;
	padding: 20px 0;
}

.news-content-box .news-detail-info,
.content-box .detail-info {
	padding: 0 20px;
}

.news-content-box .news-detail-info p,
.content-box .detail-info p {
	font-size: 16px;
	line-height: 2;
	text-indent: 2em;
}

/* 集团成员 */
.group-container {
	text-align: center;
}
.group-container .group-title-box {
	position: relative;
}
.group-container .group-title-box::after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 30px;
	background: #dedede;
	position: absolute;
	left: 50%;
	bottom: -30px;
}
.group-container .group-title {
	display: inline-block;
	background: #a33033;
	padding: 0 30px;
	line-height: 40px;
	color: #fff;
	letter-spacing: 2px;
}
.group-container .group-sub-title {
	margin-top: 30px;
	display: inline-block;
	background: #a33033;
	padding: 0 30px;
	line-height: 40px;
	color: #fff;
	letter-spacing: 2px;
}
.group-container .group-row {
	margin-top: 30px;
}
.group-container .group-row .group-txt {
	background: #a33033;
	padding: 10px;
	color: #fff;
}
@media (min-width: 780px) {
	.group-container .group-box {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.group-container .group-row::before {
		content: '';
	    display: block;
	    width: 97%;
	    height: 2px;
	    background: #dedede;
		margin: 0 auto;
	}
	.group-container .group-row .group-col {
		text-align: center;
	    position: relative;
	    margin-top: 30px;
	}
	.group-container .group-row .group-col::before {
		content: '';
	    display: inline-block;
	    width: 2px;
	    height: 30px;
	    background: #dedede;
	    position: absolute;
	    top: -30px;
	    left: 50%;
	}
	.group-container .group-row .group-txt {
		display: inline-block;
		writing-mode: tb-rl;
		letter-spacing: 5px;
		height: 43%;
		vertical-align: top;
		text-align: initial;
		padding: 20px 10px 0;
	}
}
@media (max-width: 768px) {
	.group-container .group-row {
		display: block;
	}
	.group-container .group-row .group-col {
		flex: 100%;
		max-width: 100%;
	}
	.group-container .group-row .group-txt {
		margin-bottom: 20px;
	}
}




















/* 集团文化 */
.idea-list p {
	line-height: 2;
}
.group-team p {
	text-align: center;
}
.group-team p img {
	text-align: center;
	max-width: 80% !important;
}

/* 集团视频 */
.video-list {
	padding: 46px 0 0;
}

.video-list .video-row {
	margin: 0 -20px;
}

.video-list .item {
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 40px;
}

.video-list .item .con-box {
	display: block;
}

.video-list .item .con-box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.video-list .item .img {
	position: relative;
	overflow: hidden;
	height: 280px;
}

.video-list .item .img img {
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.play {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 46px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url('../images/video_icon.png');
}

.video-list .item .txt {
	margin-top: 24px;
	text-align: center;
}

.news-content-box .currentVideos {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
}

.news-content-box .vclose {
	position: absolute;
	/*right: 16px;*/
	top: -20px;
	cursor: pointer;
	color: #fff;
	z-index: 1000;
}

/* 单页 关于龙的 */
.content-box .content-title {
	padding-bottom: 20px;
	text-align: center;
}

.content-box .content-title::after {
	content: '';
	display: block;
	width: 50px;
	height: 6px;
	background: #a33033;
	margin: 20px auto;
}

.about-info p {
	margin-bottom: 20px;
}

/* 单页 关于龙的 标识 */
.content-box .introduction-data {
	padding: 70px 0;
}

.content-box .introduction-data ul {
	text-align: center;
	margin: 0 auto;
	width: 80%;
}

.introduction-data ul li {
	padding: 0 34px;
}

.introduction-data ul li .desc {
	padding-top: 10px;
}

.introduction-video {
	text-align: center;
}

/* 单页 关于龙的 品牌故事 */
.content-box .brand-box {
	margin-top: 86px;
	background: rgba(163, 48, 51, 3%);
	padding: 76px 0;
}

.content-box .brand-box ul {
	padding-top: 50px;
	margin: 0 -24px;
	overflow: hidden;
}

.content-box .brand-box li {
	padding: 0 24px;
}

.content-box .brand-box .thumb {
	background: #fff;
	padding: 34px 20px 30px;
}

.content-box .brand-box h3 {
	color: #a33033;
	display: inline-block;
	padding-right: 30px;
}

.content-box .brand-box .desc {
	padding-top: 14px;
}

.content-box .brand-box .ovhid {
	overflow: hidden;
}

.content-box .brand-box img {
	width: 100%;
	display: block;
}

/* 关于龙的 荣誉证书 */
.cert-box {
	padding-top: 50px;
	background: #f7f7f7;
}
#certify {
    position: relative;
    margin: 0 auto;
	overflow: hidden;
}
#certify .swiper {
	width: 100%;
	height: 100%;
	--swiper-theme-color: #a33033;
}
#certify .about-d-swiper {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 150px 0;
	background: url(img/ico02.png) no-repeat bottom center;
}
#certify .swiper-slide {
	width: 570px;
	text-align: center;
}
#certify .swiper-slide .about-d-img {
	background: #fff;
    padding: 20px;
	box-sizing: border-box;
}
#certify .swiper-slide img{
	display: inline-block;
	max-width: initial;
	height: 300px;
}
#certify .swiper-slide .about-d-name {
	display: none;
}
#certify .swiper-slide-active .about-d-name {
	display: block;
	line-height: 2;
	font-size: 16px;
	margin-top: 10px;
}
#certify .cert-button-next,
#certify .cert-button-prev {
	position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 80px;
    background: #ccc;
    text-align: center;
    line-height: 80px;
    color: #fff;
	margin-top: -30px;
	z-index: 10;
	font-size: 30px;
}
#certify .cert-button-prev {
	left: 0;
}

/* 关于龙的 发展历程 */
.histroy-box {
	padding: 50px 0;
}
.histroy-content-box {
	padding: 70px 0;
}
.mobile-histroy-list-box {
	display: none;
}
.histroy-content-box .container {
	position: relative;
}
.histroy-content-box .sbox {
	overflow: hidden;
    max-width: 80%;
    margin: 0 auto;
}
.histroy-content-box .sbox .simg {
	width: 40%;
	float: right;
	text-align: center;
}
.histroy-content-box .sbox .simg img {
	max-height: 320px;
}
.histroy-content-box .sbox .stxt {
	width: 50%;
	float: left;
}
.histroy-content-box .sbox .stxt .stt {
	line-height: 1;
}
.histroy-content-box .sbox .stxt .stc p {
	line-height: 1.8;
	color: #666;
}
.histroy-content-box .button-next,
.histroy-content-box .button-prev {
	position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    background: #ccc;
    text-align: center;
    line-height: 40px;
    color: #fff;
	margin-top: -30px;
	z-index: 10;
}
.histroy-content-box .button-prev {
	left: 0;
}
.histroy-content-box .swiper-button-disabled {
	opacity: 0.5;
}
.histroy-year-box .xian {
	width: 100%;
	height: 12px;
	display: block;
	background: url(img/hisBg.png) center no-repeat;
	margin-bottom: 20px;
}
.histroy-year-swiper .swiper-slide {
	cursor: pointer;
}
.histroy-year-swiper .swiper-slide .sbox {
	text-align: center;
	line-height: 50px;
}
.histroy-year-swiper .swiper-slide-thumb-active .sbox {
	background: url(img/hisIcon.png) center no-repeat;
	font-size: 18px;
}


/* 产品分类 */
.pro-navson {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
}
.pro-navson .sec-item {
	display: inline-block;
	padding: 0 20px;
}
.pro-navson .sec-tit {
    display: block;
    position: relative;
}
.pro-navson .sec-tit .icon {
	display: inline-block;
	vertical-align: middle;
    width: 30px;
    height: 30px;
    position: relative;
}
.pro-navson .sec-tit .icon img,
.pro-navson .third-nav .img img {
    width: 100%;
    transition: all .3s;
}
.pro-navson .sec-tit .txt {
	display: inline-block;
	vertical-align: middle;
    color: #2c2c2c;
    transition: all .3s;
	line-height: 100px;
	padding-left: 6px;
}
.pro-navson .sec-item .sec-tit:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #a33033;
	transition: all .3s;
	transform: scaleX(0);
}
.pro-navson .sec-item:hover .sec-tit:before {
	transform: scaleX(1);
}
.pro-navson .sec-item.cur .sec-tit:before {
	transform: scaleX(1);
}
.pro-navson .sec-item:hover .sec-tit .txt,
.pro-navson .sec-item.cur .sec-tit .txt {
	color: #a33033;
	font-weight: bold;
}
.pro-navson .sec-item.cur .third-nav {
	display: block;
}


.pro-navson .third-nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
	z-index: 9;
	margin-top: 1px;
	padding: 20px 0;
	border-bottom: 1px solid #f0f0f0;
}
.pro-navson .third-nav .third-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
	padding: 0 20px;
    vertical-align: top;
}
.pro-navson .third-nav .img {
    width: 60px;
	margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    transition: all .3s;
}
.pro-navson .third-nav .third-item .title {
	color: #666;
}
.pro-navson .third-nav .third-item.third-cur .title {
	color: #2c2c2c;
	font-weight: bold;
}

/* 产品列表 */
.products-container .products-box {
	overflow: hidden;
}
.products-container .products-box .item {
	position: relative;
	margin-top: 30px;
}
.products-container .products-box .item:nth-child(2n) {
	/*margin-top: 30px;*/
	/*border-left: 2px solid #e2e2e2;*/
}
.products-box .item .img {
	position: relative;
	background: #f7f7f7;
	border-radius: 10px;
}
.products-box .item img {
	width: 100%;
    transform-origin: bottom center;
    transition: all .3s;
	border-radius: 10px;
}
.products-box .item .hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.products-box .item .pro-text {
    position: absolute;
    left: 12%;
    top: 10%;
}
.products-container .products-box .item:nth-child(2n) .pro-text {
	top: 15%;
}
.products-box .item .tit {
	font-size: 36px;
	font-weight: bold;
    color: #2c2c2c;
	max-width: 300px;
}
.products-box .item .con {
	font-size: 18px;
    color: #2c2c2c;
}
.products-box .item .detail-btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
	font-size: 16px;
    margin-top: 20px;
    color: #2c2c2c;
    padding-right: 35px;
    background-repeat: no-repeat;
    transition: all .3s;
}






/* 产品详情 */
.products-details-content .products-banner {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-banner .container {
	position: absolute;
}
.products-banner h6 {
    color: #fff;
    margin-bottom: 10px;
}
.products-banner p {
	color: #fff;
}
.products-item-1 {
	padding-top: 80px;
	background: #f7faff;
}
.products-item-1 .item1-box {
	padding: 0;
}
.products-item-1 .item-txt h6,
.products-item-2 .item-txt h6 {
	font-size: 36px;
}
.products-item-1 .item-txt .item-desc {
	margin-top: 20px;
}
.products-item-1 .item-txt .item-desc p {
	color: #666;
	line-height: 1.8;
}
.products-item-1 .item-txt .icon-txt {
	display: inline-block;
    margin-top: 30px;
    border: 1px solid #e0e0e0;
    padding: 10px 40px;
    line-height: 3;
    font-size: 18px;
}
.products-item-1 .item-txt .icon-txt img {
	width: 30px;
	height: 30px;
}
.products-item-2 {
	background: #fff;
	padding: 80px 0;
	text-align: center;
}
.products-item-2 .item-txt p {
	font-size: 18px;
	margin-top: 10px;
	color: #666;
}
.products-item-2 .item2-box li {
	display: inline-block;
	width: 33%;
	border-right: 1px solid #e0e0e0;
	padding: 10px 0;
	margin-top: 50px;
}
.products-item-2 .item2-box li:last-child {
	border-right: 0;
}
.products-item-2 .item2-box li h6 {
	font-size: 50px;
	font-family: "SourceHanSansCNBold";
	margin-bottom: 10px;
}
.products-item-2 .item2-box li p {
	color: #666;
}
.products-item-3 {
	padding-top: 0;
	background-color: #f7f7f7;
}
.products-item-3 .item1-box:last-child {
	display: flex;
    align-items: center;
}
.products-item-3 .item1-box:last-child .item-txt {
	padding-left: 10%;
}
.products-item-4 .item-box-3 {
	padding: 60px 0;
}
.products-item-4 .item-box-3 p {
	text-align: center;
	font-size: 36px;
	line-height: 1.2;
}
.products-item-4 .item-spec-list .spec-item {
	border: 1px solid #e0e0e0;
	margin-left: -1px;
	margin-top: -1px;
	padding: 0;
	text-align: center;
}
.item-spec-list .spec-item .spec-tit {
	border-bottom: 1px solid #e0e0e0;
	line-height: 60px;
	font-size: 16px;
	color: #2c2c2c;
}
.item-spec-list .spec-item .spec-con {
	padding: 0 10px;
	box-sizing: border-box;
	margin: 50px auto;
	font-size: 14px;
	color: #666;
}












/* 服务地址 */
.small-content-box {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}
.shop-list .row {
	margin: 0;
}
.shop-list li {
	padding: 0 2px 4px;
}
.shop-list li>div {
	padding: 20px;
	background: #f5f5f5;
}
.shop-list li h6,
.shop-list li .address {
	margin-bottom: 10px;
}

/* 联系我们 */
.contact-box .list-box .contact-item-box {
	background: #f9f9f9;
	padding: 20px;
	margin-bottom: 10px;
}
.contact-box .list-box .contact-item-box .row {
	margin: 0;
}
.contact-box .list-box .contact-item {
	display: flex;
	align-items: center;
	padding: 10px;
}
.contact-box .list-box .contact-item i {
	padding-right: 20px;
	color: #a33033;
}
.contact-box .list-box .contact-item h6 {
	margin-bottom: 5px;
}


/* 在线留言 */
#book_post .row {
	max-width: 50%;
	margin: 0 auto;
}
#book_post .input-item {
	margin-bottom: 20px;
}
#book_post .input-item .input-title {
	margin-bottom: 10px;
}
#book_post .input-item input {
	border: 1px solid #e4e4e4;
}
#book_post .input-item table,
#book_post .input-item table textarea {
	width: 100%;
	border-color: #e4e4e4;
}
#book_post .send-btn {
	width: 100%;
    text-align: center;
}
#book_post .send-btn input {
	border: none;
    background: #a33033;
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px
}

/* 加盟龙的 */
.join-view li,
.join-support-view li {
	margin-bottom: 16px;
}
.join-content {
	background: #f9f9f9;
	padding: 24px;
	height: 100%;
}
.join-view .join-content .join-img {
	width: 100%;
	text-align: center;
}
.join-view .join-content .join-img img {
	width: 60px;
	height: 60px;
}
.join-content h4 {
	padding: 30px 0;
	text-align: center;
}
.join-content .join-sub p {
	font-size: 16px;
}
.join-support-view .join-content {
	padding: 0;
}
.join-support-view .content-title {
	padding: 30px 0;
}
.join-support-view .join-content .join-img img {
	width: 100%;
	height: 100%;
}
.join-support-view .join-sub {
	padding: 0 24px 24px;
}
.join-txt {
	width: 100%;
	text-align: center;
}


/* 上下页 */
.pagination .pages-item.active a {
	background: #a33033;
	border-color: #a33033;
	color: #fff;
}
.page-link {
	color: #2c2c2c;
}

/* 搜索 */
.search-tit {
    line-height: 2;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
}
.search-list .search-item {
	display: block;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.search-list .search-item .tit {
    font-weight: bold;
    line-height: 2;
}
.search-list .search-item .pub-con {
    line-height: 2;
}
.search-list .search-item .times {
    line-height: 1.5;
    margin-top: 20px;
}















