/*首页*/

.content {
    padding-top: 32px;
    font-size: 14px;
}

.page {
    padding: 0.3em 0 0.3em;
}


/*首页主体区域*/

.banner {
    position: relative;
}

.banner .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.banner .txt .inner {
    padding: 13% 40px 20px;
}

.banner .txt h1,
.banner .txt h3 {
    line-height: 1;
}

.banner .txt h1 {
    margin-bottom: 40px;
}

.banner .txt {
    color: #175DD5;
}

.banner .txt.b01 .inner {
    padding: 16% 40px 20px;
}

.banner .txt.b03 {
    color: #fff;
}

.banner .bx-wrapper .bx-pager {
    position: absolute;
    right: 19%;
    top: 150px;
    text-align: right;
    width: 80%;
    z-index: 99;
}

.banner .bx-wrapper .bx-controls-auto {
    display: none;
}

.swiper-slide a {
    display: block;
    position: relative;
    z-index: 2
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.banner .pagination {
    position: absolute;
    left: 50%;
    margin-left: -640px;
    top: 150px;
    text-align: right;
    width: 1280px;
    z-index: 99;
}

.banner .pagination span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 5px solid #175DD5;
    background: #175DD5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
    transition: 1s all;
    -webkit-transition: 1s all;
}

.banner .pagination span.swiper-active-switch {
    width: 8px;
    height: 8px;
    border: 5px solid #F7C93B;
    background: transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.banner .pagination span:last-child {
    margin: 0;
}

@media only screen and (min-width:768px) {
    .banner .swiper-slide {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: 4s all;
        -webkit-transition: 4s all;
    }
    .banner .swiper-slide.on {
        opacity: 1;
    }
    .banner .swiper-slide img {
        transform: scale(1.2);
        transition: 4s all;
        -webkit-transition: 4s all;
    }
    .banner .swiper-slide.on img {
        transform: scale(1);
    }
}

@media only screen and (max-width:767px) {
    .banner .pagination {
        position: absolute;
        right: auto;
        top: auto;
        bottom: 0;
        text-align: center;
        width: 100%;
    }
    .banner .pagination span {
        border: 2px solid #175DD5;
    }
    .banner .pagination span.swiper-active-switch {
        border: 2px solid #F7C93B;
    }
    .banner .pagination span:last-child {
        margin: 0;
    }
    .banner .txt {
        display: none;
    }
}

.com_tit {
    color: #000000;
    text-align: center;
    padding: 40px 0;
}

.com_tit a {
    color: #000;
}

.com_tit a:hover {
    color: #000 !important;
}

.block_business .com_tit {
    color: #fff;
    height: 45px;
    line-height: 45px;
}

.block_business .com_tit a {
    color: #fff;
}

.block_business .com_tit a:hover {
    color: #fff !important;
}

.block_business {
    min-height: 200px;
    background: url(../images/bg_01.jpg) left top no-repeat;
    margin-bottom: 70px;
}

.tab_tit {
    height: 128px;
    overflow: hidden;
    margin-bottom: 60px;
}

.tab_tit li {
    float: left;
    width: 33.3333%;
    height: 128px;
    position: relative;
    cursor: pointer;
}

.tab_tit li .inner {
    padding: 0 12%;
    width: 75%;
    text-align: center;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    height: 100px;
    border-right: 1px solid #6F9FDA;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.tab_tit li:last-child .inner {
    border-right: none;
}

.tab_tit li label {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 30px;
    background-size: cover;
    cursor: pointer;
}

.tab_tit li span {
    overflow: hidden;
    color: #97BEFF;
}

.tab_tit li span b {
    display: block;
    padding-top: 15px;
    padding-bottom: 5px;
}

.tab_tit li span em {
    display: block;
    color: #478DFF;
    font-family: arial;
    font-size: 12px;
    margin-bottom: -7px;
}

.tab_tit li span i {
    display: inline-block;
    width: 14px;
    height: 4px;
    background: #4389FA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ico_bot {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
}

.tab_tit li.on .ico_bot {
    display: block;
}

.tab_tit li.on .inner {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

.tab_tit li.on span {
    color: #fff;
}

.tab_tit li.on span em {
    color: #F7C830;
}

.tab_tit li.on span i {
    background: #F7C830;
}

.list {
    margin: 0 -3px;
}

.list li {
    float: left;
    width: 25%;
}

.list li .inner {
    margin: 3px;
    position: relative;
}

.list li .txt {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 86%;
    padding: 0 7.1%;
    height: 100%;
    color: #000000;
    background: #F7C830;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    z-index: 99;
}

.list li .txt h2 {
    padding-top: 10px;
    margin-bottom: 20px;
}

.list li .txt .c {
    height: 3em;
    overflow: hidden;
    margin-bottom: 20px;
}

.list li .txt a.more {
    background: url(../images/dot03_y.png) right center no-repeat;
}

.list li:first-child {
    width: 50%;
}

.list li:first-child h2 {
    padding-top: 30px;
}

.list li:first-child .c {
    height: 6em;
}

.block_news {
    padding-bottom: 100px;
    background: url(../images/bg_02.jpg) left top no-repeat;
    background-size: cover;
}

.block_news li {
    float: left;
    width: 33.33%;
}

.block_news li .inner {
    padding: 30px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.block_news li h2,
.block_gp dl dt h2 {
    line-height: 1.2;
    height: 2.4em;
    overflow: hidden;
    margin: 18px 0;
}

.block_news li h2 a,
.block_gp dl dt h2 a {
    color: #000;
}

.block_news li span,
.block_gp dl dt span {
    padding: 3px 12px;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    background: #175DD5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.block_news li .c,
.block_gp dl dt .c {
    color: #888888;
    height: 4.5em;
    margin-bottom: 30px;
    overflow: hidden;
}

.block_news li:first-child .txt {
    background: #2E6DD9;
    color: #fff;
    padding: 30px 30px 62px;
}

.block_news li:first-child .txt span {
    background: none;
    padding: 0;
    font-size: 14px;
}

.block_news li:first-child h2 a {
    color: #fff;
}

.block_news li .txt .c,
.block_news li .txt a.more {
    color: #fff;
}

.block_news li .txt a.more {
    background: url(../images/dot03_on.png) right center no-repeat;
}

.block_gp {
    background: url(../images/bg_03.jpg) left top no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

.block_gp .box {
    width: 48.5%;
}

.block_gp .com_tit {
    color: #fff;
    text-align: left;
}

.block_gp .com_tit a {
    color: #fff;
}

.block_gp .com_tit a:hover {
    color: #fff !important;
}

.block_gp .con {
    background: #fff;
    border: 5px solid #D3E1F9;
    padding: 30px 25px;
    min-height: 400px;
}

.block_gp dl {
    padding: 10px;
}

.block_gp dl dt {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.block_gp dl dt h2 {
    height: auto;
    line-height: 1.5;
}

.block_gp dl dt .c {
    margin-bottom: 20px;
}

.block_gp dl dd {
    margin: 0 0 20px;
    position: relative;
}

.block_gp dl dd em {
    position: absolute;
    left: 0;
    top: 4px;
    font-family: arial;
    font-size: 12px;
    color: #CDCDCD;
    margin-right: 10px;
}

.block_gp dl dd a {
    padding-left: 75px;
    color: #6B6B6B;
    text-decoration: underline;
}

.gp_tit {
    margin-bottom: 40px;
}

.gp_tit li {
    float: left;
    width: 100px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    color: #000000;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.gp_tit li.on {
    color: #fff;
    background: #175DD5;
    font-size: 24px;
}

.gp_con img {
    max-width: 100%;
}

@media only screen and (max-width: 1660px) {
    .banner .txt .inner {
        padding: 10% 40px 20px;
    }
    .banner .txt.b01 .inner {
        padding: 12% 40px 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .banner .txt h1 {
        margin-bottom: 20px;
    }
    .block_news li:first-child .txt {
        padding-bottom: 57px;
    }
}

@media only screen and (max-width: 1365px) {
    .banner .pagination {
        width: 96%;
        left: auto;
        margin-left: 0;
    }
    .block_news li:first-child .txt {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1279px) {
    .banner {
        padding-top: 90px;
    }
    .tab_tit {
        margin-bottom: 30px;
    }
    .block_gp,
    .block_news {
        padding-bottom: 30px;
    }
    .block_business {
        margin-bottom: 0;
    }
    .list li .txt {
        opacity: 1;
        position: relative;
        width: 90%;
        padding: 5%;
    }
    .list li:first-child .c {
        height: 10.85em;
    }
    .list li .txt .c {
        margin-bottom: 10px;
    }
    .block_news li .c {
        height: 3em;
    }
    .block_news li:first-child .txt {
        padding: 30px 30px 88px;
    }
    .inbanner {
        padding-top: 90px;
    }
    .banner .txt .inner {
        padding: 5% 40px 20px;
    }
    .banner .txt.b01 .inner {
        padding: 5% 40px 20px;
    }
    .banner .pagination {
        top: 50px;
    }
}

@media only screen and (max-width: 1023px) {
    .banner .txt h1>br {
        display: none;
    }
    .banner .txt h1 {
        margin-bottom: 20px;
    }
    .banner .bx-wrapper .bx-pager {
        top: auto;
        width: 100%;
        right: auto;
    }
    .com_tit {
        padding: 30px 0;
    }
    .tab_tit li label {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .list li .inner .img {
        position: relative;
        z-index: 2;
    }
    .list li:first-child .c {
        height: 10.65em;
    }
    .tab_tit,
    .tab_tit li {
        height: 148px;
    }
    .tab_tit li span {
        text-align: center;
    }
    .tab_tit li span em,
    .tab_tit li span i {
        display: none;
    }
    .ico_bot {
        margin-left: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }
    .block_news li .inner {
        padding: 30px 30px 0;
    }
    .block_gp .box {
        width: 100%;
    }
    .tab_tit li label img {
        width: 70px;
    }
    .tab_tit li span b {
        padding-top: 8px;
    }
    .tab_tit li .inner {
        height: 75px;
    }
}

.inbanner {
    margin-bottom: 65px;
}

.inbanner img {
    max-width: 100%;
    height: auto;
}

.infooter {
    border-top: 3px solid #175DD5;
    padding-top: 60px;
}

.adv {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .banner,
    .inbanner {
        padding-top: 50px;
    }
    .infooter {
        padding-top: 30px;
    }
    .banner .txt h1 {
        margin-bottom: 10px;
    }
    .banner .txt .inner,
    .banner .txt.b01 .inner {
        padding: 10px;
    }
    .banner .txt h3.f-36 {
        font-size: 14px;
    }
    .banner .pagination {
        width: 100%;
        top: auto;
    }
    .tab_tit li label img {
        width: 40px;
    }
    .tab_tit li span b.f-24 {
        font-size: 14px;
    }
    .list li {
        width: 50%;
    }
    .list li:first-child,
    .block_news li {
        width: 100%;
    }
    .list li:first-child .c {
        height: auto;
    }
    .list li:first-child h2,
    .list li .txt h2 {
        padding-top: 0;
        margin-bottom: 10px;
    }
    .block_news li:first-child .txt {
        padding: 30px;
    }
    .block_news li .c,
    .block_news li h2,
    .block_gp dl dt h2,
    .block_news li .c {
        height: auto;
    }
    .block_news li .c,
    .block_gp dl dt .c {
        margin-bottom: 20px;
    }
    .block_gp .con {
        padding: 10px;
    }
    .block_business .com_tit {
        padding: 10px 0;
    }
    .tab_tit,
    .tab_tit li {
        height: 90px;
    }
    .tab_tit li label {
        height: 45px;
    }
    .block_business {
        background-position: left -97px;
    }
    .tab_tit li .inner {
        height: 40px;
    }
}

.left {
    width: 16%;
    float: left;
}

.left h1 {
    color: #000;
    border-bottom: 4px solid #175dd5;
    margin-bottom: 20px;
    padding-bottom: 15px;
    line-height: 1;
}

.left ul li {
    margin-bottom: 15px;
}

.left ul li a {
    color: #000;
    display: block;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
}

.left ul li a img {
    float: right;
    margin-top: 10px;
}

.left ul li a:hover {
    background: #175dd5;
    color: #fff;
    border-radius: 10px;
}

.left ul li.on a {
    background: #175dd5;
    color: #fff;
    border-radius: 10px;
}

.right {
    float: right;
    width: 76%;
}

.new_top {
    margin-bottom: 30px;
}

.new_top .img {
    float: left;
    width: 50%;
}

.new_top .txt {
    float: left;
    width: 45%;
    padding: 0 0 0 5%;
}

.news_mid li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #E1E1E1;
}

.news_mid li .inner {
    padding: 0 10%;
    margin: 10% 0;
}

.news_mid li:nth-child(odd) .inner {
    border-right: 1px solid #CCCCCC
}

.news_mid li h2,
.new_top .txt h2 {
    line-height: 1.2;
    height: 2.4em;
    overflow: hidden;
    margin: 18px 0;
}

.news_mid li h2 a,
.new_top .txt h2 a {
    color: #000;
}

.news_mid li span,
.new_top .txt span,
.subject li .txt span,
.invest li span,
.cale_list li span,
.ph_table td span,
.maz li .txt span {
    padding: 3px 12px;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    background: #175DD5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.news_mid li .c,
.new_top .txt .c {
    color: #888888;
    height: 4.5em;
    margin-bottom: 30px;
    overflow: hidden;
}

.new_top .txt .c {
    height: 9em;
    margin-bottom: 63px;
}

.news_mid li:nth-child(1),
.news_mid li:nth-child(2),
.news_mid li:nth-child(5),
.news_mid li:nth-child(6) {
    background: #F7F7F7;
}

.news_mid li:last-child,
.news_mid li:nth-last-child(2) {
    border-bottom: none
}

.details h2 {
    color: #000;
    padding: 0 0 5px;
    text-align: center;
}

.details .bon {
    text-align: center;
    margin: 5px 0 30px;
    color: #888888;
    padding: 0 0 30px;
    border-bottom: 1px solid #CCCCCC;
}

.details .bon span {
    display: inline-block;
    zoom: 1;
    *+display: inline;
    margin: 0 8px;
}

.details .bon span+em {
    display: inline-block;
    zoom: 1;
    *+display: inline;
    margin: 0 10px;
    color: #C8C8C8
}

.details .bon span.autor {}

.details .bon span.time {
    font-family: arial;
}

.details .bon span.size {}

.details .bon span.size i {
    cursor: pointer;
}

.details .bon span.size i.s {
    font-size: 14px;
}

.details .bon span.size i.m {
    font-size: 14px;
}

.details .bon span.size i.b {
    font-size: 18px;
}

.details .bon span.size i.on {
    color: #000000;
}

.news_article {
    font-size: 14px;
    margin-bottom: 30px;
}

.news_article img {
    max-width: 100%;
    height: auto;
}

.news_article .vid {
    max-width: 915px;
    width: 100%;
    height: 514px;
    position: relative;
    margin: 20px auto;
}

.news_article .vid .videobox {
    width: 100%;
    height: 100%;
}

a.close {
    float: right;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #A4A4A4;
    color: #fff;
    font-size: 12px;
}

a.close:hover {
    background: #175DD5;
    color: #fff;
}

.videobox {
    width: 70%;
    margin: 0 auto;
    background: #000;
}

.videobox video {
    width: 100%;
}

.sharebox {
    margin-bottom: 25px;
}

.sharebox dt {
    display: inline-block;
    zoom: 1;
    *+display: inline;
}

.sharebox dd {
    display: inline-block;
    zoom: 1;
    *+display: inline;
    margin: 0 6px 0 0;
}

.prev_next {
    position: relative;
    margin-bottom: 20px;
}

.prev_next span {
    display: block;
    margin-bottom: 5px;
    color: #616161;
}

.prev_next span a {
    color: #000000;
}

.prev_next .close {
    position: absolute;
    right: 0;
    top: 12px;
}

.media li {
    float: left;
    width: 88%;
    padding: 4% 6%;
    border-bottom: 1px solid #CCCCCC;
}

.media li:first-child {
    padding-top: 0;
}

.media li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.media li .date {
    float: left;
    width: 75px;
    height: 75px;
    text-align: left;
    text-indent: 10px;
    font-family: arial;
    margin-right: 35px;
    background: #C6C6C6;
    color: #fff;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.media li .date b {
    display: block;
    margin-top: 15px;
}

.media li .date em {
    display: block;
    line-height: 1;
    margin-top: -6px;
}

.media li .txt {
    overflow: hidden;
}

.media li h2 {
    margin-bottom: 8px;
}

.media li .c {
    color: #919191;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 3em;
}

.subject li {
    float: left;
    width: 100%;
    padding: 3% 0;
    border-bottom: 1px solid #CCCCCC;
}

.subject li:first-child {
    padding-top: 0;
}

.subject li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.subject li .img {
    float: left;
    width: 19.38%;
    margin-right: 4%;
}

.subject li .txt {
    overflow: hidden;
    padding-top: 12px;
}

.subject li .txt h2 {
    margin: 2% 0;
}

.subject li .txt .c {
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 3em;
}

.maz li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #CCCCCC;
    padding: 5% 0;
}

.maz li:first-child,
.maz li:first-child+li {
    padding-top: 0;
}

.maz li .img {
    float: left;
    width: 50%;
    position: relative;
}

.maz li .img h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.maz li .img b {
    float: left;
    font-family: arial;
    margin-left: 8%;
}

.maz li .img em {
    display: block;
    font-family: arial;
    font-weight: bold;
    margin: 18px 0 -12px;
}

.maz li .img span {
    font-family: arial;
}

.maz li .txt {
    float: left;
    width: 38%;
    padding: 0 6%;
}

.maz li .txt h2 {
    line-height: 1.1;
    color: #175DD5;
    margin-bottom: 12%;
}

.maz li .txt h3 {
    height: auto;
    max-height: 3em;
    overflow: hidden;
    margin-bottom: 20px;
}

.maz li .txt .c {
    color: #888888;
    height: 3em;
    overflow: hidden;
    margin-bottom: 10%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5em;
}

.invest li {
    float: left;
    width: 50%;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.invest li .inner {
    padding: 10%;
    border-bottom: 1px solid #E1E1E1;
}

.invest li:nth-child(odd) .inner {
    border-right: 1px solid #E1E1E1;
}

.invest li h2,
.new_top .txt h2 {
    line-height: 1.2;
    height: 2.4em;
    overflow: hidden;
    margin: 18px 0;
}

.invest li h2 a,
.new_top .txt h2 a {
    color: #000;
}

.invest li .c {
    color: #888888;
    height: 4.5em;
    margin-bottom: 30px;
    overflow: hidden;
}

.invest li:nth-child(1),
.invest li:nth-child(4),
.invest li:nth-child(5),
.invest li:nth-child(8) {
    background: #F7F7F7;
}

.invest li:last-child .inner,
.invest li:nth-last-child(2) .inner {
    border-bottom: none
}

.investor {
    background: url(../images/bg_04.jpg) repeat;
}

.investor .ll {
    float: left;
    width: 36%;
    padding: 5% 7% 0;
}

.investor .rr {
    float: right;
    width: 50%;
    position: relative;
}

.investor .rr .txt {
    position: absolute;
    right: 6%;
    top: 5%;
    padding: 10px;
    text-align: right;
    width: 132px;
    height: 183px;
    color: #fff;
    border: 5px solid #fff;
    background: url(../images/dot11.png) no-repeat;
}

.investor .rr .txt h2 {
    line-height: 1.2;
}

.investor .rr .txt span {
    display: block;
    margin-top: 70px;
    font-size: 12px;
    font-family: arial;
    text-transform: uppercase;
}

.investor .rr img {
    float: right;
    width: 100%;
}

.investor .ll h1 {
    margin-bottom: 2%;
}

.investor .ll li {
    float: left;
    width: 50%;
    margin: 3% 0;
}

.investor .ll li span {
    display: block;
    width: 90%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #A1A1A1;
}

.investor .ll li span input {
    width: 100%;
    border: none;
    background: none;
}

.investor .ll li:nth-child(even) span {
    float: right;
}

.investor .ll li.long {
    width: 100%;
}

.investor .ll li.long label {
    display: inline-block;
    margin-bottom: 3px;
    color: #888888;
}

.investor .ll li.long .text {
    width: 96%;
    height: 66px;
    background: #fff;
    border: 1px solid #C1C1C1;
    padding: 2%;
}

.investor .ll li.long .text textarea {
    background: none;
    width: 100%;
    height: 100%;
    border: none;
}

.investor .ll li.long span {
    width: 100%;
}

.investor .ll li em {
    cursor: pointer;
}

.investor .ll li img {
    margin-top: 8px;
}

.investor .ll li:last-child {
    margin-top: 5%;
}

.btn {
    width: 95px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background: #575757;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.btn01 {
    background: #175DD5;
    margin-right: 10px;
}

.shiC {
    margin-bottom: 40px;
    height: 110px;
    overflow: hidden;
}

.bx_shiC li {
    cursor: pointer;
    position: relative;
    text-align: center;
    float: left;
    width: 25%;
}

.bx_shiC li span {
    color: #000000;
    display: block;
    padding-top: 40px;
}

.bx_shiC li i {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 8px;
    background: url(../images/dot12.jpg) left top no-repeat;
}

.bx_shiC li.on span {
    color: #175DD5;
    font-size: 60px;
    font-weight: bold;
    padding-top: 20px;
}

.bx_shiC li.on i {
    top: 5px;
    width: 18px;
    height: 21px;
    background: url(../images/dot13.jpg) left top no-repeat;
}

.bx_shiC .bx-wrapper {
    background: url(../images/dot16.jpg) left 12px repeat-x;
}

.bx_shiC .bx-controls-direction a {
    position: absolute;
    display: block;
    width: 23px;
    height: 23px;
    top: 0;
    margin-top: 0;
    cursor: pointer;
    text-indent: 10000em;
}

.bx_shiC .bx-wrapper .bx-prev {
    background: url(../images/dot14.jpg) no-repeat center;
    left: 0;
}

.bx_shiC .bx-wrapper .bx-prev.disabled {
    display: block;
    /*background: url(../images/dot14_dis.jpg) no-repeat center;*/
}

.bx_shiC .bx-wrapper .bx-next.disabled {
    display: block;
    /*background: url(../images/dot15_dis.jpg) no-repeat center;*/
}

.bx_shiC .bx-wrapper .bx-next {
    background: url(../images/dot15.jpg) no-repeat center;
    right: 0;
}

.bx_shiC .bx-wrapper .bx-viewport {
    border: 0;
}

.cale_list {
    border-left: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    overflow: hidden;
}

.cale_list li {
    float: left;
    width: 33.33%;
}

.cale_list li .inner {
    border-top: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    padding: 12% 12%;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.cale_list li:nth-child(2n) .inner {
    background: #F8F8F8;
}

.cale_list li p {
    height: 1.5em;
    overflow: hidden;
    margin-bottom: 8%;
    color: #888888;
}

.cale_list li h2 {
    height: 1.5em;
    overflow: hidden;
}

.table-box {
    border-top: 3px solid #175DD5;
}

.ph_table {
    width: 100%;
    text-align: center;
    color: #888888;
}

.ph_table td {
    text-align: center;
    line-height: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #CFD0D2;
}

.ph_table thead td {
    border-bottom: 1px solid #2768D8;
    color: #333;
    background: #fff;
}

.ph_table td b {
    padding-right: 8px;
}

.ph_table td b.b1 {
    color: #F7C830;
}

.ph_table td b.b2 {
    color: #175DD5;
}

.ph_table tr:nth-child(odd) {
    background: #F7F7F7;
}

.ph_table .t1 {
    width: 20%;
}

.ph_table .t2 {
    width: 30%;
}

.ph_table .t3 {
    width: 30%;
}

.ph_table .t4 {
    width: 20%;
}

@media only screen and (max-width:767px) {
    .ph_table,
    .ph_table thead,
    .ph_table tbody,
    .ph_table th,
    .ph_table td,
    .ph_table tr {
        display: block;
    }
    .ph_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .ph_table tr {
        border: 1px solid #eee;
        border-bottom: 0;
        margin-bottom: 20px;
    }
    .ph_table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding: 5px 0;
        padding-left: 6.5em;
        white-space: normal;
        text-align: left;
    }
    .ph_table td:before {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 0;
        width: 6.5em;
        text-indent: 10px;
        white-space: nowrap;
        text-align: left;
    }
    .ph_table td:before {
        content: attr(data-title);
    }
}

.talent_top {
    background: #F2F2F2;
    margin-bottom: 30px;
}

.talent_top .ll {
    float: left;
    width: 47%;
}

.talent_top .rr {
    float: left;
    width: 53%;
    border-bottom: 2px solid #175DD5;
}

.talent_top .rr .inner {
    padding: 8% 10% 0;
}

.talent_top .rr h2 span {
    color: #000;
    padding-right: 25px;
    background: url(../images/dot17.png) no-repeat right center;
}

.talent_top .rr .c {
    color: #888;
    margin-top: 7%;
    height: 9em;
    overflow: hidden;
}

.talent_mid .ll {
    float: left;
    width: 35.5%;
    border: 1px solid #DFDFDF;
}

.talent_mid .ll .inner {
    padding: 20% 13% 0;
}

.talent_mid .ll h2 {
    color: #175DD5;
    margin-bottom: 5%;
}

.talent_mid .ll .c {
    color: #888;
    padding-bottom: 20%;
    background: url(../images/dot18.png) left bottom no-repeat;
}

.talent_mid .rr {
    float: right;
    width: 62%;
    position: relative;
}

.talent_mid .rr .txt {
    position: absolute;
    left: 10%;
    bottom: 10%;
    color: #fff;
}

.talent_mid .rr .txt p {
    padding-top: 10px;
}

.talent_mid .rr .txt a {
    color: #fff;
    font-family: arial;
    text-decoration: underline;
}

.talent_mid .rr .txt b {
    font-family: arial;
}

.advice .rr .txt {
    border: 5px solid #175DD5;
    color: #175DD5;
    background: none;
}

.advice .ll i {
    color: #888;
    position: absolute;
    left: 0;
    top: 0;
}

.advice .ll .long {
    position: relative;
}

.advice .ll .long span {
    width: 100%;
}

.advice .ll .peopbox {
    padding-left: 73px;
}

.up {
    height: 30px;
    width: 100%;
    line-height: 30px;
    position: relative;
}

.up em {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    border-bottom: 1px solid #A1A1A1;
    color: #888888;
}

.upload {
    height: 30px;
    width: 90px;
    float: right;
}

.view {
    display: inline-block;
    zoom: 1;
    background: #fff;
    color: #175DD5;
    height: 24px;
    line-height: 24px;
    border: 1px solid #175DD5;
}

.again {
    display: inline-block;
    zoom: 1;
    background: #fff;
    color: #175DD5;
    height: 24px;
    line-height: 24px;
    border: 1px solid #175DD5;
    margin-left: 20px;
}

.view:hover,
.again:hover {
    text-decoration: none;
}

.employment {
    margin: 0 -9px;
}

.employment li {
    float: left;
    width: 50%;
}

.employment li .inner {
    padding: 15% 15% 8%;
    margin: 9px;
}

.employment li:nth-child(1) .inner,
.employment li:nth-child(4) .inner,
.employment li:nth-child(5) .inner,
.employment li:nth-child(8) .inner {
    background: #F8F8F8
}

.employment li .em_tit {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 15%;
    padding: 10px;
    background: url(../images/dot19.png) left bottom no-repeat #175DD5;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.employment li .em_tit h1 {
    font-weight: bold;
    line-height: 1.2;
}

.employment li .em_tit h1 a {
    height: 2.4em;
    line-height: 1.2em;
    display: block;
}

.employment li .em_tit h1 a,
.employment li .em_tit h1 a:hover {
    color: #fff;
}

.employment li .em_tit span {
    display: inline-block;
    zoom: 1;
    *+display: inline;
    border: 1px solid #fff;
    margin-top: 25px;
    padding: 0 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.employment li .em_txt {
    overflow: hidden;
    line-height: 2;
    color: #888888;
}

.employment li .em_txt dd:last-child {
    margin-top: 20px;
}

.employ {
    border-top: 1px solid #CCCCCC;
    padding: 5% 0 0;
}

.employ .info {
    margin-bottom: 40px;
}

.employ .info dt {
    color: #000;
    margin-bottom: 20px;
}

.employ .info1 dd {
    float: left;
    width: 33.33%;
    color: #888888;
    line-height: 2;
}

.sendmail {
    width: 158px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    background: #175DD5;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.sendmail a {
    color: #fff;
    background: url(../images/dot20.png) right 6px no-repeat;
    padding-right: 10px;
}

.emp_conn {
    color: #000;
}

.emp_conn a,
.gs a {
    color: #175DD5;
}

.emp_conn a:hover,
.gs a:hover {
    text-decoration: underline;
}

.emp_conn h3 {
    color: #F7C830;
    margin: 12px 0 0;
}

.gs {
    margin: 30px 0 0;
}

.link li {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
}

.link li .inner {
    border: 2px solid #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.link li h2 {
    margin: 10px 0;
    height: 1.5em;
    overflow: hidden;
}

.link li h2 a {
    color: #676767;
}

.sitemap dl {
    border-top: 1px dashed #bebebe;
    overflow: hidden;
    padding: 30px 0;
}

.sitemap dl dt {
    float: left;
    width: 115px;
    height: 115px;
    background: #175DD5;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.sitemap dl dt a {
    display: block;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
    background: url(../images/ma.png) bottom center no-repeat;
}

.sitemap dl dd {
    float: left;
    width: 80%;
    float: right;
}

.sitemap dl dd ul {
    padding-top: 20px;
}

.sitemap dl dd li {
    float: left;
    width: 20%;
    font-size: 14px;
    line-height: 2;
    background: url(../images/dot03_on.png) left center no-repeat;
}

.sitemap dl dd li a {
    padding-left: 15px;
}

.aid_search .keyword {
    height: 64px;
    width: 100%;
    background: #ededed;
    overflow: hidden;
}

.aid_search .keyword>div {
    margin: 21px auto 19px;
    width: 90.78%;
}

.aid_search .keyword h4 {
    color: #272727;
    line-height: 1.11em;
    display: inline-block;
}

.aid_search .keyword a {
    display: inline-block;
    margin-left: 11px;
    width: 62px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background: rgb(224, 51, 45);
}

.aid_search .keyword a:hover {
    color: #fff!important;
}

.aid_search .keyword>div>div {
    position: relative;
    ;
    display: inline-block;
    border: 1px solid #d5dfe8;
    height: 26px;
    padding-right: 29px;
    padding-left: 8px;
    background: #fff;
    box-sizing: border-box;
}

.aid_search .keyword>div>div.active {
    box-shadow: 0 0 3px #999;
    background: #fbf7e6;
}

.aid_search .keyword input {
    border: none;
    background: transparent;
    width: 96%;
    line-height: 24px;
}

.aid_search .keyword span {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 26px;
    height: 26px;
    background: url(../images/search_icon01.png) no-repeat center;
}

.aid_search>p {
    display: block;
    width: 90.78%;
    margin: 20px auto 0;
    color: #1b1b1b;
}

.aid_search em {
    color: rgb(224, 51, 45);
}

.aid_search .result {
    margin-top: 21px;
}

.aid_search .result li {
    border-bottom: 1px solid #e5e5e5;
    border-top: transparent solid 1px;
}

.aid_search .result li:first-child {
    border-top: 1px solid #e5e5e5;
}

.aid_search .result li>div {
    margin: 5px 0;
    padding: 28px 0 30px;
    transition: all .5s
}

.aid_search .result dl {
    width: 90.78%;
    margin: auto
}

.aid_search .result dt {
    position: relative;
}

.aid_search .result dt:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 6px;
    background: url(../images/search_icon02.png) no-repeat;
    top: 50%;
    margin-top: -3px;
}

.aid_search .result dt a {
    color: #272727;
    line-height: 1.11em;
    padding-bottom: 2px;
}

.aid_search .result dd {
    margin-top: 17px;
    color: #666;
}

.aid_search .keyword span {
    right: 0;
}

.aid_search .keyword>div>div {
    width: 214px;
}

.aid_search .result dt:before {
    left: -14px;
}

.aid_sitemap li {
    margin-top: 43px;
    height: 43px;
}

@media only screen and (max-width: 1023px) {
    .aid_search .result li>div {
        padding: 15px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .aid_search .keyword h4.f-18 {
        font-size: 13px;
    }
    .aid_search .keyword>div>div {
        width: 50%;
    }
    .aid_search .result dd {
        height: 3em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.stock_A {
    padding: 5% 5% 0;
    text-align: center;
    background: url(../images/dot21.png) right bottom no-repeat #FAFAFA;
    position: relative;
}

.stock_A .box {
    width: 640px;
    height: 324px;
    margin: 20px auto 0;
    background: #343B46;
    position: relative;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.stock_A .box .ico_l {
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    background: #A5A4A4;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.stock_A .box .ico_r {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: #F6F6F6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.stock_A .gp_img {
    background: #fff;
    width: 545px;
    margin: 24px 45px 0 38px;
    float: left;
}

.stock_A .gp_img img,
.stock_H .gp_img img {
    max-width: 100%;
}

.stock_A .t {
    color: #175DD5;
}

.stock_H {
    padding: 3% 5% 0;
    text-align: center;
    background: url(../images/dot23.jpg) left top no-repeat;
    position: relative;
}

.stock_H .boxbg {
    background: url(../images/dot22.png) center bottom no-repeat;
    margin-top: 20px;
    padding-bottom: 20px;
}

.stock_H .box {
    width: 581px;
    height: 350px;
    margin: 0 auto;
    background: #343B46;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.stock_H .gp_img {
    background: #fff;
    width: 545px;
    margin: 25px 18px 25px 18px;
    float: left;
}

.stock_H .t {
    color: #000000;
}

@media only screen and (min-width: 1025px) {
    .list li:hover .txt {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
    }
    .block_news li:hover .inner {
        background: #FCFCFC;
        box-shadow: 1px 1px 3px #ccc;
    }
    .block_news li:hover span {
        background: #F7C830;
    }
    .block_news li:hover h2 a {
        color: #175DD5;
    }
    .block_news li:first-child:hover h2 a {
        color: #fff;
    }
    .media li:hover .date {
        background: #175DD5;
    }
    .media li:hover h2 a {
        color: #175DD6;
    }
    .invest li:hover {
        background: #F7C830;
    }
    .invest li:hover span,
    .cale_list li:hover span {
        background: #fff;
        color: #000000;
    }
    .invest li:nth-child(1):hover,
    .invest li:nth-child(4):hover,
    .invest li:nth-child(5):hover,
    .invest li:nth-child(8):hover {
        background: #F7C830;
    }
    .cale_list li:hover .inner {
        background: #F7C830
    }
    .cale_list li:nth-child(2n):hover .inner {
        background: #F7C830
    }
    .employment li:hover .em_tit {
        background: url(../images/dot19.png) left bottom no-repeat #F7C830;
    }
    .link li:hover .inner {
        border: 2px solid #2164D7;
    }
    .link li:hover h2 a {
        color: #175DD5;
    }
    .block_news li h2 a:hover,
    .block_gp dl dt h2 a:hover {
        color: #175DD6;
    }
    .block_gp dl dd a:hover {
        color: #175DD6;
    }
    .news_mid li h2 a:hover,
    .new_top .txt h2 a:hover {
        color: #175DD6;
    }
    .invest li h2 a:hover,
    .new_top .txt h2 a:hover {
        color: #175DD6;
    }
    .prev_next span a:hover {
        color: #175DD5;
    }
    .media li:hover h2,
    .subject li:hover .txt h2 {
        color: #175DD5;
    }
    .link li h2 a:hover {
        color: #175DD5;
    }
    .sitemap dl:hover dt,
    .sitemap dl dt:hover {
        background: #F7C830;
    }
    .aid_search .result li:hover>div {
        background: #e5e5e5;
    }
    .aid_search .result li:hover dt a {
        color: rgb(224, 51, 45);
        border-bottom: 1px solid rgb(224, 51, 45);
    }
}

@media only screen and (max-width: 1450px) {
    .maz li .img em.f-30 {
        font-size: 24px;
        margin-top: 14px;
    }
    .bx_shiC li.on span {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1365px) {
    .maz li .img em.f-30 {
        font-size: 20px;
        margin-top: 12px;
        margin-bottom: -10px;
    }
    .bx_shiC li.on span {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1279px) {
    .news_mid li .c,
    .new_top .txt .c {
        margin-bottom: 20px;
    }
    .right {
        width: 80%;
    }
    .subject li .txt {
        padding-top: 0;
    }
    .maz li .img em.f-30 {
        font-size: 14px;
    }
    .shiC {
        height: auto;
        margin-bottom: 20px;
    }
    .talent_top .rr .inner,
    .talent_mid .ll .inner {
        padding: 5%;
    }
    .investor .ll li {
        margin: 2% 0;
    }
    .stock_A {
        text-align: center;
        padding: 5% 7% 0;
    }
    .stock_A .t {
        position: relative;
        top: auto;
        left: auto;
    }
    .stock_A .box {
        margin: 20px auto 0;
    }
    .employment li .inner {
        padding: 8%;
    }
    .employment li .em_tit {
        margin-right: 5%;
    }
    .sitemap dl dd li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1023px) {
    .left {
        width: 100%;
    }
    .left ul,
    .adv {
        display: none;
    }
    .right {
        width: 100%;
        float: left;
    }
    .new_top .txt .c {
        height: 4.5em;
    }
    .maz li .txt {
        width: 50%;
    }
    .maz li .img em.f-30 {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: -6px;
    }
    .investor .ll {
        float: none;
        width: 100%;
        padding: 10%;
        box-sizing: border-box;
    }
    .investor .ll li.long .text {
        width: 100%;
    }
    .investor .rr {
        width: 100%;
    }
    .cale_list li p {
        height: 3em;
    }
    .talent_top .ll,
    .talent_top .rr,
    .talent_mid .ll,
    .talent_mid .rr {
        width: 100%;
    }
    .talent_mid .ll .c {
        padding-bottom: 10%;
    }
    .employ .info1 dd {
        width: 100%;
    }
    .link li {
        width: 33.33%;
    }
    .stock_A .box {
        width: 100%;
        height: 324px;
    }
    .stock_A .gp_img,
    .stock_H .gp_img {
        width: auto;
    }
    .stock_H .boxbg {
        background: none;
    }
    .stock_H .box {
        height: 343px;
    }
    .employment li {
        width: 100%;
    }
    .employment li .inner {
        padding: 5%;
    }
    .employment li .em_tit span {
        margin-top: 12px;
    }
    .sitemap dl dt,
    .sitemap dl dd {
        width: 100%;
    }
    .sitemap dl dt {
        height: auto;
        margin-bottom: 20px;
    }
    .sitemap dl dt a {
        padding: 10px 35px 10px 0;
        display: inline-block;
        background: url(../images/ma.png) right center no-repeat;
    }
    .sitemap dl dd ul {
        padding-top: 0;
    }
    .sitemap dl dd li {
        font-size: 12px;
    }
    .sitemap dl:nth-child(4) dt,
    .sitemap dl:nth-child(5) dt {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .inbanner {
        margin-bottom: 30px;
    }
    .left,
    .right,
    .new_top .img,
    .new_top .txt,
    .news_mid li,
    .maz li,
    .cale_list li {
        width: 100%;
    }
    .maz li .img {
        float: none;
        width: 80%;
        margin: auto;
        margin-bottom: 10px;
    }
    .maz li .txt {
        width: 80%;
        padding: 0;
        margin: auto;
        float: none;
    }
    .media li {
        width: 100%;
    }
    .left {
        margin-bottom: 20px;
    }
    .adv {
        margin-top: 20px;
    }
    .new_top {
        margin-bottom: 10px;
    }
    .new_top .txt {
        padding: 5% 0;
    }
    .news_mid li .inner {
        margin: 5% 0;
        padding: 0 5%;
    }
    .news_mid li:nth-child(odd) .inner {
        border-right: none;
    }
    .prev_next .close {
        display: none;
    }
    .media li {
        padding: 5% 0;
    }
    .media li .date {
        width: 55px;
        height: 55px;
        text-indent: 5px;
        margin-right: 20px;
    }
    .media li .date b {
        margin-top: 5px;
    }
    .media li .date em {
        font-size: 12px;
        margin-top: 0;
    }
    .maz li:first-child+li {
        padding-top: 5%;
    }
    .cale_list li p,
    .cale_list li h2 {
        height: auto;
    }
    .talent_mid .rr .txt {
        left: 5%;
        right: 5%;
    }
    .up em {
        width: 60%;
    }
    a.close {
        display: none;
    }
    .employ .info,
    .sendmail {
        margin-bottom: 20px;
    }
    .employ .info dt {
        margin-bottom: 10px;
    }
    .link li {
        width: 50%;
    }
    .stock_A,
    .stock_H {
        padding: 0;
        background: none;
    }
    .stock_A .box .ico_l,
    .stock_A .box .ico_r {
        display: none;
    }
    .stock_A .gp_img,
    .stock_H .gp_img {
        width: 100%;
        float: none;
        margin: 0;
    }
    .stock_A .box,
    .stock_H .box {
        width: 100%;
        height: auto;
    }
    .stock_A {
        margin-bottom: 20px;
    }
    .stock_H .boxbg {
        padding: 0;
    }
    .invest li {
        width: 100%;
    }
    .invest li .inner {
        padding: 5%;
    }
    .inv_left ul li:last-child {
        width: 98%;
    }
    .adv {
        display: none;
    }
    .talent_top .rr .c {
        height: auto;
    }
    .sitemap dl dd li {
        width: 33.3%;
    }
    .investor .rr {
        display: none;
    }
    .investor .ll li.long label {
        width: 100px;
    }
    .subject li .img {
        width: 35%;
    }
    .subject li .txt .c {
        height: 3em;
    }
    .videobox {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .sitemap dl dd li {
        width: 50%;
    }
}


/*font-size*/

.f-16 {
    font-size: 14px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-30 {
    font-size: 30px;
}

.f-32 {
    font-size: 32px;
}

.f-36 {
    font-size: 36px;
}

.f-40 {
    font-size: 40px;
}

.f-48 {
    font-size: 48px;
}

.f-60 {
    font-size: 60px;
}

.f-72 {
    font-size: 72px;
}

@media only screen and (max-width: 1440px) {
    .f-16 {
        font-size: 14px;
    }
    .f-18 {
        font-size: 14px;
    }
    .f-20 {
        font-size: 18px;
    }
    .f-24 {
        font-size: 22px;
    }
    .f-30 {
        font-size: 28px;
    }
    .f-32 {
        font-size: 30px;
    }
    .f-36 {
        font-size: 34px;
    }
    .f-40 {
        font-size: 36px;
    }
    .f-48 {
        font-size: 40px;
    }
    .f-60 {
        font-size: 50px;
    }
    .f-72 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1300px) {
    .f-20 {
        font-size: 14px;
    }
    .f-24 {
        font-size: 20px;
    }
    .f-30 {
        font-size: 26px;
    }
    .f-32 {
        font-size: 28px;
    }
    .f-36 {
        font-size: 30px;
    }
    .f-40 {
        font-size: 34px;
    }
    .f-48 {
        font-size: 36px;
    }
    .f-60 {
        font-size: 40px;
    }
    .f-72 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1140px) {
    .f-24 {
        font-size: 18px;
    }
    .f-30 {
        font-size: 24px;
    }
    .f-32 {
        font-size: 26px;
    }
    .f-36 {
        font-size: 26px;
    }
    .f-40 {
        font-size: 30px;
    }
    .f-48 {
        font-size: 32px;
    }
    .f-60 {
        font-size: 36px;
    }
    .f-72 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .f-24 {
        font-size: 14px;
    }
    .f_30 {
        font-size: 22px;
    }
    .f-32 {
        font-size: 24px;
    }
    .f_36 {
        font-size: 24px;
    }
    .f_40 {
        font-size: 26px;
    }
    .f-48 {
        font-size: 28px;
    }
    .f_60 {
        font-size: 30px;
    }
    .f-72 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .select-box {
        display: none;
    }
    .f-18 {
        font-size: 14px;
    }
    .f-30 {
        font-size: 18px;
    }
    .f-32 {
        font-size: 18px;
    }
    .f-36 {
        font-size: 20px;
    }
    .f-40 {
        font-size: 22px;
    }
    .f-48 {
        font-size: 22px;
    }
    .f-60 {
        font-size: 24px;
    }
    .f-72 {
        font-size: 36px;
    }
}