/*------------------------最新版样式---------------------------*/
/*内页顶部广告*/
.nav{
	z-index: 99;
}
.inside-banner-box{
	position: relative;
	z-index: 1;
	margin-top: 110px;
}
.inside-banner-box img {
	width: 100%;
}

/*面包屑导航*/
.breadcrumb-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #D3D1D1;
}
.breadcrumb-box .box-left{
	position: relative;
}
.breadcrumb-box .box-left .left-tit{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
}
.breadcrumb-box .box-left::after{
	content: "";
	display: block;
	background: #FF7938;
	width: 100px;
	height: 4px;
	position: absolute;
	bottom: -21px;
	left: -2px;
}
.breadcrumb-box .box-right{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 15px 0;  
}
.breadcrumb-box .box-right span{
	max-width: 500px;
	width: auto;
	display: inline-block;
	text-overflow:ellipsis;
	overflow:hidden; 
	white-space:nowrap;
}
.breadcrumb-box .icon-dingwei {
	font-size: 19px;
}

.breadcrumb-box .breadcrumb-bar {
	width: 20px;
	height: 20px;
	display: inline-block;
}

.breadcrumb-box span {
	color: #444444;
	margin-right: 10px;
	line-height: 16px;
}

.breadcrumb-box .first-span {
	margin-right: 7px;
}

.breadcrumb-box a {
	color: #444444;
	margin-right: 10px;
	line-height: 16px;
}

.breadcrumb-box span:last-child,
.addr a:hover {
	color: #FF7938;
}

/*顶部副导航栏 - 关于我们*/
.subnav-about-box {
	height: 140px;
	opacity: 1;
	background: #ffffff;
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.06);
	display: flex;
}

.subnav-about-box .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.subnav-about-box .left span {
	font-size: 36px;
	color: #333333;
	line-height: 36px;
	font-weight: bolder;
}

.subnav-about-box .left .as {
	color: #FF7938;
}

.subnav-about-box .right a {
	border-right: 1px solid #d2d2d2;
	font-size: 24px;
	color: #444444;
	line-height: 24px;
	padding: 0 45px;
	display: inline-block;
}

.subnav-about-box .right a:last-child {
	border-right: none;
	padding-right: 0;
}

.subnav-about-box .right a.cur,
.subnav-about-box .right a:hover {
	color: #FF7938;
}

/*顶部副导航栏 - 新闻资讯*/
.subnav-news-box {
	margin-bottom: 53px;
	width: 280px;
}

.subnav-news-box .tit {
	width: 280px;
	height: 110px;
	background: #FF7938;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.subnav-news-box .tit p:nth-of-type(1) {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

.subnav-news-box .tit p:nth-of-type(2) {
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 2px;
}

.subnav-news-box .subnav-news-list {
	background: #fff;
	border: 1px solid #FF7938;
}

.subnav-news-box h3 {
	height: 54px;
	margin-top: 1px;
	background: #f7f7f7;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #555;
	cursor: pointer;
	font-size: 18px;
}

.subnav-news-box h3 a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #383838;
}

.subnav-news-box h3:last-child {
	border-bottom: none;
}

.subnav-news-box h3.cur,
.subnav-news-box h3:hover {
	/* border-left: 3px solid #FF7938; */
}

.subnav-news-box h3.cur a,
.subnav-news-box h3:hover a {
	color: #FF7938;
}

.subnav-news-box .subnav-news-list h3 span {
	font-size: 25px;
	font-weight: normal;
	width: 20px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subnav-news-box .column-child {
	display: none;
	border-top: none;
	border-bottom: none;
}

.subnav-news-box .column-child .cur a {
	color: #C20921;
}

.subnav-news-box .column-child a {
	display: block;
	line-height: 50px;
	text-indent: 80px;
	background: url(../img/nav-dot.png) no-repeat 60px center;
	border-bottom: 1px solid #E6E6E6;
}

.subnav-news-box .column-child a li.on {
	color: #C20921;
}
.subnav-news-box .left-footer{
	background: #FF7938;
	height: 150px;
	padding-top: 1px;
}
.subnav-news-box .left-footer .footer-top{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.subnav-news-box .left-footer .footer-top .icon{
	width: 63px;
	height: 52px;
	background: url(../img/product-icon.png) no-repeat center center;
}
.subnav-news-box .left-footer .footer-top .footer-text{
	color: #fff;
	font-size: 22px;
	margin-left: 10px;
	font-weight: bold;
	letter-spacing: 3px;
}
.subnav-news-box .left-footer .footer-bottom{
	color: #fff;
	text-align: center;
	font-size: 26px;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}
.subnav-news-box .subnav-bottom {
	margin-top: 1px;
	width: 242px;
	height: 107px;
	background: #FF7938;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subnav-news-box .subnav-bottom .subnav-bottom-img {
	height: 20px;
}

.subnav-news-box .subnav-bottom .subnav-bottom-img img {
	width: 16px;
	height: 20px;
}

.subnav-news-box .subnav-bottom .subnav-bottom-img span {
	font-size: 16px;
	color: #ffffff;
	margin-left: 4px;
}

.subnav-news-box .subnav-bottom .subnav-phone {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	margin-top: 20px;
}

/*顶部副导航栏 - 产品列表*/
.subnav-product-box {
	margin-bottom: 53px;
	width: 280px;
}
.subnav-product-box1 .box{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
.list-service-box .main{
	
}
.list-service-box .main .title{
	font-size: 50px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
	font-weight: 700;
	text-align: center;
	color: #000000;
	line-height: 50px;
	margin-top: 48px;
}
.list-service-box .main .main-box{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}
.list-service-box .main .main-box .item{
	margin:0 10px;
	margin-bottom: 43px;
	width: 380px;
	
}
.list-service-box  .main .main-box .item .img-box{
	height: 316px;
}
.list-service-box .main .main-box .item .img-box img{
	height: 100%;
	width: 100%;
}
.list-service-box .main .main-box .item .text{
	height: 60px;
	border: 1px solid #DCDCDC;
	border-top: 0px;
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: center;
	color: #1f1f1f;
	line-height: 60px;
	letter-spacing: 1px;
	transition: .6s;
}
.list-service-box .main .main-box .item:hover .text{
	background: #FF7938;
	color: #FFF;
}
.subnav-product-box1 .box .item{
	width: 230px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #F8F8F8;
}
.subnav-product-box1 .box .item .icon{
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.subnav-product-box1 .box .item .icon img{
	width: 100%;
	height: 100%;
}
.subnav-product-box1 .box .item .text{
	font-size: 18px;
	text-align: center;
	color: #333333;
	line-height: 36px;
	letter-spacing: 1px;
}
.subnav-product-box .subnav-tit .bg{
	background: url(../img/subnav-tit.png) no-repeat center center;
	background-size: contain;
	width: 606px;
	height: 36px;
	margin: 0 auto;
	margin-top: 60px;
}
.subnav-product-box .subnav-tit .text{
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	color: #333333;
	line-height: 30px;
	letter-spacing: 2px;
	margin-top: -15px;
}
.subnav-product-box .tit {
	width: 280px;
	height: 110px;
	background: #FF7938;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.subnav-product-box .tit p:nth-of-type(1) {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

.subnav-product-box .tit p:nth-of-type(2) {
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 2px;
}

.subnav-product-box .subnav-product-list {
	background: #fff;
	border: 1px solid #FF7938;
}

.subnav-product-box h3 {
	height: 54px;
	margin-top: 1px;
	background: #f7f7f7;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #555;
	cursor: pointer;
	font-size: 18px;
}

.subnav-product-box h3 a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #383838;
}

.subnav-product-box h3:last-child {
	border-bottom: none;
}

.subnav-product-box h3.cur,
.subnav-product-box h3:hover {
	/* border-left: 3px solid #FF7938; */
}

.subnav-product-box h3.cur a,
.subnav-product-box h3:hover a {
	color: #FF7938;
}

.subnav-product-box .column-child {
	display: none;
	border-top: none;
	border-bottom: none;
}

.subnav-product-box .column-child .cur a {
	color: #C20921;
}

.subnav-product-box .column-child a {
	display: block;
	line-height: 50px;
	text-indent: 10px;
	margin-left: 30px;
	margin-right: 30px;
	background: url(../img/nav-dot.png) no-repeat 70px center;
	border-bottom: 1px solid #E6E6E6;
}
.subnav-product-box .column-child a:nth-last-child(1){
	border: 0;
}
.subnav-product-box .column-child a li.on {
	color: #FF7938;
}
.subnav-product-box .column-child a li::before{
	content: "-";
}
.subnav-product-box .left-footer{
	background: #FF7938;
	height: 150px;
	padding-top: 1px;
}
.subnav-product-box .left-footer .footer-top{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.subnav-product-box .left-footer .footer-top .icon{
	width: 63px;
	height: 52px;
	background: url(../img/product-icon.png) no-repeat center center;
}
.subnav-product-box .left-footer .footer-top .footer-text{
	color: #fff;
	font-size: 22px;
	margin-left: 10px;
	font-weight: bold;
	letter-spacing: 3px;
}
.subnav-product-box .left-footer .footer-bottom{
	color: #fff;
	text-align: center;
	font-size: 26px;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}
.subnav-product-box .subnav-bottom {
	margin-top: 1px;
	width: 242px;
	height: 107px;
	background: #FF7938;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subnav-product-box .subnav-bottom .subnav-bottom-img {
	height: 20px;
}

.subnav-product-box .subnav-bottom .subnav-bottom-img img {
	width: 16px;
	height: 20px;
}

.subnav-product-box .subnav-bottom .subnav-bottom-img span {
	font-size: 16px;
	color: #ffffff;
	margin-left: 4px;
}

.subnav-product-box .subnav-bottom .subnav-phone {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	margin-top: 20px;
}

/*无数据*/
.nodata {
	text-align: center;
}

/*分页*/
.pagination {
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: center;
}

.pagination li {
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	display: inline-block;
	margin: 0 2px;
}

.pagination .active {
	background: #FF7938;
	color: #FFF;
	border-color: #FF7938;
	margin: 0 2px;
}

.pagination .disabled {
	color: #aaa;
}

.pagination a {
	border-radius: 3px;
	display: inline-block;
	padding: 5px 12px;
}

.pagination span {
	border-radius: 3px;
	display: inline-block;
	padding: 5px 12px;
}

/*图片列表 - 荣誉资质*/
.list-honor-page-box .honor-list {
	margin: 70px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list-honor-page-box .honor-list dl{
	margin-right: 20px;
	margin-bottom: 32px;
	cursor: pointer;
	border: 1px solid #F2F2F2;
}
.list-honor-page-box .honor-list dl:hover{
	border: 1px solid #FF7938;
}
.list-honor-page-box .honor-list dl:hover dd{
	background: #FF7938;
	color: #fff;
}
.list-honor-page-box .honor-list dl:nth-child(4n) {
	margin-right: 0;
}

.list-honor-page-box .honor-list dt {
	min-width: 240px;
	max-width: 270px;
	width: auto;
	height: auto;
	padding: 12px 15px;
}

.list-honor-page-box .honor-list dt img {
	display: block;
	width: 100%;
	min-width: 240px;
	max-width: 270px;
}

.list-honor-page-box .honor-list dd {
	height: 50px;
	width: 270px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #f0f0f0;
}
.list-honor-page-box .honor-list dd span {
	font-size: 16px;
	line-height: 16px;
}

/* list-news-box - 新闻资讯列表 */
.list-news-box {
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
	margin-bottom: 70px;
}

.list-news-box .news-list {
	width: 900px;
}

.list-news-box .news-list .list_dl {
	padding: 30px;
	background: #fff;
	position: relative;
	display: flex;
	border: 0px;
	border-bottom: 1px solid #ddd;
}

.list-news-box .news-list .list_dl:nth-child(1) {
	padding-top: 0px;
}

.list-news-box .news-list .list_dl:nth-last-child(1) {
	border: 0;
}

.list-news-box .news-list .list_dl dt {
	margin-right: 25px;
	display: inline;
	float: left;
}

.list-news-box .news-list .list_dl dt img {
	width: 282px;
	height: 188px;
	display: block;
	padding: 2px;
	background: #fff;
}

.list-news-box .news-list .list_dl dd {
	width: 585px;
	line-height: 26px;
	float: left;
	text-align: left;
}

.list-news-box .news-list .list_dl dd h4 a {
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	white-space: nowrap;
	width: 100%;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-news-box .news-list .list_dl p {
	width: 100%;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	 display: -webkit-box;
}

.list-news-box .news-list .list_dl:hover h4 a {
	color: #FF7938;
	font-weight: bold;
}

.list-news-box .news-list .list_dl .news-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 36px;
	font-size: 14px;
}

.list-news-box .news-list .list_dl .news-bottom .bottom-item {
	display: flex;
	justify-content: space-between;
	flex: 1;
}

.list-news-box .news-list .list_dl .news-bottom .bottom-item .news-ckxq {
	width: 100%;
	text-align: right;
	cursor: pointer;
}

.list-news-box .news-list .list_dl .news-bottom .bottom-item .news-ckxq:hover {
	color: #FF7938;
}

.list-news-box .news-list .news-info:hover {
	border: 1px solid #FF7938;
}

.list-news-box .news-list .news-info dt {
	width: 280px;
	height: 165px;
	display: inline-block;
}

.list-news-box .news-list .news-info dt img {
	width: 100%;
	height: 100%;
}

.list-news-box .news-list .news-info dd {
	width: 530px;
	height: 165px;
}

.list-news-box .news-list .news-info dd h4 {
	margin-top: 10px;
	color: #1A1A1A;
	margin-bottom: 15px;
	transition: all .4s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list-news-box .news-list .news-info dd h4 .title {
	font-size: 18px;
	color: #1A1A1A;
	display: inline-block;
	width: 420px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-news-box .news-list .news-info dd h4 .time {
	font-size: 16px;
	line-height: 16px;
	color: #8C8C8C;
}

.list-news-box .news-list .news-info:hover h4 .title {
	color: #FF7938;
}

.list-news-box .news-list .news-info dd p {
	height: 45px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.list-news-box .news-list .news-info p {
	font-size: 14px;
	color: #666;
}

.list-news-box .news-list .news-info .detail-look {
	width: 100%;
	margin-top: 25px;
	display: flex;
	justify-content: flex-end;
}

.list-news-box .news-list .news-info .detail-look button {
	width: 135px;
	height: 40px;
	background-color: #e6e6e6;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #666666;
	transition: all .6s;
}

.list-news-box .news-list .news-info:hover .detail-look button {
	background-color: #FF7938;
	color: white;
}

/* list-product-box - 产品中心列表 */
.list-product-box {
	margin-top: 45px;
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
}

.list-product-box .product-list {
	width: 956px;
	margin-left: 40px;
}
.list-product-box .product-list a {
	margin-bottom: 20px;
	display: inline-block;
	margin-right: 15px;
}

.list-product-box .product-list a:nth-child(3n) {
	margin-right: 0;
}

.list-product-box .product-list a .product-list-item {
	width: 280px;
	display: inline-block;
	border: 1px solid #e0e0e0;
}

.list-product-box .product-list .product-list-item .item-img {
	width: 100%;
	height: 280px;
	position: relative;
	z-index: 10;
}

.list-product-box .product-list .product-list-item .item-img img {
	width: 100%;
	height: 100%;
}

.list-product-box .product-list .product-list-item p {
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 50px;
	width: 100%;
	height: 50px;
	transition: all .6s;
	border-top: 1px solid #e0e0e0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
}

.list-product-box .product-list .product-list-item:hover p {
	background-color: #FF7938;
	color: #ffffff;
}

.list-product-box .product-list .subtitle {
	margin-bottom: 40px;
}

.list-product-box .product-list .subtitle p {
	font-size: 18px;
	font-weight: bolder;
	color: #383838;
	line-height: 30px;
	width: 90px;
	text-align: center;
}

.list-product-box .product-list .subtitle .cut {
	display: flex;
}

.list-product-box .product-list .subtitle .cut .left {
	width: 54px;
	height: 3px;
	background: #FF7938;
}

.list-product-box .product-list .subtitle .cut .right {
	width: 36px;
	height: 3px;
	background: #9b9b9b;
}

.list-product-box .product-list .subtitle .br {
	width: 100%;
	height: 1px;
	opacity: 0.67;
	background-color: #a6a6a6;
}

/* list-service-box - 方案服务列表 */
.list-service-box {
	margin-top: 45px;
	margin-bottom: 70px;
}
.list-service-box .list-service-top {
	margin-top: 60px;
	margin-bottom: 40px;
	text-align: center;
}

.list-service-box .list-service-top h1 {
	color: #343434;
	font-size: 34px;
	line-height: 34px;
}

.list-service-box .list-service-top h2 {
	font-size: 18px;
	color: #666666;
	line-height: 18px;
	margin-top: 30px;
}

.list-service-box .list-service {
	
}
.list-service-box .list-service .box{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	margin-bottom: 40px;
}
.list-service-box .list-service::after{
	content: "";
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 1200px;
	height: 1px;
	background: #e5e5e5;
}
.list-service-box .list-service:nth-last-child(1)::after{
	height: 0px;
	margin-top: 0;
	margin-bottom: 0;
}
.list-service-box .list-service .service-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	transition: 0.5s;
	margin-left: 50px;
}

.list-service-box .list-service .service-info:nth-child(3n) {
	margin-right: 0;
}

.list-service-box .list-service .service-info:hover {
	/* border: 1px solid #ffffff;
	box-shadow: #d4d2d2 0 0 10px; */
}

.list-service-box .list-service  .service-info-img {
	width: 480px;
	height: 264px;
	margin-bottom: 14px;
}

.list-service-box .list-service img {
	width: 100%;
	height: 100%;
}

.list-service-box .list-service .service-info .service-info-tilte {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	color: #333333;
	line-height: 18px;
	letter-spacing: 1px;
}

.list-service-box .list-service .service-info:hover .service-info-tilte {
	color: #FF7938;
}

.list-service-box .list-service .service-info .service-info-describe {
	font-size: 16px;
	text-align: justify;
	color: #444444;
	line-height: 24px;
	letter-spacing: 1px;
	margin-top: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.list-service-box .list-service .service-info .service-info-button {
	width: 120px;
	height: 40px;
	background: #FF7938;
	margin-top: 46px;
}

.list-service-box .list-service .service-info .service-info-button a {
	color: #444444;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 40px;
	color: #FFF;
	letter-spacing: 1px;
}

.list-service-box .list-service .service-info .service-info-button a:hover {
	color: #A80219;
}

.list-service-box .list-service .service-info .service-info-button span {
	margin: 0 19px;
	display: inline-block;
	height: 20px;
	border-right: 1px dashed #444444;
}

/*客户案例列表*/
.subnav-case-box {
	margin-bottom: 53px;
	width: 280px;
}

.subnav-case-box .tit {
	width: 280px;
	height: 110px;
	background: #FF7938;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.subnav-case-box .tit p:nth-of-type(1) {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

.subnav-case-box .tit p:nth-of-type(2) {
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 2px;
}

.subnav-case-box .subnav-case-list {
	background: #fff;
	border: 1px solid #FF7938;
}

.subnav-case-box h3 {
	height: 54px;
	margin-top: 1px;
	background: #f7f7f7;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #555;
	cursor: pointer;
	font-size: 18px;
}

.subnav-case-box h3 a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #383838;
}

.subnav-case-box h3:last-child {
	border-bottom: none;
}

.subnav-case-box h3.cur,
.subnav-case-box h3:hover {
	/* border-left: 3px solid #FF7938; */
}

.subnav-case-box h3.cur a,
.subnav-case-box h3:hover a {
	color: #FF7938;
}

.subnav-case-box .subnav-case-list h3 span {
	font-size: 25px;
	font-weight: normal;
	width: 20px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subnav-case-box .column-child {
	display: none;
	border-top: none;
	border-bottom: none;
}

.subnav-case-box .column-child .cur a {
	color: #C20921;
}

.subnav-case-box .column-child a {
	display: block;
	line-height: 50px;
	text-indent: 80px;
	background: url(../img/nav-dot.png) no-repeat 60px center;
	border-bottom: 1px solid #E6E6E6;
}

.subnav-case-box .column-child a li.on {
	color: #C20921;
}
.subnav-case-box .left-footer{
	background: #FF7938;
	height: 150px;
	padding-top: 1px;
}
.subnav-case-box .left-footer .footer-top{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.subnav-case-box .left-footer .footer-top .icon{
	width: 63px;
	height: 52px;
	background: url(../img/product-icon.png) no-repeat center center;
}
.subnav-case-box .left-footer .footer-top .footer-text{
	color: #fff;
	font-size: 22px;
	margin-left: 10px;
	font-weight: bold;
	letter-spacing: 3px;
}
.subnav-case-box .left-footer .footer-bottom{
	color: #fff;
	text-align: center;
	font-size: 26px;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}

.subnav-case-box .subnav-bottom {
	margin-top: 1px;
	width: 242px;
	height: 107px;
	background: #FF7938;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subnav-case-box .subnav-bottom .subnav-bottom-img {
	height: 20px;
}

.subnav-case-box .subnav-bottom .subnav-bottom-img img {
	width: 16px;
	height: 20px;
}

.subnav-case-box .subnav-bottom .subnav-bottom-img span {
	font-size: 16px;
	color: #ffffff;
	margin-left: 4px;
}

.subnav-case-box .subnav-bottom .subnav-phone {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	margin-top: 20px;
}
.list-case-nav{
	flex:1;
}
.list-case-nav-box{
	height: 90px;
	box-shadow: 0 3px 4px #e9e9e9;
}
.list-case-nav-box .blk-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-case-nav-box h3{
	height: 90px;
	line-height: 90px;
	font-size: 28px;
	font-weight: bold;
	color: #1a1a1a;
}
.list-case-nav-box ul{
	display: flex;
	height: 90px;
	justify-content: space-between;
	align-items: center;
}
.list-case-nav-box ul li{
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #1A1A1A;
	padding: 0 24px;
}
.list-case-nav-box ul li:hover{
	background: #FF7938;
	border-radius: 25px;
}
.list-case-nav-box ul .cur{
	background: #FF7938;
	border-radius: 25px;
}
.list-case-nav-box ul .cur a{
	color: #FFF;
}
.list-case-nav-box ul li a{
	color: #1A1A1A;
}
.list-case-nav-box ul li:hover a{
	color: #FFF;
}
.list-case-box {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 70px;
}

.list-case-box .case-list {
    width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list-case-box .case-list .case-info {
    /* width: 900px;
    height: 230px; */
    /* padding: 30px; */
    margin-bottom: 40px;
    /* border: 1px solid #D9D9D9; */
    position: relative;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}

.list-case-box .case-list .case-info:hover {
    /* border: 1px solid #FF7938; */
}

.list-case-box .case-list .case-info dt {
    width: 378px;
	height: 283px;
	overflow: hidden;
}

.list-case-box .case-list .case-info dt img {
	width: 100%;
	height: 100%;
	transition: all .6s ease;
}
.list-case-box .case-list .case-info:hover dt img{
	width: 105%;
	max-width: 105%;
	height: 105%;
}
.list-case-box .case-list .case-info dd {
    width: 357px;
    padding: 22px 20px 22px 30px;
	background: #FFF;
	border: 1px solid #E3E3E3;
	margin: -20px auto 0;
	z-index: 2;
	position: relative;
	transition: all 0.3s ease;
}
.list-case-box .case-list .case-info:hover dd{
	box-shadow: 0px 10px 10px #eeeeee;
}
.list-case-box .case-list .case-info dd h4 {
    margin-top: 10px;
    color: #1A1A1A;
    margin-bottom: 15px;
    transition: all .4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-case-box .case-list .case-info dd h4 .title {
    font-size: 24px;
    color: #1A1A1A;
	font-weight: bold;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-case-box .case-list .case-info dd h4 .time {
    font-size: 16px;
    line-height: 16px;
    color: #8C8C8C;
}

.list-case-box .case-list .case-info:hover h4 .title {
    color: #FF7938;
}

.list-case-box .case-list .case-info dd p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
	text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	height: 72px;
}

.list-case-box .case-list .case-info p {
    font-size: 14px;
    color: #666;
}

.list-case-box .case-list .case-info .detail-look {
    width: 100%;
    margin-top: 25px;
}

.list-case-box .case-list .case-info .detail-look button {
    width: 100px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
	background: #FFF;
	border: 1px solid #FF7938;
    color: #666666;
    transition: all .6s;
	position: relative;
}
.list-case-box .case-list .case-info .detail-look button::before{
	    content: '';
	    position: absolute;
	    border-top: 9px solid transparent;
	    border-bottom: 9px solid transparent;
	    border-left: 10px solid #fff;
	    left: -1px;
	    top: 50%;
	    margin-top: -9px;
	    z-index: 1;
}
.list-case-box .case-list .case-info .detail-look button::after{
	    content: '';
	    position: absolute;
	    border-top: 5px solid transparent;
	    border-bottom: 5px solid transparent;
	    border-left: 7px solid #FF7938;
	    left: -1px;
	    top: 50%;
	    margin-top: -5px;
	    z-index: 2;
}
.list-case-box .case-list .case-info:hover .detail-look button {
    background-color: #FF7938;
    color: white;
}
.list-case-box .case-list .case-info:hover .detail-look button::after{
	border-left: 7px solid #FFF;
}
.list-case-box .case-list .case-info:hover .detail-look button::before{
	border-left: 10px solid #FF7938;
}

/* info-news-box - 新闻详情页 */
.info-news-box .news-content {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.info-news-box .news-content .news-left {
	width: 800px;
}

.info-news-box .news-content .news-left .info-news-title {
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 35px;
	text-align: center;
	color: #343434;
}

.info-news-box .news-content .news-left .info-news-subtitle {
	text-align: center;
	margin-bottom: 40px;
}

.info-news-box .news-content .news-left .info-news-subtitle p {
	display: inline-block;
	color: #888888;
	font-size: 14px;
	line-height: 14px;
}

.info-news-box .news-content .news-left .info-news-subtitle p:nth-child(2) {
	margin: 0 30px;
}

.info-news-box .news-content .news-left .info-news-content {
	border-top: 1px solid #E3E3E3;
	padding-top: 30px;
}

.info-news-box .news-content .news-left .info-news-content p {
	color: #888888;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
}

.info-news-box .news-content .news-left .info-news-content a {
	color: #333333;
	font-weight: bold;
}

.info-news-box .news-content .news-left .info-news-content img {
	max-width: 100%;
}

.info-news-box .news-content .news-left .info-news-tag {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 70px;
	margin-bottom: 50px;
}

.info-news-box .news-content .news-left .info-news-tag a {
	color: #999999;
	padding: 10px 20px;
	background-color: #F0F0F0;
	margin-bottom: 30px;
	border-radius: 25px;
}

.info-news-box .news-content .news-left .info-news-page {
	display: flex;
	justify-content: space-between;
}

.info-news-box .news-content .news-left .info-news-page,
.info-news-box .news-content .news-left .info-news-page a {
	color: #666666;
}

.info-news-box .news-content .news-left .info-news-page a:hover {
	color: #B31E23;
}

.info-news-box .news-content .news-left .info-news-page .info-news-next {
	text-align: right;
}

.info-news-box .news-content .news-left .info-news-page .info-news-prev,
.info-news-box .news-content .news-left .info-news-page .info-news-next {
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info-news-box .news-content .news-right {
	width: 330px;
}

.info-news-box .news-content .news-right .news-right-title {
	font-size: 30px;
	line-height: 30px;
	color: #333333;
}

.info-news-box .news-content .news-right .list-news-right {
	border-top: 1px solid #C7C7C7;
	margin-top: 35px;
}

.info-news-box .news-content .news-right .list-news-right-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px dashed #C7C7C7;
}

.info-news-box .news-content .news-right .list-news-right-item p:first-child {
	color: #333333;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info-news-box .news-content .news-right .list-news-right-item p:last-child {
	color: #666666;
	font-size: 14px;
	line-height: 14px;
}

.info-news-box .news-content .news-right .list-news-right-item span {
	color: #C7C7C7;
	font-size: 15px;
}

.info-news-box .news-content .news-right .list-news-right-item:hover p:first-child,
.info-news-box .news-content .news-right .list-news-right-item:hover span {
	color: #B31E23;
}

.info-news-box .news-recommend {
	margin-top: 90px;
	margin-bottom: 110px;
}

.info-news-box .news-recommend .news-recommend-title {
	color: #333333;
	font-size: 24px;
	line-height: 24px;
	padding-left: 18px;
	position: relative;
}

.info-news-box .news-recommend .news-recommend-title:before {
	content: '';
	width: 4px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #FF7938;
}

.info-news-box .news-recommend .list-recommend {
	margin-top: 30px;
	padding-top: 45px;
	border-top: 1px solid #EEEEEE;
	display: flex;
	justify-content: space-between;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item {
	width: 380px;
	box-shadow: #d4d2d2 0px 0px 3px;
	padding-bottom: 35px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item img {
	width: 100%;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .list-recommend-content {
	padding: 0 35px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-title {
	color: #161616;
	font-size: 18px;
	line-height: 18px;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-desc {
	color: #666666;
	line-height: 26px;
	margin-top: 15px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 52px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-cutline {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #E5E5E5;
	margin-top: 30px;
	margin-bottom: 20px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-date {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-date span:first-child {
	font-size: 24px;
	line-height: 24px;
	color: #333333;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-date span:last-child {
	font-size: 9px;
	color: #999999;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item:hover .recommend-item-date span:last-child,
.info-news-box .news-recommend .list-recommend .list-recommend-item:hover .recommend-item-title {
	color: #FF7938;
}

/*产品详情*/
.info-product-box {
	margin-top: 40px;
	padding-bottom: 70px;
	display: flex;
}

.info-product-box .product-right {
	float: right;
	margin-left: 39px;
	width: 880px;
}

.info-product-box .product-right img {
	display: inline-block;
	width: 100%;
}

.info-product-box .pro-top {
	display: flex;
	justify-content: space-between;
}

.info-product-box .pro-top .pleft {
	width: 460px;
	height: 100%;
	padding: 10px;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
}

.info-product-box .pro-top .pright {
	width: 430px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-left: 40px;
}

.info-product-box .pic-box li img {
	display: block;
	width: 440px;
}

.info-product-box .pleft .small-scroll {
	position: relative;
	z-index: 9999;
	overflow: hidden;
	clear: both;
	padding: 9px 0;
	width: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.info-product-box .pleft .small-items {
	margin: 0 auto;
	position: relative;
	width: 440px;
	overflow: hidden;
}
.info-product-box .pleft .small-items ul{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.info-product-box .pleft .small-items li {
	float: left;
	width: 60px !important;
	height: 60px;
	/* margin-left: 15px; */
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.info-product-box .pleft .small-items li img {
	width: 100%;
	height: 100%;
	display: block;
}

.info-product-box .pleft .prev {
	font-size: 20px;
	color: #999999;
	text-align: center;
	position: absolute;
	left: 0;
	top: 60%;
	margin-top: -25px;
	z-index: 999;
	cursor: pointer;
}

.info-product-box .pleft .next {
	font-size: 20px;
	color: #999999;
	text-align: center;
	position: absolute;
	right: 0;
	top: 60%;
	margin-top: -25px;
	z-index: 999;
	cursor: pointer;
}

.info-product-box .pleft .nav {
	text-align: center;
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 999;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 16px;
	color: #fff;
	padding: 5px 12px;
}

.info-product-box .pleft .nav a {
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 100%;
	font-size: 0;
}

.info-product-box .pleft .nav a.cur {
	background: rgba(255, 231, 73, 0.75);
}

.info-product-box .pright h4 {
	color: #333333;
	font-size: 24px;
	letter-spacing: 2px;
	padding-bottom: 19px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	padding-left: 18px;
}
.info-product-box .pright h4::before{
	content: "";
	width: 5px;
	height: 22px;
	display: inline-block;
	background: #FF7938;
	position: absolute;
	left: 0;
	top: 6px;
}

.info-product-box .pd-short {
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	/* margin-top: 20px;
	margin-bottom: 20px; */
}
.info-product-box .pd-short p img{
	width: 40px;
}
.info-product-box .hot-box-top {
	padding-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.info-product-box .hot-box-top .hot-mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info-product-box .hot-box-top .hot-mobile .hot-img {
	width: 22px;
	height: 22px;
}

.info-product-box .hot-mobile .hot-img img {
	width: 100%;
	height: 100%;
}

.info-product-box .hot-mobile .hot-phone p{
	font-size: 24px;
	color: #FF7938;
	font-weight: bold;
	line-height: 24px;
	margin-left: 5px;
	margin-right: 80px;
	letter-spacing: 3px;
}
.info-product-box .hot-box-top .pc-buy-btn{
	width: 140px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	border: 1px solid #FF7938;
	box-sizing: border-box;
}
.info-product-box .hot-box-top a:nth-child(2) {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 155px;
	height: 46px;
	background-color: #FF7938;
	line-height: 46px;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	margin-right: 40px;
}

.info-product-box .hot-box-top a:nth-child(2) img {
	width: 22px;
	height: 21px;
	margin-left: 15px;
}

.info-product-box .pro-key {
	line-height: 36px;
	display: block;
	font-weight: bold;
	margin-bottom: 12px;
	text-align: center;
	margin-top: 40px;
}

.info-product-box .pro-key a {
	font-weight: normal;
	margin-right: 6px;
	padding-left: 8px;
	padding-right: 8px;
	background: #f1f1f1;
	line-height: 28px;
	border-radius: 10px;
	display: inline-block;
}

.info-product-box .product-guess {
	margin-bottom: 70px;
}

.info-product-box .related-box {
	width: 100%;
}

.info-product-box .related-box .related-title {
	display: flex;
	padding-bottom: 15px;
	letter-spacing: 2px;
}

.info-product-box .related-box .related-title p {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #333333;

}

.info-product-box .related-box .related-title b {
	display: inline-block;
	color: #FF7938;
}

.info-product-box .related-box .related-title span {
	font-size: 14px;
	line-height: 14px;
	color: #999999;
	font-weight: normal;
	text-transform: uppercase;
}

.info-product-box .related-box .related-bar {
	position: relative;
	z-index: 10;
	width: 100%;
	margin-bottom: 50px;
	height: 1px;
	background-color: #e6e6e6;
}

.info-product-box .related-box .related-bar span {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 106px;
	height: 1px;
	background-color: #FF7938;
}

.info-product-box .related-box .related-content {
	display: flex;
	justify-content: space-between;
}

.info-product-box .related-box .related-content dl {
	width: 275px;
	box-sizing: border-box;
}

.info-product-box .related-box .related-content dt .produce-img {
	width: 275px;
	position: relative;
	z-index: 10;
}

.info-product-box .related-box .related-content .produce-img img {
	width: 100%;
	height: 100%;
}

.info-product-box .related-box .related-content dt .produce-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	z-index: 40;
	background: #000000;
	opacity: 0.5;
	transition: all .6s;
}

.info-product-box .related-box .related-content dt .produce-plus {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	z-index: 100;
	transition: all .6s;
}

.info-product-box .related-box .related-content .produce-plus img {
	display: block;
	width: 30px;
	height: 30px;
}

.info-product-box .related-box .related-content dd {
	text-align: center;
	height: 50px;
}

.info-product-box .related-box .related-content dd a {
	display: block;
	height: 50px;
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .6s;
}

.info-product-box .related-box .related-content dl:hover dt .produce-mask,
.info-product-box .related-box .related-content dl:hover dt .produce-plus {
	height: 100%;
}

.info-product-box .related-box .related-content dl:hover dd a {
	background-color: #FF7938;
	color: #ffffff;
}

/* message - 立即咨询 */
.message-box .message-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 65px;
	margin-top: 70px;
}

.message-box .message-title h1 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.message-box .message-title .message-title-center {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 30px;
	border-radius: 50%;
	background-color: #FF7938;
}

.message-box .message-title .message-title-right {
	display: block;
	font-size: 30px;
	color: #dddddd;
	font-weight: bold;
}

.message-box .message-bar {
	width: 100%;
	height: 1px;
	background-color: #666666;
}

.message-box .message-form {
	display: flex;
}

.message-box .message-form .message-l {
	width: 380px;
	height: 725px;
	border-top: 6px solid #FF7938;
	background: url('../img/message-left.jpg') no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
}

.message-box .message-form .message-l .message-l-title {
	margin-top: 130px;
	font-size: 60px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.message-box .message-form .message-r {
	padding-top: 50px;
	padding-left: 140px;
}

.message-box .message-form .message-require {
	font-size: 18px;
	color: #333333;
	margin-bottom: 30px;
	height: 30px;
	line-height: 30px;
}

.message-box .message-form .message-require p {
	font-size: 18px;
	color: #999999;
}

.message-box .message-form .red-x {
	color: #DD3904;
	display: inline;
	font-size: 12px;
}

.message-box .message-form .red-x1 {
	color: #f00;
	display: inline;
	font-size: 12px;
}

.message-box .message-form table {
	line-height: 80px;
}

.message-box .message-form table input {
	border: 1px solid #555555;
	margin-right: 10px;
	font-size: 14px;
	width: 355px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 4px;
}

.message-box .message-form table textarea {
	width: 500px;
	height: 200px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #555555;
	margin-top: 30px;
	font-size: 14px;
}

.message-box .message-form table th {
	font-size: 18px;
	color: #555555;
}

.message-box .message-form table .tab-textarea {
	vertical-align: top;
}

.message-box .message-form table .message-submit {
	background-color: #FF7938;
	width: 140px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	color: white;
	border-radius: 8px;
	border: none;
	font-size: 20px;
	font-weight: bold;
}

.message-box .message-form table .message-reset {
	background-color: #666666;
	width: 140px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	color: white;
	border-radius: 8px;
	border: none;
	font-size: 20px;
	font-weight: bold;
}

.message-box .message-form table .message-thanks {
	font-size: 16px;
	color: #555555;
}

.message-box .message-form table .message-thanks strong {
	color: #FF7938;
}

/*搜索*/
.search-box {
	display: flex;
	justify-content: space-between;
}

.search-box .left {
	width: 915px;
}

.search-box .right {
	width: 255px;
}

.search-box .search-list-item {
	font-size: 14px;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
}

.search-box .search-list-item dt {
	font-size: 16px;
}

.search-box .search-list-item .tit-a {
	color: #222222;
}

.search-box .search-list-item .tit-a:hover {
	color: #FF7938;
}

.search-box .search-list-item dd {
	color: #888;
	line-height: 22px;
}

.search-box .search-list-item dd .tag-time {
	display: flex;
	justify-content: space-between;
}

.search-box .search-list-item dd .tags a {
	color: #ba1e1e;
	padding: 0 5px;
}

.search-box .search-product {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px #d0d0d0 dashed;
	margin-bottom: 23px;
}

.search-box .search-product dt {
	display: block;
	width: 280px;
	height: 220px;
}

.search-box .search-product dt img {
	width: 100%;
	height: 100%;
	border: 3px solid #e7e7e7;
}

.search-box .search-product dd {
	display: block;
	width: 600px;
}

.search-box .search-product dd h5 {
	font-weight: normal;
	height: 53px;
	line-height: 48px;
	overflow: hidden;
	font-size: 18px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

.search-box .search-product dd h5 a {
	color: #1c1c1c;
}

.search-box .search-product:hover dd h5 a {
	color: #FF7938;
}

.search-box .search-product dd .content-desc {
	font-size: 14px;
	line-height: 24px;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin-bottom: 12px;
	color: #7b7b7b;
}

.search-box .search-product dd .see-detail {
	display: flex;
	justify-content: flex-end;
}

.search-box .search-product dd .see-detail a {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	background: #666;
	width: 82px;
	line-height: 24px;
	height: 24px;
}

.search-box .right {
	background: #f1f1f1;
	height: auto;
	width: 256px;
	margin-top: 15px;
	overflow: hidden;
}

.search-box .right h2 {
	height: 44px;
	background: #BF0017;
	text-align: center;
	font: 24px "Microsoft Yahei", "微软雅黑";
	line-height: 45px;
	margin-bottom: 3px;
	overflow: hidden;
}

.search-box .right h2 a,
.search-box .right h2 {
	color: #fff;
}

.search-box .right dl {
	border-bottom: 1px dotted #cfcfcf;
	width: 242px;
	overflow: hidden;
	margin: 18px auto 0;
	padding-bottom: 18px;
}

.search-box .right dt {
	width: 109px;
	height: 73px;
	overflow: hidden;
	display: inline;
	float: left;
	margin-left: 11px;
}

.search-box .right dt img {
	width: 109px;
}

.search-box .right dt p {
	display: none;
}

.search-box .right dd {
	width: 110px;
	height: 73px;
	overflow: hidden;
	float: right;
	color: #7b7b7b;
	font-size: 14px;
	line-height: 26px;
	margin-top: 0px;
}

.search-box .right ul {
	margin: 20px 0 0 20px;
	padding-bottom: 30px;
}

.search-box .right li {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 225px;
}

.search-box .right li a {
	color: #7b7b7b;
}

.search-box .right li span {
	display: inline-block;
	float: left;
	width: 6px;
	height: 14px;
	margin: 11px 6px 0 0;
	background: #da2420;
}

/*服务网点*/
.list-about-box .title {
	height: 140px;
	background: #ffffff;
	box-shadow: -4px 0px 6px 3px rgba(0, 0, 0, 0.06);
	padding-top: 35px;
}

.list-about-box .title .top {
	display: flex;
	justify-content: center;
}

.list-about-box .title .top span {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	letter-spacing: 1px;
}

.list-about-box .title .top span:nth-child(2) {
	color: #FF7938;
}

.list-about-box .title h3 {
	opacity: 0.38;
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	color: #a1a1a1;
	line-height: 30px;
	margin-top: 20px;
}

.list-about-box .map {
	margin-bottom: 80px;
}

.list-about-box .map img {
	width: 100%;
}

.list-about-box .list {
	margin-bottom: 100px;
}

.list-about-box .list .wapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list-about-box .list .wapper .br {
	width: 100%;
	height: 1px;
	background: #d2d2d2;
	border: 1px solid #eeeeee;
	margin: 50px 0px;
}

.list-about-box .list .wapper .item .head {
	font-size: 24px;
	font-weight: bolder;
	color: #2b2b2b;
	line-height: 24px;
	margin-bottom: 27px;
	margin-left: 20px;
}

.list-about-box .list .wapper .item .bottom {
	display: flex;
	align-items: center;
}

.list-about-box .list .wapper .item .left {
	width: 224px;
}

.list-about-box .list .wapper .item .left img {
	width: 100%;
	height: 100%;
}

.list-about-box .list .wapper .item .right {
	margin-left: 16px;
}

.list-about-box .list .wapper .item .right p {
	width: 320px;
	font-size: 16px;
	color: #2b2b2b;
	line-height: 30px;
	font-family: SourceHanSansCN-Regular;
}

.list-about-box .list .wapper .item .right p:nth-of-type(1) {
	text-align: center;
	font-weight: bolder;
}
