﻿.insideWrapper {
    padding: 0 15px;
}
.insidehujing .title{
    line-height: 1.57894;
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 38px;
}
.insidehujing .title:after {
    content: '';
    display: block;
    width: 1.6842em;
    height: 2px;
    background-color: #fa9c38;
    margin: 25px auto;
}
.honor-container {
    background-repeat: repeat;
    padding-bottom: 50px;
}
.honor-bg.m-bg {
    -o-background-size: 0;
    background-size: 0;
    background-position: right bottom;
}
.honor-list {
    padding-left: 30px;
    position: relative;
}
.honor-item {
    padding-bottom: 40px;
    position: relative;
    color: #4c4c4c;
}
.honor-item img {
    width: 100%;
    display: block;
}
.honor-item ul {
    padding-bottom: 5px;
}
.honor-item li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 10px;
}
.honor-item .year {
    /*font-family: "Montserrat";*/
    font-family: 'bebas';
    font-size: 24px;
    color: #004f9d;
    padding-bottom: 10px;
    display: block;
}
.honor-item .month {
    position: absolute;
    left: 0;
    top: 0;
}
.honor-item:last-child {
    padding-bottom: 0;
}
.honor-item:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/honorIcon02.png) no-repeat;
    position: absolute;
    left: -34px;
    top: 0;
}
.honor-line {
    width: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.honor-line:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 5px;
    top: 0;
    background-color: #004f9d;
}
.honor-line:before {
    content: '';
    display: block;
    width: 12px;
    height: 19px;
    background: url(../images/honorIcon01.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 100%;
    transform: rotate(180deg);
}
.prize {
    display: none;
}

@media (min-width: 1024px) {
.prize {
    width: 50%;
    display: block;
    padding-right: 40px;
}
.prize img {
    width: 100%;
    display: block;
}
.honor-bg.m-bg {
    -o-background-size: auto;
    background-size: auto;
}
.honor-list {
    padding-left: 0;
}
.honor-item {
    width: 50%;
    float: right;
    text-align: left;
    padding-left: 40px;
    z-index: 1;
    clear: both;
}
.honor-item:after {
    left: -9px;
}
.honor-item:nth-child(even) {
    float: left;
    padding-right: 40px;
    text-align: right;
}
.honor-item:nth-child(even):after {
    left: auto;
    right: -11px;
}
.honor-item li {
    padding-left: 0;
}
.honor-item .year {
    font-size: 30px;
}
.honor-item .month {
    position: static;
}
.honor-line {
    left: 49.5%;
}
}

@media (min-width: 1260px) {
.honor-bg {
    /*padding-bottom: 95px;*/
}
.honor-list {
    margin-bottom: 0;
}
.honor-item {
    font-size: 16px;
    padding-bottom: 0;
}
.honor-item ul {
    padding-bottom: 50px;
}
.honor-item li {
    padding-bottom: 13px;
}
.honor-item .year {
    font-size: 40px;
    padding-bottom: 25px;
    line-height: 1;
}
.honor-item .month {
    padding-right: 15px;
}
.honor-item:after {
    top: 0px;
    left: -10px;
}
.honor-item:nth-child(even):after {
    right: -10px;
}
}
.development-nav {
    display: none;
    position: fixed;
    right: 5.2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 30;
}
.development-nav a {
    display: block;
    line-height: 20px;
    font-size: 20px;
    color: #b2b2b2;
    font-family: "Montserrat";
    padding-left: 35px;
    overflow: hidden;
    position: relative;
    margin: 50px 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.development-nav a span {
    font-family: "Poppins",sans-serif;
}
.development-nav a i {
    font-style: normal;
}
.development-nav a:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-color: #fff;
    border: 4px solid #ddd;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.development-nav a:hover, .development-nav .on {
    color: #004f9d;
}
.development-nav a:hover:before, .development-nav .on:before {
    border-color: #004f9d;
}



