.iBanner {
    width: 100%;
    height: -webkit-calc(100% - 90px);
    height: -moz-calc(100% - 90px);
    height: calc(100% - 90px);
    position: relative;
    background-color: #000;
    top: 0;
    z-index: 5;
}

.iBanner_bg {
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    text-align: center;
    color: #ffffff;
}

.iBanner__h1 {
    width: 46.875%;
}

.iBanner__h2 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 4.75%;
    margin-bottom: 1.18%;
}

.iBanner__h3 {
    font-size: 20px;
}

.iTitle {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.37%;
}

.iTitle__h2 {
    line-height: 1;
    font-size: 36px;
    font-weight: bold;
    color: #0D0D0D;
    font-family: "Microsoft YaHei";
}

.iTitle__more {
    width: 37px;
    height: 36px;
}

.iService {
    padding-top: 4.75%;
    padding-bottom: 4.75%;
}

.iService__list {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.iService__item {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 23.125%;
    margin-right: 2.37%;
    margin-bottom: 2.37%;
    background-color: #F1F1F1;
    color: #0D0D0D;
    cursor: pointer;
    position: relative;
}

.iService__item:nth-child(4n) {
    margin-right: 0;
}

.iService__item-box {
    padding-top: 100%;
    z-index: 10;
    text-align: center;
}

.iService__item-icon {
    position: relative;
    overflow: hidden;
    width: 98px;
    height: 98px;
}

.iService__item-icon-img {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 98px;
    height: 196px;
}

.iService__item-title {
    padding-top: 7.48%;
    padding-bottom: 3.74%;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
}

.iService__item-font {
    padding: 0 7.48%;
    line-height: 24px;
    font-size: 14px;
}

.iService__item::before {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    content: " ";
    position: absolute;
    z-index: 1;
    top: 30%;
    left: 30%;
    bottom: 30%;
    right: 30%;
    background-color: #222222;
    opacity: 0;
}

.iService__item:hover::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 100;
}

.iService__item:hover {
    color: #ffffff;
}

.iService__item:hover .iService__item-icon-img {
    top: -98px;
}

.iAbout {
    padding-top: 4.75%;
    padding-bottom: 4.75%;
    background-image: url(../images/bg-01@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.iAbout-top {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.iAbout-top-l {
    width: 48.75%;
}

.iAbout-top-l-box {
    padding-top: 61.79%;
}

.iAbout-top-r {
    width: 48.75%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iAbout-top-r-font {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
}

.iAbout-top-r-btn {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    overflow: hidden;
    position: relative;
    margin-top: 9.74%;
    width: 134px;
    height: 42px;
    background-color: #FFFFFF;
    border-radius: 25px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    color: #0D0D0D;
}

.iAbout-top-r-btn span {
    position: relative;
    z-index: 10;
}

.iAbout-top-r-btn i {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    width: 22px;
    height: 22px;
    background-color: #0D0D0D;
    border-radius: 18px;
    background-image: url(../images/icon-12@2x.png);
    background-size: auto 100%;
    background-position: -22px;
    margin-left: 10px;
    position: relative;
    z-index: 10;
}

.iAbout-top-r-btn:hover {
    color: #ffffff;
}

.iAbout-top-r-btn:hover i {
    background-color: #ffffff;
    background-position: 0;
}

.iAbout-top-r-btn::before {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    content: " ";
    position: absolute;
    z-index: 1;
    height: 42px;
    width: 0;
    left: 0;
    top: 0;
    background-color: #EE0632;
}

.iAbout-top-r-btn:hover::before {
    width: 134px;
}

.iAbout-bot {
    padding-top: 3.56%;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}

.iAbout-bot__item {
    width: 25%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    line-height: 1;
}

.iAbout-bot__item-title {
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: bold;
}

.iAbout-bot__item-font {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}

.iAbout-bot__item-font span {
    font-size: 48px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.iAbout-bot__item-font i {
    font-size: 16px;
    padding-left: 10px;
    padding-bottom: 6px;
}


.iCase {
    padding-top: 4.75%;
    padding-bottom: 4.75%;
}

.iCase__list {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.iCase__item {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 31.75%;
    margin-right: 2.37%;
    margin-bottom: 2.37%;
    background-color: #F1F1F1;
    cursor: pointer;
    position: relative;
}

.iCase__item:nth-child(3n) {
    margin-right: 0;
}

.iCase__item-box {
    padding-top: 61.79%;
    z-index: 10;
    text-align: center;
}

.iCase__item-box img {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.iCase__item-box-bg {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
}

.iCase__item-box-bg-look {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #ffffff;
    opacity: 0;
}

.iCase__item-box-bg-line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.6s ease 0s;
}

.iCase__item-box-bg-line.top {
    top: 0px;
}

.iCase__item-box-bg-line.bot {
    bottom: 0;
}

.iCase__item-title {
    height: 70px;
    padding: 0 7.48%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iCase__item-title h2 {
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #0D0D0D;
}

.iCase__item-title i {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 9px;
    width: 9px;
    vertical-align: top;
}

.iCase__item:hover .iCase__item-box-bg-look {
    opacity: 1;
}

.iCase__item:hover .iCase__item-box-bg-line {
    width: 10px;
    margin-left: -5px;
}

.iCase__item:hover .iCase__item-title i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.iCase__item:hover .iCase__item-box-bg {
    background-color: rgba(0, 0, 0, .6);
}

.iCase__item:hover .iCase__item-box img {
    transform: scale(1.08);
}

.iNews {
    padding-top: 4.75%;
    padding-bottom: 4.75%;
    background-color: #F1F1F1;
}

.iNews__list {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.iNews__item {
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    width: 31.75%;
    margin-right: 2.37%;
    margin-bottom: 2.37%;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.iNews__item:nth-child(3n) {
    margin-right: 0;
}

.iNews__item-top {
    position: relative;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.iNews__item-top-l {
    padding-top: 38px;
    padding-bottom: 124px;
    width: 164px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #F1F1F1;
}

.iNews__item-top-l-icon {
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.iNews__item:hover .iNews__item-top-l-icon {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.iNews__item-top-l h3 {
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #0D0D0D;
    text-align: center;
    margin-top: 19px;
}

.iNews__item-top-r {
    width: -webkit-calc(100% - 164px);
    width: -moz-calc(100% - 164px);
    width: calc(100% - 164px);
    box-sizing: border-box;
    padding: 38px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.iNews__item-top-r h2 {
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #0D0D0D;
}

.iNews__item-top-r p {
    padding-top: 19px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #979C9B;
    -webkit-line-clamp: 2;
}

.iNews__item-top-r-time {
    line-height: 1;
    font-size: 14px;
    color: #979C9B;
    -webkit-line-clamp: 2;
}

.iNews__item-bot {
    position: relative;
    z-index: 10;
    padding: 0 38px;
    line-height: 1;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F1F1F1;
}

.iNews__item-bot span {
    font-size: 14px;
    color: #979C9B;
}

.iNews__item-bot i {
    width: 9px;
    height: 9px;
    background-image: url(../images/icon-15@2x.png);
    background-size: 100%;
}

.iNews__item:hover {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.nAbout {
    display: -webkit-flex;
    display: flex;
    padding-top: 4.75%;
    padding-bottom: 4.75%;
    justify-content: space-between;
    border-top: 1px solid #F1F1F1;
}

.nAbout:first-child {
    padding-top: 0;
    border-top-width: 0;
}

.nAbout:last-child {
    padding-bottom: 0;
}

.nAbout-l {
    width: 23.18%;
}

.nAbout-l h3 {
    line-height: 1;
    font-size: 18px;
    color: #0D0D0D;
    padding-bottom: 20px;
}

.nAbout-l h2 {
    line-height: 1;
    font-size: 42px;
    color: #0D0D0D;
    font-weight: bold;
}

.nAbout-l h2 span {
    color: #EE0632;
}

.nAbout-r {
    width: 74.50%;
}

.nAbout-r h2 {
    line-height: 1;
    font-size: 18px;
    color: #0D0D0D;
    padding-bottom: 10px;
}

.nAbout-r h4 {
    height: 20px;
    padding-bottom: 30px;
}

.nAbout-r-font {
    line-height: 32px;
    font-size: 14px;
    color: #666565;
    text-align: justify;
}

.nCase__list {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.nCase__item {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 31.75%;
    margin-right: 2.37%;
    margin-bottom: 2.37%;
    cursor: pointer;
    position: relative;
}

.nCase__item:nth-child(3n) {
    margin-right: 0;
}

.nCase__item-box {
    padding-top: 61.79%;
    z-index: 10;
    text-align: center;
}

.nCase__item-box img {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.nCase__item-box-bg {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
}

.nCase__item-box-bg-look {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #ffffff;
    opacity: 0;
}

.nCase__item-box-bg-line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.6s ease 0s;
}

.nCase__item-box-bg-line.top {
    top: 0px;
}

.nCase__item-box-bg-line.bot {
    bottom: 0;
}

.nCase__item-title {
    border: 1px solid #F1F1F1;
    padding: 0 7.48%;
}

.nCase__item-title-top {
    padding: 8.00% 0;
    border-bottom: 1px solid #E5E5E5;
}

.nCase__item-title h2 {
    line-height: 1;
    padding-bottom: 2.28%;
    font-size: 18px;
    font-weight: bold;
    color: #0D0D0D;
}

.nCase__item-title p {
    line-height: 1;
    font-size: 14px;
    color: #666565;
}

.nCase__item-title-bot {
    height: 56px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nCase__item-title-bot span {
    line-height: 1;
    font-size: 14px;
    color: #666565;
}

.nCase__item-title-bot i {
    width: 35px;
    height: 8px;
}

.nCase__item:hover .nCase__item-box-bg-look {
    opacity: 1;
}

.nCase__item:hover .nCase__item-box-bg-line {
    width: 10px;
    margin-left: -5px;
}

.nCase__item:hover .nCase__item-box-bg {
    background-color: rgba(0, 0, 0, .6);
}

.nCase__item:hover .nCase__item-box img {
    transform: scale(1.08);
}

.nCase__item:hover {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.nNews__list {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.nNews__item {
    width: 31.75%;
    margin-right: 2.37%;
    margin-bottom: 2.37%;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.nNews__item:nth-child(3n) {
    margin-right: 0;
}

.nNews__item-top {
    position: relative;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.nNews__item-top-l {
    padding-top: 38px;
    padding-bottom: 124px;
    width: 164px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #F1F1F1;
}

.nNews__item-top-l-icon {
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.nNews__item:hover .nNews__item-top-l-icon {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.nNews__item-top-l h3 {
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #0D0D0D;
    text-align: center;
    margin-top: 19px;
}

.nNews__item-top-r {
    width: -webkit-calc(100% - 164px);
    width: -moz-calc(100% - 164px);
    width: calc(100% - 164px);
    padding: 38px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.nNews__item-top-r h2 {
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #0D0D0D;
}

.nNews__item-top-r p {
    padding-top: 19px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #979C9B;
    -webkit-line-clamp: 2;
}

.nNews__item-top-r-time {
    line-height: 1;
    font-size: 14px;
    color: #979C9B;
    -webkit-line-clamp: 2;
}

.nNews__item-bot {
    position: relative;
    z-index: 10;
    padding: 0 38px;
    line-height: 1;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F1F1F1;
}

.nNews__item-bot span {
    font-size: 14px;
    color: #979C9B;
}

.nNews__item-bot i {
    width: 9px;
    height: 9px;
    background-image: url(../images/icon-15@2x.png);
    background-size: 100%;
}

.nHuawei {
   text-align: center;
}

.nHuawei img {
    max-width: 100%;
 }

 .nContact__list {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.nContact__item {
    width: 31.75%;
    margin-right: 2.37%;
    margin-bottom: 2.37%;
    background-color: #F1F1F1;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.nContact__item:nth-child(3n) {
    margin-right: 0;
}

.nContact__item-top {
    position: relative;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.nContact__item-top-l {
    padding-top: 38px;
    padding-bottom: 124px;
    width: 164px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #ffffff;
}

.nContact__item-top-l-icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;

}

.nContact__item-top-l h3 {
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #0D0D0D;
    text-align: center;
    margin-top: 19px;
}

.nContact__item-top-r {
    padding: 38px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nContact__item-top-r h2 {
    padding-bottom: 19px;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #0D0D0D;
}

.nContact__item-top-r p {
    line-height: 28px;
    font-size: 14px;
    color: #979C9B;
    -webkit-line-clamp: 2;
}

.nContact__item-bot {
    position: relative;
    z-index: 10;
    padding: 0 38px;
    line-height: 1;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff;
}

.nContact__item-bot span {
    font-size: 14px;
    color: #979C9B;
}

.nContact__item-bot i {
    width: 9px;
    height: 9px;
    background-image: url(../images/icon-15@2x.png);
    background-size: 100%;
}

.nContact-map {
    position: relative;
    padding-top: 38.78%;
    background-color: #0d0d0d;
}
.nContact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.nCaseDetailed {
    width: 100%;
    height: -webkit-calc(100% - 90px);
    height: -moz-calc(100% - 90px);
    height: calc(100% - 90px);
    position: relative;
    top: 0;
    z-index: 5;
}

.cavs {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.nCaseDetailed-box {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nCaseDetailed-box-l {
    width: 40.25%;
}

.nCaseDetailed-box-l h1 {
    line-height: 1;
    font-weight: bold;
    font-size: 36px;
    color: #0D0D0D;
    padding-bottom: 11.80%;
}

.nCaseDetailed-box-l h2 {
    line-height: 1;
    font-weight: bold;
    font-size: 18px;
    color: #0D0D0D;
    padding-bottom: 10px;
}

.nCaseDetailed-box-l-font {
    line-height: 32px;
    font-size: 16px;
    color: #666565;
    padding-bottom: 5.90%;
    text-align: justify;
}

.nCaseDetailed-box-l-btn {
    height: 58px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
}

.nCaseDetailed-box-l-btn a {
    width: 36.65%;
    height: 58px;
    display: block;
    line-height: 58px;
    text-align: center;
    background-color: #EE0632;
    margin-right: 5.90%;
    font-size: 24px;
    color: #ffffff;
}

.nCaseDetailed-box-l-btn a:nth-child(2) {
    background-color: #0d0d0d;
}

.nCaseDetailed-box-r {
    width: 57.37%;
    background-color: #0D0D0D;
    border-radius: 10px;
}

.nCaseDetailed-box-r-box {
    padding-top: 61.79%;
}

.nCaseDetailed-box-r-box-cnt {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
    height: auto;
    background-color: #ffffff;
}

.nCaseDetailed-fy {
    position: absolute;
    bottom: 4.81%;
    left: 50%;
    margin-left: -34px;
    width: 68px;
    height: 68px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
}

.nCaseDetailed-fy i {
    width: 24px;
    height: 24px;
}

.nCaseDetailed-fy span {
    line-height: 1;
    font-size: 14px;
    color: #0D0D0D;
    margin-top: 5px;
}

.nNewsDetailed {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.nNewsDetailed-l {
    width: 74.37%;
}

.nNewsDetailed-l__h1 {
    font-size: 36px;
    color: #0D0D0D;
    line-height: 50px;
}

.nNewsDetailed-l-static {
    font-size: 14px;
    color: #979C9B;
    line-height: 1;
    padding-top: .84%;
    padding-bottom: 3.19%;
}

.nNewsDetailed-l-font {
    font-size: 14px;
    color: #666565;
    line-height: 28px;
    text-align: justify;
}

.nNewsDetailed-l-font img {
    max-width: 100%;
}

.nNewsDetailed-l-fy {
    padding-top: 4.75%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0D0D0D;
    font-size: 16px;
}

.nNewsDetailed-l-fy p {
    width: 25%;
    line-height: 1;
    color: #0D0D0D;
    font-size: 16px;
    overflow: hidden;
}

.nNewsDetailed-l-fy a {
    line-height: 1;
    color: #0D0D0D;
    font-size: 16px;
}

.nNewsDetailed-l-fy p a {
    display: inline-block;
    width: 60%;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nNewsDetailed-l-fy-m {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nNewsDetailed-l-fy-m i {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.nNewsDetailed-r {
    width: 23.18%;
}

.nNewsDetailed-r-ad {
    padding-top: 61.79%;
    background-color: #EE0632;
    margin-bottom: 10.24%;
}

.nNewsDetailed-r-title {
    line-height: 1;  
    font-size: 24px;
    color: #0D0D0D;
    padding-bottom: 5.12%;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 5.12%;
}

.nNewsDetailed-r-title {
    line-height: 1;  
    font-size: 24px;
    color: #0D0D0D;
    padding-bottom: 5.12%;
    border-bottom: 1px solid #E5E5E5;
}

.nNewsDetailed-r-list {
    padding-top: 5.12%;
}

.nNewsDetailed-r-item {
    line-height: 38px;
    padding-left: 16px;
    position: relative;
}

.nNewsDetailed-r-item i {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #0D0D0D;
    position: absolute;
    margin-top: -3px;
    top: 50%;
    left: 0;
}

.nNewsDetailed-r-item a {
    color: #0D0D0D;
    display: block;
}

.nNewsDetailed-r-item:hover a {
    color: #EE0632;
}
.nNewsDetailed-r-item:hover i {
    background-color: #EE0632;
}



















