/* ======= site font family ==========*/
@import url('css2.css');
:root {
  --blackc: #000000;
  --whitec: #fff;
  --bgcolor: #166fd3;
  --brcolor: #67302F;
  --paracolor: #555;
  --titlecolor: #040d18;
  --encolor: #FEBD11;
}
html, body {
  overflow-x: hidden;
}
/* defult css */
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
  color: var(--paracolor);
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: 24px;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  color: var(--titlecolor);
}
h1, h1 a {
  font-size: 30px;
}
h2, h2 a {
  font-size: 24px;
}
h3, h3 a {
  font-size: 22px;
}
h4, h4 a {
  font-size: 18px;
}
h5, h5 a {
  font-size: 16px;
}
h6, h6 a {
  font-size: 15px;
}
.btn-primary:focus, select:focus, textarea:focus, input:focus {
  box-shadow: none !important;
  border: none;
}
textarea, input {
  outline: none;
}
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
input:focus, button:focus {
  border-color: transparent;
  outline-color: transparent;
}
textarea:focus {
  border-color: transparent;
  outline-color: transparent;
}
::-moz-placeholder {
  font-size: 16px;
}
::-webkit-input-placeholder {
  font-size: 16px;
}
:-ms-input-placeholder {
  font-size: 16px;
}
::placeholder {
  font-size: 16px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  transition: .5s;
  text-decoration: none;
  color: var(--bgcolor);
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}
p.form-messege {
  margin-top: 8px;
}
a {
  text-decoration: none;
  color: var(--paracolor);
  transition: .5s;
}
a:hover {
  color: var(--bgcolor);
}
.witr_all_pd0 {
  padding: 0;
}
.xuxian_01 {
  width: 100%;
  border-bottom: 1px dashed var(--bgcolor);
  margin: 40px 0;
}
/* highlight color css */
h2 span.highlight {
  color: var(--bgcolor);
}
/*======== main menu area start ==========*/
.main_menu_area {
  transition: .5s;
  border-top: 6px solid var(--bgcolor);
  border-bottom: 1px solid #DDD;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.main_menu_area.breadcam_menu {
  background-color: var(--whitec);
}
.datait_nav_area.video_main_menu {
  background: transparent;
  margin-top: -55px;
  padding: 0 10px;
}
.datait_nav_area .video_nav ul li a {
  color: var(--whitec);
}
.datait_nav_area .video_nav ul li a i, .main_nav_icons.side_page_icon i {
  color: var(--whitec);
}
.datait_nav_area {
  width: 100%;
  background: var(--whitec);
  padding-right: 50px;
  padding-left: 50px;
}
.main_menu_area.sticky .datait_nav_area {
  background-color: transparent;
}
/* mobile menu */
.mobile_menu {
  display: none;
}
.mobile_logo_area {
  display: none;
}
.main_menu_area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background-color: rgb(0 0 0 / 70%);
}
.styky_down.sticky {
  padding-top: 55px;
}
.main_menu_area .sticky_logo {
  display: none;
}
.main_menu_area.sticky .main_logo {
  display: none;
}
.main_menu_area.sticky .sticky_logo {
  display: block;
}
.main_menu_area.sticky .inner_main_nav_area > ul > li > a {
  color: var(--whitec);
}
.main_menu_area.sticky .inner_main_nav_area > ul > li > a:hover {
  color: var(--bgcolor);
}
.main_menu_area.sticky .inner_main_nav_area > ul > li > a i {
  color: var(--whitec);
}
.main_menu_area.sticky .main_nav_btn a {
  color: var(--whitec);
}
.main_menu_area.sticky .main_nav_icons a i, .main_nav_icon_right > i {
  color: var(--whitec);
}
/* main nav area css */
.main_nav_area {
  display: flex;
  align-items: baseline;
  justify-content: end;
}
/* absolute menu css */
.absolute_menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: none;
}
.absolute_menu .main_nav_area {
  justify-content: flex-end;
}
/* landing menu css */
.landing_menu .main_nav_area {
  justify-content: end;
}
.main_menu_all_item {
  align-items: center;
}
/* inner main nav area css */
.inner_main_nav_area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.inner_main_nav_area > ul > li {
  display: inline-block;
  position: relative;
}
.inner_main_nav_area > ul > li > a {
  display: block;
  margin: 35px 12px;
  transition: .2s;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--blackc);
}
.inner_main_nav_area > ul > li > a > i {
  font-weight: 700;
  color: var(--titlecolor);
}
.inner_main_nav_area > ul > li > a:hover {
  color: var(--bgcolor);
}
/* main nav btn css */
.main_nav_btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 30px;
  border: 1px solid #dddddd;
  background: none;
  color: var(--paracolor);
}
.inner_main_nav_area ul li a.menu_nav_active {
  color: var(--bgcolor) !important;
}
.main_nav_btn a:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.absolute_menu .inner_main_nav_area > ul > li > a {
  color: var(--whitec);
}
.absolute_menu .inner_main_nav_area > ul > li > a:hover {
  color: var(--bgcolor);
}
.quearys_border {
  border-left: 3px solid var(--bgcolor);
}
/* main nav icons together */
.iteeh_right_area {
  display: flex;
  align-items: center;
}
.main_nav_icons_together {
  display: flex;
  align-items: center;
}
/* main nav icons */
.main_nav_icons > i {
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  transition: .5s;
  color: var(--titlecolor);
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 20px;
  cursor: pointer;
  font-size: 20px;
}
.main_menu_area.sticky .main_nav_icons > i {
  color: var(--whitec);
}
.main_nav_icons > i:hover {
  color: var(--whitec);
  background-color: var(--bgcolor);
}
/* nav icon popup css */
.nav_icon_popup {
  position: fixed;
  top: 104px;
  left: 0;
  background: rgb(254 189 17 / 80%);
  display: flex;
  align-items: center;
  width: 100%;
  height: 20%;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.nav_icon_popup.icon_popup {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
/* main nav icon right */
.main_nav_icon_right {
  margin-left: 22px;
}
.main_nav_icon_right > i {
  display: inline-block;
  font-size: 30px;
  border-radius: 10px;
  cursor: pointer;
  color: var(--bgcolor);
}
.inner_nav_popup_form_icons.side_page_icon button i {
  color: var(--whitec) !important;
}
.main_menu_area.sticky .main_nav_icon_right > i {
  color: var(--whitec);
}
/* main nav icon right popup */
.main_nav_icon_right_popup {
  position: fixed;
  top: 0;
  right: -110%;
  width: 400px;
  height: 100%;
  background: #fff;
  z-index: 999;
  padding: 100px 20px 30px;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.main_nav_icon_right_popup.site_popup {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.main_nav_icon_right_popup h2 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
}
/* main nav right popup close */
.m_nav_rpi_close {
  text-align: end;
  margin: -57px 0 20px;
}
.m_nav_rpi_close > i {
  display: inline-block;
  color: var(--blackc);
  font-size: 40px;
  font-weight: 400;
  cursor: pointer;
}
.m_nav_right_pp_form {
  position: relative;
}
.m_nav_right_pp_form input {
  height: 54px;
  width: 100%;
  border: 1px solid #efefef;
  outline: none;
  padding: 0 20px;
  display: block;
}
.m_nav_right_pp_form button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  padding: 13px 20px;
  outline: none;
  border: none;
  background: #ddd;
  color: var(--blackc);
  display: block;
}
.m_nav_right_pp_form button i {
  display: block;
}
/* right popup nav */
.right_popup_nav {
  padding: 65px 0 0 0;
}
.right_popup_nav img {
  width: 100%;
  height: auto;
  padding: 20px;
}
.right_popup_nav ul {
  list-style: none;
  padding-left: 0;
}
.right_popup_nav ul li {
  padding: 12px 0;
  border-bottom: 1px solid #dddddd;
}
.right_popup_nav ul li.r_nav_child_border {
  border-bottom: none;
}
.ny_right_popup_nav {
  padding: 0;
}
.ny_right_popup_nav img {
  width: 100%;
  height: auto;
  padding: 20px;
}
.ny_right_popup_nav ul {
  list-style: none;
  margin-left: 0;
}
.ny_right_popup_nav ul li {
  padding: 12px 0;
  border-bottom: 1px solid #dddddd;
}
.ny_right_popup_nav ul li.r_nav_child_border {
  border-bottom: none;
}
/* right popup address */
.right_popup_address {
  padding: 40px 0 14px;
}
.right_popup_address h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.right_popup_address p {
  width: 85%;
}
.right_popup_inner_address p {
  color: var(--brcolor);
}
.right_popup_inner_address p i {
  margin-right: 6px;
}
.right_popup_address h5 {
  background-color: var(--bgcolor);
  color: var(--whitec);
  padding: 15px 0 14px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  margin: 0;
  position: relative;
}
/* inner nav icon popup */
.inner_nav_icon_popup {
  width: 57%;
  margin: 0 auto;
  position: relative;
}
.inner_nav_icon_popup input {
  font-size: 20px;
  padding: 17px 40px 15px 25px;
  width: 100%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 30px 0px #dddddd45;
  background: var(--whitec);
  border-radius: 10px;
}
.inner_nav_icon_popup_sy {
  width: 57%;
  margin: 0 auto;
  position: relative;
}
.inner_nav_icon_popup_sy input {
  font-size: 20px;
  padding: 17px 40px 15px 25px;
  width: 100%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 30px 0px #dddddd45;
  background: var(--whitec);
  border-radius: 10px;
}
/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
  position: absolute;
  top: 28%;
  right: 20px;
  transform: translateY(-50%);
}
.inner_nav_popup_btnicon_search {
  font-size: 40px;
  border: none;
  outline: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.inner_nav_popup_btnicon_sy {
  font-size: 40px;
  border: none;
  outline: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
}
.inner_nav_popup_btnicon {
  font-size: 40px;
  border: none;
  outline: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_nav_icon_popup i {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--whitec);
  color: var(--blackc);
  font-size: 25px;
  cursor: pointer;
  transition: 1s;
  margin-top: 20px;
}
.inner_nav_icon_popup_sy i {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--whitec);
  color: var(--blackc);
  font-size: 25px;
  cursor: pointer;
  transition: 1s;
}
.inner_nav_icon_popup .inner_nav_popup_form_icons i {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--whitec);
  color: var(--blackc);
  font-size: 25px;
  cursor: pointer;
  transition: 1s;
  margin: 0;
}
.inner_nav_icon_popup .inner_nav_popup_form_icons i.icofont-search-1 {
  position: relative;
}
.inner_nav_icon_popup .inner_nav_popup_form_icons i.icofont-search-1 a {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.icofont-search-2 {
  position: relative;
}
.icofont-search-2 a {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m_nav_right_pp_form .icofont-search-2 {
  position: relative;
}
.m_nav_right_pp_form .icofont-search-2 a {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* main nav icons middle css */
.main_nav_icons_middle {
  margin-left: 30px;
  position: relative;
}
.main_nav_icons_middle a {
  position: relative;
  font-size: 18px;
  cursor: pointer;
  padding: 8px;
  display: inline-flex;
  background: #fff;
  border-radius: 100%;
}
.main_nav_icons_middle a span {
  position: absolute;
  top: 0;
  right: -5px;
  width: 18px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background-color: var(--bgcolor);
  border-radius: 100%;
  color: var(--whitec);
}
.main_nav_middle_box_item {
  overflow: scroll;
  position: absolute;
  right: 0;
  top: 130%;
  width: 300px;
  height: 300px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-color: var(--whitec);
  transition: .5s;
}
.main_nav_icons_middle:hover .main_nav_middle_box_item {
  top: 170%;
  opacity: 1;
  visibility: visible;
}
.main_nav_middle_box_item p {
  padding: 20px;
}
.m_nav_right_pp_form {
  position: relative;
}
.m_nav_right_pp_form input {
  height: 54px;
  width: 100%;
  border: 1px solid #efefef;
  outline: none;
  padding: 0 20px;
  display: block;
}
.m_nav_right_pp_form button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  padding: 18px 20px;
  outline: none;
  border: none;
  background: #ddd;
  color: var(--blackc);
  display: block;
}
.m_nav_right_pp_form form {
  margin: 20px;
}
/* right popup nav */
.right_popup_nav {
  padding: 0;
}
.right_popup_nav ul {
  list-style: none;
  padding-left: 0;
}
.right_popup_nav ul li {
  padding: 12px 0;
  border-bottom: 1px solid #dddddd;
}
.right_popup_nav ul li.r_nav_child_border {
  border-bottom: none;
}
.right_popup_nav ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--paracolor);
}
/* right popup address */
.dtbtn {
  background-color: var(--bgcolor);
  color: var(--whitec);
  display: block;
  transition: .5s;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  width: 40px;
  height: 30px;
  padding: 0;
  margin: 0;
}
.menu_btn {
  text-align: center;
  line-height: 30px;
  margin-left: 20px;
}
.menu_btn a:hover {
  color: var(--whitec);
  background-color: var(--encolor);
  line-height: 30px;
}
/* drop down menu css */
.inner_main_nav_area ul li {
  padding: 0 10px;
}
.inner_main_nav_area ul li .sub_menu {
  position: absolute;
  top: 130%;
  left: 0;
  width: max-content;
  min-width: 205px;
  max-width: 320px;
  text-align: left;
  margin: 0;
  padding: 15px 5px 14px;
  z-index: 9999;
  box-shadow: 0 0 30px rgb(0 0 0 / 9%);
  background-color: var(--whitec);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li {
  position: relative;
}
.inner_main_nav_area ul li .sub_menu li a {
  display: inline-block;
  font-size: 17px;
  color: #444;
  padding: 6px 17px;
}
.inner_main_nav_area ul li .sub_menu li a:hover {
  color: var(--bgcolor);
  margin-left: 5px;
}
.inner_main_nav_area > ul > li:hover .sub_menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.inner_main_nav_area .sub_menu > li > ul.sub_menu {
  top: 130%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li:hover ul.sub_menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.navd_active {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
/* h3 menu */
.h3_search_icon i {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.h3_menu_btn a {
  background-color: var(--bgcolor);
  transition: .5s;
}
.h3_menu_btn a:hover {
  background-color: var(--titlecolor);
}
/*======== main menu area end ==========*/
/*======== mobile menu area start ==========*/
.mobile_logo_area {
  display: none !important;
}
.mean-container a.meanmenu-reveal {
  display: none !important;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-bar {
  background: #fff;
  padding: 0;
}
.mean-container .mean-nav ul li {
  border-top: 0px solid #ddd;
}
.mean-container .mean-nav ul li li a, .mean-container .mean-nav ul li a {
  color: #444;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid #ddd;
}
.mean-container .mean-nav ul li a:hover {
  color: #ff4a17;
}
.mobile_p {
  position: fixed;
  right: 0;
  width: 300px;
  padding: 80px 20px 0px;
  overflow-y: scroll;
  top: 0;
  height: 100%;
  z-index: 9999;
  display: block;
  transition: 0.5s all;
  box-shadow: 0 0 30px rgb(0 0 0 / 7%);
  transform: translateX(100%);
  background: #ffffff;
}
.tx-s-open {
  transform: translateX(0);
}
.mobile_p .tuetion_theme_widget > div.widget_block {
  padding: 0;
}
.mobile_p .tuetion_theme_widget > div {
  padding: 20px 0px 20px;
  box-shadow: none;
}
.mean-container .mean-nav ul li a {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  font-size: 14px;
  padding: 12px 5px;
  font-weight: 500;
  display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
  width: auto;
  background: #66666617;
  top: 0;
  width: 26px;
  height: 19px;
  line-height: 23px;
}
.mobile_opicon {
  text-align: right;
  padding: 4px 0;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mobilemenu_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile_menu_o i {
  font-size: 26px;
}
.mobile_menu_content .mobile_menu_logo {
  margin-bottom: 20px;
}
.mobile_cicon {
  position: absolute;
  right: 30px;
  top: 50px;
}
.mobile_overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-out 0s;
}
.mobile_overlay.mactive {
  opacity: 1;
  visibility: visible;
}
/*======== mobile menu area end ==========*/
/*======== slider area start  ==========*/
/* inner slider area */
section.slider_area {
  position: relative;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
}
.inner_slider_area {
  height: 950px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: center;
}
.inner_slider_content {
  width: 82%;
  margin: 0 auto;
  text-align: left;
}
.inner_slider_content h1 {
  font-size: 20px;
  font-weight: 600;
  color: var(--bgcolor);
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 3px;
}
.inner_slider_content h2 {
  font-size: 72px;
  margin: 0;
  color: var(--whitec);
}
.inner_slider_content h3 {
  font-size: 72px;
  color: var(--whitec);
}
.inner_slider_content h3 span {
  color: var(--bgcolor);
  text-decoration: underline;
}
.inner_slider_content p {
  color: var(--whitec);
  width: 45%;
}
/* golobal btn css */
.b_btn_con {
  margin-left: 90px;
  margin-top: 25px;
  text-align: right;
}
.b_btn_con .sy_weixin {
  width: 110px;
  height: auto;
  text-align: right;
}
.b_btn_con .sy_weixin img {
  width: 100%;
  border-radius: 5px;
  margin-left: 70px;
}
.b_btn_con_ny {
  margin: 25px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.b_btn_con_ny .sy_weixin {
  width: 110px;
  height: 128px;
  margin-left: 20px;
}
.b_btn_con_ny .sy_weixin img {
  width: 100%;
  border-radius: 5px;
}
.b_btn {
  margin-top: 80px;
  text-align: right;
}
.b_btn a {
  display: inline-block;
  padding: 16px 20px;
  background-color: var(--bgcolor);
  color: var(--whitec);
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
  margin-left: 10px;
  border-radius: 5px;
}
.b_btn a:hover {
  background-color: var(--encolor);
  color: var(--whitec);
}
.b_btn a i {
  font-size: 22px;
  margin-right: 6px;
}
.b_btn a.active {
  background-color: var(--whitec);
  color: var(--titlecolor);
}
.b_btn a.active:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.b_btn_1 {
  margin-left: 30px;
}
.b_btn_1 a {
  display: block;
  background-color: var(--bgcolor);
  color: var(--whitec);
  font-size: 16px;
  line-height: 48px;
  font-weight: 600;
  border-radius: 5px;
  height: 48px;
  width: 130px;
  text-align: center;
}
.b_btn_1 a:hover {
  background-color: var(--encolor);
  color: var(--whitec);
}
.b_btn_1 a i {
  font-size: 20px;
  margin-right: 4px;
}
.b_btn_1 a.active {
  background-color: var(--whitec);
  color: var(--titlecolor);
  margin-bottom: 30px;
}
.b_btn_1 a.active:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.b_btn_1 a:nth-child(3) {
  display: none;
}
.b_btn_2 {
  margin-right: -12px;
  margin-left: 20px;
}
.b_btn_2 a {
  display: block;
  background-color: var(--bgcolor);
  color: var(--whitec);
  font-size: 16px;
  line-height: 125px;
  font-weight: 600;
  border-radius: 5px;
  height: 130px;
  width: 115px;
  text-align: center;
}
.b_btn_2 a:hover {
  background-color: var(--encolor);
  color: var(--whitec);
}
.b_btn_2 a.active {
  background-color: var(--whitec);
  color: var(--titlecolor);
  margin-bottom: 30px;
}
.b_btn_2 a.active:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.b_btn_zp {
  text-align: left;
  margin: 40px 0 0 -10px;
}
.b_btn_zp a {
  display: inline-block;
  padding: 40px 50px;
  background-color: var(--bgcolor);
  color: var(--whitec);
  font-size: 20px;
  font-weight: 600;
  border: 1px solid transparent;
  margin-left: 10px;
  border-radius: 10px;
  width: 270px;
}
.b_btn_zp a:hover {
  background-color: var(--encolor);
  color: var(--whitec);
}
.slider_area .slick-prev {
  left: 0;
}
.slider_area .slick-next {
  right: 15px;
}
/*======== slider area end  ==========*/
/*======== feature area start  ==========*/
.feature_area {
  padding: 30px 0;
  overflow: hidden;
}
.ny_feature_area {
  padding: 50px 0;
  background: #F1F1F1;
  overflow: hidden;
  text-align: center;
}
.ny_feature_area h2 {
  line-height: 30px;
  margin-bottom: 30px;
}
.ny_feature_area h2 span {
  color: #FF0000;
  padding: 0 10px;
  font-size: 30px;
  line-height: 30px;
}
.ny_feature_area .inner_nav_icon_popup {
  width: 80%
}
.feature_border {
  background-color: #FFF;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.main_feature {
  border: 4px dashed #CCC;
  border-radius: 10px;
  margin: 6px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_feature img {
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
  filter: grayscale(100%) invert(100%);
}
.main_feature h2 {
  font-size: 26px;
  line-height: 40px;
  margin: 0;
}
.main_feature:hover {
  border: 4px solid var(--bgcolor);
}
.main_feature_active {
  border: 4px solid var(--bgcolor);
  border-radius: 10px;
  margin: 6px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_feature_active img {
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
}
.main_feature_active h2 {
  font-size: 26px;
  line-height: 40px;
  margin: 0;
  color: var(--bgcolor);
}
.main_feature_active:hover {
  border: 4px solid var(--bgcolor);
}
.feature_border:hover .main_feature_sy {
  border: 4px solid var(--bgcolor);
}
.main_feature_sy {
  border: 4px solid #DDD;
  border-radius: 10px;
  margin: 6px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main_feature_sy img {
  margin: 0 0 10px 0;
}
/*======== feature area end  ==========*/
/*======== video area start  ==========*/
.slider_area {
  position: relative;
  overflow: hidden;
}
.video_slider_area {
  position: relative;
  overflow: hidden;
}
.video_slider_area::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #00000096;
}
.witr_youtube_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -9999;
  transform: scale(1.4);
}
.witr_youtube_video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.video_slider_area .inner_slider_content h1, .video_slider_area .inner_slider_content h2, .video_slider_area .inner_slider_content p {
  color: var(--whitec);
}
/*======== video area end  ==========*/
/*======== breadcum area start  ==========*/
.breadcum_area {
  background-size: cover;
  background-position: center center;
}
.inner_breadcum_area {
  padding: 250px 0 120px 0;
}
.inner_breadcum_area h1 {
  font-size: 60px;
  font-weight: 700;
  color: var(--whitec);
  margin: 0;
}
.inner_breadcum_area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: var(--whitec);
}
.inner_breadcum_area ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--whitec);
}
.inner_breadcum_area ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--whitec);
}
.inner_breadcum_area ul li i, .inner_breadcum_area ul li a i {
  font-size: 22px;
}
/*======== breadcum area end  ==========*/
/*======== about area end =======*/
.about_are {
  margin: 80px 0 0 80px
}
.news_area {
  padding: 0 0 0 120px;
}
.ny_about_are {
  margin: 100px 0;
}
.main_about {
  margin-left: 30px
}
.about_title {
  margin: 0 15px;
}
.about_title h4 {
  color: var(--bgcolor);
}
.about_title h2 {
  font-size: 45px;
  padding: 0 0 30px;
}
.about_title p {
  text-align: justify;
  text-align-last: start;
  font-size: 18px;
  text-indent: 2em;
  line-height: 28px
}
.witrlistw.all_list_color {
  margin: 30px 0;
}
.witrlistw.all_list_color ul {
  padding: 0;
  margin: 0;
}
.witrlistw.all_list_color ul h4 {
  margin-bottom: 20px;
  color: var(--bgcolor);
}
.witrlistw.all_list_color ul li {
  list-style: none;
  padding: 10px 20px 10px 0;
  display: block;
}
.witrlistw.all_list_color ul li span {
  font-size: 18px;
  color: var(--titlecolor);
  font-weight: 700;
  margin-right: 30px;
}
.witrlistw.all_list_color ul li span img {
  margin-right: 10px;
}
/* about btn */
.it_about_btn {
  padding: 15px 0px 15px 0px;
}
.it_about_btn p {
  font-family: "Sacramento", Sans-serif;
  font-size: 36px;
  font-weight: 500;
}
.it_about_btn p span {
  font-family: "Space Grotesk", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.b_btn.itth_btn .active {
  color: var(--whitec);
  background: var(--titlecolor);
}
/*======== about area end  ==========*/
/*===== service area start  ====*/
.service_area {
  padding: 60px 150px;
}
/* section title */
.section_title {
  text-align: center;
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
}
.section_title:after {
  display: block;
  content: "";
  border-bottom: 5px solid var(--bgcolor);
  width: 50px;
  margin: 30px auto 0;
}
.section_title img {
  position: absolute;
  top: -35px;
  left: 42.5%;
  animation: title_shap 2s linear 1s infinite alternate running;
}
.section_title_1 {
  text-align: center;
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
}
.section_title_1 img {
  position: absolute;
  top: -30px;
  left: 32%;
  animation: title_shap 2s linear 1s infinite alternate running;
}
.itth_title {
  text-align: left;
}
.itth_title img {
  left: 0;
}
@keyframes title_shap {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(45px);
    transform: translateX(45px);
  }
}
.section_title h4 {
  color: var(--bgcolor);
  font-size: 16px;
}
.section_title h2 {
  font-size: 48px;
}
.section_title h3 {
  font-size: 48px;
  color: var(--titlecolor);
}
/* section title */
.main_service_item {
  margin: 20px 10px 20px 0;
  padding: 30px 0;
  text-align: center;
  transition: .5s;
  border: 1px solid #EEE;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1);
  background: url("../../image/about_05_bj.jpg") repeat-x top;
}
.main_service_item_1 {
  margin: 20px 10px 20px 0;
  padding: 30px 0;
  text-align: center;
  transition: .5s;
  border: 1px solid #EEE;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1);
  background: url("../../image/about_05_bj.jpg") repeat-x top;
}
/* icon */
.single_service > i {
  border-style: dashed;
  border-width: 2px 2px 2px 2px;
  border-color: var(--bgcolor);
  font-size: 45px;
  width: 96px;
  height: 96px;
  line-height: 96px;
  color: var(--bgcolor);
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  transition: .5s;
}
.main_service_item:hover .single_service > i {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
/* title */
.main_service_item h3 {
  margin: 10px 0 10px;
  transition: .5s;
  font-size: 24px;
}
.main_service_item p {
  margin-bottom: 10px;
  transition: .5s;
}
.service_btn a {
  font-size: 25px;
  transition: .5s;
  color: var(--bgcolor);
}
.service_btn a:hover {
  color: var(--titlecolor);
}
/*===== service area end  ====*/
/*===== START PORT AREA  ======*/
.project_area {
  margin: 140px 0 50px 90px;
  width: 100%;
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}
.inner_img_area {
  position: relative;
  overflow: hidden;
}
.inner_img_area img {
  width: 100%;
}
.inner_img_area_ny {
  margin-bottom: 30px;
}
.project_title {
  text-align: left;
}
.project_title img {
  left: 0;
}
.inner_img_overlay {
  position: relative;
  height: 600px;
  border: 1px solid #FFF;
  border-radius: 20px 0 20px 0;
  padding: 30px 50px;
}
.inner_img_overlay h1 {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  height: 120px;
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  position: relative;
}
.inner_img_overlay h1 a {
  color: #fff;
  font-size: 26px;
}
.inner_img_overlay h1 a:hover {
  color: var(--encolor);
}
.inner_img_overlay h1:after {
  display: block;
  content: "";
  border-bottom: 5px solid var(--encolor);
  width: 50px;
  margin: 30px auto 0;
  position: absolute;
  bottom: 0;
}
.inner_img_overlay h4 {
  text-align: center;
  color: #fff;
  margin: 45px 80px;
  padding: 30px 0;
  font-size: 50px;
  border-bottom: 1px dashed #FFF;
  border-top: 1px dashed #FFF;
  transition: .5s;
}
.inner_img_overlay p {
  color: #fff;
  height: 100px;
  margin: 40px 20px;
  text-align: justify;
  text-align-last: start;
  border-bottom: 1px dashed #FFF;
}
.inner_img_overlay ul {
  margin: 20px 0 0 0;
  text-align: justify;
  text-align-last: start;
}
.inner_img_overlay ul li {
  color: #fff;
  padding: 5px 0;
  text-align: justify;
  text-align-last: start;
  margin: 0;
}
.inner_img_overlay img {
  transition: .5s;
}
.inner_img_overlay .img1 {
  width: 40%;
  margin: 35px auto 0;
}
.inner_img_overlay .img2 {
  width: 50%;
  margin: 15px auto 0;
}
.inner_img_area:hover .inner_img_overlay h4 {
  transform: scale(0.8);
  transition: .5s;
}
.ny_inner_img_overlay {
  position: relative;
  height: 360px;
  background-image: url("../../image/pro_bj_1.png");
  background-size: 100%;
  background-color: var(--bgcolor);
  background-repeat: no-repeat;
  background-position: center;
  border: 5px solid #FFF;
  border-radius: 20px 0 20px 0;
}
.ny_inner_img_overlay h1 {
  text-align: center;
  color: #fff;
  margin: 30px;
  padding: 30px 0 50px 0;
  font-size: 24px;
  border-bottom: 1px dashed #FFF;
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  height: 80px;
}
.ny_inner_img_overlay p {
  color: #fff;
  height: 180px;
  padding: 0 30px;
  text-align: justify;
  text-align-last: start;
  font-size: 15px;
}
.ny_inner_img_overlay:hover p {
  opacity: 0;
  transition: .5s;
}
.pro_inner_img_overlay {
  overflow: hidden;
  background-image: url("../../image/pro_bj_2.png");
  background-color: var(--bgcolor);
  background-repeat: no-repeat;
  background-position: left;
  border: 5px solid #FFF;
  border-radius: 20px 0 20px 0;
  padding: 10px 0;
  margin-bottom: 80px;
  margin-top: -30px;
}
.pro_inner_img_overlay h1 {
  text-align: center;
  color: #fff;
  margin: 40px;
  padding: 10px 0;
  font-size: 60px;
}
.pro_inner_img_overlay p {
  margin: 40px;
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
}
.pro_inner_img_context1 {
  text-align: center;
  margin: 40px;
  padding: 30px 20px;
  border-radius: 0px 20px;
  background-image: url("../../image/pro_bj_3.png");
  background-repeat: no-repeat;
  background-position: right;
  background-color: var(--whitec);
}
.pro_inner_img_context1 h2 {
  font-size: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pro_inner_img_context {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  transition: .5s;
  text-align: center;
  margin: 0 30px;
  padding: 30px 20px;
  border-radius: 0px 10px;
  background-color: var(--whitec);
  z-index: 999;
}
.pro_inner_img_context p {
  margin: 0;
  color: var(--bgcolor);
}
.pro_inner_img_context h2 {
  font-size: 20px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_inner_img_context h2 a {
  color: var(--titlecolor);
}
.pro_inner_img_context h2 a:hover {
  color: var(--bgcolor);
}
.inner_img_area:hover .pro_inner_img_context {
  bottom: 24px;
}
.inner_img_area:hover ul {
  opacity: 0;
  transition: .5s;
}
/* img overlay go  */
.img_overlay_go {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .5s;
  text-align: center;
  color: #FFF;
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  padding: 60px 50px 50px 50px;
  font-size: 16px;
  margin-bottom: 15px;
  background-image: url("../../image/fe_10.png");
  background-repeat: no-repeat;
  background-position: center bottom 35px;
  background-size: 50%;
  background-color: var(--bgcolor);
}
.inner_img_area :hover .img_overlay_go {
  opacity: 0.9;
}
.img_overlay_go_01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .5s;
  text-align: center;
  color: #FFF;
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  padding: 60px 50px 50px 50px;
  font-size: 16px;
  margin-bottom: 15px;
  background-image: url("../../image/fe_10.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: var(--bgcolor);
}
.inner_img_area :hover .img_overlay_go_01 {
  opacity: 1;
}
.inner_img_overlay_01 {
  border: 1px solid #D0E2F6;
  background: #F3F8FD;
  padding: 30px;
  margin-bottom: 30px;
}
.inner_img_overlay_01 img {
  transition: .5s;
  text-align: center;
  margin: auto;
  display: block;
}
.inner_img_area:hover .inner_img_overlay_01 img {
  transform: scale(1.0);
  opacity: 1;
}
/* absolute icons css */
.absolute_icons {
  transform: rotateY(90deg);
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  background-color: var(--whitec);
}
.inner_img_area:hover .absolute_icons {
  transform: rotateY(0);
  opacity: 1;
  visibility: visible;
}
.absolute_icons a {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  text-align: center;
  font-size: 40px;
  transition: .5s;
  color: var(--brcolor);
}
.absolute_icons a:hover {
  background-color: var(--bgcolor);
}
/* inner img content  */
.about_inner_img_context {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  transition: .5s;
  text-align: center;
  margin: 0 50px;
  padding: 40px 10px 40px;
  z-index: 999;
}
.about_inner_img_context p {
  font-size: 20px;
  margin: 20px 0;
  color: #333;
}
.about_inner_img_context h2 {
  color: var(--titlecolor);
  font-size: 40px;
}
.inner_img_context {
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
  transition: .5s;
  text-align: center;
  margin: 0 70px;
  padding: 40px 10px 40px;
  border-radius: 0px 20px;
  background-color: var(--whitec);
  z-index: 999;
}
.inner_img_context p {
  margin: 0;
  color: var(--bgcolor);
}
.inner_img_context h2 a {
  color: var(--titlecolor);
  font-size: 24px;
}
.inner_img_context h2 a:hover {
  color: var(--bgcolor);
}
.inner_img_area:hover .inner_img_context {
  bottom: 70px;
}
.single_icon {
  text-align: center;
  margin-top: 20px;
}
.single_icon a {
  text-align: center;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #FFFFFF;
  border-radius: 0px 10px 0px 10px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  font-size: 25px;
  color: var(--whitec);
  display: inline-block;
  background-color: var(--bgcolor);
}
.single_icon a:hover {
  background-color: var(--encolor);
}
.img_area:hover .slick-prev, .img_area:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.project_area .slick-prev {
  left: -75px;
}
.project_area .slick-next {
  right: -60px;
}
/*===== END PORT AREA  ======*/
/*===== counter area start  ====*/
.counter_area {
  padding: 60px 0 30px 0;
}
.inner_counter_area {
  position: relative;
  padding: 0 50px 0 30px;
  border-style: dashed;
  border-width: 0px 1px 0px 0px;
  border-color: #040D18;
  margin: 30px 0;
}
.inner_counter_sub_cont {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.inner_counter_sub_cont h3, .inner_counter_sub_cont span {
  color: var(--bgcolor);
  font-size: 60px;
  font-weight: 700;
}
.inner_counter_area h2 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  color: var(--titlecolor);
  position: relative;
  text-transform: uppercase;
}
.inner_counter_area img {
  position: absolute;
  top: 0;
  right: 0;
}
/* home 2 counter area css */
.counter_about {
  margin: 0 0 115px;
}
.h2_counter_area .inner_counter_area h2 {
  color: var(--paracolor);
}
/*===== counter area end  ====*/
/*======= pricing area start  ======*/
.pricing_area {
  padding: 55px 0 30px;
}
/* inner pricing area css */
.it_pricing_middle {
  background: url(../image/price_bg.png);
  background-size: cover;
}
.inner_pricing_title.it_title h2 {
  color: var(--whitec);
}
.inner_pricing_title2.it_title h2 span {
  color: var(--whitec);
}
.inner_pricing_area {
  padding: 40px 30px 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px var(--bshadow);
  text-align: left;
  margin-bottom: 30px;
  background-color: #F1F1F1;
}
.data_pr_item {
  display: flex;
  gap: 100px;
  background-color: var(--titlecolor);
  padding: 10px;
  border-radius: 30px;
  align-items: baseline;
  margin-top: -10px;
}
.dt_pricing_btn a {
  font-size: 14px;
  font-weight: 700;
  color: var(--whitec);
  display: block;
  border-radius: 30px;
  background-color: var(--bgcolor);
  padding: 10px 30px 10px 30px;
}
.dt_pricing_btn a:hover {
  color: var(--bgcolor);
  background-color: var(--whitec);
}
.data_pr_content p {
  color: var(--whitec);
  margin: 0;
}
/* inner pricing text css */
.inner_pricing_text {
  border-radius: 5px 5px 0 0;
}
.inner_pricing_title h2 {
  font-size: 18px;
  font-weight: 500;
  color: var(--titlecolor);
}
.inner_pricing_title2 {
  margin-top: 10px;
}
.inner_pricing_title2 h2 {
  font-size: 40px;
  color: var(--bgcolor);
}
.inner_pricing_title2 h2 span {
  font-size: 18px;
  font-weight: 500;
  color: var(--paracolor);
}
/* inner pricing list area css */
.inner_pricing_list_area {
  padding: 10px 0 10px;
}
.inner_pricing_list_area ul {
  list-style: none;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 30px 30px 10px 30px;
}
.inner_pricing_list_area ul li i {
  color: var(--whitec);
  background: var(--bgcolor);
  border-radius: 100%;
  margin-right: 10px;
}
.inner_pricing_list_area ul li {
  font-size: 16px;
  font-weight: 400;
  padding: 6px 0;
}
/* inner pricing btn css */
.inner_pricing_btn {
  display: grid;
}
.inner_pricing_btn a {
  position: relative;
  display: inline-block;
  padding: 15px 190px 15px 30px;
  background-color: var(--bgcolor);
  color: var(--whitec);
  font-size: 16px;
  border-radius: 5px;
  text-transform: uppercase;
}
.inner_pricing_btn a:hover {
  background-color: var(--titlecolor);
  color: var(--whitec);
}
.inner_pricing_btn a i {
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  line-height: 40px;
  border: 1px solid var(--brcolor);
  background: var(--brcolor);
  color: var(--bgcolor);
  text-align: center;
  transition: .5s;
  background-color: #FFFCFC;
  border-style: none;
  right: 6px;
  font-size: 30px;
  font-weight: 500;
}
.inner_pricing_btn:hover.inner_pricing_btn a i {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
/*======= pricing area end  ======*/
/*========  VIDEO AREA START ========*/
.video_area {
  position: relative;
  padding: 60px 0;
  margin: 0 140px;
}
.breadcam_video_area {
  padding: 50px 0 0;
}
.video_text h2 {
  text-decoration: underline;
  font-size: 48px;
}
.video_text h2 span {
  text-decoration: underline;
  font-size: 48px;
}
.video_title img {
  width: 100%;
}
/* video area */
.talkin_video_inner {
  background: #D0E2F6;
  padding: 20px 60px;
  border-radius: 10px;
}
.talkin_video_inner a {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  line-height: 80px;
  display: block;
  text-align: center;
  color: var(--whitec);
  background-color: var(--bgcolor);
  border: 1px solid var(--bdcolor);
  animation: witr-shadow 1s linear infinite;
}
@keyframes witr-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
/*========  VIDEO AREA START ========/*


/*======== image area start ==========*/
.team_member_area {
  padding: 60px 0 0 0;
}
.witr_team {
  margin: 0 0 40px;
}
.section_title_area h3 {
  font-size: 48px;
  font-weight: 600;
  color: var(--whitec);
}
.bn_member_title h2 {
  color: var(--whitec);
}
/* blog overlay css */
.single_team_img {
  overflow: hidden;
}
.team_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7595d16b;
  transform: scale(0);
  transition: .5s;
}
.team_thumb:hover .team_overlay {
  transform: scale(1.2);
}
/* tr team left text */
.team_left {
  margin-top: 121px;
  margin-left: 20px;
}
/* title tr team text */
.single_team_item {
  text-align: center;
  padding: 20px 00;
}
.single_team_item h2 {
  font-size: 24px;
  font-weight: 700;
}
.tr_team_right_text span {
  font-weight: 700;
}
.tr_team_right_text h3 {
  color: var(--titlecolor);
  margin: 7px 0 60px;
}
.team_thumb {
  margin: 30px 10px;
  position: relative;
}
.inner_single_title {
  border-radius: 50%;
  box-shadow: 0 20px 30px 0 rgba(42, 67, 113, .15);
  background: #FFF;
  width: 160px;
  height: 160px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEE;
}
.inner_single_title img {
  width: 100%;
  position: relative;
}
/* icon overlay */
.inner_ti_th {
  position: absolute;
  left: 22px;
  bottom: -64px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
.share_it_icon i {
  text-align: center;
  background: var(--bgcolor);
  color: var(--whitec);
  display: inline-block;
  height: 45px;
  line-height: 45px;
  width: 45px;
  position: absolute;
  bottom: 120px;
  transition: .5s;
  left: 22px;
  border-radius: 100%;
}
.share_it_icon i:hover {
  color: var(--bgcolor);
  background-color: var(--whitec);
}
/* icon */
.inner_ti_th a i {
  display: block;
  text-align: center;
  color: var(--whitec);
  background-color: var(--bgcolor);
  transition: .5s;
  font-size: 16px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  line-height: 45px;
  margin: 5px 0;
  padding: 0px 0px 0px 0px;
}
.inner_ti_th a i:hover {
  color: var(--bgcolor);
  background-color: var(--whitec);
}
.team_thumb:hover .inner_ti_th {
  bottom: 110px;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.inner_ex_left {
  margin-left: 20px;
}
/*======== image area end ==========*/
/*======== testimonial area start ==========*/
.testimonial_area {
  padding: 100px 0 45px;
}
.test_active {
  overflow: hidden;
}
/* about testimonial area css */
.about_testimonial {
  padding: 5px 0 85px;
}
.single_testimonial {
  padding: 120px 0 70px;
}
.inner_testimonial_area {
  padding: 50px 30px;
  border: 1px dashed var(--bgcolor);
  background: #FAFAFA;
}
.testimonial_inner_img img {
  margin: 0 auto 30px;
}
/* inner testimonial content */
.inner_testimonial_content p {
  margin: 0 auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  color: var(--titlecolor);
}
.inner_test_subcont h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.inner_test_subcont h3 span {
  font-size: 20px;
  font-weight: 400;
  color: var(--bgcolor);
}
/*======== testimonial area end ==========*/
/*======== data contact area start  ==========*/
.data_contact {
  padding: 60px 0;
}
.main_data_contact h2 {
  font-size: 48px;
  color: var(--whitec);
}
.main_data_contact p {
  color: var(--whitec);
  font-size: 16px;
  font-weight: 400;
  padding: 0px 130px 0px 130px;
}
.main_data_contact {
  background: url(../image/apointment.png);
  text-align: center;
  background-size: cover;
  padding: 110px 80px 105px;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  background-position: center;
}
.single_contact input {
  height: 50px;
  border-radius: 5px;
}
.single_contact textarea {
  border-radius: 5px;
}
.single_contact button {
  width: 100%;
  transition: .5s;
}
.inner_contact_form.single_contact button:hover {
  background-color: var(--whitec);
  color: var(--bgcolor);
}
/*======== data contact area end  ==========*/
/*======== faq area start  ==========*/
.faq_area_xuxian {
  width: 98%;
  border-bottom: 1px dashed #CCC;
  margin: 20px 20px 80px 20px;
}
.faq_area_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px 0;
}
.faq_area_1:last-child {
  margin-bottom: 0;
}
.faq_area h1 {
  margin-bottom: 30px;
  border-left: 10px solid var(--bgcolor);
  padding-left: 20px;
  line-height: 42px;
  overflow: hidden;
}
.faq_area h1 img {
  width: 50px;
  height: auto;
  margin: 0 20px 0 0;
  float: left;
}
.faq_area h2 {
  margin-bottom: 30px;
  padding: 15px 30px;
  background: var(--bgcolor);
  color: #FFF;
  border-radius: 10px;
}
.br_faq {
  padding-top: 0;
}
.faq_area .inner_faq_area {
  overflow: hidden;
  margin-bottom: 100px;
}
.faq_area .col-md-12:last-child .inner_faq_area {
  overflow: hidden;
  margin-bottom: 0;
}
.faq_area .inner_faq_area p {
  text-indent: 34px;
  text-overflow: ellipsis;
  text-align: justify;
  text-align-last: left;
  margin-bottom: 50px;
}
.faq_area .inner_faq_area li {
  text-indent: 34px;
  text-overflow: ellipsis;
  text-align: justify;
  text-align-last: left;
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0;
}
.faq_area .inner_faq_area_1 {
  overflow: hidden;
  margin-bottom: 100px;
}
.faq_area .col-md-12:last-child .inner_faq_area_1 {
  overflow: hidden;
  margin-bottom: 0;
}
.faq_area .inner_faq_area_1 p {
  text-indent: 36px;
  text-overflow: ellipsis;
  text-align: justify;
  text-align-last: left;
}
.faq_area .section_title_area {
  margin-top: 100px;
}
.inner_faq_text .single_faq_img {
  width: 32%;
  float: left;
  margin: 0 20px 0 0;
  background: #FFF;
  border: 1px solid #CCC;
  padding: 20px;
  border-radius: 10px;
}
.inner_faq_text .single_faq_img:last-child {
  margin-right: 0;
}
.inner_faq_text .single_faq_img img {
  width: 100%;
  text-align: center;
  border-radius: 10px;
}
.inner_faq_text .single_faq_img span {
  text-align: center;
  font-size: 16px;
  padding: 20px 0 0 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 定义文本的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.inner_faq_text .single_faq_img_1 {
  margin: 10px 0 20px 20px;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  padding: 30px;
  height: 190px;
}
.inner_faq_text .single_faq_img_1:last-child {
  margin: 0;
}
.inner_faq_text .single_faq_img_1:first-child {
  margin-left: 0;
}
.inner_faq_text .single_faq_img_1 img {
  border-radius: 10px;
  float: left;
  display: block;
  margin-right: 30px;
  width: 35%;
}
.inner_faq_text .single_faq_img_1 p {
  font-size: 15px;
  display: block;
  float: left;
  text-indent: 30px;
  width: 59%;
  padding: 0;
  text-overflow: ellipsis;
  text-align: justify;
  text-align-last: left;
}
.inner_faq_text .single_faq_img_2 {
  background: #FFF;
  border-radius: 10px;
}
.inner_faq_text .single_faq_img_2 img {
  width: 100%;
  text-align: center;
  border-radius: 10px;
}
.inner_faq_text .single_faq_img_2 span {
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 定义文本的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.inner_faq_text {
  padding: 20px 0px 10px 0;
}
.inner_faq_text p {
  font-size: 18px;
  padding: 10px 0 0 0;
}
.inner_faq_text table {
  border: 1px solid #DDD;
  line-height: 50px;
  text-align: center;
  margin: 0 40px;
  width: 96%;
}
.inner_faq_text table th {
  border-right: 1px solid #DDD;
}
.inner_faq_text table tr td {
  border-right: 1px solid #DDD;
}
.inner_faq_left_content h2 {
  font-size: 48px;
  text-transform: uppercase;
}
/* inner faq accrodion item css */
.inner_faq_ac_item:first-child {
  border: none;
  margin-bottom: 20px;
  border-radius: 5px;
}
.inner_faq_ac_item a {
  width: 100%;
  font-size: 18px;
  padding: 15px 30px 15px 20px;
  font-weight: 600;
  display: flex;
  color: var(--titlecolor);
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #999;
}
.inner_faq_ac_item a:hover {
  color: var(--bgcolor);
}
.inner_faq_ac_item a i {
  font-size: 18px;
  font-weight: 700;
}
/* active */
.inner_faq_ac_item a.active {
  position: relative;
  background-color: var(--bgcolor);
  color: var(--whitec);
  border: none;
}
.inner_faq_ac_item a.active::before {
  content: '\eacb';
  font-family: Icofont !important;
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 30px;
  font-size: 22px;
}
.inner_faq_ac_item a.active i {
  display: none;
}
/*======== faq area end  ==========*/
/*======== marquee area start  ==========*/
.marquee_area {
  padding: 20px 0;
}
.marquee {
  position: relative;
  gap: 0px;
  display: flex;
  overflow: hidden;
}
.single_marquee_mdls {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 100%;
  animation: txmarset 45s linear infinite;
}
@keyframes txmarset {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 0%));
  }
}
.txmartext .txmartex a, .txmartext .txmartex {
  -webkit-text-stroke: 1px #888888;
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  margin: 0 40px;
}
/*======== marquee area end  ==========*/
/* golobal slick defult arrow css */
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 100%;
  z-index: 9999;
  outline: none;
  border: none;
  font-size: 0;
  background: none;
  transform: translateY(-50%);
  transition: 1s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.glowbal:hover .slick-prev, .glowbal:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.slick-prev {
  left: -80px;
}
.slick-next {
  right: -55px;
}
.slick-prev::before, .slick-next::before {
  content: '\eac9';
  font-family: IcoFont;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 100%;
  font-size: 40px;
  background-color: var(--bgcolor);
  color: var(--whitec);
  transition: 1s;
}
.slick-next::before {
  content: '\eaca';
}
.slick-prev:hover::before, .slick-next:hover::before {
  background-color: var(--encolor);
  color: var(--whitec);
}
/*======== team membar area start ==========*/
.team_membar {
  padding: 120px 0 80px;
  background-color: #FEF8EF;
}
.single_team_area {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.tsingle_img img {
  width: 100%;
}
.team_text_title {
  content: "";
  position: absolute;
  transition: .5s;
  left: 0;
  background: var(--whitec);
  width: 90%;
  margin: auto;
  bottom: -60px;
  right: 0;
  height: auto;
  z-index: 999;
  padding: 18px 10px 23px;
  text-align: center;
}
.ticonp11 {
  margin-top: 10px;
}
.single_team_area:hover .team_text_title {
  bottom: 0;
  color: var(--whitec);
  background-color: var(--bgcolor);
}
.single_team_area:hover .team_text_title h3 {
  color: var(--whitec);
}
.single_team_area:hover .tteamsocial a {
  background-color: var(--whitec);
  color: var(--bgcolor);
  border: none;
}
/* icon */
.tteamsocial a {
  color: #ababab;
  border: 1px solid #ababab;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 0;
  transition: .5s;
  line-height: 35px;
  text-align: center;
  margin: 0 3px;
}
.single_team_area .tteamsocial a:hover {
  color: var(--whitec);
  background-color: var(--bgcolor);
}
.team_thumb_single {
  position: relative;
}
.team_thumb_single h2 {
  background-color: #F1F1F1;
  border-radius: 15px 15px 15px 15px;
  padding: 30px 42px 25px 42px;
  line-height: 1.2;
  font-size: 48px;
  position: absolute;
  top: 27%;
}
.team_thumb_single p {
  color: var(--bgcolor);
  font-size: 30px;
  font-weight: 700;
  text-decoration: underline;
  padding: 10px 0px 0px 0px;
  position: absolute;
  bottom: 30%;
  margin-left: 128px;
}
/*======== team membar area end ======*/
/*======== blog area start  ==========*/
.blog_area {
  padding: 60px 0 30px;
}
/* inner blog area css */
.inner_blog_area {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  margin-right: 10px;
}
.inner_blog_area:hover .inner_blog_img img {
  transform: scale(1.2);
}
.inner_blog_area:hover .inner_blog_content {
  transform: scale(0.95);
  transition: .5s;
}
.inner_blog_area_1 {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  margin-right: 10px;
  border-radius: 20px;
  width: 100%;
  height: 320px;
  background: url("../../image/recruit_01.jpg") no-repeat center;
  background-size: 100%;
}
/* inner blog thumb css */
.inner_blog_thumb {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.inner_blog_img {
  overflow: hidden;
}
.inner_blog_img img {
  width: 100%;
  height: 230px;
  transition: .5s;
  border-radius: 20px;
  margin-top: 10px;
}
.inner_blog_img1 {
  position: relative;
}
.inner_blog_img1 img {
  width: 35%;
  right: 0;
  bottom: 30px;
  position: absolute;
  filter: grayscale(100%) brightness(0%);
  opacity: 0.02;
}
/* blog overlay css */
.blog_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
  transform: scale(0);
  transition: .5s;
}
.inner_blog_area:hover .blog_overlay {
  transform: scale(1.2);
}
/* inner blog absolute css */
.inner_blog_absolute {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  color: var(--whitec);
  background: var(--brcolor);
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}
/* inner blog text css */
.single_blog_title {
  padding: 0 0 24px 0;
  border-radius: 10px 10px 10px 10px;
  text-align: left;
}
.inner_blog_text {
  padding: 10px 0px 20px;
}
.inner_blog_text span a {
  color: var(--paracolor);
  font-weight: 400;
}
.inner_blog_text span {
  font-size: 14px;
  margin-right: 10px;
  color: var(--paracolor);
}
.inner_blog_text span i {
  margin-right: 3px;
  color: var(--bgcolor);
}
.inner_blog_text_01 {
  padding: 10px 0px 8px;
  text-align: center;
}
.inner_blog_text_01 span a {
  color: var(--paracolor);
  font-weight: 400;
}
.inner_blog_text_01 span {
  font-size: 14px;
  margin-right: 10px;
  color: var(--paracolor);
}
.inner_blog_text_01 span i {
  margin-right: 3px;
  color: var(--bgcolor);
}
/*inner blog content css */
.inner_blog_content {
  padding: 8px 20px 0px;
  transition: .5s;
}
.inner_blog_content h2 a {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 定义文本的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.inner_blog_content h2 a:hover {
  color: var(--bgcolor);
}
.inner_blog_content p {
  font-size: 14px;
  margin-bottom: 30px;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 定义文本的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.inner_blog_content > a {
  font-size: 14px;
  color: var(--brcolor);
}
.inner_blog_content > a:hover {
  color: var(--bgcolor);
}
.inner_blog_content_1 {
  padding: 8px 20px 0px;
  transition: .5s;
  height: 280px;
}
.inner_blog_content_1 h2 {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.inner_blog_content_1 h2:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--bgcolor);
  top: 30px;
  left: -30px;
}
.inner_blog_content_1 p {
  font-size: 16px;
  margin-bottom: 20px;
  text-indent: 32px;
  text-overflow: ellipsis;
  text-align: justify;
  text-align-last: left;
}
.inner_blog_content_1 > a {
  font-size: 14px;
  color: var(--brcolor);
}
.inner_blog_content_1 > a:hover {
  color: var(--bgcolor);
}
.inner_blog_content_2 {
  height: 180px;
}
.inner_blog_content_2 h2 {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.inner_blog_content_2 h2:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--bgcolor);
  top: 5px;
  left: -45px;
}
.inner_blog_content_2 p {
  margin-bottom: 10px;
}
.inner_blog_content_2 > a {
  font-size: 14px;
  color: var(--brcolor);
}
.inner_blog_content_2 > a:hover {
  color: var(--bgcolor);
}
/* inner blog btn css */
.wbriconoverhidd {
  position: relative;
  overflow: hidden;
}
.inner_blog_btn {
  padding: 5px 0px 0px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.inner_blog_btn::before {
  content: "";
  position: absolute;
  width: 65%;
  border-bottom: 1px dashed var(--bgcolor);
  right: auto;
  left: 0;
}
.inner_blog_btn a {
  font-size: 16px;
  font-weight: 700;
  color: var(--bgcolor);
  text-transform: uppercase;
}
.inner_blog_btn a:hover {
  color: var(--titlecolor);
}
.inner_blog_btn a i {
  font-weight: 700;
  font-size: 16px;
}
.csingle_contant input {
  width: 100% !important;
}
.csingle_contant textarea {
  width: 100% !important;
}
.product_meta {
  margin-top: 30px;
}
.prdc-lft {
  position: relative;
}
/*======== blog area end  ==========*/
/*======== brand area start ======*/
.brand_area {
  padding: 40px 0 55px;
}
.inner_brand_area {
  text-align: -webkit-center;
}
/* service */
.service_brand {
  margin: -80px 0 10px;
}
.ny_service_slide {
  margin-top: 40px;
}
.ny_pro_slide {
  margin: 0 0 0 60px;
}
/*====== brand area end ======*/
/*======== call to action area start  ==========*/
.call_to_action {
  padding: 50px 0 92px;
}
.call_title h2 {
  font-size: 48px;
}
.call_menu {
  margin-top: 30px;
}
.call_menu ul {
  padding: 0;
  margin: 0;
}
.call_menu ul li {
  list-style: none;
  display: inline;
  margin-right: calc(40px / 2);
  margin-left: calc(40px / 2);
}
.call_menu ul li a {
  margin: 10px 0 20px;
  font-weight: 500;
}
.call_icon {
  justify-content: center;
  margin-top: 100px;
}
.call_icon a i {
  color: var(--titlecolor) !important;
  font-size: 20px;
  transition: .5s;
  padding: 0px 0px 0px 15px;
}
.call_icon a i:hover {
  color: var(--bgcolor) !important;
}
/*======== call to action area end  ==========*/
/*======= google map area start  ======*/
.gogle_map_area {
  border: 15px solid var(--bgcolor);
}
.google_map_title iframe {
  width: 100%;
  height: 450px;
}
/*======= google map area end  ======*/
/*======= conatct area start  ======*/
.dt_contact_area {
  padding: 60px 0;
}
.contact_title {
  background-color: transparent;
  background-image: linear-gradient(180deg, #040D18 0%, #166FD3 100%);
  padding: 100px 80px 50px 100px;
  width: 86%;
  margin: -150px auto;
}
.inner_contact_area.text-left {
  padding: 10px;
}
.contact_box h4 {
  color: var(--whitec);
  font-size: 24px;
}
.contact_box p {
  color: var(--whitec);
  width: 70%;
  margin-right: auto;
  margin-left: 0px;
}
.inner_contact_form.dt_ts_inp input, .inner_contact_form.dt_ts_inp textarea {
  height: 50px;
  background: transparent;
  border-bottom: 1px solid var(--titlecolor);
  margin-bottom: 5px;
}
.inner_contact_form.dt_ts_inp textarea {
  height: 100px;
}
.inner_contact_form.dt_ts_inp button {
  width: 100%;
  transition: .5s;
  background: var(--titlecolor);
}
.inner_contact_form.dt_ts_inp button:hover {
  background: var(--bgcolor);
}
/*======= conatct area end  ======*/
/*======== contact area start  ==========*/
.contact_area {
  padding: 120px 0 60px;
}
.contact_border {
  border: 10px solid var(--bgcolor);
}
.inner_contact_content h4 {
  color: var(--bgcolor);
  font-size: 18px;
}
.inner_contact_content h2 {
  font-size: 48px;
  font-weight: 700;
}
.inner_contact_content p {
  font-size: 16px;
  color: var(--titlecolor);
  margin: 0 0 35px;
  width: 85%;
}
.contact_text {
  display: flex;
  gap: 14px;
}
.contact_icon i {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 48px;
  display: block;
  font-size: 22px;
  text-align: center;
  transition: .5s;
  color: var(--whitec);
  background-color: var(--bgcolor);
}
.contact_text:hover .contact_icon i {
  background-color: var(--titlecolor);
}
.single_contact_humb h3 {
  color: var(--bgcolor);
  font-size: 16px;
  margin: 0;
}
.single_contact_humb p {
  font-size: 14px;
}
/* inner contact form */
.inner_contact_form {
  margin-top: 20px;
}
/* inner contact form */
.inner_contact_form input {
  outline: none;
  background-color: #F5F5F5;
  width: 100%;
  height: 45px;
  border: none;
  padding: 0 20px;
  margin-right: 15px;
}
.inner_contact_form input::placeholder {
  color: var(--paracolor);
}
.inner_contact_form textarea {
  width: 100%;
  outline: none;
  padding: 20px 20px;
  height: 155px;
  border: none;
  background-color: #F5F5F5;
}
textarea::placeholder {
  color: var(--paracolor);
}
.inner_contact_form {
  text-align: center;
}
.inner_contact_form button {
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  background-color: var(--bgcolor);
  color: var(--whitec);
  border-radius: 3px;
  transition: .5s;
}
.inner_contact_form button:hover {
  background-color: var(--titlecolor);
}
.inner_contact_map {
  width: 100%;
  height: 100%;
}
.inner_contact_map iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
/*======== contact area end  ==========*/
/*====== single page accordion start=====*/
.single_page_accordion {
  padding: 20px 0 30px;
}
.single_ac_items {
  margin-bottom: 20px;
  box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}
.single_ac_items a {
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--paracolor);
}
.single_ac_items a i {
  margin-right: 8px;
}
.single_ac_items a.active {
  position: relative;
  color: var(--bgcolor);
}
.single_ac_items a.active::before {
  content: "\ef9a";
  position: absolute;
  font-family: Icofont !important;
  top: 18px;
  left: 20px;
  bottom: 0;
}
.single_ac_items a.active i {
  opacity: 0;
  visibility: hidden;
}
.single_accor_contents {
  margin: 10px 20px 10px;
}
.single_accor_contents p {
  font-weight: 600;
  padding-bottom: 15px;
}
/*======== single page accordion end ==========*/
/*======== portfolio area start  ==========*/
.portfolio_area {
  padding: 115px 0 45px;
}
/* portfolio 2 css */
.portfolio_2 {
  margin-bottom: 30px;
}
.portfolio_title h2 {
  font-size: 18px;
  color: var(--bgcolor);
}
.portfolio_title h3 {
  font-size: 60px;
}
.portfolio_title p {
  width: 64%;
  margin: 0 auto;
}
/* portfolio 2 sub content css */
.portfolio_2_subc {
  padding: 0px 0 5px 15px;
}
.portfolio_2_subc h2 a {
  font-size: 24px;
  transition: .5s;
  color: var(--brcolor);
}
.portfolio_2_subc h2 a:hover {
  color: var(--bgcolor);
}
.portfolio_nav_all {
  padding: 24px 0 30px;
}
/* portfolio nav css */
.portfolio_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.portfolio_nav ul li {
  display: inline-block;
  border: 1px solid #f3eaea;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: .5s;
}
.portfolio_nav ul li.current_menu_item {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.portfolio_nav ul li:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
/* portfolio items css */
.portfolio_img_area {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.portfolio_img_area img {
  width: 100%;
}
.portfolio_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(22 111 211 / 64%);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
.inner_portfolio_items:hover .portfolio_overlay {
  opacity: 1;
  visibility: visible;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(222 169 26 / 40%);
  text-align: center;
}
.overlay > a {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  text-align: center;
  color: var(--whitec);
  margin-right: 6px;
  transition: .5s;
  margin-top: 15%;
}
.overlay a:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.overlay > a > i {
  font-size: 22px;
}
.overlay h2 a {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
  font-size: 24px;
  color: var(--whitec);
  transition: .5s;
}
.overlay h2 a:hover {
  background: none;
  color: var(--blackc);
}
.overlay p {
  font-size: 16px;
  font-weight: 400;
  color: var(--whitec);
}
.inner_portfolio_items:hover .overlay {
  opacity: 1;
  visibility: visible;
}
/* portfolio content css */
.portfolio_overlay_cont {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
}
.portfolio_overlay_cont > a {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  text-align: center;
  background: none;
  color: var(--whitec);
}
.portfolio_overlay_cont > a:hover {
  background: var(--bgcolor);
  color: var(--whitec);
}
.portfolio_overlay_cont > a i {
  font-size: 25px;
}
.portfolio_overlay_cont h2 {
  margin: 0;
}
.portfolio_overlay_cont h2 a {
  margin-top: 10px;
  display: inline-block;
  font-size: 24px;
  color: var(--whitec);
  transition: .5s;
}
.portfolio_overlay_cont h2 a:hover {
  color: var(--bgcolor);
}
.portfolio_overlay_cont p {
  font-size: 16px;
  font-weight: 400;
  color: var(--whitec);
}
.inner_portfolio_items:hover .portfolio_overlay_cont {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
/* portfolio lower nav area css */
.portfolio_lo_nav_area {
  padding: 40px 0 0;
}
.inner_portfolio_lower_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inner_portfolio_lower_nav ul li {
  display: inline-block;
}
.inner_portfolio_lower_nav ul li a {
  display: inline-block;
  border-radius: 5px;
  font-size: 19px;
  line-height: 1;
  margin: 0 5px;
  padding: 15px 24px;
  box-shadow: 0 10px 40px 0 rgba(50, 65, 141, .12);
}
.inner_portfolio_lower_nav ul li a.current {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a i {
  font-size: 22px;
  font-weight: bold;
}
/*======== portfolio area end  ==========*/
/*======== blog left area start  ==========*/
.yblog_left {
  padding: 100px 0 0;
}
.inner_yblog_form {
  position: relative;
  width: 100%;
  padding: 20px 0 20px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_form input {
  width: 80%;
  outline: none;
  height: 55px;
  border: 1px solid #efefef;
  margin-left: 20px;
  padding-left: 20px;
}
.inner_yblog_form button {
  position: absolute;
  display: inline-block;
  right: 0;
  outline: none;
  border: none;
  padding: 16px 20px 15px;
  margin-right: 13px;
  background-color: #ddddddfa;
}
.inner_yblog_form button i {
  font-size: 18px;
}
/* inner  left title css */
.inner_yblog_left_title {
  margin: 30px 0 30px;
  width: 100%;
  padding: 20px 20px 15px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_left_title h2 {
  font-size: 24px;
}
.inner_yblog_left_title a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
}
.inner_yblog_left_title a.bottom {
  border-bottom: none;
}
.inner_yblog_left_title a:hover {
  color: var(--hoverbg);
}
/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 13px 0 12px;
  margin-top: 0;
}
.inner_yblgo_left_style2 a:hover {
  color: var(--bgcolor);
}
/* blog left inner css */
.inner_yblog_left_img {
  margin-bottom: 10px;
}
.inner_yblog_left_img img {
  width: 100%;
  margin: 12px 0 -0;
}
.yblog_left_inner {
  padding: 0 0;
  background: none;
  margin-bottom: 30px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
  padding: 20px 30px;
  border-radius: 20px;
  background: rgb(255 255 255 / 60%);
}
.yblog_left_inner:hover {
  box-shadow: 0 0 30px 0 rgb(22 111 211 / 30%);
  border-radius: 0;
}
.yblog_left_sub {
  padding: 25px 0 30px 15px;
  position: relative;
}
.yblog_left_sub h2 a {
  width: 100%;
}
.yblog_left_sub h2 a:hover {
  color: var(--bgcolor);
}
.yblog_left_text_sub {
  padding: 0px 0 10px;
}
.yblog_left_text_sub span {
  color: var(--paracolor);
}
.yblog_left_text_sub span i {
  color: var(--bgcolor);
}
.yblog_left_sub p {
  font-size: 16px;
  font-weight: 400;
  width: 95%;
}
.yblog_left_sub > a {
  display: inline-block;
  margin: 7px 0 0;
  padding: 7px 25px;
  border: 1px solid #dddddd;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  color: var(--paracolor);
  text-transform: capitalize;
}
.yblog_left_sub > a:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.ycalender_inner h5 {
  background-color: var(--bgcolor);
  color: var(--whitec);
  padding: 14px 0 12px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  margin: 0;
}
.ycalender_inner {
  padding: 20px 20px;
  width: 100%;
}
.data_active {
  color: var(--whitec);
  background-color: var(--bgcolor);
}
.ycalender_inner th {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
}
.ycalender_inner td {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
}
/*======== blog left area end  ==========*/
/*======== project information area start  ==========*/
.project_information_area {
  padding: 100px;
  width: 70%;
  margin: 100px auto;
  border: 1px solid #DDD;
  border-radius: 10px;
}
.inner_project_information_img {
  margin: 30px auto;
}
.inner_project_information_img img {
  width: 100%;
}
/* inner project right content css */
.inner_project_right_content h2 {
  font-size: 24px;
}
.inner_project_right_content p span {
  font-size: 16px;
  color: var(--bgcolor);
  font-weight: 700;
}
/* inner project infomation icons css */
.inner_project_in_icon {
  margin: 80px auto 0;
  text-align: center;
}
.inner_project_in_icon a {
  padding: 10px 30px;
  border: 1px solid #DDD;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  background-color: var(--whitec);
  color: #999;
  font-size: 16px;
  margin-right: 4px;
}
.inner_project_in_icon a:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
/* inner project text area css */
.inner_project_text_area {
  margin: 0 auto;
}
.inner_project_text_area h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.inner_project_text_area h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.inner_project_information_descrip {
  margin-top: 50px;
}
.inner_project_information_descrip h4 {
  font-size: 16px;
}
.inner_project_information_descrip p {
  text-overflow: ellipsis;
  text-align: justify; /* 两端对齐 */
  text-align-last: left; /* 最后一行左对齐 */
  text-indent: 36px;
  font-size: 18px;
  line-height: 28px;
  margin: 15px 0;
}
.inner_project_information_descrip p img {
  margin: 30px 0 30px -36px;
}
.inner_project_information_descrip img {
  margin: 30px auto;
  width: 100%;
}
.inner_project_information_descrip_1 h2 {
  margin: 100px 0 30px;
}
.inner_project_information_descrip_1 p {
  text-overflow: ellipsis;
  text-align: justify; /* 两端对齐 */
  text-align-last: left; /* 最后一行左对齐 */
  text-indent: 36px;
  font-size: 18px;
  line-height: 28px;
  margin: 15px 0;
}
/* inner project information description css */
.inner_project_infor_list {
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}
.inner_project_infor_list li {
  margin-bottom: 5px;
}
/*======== project information area end  ==========*/
/*======== single blog page area start  ==========*/
.inner_single_box_area {
  background-color: #f8f9fa;
  padding: 20px 20px 20px;
}
.inner_single_box_area p {
  margin-bottom: 5px;
}
.inner_single_page_content_area p {
  margin-top: 20px;
}
/* inner single page middle text css */
.single_tab_img {
  overflow: hidden;
}
.tab_list_img img {
  transition: .5s;
  width: 100%;
  height: 100%;
}
.single_tab_img:hover .tab_list_img img {
  transform: scale(1.2);
}
.inner_shop_right_icon ul li a.active {
  color: var(--whitec);
  background-color: var(--bgcolor)
}
.inner_tab_list_text {
  margin-left: 55px;
  margin-top: 15px;
}
.inner_tab_list_text span {
  color: var(--bgcolor);
}
/* single shop page */
/* single comment title css */
.single_comment_title {
  margin: 35px 0 55px;
}
.single_comment_title h3 {
  font-size: 20px;
}
.single_post_comment_area input {
  width: 47%;
  outline: none;
  height: 42px;
  padding: 0 20px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* inner single post checkbox css */
.inner_single_post_checkbox {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.inner_single_post_checkbox input {
  height: 15px;
  width: 12px;
  margin-right: 6px;
}
.single_post_comment_area textarea {
  width: 97%;
  padding: 10px 20px;
  height: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.single_post_comment_area button {
  display: inline-block;
  text-align: center;
  padding: 16px 30px;
  margin-top: 5px;
  border-radius: 5px;
  background-color: var(--brcolor);
  color: var(--whitec);
  border: none;
  outline: none;
  transition: .6s;
}
.single_post_comment_area button:hover {
  background-color: var(--bgcolor);
}
/*======== single blog page area end  ==========*/
/*======== footer area start  ==========*/
.foot_area {
  margin: 150px 0 50px 70px;
  width: 100%;
}
.footer_area {
  width: 98%;
  margin: 30px 0 0 15px;
  padding: 40px 0 0 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.ny_footer_bj {
  margin-top: 150px;
  background: #000;
}
.ny_footer_area {
  background: url("../../image/about_01.jpg") no-repeat center bottom;
}
.ny_footer_img img {
  margin: auto;
  display: block;
}
.ny_footer_area_1 {
  margin: 40px 0 20px;
}
/* foote top */
.footer_logo_area {
  border-left: 1px dashed var(--whitec);
  padding: 0 20px 0 30px;
  margin-bottom: 25px;
  overflow: hidden;
}
.footer_logo_area .b_logo {
  text-align: right;
}
.footer_logo_area .b_logo img {
  width: 70%;
}
.footer_logo_area .b_logo_ny {
  text-align: right;
}
.footer_logo_area .b_logo_ny img {
  width: 70%;
}
.footer_logo_area span {
  margin: 10px 0;
  padding: 0;
  display: block;
  color: #FFF;
}
.footer_logo_area span a {
  color: #FFF;
}
.footer_logo_area span a:hover {
  color: #FFF;
  text-decoration: underline;
}
.ny_footer_logo_area {
  border-left: 1px dashed var(--whitec);
  margin-left: 50px;
  padding: 0 0 0 30px;
  text-align: right;
  overflow: hidden;
  background: #000;
}
.ny_footer_logo_area img {
  width: 80%;
  margin: 0 0 10px 0;
}
.ny_footer_logo_area span {
  margin: 10px 0;
  padding: 0;
  display: block;
  color: #FFF;
}
.ny_footer_logo_area span a {
  color: #FFF;
}
.ny_footer_logo_area span a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer_top {
  margin: 20px 0 80px;
}
.footer-top-inner {
  display: flex;
}
.footer-top-inner p {
  margin-left: auto;
  margin-right: auto;
  width: 81%;
  color: var(--whitec);
}
.footer_logo_area p {
  padding: 50px 114px 10px 0px;
  color: var(--whitec);
  font-size: 14px;
}
/* footer input */
.br_footer {
  border: none;
}
.br_footer p {
  padding: 50px 0 10px 0px;
  font-size: 16px;
}
.f_widget_form {
  position: relative;
}
.f_widget_form input {
  height: 50px;
  position: relative;
  background: 0 0;
  color: var(--paracolor);
  width: 100%;
  padding-left: 10px;
  outline: none;
  background: var(--whitec);
  border: 1px solid #fefcfc54;
}
.f_widget_form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 24px;
  border: none;
  outline: none;
  background-color: var(--bgcolor);
  color: var(--whitec);
}
/* footer nav css */
.inner_footer_widget_img {
  margin-top: 22px;
}
.footer_nav {
  margin: 0 70px 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer_nav ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -30px;
  text-align: center;
}
.footer_nav ul strong {
  padding: 0 0 0 30px;
  display: block;
  margin-bottom: 20px;
}
.footer_nav ul strong a {
  font-size: 18px;
  font-weight: bold;
  color: var(--whitec);
  text-transform: uppercase;
}
.footer_nav ul li {
  width: 100%;
  padding: 0 0 10px 30px;
  line-height: 18px;
  margin: 0;
}
.footer_nav ul li a {
  font-size: 16px;
  color: var(--whitec);
  font-weight: 400;
  text-transform: uppercase;
}
.footer_nav ul li a:hover {
  color: var(--bgcolor);
}
.footer_widget {
  padding-left: 20px;
}
.footer_widget h4 {
  font-size: 24px;
  color: var(--whitec);
  margin-bottom: 25px;
  text-align: center;
}
.footer_widget h4 a {
  color: #CCC;
}
.footer_widget h4 a:hover {
  color: var(--bgcolor);
}
.footer_addres_area p i {
  margin-right: 10px;
}
.footer_addres_area p {
  font-size: 16px;
  color: var(--whitec);
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
}
.footer_widget p a {
  color: #CCC;
}
.footer_widget p a:hover {
  color: var(--bgcolor);
}
/* footer address area css */
.footer_address_area h5 {
  color: var(--bgcolor);
}
.footer_address_area p {
  color: var(--whitec);
}
/* subscribe form area css */
.inner_subscribe_form_area {
  position: relative;
  overflow: hidden;
}
.inner_subscribe_form_area input {
  width: 100%;
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 15px 30px;
  height: 40px;
  background: var(--whitec);
  color: var(--paracolor);
  margin-right: 10px;
  border-radius: 7px;
}
.inner_subscribe_form_area input::placeholder {
  color: var(--paracolor);
}
.inner_subscribe_form_area button {
  width: 15%;
  border-radius: 5px;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  padding: 7px 15px;
  transition: .5s;
  background: var(--bgcolor);
  color: var(--whitec);
}
.inner_subscribe_form_area:hover.inner_subscribe_form_area button {
  background-color: var(--titlecolor);
  color: var(--whitec);
}
/*======== footer area end  ==========*/
/*======== copyright area start  ==========*/
.copyright_area {
  margin-top: 10px;
  padding: 20px 0;
  background-color: var(--bgcolor);
  border-radius: 0 0 20px 20px;
}
.copy-right-text p {
  color: var(--whitec);
  margin: 0;
  font-size: 14px;
  text-align: center;
}
.copy-right-text p a {
  color: var(--whitec);
}
.copy-right-text p a:hover {
  color: var(--whitec);
  text-decoration: underline;
}
.ny_copyright_area {
  padding: 20px 10px;
  background-color: var(--bgcolor);
}
/*======== copyright area end  ==========*/
/*======== scroll top btn css  ==========*/
#scrollUp {
  position: fixed;
  bottom: 70px;
  font-size: 22px;
  height: 40px;
  line-height: 42px;
  right: 40px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  width: 40px;
  color: var(--whitec);
  background: var(--bgcolor);
  display: none;
  cursor: pointer;
  z-index: 9999;
}
.oi_vc_text {
  padding: 40px 10px 40px 35px;
  width: 100%;
  height: 300px;
  border-radius: 20px;
}
.oi_vc_text_1 {
  padding: 55px 50px;
  width: 100%;
  border-radius: 20px;
}
.oi_vc_text_ny {
  padding: 60px 40px 50px 60px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #DDD;
  border-radius: 10px;
  margin-top: 20px;
}
.oi_vc_text_ny_1 {
  padding: 0 40px 0;
  width: 100%;
  height: 300px;
  background: #fff;
  border: 1px solid #DDD;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.oi_vc_text_ny_2 {
  padding: 50px 40px 20px 40px;
  width: 100%;
  background: #fff;
  border: 1px solid #DDD;
  border-radius: 10px;
  margin-top: 20px;
  background: url("../../image/about_05_bj.jpg") repeat-x top;
}
.oi_vc_text_ny_3 {
  padding: 60px 0 0 40px;
  width: 100%;
  background: #fff;
  border: 1px solid #DDD;
  border-radius: 10px;
  margin-top: 20px;
  background: url("../../image/about_05_bj.jpg") repeat-x top;
}
.oi_vc_text_span {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.oi_vc_text_span p {
  text-overflow: ellipsis;
  text-align: justify; /* 两端对齐 */
  text-align-last: left; /* 最后一行左对齐 */
  margin: 0 0 15px 0;
  font-size: 16px;
}
.oi_vc_text_span h2 img {
  width: 12%;
  margin: 0 20px 0 0;
  display: block;
}
.oi_vc_text_span img {
  margin: 20px 20px 20px 0;
  float: left;
}
.oi_vc_text_span h3:before {
  content: '';
  border-left: 5px solid var(--bgcolor);
  padding-left: 10px;
}
.oi_vc_text_span_1 {
  overflow: hidden;
}
.oi_vc_text_span_1 img {
  float: left;
}
.oi_vc_text_span_1 h3:before {
  content: '';
  border-left: 5px solid var(--bgcolor);
  padding-left: 10px;
}
.contact-info {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 164px;
}
.contact-info li {
  display: flex;
  flex-direction: row;
  line-height: 36px;
  font-size: 16px;
  margin-top: 5px;
}
.contact-info li strong {
  margin-right: 5px;
}
.contact-info li img {
  width: 8%;
  height: auto;
  margin: 2px 10px 5px 0;
}
.contact-info-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 150px;
}
.contact-info-1 li {
  display: flex;
  flex-direction: row;
  line-height: 37px;
  padding: 5px 0;
}
.contact-info-1 li strong {
  margin-right: 10px;
}
.contact-info-1 li img {
  width: 8%;
  height: auto;
  margin: 5px 10px 5px 0;
}
.contact-info-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 136px;
}
.contact-info-2 li {
  width: 100%;
  display: flex;
  flex-direction: row;
  line-height: 30px;
  height: 40px;
  margin-bottom: 10px;
}
.contact-info-2 li strong {
  margin-right: 10px;
}
.contact-info-2 li img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.contact-info-3 {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 130px;
}
.contact-info-3 li {
  width: 100%;
  display: flex;
  flex-direction: row;
  line-height: 37px;
}
.contact-info-3 li strong {
  margin-right: 10px;
}
.contact-info-3 li img {
  width: 20px;
  height: 20px;
  margin: 7px 10px 10px 0;
}
.contact-info-4 {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 130px;
}
.contact-info-4 li {
  width: 100%;
  display: flex;
  flex-direction: row;
  line-height: 37px;
  margin-right: 20px;
}
.contact-info-4 li strong {
  margin-right: 10px;
}
.contact-info-4 li img {
  width: 20px;
  height: 20px;
  margin: 7px 10px 10px -15px;
}
.contact-info-map-sy {
  width: 100%;
  height: 300px;
  border: #ccc solid 1px;
  overflow: hidden;
  border-radius: 10px;
  background: url("../../image/map.jpg") no-repeat center;
}
.contact-info-map-sy img {
  width: 100%;
  height: 100%;
}
.contact-info-map-sy h1 {
  position: absolute;
  top: 38%;
  left: 60%;
  background: no-repeat;
}
.contact-info-map-sy h1 img {
  width: 20px;
  height: auto;
  animation: move 1s infinite;
  position: absolute;
  top: 5px;
  left: 0;
}
.contact-info-map-sy h1 p {
  width: 180px;
  display: block;
  background: #FF0000;
  color: #FFF;
  padding: 5px 10px;
  font-size: 14px;
  margin-left: 30px;
  text-align: center;
}
.contact-info-map {
  width: 100%;
  height: 300px;
  border: #ccc solid 1px;
  overflow: hidden;
  border-radius: 10px;
  background: url("../../image/map_1.jpg") no-repeat center;
}
.contact-info-map img {
  width: 100%;
  height: 100%;
}
.contact-info-map h1 {
  position: absolute;
  top: 42%;
  left: 48%;
}
.contact-info-map h1 img {
  width: 20px;
  height: auto;
  animation: move 1s infinite;
  position: absolute;
  top: 5px;
  left: 0;
}
.contact-info-map h1 p {
  text-align: center;
  display: block;
  background: #FF0000;
  color: #FFF;
  padding: 5px 10px;
  font-size: 14px;
  margin-left: 30px;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*======== about us ny ==========*/
.ny-aboutus-link_1 {
  border-top: 1px dashed #CCC;
  padding-top: 50px;
  overflow: hidden;
}
.ny-aboutus-display-name-1 {
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 80px;
  border: 4px solid var(--bgcolor);
  background: #FFF;
  padding: 5px;
}
.ny-aboutus-display-name {
  background: var(--bgcolor);
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
  padding-top: 20px;
  text-align: center;
  color: #FFF;
  border-radius: 10px;
  height: 60px;
  position: relative;
  margin-top: 50px;
}
.ny-aboutus-display-img {
  background: var(--bgcolor);
  border-radius: 10px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 80px;
}
.ny-aboutus-display-img img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.ny-aboutus-display-link {
  width: 100%;
  height: 20px;
  position: absolute;
  font-size: 18px;
}
.ny-aboutus-display-kong-lt {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #FFF;
  position: absolute;
  top: 10px;
  left: 20px;
  box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
  font-size: 18px;
}
.ny-aboutus-display-kong-rt {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #FFF;
  position: absolute;
  top: 10px;
  right: 20px;
  box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
  font-size: 18px;
}
.ny-aboutus-display-link-1 {
  width: 100%;
  position: relative;
}
.ny-aboutus-display-xian-lt {
  width: 4px;
  height: 50px;
  background: #CCC;
  position: absolute;
  top: -20px;
  left: 25px;
  z-index: 2;
}
.ny-aboutus-display-xian-rt {
  width: 4px;
  height: 50px;
  background: #CCC;
  position: absolute;
  top: -20px;
  right: 27px;
  z-index: 2;
}
/*======== about history ny ==========*/
.ny_about_history {
  width: 100%;
  height: 900px;
  background: url("../../image/about_history_bj.jpg") no-repeat bottom;
  margin-bottom: -150px;
}
.history {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.history_con {
  width: 100%;
  margin-right: 30px;
}
.history_con:last-child {
  margin-right: 0;
  color: var(--encolor);
  font-weight: bold;
}
.history_con:last-child h1 {
  background: var(--encolor);
}
.history_con:last-child h4 {
  background: var(--encolor);
}
.history_con h1 {
  background: var(--bgcolor);
  color: #FFF;
  text-align: center;
  padding: 10px;
  border-radius: 30px;
  font-size: 20px;
}
.history_con h4 {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-weight: 300px;
  background: var(--bgcolor);
  color: #FFF;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 50%;
  font-size: 14px;
  margin: 15px 0 15px -15px;
}
.history_con p {
  border-left: 1px dashed #999;
  padding: 20px;
  text-overflow: ellipsis;
  text-align: justify; /* 两端对齐 */
  text-align-last: left; /* 最后一行左对齐 */
}
/*======== zp ny ==========*/
.ny_zp_bj {
  width: 100%;
  height: 450px;
  background: url("../../image/zp_03.png") no-repeat bottom;
  margin-bottom: -150px;
}
.ny_zp_bj_1 {
  width: 100%;
  background: url("../../image/zp_03.png") no-repeat bottom;
  margin-bottom: -150px;
  padding-bottom: 100px;
}
.ny_zp_bj_2 {
  width: 100%;
  background: url("../../image/zp_04.png") no-repeat bottom;
  margin-bottom: -150px;
  padding-bottom: 100px;
  overflow: hidden;
}
.ny_zp_bj_3 {
  width: 100%;
  background: url("../../image/zp_05.png") no-repeat bottom;
  margin-bottom: -150px;
  padding-bottom: 10px;
}
/*======== brand ==========*/
.brand_bj {
  width: 100%;
  height: 1250px;
  background: url("../../image/brand_01.png");
  margin-bottom: -150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.brand_con {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.win_brand {
  display: block;
}
#yd_brand {
  display: none;
}
#weixin {
  float: right;
  margin-top: 25px;
  margin-left: -30px;
}
.weixin img {
  width: 65%;
}