body {
    overflow-x: hidden;
}
.header {
    width: 100%;
    background: #fff;
    box-shadow:  0 0 10px #333;
    user-select: none;
    -webkit-user-select: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    /* transition: all .3s; */
}
.head {
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    align-items: center;
}
.bg-gary {
    background: #eee;
}
.head .flexbw {
    height: 120px;
}

.top-link {
    margin-top: 5px;
    justify-content: flex-end;
    align-items: flex-end;
}
.top-link>* {
    margin-left: 10px;
    color: #333;
}

.top-link a {
    transition: all .3s;
}
.top-link a:hover {
    color: #277c39;
}
.top-link img {
    filter:grayscale(1);
    transition: all .3s;
}
.top-link img:hover {
    filter: grayscale(0);
}
.nav {
    display: flex;
    align-items: center;
    flex: 1;
}
.nav li {
    position: relative;
    margin-left:50px;
}
.nav li>a {
    
    /* border-bottom: 2px solid rgba(0, 0, 0, 0); */
    transition: all .3s;
    color: #333;
    position: relative;
    line-height: 91px;
}
.nav li>a::before {
    content: "";
    position: absolute;
    left: -30px;
    width: 5px;
    height: 5px;
    border: 5px solid #bed7c3;
    background: #277c39;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .3s;
}
.nav .cur>a,
.nav li:hover>a{
    color: #277c39;
    /* border-bottom: 2px solid #f8b72c; */
}
.nav .cur>a::before{
    opacity: 1;
}
.nav li:first-child:hover>a::before {
    opacity: 0;
}
.color-perv{
    color: #735d48 !important;
}
.color-green {
    color: #277c39;
}
.navbox {
    display:none;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,100%);
    border-top: 2px solid #277c39;
    background: rgba(255, 255, 255, .8);

    font-size: 14PX;
}
.navbox a {
    color: #333;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 35px;
    border-bottom: 1px dashed #ddd;
    transition: all .3s;
    text-align: center;
}
.navbox a:last-child {
    border-bottom: none;
}
.navbox a:hover {
    background: #277c39;
    color: #fff;
}
.warp{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.main {
    padding-bottom: 40px;
}

.section {
    padding-top: 20px;
}


/* 菜单栏 */
.memu-btn {
    width: 22px;
    height: 16px;
    display: none;
    flex-flow: column;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
    margin-left: 10px;
}
.memu-btn i {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #277c39;
    transition: all 0.3s;
}
.memu-btn-active i:nth-child(2) {
    transform: translateX(150%);
}
.memu-btn-active i:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -4px);
}
.memu-btn-active i:nth-child(1) {
    transform: rotate(45deg) translate(6px, 4px);
}
.y45 {
    transform: rotate(45deg);
}
.y-45 {
    transform: rotate(-45deg);
}

#search {
    position: relative;
}
.search-box {
    align-items: center;
}
.search {
    width: 0;
    transition: all .3s;
    border-bottom: 1px solid #277c39;
    font-size: 14px;
    box-sizing: border-box;
}

#searchForm  button,
#searchForm2  button,
.isearch{
	border: none;
	padding: 0;
	height: 18px;
	width: 18px;
	cursor: pointer;
	/* background: url(../img/search-w.png) center no-repeat; */
}
.isearch {
    height: auto;
    width: auto;
    display: none;
}
.isearch img {
    height: 18px;
    width: 18px;
}
#searchForm {
    position: relative;
}
#searchForm  button ,
#searchForm2  button{
	background: url(../img/search.png) center center no-repeat;
    background-size: cover;
    filter: grayscale(1);
}
#searchForm  button::after 
#searchForm2  button::after {
	border: none;
}
#searchForm:hover .search {
    width: 200px;
    padding-left: 5px;
}
#searchForm:hover button {
    filter: grayscale(0);
}
#close {
    cursor: pointer;
    height: 40px;
    width: 40px;
    margin-left: 20px;
}
#close img {
    height: 100%;
    max-width: auto;
}

.seemore {
    font-size: 14px;
    color: #735d48;
    white-space: nowrap;
    margin-top: 10px;
    justify-content: flex-start;
}
.seemore img {
    margin-left: 5px;
    max-width: 20px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.seemore .i2 {
    display: none;
}
.seemore:hover {
    text-decoration: underline;
}
.seemore:hover .i1{
    display: none;
}
.seemore:hover .i2{
    display: inline-block;
}

.banner {
    margin-top: 120px;
    position: relative;
}
.banner .img-box-re {
    height: 42.1785vw;
}

.banner-text {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .3);
    z-index: 99;
    width: 90%;
    max-width: 1280px;
}

.banner-text .w {
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
}

.textbox a{
    display: none;
}

.textbox a:nth-child(1) {
    display: block;
}

.textbox a p {
    font-size: 36px;
    max-width: 80%;
    margin-bottom: 40px;
    color: #fff;
    transition: all .3s;
}
.textbox a p:hover {
    color: #00579a;
}


.ti {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.ti p {
    position: relative;
    font-size: 30px;
}
.ti h5 {
    font-weight: 500;
    font-size: 16px;
    color: #735d48;
    text-align: center;
}

.section-item {
    position: relative;
}
.section-item .img-box-re {
    padding-bottom: 66.66%;
}

.pic-msg {
    box-sizing: border-box;
    padding: 40px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    background: #00579a;
    transition: background-color .3s;
    color: #fff;
}

.pic-msg:hover {
    background:#34bee4;
}

.pic-msg h3 {
    font-size: 24px;
    min-height: 42px;
    line-height: 1.2em;
}
.pic-msg p {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    min-height: 72px;
}

.date {
    color: #fff;
    font-size: 0.729vw;
}
.date .day{
    font-size: 1.5625vw;
    line-height: 1.2em;
}
.pic-msg .date,
.pic-msg .seemore2 {
    font-size: 14px;
}
.pic img {
    transition: all .3s;
}
.pic .img-box-re {
    overflow: hidden;
}
.pic:hover img{
    transform: scale(1.1);
}

.section-box ul {
    height: 460px;
}

.new-pic {
    width: 30.645%;
    
}
.new-pic .img-box-re {
    padding-bottom: 66.66%;
}
.new-pic .date {
    position: absolute;
    bottom:0;
    right:0;
    background: rgba(39, 124, 57, .7);
    color: #fff;
    font-size: 12px;
    width: 65px;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.new-pic .date .day {
    font-size: 30px;
    line-height: 1.2em;
}
.new-msg {
    width: 64.5%;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    word-break: break-all;
}
.new-msg h5 {
    font-size: 18px;
    line-height: 1.2em;
    transition: all .3s;
}
.new-msg p {
    transition: all .3s;
}

.new-list a:hover .new-msg{
    color: #00579a;
}
.new-msg p {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    font-size: 14px;
    color: #666;
    min-height: 63px;
}

.new-list2 {
    position: relative;
}

.new-list2::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #eee;
    z-index: -1;
}

.new-list2 li {
    box-sizing: border-box;
    padding-left: 40px;
    position: relative;
}
.new-list2 li::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 7px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #666;
    border: 5px solid #eee;
    border-radius: 50%;
    transition:all .3s;
}
.new-list2 li a {
    background: #eeeeee;
    box-sizing: border-box;
    padding: 20px;
    display: block;
    font-size: 14px;
}

.new-list2 li .new2-msg{
    display: none;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    margin-top: 5px;
    color: #666;
}
.new-list2 li:nth-child(1) .new2-msg{
    display: block;
}
.new-list2 li .date {
    color: #006dc0;
    margin-bottom: 5px;
}

.new-list2 .cur h5 {
    text-overflow: unset;
    white-space: unset;
    line-clamp: 2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new-list2 .cur::before {
    background: #00579a;
    border: 5px solid #34bee4;
}


.pic-list ul {
    flex-wrap: wrap;
}

.pic-list ul li{
    width: 22.75%;
    margin-bottom: 3%;
    margin-right: 3%;
    transition: all .3s;
}

.pic-list ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 3px 15px #999;
}

.pic-list ul li:nth-child(4n) {
    margin-right: 0;
}
.pic-list ul li a {
    display: block;
    color: #000;
}
.pic-list ul li .img-box-re {
    padding-bottom: 63.66%;
}



.pic-list ul li .date-box {
    width: 3.5vw;
    padding-top: 3.5vw;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(39, 124, 57, .7);
    color: #fff;
}
.pic-list ul li .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.pic-list-ti {
    box-sizing: border-box;
    font-size: 0.9375vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pic-list-msg {
    padding: 15px;
}
.section-4 .w{
    box-sizing: border-box;
    padding: 2.08vw;
    padding-top: 0;
    background: #00579a;
    position: relative;

}
.section-4 .w::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    height: 4.82vw;
    width: 40%;
    background: #fff;
    position: absolute;
}
.section-4 .w .navigation {
    transform: none;
    top: 0;
    right: 0;
    height: 4.82vw;
    width: 7.8125vw;
    background: #34bee4;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 0 1.5vw;
}
.section-4 .w .navigation>div {
    background: none;
    height: 25px;
    width: 25px;
}

.section-4 .w .navigation>div i {
    width: 12px;
	height:21px;
	background: url(../img/arr-r-b.png) center no-repeat;
	background-size: contain;	
}
.section-4 .w .navigation span {
    height: 25px;
    width: 1px;
    transform: scaleX(.5);
    background: #00579a;
    margin: 20px;
}

.footer {
    background: #efe4d9;
    font-size: 14px;
}
.footer>.w {
    padding: 40px 0;
}
.footer .w {
    max-width: 1280px;
} 
.bot-tips {
    background: #735d48;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.bot-tips a {
    color: #fff;
}
.bot-tips a:hover {
    text-decoration: underline;
}

.link-box {
    width: 45%;
    justify-content: space-between;
}

.link h5{
    color: #222;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.link ul li{
    margin-top: 5px;
}
.link ul li a {
    color: #666;
    transition: all .3s;
}
.link ul li a:hover {
    color: #222;
}
.call-way {
    font-size: 14px;
    color: #999;
    width: 50%;
    flex-wrap: nowrap;
}
.call-way  em {
    color: #222;
}
.call-way .flex {
    align-items: flex-start;

}
.call-way .flex img {
    margin-right: 10px;
}
.call-box {
    justify-content: space-between;
}
.call-box>p {
    color: #222;
    margin-bottom: 10px;
    font-size: 16px;
}
.call-box .color-green {
    font-size: 18px;
}
.ny {
    width: 100%;
}
.ny .img-box-re {
    height: 400px;
}

.ny-nav {
    text-align: center;
  
    border-bottom: 1px solid #735d48;
    width: 100%;
    background: #fff;
    z-index: 9;
    top: 0;
    transition: all .3s;
}
.ny-nav2 {
    text-align: center;
   
    border-bottom: 1px solid #735d48;
    width: 100%;
    background: #fff;
    color: #735d48;
    font-size: 24px;
    line-height: 4vw;
}
.ny-nav a {
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    color: #735d48;
    transition: all .3s;
    margin-bottom: -1px;
    margin-right: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    white-space: nowrap;
    position: relative;
}
.ny-nav a::before {
    content: "";
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,100%);
    border-top: 6px solid #277c39;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.ny-nav a:last-child {
    margin-right: 0;
}
.ny-nav .selected,
.ny-nav a:hover{
    color: #277c39;
    border-bottom: 2px solid #277c39;
}
.ny-nav .selected::before,
.ny-nav a:hover::before {
    display: inline-block;
}
.ny-position {
    align-items: center;
    height: 50px;
    border-bottom: 2px solid #00579a;
    margin-bottom: 40px;
}
.ny-position p {
    font-size: 20px;
    color: #00579a;
}
.breadcrumb {
    font-size: 14px;
    color: #222;
}
.breadcrumb a {
    color: #222;
    padding: 0 10px;
    transition: all .3s;
}
.breadcrumb a:hover,
.breadcrumb .cur {
    color: #00579a;
}
.ny-new  {
    margin-top: 40px;
}
.ny-new li {
    margin-bottom: 40px;
    position: relative;
}
/* .ny-new li::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -5px;
    width: 0;
    height: 5px;
    background: #00579a;
    transition: width .3s ease-in-out;
}
.ny-new li:hover::before {
    width: 100%;
} */
.ny-new .new-pic {
    width: 22.66%;
}
.ny-new .new-msg{
    width: 75%;
    display: block;
    border-bottom: 1px solid #735d48;
}

.ny-new .new-msg h5 {
    margin-bottom: 20px;
}
.ny-new li .img-box-ab {
    overflow: hidden;
}
.ny-new li .img-box-ab img {
    transition: all .5s ease-in-out;
} 
.ny-new li:hover .img-box-ab img {
    transform: scale(1.1);
}
.bg1 {
    background: url(../img/bg.jpg) bottom center no-repeat;
    padding:20px 0 ;
}
.bg2 {
    background: url(../img/bg2.jpg) center center no-repeat;
    background-size: cover;
    padding:20px 0 ;
}
.iconlist {
    text-align: center;
    color: #735d48;
    user-select: none;
    -webkit-user-select: none;
}
.iconlist .icon{
    cursor: pointer;
    width: 130px;
    height: 130px;
    line-height: 130px;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all .3s;
    background: #fff;
    border: 1px  solid #735d48;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconlist .icon:hover {
    transform: rotate(360deg);
}
.iconlist .icon img {
    max-width: 80%;
}
#swiper2 {
    margin-top: 20px;
    position: relative;
}
#swiper2 .text-over{
    background: #fff;
    color: #000;
    padding: 0 20px;
    line-height: 80px;
    text-align: center;
}
#swiper2 .img-box-re {
    padding-bottom: 98.66%;
    overflow: hidden;
}
#swiper2 .img-box-re img{
    transition: all .3s ease-in-out;
}
#swiper2 .img-box-re img:hover {
    transform: scale(1.05);
}
#swiper2 .swiper-pagination {
    position:  static !important;
    margin-top:20px;
}
#swiper2 .pag {
    background: rgba(255, 255, 255, .3);
    box-shadow: none;
}
#swiper2 .pag-active {
    width: 13px;
    background: rgba(255, 255, 255, .7);
}

.section-item2>* {
    width: 50%;
}

.section-item2 .left{
    flex: 1;
}

.section-item2 .left .text h3 {
    font-size: 30px;
    font-weight: 500;
    color: #735d48;
}
.section-item2 .left .text p {
    padding-bottom: 20px;
    position: relative;
    font-size: 24px;
    color: #277c39;
}
.section-item2 .left .text p::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #277c39;    
}

.section-item2 .left .img-box-re {
    margin-top: 20px;
    padding-bottom: 51.2%;
}
.section-item2 .right ul {
    flex-wrap: wrap;
}
.section-item2 .right ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.section-item2 .right ul li:nth-child(2n) {
    margin-right: 0;
}

.section-item2 .right a{
    display: block;
    border: 1px solid #735d48;
    background: rgba(255, 255, 255, .3);
    padding: 20px;
    transition: all .3s;
    border-radius: 10px;
    position: relative;
}

.section-item2 .right a p {
    color: #b5c877;
    margin-bottom: 15px;
    font-size: 24px;
}
.section-item2 .right a p em {
    font-style: italic;
    font-size: 14px;
}
.section-item2 .right h3 {
    color: #735d48;
    font-weight: 500;
    transition: all .3s;
}
.section-item2 .right .text {
    color: #277c39;
    font-size: 14px;
    transition: all .3s;
}
.section-item2 .right .more {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #735d48;
    background: #735d48;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    transition: all .3s;
}
.section-item2 .right a:hover ,
.section-item2 .right .active a{
    background: #277c39;
    border-color: #277c39;
}
.section-item2 .right a:hover h3,
.section-item2 .right a:hover .text,
.section-item2 .right .active h3 ,
.section-item2 .right .active .text{
    color: #fff;
}

.section-item2 .right a:hover .more,
.section-item2 .right .active .more{
    border-color: #fff;
    background: none;
}

.section-item2 .right li:last-child a {
    height: 100%;
    width: 100%;
    padding: 0; 
    display: flex;
    border-color: #277c39;
    color: #277c39;
    font-size: 24px;
    background: rgba(181, 200, 119, .2);
}


.more {
    text-align: center;

}

.more a {
    line-height: 40px;
    width: 150px;
    background: #735d48;
    color: #fff;
    transition: all .3s;
    border-radius: 20px;
}

.more a:hover {
    box-shadow: 0 0 7px #735d48;
}

.bot-img {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.bot-img>img {
    width: 230px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.bot-img>p {
    color: #735d48;
    text-align: right;
    font-size: 20px;
    white-space: nowrap;
    font-family: 'fangsong';
}
.weixin-img {
    display: flex;
    justify-content: flex-end;
    
}
.weixin-img>div {
    margin-left: 10px;
}
.weixin-img .weixin:nth-child(1) {
    margin-left: 0;
}
.weixin-img  p {
    text-align: center;
    margin-top: 10px;
}
.ny-pic-list  {
    padding-top: 20px;
}
.ny-pic-list ul li {
    width: 31%;
    text-align: center;
}
.ny-pic-list ul li p {
    line-height: 60px;
    border-bottom: 1px solid #735d48;
    font-size: 18px;
    color: #222;
}
.ny-pic-list ul li:nth-child(3n) {
    margin-right: 0;
}
.ny-pic-list ul li:nth-child(4n) {
    margin-right: 3%;
}
.ny-main {
    margin-top: 120px;
}
.ny-ti {
    box-sizing: border-box;
    color: #735d48;
    text-align: center;
    font-size: 24px;
    position: relative;
    padding-right: 40px;
    margin-right: 40px;
    white-space: nowrap;
}
.ny-ti::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 60%;
    width: 1px;
    background: #735d48;
    line-height: 1em;
    transform: translateY(-50%);
}

.ny-pic-list ul li .img-box-re {
    padding-bottom: 99.66%;
}
.ny-new a:hover .new-msg,
.ny-new a:hover .new-msg p {
    color: #735d48;
}
.ny-nav-left {
    height: 4vw;
}
.ny-nav-right {
    line-height: 4vw;
    white-space: nowrap;
}
.ny .ny-ti {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 60px;
    min-width: 200px;
    box-sizing: border-box;
    padding: 0 20px;
    background: rgba(255, 255, 255, .8);
    color: #735d48;
    text-align: center;
    font-size: 30px;
}

.swiper-change {
    transform: translateX(-50px);
    opacity: 0;
    transition: all .8s;
}


.swiper-slide-active .swiper-change {
    transform: translateX(0px);
    opacity: 1;
}

.swiper-slide-next .swiper-change {
    transform: translateX(50px);
}

.swiper-slide-prev .swiper-change {
    transform: translateX(-50px);
}

.wap-search{
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background:#fff;
    display: none;
    border-bottom: 1px solid #277c39;
    z-index: 999;
}

.warp .search {

}

#searchForm2 {
    width: 95%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
#searchForm2 button {
    filter: grayscale(0) !important;
}
#searchForm2 input {
    width: 75%;
    border-bottom: 0;
}

.banner .swiper-pagination {
    right: 10px !important;
    left: unset !important;
    width: auto !important;
    display: flex;
    flex-direction: column;
}
.banner .swiper-pagination .pag {
    margin-right: 0 !important;
    margin-top: 5px;
    width: 8px;
    height: 8px;
    position: relative;
}
.banner .swiper-pagination .pag-active {
    width: 8px;
    background: #735d48;
}

 .swiper-container-horizontal>.swiper-pagination-bullets, 
 .swiper-pagination-custom, 
 .swiper-pagination-fraction {
    left: unset !important;
}


.ny-nav .w>img {
    display: none;
    width: 20px;
    cursor: pointer;
}


.next-banner {
    background: url(../img/arr-d.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 10;
    right: 20px;
    bottom: 10px;
    height: 35px;
    width: 35px;
    cursor: pointer;
}

.top-link a img {
    height: 18px;
    width: 18px;
}

.top-link .search-box button {
    background: none !important;
}


.aboutbox .call-box .flex{
    margin-bottom: 10px;
}

.nav li {
    position: relative;
}
.nav li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-family: "fangsong";
    right: 10px;
    top: 15px;
    /* color: #fff; */
    transition: all .3s;
    background: url(../img/add.png) center center no-repeat;
    background-size: contain;
    display: none;
}

.nav .tran-li::before {
    transform: rotate(180deg);
    background: url(../img/del.png) center center no-repeat;
    background-size: contain;
}

.toptipimg {
    align-items: flex-start;
}
.bottipimg {
    align-items: flex-end;
}
.toptipimg img,
.bottipimg img {
    max-width: 600px;
}
.col-3,
.col-2{
    display: flex;
    flex-wrap: wrap;
}
.col-3 dd{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.col-2 dd{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.col-2 dd:nth-child(2n) ,
.col-3 dd:nth-child(3n) {
    margin-right: 0;
}

.col-3>li,
.col-3-item{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.col-2>li,
.col-2-item{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.col-2>li:nth-child(2n) ,
.col-2-item:nth-child(2n) ,
.col-3>li:nth-child(3n) ,
.col-3-item:nth-child(3n) {
    margin-right: 0;
}

.call-box .flex:nth-child(2) {
    margin-bottom: 10px;
}

.hide::before {
    display: none !important;
}


.scroll-nav .w{
    align-items: center;
}

.scroll-nav .ny-nav-right {
    overflow-x: scroll;
    overflow-y: hidden;

}

.scroll-nav .ny-nav-right::-webkit-scrollbar {
    height: 5px;
}

.scroll-nav .ny-nav-right::-webkit-scrollbar-thumb {
    background: #bed7c3;
    border-radius: 20px;
}

.scroll-nav .w>img {
    display: block !important;
}

/*add*/
hr{
height: 1px !important;
border: 0 !important;
border-bottom: 1px solid #cccccc !important;
margin: 0 !important;
}
