@font-face {
    font-family: "YouShe";
    src: url("../fonts/YouSheBiaoTiHei-2.woff2") format("woff2"), url("../fonts/YouSheBiaoTiHei-2.woff") format("woff"), url("../fonts/YouSheBiaoTiHei-2.ttf") format("truetype"), url("../fonts/YouSheBiaoTiHei-2.eot") format("embedded-opentype"), url("../fonts/YouSheBiaoTiHei-2.svg") format("svg"), url("../fonts/YouSheBiaoTiHei-2.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oswald-Bold";
    src: url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.woff") format("woff"), url("../fonts/Oswald-Bold.ttf") format("truetype"), url("../fonts/Oswald-Bold.eot") format("embedded-opentype"), url("../fonts/Oswald-Bold.svg") format("svg"), url("../fonts/Oswald-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font: normal 14px "Microsoft YaHei";
    -webkit-text-size-adjust: 100%
}

body {
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    font-family: "Microsoft YaHei", "Arial";
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    /*控制内容的可选择性*/
    /*-webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;*/
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ol,
figure,
aside {
    padding: 0;
    margin: 0;
}

.ul,
.ul li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table td {
    border-collapse: collapse;
    font-size: 14px;
}

select,
input,
textarea {
    font-size: 14px;
    color: #333;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: "Microsoft YaHei", "Arial";
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
    noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 去掉链接触摸高亮 */
}

a:hover {
    color: #0b7244;
    text-decoration: none;
}

a:focus {
    color: #000;
    outline: none;
    -moz-outline: none;
}

a:active {
    color: #000;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: "Microsoft YaHei", "Arial";
    text-align: justify;
    text-justify: inter-ideograph;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}

.clearfix {
    *zoom: 1;
}


/*IE/7/6*/

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*多行文本省略号*/

.dot2,
.dot3,
.dot4 {
    display: -moz-box;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}


/*2行文本省略号*/

.dot2 {
    -webkit-line-clamp: 2;
}


/*3行文本省略号*/

.dot3 {
    -webkit-line-clamp: 3;
}


/*4行文本省略号*/

.dot4 {
    -webkit-line-clamp: 4;
}

.Ispic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.Isimg {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    transition: all .5s ease-in-out;
}

.Isimg_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform .8s ease-in-out;
}


/*:before,
:after{ position:absolute; content:'';}*/

:after,
 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    text-align: center;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list: focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide .slick-loading img {
    display: none;
}

.slick-slide .dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow .slick-hidden {
    display: none;
}

.slick-arrow {
    font-size: 0;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.nM {
    margin: 0;
}

.normal {
    font-weight: normal;
}

.txt_center {
    text-align: center;
}

.ytable {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ytable_cell {
    display: table-cell;
    vertical-align: middle;
}

.Iscover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Iscontain {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.transition {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.padd_t2_b6 {
    padding-top: 2%;
    padding-bottom: 6%;
}

.padd_5 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.padd_b5 {
    padding-bottom: 5%;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/select.png) no-repeat scroll 96% center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}

.w1440 {
    max-width: 1440px;
    margin: 0 auto;
    width: 92%;
}


/* 设置滚动条的样式 */

.scroll {
    background: #fff;
}

.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}


/* 滚动槽 */

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: #eeeeee;
}


/* 滚动条滑块 */

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #448acc;
}

.Pages {
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    padding: 3% 0 1%;
}

.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .p_jump,
.Pages .a_first,
.Pages .a_end {
    display: none;
}

.Pages .p_page {
    display: inline-block;
    clear: both;
}

.Pages em {
    float: left;
    overflow: hidden;
    font-style: normal;
}

.Pages a {
    float: left;
    padding: 0px 18px;
    background-color: #f5f5f5;
    margin: 0 10px;
}

.Pages a:hover,
.Pages a.a_cur {
    color: #fff;
    background: #0b7244;
}

.Pages .a_prev,
.Pages .a_next {
    font-size: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    background: url(../images/btn_prev2.png) no-repeat center !important;
}

.Pages .a_prev {
    margin-right: 10px;
}

.Pages .a_next {
    margin-left: 10px;
    background-image: url(../images/btn_next2.png)!important;
}

@media (max-width: 640px) {
    /* .Pages em{ display:none;} */
    .Pages .a_num {
        display: none;
    }
    .Pages {
        font-size: 14px;
        line-height: 36px;
    }
    .Pages .a_prev {
        margin-right: 10px;
        height: 36px;
    }
    .Pages .a_next {
        margin-left: 10px;
        height: 36px;
    }
}

.owl-item {
    float: left;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.Nmenu .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.Nmenu .owl-stage {
    position: relative;
    touch-action: manipulation;
}

.Nmenu .owl-nav button {
    position: absolute;
    top: 0;
    height: 100%;
    width: 18px;
    border: none;
    background: url(../images/btn_prev.png) no-repeat center;
    cursor: pointer;
    padding: 0;
    font-size: 0;
}


.Nmenu .owl-nav button.owl-prev {
    left: 0;
}

.Nmenu .owl-nav button.owl-next {
    right: 0;
    background-image: url(../images/btn_next.png);
}

.Nmenu .disabled {
     display: none;
}
.NmenuNobtn .disabled{}

.Nbanner img {
    width: 100%;
}

.Nbanner .wapBan {
    display: none;
}

@media (max-width: 1024px) {
    .Nbanner .pcBan {
        display: none;
    }
    .Nbanner .wapBan {
        display: block;
    }
}

.mianContent {
    padding: 4% 0;
}

.mianContent .mCustomScrollBox {
    padding-right: 20px;
}

.mianContent .mCSB_scrollTools {
    right: 4px;
}

.mianContent .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(11, 114, 68, 1);
}

.mianContent .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(11, 114, 68, 0.26)
}


/* 视频弹窗 */

.video-play-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    width: 100%;
    height: 100%;
}
.video-play-wrap {
    position: absolute;
	top: 0;
	right: 0;
	left: auto;
	z-index: 1000;
	background-color: rgba(0, 0, 0, .5);
	display: none;
	transform: none;
	height: 84%;
	width: 86%;
}
.About_box .video-play-wrap{
	left: auto; right: 0; width: 72%;
}
.video-play-wrap .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.video-play-wrap .inner{
	width: 100%;
	height: 100%;
}

.video-play-wrap video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-play-wrap .close-btn {
    background: rgba(30, 30, 30, .6);
    cursor: pointer;
    height: 44px;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px;
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.video-play-wrap .close-btn svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
@media screen and (max-width: 768px) {
	.video-play-wrap { width: 100%; height: 100%;}
}

.SiteMap {
    padding: 3% 0;
}

.SiteMap li {
    padding: 10px 0;
    border-bottom: dotted 1px #e4e4e4
}

.SiteMap li b {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.SiteMap li span {
    opacity: 0.8;
    display: inline-block;
    white-space: nowrap;
    padding-right: 20px;
}

.bd_weixin_popup,
.bd_weixin_popup * {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}