.honor-nav {
    position: sticky;
    top: 60px;
    z-index: 98;
    background: #FFFFFF;
    box-shadow: -2px 7px 16px 0px rgba(30, 116, 222, 0.14);
}

.honor-nav-ctn {
    width: 96%;
    max-width: 1200px;
    margin: auto;
}

.honor-nav-ctn>ul {
    width: 436px;
    display: flex;
    justify-content: space-between;
}

.honor-nav-ctn>ul>li {
    position: relative;
}

.honor-nav-ctn>ul>li.active::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #2468F2;
    position: absolute;
    bottom: 0;
}

.honor-nav-ctn>ul>li.active>a {
    color: #2468F2;
}

.honor-nav-ctn>ul>li>a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
}

.hc_honor_block1{
    padding-top: 80px;
}
.hc_honor_block1>h2{
    line-height: 90px;
    font-size: 35px;
    text-align: center;
    color: #282828;
    width: 200px;
    margin:0 auto;
}
.hc_honor_block1>h5{
    text-align: center;
    line-height: 65px;
    font-size: 16px;
    color: #282828;
    margin:0 auto 40px;
}
.hc_honor_block1>p{
    line-height: 42px;
    font-size: 16px;
    color: #222;
    width: 80%;
    margin:0 auto;
}
.hc_honor_block1>ul{
    width: 52%;
    margin:0 290px 85px auto;
}
.hc_honor_block1>ul>li{
    line-height: 42px;
    font-size: 16px;
    color: #222;
    padding-left: 24px;
    position: relative;
}
.hc_honor_block1>ul>li:after{
    content: "";
    display: block;
    width:6px;
    height:6px;
    border-radius: 50%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
    background-color: #09f;
}
.hc_honor_block2{
    /* background: url(/css/images/hcCloud/honor/bg1.png) no-repeat center center; */
    /* height:30vw; */
    display: flex;
    justify-content: center;
    background-size: cover;
    position: relative;
    min-height: 800px;
}
.hc_honor_block2_main{
    display: flex;
    flex-direction: row;
    justify-items:center;
    align-items: flex-end;
    padding: 90px 0;
}

.hc_honor_block2_main>div{
    margin: 0 15px;
}

.honor_center{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.honor_center>div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.honor_center>img{
    margin-top: 30px;
}

.hc_honor_block2_ctn{
    height:800px;
    position: absolute;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width: 80%;
    overflow: hidden;
    padding: 0 80px;
    padding-top: 10px;
    display: flex;
    align-items: center;
}
.hc_honor_block2_list{
    width: 100%;
    overflow: hidden;
}
.hc_honor_block2_list>.item_sp{
    position: relative;
	float: left;
	width: auto!;
	text-align: center;
}
.hc_honor_block2_list>.item{
    position: relative;
	float: left;
	width: 25%;
	text-align: center;
    line-height: 331px;
}
.hc_honor_block2_list>.item>img{
    width: 80%;
}
.hc_honor_block2_ctn>a{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 197px;
    line-height: 197px;
    border:1px solid #8897a3;
    text-align:center;
    font-size: 25px;
    color:#8c98a1;
}
.hc_honor_block2_ctn>a.next{
    left: auto;
    right: 0;
}





.honor_ban_ctn{	
    width: 100%;
    overflow: hidden;
}
.hc_honor_wall .honor_ban_list{
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
}
.hc_honor_wall .honor_ban_list .item{
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
}
.hc_honor_wall .honor_ban_list .item img{
	width: 80%;

}
.hc_honor_wall .prev,.hc_honor_wall .next{
	position: absolute;
    left: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 39px;
    height: 94px;
}
.hc_honor_wall .prev{
	background: url(../images/honor_left.png);
}
.hc_honor_wall .next{
	left: auto;
    right: 3%;
	background: url(../images/honor_right.png);
}
/*移动适配*/
@media(max-width:1367px){
    .hc_honor_block1>p,.hc_honor_block1>ul{
        width: 90%;
    }
    .hc_honor_block1>ul>li{
        font-size: 14px;
    }
}
@media(max-width:640px){
    .hc_honor_block2_ctn{
        width:100%;
    }
    .hc_honor_block2_list>.item{
        width:50%;
    }
}



/* 第六部分 解决方案 */
.hc-block6 {
    position: absolute;
    width: 100%;
    padding: 100px 10px 70px;
}

.hc-block6>h2 {
    font-size: 34px;
    text-align: center;
    font-weight: normal;
    color: #444;
    margin: 0;
    margin-bottom: 40px;
}

.hc-block6>p {
    font-size: 16px;
    text-align: center;
    color: #444444;
    margin-bottom: 70px;
}

.hc-block6-nav {
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 40px;
}

.hc-block6-nav ul {
    width: 100%;
    max-width: 860px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hc-block6-nav ul li {
    text-align: center;
}

.hc-block6-nav ul li a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 56px;
    cursor: pointer;
}

.hc-block6-nav ul li.active a {
    font-weight: bold;
    color: #333;
}

.hc-block6-nav ul li.active a::after {
    content: "";
    width: 60%;
    height: 3px;
    background: #146AE0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hc-block6-ctn {
    position: relative;
    width: 40%;
    max-width: 1500px;
    margin: auto;
    /* padding-top: 40px; */
}

.hc-block6-ctn>a {
    display: block;
    width: 8%;
    height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    opacity: 0;
    z-index: 99;
}

.hc-block6-ctn>a.hc-next {
    right: 0;
}

.hc-block6-ctn ul {
    position: relative;
    height:30vh;
    /* height: 20.6vw;
    min-height: 320px;
    max-height: 420px; */
}

.hc-block6-ctn li {
    position: absolute;
    width: 45.5%;
    height: 100%;
    background: linear-gradient(0deg, #448EF5, #0E68E5);
    opacity: 0;
}

.hc-block6-ctn-info {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.hc-block6-ctn-info>img{
    width: 100%;
    height: 100%;
}

.hc-block6-ctn-text {
    position: absolute;
    flex: 0 0 55%;
    top: 42%;
    height: 58%;
    padding: 50px 55px 0 42px;
    /* background-color: rgba(0, 0, 0, 0.5) */
}

.hc-block6-ctn-text>h2 {
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 27px;
}

.hc-block6-ctn-text>p {
    font-size: 12px;
    font-weight: 400;
    color: #E3E3E3;
    line-height: 22px;
}

.hc-block6-ctn-text>h4 {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 44px 0;
}

.hc-block6-ctn-link>a {
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-right: 10px;
}

.hc-block6-ctn-link>a>span {
    margin-left: 8px;
}

.hc-block6-ctn-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.hc-block6-ctn-img>img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 18px;
    left: -19px;
    box-shadow: 6px 11px 35px 0px rgba(0, 0, 0, 0.5);
}