﻿body,
html {
  font-family: "Poppins", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height:26px;
  color: var(--text);
}

.font-weight-Light {
  font-family: "Poppins", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 300 !important;
}
.font-weight-normal {
  font-family: "Poppins", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 400 !important;
}
.font-weight-medium {
  font-family: "Poppins", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 500 !important;
}
.font-weight-bold {
  font-family: "Poppins", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 600 !important;
}
.font-weight-bolder {
  font-family: "Poppins", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 700 !important;
}

@font-face {
  font-family: "Poppins";
  src: local("☺"), url(../font/Poppins-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("☺"), url(../font/Poppins-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("☺"), url(../font/Poppins-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("☺"), url(../font/Poppins-Bold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("☺"), url(../font/Poppins-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
*{border:0; margin:0; padding:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,div,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0;}
body,textarea,input,button,select,keygen,legend{font-size:16px;color:#666;outline:0; font-family: "Poppins", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;}
html,body{width:100%;position:relative;}
html{font-size:calc(100vw / 19.2);scroll-behavior:smooth;}
body{overflow-x:hidden;padding-top: 80px;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
ul,li,ol{list-style:none;}

/** 重置超链接元素 **/
a{text-decoration:none;color:#333;}
a:hover{color:#65451e;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.w1000{width:1000px;max-width: 95%; margin:auto;}
.w1200{width:1200px;max-width: 95%; margin:auto;}
.w1480{width:1480px;max-width: 95%; margin:auto;}
.pdt80{padding-top: 80px;padding-bottom: 80px;}
.pdt60{padding-top: 60px;padding-bottom: 60px;}
.pd95{padding-left: 60px;padding-right: 60px;}
.pd40{padding-left: 40px;padding-right: 40px;}

.top_bg{position: fixed;left: 0;top: 0;right: 0;z-index: 99;height: 80px;background: #fff;-webkit-transition:0.5s;transition:0.5s;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.top_h{display: flex;align-items: center;justify-content: space-between;}
.top_h .logo{}
.top_h .logo img{display: block;height:80px;padding: 20px 0;}
.dhan2{display: none;}
.sjdh2{display: none;}
.dh{display: block;}
.dh ul{display: flex;}
.dh ul li{position: relative;z-index: 1;}
.dh ul li p a{display: flex;align-items: center;align-content: center;font-weight: 600;font-family:Jost;height: 80px;font-size: 18px;position: relative;color: #333;padding:0 20px;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li p a i{font-size: 12px;padding-left: 3px;}
.dh ul li p a span{display: block;line-height: 40px;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li p a span.gd1{height: 40px;overflow: hidden;}
.dh ul li p a:hover span.gd2{-webkit-transform: translate(0, -40px);transform: translate(0, -40px);}
.dh ul li p a:hover span.gd3{-webkit-transform: translate(0, -40px);transform: translate(0, -40px);}
.dh ul li p a i{font-size:16px;}
.dh ul li p a:after{content: "";position: absolute;left: 20px;right: 20px;bottom: 0px;height: 3px;background: #65451e;-webkit-transform: scale(0, 1);transform: scale(0, 1);opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li:hover p a{color:#65451e;}
.dh ul li:hover p a:after{-webkit-transform: scale(1, 1);transform: scale(1, 1);opacity: 1;}
.dh ul li.on p a{color:#65451e;}
.dh ul li .dh_fl{position:absolute;left:50%;top:80px;margin-left:-110px;width:220px;display:none;padding:10px;}
.dh ul li .dh_fl ul{display: block;background: #fff;border-radius: 5px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.dh ul li .dh_fl ul li{border-bottom: 1px solid #eee;}
.dh ul li .dh_fl ul li:last-child{border-bottom:none;}
.dh ul li .dh_fl ul li a{display: flex;align-items: center;align-content: center;justify-content: space-between;font-size: 14px;line-height: 2;color: #333;padding: 10px 12px;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li .dh_fl ul li a i{font-size: 14px;color:#ccc;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li .dh_fl ul li:hover>a{color:#fff;background: #65451e;}
.dh ul li .dh_fl ul li:hover>a>i{color:#fff;}

.top_ssyy{display: flex;align-items: center;align-content: center;}
.top_t_sm{margin-right: 30px;}
.top_t_sm ul{display: flex;}
.top_t_sm ul li{margin-left: 10px;}
.top_t_sm ul li a{display: block;font-size: 18px;line-height:30px;width:30px;background: #65451e;border-radius: 50%;color: #fff;text-align: center;-webkit-transition:0.5s;transition:0.5s;}
.top_t_sm ul li a:hover{box-shadow: 0 0 5px rgba(0, 0, 0, 1.0);-webkit-transform: translate(0, -3px);transform: translate(0, -3px);}
.top_yy{position: relative;z-index: 1;line-height: 40px;display: flex;color: #666;align-items: center;align-content: center;cursor: pointer;height: 80px;-webkit-transition:0.5s;transition:0.5s;}
.top_yy i{font-size: 22px;padding-right: 5px;}
.top_yy span{font-size: 16px;}
.top_yy em{font-size: 16px;}
.top_yy:hover{color: #65451e;}
.top_yy_xl{position: absolute;top:80px;left: 50%;width: 150px;margin-left: -75px;padding: 10px;display: none;}
.top_yy_xl ul{background: #fff;border-radius: 5px;overflow: hidden;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_yy_xl ul li a{display: block;font-size: 14px;line-height: 2;color: #333;text-align: center;padding: 5px 0;border-bottom: 1px solid #eee;-webkit-transition:0.5s;transition:0.5s;}
.top_yy_xl ul li a:hover{color: #65451e;}

.banner{width:100%;overflow:hidden;position:relative;}
.banner ul{}
.banner ul li{overflow:hidden;height: calc(100vh - 80px);}
.banner ul li img{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.banner ul li video{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.bandd{position:absolute; left:0; bottom:60px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.bandd span{z-index:2;cursor:pointer;margin:0 10px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:rgba(255, 255, 255, 0.5);opacity: 1!important;}
.bandd span.swiper-pagination-bullet-active{background:#fff;}
.bandd span:after{content: "";position: absolute;left: -6px;top: -6px;border: 1px solid #fff;width: 18px;height: 18px;border-radius: 50%;-webkit-transform: scale(0);transform: scale(0);-webkit-transition:0.5s;transition:0.5s;}
.bandd span.swiper-pagination-bullet-active:after{-webkit-transform: scale(1);transform: scale(1);}
.banz,.bany{position:absolute; top:50%; width:50px; height:50px;margin-top: -25px; opacity:0;-webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 20px;line-height:50px;text-align: center;color: #fff;background: rgba(0, 0, 0, 0.1);border-radius: 50%;}
.banz{left:60px;}
.bany{right:60px;}
.banner:hover .banz,.banner:hover .bany{opacity:1;}
.banner_svg{position: absolute;left: 0;right: 0;bottom: -20px;z-index: 1;fill: #fff;}

.more_an{position: relative;font-size:16px;line-height: 50px;color: #65451e;}
.more_an .more_an_bg{position: relative;z-index: 2;background: #fff; padding: 0px 30px;border-radius: 25px;display: flex;align-items: center;align-content: center;justify-content: center;-webkit-transition:0.5s;transition:0.5s;}
.more_an i{margin-left: 10px;font-size: 14px;}
.more_an:hover .more_an_bg{background: #65451e;color: #FFF;box-shadow: 0 0 10px rgba(0, 109, 184, .6);}
.more_an:hover:after{display: none;}
.more_an:hover:before{display: none;}
.more_an:before{content:'';position: absolute;box-sizing: content-box;border-radius: 100px;width: 100%;height: 100%;translate: -50% -50%;left: 50%;top: 50%;z-index: 0;transition: all 0.5s;animation: more_an_dh 2000ms linear infinite;filter: blur(10px) brightness(1);background: conic-gradient(from var(--angle), transparent 150deg, #65451e 230deg, #65451e 360deg);}
.more_an:after{content: '';position: absolute;box-sizing: content-box;border-radius: calc(100px + 2px);width: 100%;height: 100%;translate: -50% -50%;left: 50%;top: 50%;z-index: 1;animation: more_an_dh 2000ms linear infinite;padding: 2px;--angle: 0deg;background: conic-gradient(from var(--angle), transparent 100deg, #65451e 215deg, #65451e 360deg);transition: all 0.5s;}
@property --angle {syntax:'<angle>';initial-value: 0deg;inherits: false;}
@keyframes more_an_dh{0%{--angle: 0deg;}50%{}100%{--angle: 360deg;}}

.imgbox a img:hover {transform: scaleX(1.05) scaleY(1.05);transition: .3s linear all;}
.rn_title46 {font-size:46px;color:#333333; font-weight: 600;}
.rn_title46 span {color:#65451e;}
.rn_title46 a:hover {color:#65451e;}
.rn_title_46 a:hover span {color:#65451e;}


.h_strength2 {padding: 180px 0px 92px;}
.h_strength .bg {position:absolute;right:0;top:-70px;z-index:0;}
.h_strength .w1480 {display:flex;justify-content:space-between;position:relative;z-index:2;}
.h_strength .l_box {width:46.95%;position:relative;z-index:2;}
.h_strength .l_box .imgbox {display:flex; transition: .3s linear all;}
.h_strength .l_box .imgbox a {display:inline-block;overflow:hidden; transition: .3s linear all;}
.h_strength .l_box .imgbox a:first-child {transform:translateY(-63px);margin-right:4%;}
.h_strength .r_box {width:47.9%;padding-top:27px;position:relative;z-index:2;}
.h_strength .r_box .rn_title46 {margin-bottom:23px;}
.h_strength .r_box .content {font-size:16px;line-height:26px;color:#666666;}
.h_strength .r_box .content strong {font-style:normal;color:#65451e;}
.h_strength .r_box .content1 {margin-bottom:12px;}
.h_strength .r_box .content2 {margin-bottom:38px;}
.h_strength .r_box .contact {font-size:16px;line-height:32px;color:#333333;margin-bottom:25px;}
.h_strength .contact p {display:flex;align-items:flex-start;}
.h_strength .contact p:last-child {margin-bottom:0;}
.h_strength .contact p img {transform:translateY(8px);margin-right:8px;}
.h_strength .r_box .btn {display:flex;align-items:center;justify-content:center;width:195px;height:60px;background-color:#65451e;font-size:18px;color:#ffffff;}
.h_strength .contact p>a:hover {color:#65451e;}
.h_strength .r_box .btn i {margin-left:15px;display:inline-block;/* transform:rotate(-90deg);*/} 
.h_strength .r_box .btn:hover {background-color:#000;}
@media(max-width:1600px) {.h_strength .l_box .imgbox a:first-child {transform:translateY(-30px);margin-right:4%;}
.h_strength .r_box {width:48%;padding-top:0px;}
.h_strength {padding:50px 0px;}
.h_strength .r_box .rn_title46 {margin-bottom:10px;}
.h_strength .r_box .content1 {margin-bottom:10px;}
.h_strength .r_box .contact {font-size:16px;line-height:30px;margin-bottom:15px;}
.h_strength .r_box .content2 {margin-bottom:25px;}
.h_strength .bg {width:900px;}
;}
@media(max-width:1333px) {.h_strength .r_box .btn {width:170px;height:55px;font-size:16px;}
.h_strength .r_box .content {font-size:16px;line-height:28px;}
.h_strength .r_box .contact {font-size:16px;line-height:28px;margin-bottom:15px;}
.h_strength .bg {width:700px;}
;}
@media(max-width:999px) {.h_strength {padding:40px 0px;}
.h_strength .l_box .imgbox a:first-child {transform:translateY(0px);margin-right:4%;}
.h_strength .safe {flex-direction:column;}
.h_strength .l_box {width:70%;margin:0 auto;margin-bottom:25px;}
.h_strength .r_box {width:100%;padding-top:0px;}
.h_strength .bg {display:none;}
;}
@media(max-width:768px) {.h_strength .l_box {width:85%;margin:0 auto;margin-bottom:25px;}
.h_strength .r_box .content {font-size:14px;line-height:26px;}
.h_strength .r_box .contact {font-size:14px;line-height:26px;margin-bottom:10px;}
.h_strength .r_box .btn {width:150px;height:50px;font-size:14px;}
;}
@media(max-width:570px) {.h_strength {padding:30px 0px;}
.h_strength .l_box {width:95%;margin:0 auto;margin-bottom:25px;}
.h_strength .r_box .btn {width:140px;height:45px;font-size:14px;}
;}
@media(max-width:500px) {.h_strength .l_box {width:100%;margin:0 auto;margin-bottom:18px;}
;}

/*首页产品*/
.font-weight-bold {font-weight: 700 !important;}
section {position:relative;overflow:hidden;}
.small-padding-box {padding:4% 0;}
.grey-box {background:#f8fafc;}
.img-center {position:relative;width:100%;height:0;padding-bottom:100%;}
.img-center img {position:absolute;z-index:1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;height:auto;max-width:100%;max-height:100%;}
.text-center {text-align:center !important;}

.index-top {display:flex;justify-content:space-between;align-items:flex-end;gap:2.5% 5%;margin-bottom:3%;}
.index-top .title {margin-bottom:1%; font-size: 40px; color: #1a1a1a; font-weight: 600; line-height: 56px;}
.index-top .btn {display:flex;gap:8px;padding:0;}
.index-top .swiper-button-prev,.index-top .swiper-button-next {position:static;display:block;width:64px;height:64px;line-height:64px;font-size:20px;text-align:center;background:#f8fafc;color:#c5ae50;border-radius:8px;transition:all 0.4s;}
.grey-box .index-top .swiper-button-prev,.grey-box .index-top .swiper-button-next {background:#fff;}
.index-top .swiper-button-prev:hover,.index-top .swiper-button-next:hover {background:#c5ae50;color:#fff;}
.index-top .swiper-button-prev span,.index-top .swiper-button-next span {font-size:inherit;color:inherit;}
.index-top .swiper-button-prev:after, .index-top .swiper-button-next:after{font-size:inherit;color:inherit;}
.index-products {margin-bottom:4%;}
.index-products .img {margin-bottom:2.5%;background:#fff;border-radius:16px;overflow:hidden;}
.index-products .swiper-slide .img img {max-width:90%;max-width:90%;mix-blend-mode:multiply;transition:all 0.6s;}
.index-products .summary {display:block;font-size:14px;line-height:28px;color:#4d4d4d;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.index-products .subnav a {display:block;font-size:14px;line-height:28px;color:#4d4d4d;}
.index-products .swiper-slide:hover .img img {transform:translate(-50%,-50%) scale(1.1);}
.index-products .swiper-slide .subtitle {font-weight:400;font-size:14px; line-height: 28px;}
.index-products .swiper-slide .title {display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:all 0.6s; margin-bottom: 10px;}
.index-products .swiper-slide:hover .subtitle,.index-products .swiper-slide:hover .title {color:#c5ae50;}
.index-products .subnav a {display:block;font-size:14px;line-height:28px;transition:all 0.4s;}
.index-products .subnav a:hover {color:#c5ae50;}

/* 按钮*/
.layout-btn {position:relative;z-index:1;display:inline-block;width:auto;height:45px;line-height:22.75px;background:#c5ae50;transform:translate3d(0px,0%,0px);text-decoration:none;font-weight:500;font-size:14px;letter-spacing:0.7px;transition-delay:0.6s;border-radius:28px;transition:all 0.4s;overflow:hidden;/*box-shadow:0 1.375rem 2em -8px rgba(0,0,0,0.1);*/;}
.layout-btn:before {content:"";position:absolute;z-index:4;top:0;left:0;width:100%;height:100%;background:var(--grey_bg);border-radius:50% 50% 0 0;transform:translateY(100%) scaleY(0.5);transition:all 0.6s ease;}
.layout-btn:after {content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--colour1);border-radius:0;transform:translateY(0) scaleY(1);transition:all 0.6s ease;}
.layout-btn > div {position:relative;z-index:8;padding:0 35px;overflow:hidden;}
.layout-btn > div > span {display:flex;align-items:center;gap:0.25rem;width:100%;line-height:inherit;top:0;font-weight:500;width:100%;text-align:center;transition:transform 0.5s ease;}
.layout-btn > div > span:first-of-type {color:#fff;opacity:1;transform:translateY(50%);}
.layout-btn > div > span:last-of-type {color:#333;opacity:0;transform:translateY(50%);}
.layout-btn:hover {background:var(--grey_bg);transition:background 0.2s linear;transition-delay:0.6s;}
.layout-btn:hover:before {border-radius:0;transform:translateY(0) scaleY(1);transition-delay:0s;}
.layout-btn:hover:after {border-radius:0 0 50% 50%;transform:translateY(-100%) scaleY(0.5);transition-delay:0s;}
.layout-btn:hover > div > span:first-of-type {opacity:0;transform:translateY(-50%);}
.layout-btn:hover > div > span:last-of-type {opacity:1;transform:translateY(-50%);}
.layout-btn > div font {font-weight:normal !important;font-size:125%;line-height:1em;}
.layout-btn.layout-btn2 {background:#fff;}
.layout-btn.layout-btn2:after {background:var(--colour2);}
.layout-btn.layout-btn2:before {background:var(--grey_bg);}
.layout-btn.layout-btn2 > div > span:first-of-type {color:#fff;}
.layout-btn.layout-btn2 > div > span:last-of-type {color:#333;}
.layout-btn.layout-btn3 {background:#fff;}
.layout-btn.layout-btn3:after {background:var(--grey_bg);}
.layout-btn.layout-btn3:before {background:var(--colour1);}
.layout-btn.layout-btn3 > div > span:first-of-type {color:#333;}
.layout-btn.layout-btn3 > div > span:last-of-type {color:#fff;}
.grey-box .layout-btn:before,.grey-box .layout-btn.layout-btn2:before,.grey-box .layout-btn.layout-btn3:after,.grey-box2 .layout-btn:before,.grey-box2 .layout-btn.layout-btn2:before,.grey-box2 .layout-btn.layout-btn3:after {background:#fff;}

/*首页应用领域*/
.small-padding-top {padding-top:3%;}
.subtitle {font-weight:500;color:#1a1a1a; font-size: 16px;}
.index-app-head {display:flex;justify-content:space-between;align-items:center;}
.index-app-head .info {max-width:30rem;padding-right:32px;}
.index-app-head .layout-btn {flex-shrink:0;}
.index-app-list {display:flex;gap:0.25rem;}
.index-app-list li {position:relative;width:100%;height:640px;transition:all 0.4s;}
.index-app-list li:before {content:"";position:absolute;z-index:1;bottom:0%;left:0%;width:100%;height:50%;background:linear-gradient(    to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%  );}
.index-app-list li.active {width:360%;}
.index-app-list li .title {position:absolute;z-index:2;bottom:0;left:0;padding:16px 0;width:100%;text-align:center;color:#fff;opacity:1;transition:all 0.4s;}
.index-app-list li.active .title {opacity:0;}
.index-app-list li .info {position:absolute;z-index:3;bottom:0;left:0;padding:32px 40px;display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%;color:#fff;opacity:0;transition:all 0.4s;transition-delay:0s;}
.index-app-list li.active .info {transition-delay:0.4s;opacity:1;}
.index-app-list li .info .appbt {margin-bottom:1%; font-size: 22px;}
.index-app-list li .info p {color:#fff;opacity:0.9; font-size: 16px;}
.index-app-list li .info .btn {flex-shrink:0;display:inline-block;padding:1em 2em;font-size:0.875rem;line-height:1em;border-radius:2em;color:var(--text);border:none;background:#fff;transition:all 0.4s;}
.index-app-list li .info .btn:hover {color:#fff;background:var(--colour2);}
.index-app-list li img {width:100%;height:100%;}
.index-app-swiper {display:none;}
.index-app-swiper a {display:block;border-radius:8px;overflow:hidden;}
.index-app-swiper .info {padding:1.25rem;background:var(--grey_bg);}
.index-app-swiper .info .h6 {font-weight:bold;margin-bottom:1%;}
.index-app-swiper .info p {font-size:0.875rem;}


.about_main_2 { background: #f5f5f5; width: 100%; position:relative;background-size: cover; overflow: hidden;}
.about_main_2 .pd06{ position:relative; }
.floor_1_i { width: 100%; text-align: center;}
.floor_1_i .ysbt{display: block;font-size: 46px;color: #fff;line-height: 46px; font-weight: bold;}
.floor_1_i p{ display:block; font-size:20px; color:rgba(255,255,255,0.5); line-height:20px; padding-bottom:12px; text-transform: uppercase;}

.about_main_21{ width: 100%; position: relative; margin-top:0%; }
.about_main_21 ul{ display: inline-block; width: 100%;margin-right:-2%;}
.about_main_21 ul li{ width:48%; margin-right:2%; background: #fff; transition: all ease 0.36s; border-radius: 5px;
 text-align: center; background-size: 100%;  float: left; margin-bottom: 2%;}
.about_main_21 ul li:hover{background:#65451e;transform: translateY(-5px); transition: all ease 0.36s; background-size: cover;}
.about_main_21 ul li .img{ display: block; margin: 0 auto; }
.about_main_21 ul li .img img{ display: block; width: 100%; }
.about_main_21 ul li:hover .img{ border: #fff solid 0px;}
/* .about_main_21 ul li:nth-child(5){width:64.333%;}
.about_main_21 ul li:hover .img img{filter: grayscale(100%) brightness(500%) } */
.about_main_21 ul li:nth-child(4), .about_main_21 ul li:nth-child(5), .about_main_21 ul li:nth-child(6){margin-bottom: 0;}

.about_main_21 ul li .ysbt{ font-size: 24px; color: #65451e; line-height: 24px; font-weight: bold; margin:5% 5% 0;}
/* .about_main_21 ul li:nth-child(5) .ysbt{ font-size: 24px; color: #65451e; line-height: 24px; font-weight: bold; margin:3% 5% 0;} */
.about_main_21 ul li p{ font-size:18px; color: #666; line-height: 26px;   margin:3%; min-height: 80px;}
/* .about_main_21 ul li:nth-child(4) p, .about_main_21 ul li:nth-child(5) p{ min-height: auto;}
.about_main_21 ul li:nth-child(5) p{margin:2.5%;}*/
.about_main_21 ul li:hover .ysbt{ color: #fff; } 
.about_main_21 ul li:hover p{ color: #fff; }
@media (max-width: 1660px) {
.floor_1_i p{font-size:18px;line-height:18px; padding-bottom:10px;}
.floor_1_i .ysbt{ font-size:40px;line-height:40px;}
.about_main_21 ul li .img { }
.about_main_21 ul li p { font-size: 14px; line-height: 22px; min-height: 90px;}

}



/* h_form*/.h_form {padding: 3% 0;}
.h_form2 {padding:112px 0px 60px;}
.h_form3 {/*padding:105px 0px 60px;*/    padding:0px 0px 100px;}
.h_form4 {padding:96px 0px 60px;}
.h_form .w1480 {display:flex;justify-content:space-between;}
.h_form .l_box {width:42.5%;}
.h_form .r_box {width:50.4%;padding-top:5px;}
.h_form .rn_title36 {margin-bottom:15px;  font-size: 36px;color: #333333; font-weight: 600; line-height: 40px;}
.h_form .content {font-size:16px;line-height:28px;color:#333333;}
.h_form .l_box .content {margin-bottom:30px;}
.h_form .r_box .content {margin-bottom:29px;}
.h_form form {;}
.h_form .inpbox1 {display:flex;justify-content:space-between;}
.h_form .inp1 {width:48.5%;background-color:#f5f5f5;}
.h_form .inp1 i {color:#333;}
.h_form .inp1,.h_form .inp2,.h_form .inp3 {height:54px;}
.h_form .inp1>div {width:100%;height:100%;}
.h_form input {width:100%;height:100%;padding:0px 10px;}
.h_form .drop-btn input {padding-right:30px;}
.h_form input,.h_form textarea {font-size:16px;color:#333;background-color:#f5f5f5;}
.h_form input::placeholder,.h_form textarea::placeholder {color:#999999;}
.h_form .inpbox2 {width:100%;background-color:#f5f5f5;}
.h_form .inpbox2 textarea {width:100%;height:112px;padding:12px 10px;resize:none;}
.h_form .inp1,.h_form .inpbox2 {margin-bottom:23px;}
.h_form .inpbox3 {display:flex;justify-content:space-between;}
.h_form .inpbox3 .inp2 {width:35%;}
.h_form .inpbox3 .codebox {width:25%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#f3fbfe;}
.h_form .inpbox3 .inp3 {width:35%;}
.h_form .inp3 input {background-color:#c5ae50;font-size:18px;color:#ffffff !important;display:flex;align-items:center;justify-content:center;cursor:pointer;text-transform:uppercase;}
.h_form .inp3 input:hover {background-color:#000;}
.h_form .must {position:relative;}
.h_form .must::after {content:"*";color:#c5ae50;left:-12px;top:15px;position:absolute;}
.h_form .btnbox {display:flex;}
.h_form .s_title {font-family:Montserrat-Bold;font-size:16px;color:#c5ae50;margin-bottom:2px;}
.h_form .rn_title46 {color:#333333;}
.h_form .titlebox {display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px;padding-right:15px;}
.h_form .btnbox {display:flex;}
.h_form .btnbox i {width:44px;height:44px;background-color:#ffffff;display:flex;align-items:center;justify-content:center;border:solid 2px #c5ae50;border-radius:50px;margin-left:13px;cursor:pointer;color:#c5ae50;font-weight:bold;}
.h_form .btnbox i:hover {background-color:#c5ae50;color:#fff;}
.h_form .btnbox i:hover img {filter:brightness(100);}
.h_form .swiper-slide .imgbox {margin-bottom:25px;}
.h_form .swiper-slide .imgbox:last-child {margin-bottom:0;}
@media(max-width:1600px) {.h_form .r_box {width:55%;padding-top:0px;}
.h_form2,.h_form3,.h_form4 {padding:50px 0px 0px;}
.h_form .titlebox {padding-right:0;}
;}
@media(max-width:1333px) {.h_form .l_box .content {margin-bottom:18px;}
.h_form .titlebox {margin-bottom:15px;}
.h_form .partner_swiper .imgbox {margin-bottom:10px;}
.h_form .inp1,.h_form .inpbox2 {margin-bottom:15px;}
.h_form .must::after {left:-8px;top:15px;}
;}
@media(max-width:999px) {.h_form .r_box .content {margin-bottom:18px;}
.h_form .inp1,.h_form .inp2,.h_form .inp3 {height:48px;}
.h_form2,.h_form3,.h_form4 {padding:40px 0px 0px;}
;}
@media(max-width:768px) {.h_form .safe {flex-direction:column;}
.h_form .l_box {width:100%;margin-bottom:18px;}
.h_form .rn_title36 {margin-bottom:10px;}
.h_form .l_box .content {margin-bottom:15px;font-size:14px;}
.h_form .r_box {width:100%;padding-top:0px;}
.h_form .r_box .content {margin-bottom:10px;font-size:14px;}
.h_form .s_title {font-size:16px;margin-bottom:10px;}
.h_form .btnbox i {width:40px;height:40px;border-radius:50px;margin-left:10px;}
.h_form input,.h_form textarea {font-size:14px;}
;}
@media(max-width:570px) {.h_form .inp3 input {font-size:14px;}
.h_form2,.h_form3,.h_form4 {padding:30px 0px 0px;}
;}
@media(max-width:450px) {.h_form .inpbox1 {flex-direction:column;}
.h_form .inp1 {width:100%;background-color:#ffffff;}
.h_form .inpbox3 {flex-wrap:wrap;}
.h_form .inpbox3 .inp3 {width:100%;}
.h_form .inpbox3 .inp2 {width:49%;}
.h_form .inpbox3 .codebox {width:30%;}
.h_form .inpbox3 .inp2 {width:49%;margin-bottom:15px;}
.h_form .inpbox3 .codebox {margin-bottom:15px;}
;}

.inpartner{overflow: hidden;}
.inpartner ul{}
.inpartner li{width: 23%; margin-right: 2%; margin-bottom: 2%; float: left;}
.inpartner li img{width: 100%; display: block}


.home-news {padding:3% 0px; background: #f5f5f5;}
.home-news .innews {padding:0% 0px 0;}
.home-news .newslist {display:flex;align-items:center; margin-right:-2%;}
.home-news .newslist .newsitem {overflow:hidden;margin-right:2%;width:23%;border-radius:3px;transition:all .2s ease;transform:translateY(0);}
.home-news .newslist .newsitem .img {position:relative;display:block;width:100%;border:1px solid #EDEDED;}
.home-news .newslist .newsitem .img img{width: 100%; display: block;}
.home-news .newslist .newsitem .img::before {position:absolute;top:0px;left:0px;display:inline-block;width:100%;height:100%;background-color:rgba(0,0,0,0);content:"";transition:all .2s ease;}
.home-news .newslist .newsitem .info {position:relative;border:1px solid #EDEDED;border-top:none;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:#FFFFFF;}
.home-news .newslist .newsitem .info .inter {position:relative;display:flex;box-sizing:border-box;padding:5px 10px;background-color:#fafafb;align-items:center;justify-content:flex-end; box-sizing: border-box;}
.home-news .newslist .newsitem .info .inter .date {position:absolute;bottom:0px;left:0px;display:flex;width:62px;height:62px;background-color:#65451e;color:#FFFFFF;align-items:center;justify-content:center;flex-direction:column;}
.home-news .newslist .newsitem .info .inter .date .day {font-weight:500;font-size:22px;line-height:1;}
.home-news .newslist .newsitem .info .inter .date::before {position:absolute;top:-11px;right:-11px;border:11px solid transparent;border-bottom:11px solid #65451e;content:"";opacity:.8;}
.home-news .newslist .newsitem .info .inter .btn {display:inline-flex;height:40px;border-radius:3px;transition:all .2s ease;align-items:center;justify-content:center;color:var(--introcolor);}
.home-news .newslist .newsitem .info .text {padding:15px;}
.home-news .newslist .newsitem .info .text p {display:-webkit-box;overflow:hidden;color:#555;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.home-news .newslist .newsitem .info .title {display:-webkit-box;overflow:hidden;margin-bottom:5px;font-weight:500;font-size:18px;transition:all .2s ease;-webkit-box-orient:vertical;-webkit-line-clamp:1; color: #333;}
.home-news .newslist .newsitem:hover {transform:translateY(-8px);}
.home-news .newslist .newsitem:hover .img::before {background-color:rgba(0,0,0,.5);}
.home-news .newslist .newsitem:hover .info .inter .btn {color:#65451e;}
.home-news .newslist .newsitem:hover .info .title {color:#65451e;}
.lazy-loads {position:absolute;top:50%;left:50%;width:20px;height:20px;border:2px solid #65451e;border-radius:50%;transform:translate(-50%,-50%);border-top-color:transparent;border-bottom-color:transparent;animation:arrow-circle infinite .75s linear;}
.lazy-wraps {position:relative;display:block;display:flex;align-items:center;justify-content:center;}
.lazy-wraps::after {display:block;padding-bottom:50%;content:"";}
.lazy-wraps.lazy-loaded .lazy-loads {display:none;-webkit-animation:none;animation:none;}
.lazy-wraps.lazy-loaded::after {padding-bottom:0px;}
.lazy-loads:after,.lazy-loads:before {position:absolute;top:14px;left:-1px;border-top:3px solid #65451e;border-right:3px solid transparent;border-left:3px solid transparent;content:"";transform:rotate(-30deg);}
.lazy-loads:after {top:-1px;left:10px;transform:rotate(150deg);}

img.lazy,img.tst {transition:opacity .6s,transform .3s ease;}
img.loaded {opacity:1;}

@keyframes arrow-circle {0% {transform:translate(-50%,-50%) rotate(360deg);}
100% {transform:translate(-50%,-50%) rotate(0);}
;}



.sy_bt{text-align: center;}
.sy_bt .ml1{font-size: 48px;line-height: 1;text-transform: uppercase;color: rgba(0, 0, 0, 0.1);margin-bottom: 5px;}
.sy_bt .ml2 span{font-size: 48px;line-height: 1;color: #65451e;font-weight: bold;background-image: linear-gradient(to right,#65451e,#acce22 100%);-webkit-text-stroke-color: #fff;-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;position: relative;}
.sy_bt .ml2 span:before,.sy_bt .ml2 span:after{content: "";position: absolute;top: 50%;margin-top: -5px;background: url('../img/sy_bt_l.png') center center / cover no-repeat;width: 81px;height: 10px;}
.sy_bt .ml2 span:before{left: -100px;}
.sy_bt .ml2 span:after{right: -100px;background: url('../img/sy_bt_r.png') center center / cover no-repeat;}
.sy_bt.left{text-align: left;}
.sy_bt.left .ml2 span:before,.sy_bt.left .ml2 span:after{display: none;}

.sy_gy_bg{position: relative;background: #fff;}
.sy_gy{display: flex;align-items: center;align-content: center;justify-content: space-between;flex-direction: row-reverse;position: relative;z-index: 1;}
.sy_gy .txt{width: 50%;}
.sy_gy .ms{margin-top: 30px;font-size: 16px;line-height: 2;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;}
.sy_gy .gd{display: flex;margin-top: 40px;}
.sy_gy .img{width: 46%;overflow: hidden;border-radius:20px;position: relative;}
.sy_gy .img img{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.sy_gy .img:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.canvaspart{position: absolute;left: 0;right: 0;bottom: 0;opacity: 0.1;}
.canvaspart .canvas{width:100%;overflow:hidden;height:580px;}
.canvaspart .canvas canvas{width: 100%;height: 600px !important;}

.sy_cp_bg{background:#f5f7f9;}
.sy_cp_bg .gd{display: flex;justify-content: center;margin-top: 50px;}
.sy_cp{margin-top: 60px;padding-bottom: 10px;}
.sy_cp ul{/*display: flex;flex-wrap: wrap;*/}
.sy_cp ul li{/*width: 23.5%;margin: 0 2% 2% 0;*/background: #65451e;padding: 20px;border-radius: 10px;overflow: hidden;-webkit-transition:background 0.5s;transition:background 0.5s;}
/*.sy_cp ul li:nth-child(4n){margin-right: 0;}*/
.sy_cp ul li .img{border-radius: 10px 10px 0 0;overflow: hidden;}
.sy_cp ul li .img img{display: block;width: 100%;height: 100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.sy_cp ul li:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.sy_cp ul li .txt{padding-top: 20px;}
.sy_cp ul li .txt .ml1{font-size: 18px;color: #fff;line-height: 1.4;}
.sy_cp ul li .txt .ml2{font-size: 14px;line-height: 1.6;color: #fff;margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.sy_cp ul li:hover{background: #acce22;}

.sy_yf_bg{}
.sy_yf{}
.sy_yf .lb{margin-top: 60px;}
.sy_yf .lb ul{display: flex;}
.sy_yf .lb ul li{width: 32%;margin-right: 2%;padding:60px 30px;border-radius: 10px;text-align: center;background: #f5f7f9;-webkit-transition:0.5s;transition:0.5s;}
.sy_yf .lb ul li:last-child{margin-right: 0;}
.sy_yf .lb ul li .ml1{font-size: 66px;line-height: 1;color: #65451e;}
.sy_yf .lb ul li .ml2{font-size: 24px;line-height: 1.6;color: #333;margin-top: 20px;}
.sy_yf .lb ul li .ml3{font-size: 14px;line-height: 1.6;color: #666;margin-top: 10px;}

.foot_bg{padding-top: 60px;background:#fff;position: relative;}
.foot_bg:before{content: "";position: absolute;left: 0;top: 0;right: 0;height: 5px;background-image: linear-gradient(to right,#65451e,#acce22 25%,#65451e 50%,#acce22 75%,#65451e 100%);}
.foot1{display: flex;justify-content: space-between;padding-bottom: 50px;}
.foot_dh{}
.foot_dh ul{}
.foot_dh ul .bt{padding-bottom: 10px;width: 100%;}
.foot_dh ul .bt a{font-size: 18px;line-height: 30px;color: #333;font-weight: bold;-webkit-transition:0.5s;transition:0.5s;}
.foot_dh ul .bt a:hover{color: #65451e;text-decoration: underline;}
.foot_dh ul li a{font-size: 14px;line-height: 1.6;padding: 5px 0;color: #666;-webkit-transition:0.5s;transition:0.5s;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.foot_dh ul li a:hover{color: #65451e;text-decoration: underline;}
.foot_lx{width: 30%;}
.foot_lx .ml1{font-size: 18px;line-height: 30px;font-weight: bold;color: #333;}
.foot_lx .ml3{font-size: 14px;line-height: 24px;color: #666;margin-top: 10px;}
.foot_lx .ml3 p{display: flex;padding: 5px 0;}
.foot_lx .ml3 p i{font-size: 24px;padding-right: 5px;color: #65451e;}
.foot_gz{width: 36%;}
.foot_gz .ml4{}
.foot_gz .ml4 img{display: block;height: 50px;}
.foot_gz .ml4ms{font-size: 14px;line-height: 24px;color: #666;margin-top: 15px;}
.foot_lx .ml5{margin-top: 10px;}
.foot_lx .ml5 ul{display: flex;}
.foot_lx .ml5 ul li{margin-right: 15px;position: relative;}
.foot_lx .ml5 ul li a{display: block;font-size: 26px;line-height:42px;color: #666;text-align: center;-webkit-transition:0.5s;transition:0.5s;}
.foot_gz .ml6{margin-top: 20px;}
.foot_gz .ml6 form{position: relative;}
.foot_gz .ml6 form input{display: block;width: 100%;height: 46px;line-height: 44px;padding: 0 70px 0 20px;font-size: 14px;color: #333;background: #f5f7f9;}
.foot_gz .ml6 form input::-webkit-input-placeholder{color: #666;}
.foot_gz .ml6 form input:-moz-placeholder{color: #666;}
.foot_gz .ml6 form input::-moz-placeholder{color: #666;}
.foot_gz .ml6 form input:-ms-input-placeholder{color: #666;}
.foot_gz .ml6 form a{position: absolute;right: 0;top: 0;width: 70px;height: 46px;background:#65451e;font-size: 28px;display: flex;align-items: center;align-content: center;justify-content: center;color: #fff;}
.bqsy{font-size: 14px;line-height: 24px;padding: 20px 0;text-align: center;color: #666;border-top: 1px solid #eee;}
.bqsy a{color: #65451e;}

.kefu_bg{position: fixed;right: 0px;top:50%;z-index: 9;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);width: 0px;overflow: hidden;}
.kefu{margin-left: 50px;}
.kefu ul{}
.kefu ul li{height: 36px;width: 36px;text-align: center;border-radius: 50%;overflow: hidden;margin-bottom: 5px;position: relative;background: #000;}
.kefu ul li a{height: 100%;display: flex;flex-direction: column;justify-content: center;text-align: center;}
.kefu ul li i{color: #fff;font-size: 18px;line-height: 20px;-webkit-transition:0.5s;transition:0.5s;}
.kefu ul li:nth-child(1){-webkit-animation: xuanzhuan 10s linear 0s infinite normal;animation: xuanzhuan 10s linear 0s infinite normal;}
.kefu ul li.gotop a{background: #999;}
@-webkit-keyframes xuanzhuan{0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@keyframes xuanzhuan{0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}}



.i-bana,.n-absc ul,.n-abtab ul,.n-abta,.n-acb ul,.n-coj ul,.n-csx ul,.n-news ul,.n-proa,.n-prs,.n-prsa ul,.n-prxa,.n-prt,.n-prtt ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-o-flex;display:-ms-flexbox;display:flex;}
.i-ban{position: relative;}
.i-ban img{width: 100%; display: block;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:10s;transition:10s;}
.i-bana{position: absolute;top: 0;left: 0;width:100%;height: 100%;z-index: 1;align-items: center;justify-content: center;font-size:32px;color:#fff;text-transform:uppercase;background:rgb(0 0 0 / 14%); line-height: 40px;}
.i-bana span{display:block;width:50px;height:5px;background:#fff;margin:10px auto 0;}

.ny_about{ padding: 3% 0; overflow: hidden;}
.ny_about .pd95{display: flex;justify-content: space-between;}
.ny_about .img{width:50%;overflow: hidden;position: relative;}
.ny_about .img img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
/* .ny_about .img img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.ny_about .img:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);} */
.ny_about .img .tb{position: absolute;left: 50%;top: 50%;width: 80px;height:80px;margin: -40px 0 0 -40px;font-size: 60px;line-height: 80px;color: #003f97;z-index: 1;text-align: center;cursor: pointer;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}
.ny_about .img .tb span{position: absolute;top: 50%;left: 50%;-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);width: 80px;height:80px;display: block;border: 1px dashed #003f97;-webkit-border-radius: 100%;border-radius: 100%;}
.ny_about .img .tb .cirI01{-webkit-animation: jing_max 2.4s linear 0s infinite normal both;animation: jing_max 2.4s linear 0s infinite normal both;}
.ny_about .img .tb .cirI02{-webkit-animation: jing_max 2.4s linear 0.6s infinite normal both;animation: jing_max 2.4s linear 0.6s infinite normal both;}
.ny_about .img .tb .cirI03{-webkit-animation: jing_max 2.4s linear 1.5s infinite normal both;animation: jing_max 2.4s linear 1.5s infinite normal both;}
.ny_about .img .tb:hover{-webkit-animation-name:pulse;animation-name:pulse;}
.ny_about .iiimg{width: 40%; margin-right: 3%; float: left;}
.ny_about .iiimg img{width: 100%; display: block;}
.ny_about .txt{overflow: hidden;}
.ny_about .txt .ml1{font-size:30px;line-height:30px;color: #333;font-weight: bold;}
.ny_about .txt .ml1:after{content: "";display: block;width: 40px;height: 4px;background: #003f97;margin-top:10px;}
.ny_about .txt .ml2{font-size:0.16rem;color: #666;line-height:0.3rem;}
.ny_about.ny_fzlc{margin-top:80px;}
.ny_about.ny_fzlc .txt{width:100%;}

.nyaboutbig{padding: 3% 0 ;  overflow: hidden; }
.pro-left{ width: 20.3%; margin-right: 2.3%; overflow: hidden; float: left;}
.pro-left .kk{background: #f9f9f9; border: 1px solid #e5e5e5; margin-bottom: 3%;}
.pro-left .tops{ text-align: center; background: #65451e;; height: auto; padding:5% 0;}
.pro-left .tops i{font-size: 24px;color: #fff;font-style: normal;}
.pro-left .sideMenu h6 a{ display: block; height: auto; line-height: 64px; padding: 0 40px 0 35px; font-size: 20px; color: #fff; box-sizing: border-box;}
.pro-left .sideMenu ul li a{ position: relative; display: block; height: auto; line-height:55px; background: #f9f9f9; font-size:15px; color: #333; padding-left: 5%; border-bottom: 1px solid #eee; box-sizing: border-box;}
.pro-left .sideMenu ul li a:hover{ color: #65451e;}
.pro-left .sideMenu ul li a.hover{ color: #65451e; font-weight: 600;}
.pro-left .sideMenu ul li a.hover:before{ top: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul li a.hover:after{ bottom: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul li a:before{ content: ""; left: 0; top: 50%; width: 2px; height: 1px; position: absolute; background: #65451e;; visibility: hidden;}
.pro-left .sideMenu ul li a:hover:before{ top: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul li a:after{ content: ""; left: 0; bottom: 50%; height: 1px; width: 2px; position: absolute; background: #65451e;; visibility: hidden;}
.pro-left .sideMenu ul li a:hover:after{ bottom: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul dl{ padding: 1% 0 0 7%;}
.pro-left .sideMenu ul dl:last-child{ padding-bottom: 1%; margin-bottom: 0; border-bottom: 1px solid #e5e5e5;}
.pro-left .sideMenu ul dl a{ font-size: 14px; color: #333; line-height:30px; border-bottom:none}
.pro-left .sideMenu ul dl a:hover{ color: #65451e;;}
.pro-left .sideMenu ul li a:hover:after, .pro-left .sideMenu ul li a:hover:before{display: none;}
.pro-left .phone{ padding: 30px 0 35px; height: 120px;}
.pro-left .sideMenu ul ol{display: none;}

.leftxw{margin-top: 10px;}
.leftxw .bt2{font-size:24px;color: #fff;background: #65451e; padding:5% 0;text-align: center;}
.leftxw dl{border: 1px solid #eee;padding: 0 20px;}
.leftxw dl dd{border-bottom: 1px dashed #eee;}
.leftxw dl dd a{display: block;font-size: 14px;line-height: 24px;color: #666;padding: 10px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;}
.leftxw dl dd a:hover{color: #65451e;}

.ablxpne{overflow: hidden;padding:8%;background-color: #65451e; box-sizing: border-box; margin-top:10%; text-align: center; }
.ablxpne p{font-size:22px;color: #fff; text-align: center; font-weight: 600; line-height: 50px; position: relative;}
.ablxpne p:after{width:32px;height: 2px;background: #fff;position: absolute;top:50%;left:8%;content: '';transform: translateY(-18%);}
.ablxpne p:before{width:32px;height: 2px;background: #fff;position: absolute;top:50%;right:8%;content: '';transform: translateY(-18%);}
.ablxpne b{font-size: 18px;color: #fff; text-align: center; font-weight: 600;}
.ablxpne .but_more{background: #fff; border-radius: 30px; padding: 8px; box-sizing: border-box; width: 100px; margin:20px auto 0}
.ablxpne:hover .but_more{background: #333; color: #fff;}
.ablxpne:hover .but_more a{color: #fff;}

.ny_right{ width:76%; float: right;}
.proWrap-head{width: 100%;justify-content: space-between;align-items: center;position: relative;}
.proWrap-head::after{content: "";position: absolute;width: 100%;height: 1px;background: #eee;left: 0;bottom: 0;}
.proWrap-head .name{height:56px;display: flex;align-items: center;position: relative;z-index: 2; color: #000;}
.proWrap-head .name::after{content: "";position: absolute;width: 46px;height: 2px;background: #65451e;left: 0;bottom: 0;}
.flex {display: flex;flex-wrap: wrap;}
.font30{font-size: 30px;}
.sonPlace{display: flex;align-items: center;}
.sonPlace a{font-size: 15px;color: #777;transition: color .4s ease;margin-left: 26px;position: relative;}
.sonPlace a::after{content: ">";position: absolute;top: 0;font-weight: 700;font-size: 15px;color: #777;right: -17px;pointer-events: none;}
.sonPlace a:hover{color: #65451e;}
.sonPlace a:last-child::after{display: none;}
.sonPlace a:first-child{margin-left: 0;font-size: 0;width: 17px;background: url('../img/home.png') no-repeat center top 3px;}
.sonPlace a:first-child:hover{background-image: url('../img/homeH.png');}

.home-products{padding:4% 0;}
.home-products .pro-list{display:flex;flex-wrap:wrap; margin-right: -2%;}
.home-products .pro-list li{width:23%;margin-right:2%;border-radius:6px;overflow:hidden;background-color:#fff;border:1px solid #e8e8e8;transition:all .2s linear; margin-bottom: 2%;}
.home-products .pro-list li .img{overflow:hidden;position:relative}
.home-products .pro-list li .img img{width:100%;transition:all .2s linear;display: block; overflow: hidden;}
.home-products .pro-list li .icon-hottitle{position:absolute;left:14px;top:14px;line-height:1;color:#65451e;font-size:24px;z-index:4;width:46px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:3px;background-color:#65451e}
.home-products .pro-list li .icon-hottitle::before{display:none}
.home-products .pro-list li .icon-hottitle::after{content:"Hot";color:#fff;font-size:14px;line-height:1;font-weight:400}
.home-products .pro-list li .info{padding:5%;border-top:1px solid #e8e8e8; box-sizing: border-box;}
.home-products .pro-list li .info .title{font-size:18px;font-weight:500;transition:all .2s linear; color: #333; line-height: 32px;}
.home-products .pro-list li .info .txt{color:#666;font-size:15px; line-height:24px;}
.home-products .pro-list li:hover{border-color:#65451e }
.home-products .pro-list li:hover .img img{transform:scale(1.03)}
.home-products .pro-list li:hover .info .title{color:#65451e}
.line2 {display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.line3 {display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}


img:not([src]) {visibility:hidden;position:absolute;}
.lazy-load {position:absolute;left:50%;top:50%;width:30px;height:30px;transform:translate(-50%,-50%);border:2px solid #000;border-top-color:rgba(0,0,0,.2);border-right-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.2);border-radius:100%;animation:circle infinite 1s linear;}
@keyframes circle {0% {transform:translate(-50%,-50%) rotate(0);}
100% {transform:translate(-50%,-50%) rotate(360deg);}
;}
.lazy-wrap {display:block;position:relative;overflow:hidden;}
.lazy-wrap::after {content:"";display:block;padding-bottom:50%;}
.lazy-wrap.lazy-loaded .lazy-load {-webkit-animation:none;animation:none;display:none;}
.lazy-wrap.lazy-loaded::after {padding-bottom:0;}
img {vertical-align:bottom;max-width:100%;height:auto;}

.productss{overflow: hidden; width: 100%; margin-top: 3%;}
.promore_l img{max-width: none !important;}
.promore_l{width:47%;float:left;}

/*ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block; width: 90%;}
.jqzoom img{width:99.8%; border:1px solid #d6d6d6; background:#fff}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}


/*ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â§Ãƒâ€¹Ã¢â‚¬ ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨*/
.spec-preview{width:100%; height:100%;}
.spec-scroll{clear:both;margin-top:10px;width:100%; float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block; width:32px; height:32px; cursor:pointer; margin-top:7px;}
.spec-scroll .items{float:left;position:relative;width:80%; height:60px; overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:80px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6; padding:2px;width:60px;}
.spec-scroll .items ul li img:hover{border:2px solid #65451e ; padding:1px;}

.pros_right{width:50%; float:right; overflow:hidden;}
.pros_right_top{overflow:hidden; border-bottom:2px solid #e6e6e6;}
.pros_right_top .pbt{overflow:hidden; font-size:20px; color:#65451e ; padding-bottom:10px; line-height:30px;}
.proleft{width:100%;font-size:14px; line-height:25px; margin-top:2%;}
.proleft p{font-size:14px; line-height:25px; }


.procolor{ margin-top:20px;}
.procolor_bt{font-weight: 600; font-size: 16px; color: #333;border-bottom: 1px dashed #e6e6e6; padding-bottom: 10px;}
.procolor ul{}
.procolor li{border: 1px solid #ccc; margin:2% 1% 0 0; display: inline-block; width:35px; height: 35px}
.color_witer{background: #fff}
.color_red{background: #ff0000}
.color_yellow{background: #fff600}
.color_blue{background: #02028f}
.color_pink{background: #ff3be6}
.color_black{background:#000}
.color_green{background: #049915}

.pc-cx-tel-1{width: 100%;height: auto;border-top: 2px solid #e6e6e6;padding-top: 2%;overflow:hidden;margin-top:4%;}
.pc-cx-tel-1-t1{width: 28%;height: auto;background: #333;font-size: 18px;line-height: 44px;text-align: center;float: right;margin-top: 15px;}
.pc-cx-tel-1-t1 a{display: block;color: #fff;}
.pc-cx-tel-1-t2{height: auto;padding-left: 70px;background: url(../img/head-c-r1.png) no-repeat 0px center;font-size:20px;color: #454545;float:left;line-height:30px;}
.pc-cx-tel-1-t2 p{line-height: 24px;font-size: 18px}
.pbtn{margin-top:10px;overflow:hidden;}
.pbtn a{width:40%;height:50px;line-height:50px;float:left;text-align:center;margin-right:3%; background: #65451e;
    color: #fff; font-size:18px}
.pbtn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;line-height:1;top:0px;}
.pbtn i img{width:20px; vertical-align: middle;}
.pbtn a:hover{background:#ff963a;color:#fff;}
/* .pbtn a:nth-child(2){width:50%; background:#ff963a;} */

.wl2{overflow: hidden; width: 45%; margin-top: 3%;}
.wl2 a{font-size:24px;line-height: 50px;color: #65451e;padding: 0 3%; background: none; width: auto;}

.tabs-basic{width:100%; margin-top:30px; float:left;}
/* The tabs */
.tabs-basic ul{list-style:none; text-align:left; margin:0; padding:0; border-bottom:1px solid #e6e6e6;}
.tabs-basic ul li{display:inline-block; margin-bottom:-1px; font-size:16px; text-transform:uppercase;}
.tabs-basic a{display:block; text-decoration:none; background:#eee; border:1px solid transparent; padding:10px 40px; color: #333}
.tabs-basic .tab-active{border-bottom:2px solid #65451e ; color:#fff; background:#65451e ;}
/* The content */

.tabs-basic .tabs-content-placeholder{overflow:hidden; margin:auto; background:#fff; padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block; line-height:30px; font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6; line-height:24px; text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px; text-align:left; margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%; clear: both; display: block;}
.tabs-basic table{border-collapse:collapse; border: 1px #e6e6e6 solid !important; width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important; padding-left:12px !important; word-wrap:break-word; word-break:break-all; border:1px #e6e6e6 solid !important; line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}

.hot_pro2{width:100%;float:left; margin-top:3%;}
.hot_pro2_tit{width:100%; height:45px; background:#f1f1f1; color:#65451e ; line-height:45px; font-size:16px; padding:0 20px; font-weight:bold; border:1px solid #d6d6d6; box-sizing: border-box;}

.scrollleft2{width:100%; float:left; margin-top:20px;}
.scrollleft2 ul{margin-right: -2%}
.scrollleft2 li{width:200px; float:left; margin-right:20px; overflow:hidden;}
.scrollleft2 li img{width:99%; display:block; border:1px solid #e6e6e6; }
.scrollleft2 li img:hover{border:1px solid #fff ;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block; width:100%; line-height:30px; margin-top:10px; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;}


.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#65451e;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}
.PreveNext{border-top:1px #DEDEDE solid;margin:0px auto;width:100%;height:70px;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left; font-size: 15px;}


.bread{width:100%;border-bottom:1px solid #DEDEDE;background:#f5f5f5; padding: 0.5% 0;}
.bread .w1480{height:100%;display:flex;align-items:center;justify-content:space-between}
.breadL{display:flex;align-items:center}
.breadL a{width:200px;line-height:40px;border-radius:24px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:16px;color:#333333;margin-right:1%;transition:all .3s} 
.breadL a.active,.breadL a:hover{background:#65451e;color:#FFFFFF}
.breadR{display:flex;align-items:center}
.breadR a{display:flex;align-items:center;justify-content:center;font-weight:400;font-size:14px;color:#6B6B6B;margin-right:25px;position:relative;transition:all .3s}
.breadR a::after{content:'-';position:absolute;top:50%;transform:translateY(-50%);right:-15px}
.breadR a img{width:18px;height:18px;margin-right:8px}
.breadR a:hover{color:#65451e}
.breadR a:last-child{margin-right:0;
/*width: 4.2rem;*/
    display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;
    justify-content: left;
}
.breadR a:last-child::after{display:none}

.news-list {position:relative;}
.news-list .list1 {display:flex;justify-content:space-between;flex-wrap:wrap;}
.news-list .list1 li {position:relative;margin-bottom:2em;width:31%;}
.prodetails-sidear {width:22.5%;}
.prodetails-sidear .pr-sidebar-search {display:flex;overflow:hidden;margin-bottom:20px;padding:15px;width:100%;background-color:#F9F9F9;border-radius:3px;}
.news-list li .info {position:relative;border-top:none;border-radius:3px;}
/* .news-list .list0 li .info {border-top:1px solid #EDEDED;} */
.news-list li .info .inter {position:relative;display:flex;box-sizing:border-box;padding:0px 10px;background-color:#fafafb;align-items:center;justify-content:flex-end; box-sizing: border-box;}
.news-list li .info .date::before {position:absolute;top:-11px;right:-10px;border:11px solid transparent;border-bottom:11px solid #65451e;content:"";opacity:.8;}
.news-list li .info .date {position:absolute;bottom:-1px;left:-1px;display:flex;width:50px;height:52px;background-color:#65451e;color:#FFFFFF;align-items:center;justify-content:center;flex-direction:column;}
.news-list .list0 li .info .date {left:0px;}
.news-list li .info .date .day {font-weight:500;font-size:20px;line-height:1;}
.news-list li .info .inter .btn {display:inline-flex;height:40px;border-radius:3px;transition:all .2s ease;align-items:center;justify-content:center; font-size: 14px;}
.news-list li .info .text {padding:15px; box-sizing: border-box;}
.news-list li .info .text .title {display:-webkit-box;overflow:hidden;margin-bottom:10px;color:#000;font-weight:600;font-size:18px;transition:all .2s ease;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-list li .info .text p {display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;color:#555; font-size: 15px; line-height: 26px;}
.news-list li .img {display:block;width:100%; }
.news-list li .img img {display:block;width:100%;height:100%;object-fit:contain;}
.news-list li .img::before {position:absolute;top:0px;left:0px;display:inline-block;width:100%;height:100%;background-color:rgba(0,0,0,0);content:"";transition:all .2s ease;}
.news-list li:hover .img::before {background-color:rgba(0,0,0,.5);}
.news-list li:hover .btn {color:#65451e;}
.news-list li:hover .info .title {color:#65451e;}
.newscontent-title {color:var(--fontcolor);font-size:26px;line-height:1.4;}
.news-list .list0{margin-right: -2%;}
.news-list .list0 li {position:relative;margin-bottom:2%;width:23%; float: left; margin-right: 2%; border:1px solid #EDEDED;}
.list0 li .info {margin-left:-1px;border-left:none;}
/* .list0 li .img {width:25%;} */
.lazy-load{position:absolute;left:50%;top:50%;width:30px;height:30px;transform:translate(-50%,-50%);border:2px solid #000;border-top-color:rgba(0,0,0,.2);border-right-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.2);border-radius:100%;animation:circle infinite 1s linear}
@keyframes circle{0%{transform:translate(-50%,-50%) rotate(0)}
100%{transform:translate(-50%,-50%) rotate(360deg)}
}
.lazy-wrap{display:block;position:relative;overflow:hidden}
.lazy-wrap::after{content:"";display:block;padding-bottom:50%}
.lazy-wrap.lazy-loaded .lazy-load{-webkit-animation:none;animation:none;display:none}
.lazy-wrap.lazy-loaded::after{padding-bottom:0}


.about_x2.bgs2{overflow:hidden;}
.about_x2.bgs2.bgs3 .con_id{ padding-top:0;}
.about_x2.bgs2 .show_t{ text-align:center;line-height:32px; font-size:28px; color:#222;margin-bottom:16px; margin-top:12px; font-weight:400;}
.about_x2.bgs2 .con_line{ text-align:center; line-height: 35px; font-size: 15px; border-bottom: 1px solid #eee; padding-bottom: 10px;}
.about_x2.bgs2 .con_line span{ margin-left:2%; margin-right:2%;}
.about_x2.bgs2 .con_line span i{ color:#222; font-style:normal;}
.about_x2.bgs2 .con_id{ line-height:30px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:3%;font-size:15px; color:#444;text-align:left;}
.about_x2.bgs2 .con_id img{max-width: 100%; display: block; margin: auto;}
.about_x2.bgs2 .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}
.about_x2.bgs2 .con_id b{ display:block; padding-top:1%;padding-bottom:1%; overflow:hidden;}

.related-product{overflow:hidden;}
.related-product .title,.relatedTitle{background:#e7e7e7;height:auto;line-height:45px;}
.related-product .title span,.relatedTitle span{display:inline-block;color:#fff;background:#65451e;height:45px;text-align:center;font-size:16px;font-weight:bold; padding:0 1.5%;}
.relatedNews{margin:3% 0 0;overflow:hidden}
.relatedNews_font{font-size:14px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../img/ly_li.png) no-repeat left center;padding-left:10px;color:#666}
.relatedNews_font ul li a:hover{color:#65451e}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px;}


#news {}
#news #home-news {}
#news #home-news .news-list {}
#news #home-news .news-list {flex-wrap:wrap;justify-content:space-between;}
#news #home-news .news-list li {display:flex;align-items:center;background-color:#f5f6f7;}
#news #home-news .news-list li .news-item-img {width:50%; height:100%;}
#news #home-news .news-list li .news-item-cont {width:50%;padding:3%;transform:none; box-sizing:border-box;}
@media screen and (min-width:1200px){
 #news #home-news .news-list li:nth-child(2n) {flex-direction:row-reverse;}

}
#news #home-news .news-list .news-item-img {position:relative; height:100%;}
#news #home-news .news-list .news-item-img img {display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;}
#news #home-news .news-list .news-item-img .lazy-wrap::after {padding-bottom:0px;}
#news #home-news .news-list .news-item-img .news-date {display:inline-block;background-color:#FFFFFF;font-size:14px;font-weight:500;text-align:center;position:absolute;top:5%;left:4%;padding:6px 15px;border-bottom:2px solid var(--color);transition:background .3s,color .3s;}
#news #home-news .news-list .news-item-img .news-date span {font-size:0.2rem;display:block;line-height:1;margin-bottom:4px;}
#news #home-news .news-list .news-item-cont {width:90%;margin:auto;padding:5%;transform:translateY(-50%);}
#news #home-news .news-list .news-item-cont .news-item-title {font-size:0.2rem;font-weight:500;color:#000;line-height:1.4;text-transform:capitalize;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2; font-weight: 600;}
@media(min-width:901px)and (max-width:1280px) {#news #home-news .news-list .news-item-cont .news-item-title {font-size:18px;}
;}
#news #home-news .news-list .news-item-cont .news-item-des {margin:10px 0px;color:#555;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;/* -webkit-line-clamp:2; */ line-height: 26px;}
#news #home-news .news-list li:hover .news-item-img img {transform:scale(1.1);}
#news #home-news .news-list li:hover .news-item-img .news-date {background-color:var(--color);color:#FFFFFF;}
#news #home-news .news-list li:hover .news-item-title {color:#65451e;}


.ny_fl_bg{padding-top: 30px;}
.ny_fl{border-bottom: 1px solid #eee;height: 60px;}
.ny_fl ul{display: flex;justify-content: center;}
.ny_fl ul li{}
.ny_fl ul li a{display: block;position: relative;font-size: 16px;line-height: 60px;padding: 0 30px;text-align: center;color: #333;-webkit-transition:0.5s;transition:0.5s;}
.ny_fl ul li a:after{content: "";position: absolute;left: 30px;right: 30px;bottom: 0px;height: 3px;background: #65451e;-webkit-transform: scale(0, 1);transform: scale(0, 1);opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.ny_fl ul li.on a:after{-webkit-transform: scale(1, 1);transform: scale(1, 1);opacity: 1;}
.ny_fl ul li a:hover{color: #65451e;}
.ny_fl ul li.on a{color: #65451e;}

.ny_gy_bg{position: relative;}
.ny_gy{}
.ny_gy .lb{margin-top: 60px;display: flex;}
.ny_gy .txt{width: 50%;padding-left: 50px;font-size: 16px;line-height: 2;color: #333;}
.ny_gy .txt p{padding: 5px 0;}
.ny_gy .img{width: 50%;overflow: hidden;border-radius: 20px;}
.ny_gy .img img{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}

.ny_cp_bg{}
.ny_cp{}
.ny_cp ul{display: flex;flex-wrap: wrap;}
.ny_cp ul li{width: 32%;margin: 0 2% 2% 0;box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);border-radius: 20px;overflow: hidden;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li:nth-child(3n){margin-right: 0;}
.ny_cp ul li:hover{box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);-webkit-transform: translate(0, -5px);transform: translate(0, -5px);}
.ny_cp ul li .img{overflow: hidden;}
.ny_cp ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.ny_cp ul li .txt{text-align: center;padding:0 30px;position: relative;top:0;background: #fff;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li .txt2{padding:30px 0;border-top: 1px solid #eee;}
.ny_cp ul li .txt .ml1{font-size: 24px;color: #333;line-height: 1.6;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li .txt .ml1:hover{color: #65451e;}
.ny_cp ul li .txt .ml2{font-size: 14px;color: #666;line-height: 1.8;margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ny_cp ul li .txt .ml3{position: absolute;left: 0;right: 0;bottom: 0;display: flex;opacity: 0;align-items: center;align-content: center;justify-content: center;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li:hover .txt{top: -90px;}
.ny_cp ul li:hover .txt .ml3{bottom: -50px;opacity: 1;}

.pagination{width:100%; height:auto;text-align:center; font-size:0px; position:relative; overflow:hidden; margin:auto; padding-top:40px;}
.pagination a,.pagination span{display:inline-block; padding:0 20px; line-height:36px; font-size:16px; margin:0 5px;color: #666;background: #f5f7f9;-webkit-transition:0.5s;transition:0.5s;}
.pagination span.current,.pagination a:hover{color:#fff;background:#65451e;}

.ny_cp_xq1_bg{background:#f5f7f9;}
.ny_cp_xq1{display: flex;align-items: center;align-content: center;}
.ny_cp_xq1 .img{width: 48%;}
.cp_xq_qhz,.cp_xq_qhy{position: absolute;top: 50%;margin-top: -23px;z-index: 1;font-size: 18px;line-height: 46px;color: #fff;background: rgba(0, 0, 0, 0.2);cursor: pointer;width: 46px;text-align: center;border-radius: 50%;}
.cp_xq_qhz{left: 20px;}
.cp_xq_qhy{right: 20px;}
.ny_cp_xq1 .img .cp_xq_qh{overflow: hidden;background: #fff;position: relative;border-radius: 20px;}
.ny_cp_xq1 .img .cp_xq_qh ul li img{display: block;width: 100%;height: 100%;-o-object-fit: contain;-webkit-object-fit: contain;object-fit: contain;}
.ny_cp_xq1 .txt{width: 52%;padding-left: 4%;padding-top: 10px;}
.ny_cp_xq1 .txt .ms{font-size: 18px;line-height: 2;color: #333;margin-top: 30px;}
.ny_cp_xq1 .txt .ms strong{font-size: 24px;}
.ny_cp_xq1 .txt .gd{margin-top: 50px;}
.ny_cp_xq1 .txt .gd ul{display: flex;}
.ny_cp_xq1 .txt .gd ul li{display: flex;}
.ny_cp_xq1 .txt .gd ul li:nth-child(2){margin-left: 30px;}
.ny_cp_xq1 .txt .gd ul li .more_an i{font-size: 22px;margin: 0 5px 0 0;}

.ny_cpxq2{}
.cp_xq_txt{padding-top: 80px;}
.cp_xq_txt .txt{line-height:2; font-size:18px; color:#333;margin-top: 60px;}
.cp_xq_txt .txt p{padding: 5px 0;}
.cp_xq_txt .txt img{display: block;max-width: 100%;margin: auto;}
.cp_xq_txt .txt table{border: 1px solid #eee;border-width: 1px 1px 0 0;width: 100%;margin-top: 20px;margin-bottom: 20px;}
.cp_xq_txt .txt table th{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;background: #65451e;color: #fff;text-align: left;}
.cp_xq_txt .txt table td{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;}

.view-page2{padding-top:20px;border-top: 1px solid #eee;margin-top: 60px;display: flex;justify-content: space-between;}
.view-page2 .prev,.view-page2 .next{width:45%;display: flex;}
.view-page2 .next{justify-content: flex-end;}
.view-page2 a{font-size:16px;line-height:2;color: #666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;} 
.view-page2 a:hover{color:#65451e;}

.cp_ly_bg{position: fixed;inset: 0;background: rgba(0,0,0,0.8);z-index: 9;display: none;}
.cp_ly{position: absolute;inset: 0;display: flex;align-items: center;justify-content: center;padding-top:80px;}
.cp_ly .lb{background: #fff;border-radius: 5px;padding: 40px;position: relative;width: 1200px;max-width: 90%;}
.cp_ly .lb .cp_ly_gb{position:absolute; right:-12px; top:-12px;cursor:pointer;z-index:1;font-size: 16px;line-height: 44px;color: #fff;background: #65451e;border-radius: 50%;width: 50px;text-align: center;border: 3px solid #fff;font-weight: bold;}
.cp_ly .lb form{padding-top: 40px;}
.cp_ly .lb form ul{display:flex;flex-wrap:wrap;}
.cp_ly .lb form ul li{width:100%;margin-bottom: 1%;}
.cp_ly .lb form ul li:nth-child(1){width:49.5%;margin-right:1%;}
.cp_ly .lb form ul li:nth-child(2){width:49.5%;}
.cp_ly .lb form ul li:nth-child(3){width:49.5%;margin-right:1%;}
.cp_ly .lb form ul li:nth-child(4){width:49.5%;}
.cp_ly .lb form ul li:nth-child(5){width:49.5%;margin-right:1%;}
.cp_ly .lb form ul li:nth-child(6){width:49.5%;}
.cp_ly .lb form ul li input{display: block;width: 100%;border: 1px solid #eee;border-radius: 5px;padding: 0 20px;background:none;font-size: 16px;line-height: 48px;height: 50px;color: #333;}
.cp_ly .lb form ul li input::-webkit-input-placeholder{color: #666;}
.cp_ly .lb form ul li input::-moz-input-placeholder{color: #666;}
.cp_ly .lb form ul li input::-ms-input-placeholder{color: #666;}
.cp_ly .lb form ul li textarea{display: block;width: 100%;border: 1px solid #eee;border-radius: 5px;padding: 10px 20px;background:none;font-size: 16px;line-height: 30px;height: 180px;color: #333;}
.cp_ly .lb form ul li textarea::-webkit-input-placeholder{color: #666;}
.cp_ly .lb form ul li textarea::-moz-input-placeholder{color: #666;}
.cp_ly .lb form ul li textarea::-ms-input-placeholder{color: #666;}
.cp_ly .lb form ul li.button{display: flex;justify-content: center;}
.cp_ly .lb form ul li button{width: 150px;margin:0 5px;font-size: 16px;line-height: 50px;color: #fff;background: #65451e;border-radius: 5px;text-align: center;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.cp_ly .lb form ul li button:hover{background: #acce22;}
.cp_ly .lb form ul li input:focus,.cp_ly .lb form ul li textarea:focus{border: 1px solid #65451e;}



.ny_yy_bg{position: relative;}
.bgddd{background: #f5f7f9;}
.ny_yy{margin-top: 60px;overflow: hidden;}
.ny_yy ul{display: flex;flex-wrap: wrap;}
.ny_yy ul li{width: 49.5%;margin:0 1% 1% 0;overflow: hidden;position: relative;}
.ny_yy ul li:nth-child(2n){margin-right: 0;}
.ny_yy ul li .img{overflow: hidden;height:420px;}
.ny_yy ul li .img img{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.ny_yy ul li:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_yy ul li .txt{position: absolute;inset: 0;color: #fff;background: rgba(0, 0, 0, 0.5);text-align: center;display: flex;align-items: center;justify-content: center;padding: 40px;-webkit-transition:0.5s;transition:0.5s;}
.ny_yy ul li .txt2{width: 100%;}
.ny_yy ul li .txt .ml1{font-size: 66px;line-height: 1;color: #1cd8e3;-webkit-transition:0.5s;transition:0.5s;}
.ny_yy ul li .txt .ml2{font-size: 16px;line-height: 1;color: #1cd8e3;margin-top: 20px;display: flex;align-items: flex-start;align-content: flex-start;justify-content: center;-webkit-transition:0.5s;transition:0.5s;}
.ny_yy ul li .txt .ml2 span{font-size: 60px;font-weight: bold;}
.ny_yy ul li .txt .ml3{font-size: 16px;line-height: 2;margin-top: 20px;}
.ny_yy ul li .txt .ml4{display: flex;align-items: center;justify-content: center;margin-top: -60px;opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.ny_yy ul li .txt .ml4 .more_an{color: #fff;}
.ny_yy ul li .txt .ml4 .more_an:before{border: 2px solid #fff;}
.ny_yy ul li:hover .txt{background:#65451e;color: #fff;}
.ny_yy ul li:hover .txt .ml1{color: #fff;}
.ny_yy ul li:hover .txt .ml2{color: #fff;}
.ny_yy ul li:hover .txt .ml4{margin-top: 40px;opacity: 1;}

.ny_cp_dw{position: absolute;top: -80px;}

.ny_zs_bg{position: relative;}
.ny_zs{}
.ny_zs .txt{font-size: 16px;line-height: 2;color: #333;margin-top: 40px;text-align: center;padding: 0 6%;}
.ny_zs .lb{margin-top: 50px;}
.ny_zs .lb ul{display: flex;flex-wrap: wrap;}
.ny_zs .lb ul li{width: 32%;margin: 0 2% 2% 0;}
.ny_zs .lb ul li:nth-child(3n){margin-right: 0;}
.ny_zs .lb ul li .tp{border: 1px solid #e5e5e5;overflow: hidden;}
.ny_zs .lb ul li .tp img{display: block;width: 100%;}
.ny_zs .lb ul li .mc{font-size: 14px;line-height: 2;color: #333;text-align: center;padding: 10px 0;}

.ny_zs2_bg{position: relative;}
.ny_zs2{}
.ny_zs2 .txt{font-size: 16px;line-height: 2;color: #333;margin-top: 40px;text-align: center;padding: 0 6%;}
.ny_zs2 .lb{margin-top: 50px;}
.ny_zs2 .lb ul{display: grid;grid-template-areas:"A B C D E" "A B C D F";grid-template-columns: repeat(5, 1fr);gap: 20px;}
.ny_zs2 .lb ul li{}
.ny_zs2 .lb ul li:nth-child(1) {grid-area: A;}
.ny_zs2 .lb ul li:nth-child(2) {grid-area: B;}
.ny_zs2 .lb ul li:nth-child(3) {grid-area: C;}
.ny_zs2 .lb ul li:nth-child(4) {grid-area: D;}
.ny_zs2 .lb ul li:nth-child(5) {grid-area: E;}
.ny_zs2 .lb ul li:nth-child(6) {grid-area: F;margin-top: -20px;}
.ny_zs2 .lb ul li .tp{border: 1px solid #e5e5e5;overflow: hidden;height: 320px;}
.ny_zs2 .lb ul li:nth-child(5) .tp{height: 136px;}
.ny_zs2 .lb ul li:nth-child(6) .tp{height: 136px;}
.ny_zs2 .lb ul li .tp img{display:block; width:100%;height:100%;-o-object-fit: contain;-webkit-object-fit: contain;object-fit: contain;}
.ny_zs2 .lb ul li .mc{font-size: 14px;line-height: 2;color: #333;text-align: center;padding: 10px 0;}

.ny_xw_bg{padding-bottom: 80px;}
.ny_xw{}
.ny_xw ul{}
.ny_xw ul{}
.ny_xw ul li{margin-bottom:30px;overflow: hidden;background: #f5f7f9;border-radius: 10px;}
.ny_xw ul li a{display: flex;align-items: center;align-content: center;}
.ny_xw ul li .img{width: 350px;overflow: hidden;height: 230px;overflow: hidden;} 
.ny_xw ul li .img img{display: block;width: 100%;height: 100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s; transition:0.5s;}
.ny_xw ul li .img:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);}
.ny_xw ul li .txt{flex:1;overflow: hidden;width: 100%;padding:30px;position: relative;}
.ny_xw ul li .txt .ml1{font-size:24px;line-height:1.6;color:#333;font-weight: bold;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s; transition:0.5s;}
.ny_xw ul li .txt .ml3{font-size:16px;line-height:1.6;color: #666;border-top: 1px solid #eee;padding-top: 10px;margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;} 
.ny_xw ul li .txt .ml4{display: flex;align-items: center;align-content: center;justify-content:space-between;margin-top: 24px;}
.ny_xw ul li .txt .ml4 span{color: #999;}
.ny_xw ul li .txt .ml4 .more_an{font-size: 14px;line-height: 36px;}
.ny_xw ul li .txt .ml4 .more_an .more_an_bg{padding: 0px 20px;border-radius: 18px;}
.ny_xw ul li .txt .ml1:hover{color:#65451e;}

.ny_xw_xq{display: flex;justify-content: space-between;}
.ny_xw_xq_l{width: 72%;}
.ny_xw_xq_r{width: 25%;position: relative;}

.fa_xq{}
.fa_xq .bt{font-size: 30px;line-height: 1.5;color: #333;}
.fa_xq .ms{margin-top: 25px;color: #999;font-size: 16px;line-height: 24px;}
.fa_xq .ms .line{padding:0 15px; }
.fa_xq .ms span.iconfont,.fa_xq .ms i.iconfont{padding-right: 5px;}
.fa_xq .ms a{color: #999;-webkit-transition:0.5s;transition:0.5s;}
.fa_xq .ms a:hover{color: #65451e;}
.fa_xq .txt{font-size: 16px;line-height: 2;color: #666;padding-top: 25px;border-top: 1px solid #eee;margin-top: 20px;}
.fa_xq .txt table{border: 1px solid #eee;border-width: 1px 1px 0 0;width: 100%;}
.fa_xq .txt table th{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 15px 10px;background: #f5f7f9;}
.fa_xq .txt table td{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 10px;}
.fa_xq .txt img{display: block;max-width: 100%;margin: auto;}

.ny_xw_xq_xw_tj{position: sticky;top: 120px;-webkit-transition:0.5s;transition:0.5s;}
.ny_xw_xq_xw_tj .bt{font-size: 24px;line-height: 1;color: #65451e;border-bottom: 1px solid #eee;padding-bottom: 15px;}
.ny_xw_xq_xw_tj ul{}
.ny_xw_xq_xw_tj ul li{margin-top: 20px;position: relative;padding-left: 110px;height: 100px;}
.ny_xw_xq_xw_tj ul li .h3{position: absolute;left: 0;top: 0;width: 100px;height: 100px;overflow: hidden;border-radius: 20px 0 20px 0;}
.ny_xw_xq_xw_tj ul li .h3 img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.ny_xw_xq_xw_tj ul li:hover .h3 img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.ny_xw_xq_xw_tj ul li .h1{font-size: 18px;line-height: 30px;color: #333;padding-bottom: 5px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;}
.ny_xw_xq_xw_tj ul li:hover .h1{color: #65451e;}
.ny_xw_xq_xw_tj ul li .h2{font-size: 15px;line-height: 30px;color: #666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ny_xw_xq_xw_tj ul li .h4{font-size:15px; line-height:30px; color:#999;display: flex;justify-content: space-between;padding-top: 5px;}
.ny_xw_xq_xw_tj ul li .h4 span{font-size: 16px;float: left;padding-right: 5px;}

.ny_jr_txt .ms{font-size: 16px;line-height: 2;color: #333;margin-top: 30px;text-align: center;padding: 0 6%;}
.ny_jr_txt .txt{margin-top: 40px;}
.ny_jr_txt .txt img{display: block;max-width: 100%;margin: auto;}
.ny_jr_lb{}
.ny_jr_lb .lb{margin-top: 50px;}
.ny_jr_lb .lb .ny_jr_lb2{margin-bottom: 40px;}
.bt_yq{display: flex;background: #65451e;padding-right: 50px;}
.bt_yq p{width: 100%;padding: 20px 30px;font-size: 20px;line-height:1.5;color: #fff;}
.bt_yq p:nth-child(1){width: 30%;}
.bt_yq p:nth-child(2){width: 30%;}
.bt_yq p:nth-child(3){width: 20%;}
.bt_yq p:nth-child(4){width: 20%;}
.ny_jr_lb .lb .ny_jr_lb2 ul{}
.ny_jr_lb .lb .ny_jr_lb2 ul li{border-bottom: 1px solid #eee;-webkit-transition:0.5s; transition:0.5s;}
.ny_jr_lb .lb .ny_jr_lb2 ul li .ms{display: flex;padding-right: 50px;position: relative;cursor: pointer;}
.ny_jr_lb .lb .ny_jr_lb2 ul li.on{background: #f5f7f9;}
.ny_jr_lb .lb .ny_jr_lb2 ul li .ms:after{content:"\eab3";font-family: "iconfont" !important;position: absolute;right: 0;top: 0;width: 50px;height: 44px;font-size: 20px;display: flex;align-items: center;justify-content: center;color: #999;-webkit-transform: rotate(90deg);transform: rotate(90deg);-webkit-transition:0.5s; transition:0.5s;}
.ny_jr_lb .lb .ny_jr_lb2 ul li.on .ms:after{-webkit-transform: rotate(270deg);transform: rotate(270deg);}
.ny_jr_lb .lb .ny_jr_lb2 ul li .ms p{width: 100%;padding: 16px 30px;font-size: 16px;line-height: 1.6;color: #333;}
.ny_jr_lb .lb .ny_jr_lb2 ul li .ms p:nth-child(1){width: 30%;}
.ny_jr_lb .lb .ny_jr_lb2 ul li .ms p:nth-child(2){width: 30%;}
.ny_jr_lb .lb .ny_jr_lb2 ul li .ms p:nth-child(3){width: 20%;}
.ny_jr_lb .lb .ny_jr_lb2 ul li .ms p:nth-child(4){width: 20%;}
.ny_jr_lb .lb .ny_jr_lb2 ul li.on .ms p{font-weight: bold;color: #65451e;}
.ny_jr_lb .lb .ny_jr_lb2 ul li .xq{font-size: 16px;line-height: 2;color: #333;padding: 10px 30px 30px;display: none;}
.ny_jr_lb .lb .gdgw{display: flex;align-items: center;justify-content: center;padding-top: 10px;}
.ny_jr_lb .lb .gdgw .more_an i{font-size: 22px;}

.ny_lx_bg{position: relative;}
.ny_lx{display: flex;justify-content: space-between;position: relative;}
.ny_lx .txt{width: 48%;}
.ny_lx .txt .nr{font-size: 20px;line-height: 36px;color: #333;margin-top: 40px;}
.ny_lx .txt .nr ul li{display: flex;padding: 10px 0;}
.ny_lx .txt .nr ul li i,.ny_lx .txt .nr ul li em{width: 42px;font-size: 34px;line-height: 36px;color: #65451e;text-align: left;}
.ny_lx .txt .nr ul li p{flex:1;width: 100%;overflow: hidden;}
.ny_lx .txt .nr ul li p span{font-weight: bold;}
.ny_lx .txt .gz{margin-top: 15px;padding-left: 42px;}
.ny_lx .txt .gz ul{display: flex;align-items: center;align-content: center;}
.ny_lx .txt .gz ul li{margin-right: 15px;position: relative;}
.ny_lx .txt .gz ul li a span.iconfont{display: block;width: 48px;height: 48px;font-size: 28px;line-height: 48px;text-align: center;background: #65451e;color: #fff;border-radius: 50%;-webkit-transition:0.5s;transition:0.5s;}
.ny_lx .txt .gz ul li .xl{position: absolute;left:50%;bottom: 48px;margin-left:-70px; padding-bottom: 15px;display: none;}
.ny_lx .txt .gz ul li .xl:after{content: "";position: absolute;left: 50%;margin-left:-10px; bottom:-5px;border: 10px solid transparent;border-top:10px solid #fff;}
.ny_lx .txt .gz ul li .xl img{display: block;width: 140px;padding: 5px;background: #fff;border-radius: 5px;box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);}
.ny_lx .dt{width: 50%;overflow: hidden;border-radius: 10px;box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);}
.ny_lx .dt iframe{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}

.contactbox{overflow: hidden; padding-bottom: 4%;}
.contactbox ul{ margin-right: -2%;}
.contactbox li{float: left; text-align: center; border: 1px solid #ccc; width:23%; margin-right: 2%; padding:2% 0 0; box-sizing: border-box; min-height: 300px; background:#fff;}
.contactbox li .coimg{ margin-bottom: 5%;border-radius: 50%;width: 90px;height: 90px;background-color: #65451e; margin: auto;}
.contactbox li .coimg img{max-width:60%; display: inline-block; clear: both; margin: auto; line-height: 60px; padding-top: 18%;}
.contactbox li .cot1{font-size:22px;line-height: 1.25;color: #333333;font-weight: bold;text-align: center; margin-top:4%;}
.contactbox li .cot2{font-size:16px;line-height:28px;color: #666666;text-align: center; margin:4%;}

.contact_content{width: 100%; overflow: hidden;}
.contact_content #map_container{width:50%; float:right; height:470px;font-size: 15px; font-family: 'Poppins';font-weight: normal;color:#000;}

.col_feb {width: 47.5%; float:left;padding:2%; text-align: left; border: 1px solid #ccc; box-sizing: border-box;}
.co_onr {width: 100%; overflow: hidden;}
.co_onr .febt{font-size: 30px;line-height: 1.2;color:#000;margin-bottom:12px;font-weight: normal;}
.co_onr p{ font-size: 16px; line-height: 1.5; color: #333; margin-bottom:42px; overflow: hidden;}
.co_onr ul li{overflow: hidden;float: left;width: 49%; margin-bottom: 15px;}
.co_onr ul li span{display: block; font-size: 14px;color: #333; margin-bottom:5px;}
.co_onr ul li i{ display: inline-block; position: relative; width:100%; font-size: 14px; color: #666666; text-transform: uppercase;}
.co_onr ul li input{border: none;border: 1px solid #c6c3c3;width: 100%;line-height:35px;background: #fff;padding: 0 15px;border-radius: 4px; box-sizing: border-box}
.co_onr ul li.mal{ margin-left:2%;;}
.co_onr ul li.long{clear: both;width: 100%;margin-bottom: 15px;}
.co_onr ul li.long input{width: 100%;outline: none;}
.co_onr ul li.long textarea{border: none;height:90px;width: 100%;outline: none;border: 1px solid #c6c3c3;background: #fff;padding: 10px 15px; border-radius: 4px; 
  font-size: 12px; box-sizing: border-box;}
.co_onr ul li.long2{margin-bottom: 16px;}
.co_onr ul li.lst{line-height:45px;font-size: 15px;width:  100%; padding-bottom: 20px;}
.co_onr ul li.lst button{display: inline-block;float: left;width: 200px;height: 42px;line-height: 42px;color: #fff;cursor: pointer;border: none;font-size: 16px; font-family: 'Poppins';
  text-transform: capitalize;padding-right: 0;background: #65451e;  border-radius: 6px;}