@charset "utf-8";

/* 鼠标箭头 */

.jiantou {
    cursor: default;
}

@font-face {
    font-family: 'BEBAS';
    src: url('../font/BEBAS.TTF');
}

.navto{
    position: relative;
    top: -90px;
    display: block;
}
.nolink{
    opacity: .5;
    cursor: no-drop;
}

#bsWXBox{
    overflow: hidden;
}
.bsTop{
    width: 100% !important;
}
.bsFrameDiv>div{
    width: 100% !important;
    height: 210px !important;
}
.bsFrameDiv>div img{
    margin: 15px !important;
}
/* 背景主体颜色 */

body {
    background-color: #fff;
    color: #333333;
    font-size: 15px;
}

a {
    font-size: 15px;
    color: #333;
}

a:hover {
    color: #009a67;
}


/* 图片对齐 */

img {
    vertical-align: middle;
}

i {
    display: inline-block;
    vertical-align: middle;
}

.container {
    padding: 0;
    margin: auto;
}

p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.border{
    border: 1px solid #eee;
}
.border-p{
    padding: 2px;
}
/* 单一版心媒体查询修改最大最小宽度 */

@media screen and (min-width: 1600px) {
    .container {
        width: 1600px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        padding: 0 15px;
    }
}


/* 内页通栏背景 */

.nytl {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.nytlbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    z-index: -1;
}

.nytl:hover .nytlbox {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.nytl .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.nytl_txt {
    width: 100%;
	text-align:center;
}

.nytl_txth {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
}

.nytl_txth0 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.nytl_x {
	margin: 0 auto;
    margin-top: 15px;
    height: 1px;
    width: 70px;
    background-color: #009a67;
}

.nytl_p {
    margin-top: 10px;
    font-size: 20px;
    color: #333333;

}

.nytl_p0 {
    margin-top: 10px;
    font-size: 20px;
    color: #fff;

}

.nylinkbox {
    display: flex;
    border-bottom: 1px solid #d8d8d8;
}

.nylinkbox .nylinkbox_item {
    height: 72px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-right: 30px;
}

.nylinkbox_item span {
    position: relative;
    font-size: 18px;
    color: #333333;
}

.nylinkbox_item span::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #333;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nylinkbox .nylinkbox_item:hover span::before,
.nylinkbox .nylinkbox_item.on span::before {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}

.nylinkbox .nylinkbox_item:hover span,
.nylinkbox .nylinkbox_item.on span {
    color: #009a67;
    font-weight: 600;
}

/* 移动端 */

.nylink_mb {
    margin-top: 30px;
}

.nylink_mbtitle {
    height: 70px;
    background-color: #009a67;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nylink_mbtitle span {
    font-size: 24px;
    color: #ffffff;
}

.nylink_mbtitle i {
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
}

.nylink_mbbox {
    padding: 25px 0;
    background-color: #f5f5f5;
}

.nylink_mbboxbig {
    display: flex;
    flex-wrap: wrap;
}

.nylink_mbboxbig .nylink_mbboxbig_item {
    width: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    color: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.nylink_mbboxbig .nylink_mbboxbig_item:nth-child(even) {
    border-right: 0;
}

.nylink_mbbox {
    display: none;
}

.nylink_mb {
    display: none;
}

.nylink_mbboxbig .nylink_mbboxbig_item:hover {
    background-color: #fff;
    color: #009a67;
}

.nylink_mbboxbig .nylink_mbboxbig_item.on {
    background-color: #fff;
    color: #009a67;
}

/* 内页标语 */

.nyby {
    height: 290px;
    display: flex;
    align-items: center;
}

.nyby_txt {
    width: 100%;
    text-align: center;
}

.nyby_txth {
    font-size: 68px;
    color: #009a67;
    text-transform: uppercase;
    font-family: '微软雅黑';
}

.nyby_txtp {
    font-size: 30px;
    color: #333333;
}


/*内页分页 */

.ntfy {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.ntfybox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ntfybox .ntfybox_item {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    background-color: #f1f1f1;
    color: #333333;
    margin: 0 5px;
    margin-bottom: 10px;
}

.ntfybox .ntfybox_item:first-of-type,
.ntfybox .ntfybox_item:last-of-type{
    width: 90px;
}

.ntfybox .ntfybox_item.on {
    border: 1px solid #009a67;
    background-color: #fff;
}

.ntfybox .ntfybox_item.bends {
    color: #999999;
}

