@charset "utf-8";

/* reset */

html {
    height: 100%;
}

body {
    min-height: 100%
}

* {
    box-sizing: border-box;
}

body {
    _height: 100%
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
    *zoom: 1
}

li {
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

iframe,
frame,
fieldset,
img {
    border: 0 none
}

img {
    vertical-align: top
}

input[type=button],
input[type=submit],
input[type=reset] {
    cursor: pointer
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
    margin: 0;
}

button {
    cursor: pointer
}

input,
textarea,
button {
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type=radio] {
    -webkit-border-radius: 100%;
    -webkit-appearance: radio
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    resize: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

th {
    font-weight: normal
}

em,
cite,
address,
i {
    font-style: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

body,
input,
select,
button,
textarea {
    color: #666;
    font-size: 14px;
    font-family: "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

body {
    line-height: 1.5
}

a:link,
a:visited,
a:active,
a {
    text-decoration: none;
}

a {
    color: transparent;
}

a * {
    *cursor: pointer
}

:focus {
    outline: none
}

.edit_con_original {
    line-height: 1.6;
    padding: 0 0;
    color: #474747;
    /* text-align:justify;*/
}

.edit_con_original ul {
    margin: inherit;
    padding: inherit
}

.edit_con_original ul li {
    list-style-type: disc;
    margin: auto;
    padding: inherit
}

.edit_con_original ol {
    margin: inherit;
    padding: inherit
}

.edit_con_original ol li {
    list-style-type: decimal;
    margin: auto;
    padding: inherit
}

.edit_con_original h1 {
    font-size: 2em;
    font-weight: bold
}

.edit_con_original h2 {
    font-size: 1.5em;
    font-weight: bold
}

.edit_con_original h3 {
    font-size: 1.17em;
    font-weight: bold
}

.edit_con_original h4 {
    font-size: 1em;
    font-weight: bold
}

.edit_con_original h5 {
    font-size: 0.83em;
    font-weight: bold
}

.edit_con_original h6 {
    font-size: 0.67em;
    font-weight: bold
}

.edit_con_original em {
    font-style: italic
}

.edit_con_original cite {
    font-style: italic
}

.edit_con_original address {
    font-style: italic
}

.edit_con_original i {
    font-style: italic
}

.edit_con_original table {
    border-collapse: separate;
    border-spacing: 2px
}

.edit_con_original img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: none
    }
}

#newBridge .nb-icon-right-center {
    right: -200% !important;
}

#nb_icon_wrap {
    opacity: 0;
    width: 0px !important;
    height: 0px !important;
    overflow: hidden;
}


/*所有后台编辑器区域都要引用 edit_con_original 类名*/


/* clear 页头，页脚，内容区都不用再加清除样式 */

.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
    content: '';
    display: table
}

.fixed:after,
.clearfix:after,
.cf:after,
after,
.header:after,
.main:after,
.footer:after {
    content: '';
    display: table;
    clear: both
}

.fixed,
.clearfix,
.cf,
.header,
.main,
.footer {
    *zoom: 1
}

.clear,
.cl {
    display: block !important;
    float: none !important;
    clear: both;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
    font-size: 0 !important;
    line-height: 0 !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: #777;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: #777;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: #777;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: #777;
}

.scaleimg {
    overflow: hidden;
    display: block;
}

.scaleimg img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.scaleimg:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.scaleimg2 {
    overflow: hidden;
    display: block;
}

.scaleimg2 img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.scaleimg2:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.scaleimg3 {
    overflow: hidden;
    display: block;
}

.scaleimg3 img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.scaleimg3:hover img {
    transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
}

.scaleimg4 {
    overflow: hidden;
    display: block;
}

.scaleimg4 a {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.scaleimg4:hover a {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.scaleimg5 {
    overflow: hidden;
    display: block;
}

.scaleimg5 a {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.scaleimg5:hover a {
    transform: scale(1.01, 1.01);
    -webkit-transform: scale(1.01, 1.01);
}

.tran_scale2 {
    overflow: hidden;
    display: block;
}

.tran_scale2 img {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.tran_scale2:hover img {
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
}

.txt_color_000 {
    color: #000;
}

.txt_color_333 {
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    text-align: center;
}

.f-left {
    text-align: left;
}

.f-right {
    text-align: right;
}


/*上下居中*/

.v-m-c {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    position: absolute;
    left: 0;
    top: 50%;
}


/*左右居中*/

.l-m-c {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    top: 0;
}


/*绝对居中*/

.a-m-c {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.f-b {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ellipsis-2 {
    overflow: hidden;
    max-height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    max-height: 4.5em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    overflow: hidden;
    max-height: 6em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-5 {
    overflow: hidden;
    max-height: 7.5em;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.ellipsis-6 {
    overflow: hidden;
    max-height: 9em;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}


/*公用样式end*/

.browserupgrade {
    display: block;
    position: fixed;
    margin: 0;
    width: 100%;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    z-index: 1000;
    background-color: #666;
    color: #fff;
    text-align: center
}

.browserupgrade a {
    color: #eee;
    text-decoration: underline;
    font-size: 18px;
}

.browserupgrade a:hover {
    color: #eee
}


/******下拉样式*********/

.select-box {
    width: 100%;
    position: relative;
    z-index: 100;
    border-radius: 1px;
    line-height: 25px;
    height: 25px;
    color: #000;
}

.select-box:hover {
    z-index: 101;
}

.select-box dt {
    padding: 0px 7px 0px 16px;
    cursor: pointer;
}

.select-box dt span {
    position: absolute;
    left: 5px;
    top: 0;
}

.select-box dt b {
    font-weight: normal;
    display: block;
    margin-right: 18px;
    line-height: 25px;
    position: relative;
    top: 0px;
    color: #666;
    white-space: normal;
    overflow: hidden;
}

.select-box dt i.ico {
    position: absolute;
    transition: 0.3s all ease-in-out;
    background: url(../img/en.png) no-repeat 0 0;
    width: 7px;
    height: 4px;
    right: 15px;
    top: 50%;
    margin-top: -2px;
}

.select-box dt.open i.ico {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select-box dd {
    position: absolute;
    border: 1px solid #ddd;
    max-height: 200px;
    z-index: 102;
    overflow-y: auto;
    background: #fff;
    padding: 0 0;
    overflow-x: hidden;
    right: 0px;
    left: 0px;
    top: 100%;
    display: none;
}

.select-box dd a {
    display: block;
    line-height: 2;
    color: #666;
    font-weight: normal;
    white-space: normal;
    padding: 0 5px;
    margin-top: 0px;
}

.select-box dd a:hover,
.select_0 dd a.on {
    color: #000;
    background: #ddd;
}

.bg_cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/******微信弹窗****/

.weixin {
    position: fixed;
    width: 300px;
    z-index: 100000;
    left: 50%;
    top: 50%;
    margin: -120px 0 0 -150px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 1px 1px 2px #aaa;
}

.weixin .c {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

.weixin h2 {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
}

.weixin .img {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.weixin .img img {
    width: 180px;
    height: 180px;
}

.weixin p {
    padding: 2px 10px 0;
    text-align: center;
}

.arial {
    font-family: "Arial";
}

.song {
    font-family: "\5b8b\4f53";
}

.jt_right {
    width: 7px;
    height: 7px;
    display: block;
    border-top: 2px solid #55a236;
    border-right: 2px solid #55a236;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mt_85 {
    margin-top: 85px;
}

.mb_85 {
    margin-bottom: 85px;
}

.mt_75 {
    margin-top: 75px;
}

.mb_75 {
    margin-bottom: 75px;
}

.pt_75 {
    padding-top: 75px;
}

.pb_75 {
    padding-bottom: 75px;
}

.pt_60 {
    padding-top: 60px;
}

.pb_60 {
    padding-bottom: 60px;
}

.line_height21 {
    line-height: 2.1
}

.mt_55 {
    margin-top: 55px;
}

.mt_45 {
    margin-top: 45px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_30 {
    margin-top: 30px;
}

.line_height19 {
    line-height: 1.9
}

.mt_25 {
    margin-top: 25px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_15 {
    margin-top: 15px;
}

.phone_hide {
    display: block;
}

.phone_show {
    display: none;
}

.z_inde10 {
    z-index: 10;
}

.z_inde9 {
    z-index: 9;
}


/***page*****/

.page {
    vertical-align: middle;
    text-align: center;
    color: #5c5c5c;
    line-height: 50px;
}

.page img {
    vertical-align: middle;
}

.page a {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    width: 55px;
    background: #fff;
    border: 1px solid #dedede;
    color: #5c5c5c;
}

.page a:hover,
.page a.on {
    color: #fff;
    background: #54a134;
    border: 1px solid #54a134;
}

.page a i {
    width: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9.5px 0px 0px -6px;
    display: block;
    height: 19px;
}

.page .page_prev i {
    background: url(../img/jt04.png) no-repeat center top;
}

.page .page_next i {
    background: url(../img/jt05.png) no-repeat center top;
}

.page a:hover i {
    background-position: center bottom;
}

.page-phone {
    text-align: center;
}

.page-phone a {
    padding: 0px 15px;
    display: inline-block;
    line-height: 2;
    background: #327d39;
    color: #fff;
    font-weight: bold;
}

.page-phone a.on {
    background: #327d39;
}

.page-phone a:hover {
    color: #fff;
}

@media only screen and (max-width: 1366px) {
    .line_height19 {
        line-height: 1.5
    }
    .mt_85 {
        margin-top: 65px;
    }
    .mb_85 {
        margin-bottom: 65px;
    }
    .mt_75 {
        margin-top: 55px;
    }
    .mb_75 {
        margin-bottom: 55px;
    }
    .pt_75 {
        padding-top: 55px;
    }
    .pb_75 {
        padding-bottom: 55px;
    }
    .pt_60 {
        padding-top: 45px;
    }
    .pb_60 {
        padding-bottom: 45px;
    }
    .mt_55 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .in_more a {
        padding: 0px 30px;
    }
    .line_height21 {
        line-height: 1.8
    }
    .mt_55 {
        margin-top: 40px;
    }
    .mt_45 {
        margin-top: 35px;
    }
    .mt_40 {
        margin-top: 30px;
    }
    .mt_30 {
        margin-top: 20px;
    }
    .mt_25 {
        margin-top: 20px;
    }
    .mt_20 {
        margin-top: 15px;
    }
    .mt_15 {
        margin-top: 10px;
    }
    .mt_85 {
        margin-top: 45px;
    }
    .mb_85 {
        margin-bottom: 45px;
    }
    .mt_75 {
        margin-top: 35px;
    }
    .mb_75 {
        margin-bottom: 35px;
    }
    .pt_75 {
        padding-top: 35px;
    }
    .pb_75 {
        padding-bottom: 35px;
    }
    .pt_60 {
        padding-top: 30px;
    }
    .pb_60 {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    .mt_85 {
        margin-top: 30px;
    }
    .mb_85 {
        margin-bottom: 30px;
    }
    .mt_75 {
        margin-top: 20px;
    }
    .mb_75 {
        margin-bottom: 20px;
    }
    .pt_75 {
        padding-top: 20px;
    }
    .pb_75 {
        padding-bottom: 20px;
    }
    .pt_60 {
        padding-top: 20px;
    }
    .pb_60 {
        padding-bottom: 20px;
    }
    .mt_30 {
        margin-top: 15px;
    }
    .mt_25 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .line_height21 {
        line-height: 1.6
    }
    .mt_55 {
        margin-top: 30px;
    }
    .mt_45 {
        margin-top: 25px;
    }
    .mt_40 {
        margin-top: 20px;
    }
    .mt_30 {
        margin-top: 10px;
    }
    .line_height19 {
        line-height: 1.4
    }
    .mt_25 {
        margin-top: 10px;
    }
    .mt_20 {
        margin-top: 10px;
    }
    .mt_15 {
        margin-top: 10px;
    }
}


/*font-size*/

.fnt_12 {
    font-size: 12px;
}

.fnt_14 {
    font-size: 14px;
}

.fnt_15 {
    font-size: 15px;
}

.fnt_16 {
    font-size: 16px;
}

.fnt_18 {
    font-size: 18px;
}

.fnt_20 {
    font-size: 20px;
}

.fnt_22 {
    font-size: 22px;
}

.fnt_24 {
    font-size: 24px;
}

.fnt_26 {
    font-size: 26px;
}

.fnt_28 {
    font-size: 28px;
}

.fnt_30 {
    font-size: 30px;
}

.fnt_32 {
    font-size: 32px;
}

.fnt_34 {
    font-size: 34px;
}

.fnt_36 {
    font-size: 36px;
}

.fnt_38 {
    font-size: 38px;
}

.fnt_40 {
    font-size: 40px;
}

.fnt_42 {
    font-size: 42px;
}

.fnt_44 {
    font-size: 44px;
}

.fnt_46 {
    font-size: 46px;
}

.fnt_48 {
    font-size: 48px;
}

.fnt_50 {
    font-size: 50px;
}

.fnt_52 {
    font-size: 52px;
}

.fnt_54 {
    font-size: 54px;
}

.fnt_56 {
    font-size: 56px;
}

.fnt_58 {
    font-size: 58px;
}

.fnt_60 {
    font-size: 60px;
}

.fnt_71 {
    font-size: 71px;
}

@media only screen and (max-width: 1440px) {
    .fnt_22 {
        font-size: 18px;
    }
    .fnt_24 {
        font-size: 20px;
    }
    .fnt_26 {
        font-size: 24px;
    }
    .fnt_28 {
        font-size: 24px;
    }
    .fnt_30 {
        font-size: 30px;
    }
    .fnt_32 {
        font-size: 30px;
    }
    .fnt_34 {
        font-size: 30px;
    }
    .fnt_36 {
        font-size: 32px;
    }
    .fnt_38 {
        font-size: 32px;
    }
    .fnt_40 {
        font-size: 34px;
    }
    .fnt_42 {
        font-size: 34px;
    }
    .fnt_44 {
        font-size: 34px;
    }
    .fnt_46 {
        font-size: 36px;
    }
    .fnt_48 {
        font-size: 36px;
    }
    .fnt_50 {
        font-size: 38px;
    }
    .fnt_52 {
        font-size: 38px;
    }
    .fnt_54 {
        font-size: 38px;
    }
    .fnt_56 {
        font-size: 40px;
    }
    .fnt_58 {
        font-size: 40px;
    }
    .fnt_60 {
        font-size: 42px;
    }
    .fnt_71 {
        font-size: 51px;
    }
}

@media only screen and (max-width: 1200px) {
    .fnt_20 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .fnt_15 {
        font-size: 14px;
    }
    .fnt_16 {
        font-size: 15px;
    }
    .fnt_18 {
        font-size: 16px;
    }
    .fnt_24 {
        font-size: 18px;
    }
    .fnt_26 {
        font-size: 20px;
    }
    .fnt_28 {
        font-size: 20px;
    }
    .fnt_30 {
        font-size: 24px;
    }
    .fnt_32 {
        font-size: 24px;
    }
    .fnt_34 {
        font-size: 24px;
    }
    .fnt_36 {
        font-size: 26px;
    }
    .fnt_38 {
        font-size: 26px;
    }
    .fnt_40 {
        font-size: 30px;
    }
    .fnt_42 {
        font-size: 30px;
    }
    .fnt_44 {
        font-size: 30px;
    }
    .fnt_46 {
        font-size: 32px;
    }
    .fnt_48 {
        font-size: 32px;
    }
    .fnt_50 {
        font-size: 34px;
    }
    .fnt_52 {
        font-size: 34px;
    }
    .fnt_54 {
        font-size: 34px;
    }
    .fnt_56 {
        font-size: 36px;
    }
    .fnt_58 {
        font-size: 36px;
    }
    .fnt_60 {
        font-size: 38px;
    }
    .fnt_71 {
        font-size: 47px;
    }
}

@media only screen and (max-width: 767px) {
    .fnt_14 {
        font-size: 14px;
    }
    .fnt_15 {
        font-size: 14px;
    }
    .fnt_16 {
        font-size: 14px;
    }
    .fnt_18 {
        font-size: 15px;
    }
    .fnt_20 {
        font-size: 16px;
    }
    .fnt_22 {
        font-size: 16px;
    }
    .fnt_24 {
        font-size: 18px;
    }
    .fnt_26 {
        font-size: 18px;
    }
    .fnt_28 {
        font-size: 18px;
    }
    .fnt_30 {
        font-size: 20px;
    }
    .fnt_32 {
        font-size: 22px;
    }
    .fnt_34 {
        font-size: 22px;
    }
    .fnt_36 {
        font-size: 24px;
    }
    .fnt_38 {
        font-size: 24px;
    }
    .fnt_40 {
        font-size: 24px;
    }
    .fnt_42 {
        font-size: 24px;
    }
    .fnt_44 {
        font-size: 24px;
    }
    .fnt_46 {
        font-size: 24px;
    }
    .fnt_48 {
        font-size: 26px;
    }
    .fnt_50 {
        font-size: 26px;
    }
    .fnt_52 {
        font-size: 26px;
    }
    .fnt_54 {
        font-size: 28px;
    }
    .fnt_56 {
        font-size: 28px;
    }
    .fnt_58 {
        font-size: 28px;
    }
    .fnt_60 {
        font-size: 30px;
    }
    .fnt_71 {
        font-size: 34px;
    }
    .phone_hide {
        display: none;
    }
    .phone_show {
        display: block;
    }
}

@media only screen and (max-width:375px) {
    .fnt_14 {
        font-size: 14px;
    }
    .fnt_15 {
        font-size: 14px;
    }
    .fnt_16 {
        font-size: 14px;
    }
    .fnt_18 {
        font-size: 14px;
    }
    .fnt_20 {
        font-size: 14px;
    }
    .fnt_22 {
        font-size: 14px;
    }
    .fnt_24 {
        font-size: 16px;
    }
    .fnt_26 {
        font-size: 16px;
    }
    .fnt_28 {
        font-size: 16px;
    }
    .fnt_30 {
        font-size: 18px;
    }
    .fnt_32 {
        font-size: 20px;
    }
    .fnt_34 {
        font-size: 20px;
    }
    .fnt_36 {
        font-size: 22px;
    }
    .fnt_38 {
        font-size: 22px;
    }
    .fnt_40 {
        font-size: 22px;
    }
    .fnt_42 {
        font-size: 22px;
    }
    .fnt_44 {
        font-size: 22px;
    }
    .fnt_46 {
        font-size: 22px;
    }
    .fnt_48 {
        font-size: 24px;
    }
    .fnt_50 {
        font-size: 24px;
    }
    .fnt_52 {
        font-size: 24px;
    }
    .fnt_54 {
        font-size: 26px;
    }
    .fnt_56 {
        font-size: 26px;
    }
    .fnt_58 {
        font-size: 26px;
    }
    .fnt_60 {
        font-size: 28px;
    }
    .fnt_71 {
        font-size: 32px;
    }
}

.wrap {
    width: 1280px;
    margin: 0px auto;
}

@media only screen and (max-width: 1340px) {
    .wrap {
        width: auto;
        margin: 0px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .wrap {
        margin: 0px 20px;
    }
    .p_gridbox {
        background-size: 100% !important;
    }
}

.txt_justify.txt p>img {
    width: auto;
    max-width: 100%;
}

.txt_justify.txt p span>img {
    width: auto;
    max-width: 100%;
}