/* 关于我们 */
.wrap2 {
	width: 88vw;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:992px) {
	.wrap2 {
		width: 92vw
	}
}
.company-box {
	background: #f7f7f7;
	padding: 80px 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 {
	width: 100%;
}


.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: 30px 0;
	}
	.company-box .cont .txt {
		font-size: 14px;
	}
}

.story-img{
	margin-top: 50px;
	position: relative;
}
.story-img img{
	width: 100%;
}
.story-img .book_list{
	position: absolute;
	top: 3px;
	right: 490px;
	display: flex;
	flex-direction: row;
}
.story-img .book_list .item{
	/* transition: all .3s linear; */
	cursor: pointer;
}
.story-img .book_list .item:hover {
	/* transform: translateY(-33px); */
}
.story-img .book_list .item1{
	width: 56px;
	height: 677px;
	background-image: url(../images/book_01.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.story-img .book_list .item1:hover{
	background-image: url(../images/book_01_hover.jpg);
}

.story-img .book_list .item2{
	width: 47px;
	height: 677px;
	background-image: url(../images/book_02.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 4px;
}

.story-img .book_list .item2:hover{
	background-image: url(../images/book_02_hover.jpg);
}

.story-img .book_list .item3{
	width: 55px;
	height: 677px;
	background-image: url(../images/book_03.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 3px;
}

.story-img .book_list .item3:hover{
	background-image: url(../images/book_03_hover.jpg);
}

.story-img .book_list .item4{
	width: 37px;
	height: 677px;
	background-image: url(../images/book_04.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 4px;
}

.story-img .book_list .item4:hover{
	background-image: url(../images/book_04_hover.jpg);
}

.story-img .book_list .item5{
	width: 30px;
	height: 677px;
	background-image: url(../images/book_05.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 2px;
}

.story-img .book_list .item5:hover{
	background-image: url(../images/book_05_hover.jpg);
}

.story-img .book_list .item6{
	width: 45px;
	height: 677px;
	background-image: url(../images/book_06.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 4px;
}

.story-img .book_list .item6:hover{
	background-image: url(../images/book_06_hover.jpg);
}
.story-img .read{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #000;
	margin-top: 30px;
}
.story-img .read span{
	color: #ff0404;
	margin-right: 30px;
}
@media (max-width: 1440px) {
	.story-img .book_list{
		right: 484px;
	}
}
@media (max-width: 1024px) {
	.story-img .book_list{
		right: 346px;
	}
	.story-img .book_list .item1{
		width: 41px;
		height: 476px;
	}
	.story-img .book_list .item2{
		width: 34px;
		height: 476px;
		margin-left: 2px;
	}
	.story-img .book_list .item3{
		width: 39px;
		height: 476px;
		margin-left: 1px;
	}
	.story-img .book_list .item4{
		width: 27px;
		height: 476px;
		margin-left: 2px;
	}
	.story-img .book_list .item5{
		width: 21px;
		height: 476px;
		margin-left: 1px;
	}
	.story-img .book_list .item6{
		width: 32px;
		height: 476px;
		margin-left: 2px;
	}
	.story-img .read{
		font-size: 24px;
		margin-top: 20px;
	}
	.story-img .read span{
		margin-right: 20px;
	}
}
@media (max-width: 768px) {
	.story-img .book_list{
		top: 2px;
		right: 270px;
	}
	.story-img .book_list .item1{
		width: 30px;
		height: 373px;
	}
	.story-img .book_list .item2{
		width: 25px;
		height: 373px;
		margin-left: 3px;
	}
	.story-img .book_list .item3{
		width: 30px;
		height: 373px;
		margin-left: 3px;
	}
	.story-img .book_list .item4{
		width: 20px;
		height: 373px;
		margin-left: 2px;
	}
	.story-img .book_list .item5{
		width: 16px;
		height: 373px;
		margin-left: 2px;
	}
	.story-img .book_list .item6{
		width: 25px;
		height: 373px;
		margin-left: 2px;
	}
	.story-img .read{
		font-size: 18px;
		margin-top: 10px;
	}
	.story-img .read span{
		margin-right: 10px;
	}
	
}
@media (max-width:640px) {
	.story-img{
		display: none;
	}
}
/*文化*/
	.culture-bg {
		background-image:url('../images/culture.jpg');background-size: 100%;
		background-position: bottom;
		background-color: #fff;
		background-repeat: no-repeat;
		padding: 80px 0 550px 0;
	}
	.culture{
		width: 90%;
		margin: 40px auto;
		padding: 20px 40px;
		background: #efefef;    
		color: #333;
		font-size: 18px;
		line-height: 1.7;
	}
	.line{
		width: 20%;
		height: 2px;
		background: #d7001d;
		margin: 0 auto;
	}

/*故事*/
.video-item {
	text-align: center; margin: 50px 0 33px;
}

@media (max-width:640px) {
	.v-iframe {
		height: 200px !important;
	}
}

@media (min-width:1200px) {
	.v-iframe {
		width: 100%;
		height: 710px !important;
	}
}
.v-iframe {
	width: 100%;
	height: 575px;
	/* width: calc(100% - 10px) */
}

.story-vod {
	overflow: hidden;
	padding: 4px 0
}

.story-vod .bt {
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
	text-align: left
}
.story-vod .video {
	/* width: 24%;
	float: left; */
	padding: 0 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.story-vod .video ul {
	width: 100%;
	/* overflow: hidden; */
}

.story-vod .video ul li {
	width: 100%;
	float: left;
	padding-bottom: 4px;
	text-align: left;
	 color: #7d191d;
}

.story-vod .video ul li a {
	display: block;
	font-size: 14px;
	 color: #7d191d;
}

.story-vod .video ul li a:hover {
	color: #000;
	opacity: 0.8
}

/*控股子公司*/
.subs-list{
	margin-bottom: 35px;
}

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

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

@media (min-width: 640px) {

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

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

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

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

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

.subs-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
}

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

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

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

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

    .subs-list li .imgbox {
        width: 100%;
    }
	
	.subs-list .info .time {
		position: relative;
	}
	.culture-bg {
		padding: 80px 0 50px 0; !important;
	}
	.culture{
		width: 100% !important;
	    font-size: 16px !important;
	}
}

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

    .subs-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: 2%;
	margin-bottom: 2%;
}

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

.productlist li a {
	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: 200px;
}

.productlist li a .box .pic img {
	transition: .5s
}
.productlist li a .box .hbt {
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	padding: 0 15px;
	color: #d7001d;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.productlist li a .box .bt {
    height: 85px;
	text-align: center;
	font-size: 16px;
	line-height: 70px;
	padding: 0 15px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.productlist li a .box .tbt {
    height: 85px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    padding: 0 15px;
    color: #333;
}
@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%;
	}
	.productlist li:nth-child(2n) {
		margin-right: 0;
	}
}

/* 招聘 */
.careers{
	width: 100%;
	margin: 50px auto;
	padding: 50px 0;
    font-size: 18px;
}

.e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #758496;
    padding-top: 20px;
    padding-bottom: 20px
}

.e_container-1 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container-1 .p_item {
}

.e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px
}

.e_container-2 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container-2 .p_item {
    
}

.e_text-3 {
    line-height: normal;
    font_radio: 2;
   
    font-size: 26px;
    color: rgba(255,255,255,1);
    font-weight: bold
}

.e_line-4 {
   
    border-top-style: dashed;
    border-top-width: 2px;
    border-top-color: rgba(255,255,255,0.5)
}

.e_richText-5 {
    font_radio: 2;
   
    min-height: 40px;
    font-size: 16px;
    color: rgba(255,255,255,1)
}

.e_container-6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px
}

.e_container-6 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container-6 .p_item {
    
}

.e_text-7 {
    line-height: normal;
    font_radio: 2;
   
    font-size: 26px;
    color: rgba(255,255,255,1);
    font-weight: bold
}

.e_line-8 {
   
    border-top-style: dashed;
    border-top-width: 2px;
    border-top-color: rgba(255,255,255,0.5)
}

.e_richText-9 {
    font_radio: 2;
   
    min-height: 40px;
    font-size: 16px;
    color: rgba(255,255,255,1)
}

.e_container-10 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    display-radio: flex;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%
}

table p {
    padding: 20px
}

table td {
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    border: 1px solid #758496;	
}

table tr:nth-child(odd) {
    background: #F4F4F4
}

.e_container-10 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_text-11 {
    line-height: normal;
    font_radio: 2;
   
    font-size: 28px;
    text-align: center
}