html {
    font-size: 14px;
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    color: #212529
}

a:hover {
    text-decoration: none;
}

p,
dl,
dt,
dd,
ul {
    margin: 0px;
    padding: 0px;
}

.lh-1 {
    line-height: 1;
}

.lh-2 {
    line-height: 2;
}

.lh-3 {
    line-height: 3;
}

.lh-4 {
    line-height: 4;
}

.fs-12 {
    font-size: .857rem;
}

.fs-14 {
    font-size: 1rem;
}

.fs-16 {
    font-size: 1.142rem;
}

.fs-18 {
    font-size: 1.285rem;
}

.fs-20 {
    font-size: 1.428rem;
}

.fs-22 {
    font-size: 1.571rem;
}

.fs-24 {
    font-size: 1.714rem;
}

.fs-26 {
    font-size: 1.857rem;
}

.fs-28 {
    font-size: 2rem;
}

.mt-6,
.my-6 {
    margin-top: 4rem !important;
}

.mt-7,
.my-7 {
    margin-top: 5rem !important;
}

.mt-8,
.my-8 {
    margin-top: 6rem !important;
}

.mt-9,
.my-9 {
    margin-top: 7rem !important;
}

.mt-10,
.my-10 {
    margin-top: 8rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 4rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 5rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 6rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 7rem !important;
}

.mb-10,
.my-10 {
    margin-bottom: 8rem !important;
}

.pt-6,
.mp-6 {
    padding-top: 4rem !important;
}

.pt-7,
.py-7 {
    padding-top: 5rem !important;
}

.pt-8,
.py-8 {
    padding-top: 6rem !important;
}

.pt-9,
.py-9 {
    padding-top: 7rem !important;
}

.pt-10,
.py-10 {
    padding-top: 8rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 4rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 5rem !important;
}

.pb-8,
.py-8 {
    padding-bottom: 6rem !important;
}

.pb-9,
.py-9 {
    padding-bottom: 7rem !important;
}

.pb-10,
.py-10 {
    padding-bottom: 8rem !important;
}

.h-5px {
    height: 5px;
}

.h-10px {
    height: 10px;
}

.h-15px {
    height: 15px;
}

.h-20px {
    height: 20px;
}

.h-25px {
    height: 25px;
}

.h-30px {
    height: 30px;
}

.h-35px {
    height: 35px;
}

.h-40px {
    height: 40px;
}

.h-45px {
    height: 45px;
}

.h-50px {
    height: 50px;
}

.h-55px {
    height: 55px;
}

.h-60px {
    height: 60px;
}

.h-65px {
    height: 65px;
}

.h-70px {
    height: 70px;
}

.h-75px {
    height: 75px;
}

.h-80px {
    height: 80px;
}

.h-85px {
    height: 85px;
}

.h-90px {
    height: 90px;
}

.h-95px {
    height: 95px;
}

.h-100px {
    height: 100px;
}

.h-110px {
    height: 110px;
}

.h-120px {
    height: 120px;
}

.h-130px {
    height: 130px;
}

.h-140px {
    height: 140px;
}

.h-150px {
    height: 150px;
}

.h-160px {
    height: 160px;
}

.h-170px {
    height: 170px;
}

.h-180px {
    height: 180px;
}

.h-190px {
    height: 190px;
}

.h-200px {
    height: 200px;
}

.h-250px {
    height: 250px;
}

.h-300px {
    height: 300px;
}

.h-350px {
    height: 350px;
}

.h-400px {
    height: 400px;
}

.h-450px {
    height: 450px;
}

.h-500px {
    height: 500px;
}

.border-top-dashed {
    border-top: 1px dashed #dee2e6 !important;
}

.border-right-dashed {
    border-right: 1px dashed #dee2e6 !important;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #dee2e6 !important;
}

.border-right-dashed {
    border-top: 1px dashed #dee2e6 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-item>a {
    line-height: 30px;
    margin: 0 10px;
}

.navbar-brand {
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.shadow-sm-top {
    box-shadow: 0 -.125rem .25rem rgba(0, 0, 0, .075) !important;
}

.card,
.figure {
    margin: 15px 0;
}

.card {
    border: none;
}

.card .card-img-auto img {
    transition: 2s;
}

.card .card-img-auto img:hover {
    transform: scale(1.2, 1.2);
    transition: 2s;
}
}

.card-body {
    width: 100%;
    padding: 1.25rem 0.5rem;
    /*position: absolute;
    bottom: 0px;
   
	background: rgba(119,184,48,.8);*/
}

/*.card-title a{ color:#fff;}
.card-title{ color:#fff;}*/

.card:hover .card-body {
    background:#006633;
}

.card:hover .card-title a {
    color: #fff;
    border-color: #fff;
}

.card:hover .card-title {
    color: #fff;
}

.card-body .badge-secondary {
    background-color: #77B830;
}

.card-body h4 {
    font-size: 1.2rem;
}

.card-body h5 {
    font-size: 1.25rem;
}

.card-body .card-title a {

    background: none;
    color: #006633;
    border: 1px solid #006633;
    float: right;
    padding: 0rem .75rem;
}


@media only screen and (min-width: 576px) {
    .card-img-auto {

        overflow: hidden;
    }

    .card-img-200 {
        height: 200px;
        overflow: hidden;
    }

    .card-img-180 {
        height: 180px;
        overflow: hidden;
    }

    .card-img-150 {
        height: 150px;
        overflow: hidden;
    }

    .card-img-120 {
        height: 120px;
        overflow: hidden;
    }

    .card-img-100 {
        height: 100px;
        overflow: hidden;
    }
}

.title {
    text-align: center;
    font-size: 30px;
    color: #37474f;
    letter-spacing: 2px;
}

.subtitle {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.text-secondary a {
    color: #6c757d;
}

.code,
.code img {
    height: 100px;
}

.pages {
    min-height: 500px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.position,
.position a {
    color: #999;
}

.page-num:not(:disabled) {
    cursor: pointer;
}

.page-num,
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #006633;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

a.page-num:hover,
.page-link:hover {
    text-decoration: none;
}

.page-num-current {
    z-index: 1;
    color: #fff;
    background-color: #006633;
    border-color: #006633;
}

.page-num-current:hover {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .page-num {
        display: none;
    }

    .logo-sm-height {
        height: 40px;
    }

    .head-sm-height {
        height: 61px !important;
    }
}

.content {
    color: #666;
    line-height: 2;
}

.content img,
.content iframe {
    max-width: 100% !important;
}

.content li {
    list-style: disc outside none;
    margin-left: 20px;
}

.view {
    max-width: 500px;
}

.view .swiper-slide {
    height: 500px;
    max-width: 500px;
    padding: 0 3px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

.view .swiper-slide img {
    height: 100%;
}

.view .arrow-left {
    background: url(../images/index_tab_l.png) no-repeat left center;
    position: absolute;
    left: 10px;
    width: 28px;
    height: 300px;
    z-index: 10;
    display: none;
}

.view .arrow-right {
    background: url(../images/index_tab_r.png) no-repeat right center;
    position: absolute;
    right: 10px;
    width: 28px;
    height: 300px;
    z-index: 10;
    display: none;
}

.preview {
    position: relative;
    width: 440px;
    left: 30px;
}

.preview .swiper-slide {
    width: 87.5px;
    height: 70px;
    margin: 0 3px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.preview .swiper-slide img {
    display: inline-block;
    height: 100%;
}

.preview .active-nav {
    border: 1px solid #F00;
}

.preview .arrow-left {
    background: #fff url(../images/feel3.png) no-repeat left center;
    position: absolute;
    left: -20px;
    top: 0;
    width: 20px;
    height: 70px;
    z-index: 10;
}

.preview .arrow-right {
    background: #fff url(../images/feel4.png) no-repeat right center;
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
    height: 70px;
    z-index: 10;
}

@media only screen and (max-width: 750px) {
    .view .swiper-slide {
        height: 200px;
    }

    .preview {
        display: none;
    }

    .view .arrow-left,
    .view .arrow-right {
        height: 200px;
        display: block;
    }
}

.online {
    position: fixed;
    bottom: 150px;
    right: 10px;
    width: 70px;
    z-index: 999;
    color: #999;
}

.online a {
    color: #666;
}

.online a:hover {
    text-decoration: none;
}

.online dl {
    background: #252525;
    padding: 10px 5px;
    margin-bottom: 1px;
    position: relative;
}

.online dl dd {
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.online dl dd i {
    font-size: 25px;
}

.online dl:hover {
    background: #006633;
}

.online dl dt {
    position: absolute;
    top: 0px;
    right: 70px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    display: none;
    padding: 10px 15px;
    font-weight: normal;
}

.online dl dt h3 {
    display: block;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.online dl dt h3 i {
    margin-right: 5px;
}

.online dl dt h3 span {
    float: right;
    cursor: pointer;
}

.online dl dt input {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
    padding: 3px 5px;
    width: 100%;
}

.online dl dt button {
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    background: #006633;
    color: #fff;
    cursor: pointer;
}

.footer {
    background: #252525
}

.foot_md {
    max-width: 10%;
}

.foot_md:nth-child(1) {
    max-width: 15%;
}

.foot_md:nth-child(6) {
    max-width: 30%;
    padding-left: 3%;
    border-left: 1px solid #6b6b6b;
}

.foot_md h5 {
    color: #fff;
}

.text-secondary a {
    color: #6b6b6b;
}

.text-secondary {
    color: #6b6b6b !important;
}

.border-top {
    border-top: 1px solid #6b6b6b !important;
}

.pt-5,
.py-5 {
    padding-top: 5rem !important;
}

.navbar {
    padding: 0 1rem;
}

/*.navbar-expand-lg .navbar-nav .nav-item:nth-child(2) ul{margin-left:-230px;}
.navbar-expand-lg .navbar-nav .nav-item:nth-child(3) ul{margin-left:-215px;}
.navbar-expand-lg .navbar-nav .nav-item:nth-child(4) ul .ul2{margin-left:-100px;}
.navbar-expand-lg .navbar-nav .nav-item:nth-child(5) ul .ul2{margin-left:-188px;}
.navbar-expand-lg .navbar-nav .nav-item:nth-child(6) ul .ul2{margin-left:-115px;}*/

.navbar-expand-lg .navbar-nav .nav-item {
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 1rem 1rem;
}

.navbar-expand-lg .navbar-nav .nav-item ul {
    left: 0px;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    background: rgba(42, 42, 42, 0.9);
    padding: 3rem 4rem;
    border-radius: 0 0 0.6rem 0.6rem;
}

.navbar-expand-lg .navbar-nav .nav-item .ul2 {
    max-width: 1040px;
    margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-item:nth-child(2) .ul2 {
    max-width: 860px;
}

.navbar-expand-lg .navbar-nav .nav-item:nth-child(3) ul .ul2 {
    padding-left: 110px;
    box-sizing: content-box;
}

.navbar-expand-lg .navbar-nav .nav-item:nth-child(4) ul .ul2 {
    padding-left: 480px;
    box-sizing: content-box;
}

.navbar-expand-lg .navbar-nav .nav-item:nth-child(5) ul .ul2 {
    padding-left: 468px;
    box-sizing: content-box;
}

.navbar-expand-lg .navbar-nav .nav-item:nth-child(6) ul .ul2 {
    padding-left: 765px;
    box-sizing: content-box;
}

.navbar-expand-lg .navbar-nav .nav-item ul li {
    float: left;
    padding: 0 3rem;
    line-height: 25px;
    border-left: 1px solid #dedede;
}

.navbar-expand-lg .navbar-nav .nav-item ul li a {
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-item ul li a:hover {
    color: #006633 !important;
}

.navbar-expand-lg .navbar-nav .nav-item ul li>p>a {
    color: #999 !important;
}

.navbar-expand-lg .navbar-nav .nav-item ul li>p>a:hover {
    color: #006633 !important;
}

.navbar-expand-lg .navbar-nav .nav-item:hover ul {
    display: block;
}

.sonsort {}

.btn {
    border: none;
    border-radius: 1.5rem;
}

.sonsort .btn {
    border: 1px solid #dedede;
    margin: 0 10px;
    font-size: 18px;
}

.sonsort .btn-info {
    color: #006633;
    background-color: #fff;
    border: 1px solid #006633;
    margin: 0 10px;
    font-size: 18px
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #006633;
    background-color: #fff;
    border: 1px solid #006633;

}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #006633;
    background-color: #fff;
    border: 1px solid #006633;
}

.sonsort .btn-light:hover {
    color: #006633;
    background-color: #fff;
    border: 1px solid #006633;
}

.news {
    width: 32.7%;
    margin: 20px 0.2%;
    float: left;
    padding: 0.8%;
    background: #F2F2F2
}

.cl {
    clear: both;
}

.news .img {
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.news img {
    width: 100%;
    transition: 2s;
}

.news img:hover {
    transform: scale(1.2, 1.2);
    transition: 2s;
}

.news .tit {
    font-size: 18px;
    line-height: 35px;
    margin-top: 10px;
}

.news .time {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.news .txt {
    color: #B6B6b6;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.news .ico {
    width: 30px;
    height: 30px;
    background: url(../images/new_ico.png) no-repeat;
    margin: 10px 0 10px 0;
}

.news:hover .ico {
    width: 30px;
    height: 30px;
    background: url(../images/new_ico2.png) no-repeat;
}

.block-video {
    background: url(../images/video_bg.jpg) no-repeat center center;
    height: 680px;
    background-size: cover !important;
    cursor: pointer;
    transition: 2s;
}

.videobtn {
    height: 680px;
    overflow: hidden;
}

.block-video:hover {
    transform: scale(1.2, 1.2);
    transition: 2s;
}

.block-video .layout {
    height: 680px;

    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.block-video .layout .video-btn {
    background: url(../images/theplay.png) no-repeat top;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top: -71px;
    width: 360px;
    height: 142px;
}

.block-video .txt {
    text-align: center;
    margin-top: 120px;
    font-size: 30px;
    color: #fff;
}

#indexVideoPopup {
    position: relative;
    font-size: 100%;
}

.video_box {
    position: fixed;
    display: none;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.index-video {

    width: 100%;
    height: auto;
}

.video-component {
    position: fixed;
    font-size: 100%;
    display: none;
    z-index: 1001;
    top: 50%;
    left: 50%;
    right: auto;
    width: 80%;
    height: 450px;
    max-width: 800px;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#indexVideoPopup .video-close {

    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/video-close.svg) 50% no-repeat;
    cursor: pointer;
}

#home .pic {
    transition: 2s;
}

#home .pic:hover {
    transform: scale(1.2, 1.2);
    transition: 2s;
}

#home .pic {
    display: table-cell;
    width: 50%;
}

#home .text {
    display: table-cell;
    width: 50%;
    padding: 6% 8% 6%;
    z-index: 2;
    position: relative;
    background: #fff;
}

#home .page1 .text {
    padding: 8% 8% 8%;
    background: none;
}

#home .text a {
    margin-top: 3rem;
    background: none;
    color: #006633;
    border: 1px solid #006633;
    padding-right: 30px;
    background: url(/phpcms/templates/images/more.png) 70px center no-repeat;
    background-size: 10%;
}

#home .page1 {
    height:541px;
    background: url(/phpcms/templates/images/p1_bg.jpg) center center no-repeat;
    background-size: cover !important;
}

#home .page1 .en {
    color: #006633;
    margin-top: 5rem;
}

#home .page1 .cn {
    color: #999;
    font-size: 12px;
}

#home .page2 .pic {
    background: url(/phpcms/templates/images/p2_bg.jpg) center center no-repeat;
    background-size: cover !important;
}

#home .page3 .pic {
    background: url(/phpcms/templates/images/p3_bg.jpg) center center no-repeat;
    background-size: cover !important;
}
#home .page3 .pic11 {
    background: url(/phpcms/templates/images/p1_bg.jpg) center center no-repeat;
    background-size: cover !important;
}

#home .page4 .pic {
    background: url(/phpcms/templates/images/p4_bg.jpg) center center no-repeat;
    background-size: cover !important;
}

#home .page2,
#home .page3,
#home .page4 {
    display: table;
    overflow: hidden;
}


.navbar-expand-lg .navbar-nav .nav-item ul li:nth-child(1) {
    border-left: none;
}


.navbar .nav-link .form-inline {
    border: 1px solid;
    border-color: rgba(0, 0, 0, .5);
    border-radius: 1rem;
    padding-left: 10px;
}

.navbar .nav-link .form-inline .fa-search {
    background: none;
    color: rgba(0, 0, 0, .5);
}


.produst .topsort {
    width: 100%;
    padding-left: 15px;
}

.produst .sonsort {
    width: 100%;
    padding-left: 5px;
}

.time-axis {
    margin: 0;
    padding: 0;
    position: relative;
}

.time-axis:before {
    content: '';
    position: absolute;
    left: 93px;
    top: 15px;
    width: 1px;
    height: 100%;
    background-color: #E4E4E4;
}

.time-axis-item {
    list-style: none;
    padding-left: 150px;
    position: relative;
    line-height: 45px;
    font-size: 14px;
    color: #141414;
    padding-bottom: 4rem;
}

.time-axis-item img {
    max-width: 100%;
}


.time-axis-achievement {
    margin: 0;
}

.time-axis-date {
    position: absolute;
    left: 0;
    top: 0;
    color: #006633;
    font-size: 26px;
}

.time-axis-date span {
    position: absolute;
    right: -50px;
    top: 35%;
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #006633;
    border-radius: 100%;
    background-color: #fff;
}

.time-axis-date span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    background-color: #006633;
    border: 1px solid #006633;
    border-radius: 100%;
}

/*.time-axis-item:last-child .time-axis-date span{
	border-color: #48BEB2;
}

.time-axis-item:last-child .time-axis-date span:after{
	background-color: #48BEB2;
	border-color: #48BEB2;
}*/
@media (min-width: 576px) {
    .jumbotron {
        padding-top: 25rem
    }

    .lead {
        font-size: 1.85rem;
    }
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #006633;
}

.sd-fixed {
    position: fixed;
    margin-left: 0px;
    margin-bottom: 170px;
    z-index: 999;
    width: 130px;
    height: 310px;
    bottom: 0px;
    left: 0px;
}

.case_li5weixin {
    float: left;
    width: 283px;
    height: 50px;
    position: relative;
    top: 0px;
   left: -233px;
    margin: 1px;
}

.case_li5weixin_txt {
    width: 283px;
    height: 50px;
    background: #252525;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    top: 0px;
    
    position: absolute;
    overflow: hidden;
}

.case_li5weixin_txt .erweima {
    height: 200px;
    position: absolute;
    top: -232px;
    left: 50px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
}

.case_li5weixin_txt_hover {
    width: 330px;
    height: 50px;
    background: #8ec31f;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    top: 100px;
    left: 0px;
    position: absolute;
    overflow: hidden;
}

.case_li5 {
    float: left;
    width: 130px;
    height: 50px;
    position: relative;
    top: 0px;
   left: -80px;
    overflow: hidden;
    margin: 1px;
}

.case_li5_txt {
    width: 130px;
    height: 50px;
    background: #252525;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    top: 0px;
   
    position: absolute;
    overflow: hidden;
}

.case_li6_txt {
    width: 52px;
    height: 50px;
    background: #252525;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    top: 0px;
    left: -2px;
    position: absolute;
    overflow: hidden;
}

.case_li5_txt_hover {
    width: 130px;
    height: 50px;
    background: #8ec31f;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    top: 100px;
    left: 0px;
    position: absolute;
    overflow: hidden;
}

.span_mr_txt5 {
    width: 80%;
    text-align: left;
    margin: 0px 23px;
    line-height: 15px;
    padding: 18px 0px 0px 0px;
    color: #fff;
    font-size: 14px;
    position: absolute;
}

.span_font5 {
    width: 80%;
    text-align: left;
    margin: 0px 23px;
    line-height: 15px;
    padding: 18px 0px 0px 0px;
    color: #fff;
    font-size: 14px;
    position: absolute;
}
.scroll-top{ left:0!important; width:50px;}
@media (min-width: 1700px) {

    .container {
        max-width: 1640px;
    }

    .navbar-expand-lg .navbar-nav .nav-item .nav-link {
        padding: 1rem 2rem;
    }
}
@media only screen and (max-width: 768px) {
    .navbar-expand-lg .navbar-nav .nav-item:hover ul {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-item:nth-child(6) ul {
        position: static;
        display: block;
        margin-left: 0px !important;
        padding: 1rem 1rem;
        margin: 0 10px;
        background: none;
    }

    .sonsort .btn-info,
    .sonsort .btn {
        font-size: 12px;
        margin: 0px;
    }

    .news {
        width: 100%;
    }

    .logo-sm-height {
        padding: 15px 0;
        height: auto;
    }

    .wapno {
        display: none !important;
    }

    #home .pic {
        width: 100%;
        float: left;
        height: 250px;
    }

    #home .text {
        width: 100%;
        padding: 5% 3% 5%;
        float: right;
    }

    .foot_md {
        max-width: 50%;
    }

    .pt-5,
    .py-5 {
        padding-top: 2rem !important;
    }

    .foot_md:nth-child(6) {
        max-width: 50%;
        border-left: none;
    }

    .about p {
        line-height: 25px;
    }

    .about img {
        max-width: 100%;
        margin: 10px 0px;
    }

    .about tr,
    .about td {
        display: table !important;
        border: none !important;
        width: 100% !important;
        background: none !important;
    }

    .block-video,
    .block-video .layout,
    .videbtn {
        height: 250px;
    }

    #indexVideoPopup {
        margin-top: 100px;
    }

    #indexVideoPopup .video-close {
        z-index: 9999;
    }

    .time-axis-item p {
        line-height: 30px;
    }

    .code {
        margin-top: 125px;
        text-align: right;
    }

    .videobtn {
        height: auto;
    }
    .sd-fixed{display: none;} 
		
		#home .page1 .pic {
		    display: none;
		}
}




