html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
}

body {
    color: #333;
    line-height: 1.5;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

.width100 {
    width: 100%;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-variant: normal;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clear-p-t {
    padding-top: 0 !important;
}

.clear-margin {
    margin: 0 !important;
}

.light {
    color: #0052D9;
}

.p-light {
    padding-left: 5px;
}

.w3 {
    color: #000;
    font-family: 'TencentSansw3';
}

.w7 {
    color: #000;
    font-family: 'TencentSansw7';
}

.pc-box {
    display: block;
}

.mobile-box {
    display: none;
}

.mobile-box-2 {
    display: none;
}

/* ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¦Ã…â€œÃ¢â€šÂ¬ÃƒÂ¥Ã‚Â°Ã‚ÂÃƒÂ©Ã‚Â«Ã‹Å“ */
.null_content {
    min-height: 600px;
}

/*ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¥Ã‚Â¤Ã‚Â´*/
.wrap {
    display: block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.wrap_head {
    display: block;
    width: 100%;
    height: 72px;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.head_con {
    display: block;
    width: 1200px;
    height: 72px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.head_con .logo {
    display: block;
    /*width: 192px;*/
    position: absolute;
    left: 0px;
    /*top: 18px;*/
}

.head_con .logo div {
    display: block;
    /*width: 192px;*/
    height: 42px;
    background: url(../images/logo.png) no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
    background-size: 100% 100%;
}

#logo {
    max-width: 65%;
    margin-top: 15px;
}

/*ÃƒÂ¨Ã‚ÂÃ…â€œÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢*/
.menu_list {
    display: block;
    height: 72px;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s linear;
    transform: translate(0px, 0);
}

.menu_list .menu_item {
    display: inline-block;
    height: 73px;
    float: left;
    position: relative;
}

.en-us .menu_list .menu_item {
    margin-left: 36px;
}

.menu_list .menu_item .txt {
    display: block;
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
}

.menu_list .menu_item.on {
    background-color: #D61313;
}

.menu_list .menu_item.on a {
    color: #fff;
}

.menu_list .menu_item:hover .txt:after {
    transform: scale(1, 1);
    opacity: 1;
}

.menu_list .menu_item .menu_hook {
    display: none;
    width: 100%;
    height: 445px;
    position: absolute;
    left: -36px;
    top: 0px;
    z-index: 1;
}

.en-us .menu_list .menu_item {
    margin-left: 60px;
}

/*topnav*/

.head_white {
    background: #fff;
    border-bottom: 1px solid #f9fafb;
    position: fixed;
    top: 0;
}

.submenu_show .logo div, .head_white .logo div {
    background-image: url(../images/logo_hover.png);
    background-size: 100% 100%;
}

.submenu_show.search_area_show .search_area, .head_white.search_area_show .search_area {
    width: 676px;
    background: #f6f6f6;
}

.submenu_show.search_area_show .search_area .search_icon, .head_white.search_area_show .search_area .search_icon {
    opacity: 0.3;
}

.submenu_show.search_area_show .search_area .ipt_search, .head_white.search_area_show .search_area .ipt_search {
    color: #2b2e2e;
}

.submenu_show .search_area .search_icon, .head_white .search_area .search_icon {
    background-image: url(../img/index/icon_search_hover.png);
}

.submenu_show .bg_hover {
    display: block !important;
    width: 100%;
    height: 72px;
    background: rgba(255, 255, 255, 1);
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-animation: a_bg_hover_show 0.2s ease-out both;
    -webkit-transform-origin: 50% 0%;
}

.submenu_show .menu_list .menu_item .menu_hook {
    display: block;
}

.submenu_hide, .sublist_hide {
    pointer-events: none;
}

/*ÃƒÂ©Ã‚ÂÃ‚Â¿ÃƒÂ¥Ã¢â‚¬Â¦Ã‚ÂÃƒÂ©Ã‚Â¼Ã‚Â ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ¥Ã‚Â¿Ã‚Â«ÃƒÂ©Ã¢â€šÂ¬Ã…Â¸ÃƒÂ§Ã‚Â§Ã‚Â»ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¨Ã‚Â§Ã‚Â¦ÃƒÂ¥Ã‚ÂÃ¢â‚¬ËœÃƒÂ©Ã‚Â¼Ã‚Â ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ¥Ã‚Â¯Ã‚Â¹ÃƒÂ¨Ã‚ÂÃ…â€œÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¶ÃƒÂ¥Ã¢â‚¬ÂºÃ…Â¾ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ§Ã¢â‚¬ÂÃ‚Â»ÃƒÂ¥Ã‚Â»Ã‚Â¶ÃƒÂ¨Ã‚Â¿Ã…Â¸ ÃƒÂ¤Ã‚Â¸Ã¢â€šÂ¬ÃƒÂ¨Ã‚Â¿Ã¢â‚¬ÂºÃƒÂ¥Ã‚Â¤Ã…Â¡ÃƒÂ¥Ã¢â‚¬Â¡Ã‚ÂºÃƒÂ¦Ã‹Å“Ã‚Â¾ÃƒÂ§Ã‚Â¤Ã‚Âºbug*/
.submenu_hide .bg_hover {
    -webkit-animation: a_bg_hover_hide 0.15s ease-out both;
    -webkit-transform-origin: 50% 0%;
}

@keyframes a_menu_item_show {
    0% {
        -webkit-transform: translate(0px, -30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }
}

@keyframes a_menu_item_hide {
    0% {
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0px, -30px);
        opacity: 0;
    }
}

@keyframes a_bg_hover_show {
    0% {
        -webkit-transform: scale(1, 0.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes a_bg_hover_hide {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 0.5);
        opacity: 0;
    }
}

.wrap_content {
    position: relative;
    z-index: 1;
}

.white-bg {
    background-color: #fff;
}

.gray-bg {
    background-color: #EFF2F4;
}

.brand-item {
    position: relative;
}

.brand-item.white-bg, .brand-item.gray-bg {
    padding-top: 100px;
    padding-bottom: 80px;
}

.mod-m-title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    color: #2a2e2e;
    font-family: 'TencentSansw7';
}

.brand-item .label-box {
    width: auto;
    float: left;
}

.business .brand-item .label-box, .student .label-box {
    min-width: 240px;
    margin-right: 20px;
}

.brand-item .label-box img {
    display: inline-block;
}

.brand-item .desc-box {
    overflow: hidden;
}

.business-ent .brand-one-item .label-box img {
    width: 200px;
}

.business-ent .brand-two-item .label-box img {
    width: 181px;
}

.brand-item .label-box h3 {
    font-size: 30px;
    color: #2a2e2e;
    font-family: 'TencentSansw7';
}

.t-line-flx {
    padding-bottom: 24px;
    border-bottom: 1px solid #F2F3F5;
    margin-bottom: 50px;
}

.brand-item .desc-box .desc {
    font-size: 14px;
    line-height: 25px;
    color: #5f6464;
    margin-top: 7px;
}

.en-us .brand-item .desc-box .desc {
    text-align: justify;
}

.brand-item .desc-box .go-icon {
    margin-top: 15px;
    display: inline-block;
}

.brand-item .desc-box .go-icon img {
    width: 40px;
}

.brand-item .look-more {
    float: right;
    margin-top: 12px;
}

.brand-item .look-more a {
    font-size: 16px;
    color: #5F6464;
    letter-spacing: 0;
    font-weight: bold;
}

.brand-item .look-more i {
    width: 8px;
    height: 14px;
    background: url(../img/investor/more-awart.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 10px;
}

/* type-box ÃƒÂ¦Ã‚Â¨Ã‚Â¡ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ */
.mod-type-box {
    margin-top: 45px;
}

.mod-type-box .item {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}

.mod-type-box .item .mask-bg {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.mod-type-box .item .mask-bg img {
    width: 100%;
    display: block;
}

.mod-type-box .item .mess {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 32px;
    left: 0;
    bottom: 0;
}

.mod-type-box .item .label {
    font-size: 24px;
    color: #ffffff;
    font-family: 'TencentSansw7';
    margin-bottom: 8px;

}

.mod-type-box .item .desc {
    display: none;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease-out, margin 0.3s ease-out;
    height: 25px;
}

#respon-con-3 .mod-type-box .item .desc {
    margin-bottom: -30px;
    display: block;
}

#respon-con-3 .mod-type-box .item:hover .desc {
    margin-bottom: 0px;
    opacity: 1;
}

/* ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¥Ã‚Â°Ã‚Â¾ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¦Ã‚Â¨Ã‚Â¡ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ */
.link-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 96px;
}

.media .link-box {
    margin-top: 0;
}

.link-box .bg {
    width: 100%;
}

.link-box .mess {
    position: absolute;
    left: 78px;
    top: 132px;
}

.investor .link-box .mess {
    top: 35px;
}

.link-box .mess h2 {
    font-family: 'TencentSansw7';
    font-size: 30px;
    color: #2a2e2e;
}

.link-box .mess .desc {
    font-size: 20px;
    line-height: 36px;
    color: #2a2e2e;
    margin: 4px 0 0px 0;
}

.link-box .mess .go-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #0052d9;
    margin-top: 16px;
}

.link-box .mess .go-link p {
    float: left;
    margin-right: 9px;
}

.link-box .mess .go-icon {
    float: left;
    height: 36px;
}

.link-box .mess .go-icon img {
    width: 19px;
    float: left;
    margin-top: 10px;
}

.link-box a {
    display: block;
}

.link-box .bbox {
    width: 100%;
    float: left;
    margin-top: 24px;
}

.link-box .bbox .label {
    font-size: 16px;
    line-height: 29px;
    color: #2a2e2e;
}

.link-box .bbox .email {
    font-size: 20px;
    line-height: 36px;
    color: #0052D9;
    margin-top: 0px;
}

.link-box .bbox img {
    width: 80px;
    display: none;
}

.link-box .bbox:hover img {
    display: block;
}

/* ÃƒÂ¦Ã‚Â¨Ã‚Â¡ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ */
.mod-graph-box {
    margin-top: 44px;
    overflow: hidden;
}

.mod-graph-box .graph-box {
    width: 49%;
}

.mod-graph-box .graph-box-3 {
    width: 32.3333333333%;
}

.mod-graph-box .graph-box .pic {
    width: 100%;
}

.mod-graph-box .l-graph {
    float: left;
}

.mod-graph-box .r-graph {
    float: right;
}

.mod-graph-box .m-graph {
    float: left;
    margin: 0 1.5%;
}

.mod-graph-box .graph-box h4 {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 24px;
    color: #2A2E2E;
    letter-spacing: 0;
    font-family: 'TencentSansw7';
    font-weight: bold;
}

.mod-graph-box .not-font h4 {
    font-family: initial;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 8px;
}

.mod-graph-box .graph-box-3 h4 {
    font-family: initial;
    font-weight: bold;
    font-size: 20px;
    color: #2A2E2E;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 8px;
}

.mod-graph-box .graph-box .desc {
    font-size: 14px;
    color: #5F6464;
    letter-spacing: 0;
    line-height: 25px;
}

/* ÃƒÂ¨Ã‚Â´Ã‚Â¢ÃƒÂ¥Ã…Â Ã‚Â¡ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ¦Ã‚Â¨Ã‚Â¡ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ */
.new-mod-flx {
    width: 100%;
    margin-top: 32px;
}

.new-mod-flx .l-box {
    float: left;
    margin-right: 0.5%;
}

.new-mod-flx .r-box {
    float: right;
    margin-left: 0.5%;
}

.new-mod-flx .b-box {
    width: 49%;
    background: #fff;
    border: 1px solid #EFEFEF;
    padding: 32px 45px 41px 0px;
    box-sizing: border-box;
}

.new-mod-flx h4 {
    font-size: 16px;
    color: #5f6464;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: bold;
    padding-left: 32px;
}

.new-mod-flx .list-box {
    margin-top: 40px;
}

.new-mod-flx .list-box .list {
    width: 100%;
    margin-top: 23px;
    position: relative;
    min-height: 93px;
    cursor: pointer;
}

.new-mod-flx .list-box .list .mess {
    width: 82%;
    padding-left: 32px;
    box-sizing: border-box;
    position: relative;
}

.new-mod-flx .list-box .list .title {
    font-size: 20px;
    color: #2A2E2E;
    letter-spacing: -0.01px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 4px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
}

.new-mod-flx .list-box .list .title a {
    color: #2A2E2E;
}

.en-us .new-mod-flx .list-box .list .title {
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.new-mod-flx .list-box .list .abstract {
    font-size: 16px;
    font-weight: bold;
    color: #0052d9;
    margin-bottom: 4px;
    width: 100%;
    overflow: hidden;
}

.new-mod-flx .list-box .list .abstract span {
    float: left;
}

.new-mod-flx .list-box .list .abstract .blue-awart-icon {
    width: 20px;
    float: left;
    margin-left: 3px;
    margin-top: 2px;
}

.new-mod-flx .list-box .list .date {
    font-size: 16px;
    color: #919797;
    letter-spacing: 0;
    line-height: 29px;
    width: 100%;
}

.new-mod-flx .list-box .list .down-icon {
    width: 36px;
    height: 36px;
    background: url(../img/investor/down-icon.png) no-repeat center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
    display: none;
}

.new-mod-flx .list-box .list .line {
    width: 6px;
    height: 100%;
    background: #0052D9;
    position: absolute;
    left: -1px;
    top: 0;
    display: none;
}

.new-mod-flx .list-box .list:hover .down-icon {
    display: block;
}

.new-mod-flx .list-box .list:hover .line {
    display: block;
}

/* ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“ÃƒÂ¦Ã‚Â¨Ã‚Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¿ */
.title-mod {
    width: 100%;
    margin-bottom: 24px;
}

.title-mod h4 {
    font-size: 24px;
    color: #2A2E2E;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: bold;
    float: left;
}

.title-mod .look-more {
    margin-top: 7px;
}

.contact-us-box {
    width: 100%;
    overflow: hidden;
    background: #FBFBFB;
    box-sizing: border-box;
    padding-top: 72px;
    padding: 72px 78px 96px 78px;
}

.contact-us-box .t-line-flx {
    padding-bottom: 16px;
    margin-bottom: 56px;
}

.contact-us-box .mess-box {
    width: 100%;
    float: left;
}

.contact-us-box .mess-box .bbox {
    width: 33.3333%;
    float: left;
    position: relative;
}

.contact-us-box .mess-box .bbox .label {
    font-size: 16px;
    color: #2A2E2E;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 4px;
}

.contact-us-box .mess-box .bbox .email {
    font-size: 20px;
    color: #0052D9;
    letter-spacing: 0;
    line-height: 36px;
}

.contact-us-box .mess-box .bbox .er-code {
    position: absolute;
    left: 128px;
    top: 33px;
    width: 112px;
    display: none;
}

.contact-us-box .mess-box .bbox:nth-child(3):hover .er-code {
    display: block;
}

/* to c ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ */
.to-c-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
}

.to-c-pop .pop-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.to-c-pop .pop-box {
    width: 1044px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #FFFFFF;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.10);
    padding: 65px 80px 50px 64px;
    box-sizing: border-box;
}

.to-c-pop .pop-box .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 32px;
    top: 32px;
    cursor: pointer;
    z-index: 999999999;
}

.to-c-pop .pop-box .logo-pic {
    width: 160px;
    float: left;
    margin-right: 32px;
}

.to-c-pop .pop-box .logo-pic img {
    width: 100%;
}

.to-c-pop .pop-box .mess-box {
    overflow: hidden;
}

.to-c-pop .pop-box .mess-box .name {
    font-size: 30px;
    color: #2A2E2E;
    letter-spacing: 0;
    margin-bottom: 9px;
}

.to-c-pop .pop-box .mess-box .ms {
    width: 100%;
    overflow: hidden;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E9ECF0;
}

.to-c-pop .pop-box .mess-box .ms .label {
    font-size: 20px;
    color: #949696;
    letter-spacing: 0;
    line-height: 36px;
    float: left;
}

.to-c-pop .pop-box .mess-box .ms a {
    float: right;
    font-size: 16px;
    color: #0A43C8;
    letter-spacing: -0.01px;
    line-height: 36px;
}

.to-c-pop .pop-box .mess-box .desc p {
    font-size: 14px;
    color: #5F6464;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 15px;
}

.en-us .to-c-pop .pop-box .mess-box .ms {
    height: 35px;
    margin-top: -50px;
}

/* to c ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ */
.video-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

.video-pop .pop-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.video-pop .pop-box {
    width: 1200px;
    height: 675px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #000;
    box-sizing: border-box;
}

.video-pop .pop-box .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
    top: -40px;
    cursor: pointer;
}

.video-pop .pop-box .video {
    width: 100%;
    height: 100%;
}

/* ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ */
.image-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

.image-pop .pop-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.image-pop .pop-box {
    width: 1200px;
    height: 900px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #000;
    box-sizing: border-box;
}

.image-pop .pop-box .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 9;
}

.image-pop .pop-box .pic-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.image-pop .pop-box .pic-box .pic-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.image-pop .pop-box .pic-box .pic-list.active-pic {
    display: block;
}

.image-pop .pop-box .pic-box .pic-list img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.image-pop .btn {
    width: 60px;
    height: 60px;
    background: #919797;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    cursor: pointer;
}

.image-pop .btn img {
    width: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.image-pop .pre-btn {
    left: 0;
}

.image-pop .next-btn {
    right: 0;
}

.page-content .data img {
    margin: 0px auto;
}

.wechat-btn {
    position: relative;
    z-index: 999;
}

.mobile-show {
    display: none;
}

@media screen and (max-width: 992px) {
    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    #logo {
        margin-top: 5px;
    }
}

@media screen and (max-width: 750px) {

    .en-us .mod-section-ad .desc {
        display: none;
    }

    #respon-con-3 .mod-type-box .item:hover .desc {
        margin-bottom: -30px;
        opacity: 0;
    }
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.page-content iframe {
    width: 100%;
}

.suofangimg {
    overflow: hidden;
}

.suofangimg:hover img {
    animation: suofangimg 0.5s;
    -webkit-animation: suofangimg 0.5s; /*Safari and Chrome*/
    transform: scale(1.15);
}

@keyframes suofangimg {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}

@-webkit-keyframes suofangimg /*Safari and Chrome*/
{
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}

.mod-tab li a:hover {
    color: #E31414;
}

.footer_box {
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

.footer_navbox {
    display: flex;
    border-top: 1px solid #EFF2F4;
    padding-top: 10px;
}

.footer_navbox .footer_navl {
    width: 85%;
}

.footer_navbox .footer_navl ul {
    display: flex;
}

.footer_navbox .footer_navl li {
    width: 16.66%;
}

.footer_navbox .nav1 {
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
}

.footer_navbox .nav2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: #666;
    position: relative;
    border-bottom: 2px solid #fff;
    display: table;
}

.footer_navbox .nav2:hover {
    border-bottom: 2px solid #E31414;
}

.footer_navbox .footer_navr {
    width: 15%;
    text-align: center;
}

.qr_img {
    width: 120px;
}

.footer_btmbox, .qr_msg {
    color: #000;
}

.footer_btmbox {
    padding: 50px 0 60px 0;
}