@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
.posImg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -999;
    visibility: hidden;
    opacity: 0;
}
.posImg img {
    width: 100%;
    height: auto;
}
.topSwiperBox {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
}
.topSwiperBox .open {
    position: absolute;
    right: 260px;
    top: 0;
    z-index: 10;
    cursor: pointer;
}
.topSwiperBox .toggleBox {
    overflow: hidden;
}
.topSwiper {
    overflow: hidden;
    position: relative;
}
.topSwiper .slide img {
    width: 100%;
    height: auto;
}
.topSwiper .control {
    position: absolute;
    left: 72px;
    bottom: 40px;
    display: flex;
    z-index: 10;
}
.topSwiper .control .prev,
.topSwiper .control .next {
    margin-right: 9px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid #D80E15;
    background: url("../images/common/prev02_on.png") no-repeat 14px center;
}
.topSwiper .control .next {
    background-image: url("../images/common/next02_on.png");
    background-position: 13px center;
}
.topSwiper .control .prev:hover {
    background-color: #D80E15;
    background-image: url("../images/common/prev03.png");
}
.topSwiper .control .next:hover {
    background-color: #D80E15;
    background-image: url("../images/common/next03.png");
}
.topSwiper .close {
    position: absolute;
    right: 71px;
    bottom: 40px;
    z-index: 10;
    cursor: pointer;
}
.mainBox {
    margin: 0 auto;
    width: 1200px;
}
.bannerBox {
    padding: 120px 0 107px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bannerBox .lBox {
    width: 820px;
}
.bannerBox .swiper {
    position: relative;
}
.bannerBox .swiper .slide {
    position: relative;
}
.bannerBox .swiper .slide .tag {
	padding: 0 11px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	background: #D80E15;
}
.bannerBox .swiper .slide .txt {
	max-width: 680px;
	display: block;
	position: absolute;
	left: 15px;
	bottom: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bannerBox .swiper .swiper-pagination {
	width: auto;
	left: auto;
	right: 6px;
	bottom: 6px;
}
.bannerBox .swiper .swiper-pagination-bullet {
	margin-right: 5px;
	width: 10px;
	height: 10px;
	opacity: 1;
	cursor: pointer;
	background: rgba(255,255,255,0.2);
}
.bannerBox .swiper .swiper-pagination-bullet-active {
	background: #fff;
}
.bannerBox .list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.bannerBox .banner {
    margin-top: 20px;
}
.bannerBox .list a:hover,
.bannerBox .banner a:hover {
    opacity: 0.8;
}
.comTitleBox .moreLink {
    margin-top: 20px;
}
.newsBox {
    padding: 0 0 106px;
}
.newsBox .rBox {
    margin-top: 30px;
}
.planBox {
    padding: 23px 0 95px;
}
.dimensionBox {
    padding-bottom: 108px;
}
.dimensionBox .titleBox {
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dimensionBox .titleBox p {
    color: #222;
    font-size: 48px;
    font-weight: bold;
}
.dimensionBox .titleBox p span {
    color: #D80E15;
}
.dimensionBox .titleBox .arrow {
    display: flex;
}
.dimensionBox .titleBox .arrow .prev,
.dimensionBox .titleBox .arrow .next {
    margin-left: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid #F0F0F0;
    background: url("../images/common/prev04.png") no-repeat center center;
}
.dimensionBox .titleBox .arrow .next {
    background-image: url("../images/common/next04.png");
}
.dimensionBox .titleBox .arrow .prev:hover {
    border-color: #D80E15;
    background-color: #D80E15;
    background-image: url("../images/common/prev04_on.png");
}
.dimensionBox .titleBox .arrow .next:hover {
    border-color: #D80E15;
    background-color: #D80E15;
    background-image: url("../images/common/next04_on.png");
}
.dimensionBox .dimensionSwiper {
    margin-right: -60px;
    overflow: visible;
}
.dimensionBox .swiper-slide {
    margin-right: 60px;
    width: 360px;
}
.dimensionBox .slide a {
	display: block;
	background: #fff;
}
.dimensionBox .slide a img {
    width:100%;
	display: block;
}
.dimensionBox .slide .txtBox {
	padding: 26px 32px 30px;
	min-height: 300px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.dimensionBox .slide .ttl {
    min-height: 48px;
	margin-bottom: 23px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}
.dimensionBox .slide .txt {
	margin-bottom: 19px;
	color: #999;
	font-family: "apl";
	font-size: 14px;
	line-height: 1.7;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}
.dimensionBox .slide .time {
	margin-left: -3px;
	flex: 1;
	color: #999;
	font-family: "apl";
	font-size: 14px;
}
.dimensionBox .slide .btn {
	margin-left: -3px;
	padding-left: 15px;
	width: 116px;
	position: relative;
	color: #d80e15;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	box-sizing: border-box;
	border: 2px solid #D80E15;
}
.dimensionBox .slide .btn:before {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -2px;
	top: -2px;
	background: #D80E15 url("../images/common/arrow05.png") no-repeat center center;
	content: "";
}
.dimensionBox .slide a:hover {
	background: #D80E15;
}
.dimensionBox .slide a:hover .ttl,
.dimensionBox .slide a:hover .txt,
.dimensionBox .slide a:hover .time {
	color: #fff;
}
.dimensionBox .slide a:hover .btn {
	color: #fff;
	background: none;
	border-color: #fff;
}
.dimensionBox .slide a:hover .btn:before {
	background-color: #fff;
	background-image: url("../images/common/arrow05_on.png");
}
.visionBox {
    padding-bottom: 25px;
}
.visionBox .titleBox {
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.visionBox .titleBox p {
    color: #222;
    font-size: 48px;
    font-weight: bold;
}
.visionBox .titleBox p span {
    color: #D80E15;
}
.visionBox .inner {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}
.visionBox .inner .textBox {
    padding: 25px 30px;
    width: 360px;
    box-sizing: border-box;
    background: url("../images/index/bg.png") repeat left top;
}
.visionBox .inner .textBox .ttl {
    color: #222;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;					
    -webkit-box-orient: vertical;
}
.visionBox .inner .textBox .icon {
    margin: 17px 0 -12px -24px;
    display: block;
    color: #999;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
}
.visionBox .inner .textBox .text {
    margin-bottom: 48px;
    color: #999;
    font-family: "apl";
    font-size: 14px;
    line-height: 1.75;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;					
    -webkit-box-orient: vertical;
}
.visionBox .inner .textBox .time {
    margin-bottom: 70px;
    color: #999;
    font-family: "apl";
    font-size: 14px;
}
.visionBox .inner .textBox .link a {
    display: block;
    color: #D80E15;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border: 2px solid #D80E15;
}
.visionBox .inner .textBox .link a:hover {
    color: #fff;
    background: #D80E15;
}
.visionBox .inner .photoBox {
    margin-right: 20px;
    flex:1;
}
.visionBox .inner .photoBox img {
    width:100%;
}
.main .zhuantiBox .moreLink {
    clear: both;
    overflow: hidden;
    zoom: 1;
}
.main .zhuantiBox .moreLink a {
   float: right;
}







