@import url("./reset.css");
@import url("./animate.css");
@import url("../font/iconfont.css");
[class*='icon'] {
    font-family: 'iconfont';
}

body {
    font-family: "宋体", "sans-serif" !important;
}

body,
input,
select,
button,
textarea {
    font-size: 16px;
    line-height: 2.3;
    font-family: "宋体", "sans-serif" !important;
}

.edit_con_original {
    line-height: 2;
    padding: 0 0;
    color: #333;
}

.edit_con_original ul {
    margin: inherit;
    padding: inherit;
    padding-left: 2em;
}

.edit_con_original ul li {
    list-style-type: disc;
    margin: auto;
}

.edit_con_original ol {
    margin: inherit;
    padding: inherit
}

.edit_con_original ol li {
    list-style-type: decimal;
    margin: auto;
}

.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;
}

.wrap {
    width: 1440px;
    max-width: 90%;
    margin: auto;
}

.w100 {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fr1 {
    float: left;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
    content: '';
    display: table;
}

.ratio-img,
.ratio-img img {
    width: 120%;
}


/*font-size*/

.fnt_12 {
    font-size: 16px;
}

.fnt_16 {
    font-size: 16px;
}

.fnt_18 {
    font-size: 18px;
}

.fnt_20 {
    font-size:18px;
	font-weight:bold;
}

.fnt_24 {
    font-size: 24px;
}

.fnt_26 {}

.fnt_28 {
    font-size: 28px;
}

.fnt_30 {
    font-size: 25px;
}

.fnt_36 {
    font-size: 36px;
	font-weight:600;
}

.fnt_361 {
    font-size: 36px;

}

.fnt_48 {
    font-size: 48px;
}

.fnt_60 {
    font-size: 60px;
	font-weight:600;

}

.fnt_601 {
    font-size: 60px;
	font-weight:bold;
}


/*.fnw_700 {
    font-weight: 700;
} */

.lh_40 {
    line-height: 40px;
}

.lh_60 {
    line-height: 60px;
}

.lh_80 {
    line-height: 80px;
}

.padd_b100 {
    padding-bottom: 20px;
}

.padd_t75 {
    padding-top: 35px;
}

.line36 {
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.tran_scale {
    overflow: hidden;
    display: block;
}

.tran_scale img:hover {
    transform: scale(1.1, 1.1);
    transition: opacity .4s ease-in, transform .6s linear;
}

img {
    vertical-align: top;
}

.site_banner {
    position: relative;
}

.site_banner img {
    width: 100%;
}

.site_text {
    position: absolute;
    top: 26%;
    left: 0;
    width: 100%;
    color: #91663c;
    z-index: 2;
}

.site_text p {
    margin-top: 10px;
}

.site_text {
    color: #fff;
}

.title-wrap {
    text-align: center;
    line-height: 80px;
}

.title {
    display: inline-block;
    position: relative;
    padding: 10px;
}


/*.title::after {
    position: absolute;
    bottom: -1px;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #2e695b;
    left: 50%;
    transform: translateX(-50%);
} */

.sub-nav {
    display: flex;
    border-bottom: 1px solid #999;
    padding: 0 20px;
}

.sub-nav .nav-item {
    font-weight: 600;
}

.sub-nav .nav-item a {
    padding: 20px;
    display: inline-block;
}

.sub-nav .nav-item:hover a {
    color: #2e6759 !important;
}

.sub-nav .nav-active {
    position: relative;
}

.sub-nav .nav-active a {
    color: #2e6759 !important;
}

.sub-nav .nav-active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: #2e6759;
}

a:hover,
a:focus {
    text-decoration: none;
}

.more-btn:hover {
    border-color: #FFB800!important;
    color: #FFB800!important;
}


/* 设置滚动条整体部分的样式 */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}


/* 滚动槽--外层轨道 */

::-webkit-scrollbar-track {
    background: none;
}


/* 内层轨道（不包含滚动块部分） */

::-webkit-scrollbar-track-piece {
    opacity: 0;
    /* 透明度设置为全透明，使得滚动条背景色为网页颜色 */
}


/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(92, 110, 130, 0.6);
}

.layui-nav {
    background-color: #fff !important;
    color: #333 !important;
    border-bottom: 1px solid #999;
}

.layui-nav .layui-nav-item a {
    color: #333 !important;
}

.layui-nav .layui-this:after,
.layui-nav-bar {
    height: 3px;
    background-color: #2e6759;
}