.company-introduction-title{
	display: flex;
	align-items: center;
	justify-content: center;
}

.company-introduction-title-image-left,.company-introduction-title-image-right{
	display: inline-block;
	width: 180px;
	height: 30px;
	position: relative;
	top: 0px;
}
.company-introduction-title-image-left{
	background: url(/xjgc/img/title-left-3bdde2e3c9755f1e2ebbd99a7172a016.png) 100% 100% no-repeat;
	right: 50px;
}
.company-introduction-title-image-right{
	background: url(/xjgc/img/title-right-d77e7b1e2e87ddd84505489d1a3ef2e7.png) no-repeat;
	left: 50px;
	top: 0px;
}
.organizational-box{
	display:flex;
	justify-content:space-between;
	width:100%;
}
.organizational-item{
	background-color:#F5F5F5;
	width:30%;
	color:#444;
	border-radius:3px;
	padding:30px 20px;
	line-height:30px;
	box-sizing:border-box;
}
.management-team{
	width: 100%;
	text-indent: 0;
}

.management-team-title{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	/* border-bottom: 1px solid #e0e0e0; */
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: bold;
	margin-top: 40px;
}

.management-team-row{
	display: inline-block;
	min-width: 49%;
	padding-right: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.management-team-row-content{
	border-bottom: 1px solid #e0e0e0;
	display: flex;
}

.management-team-row-name{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 8px;
	color: #222;
	margin-left: 8px;
	flex-shrink: 0;
}

.management-team-row-list{
	display: inline-block;
	flex: 1;
}

.management-team-row-list-item{
	display: inline-block;
	font-size: 14px;
	padding: 4px 8px;
	color: #555;
	background-color: #f5f5f5;
	border-radius: 2px;
	margin-left: 8px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 15px;
}


a:hover, a:focus{
	text-decoration: none !important;
}

.rdiv{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
}

/* 分页 */
.page-box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-box .paginations{
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.page-box .paginations .start,
.page-box .paginations .end,
.page-box .paginations .page-list{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}


.page-item{
	margin: 0 0.02rem;
}

.page-item a{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	text-align: center;
	line-height: 0.5rem;
	font-size: 0.14rem;
	color: #666;
	transition: all 0.3s ease;
}

.page-item:hover a{
	background-color: #D80816 !important;
	color: #fff !important;
}

.page-disable:hover a{
	background-color: #f0f0f0 !important;
	color: #666 !important;
	cursor: not-allowed;
}

.active a{
	background-color: #D80816 !important;
	color: #fff !important;
}

/* 错误页 */
.errbody {
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	overflow: hidden;
}

.errbox {
	margin-top: 190px;
}

.errbox .err {
	width: 100%;
	text-align: center;
}

.errbox .err img {
	width: 540px;
	height: 500px;
}

.errbg {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.errbg img {
	width: 100%;
	height: 300px;
}

/* 列表页 */
a:focus {
	outline: none !important;
}

.slick-dots {
	bottom: 0;
}

.list-content-box {
	width: 100%;
	max-width: 1500px;
	margin: 20px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
}

.list-content-box .swiper-item:hover .right-title{
	color: #D80816 !important;
	text-decoration: underline;
}

/* .list-content-box .content-text {} */

.content-swiper {
	width: 100%;
	height: 310px;
	overflow: hidden;
}

.content-swiper .swiper-item {
	background-color: #f5f5f5;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.content-swiper .swiper-item a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.content-swiper .swiper-item .swiper-img {
	width: 442px;
	height: 100%;
	margin-right: 23px;
}

.content-swiper .swiper-item .swiper-img>img {
	width: 100%;
	height: 100%;
}

.content-swiper .swiper-item .swiper-right {
	flex: 1;
	height: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.content-swiper .swiper-item .swiper-right .right-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 52px;
	color: #474340;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	max-height: 52px;
}

.content-swiper .swiper-item .swiper-right .right-info {
	font-size: 14px;
	font-weight: 400;
	line-height: 52px;
	color: #9D9D9D;
}

.content-swiper .swiper-item .swiper-right .right-content {
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 160px;
}

.slick-list,
.slick-track {
	height: 100%;
}

.content-list {
	width: 100%;
}

.content-list .list-item:hover .right-title{
	color: #D80816 !important;
	text-decoration: underline;
}

.content-list .list-item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.1rem;
	border-bottom: 1px solid #dbdbdb;
	box-sizing: border-box;
}

.content-list .list-item .item-img {
	width: 233px;
	height: 175px;
	margin-right: 15px;
}

.content-list .list-item .item-img>img {
	width: 100%;
	height: 100%;
}

.content-list .list-item .item-right {
	padding: 16px 0;
	flex: 1;
	height: 175px;
	box-sizing: border-box;
}

.content-list .list-item .item-right .right-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #474340;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 30px;
}

.content-list .list-item .item-right .right-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #9D9D9D;
	width: 100%;
}

.content-list .list-item .item-right .right-content .content-text {
	flex: 1;
	max-width: 960px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 90px;
}

.content-list .list-item .item-right .right-content .content-time {
	width: 200px;
	margin-left: 20px;
	text-align: center;
}




/* 公司简介 */
.info-content-box {
	width: 100%;
	max-width: 1400px;
	margin: 20px auto 0;
	padding: 0 20px 20px;
	box-sizing: border-box;
}

.info-content-box .content-text{
	font-size: 16px;
	line-height: 30px !important;
	color: #555;
}

.info-content-box img{
	max-width: 100%;
}

/* 联系我们 */
.contact-content-box {
	max-width: 1500px;
	width: 100%;
	margin: 20px auto 0;
	padding-bottom: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.contact-content-box > img{
	width: 80%;
}

.info-card {
	width: 434px;
	padding: 20px 30px 30px;
	box-sizing: border-box;
	margin-right: 25px;
	background-color: #f5f5f5;
}

.info-card .card-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 46px;
	color: #474340;
}

.info-card .card-phone {
	width: 355px;
	height: 53px;
	margin-top: 15px;
}

.info-card .card-phone>img {
	width: 100%;
	height: 100%;
}

.card-list {
	margin-top: 20px;
}

.card-list .list-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.card-list .list-item:last-child {
	margin-bottom: 0;
}

.card-list .list-item .item-label {
	font-size: 16px;
	font-weight: bold;
	color: #474340;
	padding: 0 10px;
	border-right: 1px solid #9d9d9d;
}

.card-list .list-item .item-content {
	margin-left: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #474340;
}

.list-card {
	flex: 1;
}

.list-card .card-tabs {
	width: 100%;
	border-bottom: 2px solid #DBDBDB;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.list-card .card-tabs .tabs-item {
	height: 70px;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #9D9D9D;
	margin-right: 80px;
	cursor: pointer;
}

.list-card .card-tabs .tabs-item:last-child {
	margin-right: 0;
}

.list-card .card-tabs .tabs-active a {
	font-size: 24px;
	font-weight: bold;
	color: #D80816 !important;
}

.list-card .card-tabs .tabs-active::after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-color: #D80816;
	position: absolute;
	bottom: 0;
	left: 0;
}

.list-card .list {
	margin-top: 40px;
}

.list-card .list .item a {
	padding-bottom: 18px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list-card .list .item .item-content {
	font-size: 16px;
	color: #474340;
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 0.16rem;
}

.list-card .list .item .item-date {
	font-size: 16px;
	color: #9d9d9d;
	margin-left: 20px;
}


/* 文章详情 */
.detail-content-box {
	width: 100%;
	max-width: 1500px;
	margin: 20px auto 0;
	padding: 0 20px 20px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 46px;
	color: #555;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.detail-content-box .left{
	flex: 1;
}

.detail-content-box .content-title {
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #474340;
	line-height: 30px;
}

.detail-content-box .content-time {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #9d9d9d;
	line-height: 30px;
	margin-top: 20px;
}

.detail-content-box .content-text {
	font-size: 16px;
	color: #555;
	line-height: 30px;
	margin-top: 20px;
}

.detail-content-box .content-text p{
	margin: 0;
	line-height: 30px !important;
}

.detail-content-box .content-text div{
	margin: 0;
	line-height: 30px;
}

.detail-content-box .content-text img{
	max-width: 100%;
	height: auto;
}

.detail-content-box .content-file{
	width: 100%;
	text-align-last: left;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: normal;
}

.detail-content-box .content-file .file-label{
	font-size: 16px;
	color: #d80816;
	margin-top: 6px;
}

.detail-content-box .content-file .file-item{
	margin: 5px 0;
	cursor: pointer;
}

.detail-content-box .content-file .file-item i{
	font-size: 16px;
	color: #d80816;
	margin-left: 10px;
}

.detail-content-box .content-file .file-item .file-title{
	font-size: 16px;
	color: #d80816;
}

.detail-content-box .right {
	padding-left: 3%;
	box-sizing: border-box;
	width: 30%;
}

.detail-content-box .right .right-title {
	height: 46px;
	background-image: url(/xjgc/img/detail_title_bg-5466877c5b35eb7666c82e715a869aa0.png);
	background-size: 100% 100%;
	background-repeat: repeat;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.detail-content-box .right .right-title .title-icon {
	width: 20%;
	text-align: center;
	vertical-align: middle;
}

.detail-content-box .right .right-title .title-icon .img {
	width: 18px;
	height: 22px;
}

.detail-content-box .right .right-title .title-text {
	flex: 1;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-left: 35px;
}

.detail-content-box .right .right-list {
	margin-top: 20px;
}

.detail-content-box .right .right-list .right-item a {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #dbdbdb;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.detail-content-box .right .right-list .right-item a:hover {
	cursor: pointer;
}

.detail-content-box .right .right-list .right-item a:hover .item-label .item-text {
	color: rgb(216 8 22) !important;
	text-decoration: underline;
}


.detail-content-box .right .right-list .right-item .item-label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: calc( 100% - 44px );
}

.detail-content-box .right .right-list .right-item .item-label .item-gray {
	min-width: 10px;
	width: 10px;
	height: 10px;
	margin-right: 11px;
	background-color: #dbdbdb;
}

.detail-content-box .right .right-list .right-item .item-label .item-text {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
	white-space: nowrap;
}

.detail-content-box .right .right-list .right-item .item-time {
	font-size: 12px;
	color: #9d9d9d;
	line-height: 30px;
	margin-left: 10px;
	min-width: 34px;
	width: 34px;
}



/* 解决方案 */
.solution-content-box {
	width: 100%;
	max-width: 1500px;
	margin: 20px auto 0;
	padding: 0 20px 20px;
	box-sizing: border-box;
}

.content-list {
	width: 100%;
}

.solution-content-box .content-list .list-item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0 12px;
	border-bottom: 1px solid #dbdbdb;
}

.solution-content-box .content-list .list-item .item-img {
	width: 233px;
	height: 175px;
	margin-right: 15px;
}

.solution-content-box .content-list .list-item .item-img>img {
	width: 100%;
	height: 100%;
}

.solution-content-box .content-list .list-item .item-right {
	padding: 16px 0;
	flex: 1;
	height: 175px;
	box-sizing: border-box;
}

.solution-content-box .content-list .list-item .item-right .right-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #474340;
}

.solution-content-box .content-list .list-item .item-right .right-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #9D9D9D;
}

.solution-content-box .content-list .list-item .item-right .right-content .content-text {
	flex: 1;
	max-width: 960px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 90px;
}

.solution-content-box .content-list .list-item .item-right .right-content .content-time {
	width: 200px;
	margin-left: 20px;
	text-align: center;
}







.contact {
	position: relative;
	height: 100%;
}

.phone {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 40px;
}

.contact div {
	position: absolute;
	top: 0;
	left: 99px;
}

.intro {
	font-size: 14px;
	margin-bottom: 8px;
}

.tel {
	font-size: 18px;
}

.codeF {
	margin-top: 12px;
}

.codeF img {
	width: 150px;
	height: 150px;
}

.wx {
	font-size: 14px;
	overflow: hidden;
}

.nav a:hover {
	font-weight: bold;
}

a,
a:active,
a:hover {
	text-decoration: none;
}

.header,
.bottom {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

.ztop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.header {
	overflow: hidden;
}

.logo {
	margin: 16px 0;
	width: 353px;
	height: 54px;
}

.w25 {
	width: 25%;
}

.search {
	/* margin-top: 35px; */
	cursor: pointer;
	font-size: 20px;
}

.search > i{
	font-size: 20px;
}

.searchIn {
	/*left: 945.5px;*/
	position: absolute;
	right: 0;
	width: 500px;
	max-width: 100%;
	opacity: 0.85;
	padding: 28px 26px;
	top: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.searchIn a.btn {
	display: none;
}

.searchIn input {
	height: 70px;
	line-height: 70px;
	width: 100%;
	padding-left: 29px;
}

.searchIn i {
	position: absolute;
	top: 55px;
	left: 36px;
}

/*轮播*/
.c-banner {
	width: 100%;
	position: relative;
	margin-top: 90px;
	height: 794px;
}

.c-banner .banner {
	height: 100%;
}

.c-banner .banner ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.c-banner .banner ul li {
	position: absolute;
	display: none;
	opacity: 0;
	width: 100%;
}

.c-banner .banner ul li:nth-child(1) {
	opacity: 1;
	display: block;
}

.c-banner .banner ul li img {
	width: 100%;
	position: absolute;
	top: 0px;
	height: 794px;
}

.c-banner .banner ul li:first-child img {
	position: relative;
}

.c-banner .nexImg,
.c-banner .preImg {
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 1;
}

.c-banner .nexImg:hover,
.c-banner .preImg:hover {
	opacity: 0.8;
}

.c-banner .nexImg {
	right: 0px;
}

.c-banner .nexImg img,
.c-banner .preImg img {}

.c-banner .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}

.c-banner .jumpBtn ul {
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li {
	width: 30px;
	height: 5px;
	display: inline-block;
	margin-left: 10px;
	background-color: white;
}

.c-banner .jumpBtn ul li:first-child {
	margin-left: 0px;
}

/*公司介绍*/
.introduce {
	overflow: hidden;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto 50px auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.introduce .data {
	margin-top: 36px;
}

.introduce .cor_m {
	font-size: 52px;
}
.introImg { margin-top:48px;position:absolute;right:0;overflow: hidden; padding-left: 60px; box-sizing: border-box;}

.introImg:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.introImg img { width: 100%; height: 519px; object-fit: cover; -webkit-transition: transform 0.3s ease; -moz-transition: transform 0.3s ease; -ms-transition: transform 0.3s ease; transition: transform 0.3s ease; }

.introInfo::before {
	content: '';
	display: block;
	width: 25px;
	height: 3px;
	margin-top: 48px;
}

.introduce .info {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	text-indent: 2em;
}

.introduce .columnTitle {
	font-size: 20px;
}

a.more {
	display: block;
	width: 132px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 39px;
}

/* .more:after { content: ''; width: 12px; height: 12px; display: inline-block; vertical-align: middle; margin: -3px 0 0 10px; background-position: center; background-repeat: no-repeat; background-image: url("/xjgc/img/a-btn-6d28aa9a0f21cf0b1cba5e5c39a8f4ba.png"); } */
/*解决方案*/
.solve {
	/* padding: 4.5vw 11vw 0 11vw; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.solve .columnTitle,
.new .columnTitle {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 19px 0;
	flex: 1;
}

.solve .info {
	font-size: 14px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 29px;
}

.solve .box-title {
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}

.solve .box-title .tit-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.solve .box-title a {
	font-size: 16px;
}

.solve .box-title a::after {
	content: '';
	width: 22px;
	height: 22px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("/xjgc/img/a-btn-2-cdb13fafcc35865b805639db585be78d.png");
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 10px;
}

.solve .slick {
	position: unset;
	margin: 2vw -11vw 0;
	padding-left: 11vw;
}

.solve .slick-list {
	padding-right: 11vw;
}

.solve .item {
	margin-right: 20px;
}

.solve .item a {
	position: relative;
	display: block;
	height: 100%;
}

.solve .item a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	z-index: 1;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.solve .item a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.solve .item .img-block {
	overflow: hidden;
}

.solve .item .txt-block {
	position: absolute;
	left: 2.8vw;
	right: 2.8vw;
	bottom: 2.8vw;
	z-index: 2;
	-webkit-transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-ms-transition: padding 0.3s ease;
	transition: padding 0.3s ease;
}

.solve .item img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

.solve .item i {
	display: block;
	height: 34px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.solve .item h3 {
	font-size: 22px;
	margin: 10px 0;
}

.solve .item h4 {
	font-size: 14px;
	opacity: .5;
}

.solve .item p {
	font-size: 14px;
	line-height: 22px;
	opacity: .5;
	margin-top: 15px;
	height: 88px;
	overflow: hidden;
}

.solve .item .inner-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}

.inner-btn {
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	display: block;
	width: 180px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.inner-btn::after {
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/xjgc/img/a-btn-6d28aa9a0f21cf0b1cba5e5c39a8f4ba.png");
}

.inner-btn:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0, 78, 162, 0.3);
}



.solve .slick-arrow {
	width: 54px;
	height: 54px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	font-size: 0;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 66;
	border-color: #fff;
}

.solve .slick-arrow.slick-disabled {
	opacity: 0;
}

.solve .slick-prev {
	left: 20px;
	background-image: url("/xjgc/img/prev-3-dd20715686a11a6fac445e17335c573b.png");
}

.solve .slick-next {
	right: 20px;
	background-image: url("/xjgc/img/next-4-42f860a84ddcf132ffc3d80923a8b080.png");
}

.solve .slick-dots {
	margin-top: 1.8vw;
	font-size: 0;
	text-align: center;
}

.solve .slick-dots li {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 5px;
	margin: 0 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.solve .slick-dots button {
	display: none;
}

/*新闻动态*/
.new {
	overflow: hidden;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto 84px auto;
}

.new .columnTitle {
	font-size: 20px;
}

.new .box-title {
	padding: 0 20px;
	position: relative;
	box-sizing: border-box;
}

.new .box-title .tit-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.new .box-title a {
	font-size: 16px;
}

.new .box-title a::after {
	content: '';
	width: 22px;
	height: 22px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("/xjgc/img/a-btn-2-cdb13fafcc35865b805639db585be78d.png");
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 10px;
}

.new .info {
	font-size: 14px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 29px;
}

.new .main {
	margin-top: 44px;
	padding: 0 20px;
	display: flex;
	box-sizing: border-box;
	height: 457px;
}

.new .new-left {
	width: 32%;
	padding-right: 24px;
}

.new .new-left .new-left_txt {
	padding: 24px 19px;
}

.new .new-left .date {
	font-size: 14px;
}

.new .new-left h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0;
	overflow: hidden;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
	padding: 0;
	height: auto;
}

.new .new-left p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.new .new-left span {
	font-size: 24px;
	text-align: right;
	display: block;
	line-height: 1;
	padding-right: 20px;
}

.new .new-left .new-left_img {
	overflow: hidden;
}

.new .new-left:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.new .new-left img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	min-width: 456px;
	min-height: 320px;
}

.new .new-right {
	width: 68%;
	display: flex;
}

.new .new-right .new-right_img {
	width: 72%;
	height: 100%;
	position: relative;
	overflow: hidden;
	/* min-height: 479px; */
}

.new .new-right .new-right_img:hover .bg {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.new .new-right .new-right_img .bg {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.new .new-right .new-right_img h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.5vw;
	text-align: center;
	font-size: 18px;
	margin: 0;
}

.new .new-right .new-right_txt {
	width: 28%;
	overflow-y: auto;
	overflow-x: hidden;
}

.new .cell-box::before {
	content: '';
	height: 100%;
	vertical-align: middle;
}

.new .cell-box .cell {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.new .new-right .new-right_txt .item {
	position: relative;
	height: 33.33%;
	padding: 0 2vw;
	border-bottom: 1px solid #dcdcdc;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.new .new-right .new-right_txt .item.active::after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.new .new-right .new-right_txt .item::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 12px solid #D80816;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
	opacity: 0;
	-webkit-transform: translateX(12px);
	-moz-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.new .new-right .new-right_txt .item .date {
	font-size: 12px;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
	margin-top: 24px;

}

.new .new-right .new-right_txt .item h3 {
	font-size: 16px;
  line-height: 26px;
  height: 48px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 0;
	max-height: 52px;
}

.new .new-right .new-right_txt .active span {
	opacity: 1 !important;
}

.new .new-right .new-right_txt .item span {
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-top: -5px;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.new .new-right .new-right_txt .item::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 12px solid #D80816;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
	opacity: 0;
	-webkit-transform: translateX(12px);
	-moz-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.new .new-right .new-right_txt .item:hover .date,
.new .new-right .new-right_txt .item:hover h3,
.new .new-right .new-right_txt .item.active .date,
.new .new-right .new-right_txt .item.active h3 {
	color: #fff;
}

.bottom {
	font-size: 12px;
	padding-top: 45px;
}

.bottom li {
	line-height: 30px;
}

.bottom h3 {
	font-size: 16px;
	font-weight: bold;
}

.sbottom {
	display: none;
}

.cominfo {
	width: 30%;
}

.cominfo p{
	line-height: 30px;
	font-size: 14px;
}

.bmenu {
	width: 49%;
	border-right: 1px solid #BBBBBB;
	/* height: 245px; */
}

.bcode {
	width: 20%;
	/* height: 245px; */
}

.copyright {
	border-top: 1px solid #BBBBBB;
	text-align: center;
	line-height: 60px;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}

li {
	list-style: none;
}

.nav {
	overflow: hidden;
}

.nav.active li.nav_F{
	width: 100%;
}

.nav li.nav_F {
	list-style: none;
	width: 123px;
	float: left;
	font-size: 16px;
	height: 100%;
}

.nav li.nav_F i {
	display: none;
}

.nav li.nav_F .nav_a{
	display: block;
	width: 100%;
	height: 100%;
}

.navBg li {
	float: left;
}

.navBg {
	opacity: 0.85;
	position: absolute;
	top: 90px;
	padding-left: 25px;
	z-index: 999;
}

/*.navBg .navImg {*/
/*	float: right;*/
/*	width: 293px;*/
/*	height: 201px;*/
/*    padding:12px*/
/*}*/
.navBg .navImg {
	float: left;
	width: 293px;
	height: 180px;
	margin:12px
}

.navBg .navImg img {
	width: 197px;
	height: 100%;
}

.nav2 {
	width: 426px;
}

.nav2 li {
	list-style: square;
	width: 170px;
	margin-right: 32px;
	line-height: 56px;
}

.nav2 span {
	font-size: 14px;
}

.nav2 a:hover {
	font-weight: normal;
}

.menu {
	overflow: hidden;
	line-height: 90px;
}

.w33 {
	width: 33%;
}

.lh26 {
	line-height: 26px;
}

.content {
	height: 1000px;
}

/*low导航*/
.low_logo {
	margin: 8px;
}

.low_menu {
	line-height: 70px;
}

.nav li.low_nav_F {
	height: 70px;
}

.low_search {
	margin-top: 25px;
}

.low_cbg {
	top: 30px;
}

/*二级菜单*/
.menuT {
	height: 432px;
	width: 100%;
	margin-top: 90px;
	position: relative;
}

.menuT .bgsquare{
	width: 100%;
	height: 432px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}

.menuT .bgsquare .square{
	width: 25%;
	height: 100%;
	background-color: #d80816;
	/* background-color: pink; */
	float: left;
}

.menuT .bgsquare .triangle{
	width: 0;
	height: 0;
	border-top: 432px solid #d80816;
  border-right: 167px solid rgba(0,0,0,0);
  border-bottom: 432px solid rgba(0,0,0,0);
  border-left: 0 solid rgba(0,0,0,0);
	float: left;
}

.menuT-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.menuT .menuT-box {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	z-index: 2;
}

.menuT h3 {
	padding-top: 40px;
}

.menuT ul {
	width: 220px;
}

.menuT li {
	border-bottom: 1px solid #fff;
	list-style: circle;
	font-size: 30px;
	margin-left: 30px;
	position: relative;
}

.menuT li.disc {list-style: disc; }
.menuT li.disc a{font-weight:bold; color: #fff;}
.menuT li span.lineS {
	position: absolute;
	top: 30px;
	left: -22px;
	height: 75%;
}
.menuT li:hover {
	list-style: disc;
}

.menuT li:hover a {
	font-weight: bold;
}

.menuT a {
	line-height: 46px;
}

/*面包屑*/
.bread {
	line-height: 60px;
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
	margin-top: 20px;
}

/*来访预约*/
.appoint {
	width: 100%;
	max-width: 1500px;
	background: #F5F5F5;
	margin: 20px auto 35px auto;
	padding: 44px 97px 0 97px;
}

.mapBox {
	width: 96%;
	max-width: 1500px;
	height: 749px;
	margin: 0 auto 60px auto;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #DBDBDB;
}

#container {
	height: 100%;
	width: 100%;
}

#visitForm h3 {
	font-size: 20px;
	font-weight: 400;
	padding: 0;
	margin-bottom: 11px;
}

#visitForm input,
#visitForm textarea {
	width: 90%;
	margin-bottom: 22px;
}

.code {
	border: 1px solid #DBDBDB;
	padding: 20px;
	width: 20%;
}

.lh36 {
	line-height: 36px;
}

/*易问答*/
.answer {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

#answerForm {
	padding: 10px 22px;
}

#answerForm textarea {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	padding: 15px;
}

#answerForm .input_sub {
	width: 150px;
	margin-top: 16px;
	line-height: 30px;
	font-size: 16px;
}

.ask {
	margin-bottom: 18px;
}

.ask,
.reply {
	position: relative;
	min-height: 57px;
}

.ask span.askT,
.reply span.askT {
	position: absolute;
	top: 8px;
	left: 12px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
}

.ask span.askT {
	width: 30px;
	height: 30px;
	font-size: 14px;
}

.ask div,
.reply div {
	padding-left: 58px;
}

.reply span.askT {
	width: 30px;
	height: 30px;
	font-size: 14px;
}

.ask p,
.reply p {
	font-size: 18px;
	line-height: 36px;
}

.ask .date,
.reply .date {
	font-size: 14px;
	font-weight: 400;
}

.answer ul {
	margin: 44px auto 0 auto;
}

.answer li {
	padding: 8px;
	margin-bottom: 10px;
}

/*站内搜索*/
.find {
	width: 100%;
	max-width: 1500px;
	padding: 0 20px;
	margin: 0 auto 76px auto;
	box-sizing: border-box;
}

.find ul {
	padding-left: 20px;
}

.find li {
	line-height: 47px;
	list-style: square;
	padding-left: 27px;
	border-bottom: 1px solid #DBDBDB;
}

.find li:hover .find-title{
	color: #D80816 !important;
	text-decoration: underline;
}

/*换肤*/
.cbg {
	position: absolute;
	top: 40px;
	right: 20px;
}

.cbg li {
	width: 10px;
	height: 10px;
	margin: auto 5px;
	cursor: pointer;
}

.cbg .red,
.cbg .blue {
	float: left;
}

.cbg .red {
	background: #D80816;
}

.cbg .blue {
	background: #1D55AE;
}


@media screen and (max-width: 1500px) {
	.contact-content-box {
		padding: 0 20px 20px;
	}

	.header,
	.bottom {
		max-width: 1200px;
	}

	.bread, .info-content-box, .list-content-box, .find, .contact-content-box, .detail-content-box, .appoint, .mapBox, .answer{
		max-width: 1200px;
	}

	.menuT .menuT-box{
		max-width: 1200px;
	}

	/* .menuT .bgsquare .square{
		width: 50%;
	} */

	.introduce, .solve, .new{
		max-width: 1200px;
	}
}

@media screen and (max-width: 1200px){
	.header{
		padding: 0 20px;
		box-sizing: border-box;
	}

	.logo{
		width: 280px;
		height: 45px;
	}

	.logo a{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
	}

	.logo img{
		/* width: 100%; */
		max-width: 100%;
		height: 100%;
	}
	.menuT .menuT-box{
		margin: 0 40px;
	}

	.nav li.nav_F{
		width: 100px;
	}
	
	.pc {
		display: none;
	}

	.sbottom {
		display: block;
	}

	.bottom {
		padding-top: 20px;
	}

	.bottom {
		width: 100%;
	}

	.bmenu {
		display: none;
	}

	.bcode {
		display: none;
	}

	.cominfo {
		width: 100%;
		text-align: center;
	}

	.bread {
		line-height: 0.43rem;
		font-size: 0.12rem;
		margin: 0 auto;
		width: 100%;
		padding: 0 0.12rem;
	}

	.info-content-box, .list-content-box, .find, .contact-content-box, .detail-content-box, .appoint, .mapBox, .answer{
		width: 100%;
	}

}

@media screen and (max-width: 992px) {
	.management-team-row{
		min-width: 100%;
		padding-right: 0;
	}
	
	.management-team-title{
		text-align-last: left;
	}
	
	.errbox .err img {
		width: 2.4rem;
		height: 2rem;
	}

	.errbg img {
		width: 100%;
		height: 2rem;
	}

	.cbg {
		top: 20px;
	}
	
	.c-banner {
		margin-top: 44px;
		width: 100%;
		height: 3rem;
	}

	.c-banner .banner ul li img {
		height: 3rem;
	}

	.nexImg,
	.preImg {
		display: none;
	}

	.nav.active {
		left: 40%;
	}

	.menuT {
		width: 100%;
		height: 2.24rem;
		padding: 0;
		margin-top: 0.45rem;
	}

	.menuTNo {
		height: 2rem !important;
	}

	.menuT .bgsquare{
		display: none;
	}

	.menuT-bg {
		height: 1.88rem;
	}

	.menuT .menuT-box {
		width: 100%;
		padding: 0;
		padding-top: 1.88rem;
		margin: 0;
	}

	.menuT h3 {
		display: none;
	}

	.menuT ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		overflow-x: auto;
		min-width: 100%;
		position: relative;
	}

	.menuT ul::-webkit-scrollbar {
		height: 3px;
		position: absolute;
		bottom: 2px;
	}

	.menuT ul::-webkit-scrollbar-thumb {
		border-radius: 5px;
	}

	.menuT ul li {
		margin: 0;
		text-align: center;
		list-style: none !important;
		border: none;
	}

	.menuT ul li.disc{
		list-style: none;
	}

	.menuT ul li>span {
		display: none;
	}

	.menuT ul li>a {
		display: block;
		font-size: 0.16rem;
		padding: 0 0.14rem;
		font-weight: 400;
		line-height: 0.36rem;
		white-space: nowrap;
	}

	.menuT li:hover a {
		font-weight: bold;
	}

	.menuT li.disc a {
		background-color: #D80816;
		color: #fff;
	}

	.menuT ul li>a>span {
		display: block;
	}

	.menuT ul li>a>i {
		display: none;
	}

	.cbg {
		top: 25px;
		right: 70px;
	}

	.c-banner {
		width: 100%;
		height: 3rem;
	}

	.c-banner .banner ul li img {
		height: 3rem;
	}

	.nexImg,
	.preImg {
		display: none;
	}

	.introduce {
		width: 100%;
		padding: 0.12rem;
		margin: 0;
	}

	.introInfo {
		width: 100%;
	}

	.introInfo::before {
		margin-top: 0;
	}

	.introInfo .columnTitle {
		font-size: 0.2rem;
		padding: 0.1rem 0;
	}

	.introInfo .info {
		margin: 0;
		padding: 0;
	}

	.introInfo .more {
		width: 0.66rem;
		height: 0.2rem;
		font-size: 0.1rem;
		line-height: 0.2rem;
		margin-top: 0.1rem;
	}

	.introduce .data {
		margin-top: 0.2rem;
	}

	.introduce .data li {
		font-size: 0.08rem;
		text-align: center;
	}

	.introduce .data li .cor_m {
		font-size: 0.18rem;
	}

	.introduce .introImg {
		width: 100%;
		height: auto;
		margin-top: 0.16rem;
		padding: 0;
		position: relative;
	}

	.introduce .introImg img {
		width: 100%;
		height: 100%;
		padding: 0;
	}

	.introduce .introImg img:hover {
		transform: none;
	}

	.solve,
	.new {
		width: 100%;
		margin: 0;
		border-top: 0.1rem solid #f5f5f5;
		padding: 0.12rem;
	}

	.solve .columnTitle,
	.new .columnTitle {
		font-size: 0.16rem;
		margin: 0;
		margin-bottom: 0.1rem;
	}

	.solve .info,
	.new .info {
		font-size: 0.14rem;
		margin-bottom: 0;
	}

	.solve .box-title a,
	.new .box-title a {
		font-size: 0.12rem;
	}

	.solve .box-title a::after,
	.new .box-title a::after {
		width: 0.12rem;
		height: 0.12rem;
	}

	.new .main {
		flex-wrap: wrap;
		margin-top: 0.1rem;
		height: auto;
		padding: 0;
	}

	.new .new-left {
		width: 100%;
		padding: 0rem;
	}

	.new .new-left .new-left_txt {
		padding: 0.15rem;
		width: 100%;
		/* height: 1.34rem; */
		box-sizing: border-box;
	}

	.new .new-left .date {
		font-size: 0.12rem;
	}

	.new .new-left h3 {
		font-size: 0.14rem;
		line-height: 0.26rem;
		margin-top: 0.15rem;
	}

	.new .new-left img {
		width: 100%;
		max-height: 3.3rem;
		/* height: auto; */
	}

	.new .new-right {
		width: 100%;
		flex-wrap: wrap;
		margin-top: 0.1rem;
	}

	.new .new-right .new-right_img {
		width: 100%;
		height: 3.3rem;
	}

	.new .new-right .new-right_img h3 {
		font-size: 0.12rem;
	}

	.new .new-right .new-right_txt {
		width: 100%;
		display: flex;
		margin-top: 0.12rem;
		overflow-y: hidden;
		overflow-x: auto;
	}

	.new .new-right .new-right_txt .item {
		height: 0.8rem;
		padding: 0.08rem;
		box-sizing: border-box;
		margin-right: 0.16rem;
		flex: 1;
		border: none !important;
	}

	.new .new-right .new-right_txt .item:last-child {
		margin-right: 0;
	}

	.new .cell-box .cell {
		width: 100%;
		height: 100%;
	}

	.new .new-right .new-right_txt .item .date {
		font-size: 0.12rem;
		margin-top: 0;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.new .new-right .new-right_txt .item h3 {
		font-size: 0.14rem;
		line-height: 0.17rem;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin: 0;
		padding: 0;
		height: auto;
		margin-top: 0.05rem;
		max-height: 0.34rem;
	}

	.new .new-right .new-right_txt .item span{
		display: none;
	}

	.new .new-right .new-right_txt .item::after {
		top: -12px;
		left: 50%;
		margin: 0;
		margin-left: -10px;
		border: none;
		border-left: 6px solid transparent !important;
		border-right: 6px solid transparent !important;
		border-bottom: 12px solid #D80816;
	}

	.find ul li{
		padding: 0;
	}

	.find ul li a{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 0.1rem;
		box-sizing: border-box;
	}

	.find .find-title{
		display: block;
		font-size: 0.16rem;
		/*font-weight: bold;*/
		color: #474340;
		flex: 1;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		/* max-height: 0.16rem; */
	}

	.find .find-date{
		display: block;
		font-size: 0.12rem;
		color: #9d9d9d;
		margin-left: 0.12rem;
		float: none;
	}

	.header {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		/* flex-wrap: wrap; */
	}

	.nav2{
		width: 100%;
	}

	.nav2 li {
		color: #D80816;
	}

	.nav2 span{
		color: #fff;
	}

	.logo {
		margin: 0;
		height: 30px;
	}


	.nav {
		position: fixed;
		top: 0;
		left: 100%;
		right: 0;
		bottom: 0;
		padding: 20px 10px 0;
		border-top: 1px solid #e6e6e6;
		text-align: left;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
		overflow: auto;
		z-index: 9;
		background-color: #D7000F;
		border-top: 1px solid #e6e6e6;
	}

	.nav.active {
		left: 40%;
		overflow-x: hidden;
	}

	.nav li.nav_F {
		float: none;
		height: auto;
		line-height: 26px;
		font-weight: bold;
	}

	.nav li.nav_F i {
		display: initial;
		opacity: 0.5;
		margin-right: 10px;
	}

	.menu {
		line-height: 0.4rem;
	}

	.zmenu {
		cursor: pointer;
		margin-right: 20px;
	}

	.close {
		position: fixed;
		top: 20px;
		right: 15px;
		cursor: pointer;
		line-height: 20px;
		z-index: 10;
	}

	.navBg {
		position: initial;
	}

	.navBg li {
		float: none;
	}

	.nav2 span {
		font-size: 14px;
	}

	.nav2 li {
		line-height: 26px;
		width: auto;
	}

	.logo {
		width: 50%;
		max-width: 50%;
		min-width: 1.6rem;
	}

	.logo img {
		/* width: 100%; */
		max-width: 100%;
		margin-left: 10px;
    height: auto;
		max-height: 100%;
	}

	.rdiv {
		margin-right: 10px;
	}

	.searchIn {
		height: 76px;
		opacity: 1;
		opacity: 1;
		margin-top: 0;
		padding: 22px 26px;
		position: absolute;
		top: 60px;
		left: 0;
	}

	.searchIn a.btn {
		display: inline-block;
		min-width: 60px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		margin-left: 20px;
	}

	.searchIn i {
		top: 28px;
	}

	.searchIn input {
		height: 32px;
		border-radius: initial;
		border: 1px solid #DFDFDF;
		width: 80%;
		float: left;
		padding-left: 29px;
	}

	.zmenu {
		font-size: 20px;
	}
}

@media screen and (max-width: 500px){
	.page-item a{
		width: 0.3rem;
		height: 0.3rem;
		line-height: 0.3rem;
	}
	.company-introduction-title-image-left,.company-introduction-title-image-right{
		width: 80px;
	}
	.company-introduction-title-image-right{
		left: 10px;
	}
	.company-introduction-title-image-left{
		right: 10px;
	}
	.organizational-box{
		display:block;
	}
	.organizational-item{
		width:100%;
		margin-top: 20px;
	}
}

/* 来访预约 */
@media screen and (max-width: 992px) {
	.appoint {
		margin: 0.2rem 0;
		padding: 0 0.2rem;
		box-sizing: border-box;
		background-color: #fff;
	}

	.appoint>div {
		float: none;
		width: 100% !important;
	}

	.appoint .appoint-one {
		background-color: #f5f5f5;
		padding: 0.2rem 0.1rem 0;
		box-sizing: border-box;
	}

	.appoint .appoint-one>img {
		width: 2.59rem !important;
		height: 0.4rem !important;
	}

	.appoint .appoint-one>p {
		font-size: 0.14rem !important;
		margin: 0 !important;
	}

	#visitForm {
		margin-top: 0.2rem;
	}

	#visitForm h3 {
		font-size: 0.14rem;
		margin: 0 0 0.15rem;
	}

	#visitForm input,
	#visitForm textarea {
		width: 100%;
		margin-bottom: 0.15rem;
	}

	.appoint-three {
		padding: 0.12rem 0;
		background-color: #f5f5f5;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
	}

	.appoint-three>img {
		width: 1.11rem !important;
		height: 1.11rem;
	}

	.appoint-three p {
		margin-left: 0.2rem;
	}

	.appoint-three p span {
		display: block;
		font-size: 0.14rem;
		line-height: 0.2rem;
		margin: 0;
	}

	.mapBox {
		padding: 0 0.12rem;
		box-sizing: border-box;
		border: none;
		width: 100%;
		height: 1.82rem;
	}

	#container {
		width: 100%;
		height: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 992px) {
	.list-content-box {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.content-swiper {
		width: 100%;
		height: 1.1rem;
		box-sizing: border-box;
	}

	.content-swiper .swiper-item .swiper-img {
		width: 1.43rem;
		height: 100%;
		margin-right: 0.09rem;
	}

	.content-swiper .swiper-item .swiper-right {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
		padding: 0;
	}

	.content-swiper .swiper-item .swiper-right .right-title {
		font-size: 0.16rem;
		font-weight: bold;
		color: #474340;
		/* white-space: nowrap; */
		line-height: 0.16rem;
	}

	.content-swiper .swiper-item .swiper-right .right-info {
		font-size: 0.12rem;
		font-weight: 400;
		color: #9D9D9D;
		/* white-space: nowrap; */
		text-overflow: ellipsis;
		overflow: hidden;
		line-height: 0.12rem;
		width: 100%;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		max-height: 0.12rem;
	}

	.content-swiper .swiper-item .swiper-right .right-content {
		font-size: 0.14rem;
		font-weight: 400;
		line-height: 0.2rem;
		color: #555555;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		max-height: 0.4rem;
	}

	.content-list {
		background-color: #fff;
	}

	
	.content-list .list-item a {
		padding: 0.1rem;
	}

	.content-list .list-item .item-img {
		width: 0.82rem;
		height: 0.7rem;
		margin-right: 0.1rem;
	}

	.content-list .list-item .item-right {
		padding: 0;
		width: calc(100% - 0.92rem);
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		height: 0.7rem;
	}

	.content-list .list-item .item-right .right-title {
		font-size: 0.16rem;
		font-weight: bold;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 0.18rem;
		max-height: 0.18rem;
	}

	.content-list .list-item .item-right .right-content {
		flex-wrap: wrap;
		margin-top: 0;
		flex-direction: column-reverse;
		flex: 1;
		margin-top: 0.1rem;
	}

	.content-list .list-item .item-right .right-content .content-text {
		width: 100%;
		font-size: 0.14rem;
		text-overflow: ellipsis;
		line-height: 0.16rem;
		flex: none;
		-webkit-line-clamp: 1;
		max-height: 0.16rem;
	}

	.content-list .list-item .item-right .right-content .content-time {
		width: 100%;
		font-size: 0.12rem;
		line-height: 0.12rem;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		margin: 0;
		text-align: left;
		max-height: 0.12rem;
	}

	.list-content-box .slick-prev {
		left: 10px;
	}

	.list-content-box .slick-next {
		right: 10px;
	}
}

@media screen and (max-width: 992px) {
	.contact-content-box {
		width: 100%;
		margin: 0.2rem 0 0;
		padding: 0 0.12rem 0.2rem;
		flex-wrap: wrap;
		box-sizing: border-box;
	}

	.info-card {
		width: 100%;
		padding: 0.14rem 0.1rem;
		box-sizing: border-box;
		margin-right: 0;
	}

	.info-card .info-card-box{
		width: max-content;
		margin: 0 auto;
	}

	.info-card .card-title {
		font-size: 0.18rem;
		line-height: 0.18rem;
	}

	.info-card .card-phone {
		width: 2.59rem;
		height: 0.4rem;
		margin-top: 0.1rem;
	}

	.card-list {
		margin-top: 0.16rem;
	}

	.card-list .list-item {
		margin-bottom: 0.25rem;
	}

	.card-list .list-item .item-label {
		font-size: 0.14rem;
		font-weight: normal;
		padding: 0 0.15rem;
	}

	.card-list .list-item .item-content {
		margin-left: 0.15rem;
		font-size: 0.14rem;
	}

	.list-card {
		width: 100%;
		margin-top: 0.2rem;
	}

	.list-card .card-tabs {
		width: 100%;
		border-bottom: 1px solid #DBDBDB;
	}

	.list-card .card-tabs .tabs-item {
		height: 0.4rem;
		font-size: 0.14rem;
		margin-right: 0.4rem;
	}

	.list-card .card-tabs .tabs-active {
		font-size: 0.16rem !important;
	}

	.list-card .card-tabs .tabs-active a {
		font-size: 0.16rem;
	}

	.list-card .card-tabs .tabs-active::after {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background-color: #D80816;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.list-card .list {
		margin-top: 0;
	}

	.list-card .list .item {
		padding: 0.18rem 0;
		border-bottom: 1px solid #dbdbdb;
		margin-bottom: 0;
	}

	.list-card .list .item a{
		margin: 0;
		padding: 0;
		border: none;
	}

	.list-card .list .item .item-content {
		font-size: 0.16rem;
	}

	.list-card .list .item .item-date {
		font-size: 0.12rem;
		margin-left: 0.2rem;
	}
}

@media screen and (max-width: 992px) {
	.detail-content-box .right{
		display: none;
	}

	.detail-content-box,
	.info-content-box {
		font-size: 0.12rem;
		line-height: 0.2rem;
		color: #555;
	}

	.detail-content-box .content-title {
		font-size: 0.16rem;
		line-height: 0.3rem;
	}

	.detail-content-box .content-time {
		font-size: 0.12rem;
		line-height: 0.3rem;
	}

	.detail-content-box .content-text {
		font-size: 0.12rem;
		color: #707070;
		line-height: 1.5;
		margin-top: 0.2rem;
	}
}

@media screen and (max-width: 992px) {
	.solution-content-box {
		width: 100%;
		margin: 0;
	}

	.content-list {
		background-color: #fff;
	}

	.solution-content-box .content-list .list-item {
		padding: 0.1rem;
	}

	.solution-content-box .content-list .list-item .item-img {
		width: 0.82rem;
		height: 0.62rem;
		margin-right: 0.1rem;
	}

	.solution-content-box .content-list .list-item .item-right {
		padding: 0;
		width: calc(100% - 0.92rem);
		height: 0.62rem;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		height: 0.62rem;
	}

	.solution-content-box .content-list .list-item .item-right .right-title {
		font-size: 0.16rem;
		font-weight: bold;
		line-height: 0.16rem;
		white-space: nowrap;
		text-overflow: ellipsis;
		max-height: 0.16rem;
	}

	.solution-content-box .content-list .list-item .item-right .right-content {
		flex-wrap: wrap;
		margin-top: 0;
		flex-direction: column-reverse;
		flex: none;
		margin-top: 0.1rem;
	}

	.solution-content-box .content-list .list-item .item-right .right-content .content-text {
		width: 100%;
		font-size: 0.14rem;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		margin-top: 0.03rem;
		max-height: 0.16rem;
	}

	.solution-content-box .content-list .list-item .item-right .right-content .content-time {
		width: 100%;
		font-size: 0.12rem;
		line-height: 0.12rem;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin: 0;
		text-align: left;
	}
}

@media screen and (min-width: 992px) {
	.solve .item:hover a:after {
		opacity: 0;
	}

	.solve .item:hover a:before {
		opacity: 1;
	}

	.solve .item:hover .txt-block {
		padding-bottom: 5vw;
	}

	.solve .item:hover .inner-btn {
		opacity: 1;
	}

	.solve .item:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}<!--0.0002129077911377-->