* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}


/* 产业化成果 */

.cyhcg {
    width: 100%;
    margin: 40px 0;
}

.cyhcg-title {
    width: 100%;
    margin-bottom: 50px;
}

.cyhcg-title h3 {
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.cyhcg-title span {
    width: 70px;
    height: 2px;
    background: #94070A;
    display: block;
    margin: 0 auto;
}

.cyhcg-card {
    width: 100%;
    padding: 40px 10%;
}

.cyhcg-card h4 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.card-one {
    background: #FCF6F4;
}

.card-two {
    background: #fff;
}

.center-one {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.center-two {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.card-img {
    width: 55%;
    position: relative;
}

.cyhcg-card img {
    display: block;
    width: 100%;
}

.card-text:nth-child(2n) {
    width: 90%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 90%;
    transform: translateY(-50%);
    box-shadow: 0 0 5px #c0bebe;
    display: flex;
    padding: 10% 20px;
    justify-content: space-between;
}

.card-text:nth-child(2n-1) {
    width: 90%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translateY(-50%);
    box-shadow: 0 0 5px #c0bebe;
    padding: 5% 20px;
}

.text-left {
    width: 35%;
    text-align: center;
}

.text-left div {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 5px #c0bebe;
    padding: 50px 0;
    border-bottom: 2px solid #94070A;
    font-size: 28px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-left span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #4A3E40;
    line-height: 40px;
    display: block;
    margin-top: 30px;
}

.text-right {
    width: 60%;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-indent: 2em;
}

.text-top {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.text-top .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    border-bottom: 2px solid #94070A;
    padding: 20px;
    box-shadow: 0 0 5px #c0bebe;
}

.text-top .pic img {
    width: 100%;
}

.text-top h4 {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #4A3E40;
}

.text-bottom {
    width: 100%;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-top: 20px;
    text-indent: 2em;
	padding-left: 5%;
}

.cyhcg-bottom {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #4A3E40;
    margin: 30px 0;
}

@media screen and (max-width:1168px) {
    .card-img {
        width: 100%;
    }
    .card-text:nth-child(2n) {
        width: 100%;
        background-color: #fff;
        position: static;
        top: 100%;
        right: 0;
        transform: none;
        box-shadow: 0 0 5px #c0bebe;
        display: flex;
        padding: 10% 20px;
        justify-content: space-between;
    }
    .card-text:nth-child(2n-1) {
        width: 100%;
        background-color: #fff;
        position: static;
        top: 100%;
        left: 0;
        transform: none;
        box-shadow: 0 0 5px #c0bebe;
        padding: 5% 20px;
    }
}
/*  */
.cycg-page{
    width: 50%;
    margin: 50px auto;
    display: flex;
    justify-content: center;
}
.cycg-page div{
height: 40px;
width: 40px;
border: 1px solid #c0bebe;
text-align: center;

margin:0 10px;
}
.cycg-page div a{
    display: block;
    width: 100%;
    height: 100%;font-size: 14px;
    color: #333;
    line-height: 40px;
}
.nub-active{
background-color: #94070A;

}
.cycg-page .nub-active a{
    color: #fff;
    font-weight: 600;
}


@media screen and (max-width:700px) {
	.card-img>img{display: none;}
	.card-text:nth-child(2n),.card-text:nth-child(2n-1),.text-top{display: block;padding: 15px 10px;}
	.text-left{width: 100%;margin-bottom: 20px;}
	.text-right{width: 100%;}
	.text-top .pic{width: 100%;}
	.cyhcg-title h3{font-size: 28px;}
	.cyhcg-title{margin-bottom: 30px;}
}