/* 关于我们 */
.company-box {
	background: #f7f7f7;
	padding: 100px 0;
	display: none;
}

.company-box .title {
	/* text-align: center */
}

.company-box .title h3 {
	font-size: 40px;
	color: #333;
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 10px
}

.company-box .title h3:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #cbcbcb;
	position: absolute;
	bottom: 2px;
	z-index: 1
}

.company-box .title h3:before {
	content: '';
	display: block;
	width: 200px;
	height: 5px;
	background: #d7001d;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -100px;
	z-index: 2
}

.company-box .content {
	font-size: 16px;
	color: #000;
	line-height: 28px;
	padding: 50px 0 0 0;
}

.company-box .content p {
	margin-bottom: 15px;
}

.company-box .company-img {
	margin-top: 50px;
	text-align: center;
}

.company-box .company-img img {
	max-width: 100%;
	display: inline-block;
}


.company-box .cont {
	display: flex;
	align-items: center;
}

.company-box .cont .img {
	width: 40%;
	margin-right: 5%;
}

.company-box .cont .img img {
	max-width: 100%;
}

.company-box .cont .txtbox {
	width: 55%;
	flex: 1;
	margin-top: 50px;
}

.company-box .cont .txt {
	font-size: 16px;
	line-height: 1.875
}

.visible {
	display: block;
}

@media (max-width:1023px) {
	.company-box {
		padding: 50px 0;
	}

	.company-box .title h3 {
		font-size: 30px;
		padding-bottom: 30px;
	}

	.company-box .title h3:before {
		width: 150px;
		margin-left: -75px;
	}

	.company-box .content {
		font-size: 15px;
		padding: 30px 0;
	}

}
@media (max-width:768px) {
	.company-box .cont {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.company-box .cont .img {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-top: 30px;
	}
	.company-box .cont .img img {
	    display: inline-block;
	}
	
	.company-box .cont .txtbox {
		width:100%;
		margin-top: 30px;
		text-align: center;
	}
	.company-box .cont .txt {
		font-size: 15px;
		text-align: left;
	}
}
@media (max-width:640px) {
	.company-box .title h3 {
		font-size: 24px;
	}

	.company-box .content {
		font-size: 14px;
		padding: 18px 0;
	}
	.company-box .cont .txt {
		font-size: 14px;
	}
}

.culture{
	width: 80%;
	margin: 50px auto;
	padding: 50px 100px;
	background: #d7001d;    
	color: #fff;
    font-size: 18px;
}
.line{
	width: 20%;
    height: 2px;
    background: #d7001d;
    margin: 0 auto;
}

/*控股子公司*/
.news-box{
	padding: 80px 0;
	background: #f7f7f7;
}

.news-list{
	margin-bottom: 35px;
}

.news-list li {
    padding: 20px;
    background: #fff;
	overflow: hidden;
	position:relative;
	margin-bottom: 15px;
}

.news-list li:hover .info .title {
    color: #d7001d
}

@media (min-width: 640px) {

    .news-list li .imgbox {
        width: 25%;
        /* height: 174px; */
        float: left;
    }

    .news-list li .info {
        width: 73%;
        height: 174px;
		float: right;
		position: relative;
    }
}

.news-list .info .title {
    font-size: 24px;
    display: block;
	margin-top: 15px;
    margin-bottom: 15px
}

.news-list .info .more {
    color: #d7001d;
	font-size: 14px;
    display: inline-block;
	padding-top: 20px;
}

.news-list .info .more:hover {
    border-bottom: 1px solid #d7001d
}

.news-list .info .desc {
    color: #666;
    font-size: 15px;
    line-height: 24px;
  /*  word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; */
    margin: 20px 0 0
}

.news-list .info .time {
    color: #999;
	font-size: 15px;
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 1200px) {
    .news-list .info .title {
        font-size:20px
    }
}

@media (max-width: 768px) {
	.news-box{
		padding: 30px 0;
	}
	.news-list .info .desc {
		margin: 15px 0 0
	}
}

@media (max-width: 640px) {
    .news-list li {
        padding: 15px;
    }

    .news-list li .imgbox {
        width: 100%;
    }
	
	.news-list .info .time {
		position: relative;
	}
}

@media (max-width: 480px) {
    .news-list li .info .title {
        font-size:18px
    }

    .news-list li .info .desc {
        font-size: 14px
    }
}

/* 联系 */
.maps{
  /*  position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9; */
    overflow: hidden;
    user-select: none;
    width: 100%;
    height: 502px;
}
.BMap_cpyCtrl,
.anchorBL {
	display: none
}

#map label,
#map img {
	max-width: none;
	max-height: none
}

/* service */

.product-box{
	background: #f7f7f7;
	padding: 100px 0;
}
.productlist li {
	/* width: 30.5%;
	float: left; 
	margin-right: 1%;
	margin-left: 1%;*/
	margin-bottom: 2%;
}

.productlist li:nth-child(4n) {
	margin-right: 0;
}

.productlist li a {
	margin: 10px;
	display: block;
	transition: .5s;
	border: 1px solid #ddd
}

.productlist li a .box {
	border: 1px solid #fff;
	width: 100%;
	background: #fff;
	transition: .5s
}

.productlist li a .box .pic {
	background: #fff;
	    height: 240px;
}

.productlist li a .box .pic img {
	transition: .5s
}
.productlist li a .box .bt {
	text-align: center;
	font-size: 18px;
	color: #333;
	/* text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden */
	    padding: 15px;
	    height: 90px;
}
@media (min-width:1025px) {
	.productlist li:hover a {
		/* border: 1px solid #d7001d; */
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.1)
	}
	
	.productlist li:hover a .box {
		/* border: 1px solid #d7001d */
	}

	.productlist li:hover a .box .pic img {
		transform: scale(1.05)
	}
}

@media (max-width:1023px) {
	.product-box{
		padding: 30px 0;
	}
}
@media (max-width:768px) {
	.productlist li a .box .bt {
		font-size: 15px;
		line-height: 50px;
		padding: 0 10px;
	}
}
@media (max-width:640px) {
	.productlist li {
		/* width: 49%; */
		margin-bottom: 2%;
	}
	.productlist li:nth-child(2n) {
		margin-right: 0;
	}
}


/*服务*/
.service_t {
	text-align: center;
	margin-top: 10px;
	    font-size: 26px;
	    color: #d7001d;
}
.scrvice-four{
	display: flex;
	width: 100%;
	background: #d9dada;
	    margin-top: 30px;
}
.scrvice-four .img{
	width: 65%;
}
.scrvice-four .info{
	text-align: left;
	padding: 20px 50px;
}
.scrvice-four .info h3{
	margin-top: 10px;
	    font-size: 26px;
	    color: #d7001d;
}
.scrvice-four .info .text{
    line-height: 2;
    font-size: 16px;
	margin-top: 20px;
	}
.flex{
	    display: flex;
	    margin: 50px 10px;
		align-items: center;
}
.flex-item{
	    line-height: 2;
	    font-size: 16px;
	    margin-left: 20px;
}
.international_01{
	margin-right: 20px;
    font-size: 24px;
	font-weight: bold;
}
.international_02{
	/*margin: 0 20px;*/
    height: 184px;
    padding: 10px 30px;
	border-left: solid 1px #000;
	/*border-right: solid 1px #000;*/
}