/*by sunny 2020-02-26*/
.list-guide-left > li:first-of-type {
    width: 33%;
}
.list-guide-left > li:nth-of-type(2) {
    width: 67%;
}
.guide-intro-stock dd {
    padding-left: 20px;margin-left: 20px;
    font-size: 24px;color: #333;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.guide-item {
    position: relative;
}
.guide-item:hover .guide-intro-stock dd {
    color: #fff;
}
.guide-item__right {
    height: auto;min-height: auto;
}
.guide-item__cbox {
    height: 160px;margin-top: 24px;
}
.guide-item__code {
    position: absolute;top: 30px;right: 40px;
    display: inline-block;vertical-align: top;
}
.guide-item__code img {
    width: 100px;height: auto;
}
@media (max-width: 1200px) {
    .guide-item {
        padding-right: 20px;padding-left: 20px;
    }
    .guide-item__code {
        right: 20px;
    }
}
.stock-header {font-size: 0;}
.stock-price,
.stock-table {
    display: inline-block;vertical-align: top;
}
.stock-price-big {
    display: inline-block;
    font-size: 64px;line-height: 1.25;font-weight: 500;letter-spacing: -.01em;
}
.stock-price-change {
    display: inline-block;position: relative;padding-left: 18px;margin-left: 5px;
    font-size: 18px;
}
.stock-price-change::before {
    content: "";
    position: absolute;top: 50%;left: 0;margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.stock-price-change.up::before {
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent gray transparent;
}
.stock-price-change.down::before {
    border-width: 9px 6px 0 6px;
    border-color: gray transparent transparent transparent;
}
.guide-item:hover .stock-price-change.up::before {
    border-bottom-color: #fff; 
}
.guide-item:hover .stock-price-change.down::before {
    border-top-color: #fff; 
}
.stock-table {
    margin-left: 40px;
}
.stockt-item {
    display: inline-block;vertical-align: top;margin-right: 40px;
}
.stockt-item:last-of-type {
    margin-right: 0;
}
.stockt-item h3 {
    font-size: 14px;line-height: 24px;letter-spacing: .05em;font-weight: 300;
}
.stockt-item p {
    font-size: 24px;margin-top: 26px;
}
.stock-tip {
    font-size: 12px;line-height: 2;letter-spacing: .05em;margin-top: 30px;
}
.guide-item:hover .stock-tip{
    opacity: .5;
}
.guide-item:hover .stockt-item p{
    opacity: .8;
}
.guide-item:hover .stock-title::before {
    background-color: #fff;
}
.stock-title {
    position: relative;padding-left: 20px;display: none;
    font-size: 24px;
}
.stock-title::before {
    content: "";
    position: absolute;top: 50%;left: 0;margin-top: -6px;width: 12px;height: 12px;border-radius: 50%;
    background-color: #E1251B;color: #333;
}
@media (max-width: 1480px) {
    .stock-price-big {
        font-size: 60px;line-height: 1;
    }
    .stockt-item p {
        font-size: 16px;margin-top: 16px;
    }
    .stock-header {
        padding-top: 10px;
    }
}
@media (max-width: 1360px) {
    .list-guide-left > li:first-of-type {
        width: 28%;
    }
    .list-guide-left > li:nth-of-type(2) {
        width: 72%;
    }
    .stock-table {
        margin-left: 30px;
    }
    .stockt-item {
        margin-right: 20px;
    }
}
@media (max-width: 1140px) {
    .list-guide-left > li:first-of-type {
        display: none;
    }
    .list-guide-left > li:nth-of-type(2) {
        width: 100%;
    }
    .stock-title {
        display: block;margin-bottom: 20px;
    }
}
@media (max-width: 860px) {
    .stock-table {
        display: block;margin-left: 0;margin-top: 20px;
    }
    .stockt-item p {
        margin-top: 10px;
    }
}
@media (max-width: 750px) {
    .stock-title {
        font-size: 20px;
    }
    .stock-title::before {
        width: 10px;height: 10px;margin-top: -5px;
    }
    .stock-price-big {
        font-size: 48px;
    }
    .stockt-item h3 {
        font-size: 12px;
    }
    .stockt-item p {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .stock-price-big {
        font-size: 32px;
    }
    .stock-price-change {
        font-size: 14px;
    }
}

.gov-caption {
    position: relative;padding-left: 20px;
    font-size: 24px;line-height: 1;color: #333;
}
.gov-caption::before {
    content: "";
    position: absolute;top: 50%;left: 0;margin-top: -6px;width: 12px;height: 12px;border-radius: 50%;background-color: #E1251B;
}
.list-gov {
    margin-right: -12px;margin-left: -12px;
}
.list-gov > li:nth-of-type(n+5) {
    margin-top: 40px;
}
.gov-item {
    display: block;margin: 0 12px;color: #999;background-color: #fef2f2;
}
.gov-item__img::before {
    padding-top: 60.24096%;
}
.gov-item__info {
    position: relative;z-index: 2;padding: 30px 40px 0;min-height: 200px;
}
.gov-item__en {
    font-size: 30px;line-height: 1.5;letter-spacing: .05em;font-weight: 900;text-transform: uppercase;font-family: 'AvenirLTStd';
}
.gov-item__cn {
    font-size: 24px;line-height: 1.5;letter-spacing: .05em;
}
.gov-item__desc {
    margin-top: 36px;
    font-size: 14px;line-height: 24px;letter-spacing: .05em;
}
.gov-item:hover {
    background-color: #fff;color: #fff;
}
.gov-item:hover .news-item__bg {
    visibility: visible;opacity: 1;
}
@media (max-width: 1480px) {
    .gov-item__en {
        font-size: 24px;
    }
    .gov-item__cn {
        font-size: 16px;
    }
    .gov-item__info {
        padding: 20px 30px 0;
        min-height: 200px;
    }
}
@media (max-width: 1200px) {
    .gov-item__info {
        padding-right: 20px;padding-left: 20px;
    }
    .gov-item__en {
        font-size: 20px;
    }
}
@media (max-width: 900px) {
    .list-gov > li {
        width: 33.3333%;
    }
}
@media (max-width: 750px) {
    .gov-caption {
        font-size: 20px;
    }
    .gov-caption::before {
        width: 10px;height: 10px;margin-top: -5p;
    }
}
@media (max-width: 640px) {
    .list-gov > li {
        width: 50%;
    }
    .gov-item__info {
        min-height: 160px;
        padding-right: 10px;padding-left: 10px;
    }
    .gov-item__en {
        font-size: 16px;
    }
    .gov-item__cn {
        font-size: 14px;
    }
    .gov-item__desc {
        margin-top: 10px;
    }
}


.form-sec-title.ml12 {
    margin-left: 12px;
}

.visit-form {
    padding: 80px 0;background-color: #F7F7F7;
}

.guide-intro-qrcode {margin-right: 120px;}
.guide-intro.small dt {font-size: 20px;}
.guide-intro dt{margin-left: 0;}
.guide-intro dd {padding-left: 0;}
.guide-intro-contact dt,
.guide-intro-contact dd {
    margin-left: 0;
}
.guide-intro-contact dd {
    padding-left: 0;
}
.guide-intro-contact dd > div {
    display: inline-block;vertical-align: top;font-size: 14px;color: #999;line-height: 2;margin-right: 40px;
}
.guide-intro-contact dd > div:last-of-type {
    margin-right: 0;
}
.guide-intro-contact dd > div > a {
    color: #999;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.guide-intro-contact dd > div > a:hover {
    color: #333;text-decoration: underline;
}


.page-ban {background-repeat: no-repeat;background-position: center center;-webkit-background-size: cover;
background-size: cover;}
.page-ban::before {padding-top: 23.4375%;}
@media (max-width: 750px) {
    .page-ban::before {padding-top: 60%;}
}
.fixed-tel {position: fixed;z-index: 1000;right: 20px;bottom: 100px;height: 40px;width: 40px;overflow: hidden;-webkit-transition: width .3s;transition: width .3s;}
.fixed-tel.white .ft-num {color: #fff;}
.fixed-tel-wrap {width: 150px;font-size: 0;}
.ft-circle {display: inline-block;vertical-align: top;width: 40px;height: 40px;background-color: #e1251b;border-radius: 50%;overflow: hidden;-webkit-transform-origin: center center;transform-origin: center center;-webkit-transition: all .3s ease;transition: all .3s ease;}
.ft-circle img {display: block;width: 100%;-webkit-transition: opacity .2s ease;transition: .2s ease;}
.ft-num	{display: inline-block;vertical-align: top;font-size: 16px;line-height: 40px;color: #e1251b;}
.fixed-tel:hover .ft-circle{-webkit-transform: scale(.4);transform: scale(.4);}
.fixed-tel:hover {width: 150px;}
.fixed-tel:hover .ft-circle img {opacity: 0;}
.ft-num {
    width: 110px;
}
.ft-qrcode {
    width: 110px;
}
.ft-qrcode {
    position: relative;margin-left: 40px;
}
.ft-qrcode img {
    position: absolute;bottom: 0;left: 0;
    display: block;width: 100%;visibility: hidden;opacity: 0;
    -webkit-transition: all .3s ease;transition: all .3s ease;
}
.fixed-qrcode {
    bottom: 150px;overflow: visible;
}
.fixed-qrcode:hover .ft-qrcode img{
    visibility: visible;opacity: 1;
}
.w1400 .w1400 {
    margin-right: 0;margin-left: 0;
}
.guide-intro-new dt{margin-bottom: 40px}
@media (max-width: 1100px) {
    .guide-intro-new dt {
        margin-bottom: 8px;
    }
    .guide-item {
        height: auto !important;
    }
    .guide-item__cbox {
        height: 140px !important;
    }
    .guide-item__code {
        top: 20px;
    }
}

.mrt-mt {
    margin-top: 100px;
}
@media (max-width: 640px) {
    .list-jp::before,
    .list-jp::after {
        display: none;
    }
    .list-jp > li:nth-of-type(3n+2) .jp-item{
        position: relative;
    }
    .list-jp > li:nth-of-type(3n+2) .jp-item__num::before{
        content: "";position: absolute;top:20px;right: -50%;left: -50%;height: 1px;background-color: gray;z-index: -1;
    }
    .mrt-mt {
        margin-top: 50px;
    }
    .jp-item__num {
        line-height: 40px;
    }
    .guide-intro.small dt{
        font-size: 16px;
    }
}


.mt-120 {
    margin-top: 120px;
}
.guide-intro.notice dt {text-align: left;}
/* .guide-intro.notice dd {margin-left: 0;} */
.guide-intro.notice dt a{color: gray;}
/* .guide-intro.notice:hover dt a {color: white;} */
.company-announce:hover .guide-intro.notice dt a{color: white;}



.ibrand-slogan {
    font-size: 80px;white-space: nowrap;
}
@media screen and (max-width: 1920px) {
    .ibrand-slogan {
        font-size: 4.16vw;
    }
}
@media screen and (max-width: 1100px) {
    .ibrand-slogan {
        font-size: 40px;
    }
}