#bigBox #contentBox {
    width: 1200px;
    margin: 0 auto;
}
#bigBox #header_html {
    width: 100%;
    font-size: 0;
}
#bigBox #header_html img {
    width: 100%;
}

/* 公共 */
#bigBox #contents .box .articleTitle {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
}
#bigBox #contents .box .articleTitle>span {
    display: inline-block;
    padding-left: 28px;
    border-bottom: 4px solid #2C999C;
    font-size: 20px;
    font-weight: 700;
    color: #2C999C;
    text-decoration:none;
}
#bigBox #contents .box .articleTitle img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* 公共 */

#bigBox #contents {
    width: 100%;
    background: white;
    color: #333;
    font-family: "Microsoft Yahei";
}
#bigBox #contents .box1 {
    width: 100%;
    height: 320px;
    padding: 40px 90px;
    background: #F3F8F5;
    box-sizing: border-box;
}
#bigBox #contents .box1 .imgBox {
    display: inline-block;
    margin-right: 30px;
    border: 2px solid white;
    box-shadow: 0 0 0 10px #EEEEEE;
    vertical-align: top;
    position: relative;
}
#bigBox #contents .box1 .imgBox:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    border-top: 50px solid #EDF4FC;
    border-right: 100px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
}
#bigBox #contents .box1 .imgBox img {
    border: 10px solid #EEEEEE;
}
#bigBox #contents .box1 .articleBox {
    display: inline-block;
    width: 60%;
    height: 100%;
    padding-left: 20px;
}
#bigBox #contents .box1 .articleBox .articleOverview {
    padding-top: 16px;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    height: calc(100% - 40px);
    box-sizing: border-box;
    overflow: hidden;
}

#bigBox #contents .box2 {
	padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
}
#bigBox #contents .box2 .leftBox {
    display: inline-block;
    width: 29%;
    padding-left: 40px;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 1px dashed #EEEEEE;
    padding-top: 20px;
    padding-bottom: 20px;
}
#bigBox #contents .box2 .leftBox .projectIndex {
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
}
#bigBox #contents .box2 .leftBox .projectIndex .leftListIcon {
    display: inline-block;
    width: 2px;
    height: calc(100% - 20px);
    background: #2C999C;
    position: absolute;
    top: 20px;
    left: 0px;
}
#bigBox #contents .box2 .leftBox .projectIndex .leftListIcon::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    background: white;
    border: 2px solid #2C999C;
    position: absolute;
    top: -6px;
    left: -2px;
    border-radius: 50%;
}
#bigBox #contents .box2 .leftBox .projectIndex .leftListIcon::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    background: white;
    border: 2px solid #2C999C;
    position: absolute;
    bottom: -6px;
    left: -2px;
    border-radius: 50%;
}
#bigBox #contents .box2 .leftBox .projectIndex>div+div {
    padding-bottom: 10px;
}
#bigBox #contents .box2 .leftBox .projectIndex>div+div div {
    height: 22px;
    line-height: 22px;
}
#bigBox #contents .box2 .leftBox .projectIndex>div+div div:first-child {
    position: relative;
}
#bigBox #contents .box2 .leftBox .projectIndex>div+div div:first-child::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #2C999C;
    position: absolute;
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
    border-radius: 50%;
}
#bigBox #contents .box2 .rightBox {
	display: inline-block;
    width: 70%;
    height: 420px;
    padding-left: 50px;
    box-sizing: border-box;
}
#bigBox #contents .box2 .rightBox>div {
    height: 50%;
}
#bigBox #contents .box2 .rightBox .articleOverview {
    padding-top: 14px;
    line-height: 28px;
}

#bigBox #contents .box3 .topTitle,
#bigBox #contents .box4 .topTitle,
#bigBox #contents .box5 .topTitle {
    text-align: center;
    font-size: 22px;
    line-height: 40px;
}
#bigBox #contents .box3 .topTitle>div:first-child,
#bigBox #contents .box4 .topTitle>div:first-child,
#bigBox #contents .box5 .topTitle>div:first-child {
    color: #767979;
}
#bigBox #contents .box3 .topTitle>div:last-child,
#bigBox #contents .box4 .topTitle>div:last-child,
#bigBox #contents .box5 .topTitle>div:first-child {
    color: #2C999C;
}

#bigBox #contents .box3 .bottomLb {
    height: 200px;
    position: relative;
    padding: 10px 80px;
}

/* 轮播图公共样式 */
.bottomLb .swiper-button-prev,
.bottomLb .swiper-button-next {
    height: 40px;
    width: 40px;
    background: red;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bottomLb .swiper-button-prev {
    left: 25px;
    background: url("../../images/zt2images/prev1.png") no-repeat 50%/98%;
}
.bottomLb .swiper-button-next {
    right: 25px;
    background: url("../../images/zt2images/next1.png") no-repeat 50%/98%;
}
.bottomLb .swiper-button-prev:hover {
    background: url("../../images/zt2images/prev2.png") no-repeat 50%/98%;
}
.bottomLb .swiper-button-next:hover {
    background: url("../../images/zt2images/next2.png") no-repeat 50%/98%;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: white;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}
.swiper-active-switch {
    background: #006DD6;
}
.swiper-container {
    height: 100%;
}
.swiper-container .swiper-slide {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}
.swiper-container .swiper-slide>a {
	display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-container .swiper-slide img {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
/* 轮播图公共样式 */



#bigBox #contents .box3 {
    background: #F3F8F5;
    padding-top: 20px;
    padding-bottom: 20px;
}
#bigBox #contents .box4 {
    padding: 20px 70px;
}
#bigBox #contents .box4 .bottomLb {
    font-size: 0;
    height: 706px;
}
#bigBox #contents .box4 .bottomLb>div {
    font-size: 16px;
    display: inline-block;
    width: 33.3%;
    height: 50%;
    padding: 20px;
    box-sizing: border-box;
	vertical-align: top;
}
#bigBox #contents .box4 .bottomLb .itemBox {
    width: 100%;
    height: 100%;
    /* box-shadow: 0 0 4px #333; */
}
#bigBox #contents .box4 .bottomLb .itemBox>div {
    height: 50%;
}
#bigBox #contents .box4 .bottomLb .itemBox>div:first-child img{
    height: 100%;
}
#bigBox #contents .box4 .bottomLb .itemBox>div:last-child {
    padding: 10px;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
#bigBox #contents .box4 .bottomLb .itemBox .itemArticleTitle {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#bigBox #contents .box4 .bottomLb .itemBox .itemArticleTitle a {
    color: #333;
	text-decoration: none;
}
#bigBox #contents .box4 .bottomLb .itemBox .itemArticleTitle a:hover {
    color: #ff0000;
}
#bigBox #contents .box4 .bottomLb .itemBox .articleContent {
    line-height: 40px;
    text-indent: 2em;
    max-height: 120px;
    overflow: hidden;
    color: #909090;
}
#bigBox #contents .box4 .bottomLb .itemBox .articleContent .details a {
    color: #2C999C;
    cursor: pointer;
	text-decoration: none;
}

#bigBox #contents .box5 {
    padding-bottom: 20px;
}
#bigBox #contents .box5 .mediaBox {
    height: 280px;
    /* background: orange; */
}
