section {
  padding: 100px 0; }

.section-t-space {
  padding-top: 100px; }

.section-b-space {
  padding-bottom: 100px; }

body {
  font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";
  position: relative;
  background: #ffffff;
  font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320))); }

h1 {
  font-style: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";
  font-size: calc(22px + (80 - 22) * ((100vw - 320px) / (1920 - 320)));
  color: #000000;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
  font-weight: 500;
  font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";
  color: #00377e; }

h3 {
  font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53"; }

h4 {
  font-size: calc(16px + (28 - 16) * ((100vw - 320px) / (1920 - 320)));
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53"; }

h5 {
  font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400; }

h6 {
  font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";
  color: #00377e; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

li {
  display: block;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))); }

p {
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.6;
  color: #33322d;
  font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";
  font-weight: 400; }

span {
  font-size: 14px; }

a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))); }
  a:hover {
    text-decoration: none;
    -webkit-transition: 0s;
    transition: 0se; }
  a:focus {
    outline: none; }

.mt-cls {
  margin-top: 30px; }

.textright{ text-align:right}
.textleft{ text-align:left}

button:focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.bg-light0 {
  background-color: #bfbfbf; }

.bg-light1 {
  background-color: #f1e7e6; }

.bg-light2 {
  background-color: #d0edff; }

.small-section {
  padding-top: 35px;
  padding-bottom: 35px; }

.title-borderless {
  margin-bottom: 30px;
  text-align: center;
  margin-top: -5px; }

.btn_dark:hover {
  color: white; }

.slick-slide {
  line-height: 0; }

.slick-prev {
  left: -20px; }

.slick-next {
  right: -20px; }

.light-grey-bg {
  background-color: rgba(238, 228, 216, 0.4); }

.alert {
  font-size: 14px; }
  .alert .progress {
    height: 7px; }

.common-bg {
  background-image: url("../assets/images/common_image/common_bg.png");
  background-attachment: fixed;
  position: relative; }

.common-decor .circel {
  position: absolute;
  height: 25px;
  width: 25px;
  border: 4px solid #eee4d8;
  border-radius: 100%;
  left: 30px;
  -webkit-animation: myOrbit 9s linear infinite;
          animation: myOrbit 9s linear infinite; }
  .common-decor .circel:nth-child(2) {
    right: 30px;
    left: unset;
    bottom: 50%;
    animation: myOrbit 9s linear infinite reverse; }
  .common-decor .circel:nth-child(3) {
    right: 50%;
    left: unset;
    bottom: 50px;
    animation: myOrbit 9s linear infinite reverse; }

.common-decor .plus {
  position: absolute;
  bottom: 50px;
  left: 50px;
  -webkit-animation: star 7s linear infinite;
          animation: star 7s linear infinite; }
  .common-decor .plus:before {
    content: "";
    height: 20px;
    position: absolute;
    width: 6px;
    background: -webkit-gradient(linear, left bottom, left top, from(#d7cab9), to(#d9cab5));
    background: linear-gradient(to top, #d7cab9 0%, #d9cab5 100%);
    border-radius: 5px;
    -webkit-transform: rotate(-85deg);
            transform: rotate(-85deg); }
  .common-decor .plus:after {
    content: "";
    background-color: #fe7d0b;
    height: 20px;
    position: absolute;
    width: 6px;
    background: -webkit-gradient(linear, left bottom, left top, from(#d7cab9), to(#d9cab5));
    background: linear-gradient(to top, #d7cab9 0%, #d9cab5 100%);
    border-radius: 5px; }
  .common-decor .plus + .plus {
    left: unset;
    right: 30px;
    -webkit-animation: star 15s linear infinite;
            animation: star 15s linear infinite; }

/*==================
     1.1. Button
 ===================*/
.btn_dark {
  border: 1px solid #00377e;
  background: #00377e;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 100px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  overflow: hidden; }
  .btn_dark:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -80px;
    opacity: 0.2;
    position: absolute;
    top: -30px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1; }
  .btn_dark:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }

.btn_lite {
  border: 1px solid #c7ac85;
  background: #c7ac85;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 100px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
  overflow: hidden;
  position: relative; }
  .btn_lite:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -80px;
    opacity: 0.2;
    position: absolute;
    top: -30px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1; }
  .btn_lite:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }

/*======================
     1.2. Title
=======================*/
.title_prime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  height: 100%; }
  .title_prime .icon-image {
    width: 50px;
    fill: #00377e;
    margin-left: 37px; }
  .title_prime h5 {
    font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1920 - 320)));
    padding-top: 23px;
    padding-left: 20px;
    position: relative;
    color: #00377e;
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 0.02em;
    line-height: 26px; }
    .title_prime h5:before {
      content: "";
      height: 3px;
      width: 14px;
      position: absolute;
      left: 7px;
      top: 70%;
      background: #00377e;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .title_prime h2 {
    letter-spacing: 0.02em;
    line-height: 60px;
    padding-top: 30px;
    max-width: 340px;
    margin-top: -12px;
    margin-bottom: 0;
    text-transform: uppercase; }
  .title_prime p {
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 0; }

.title_second {
  margin-bottom: 50px; }
  .title_second h5 {
    color: #636060;
    font-family:"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";
    text-transform: capitalize;
    margin-top: -3px;
    font-size: calc(10px + (28 - 14) * ((100vw - 320px) / (1920 - 320))); }
  .title_second h2 {
    padding-top: 20px;
    margin-bottom: -8px; }

.title1 {
  text-align: center; }
  .title1 h4 {
    color: #00377e;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: -3px; }
  .title1 .title-inner1 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative; }
    .title1 .title-inner1:after {
      position: absolute;
      height: 5px;
      width: 70px;
      background-color: #00377e;
      content: "";
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0; }
  .title1.title-gradient .title-inner1:after {
    background: #00377e;
    background: -webkit-gradient(linear, left top, left bottom, from(#01effc), color-stop(99%, #485ff2));
    background: linear-gradient(180deg, #01effc 0%, #485ff2 99%);
    background-color: #00377e; }
  .title1.title5 .title-inner1 {
    padding-bottom: 0;
    margin-bottom: 0; }
    .title1.title5 .title-inner1:after {
      display: none; }
  .title1.title5 hr[role="tournament6"] {
    border: 0 solid;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(106, 64, 49, 0.75)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(106, 64, 49, 0.75), rgba(0, 0, 0, 0));
    display: block;
    width: 25%;
    margin: 15px auto 30px auto; }
  .title1.title5 hr[role="tournament6"]::before {
    position: absolute;
    background-color: #efefef;
    border: 1px solid;
    border-color: #00377e;
    padding: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 50%;
    margin: -6px 0px 0px 0;
    content: ""; }

.title2 {
  text-align: center; }
  .title2 h4 {
    color: #00377e;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: -3px; }
  .title2 .title-inner2 {
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    padding: 0 25px; }
    .title2 .title-inner2:after {
      position: absolute;
      height: 5px;
      width: 100%;
      background-color: #8d5541;
      content: "";
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 3px;
      z-index: -1; }

.title3 {
  text-align: center; }
  .title3 h4 {
    color: #00377e;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: -3px; }
  .title3 .title-inner3 {
    margin-bottom: 20px;
    position: relative;
    margin-top: -5px; }
  .title3 .line {
    position: relative;
    height: 5px;
    width: 45px;
    background-color: #00377e;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    margin-bottom: 50px; }
    .title3 .line:after, .title3 .line:before {
      position: absolute;
      height: 5px;
      width: 10px;
      content: "";
      background-color: #00377e; }
    .title3 .line:after {
      right: 50px; }
    .title3 .line:before {
      left: 50px; }

.title4 {
  text-align: center; }
  .title4 .title-inner4 {
    padding-bottom: 25px;
    margin-bottom: 0;
    position: relative;
    margin-top: -5px; }
  .title4 .line {
    position: relative;
    height: 1px;
    width: 180px;
    background-color: #00377e;
    margin: 0 auto;
    margin-bottom: 55px;
    bottom: 0;
    top: 0; }
    .title4 .line:after, .title4 .line:before {
      position: absolute;
      height: 10px;
      width: 10px;
      content: "";
      background-color: #00377e;
      top: -4px; }
    .title4 .line:after {
      left: 78px; }
    .title4 .line:before {
      left: 64px; }
    .title4 .line span:after, .title4 .line span:before {
      position: absolute;
      height: 10px;
      width: 10px;
      content: "";
      background-color: #00377e;
      top: -4px; }
    .title4 .line span:after {
      right: 78px; }
    .title4 .line span:before {
      right: 64px; }

.title6 {
  text-align: center; }
  .title6 h2 {
    margin-top: -5px; }

.title-borderless {
  margin-bottom: 30px;
  text-align: center;
  margin-top: -5px; }

/*==================
     2. Header
====================*/
.top_header {
  font-family: "Poppins";
  padding: 5px 0;
  background: -webkit-gradient(linear, right top, left top, from(#978262), color-stop(#cbbaa6), to(#978262));
  background: linear-gradient(270deg, #978262, #cbbaa6, #978262); }
  .top_header .greeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    float: left; }
  .top_header ul.list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .top_header h6 {
    color: #00377e;
    font-size: 14px;
    line-height: 30px; }
  .top_header .dropdown .dropdown-menu {
    background: white;
    border-radius: 0; }
    .top_header .dropdown .dropdown-menu .dropdown-item {
      color: #00377e; }
      .top_header .dropdown .dropdown-menu .dropdown-item:hover {
        color: #00377e;
        font-weight: 700; }
      .top_header .dropdown .dropdown-menu .dropdown-item:active {
        background-color: white; }
  .top_header .dropdown .btn {
    background: transparent;
    color: #00377e;
    border-radius: unset;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1; }
    .top_header .dropdown .btn:focus {
      -webkit-box-shadow: unset;
              box-shadow: unset; }
  .top_header ul > li:nth-child(2) {
    border-right: 1px solid rgba(106, 64, 49, 0.4);
    padding: 0 15px 0 0;
    margin-right: 1.2rem !important; }
  .top_header i {
    color: #00377e;
    font-size: 14px; }

.toggle-nav {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer; }

.menu {
  background: #ffffff; }
  .menu a {
    padding-top: 31px;
    padding-bottom: 31px;
    font-weight: 500;
    text-transform: uppercase; }
  .menu .menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .menu .menu-contentv2 {
    display: block; }
    .menu .menu-content .sm-horizontal .mobile-back {
      display: none; }
    .menu .menu-content .toggle-nav {
      display: none; }
      .menu .menu-content .toggle-nav i {
        font-size: 24px;
        color: #00377e; }
    .menu .menu-content .menu-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .menu .menu-content nav {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .menu .menu-content .main-menu .mobile-back {
        display: none; }
      .menu .menu-content .full-mega-menu {
        min-width: 1100px !important;
        padding: 20px !important;
        left: unset !important;
        right: 0; }
        .menu .menu-content .full-mega-menu h5 {
          font-size: 14px;
          color: #00377e;
          text-transform: uppercase;
          line-height: 14px;
          font-weight: 700;
          font-family: Poppins; }
        .menu .menu-content .full-mega-menu ul {
          display: block;
          position: relative;
          -webkit-box-shadow: none;
                  box-shadow: none;
          border: none;
          background-color: transparent; }
          .menu .menu-content .full-mega-menu ul a {
            padding: 9px 0;
            font-size: 14px; }
    .menu .menu-content .navbar .back {
      display: none; }
    .menu .menu-content .navbar .nav-link {
      color: #00377e;
      padding-right: 24px;
      padding-left: 24px; }
    .menu .menu-content .navbar .navbar-toggler {
      color: #00377e;
      border: unset; }
    .menu .menu-content a {
      font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";
      line-height: 16px; }
    .menu .menu-content ul.navbar-nav .nav-link {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .menu .menu-content ul.navbar-nav .nav-link:hover {
        background: #00377e;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .menu .menu-content .main_menu_right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .menu .menu-content .main_menu_right > button a {
        color: #ffffff;
        line-height: 0; }
      .menu .menu-content .main_menu_right > button + button {
        margin-left: 10px; }
      .menu .menu-content .main_menu_right .setting {
        display: none; }
      .menu .menu-content .main_menu_right button {
        cursor: pointer;
        color: #ffffff;
        border: 1px solid #b3b3b3;
        background: #b3b3b3;
        padding: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .menu .menu-content .main_menu_right button span {
          font-size: 16px; }
        .menu .menu-content .main_menu_right button:hover {
          background-color: 00377e;
          color: #fff;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }


.inner_header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
  background: #b6a48b;
  margin: 0 auto;
  border-top: 1px solid #00377e;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .inner_header .mid_header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0; }
    .inner_header .mid_header_right .location {
      margin-left: auto;
      max-width: 38%; }
  .inner_header .media span {
    color: #00377e; }
  .inner_header .media .media-body p {
    color: #00377e;
    font-weight: medium;
    font-size: 12px;
    font-family: "Work Sans", sans-serif; }

/*======================
     3. Home Slider
=======================*/
.js-silder{
	position: relative;	
	min-width: 320px;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
}
.js-silder-ctrl{
	width: 100%;
	text-align: center;
    position:relative;
    top:-50px;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family:"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
	left: 0;
	text-align: left;
}
.silder-ctrl-next{
	right: 0;
	text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{
	display: inline-block;
	width: 35px;
 height:5px;
	padding: 0;
	margin: 0 15px;
	cursor: pointer;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
 height:5px;
	cursor: pointer;
	background:rgba(255, 255, 255, 0.3);
}
.silder-ctrl-con.active>span{
	background:rgba(255, 255, 255, 1.0);
}

@media (max-width: 768px){
    .js-silder-ctrl{
    top:-30px;
}
.silder-ctrl-con{
	margin: 0 5px;
}
}

/*====================
     4. Instagram
======================*/
.silk_insta_slide {
  line-height: 0; }
  .silk_insta_slide .instabox {
    position: relative;
    overflow: hidden; }
    .silk_insta_slide .instabox .overlay {
      opacity: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: rgba(203, 186, 166, 0.4);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .silk_insta_slide .instabox .overlay i {
        font-size: 25px;
        color: #ffffff; }
      .silk_insta_slide .instabox .overlay:hover {
        opacity: 1;
        -webkit-transform: scale(3);
                transform: scale(3);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        cursor: pointer; }

/*======================
     5. Brand
========================*/
.brand_section {
  background: url(../assets/images/hair_color/bg.png) scroll top center;
  background-repeat: no-repeat; }
  .brand_section .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 0; }
  .brand_section .brand > div:nth-child(1) {
    border-bottom: 2px solid;
    -o-border-image: linear-gradient(-90deg, #cab79a, #ffffff);
       border-image: -webkit-gradient(linear, right top, left top, from(#cab79a), to(#ffffff));
       border-image: linear-gradient(-90deg, #cab79a, #ffffff);
    border-image-slice: 1; }
  .brand_section .brand > div:nth-child(2) {
    border-right: 2px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
    -o-border-image: linear-gradient(0deg, #cab79a, #ffffff);
       border-image: -webkit-gradient(linear, left bottom, left top, from(#cab79a), to(#ffffff));
       border-image: linear-gradient(0deg, #cab79a, #ffffff);
    border-image-slice: 1; }
  .brand_section .brand > div:nth-child(3) {
    border-bottom: 2px solid;
    -o-border-image: linear-gradient(-90deg, #ffffff, #cab79a);
       border-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#cab79a));
       border-image: linear-gradient(-90deg, #ffffff, #cab79a);
    border-image-slice: 1; }
  .brand_section .brand > div:nth-child(5) {
    border-right: 2px solid;
    border-left: 2px solid;
    -o-border-image: linear-gradient(0deg, #ffffff, #cab79a);
       border-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#cab79a));
       border-image: linear-gradient(0deg, #ffffff, #cab79a);
    border-image-slice: 1; }

/*======================
     6. Testimonial
========================*/
.testimonial_section {
  background: url(../assets/images/testimonial/bg1.jpg) scroll top center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .testimonial_section .testimonial .test_image {
    position: relative;
    display: inline-block; }
    .testimonial_section .testimonial .test_image img {
      border-radius: 100px;
      z-index: 2;
      width: 140px; }
    .testimonial_section .testimonial .test_image .chat_icon {
      position: absolute;
      top: 0;
      right: 0;
      z-index: -2;
      width: 63px;
      -webkit-transform: translate(65%);
              transform: translate(65%); }
  .testimonial_section .testimonial .comment_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    margin-left: 30px; }
    .testimonial_section .testimonial .comment_box .comment {
      position: relative;
      display: inline-block; }
      .testimonial_section .testimonial .comment_box .comment:before {
        content: "\f10d";
        font: normal normal normal 20px/1 FontAwesome;
        position: absolute;
        top: -20px;
        left: -20px; }
      .testimonial_section .testimonial .comment_box .comment:after {
        content: "\f10e";
        font: normal normal normal 20px/1 FontAwesome;
        position: absolute;
        bottom: -20px;
        right: 0; }
    .testimonial_section .testimonial .comment_box .rating {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .testimonial_section .testimonial .comment_box .rating > i:nth-child(n) {
        color: #00377e; }
      .testimonial_section .testimonial .comment_box .rating > i:nth-child(5) {
        color: #ffffff; }
      .testimonial_section .testimonial .comment_box .rating p {
        color: #927364; }
    .testimonial_section .testimonial .comment_box h6 {
      font-weight: 600;
      color: #00377e; }
    .testimonial_section .testimonial .comment_box .reg {
      position: relative;
      display: inline-block;
      font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320))); }
      .testimonial_section .testimonial .comment_box .reg:before {
        content: "";
        position: absolute;
        background: #00377e;
        height: 2px;
        width: 10px;
        top: 50%;
        margin: 0 -16px;
        -webkit-transform: translate(-20%, -50%);
                transform: translate(-20%, -50%); }
  .testimonial_section .nav_image {
    margin-bottom: -20px;
    padding-top: 0; }
    .testimonial_section .nav_image .slick-current img {
      -webkit-transform: scale(1.5);
              transform: scale(1.5); }
  .testimonial_section .nav_img {
    border-radius: 100%;
    padding: 35px 13%;
    width: 100%;
    cursor: pointer;
    position: relative; }
    .testimonial_section .nav_img:after {
      position: absolute;
      content: " ";
      height: 100%;
      width: 100%;
      border-radius: 100%;
      left: 0;
      top: -20px;
      background: #000000;
      background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#000000));
      background: linear-gradient(#ffffff, #000000);
      opacity: 0.7; }
  .testimonial_section .theme-arrow.slick-slider .slick-prev:before {
    content: "\f177";
    color: #00377e;
    font-size: 35px;
    font: normal normal normal 20px/1 FontAwesome; }
  .testimonial_section .theme-arrow.slick-slider .slick-next:before {
    content: "\f178";
    color: #00377e;
    font-size: 35px;
    font: normal normal normal 20px/1 FontAwesome; }

/*====================
    7. Blog
======================*/
.blog_section {
  background: url(../assets/images/photo-gallery/bg.png) scroll top center;
  background-repeat: no-repeat; }
  .blog_section .slick-slide {
    margin: 0 10px; }
  .blog_section .blog .card {
    border: none; }
    .blog_section .blog .card:hover img {
      -webkit-transform: scale(1.09);
              transform: scale(1.09);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .blog_section .blog .card .card_image {
      overflow: hidden; }
      .blog_section .blog .card .card_image .card-img-top {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .blog_section .blog .card .card-body {
      padding: 15px 0 0 0; }
      .blog_section .blog .card .card-body h5 {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
        font-family: "Prata", serif;
        letter-spacing: 0.022em;
        font-weight: bold;
        position: relative;
        color: #00377e;
        display: inline-block;
        margin-bottom: 6px; }
      .blog_section .blog .card .card-body p {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))); }
    .blog_section .blog .card h6 {
      padding-top: 15px;
      padding-bottom: 5px;
      font-family: "Poppins";
      font-weight: 500;
      color: #00377e;
      text-align: left;
      margin-bottom: 0; }
      .blog_section .blog .card h6 .country {
        padding-right: 5px; }
      .blog_section .blog .card h6 .date {
        border-left: 1px solid rgba(106, 64, 49, 0.1);
        padding: 0 5px; }
    .blog_section .blog .card .btn {
      border-radius: unset; }
      .blog_section .blog .card .btn:focus {
        -webkit-box-shadow: unset;
                box-shadow: unset; }
    .blog_section .blog .card a {
      font-size: 12px;
      font-family: "Poppins";
      color: #00377e;
      padding: 0;
      font-weight: 600;
      letter-spacing: 0.09em;
      margin-bottom: -5px; }

/*===================
   8. Advertise
=====================*/
.advertise_section {
  background: url(../assets/images/Hording/bg_banner.jpg) scroll top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 192px 0;
  margin-top: 118px;
  position: relative; }
  .advertise_section .bottle img {
    position: absolute;
    bottom: -99px; }
  .advertise_section .adv_contain {
    margin-top: -4px; }
    .advertise_section .adv_contain h3 {
      color: #00377e;
      font-family: "Prata", serif;
      margin-bottom: 0; }
    .advertise_section .adv_contain p {
      margin-bottom: -2px;
      padding: 25px 49px 0 0;
      margin-top: -6px; }
    .advertise_section .adv_contain .btn_dark {
      margin-top: 35px; }

/*======================
   9. Product_section
========================*/
.cattagory-margin {
  margin-bottom: -50px; }

.product_box {
  position: relative;
  overflow: hidden; }
  .product_box.product-margin {
    margin-bottom: 30px; }
  .product_box.catagory_box {
    margin-top: 25px; }
  .product_box:hover img {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .product_box:hover .product_image ul > li:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .product_box:hover .product_image ul > li:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .product_box:hover .product_image ul > li:nth-child(4) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .product_box .tringle-topleft {
    position: absolute;
    top: 0;
    left: 0; }
    .product_box .tringle-topleft:before {
      content: "";
      position: absolute;
      border-top: 70px solid #00377e;
      border-right: 70px solid transparent; }
    .product_box .tringle-topleft h6 {
      color: #ffffff;
      font-family: "Poppins";
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0.02em;
      position: absolute;
      left: 3px;
      top: 15px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .product_box .product_image {
    overflow: hidden;
    position: relative; }
    .product_box .product_image .timer-box {
      position: absolute;
      z-index: 1;
      bottom: 0;
      width: 100%; }
      .product_box .product_image .timer-box .timer {
        background: rgba(106, 64, 49, 0.48);
        padding: 10px 0; }
        .product_box .product_image .timer-box .timer p {
          color: #ffffff;
          margin-bottom: 0; }
        .product_box .product_image .timer-box .timer span {
          width: 70px;
          display: inline-block; }
          .product_box .product_image .timer-box .timer span .timer-cal {
            color: #ffffff;
            text-align: left;
            padding-left: 10px; }
        .product_box .product_image .timer-box .timer .sec {
          padding-right: 30px; }
        .product_box .product_image .timer-box .timer .padding-l {
          padding-left: 22px;
          display: inline; }
    .product_box .product_image .product_icon {
      position: absolute;
      top: 10px;
      right: 10px; }
      .product_box .product_image .product_icon i {
        color: #00377e;
        border: none;
        border-radius: 100%;
        padding: 8px;
        background: rgba(255, 255, 255, 0.6); }
    .product_box .product_image ul > li + li {
      padding-top: 5px; }
  .product_box ul > li {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .product_box ul > li:nth-child(2) {
      opacity: 0;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px); }
    .product_box ul > li:nth-child(3) {
      opacity: 0;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px); }
    .product_box ul > li:nth-child(4) {
      opacity: 0;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px); }

.card-img-top {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0; }

.img-lable {
  position: absolute;
  top: 10px;
  left: 10px; }
  .img-lable h6 {
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.02em;
    border: 1px solid #00377e;
    padding: 2px 9px;
    background: #00377e; }

.product_contain {
  background: white;
  padding: 15px 0 0 0; }
  .product_contain .card-title {
    margin-bottom: 5px;
    font-weight: 600;
    color: #00377e; }
  .product_contain h6 {
    font-weight: 600;
    margin-bottom: -2px;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    letter-spacing: 0.022em;
    color: #000000; }
    .product_contain h6 del {
      font-weight: 400; }

.product_section {
  background: url(../assets/images/photo-gallery/bg.png) scroll top center;
  background-size: cover; }
  .product_section ul.tabs {
    list-style: none;
    text-align: center;
    margin-top: -15px; }
    .product_section ul.tabs li {
      background: transparent;
      color: #00377e;
      display: inline-block;
      padding: 6px 15px;
      cursor: pointer;
      font-family: "Poppins";
      font-weight: 500;
      letter-spacing: 0.02em; }
      .product_section ul.tabs li.current {
        background: #00377e;
        color: white;
        border-radius: 50px; }
  .product_section .tab-content {
    display: none; }
    .product_section .tab-content.current {
      display: inherit; }
      .product_section .tab-content.current .product_box {
        -webkit-animation: zoomIn 300ms ease-in-out;
                animation: zoomIn 300ms ease-in-out; }
    .product_section .tab-content .product-row > div:nth-child(n) {
      margin-top: 35px; }

/*====================
   10. New Arrivals_section
=====================*/
.new_arrival_section {
  background: url(../assets/images/photo-gallery/bg.png) scroll top center;
  background-size: cover; }
  .new_arrival_section .slick-slide {
    margin: 0 10px; }
  .new_arrival_section .slick-slider .slick-prev:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 0;
    color: #00377e;
    border: 1px solid #eee4d8;
    padding: 5px;
    background: #eee4d8; }
  .new_arrival_section .slick-slider .slick-next:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    right: 0;
    color: #00377e;
    border: 1px solid #eee4d8;
    padding: 5px;
    background: #eee4d8; }

/*=====================
    11. hair_color
=======================*/
.hair_color_section {
  background: url(../assets/images/hair_color/bg.png) scroll top center;
  background-size: cover; }
  .hair_color_section .slick-slide {
    margin: 0 10px; }
  .hair_color_section .hair_color .main-box {
    position: relative; }
    .hair_color_section .hair_color .main-box:hover .main-color {
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    .hair_color_section .hair_color .main-box .main-color {
      position: absolute;
      width: 100%;
      bottom: 5px;
      left: 0;
      background: #d7cab9;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px;
      -webkit-transform: translateY(90%);
              transform: translateY(90%);
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .hair_color_section .hair_color .main-box .main-color:before {
        content: "";
        position: absolute;
        height: 25px;
        width: 25px;
        background: #00377e;
        border: 7px solid white;
        border-radius: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        top: 0; }
    .hair_color_section .hair_color .main-box li {
      padding: 15px 10px;
      cursor: pointer; }

/*=====================
    12. About-us
=======================*/
.about-us-section {
  background: url(../assets/images/About-us/4.png) scroll top center;
  background-size: cover; }
  .about-us-section .main-image {
    position: relative;
    display: inline-block;
    margin-bottom: 0; }
    .about-us-section .main-image h4 {
      position: absolute;
      top: 71px;
      color: #c7ac85;
      font-family: "Prata", serif;
      right: -23%;
      -webkit-transform: rotate(-90deg) translateY(0);
              transform: rotate(-90deg) translateY(0);
      letter-spacing: 0.019em;
      line-height: 25.99px; }
  .about-us-section .main-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .about-us-section .main-contain h2 {
      color: #00377e;
      text-transform: capitalize;
      line-height: 70px;
      margin-top: -14px;
      margin-bottom: -11px;
      letter-spacing: 0.02em;
      padding-bottom: 37px; }
      .about-us-section .main-contain h2 .experience-text {
        font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
        display: block; }
    .about-us-section .main-contain .para1 {
      position: relative;
      padding-top: 45px; }
      .about-us-section .main-contain .para1:before {
        content: "";
        height: 5px;
        width: 125px;
        background: -webkit-gradient(linear, left top, right top, from(#00377e), to(#ffffff));
        background: linear-gradient(90deg, #00377e, #ffffff);
        border-image-slice: 1;
        position: absolute;
        top: 0;
        left: 0; }
    .about-us-section .main-contain .para2 {
      padding-top: 0;
      margin-bottom: -2px; }
    .about-us-section .main-contain .btn_lite {
      margin-top: 32px; }
  .about-us-section .btn_dark {
    margin-top: 35px; }

/*==================
    13. Service
===================*/
.service-section {
  background: url(../assets/images/service/bg.jpg) scroll top center;
  background-size: cover;
  background-attachment: fixed; }
  .service-section .title_prime .btn {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 30px;
    letter-spacing: 0.02em;
    font-weight: 500;
    padding: 0;
    position: relative;
    border-radius: unset;
    font-family: "Poppins";
    color: #00377e;
    margin-bottom: -10px;
    margin-top: 39px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .service-section .title_prime .btn:focus {
      -webkit-box-shadow: unset;
              box-shadow: unset; }
  .service-section .btn_dark {
    margin-top: 35px; }
  .service-section .image-container {
    margin: 50px 0; }
    .service-section .image-container .ba-slider {
      position: relative;
      z-index: 2; }
      .service-section .image-container .ba-slider img {
        width: 100%;
        display: block; }
      .service-section .image-container .ba-slider .after-lable {
        position: absolute;
        top: 50%;
        right: -20px;
        color: black;
        background: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 25px;
        padding: 2px 7px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        z-index: 1; }
    .service-section .image-container .resize {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 50%;
      background: #222222; }
      .service-section .image-container .resize img {
        opacity: 0.8; }
      .service-section .image-container .resize .before-lable {
        position: absolute;
        top: 50%;
        left: -20px;
        color: black;
        background: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 25px;
        padding: 2px 7px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
    .service-section .image-container .handle {
      /* Thin line seperator */
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 3px;
      margin-left: -2px;
      background: #ffffff;
      cursor: ew-resize; }
      .service-section .image-container .handle:before {
        content: "";
        height: 40px;
        width: 40px;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: #e5e5e5;
        border: 10px solid #ffffff;
        border-radius: 100%;
        z-index: 2; }
    .service-section .image-container .back-div {
      height: 120%;
      width: 75%;
      left: 50%;
      top: -10%;
      background: -webkit-gradient(linear, right top, left top, from(#d8c9b6), color-stop(#e2d7c9), to(#d3c3ac));
      background: linear-gradient(270deg, #d8c9b6, #e2d7c9, #d3c3ac);
      border-image-slice: 1;
      position: absolute;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }

/*=================
    14. Mission
 ==================*/
.mission-section {
  background: url(../assets/images/mission/bg.jpg) scroll top center;
  background-size: cover;
  background-attachment: fixed; }
  .mission-section .title_prime .para2 {
    margin-top: -7px;
    margin-bottom: 0;
    padding-top: 35px; }
  .mission-section .title_prime .btn_dark {
    margin-top: 35px; }
  .mission-section .mission-image > div:nth-last-child(-n + 2) {
    margin-top: 30px; }
  .mission-section .box-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .mission-section .box-container .box-item {
      position: relative;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .mission-section .box-container .box-item .flip-box {
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-perspective: 1000px;
                perspective: 1000px; }
        .mission-section .box-container .box-item .flip-box:hover .flip-box-back {
          -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg);
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d; }
        .mission-section .box-container .box-item .flip-box .flip-box-front {
          -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg);
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d;
          border-radius: 8px;
          overflow: hidden; }
        .mission-section .box-container .box-item .flip-box .flip-box-back {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg);
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d; }
          .mission-section .box-container .box-item .flip-box .inner {
            position: absolute;
            left: 0;
            width: 100%;
            outline: 1px solid transparent;
            -webkit-perspective: inherit;
                    perspective: inherit;
            z-index: 2;
            -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
                    transform: translateY(-50%) translateZ(60px) scale(0.94);
            top: 50%;
            background: rgba(0, 55, 126, 0.8);
            height: 100%;
            border-radius: 8px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .mission-section .box-container .box-item .flip-box .inner h6 {
              font-family:"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53"; }
            .mission-section .box-container .box-item .flip-box .inner p {
              margin-bottom: 7px; }
            .mission-section .box-container .box-item .flip-box .inner h6,
            .mission-section .box-container .box-item .flip-box .inner p,
            .mission-section .box-container .box-item .flip-box .inner span {
              color: #ffffff; }
    .mission-section .box-container .flip-box-front,
    .mission-section .box-container .flip-box-back {
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .mission-section .box-container .flip-box:hover .flip-box-front {
      -webkit-transform: rotateY(-180deg);
              transform: rotateY(-180deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }

/*=====================
    15. Feature
=======================*/
.feature-section {
  background: url(../assets/images/cosmetic/bg.jpg) scroll top center;
  background-size: cover;
  background-attachment: fixed; }
  .feature-section .title {
    color: #00377e; }
    .feature-section .title h5 {
      font-family: "Dancing Script", cursive;
      margin-top: -3px; }
    .feature-section .title p {
      margin-bottom: 0; }
  .feature-section .bottle-image {
    margin-top: 75px;
    margin-bottom: -20px; }
  .feature-section .feature-box > div:nth-child(1) {
    margin-top: 213px; }
  .feature-section .feature-box > div:nth-child(2) {
    margin-top: 93px; }
  .feature-section .feature-box .features-rtl {
    text-align: right; }
  .feature-section .feature-box .features h4 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #00377e;
    text-transform: uppercase;
    font-family: "Prata", serif;
    letter-spacing: 0.02em; }

/*=====================
    16. Call-to-action
=======================*/
.call-to-action-section {
  background: -webkit-gradient(linear, right top, left top, from(#978262), color-stop(#cbbaa6), to(#978262));
  background: linear-gradient(270deg, #978262, #cbbaa6, #978262); }
  .call-to-action-section .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: left; }
    .call-to-action-section .contact .media {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .call-to-action-section .contact .media svg {
        margin-right: 15px;
        fill: #00377e; }
      .call-to-action-section .contact .media .media-body {
        padding-right: 60px;
        color: #00377e; }
        .call-to-action-section .contact .media .media-body h6 {
          font-weight: 700; }
        .call-to-action-section .contact .media .media-body p {
          font-size: 13px;
          margin-bottom: 0; }
    .call-to-action-section .contact .newsletter {
      border-left: 2px solid #a58e77;
      padding-left: 60px; }
    .call-to-action-section .contact .news-contain {
      color: #00377e; }
      .call-to-action-section .contact .news-contain h6 {
        font-weight: 700; }
      .call-to-action-section .contact .news-contain p {
        font-size: 13px;
        margin-bottom: 0; }
  .call-to-action-section .email-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .call-to-action-section .email-container .email-box {
      float: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      position: relative;
      overflow: hidden; }
      .call-to-action-section .email-container .email-box ::-webkit-input-placeholder {
        color: #00377e;
        font-family: "Poppins";
        font-size: 12px; }
      .call-to-action-section .email-container .email-box :-ms-input-placeholder {
        color: #00377e;
        font-family: "Poppins";
        font-size: 12px; }
      .call-to-action-section .email-container .email-box ::-ms-input-placeholder {
        color: #00377e;
        font-family: "Poppins";
        font-size: 12px; }
      .call-to-action-section .email-container .email-box ::placeholder {
        color: #00377e;
        font-family: "Poppins";
        font-size: 12px; }
      .call-to-action-section .email-container .email-box .email {
        display: inline-block;
        background: white;
        border-radius: 25px;
        border: 1px solid transparent;
        color: #00377e;
        padding: 7px 15px;
        position: relative;
        width: 435px;
        z-index: 4; }
        .call-to-action-section .email-container .email-box .email:focus {
          outline: unset; }
      .call-to-action-section .email-container .email-box .submit-btn {
        position: absolute;
        background: #00377e;
        color: #ffffff;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border: 1px solid transparent;
        padding: 7px 15px;
        top: 0;
        right: 0;
        z-index: 5;
        cursor: pointer;
        overflow: hidden;
        font-family: "Work Sans", sans-serif;
        font-size: 14px;
        height: 100%; }
        .call-to-action-section .email-container .email-box .submit-btn:after {
          background: #ffffff;
          content: "";
          height: 155px;
          left: -90px;
          opacity: 0.2;
          position: absolute;
          top: -30px;
          -webkit-transform: rotate(35deg);
                  transform: rotate(35deg);
          -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          width: 50px;
          z-index: 1; }
        .call-to-action-section .email-container .email-box .submit-btn:hover:after {
          left: 120%;
          -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
        .call-to-action-section .email-container .email-box .submit-btn i {
          padding-right: 10px; }

/*=====================
    17. Portfoilio CSS start
==========================*/
.portfolio-padding {
  margin-bottom: -30px; }

.portfolio-section button {
  font-family: "Poppins"; }

.portfolio-section .portfolio-grid-option {
  text-align: center; }

.portfolio-section .article-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  float: left;
  font-size: 18px;
  line-height: 24px; }
  .portfolio-section .article-title a {
    color: white; }

.portfolio-section .isotopeSelector {
  float: left;
  width: 100%;
  position: relative; }
  .portfolio-section .isotopeSelector .overlay {
    position: relative;
    border: 1px solid #dddddd; }
  .portfolio-section .isotopeSelector img {
    width: 100%;
    height: auto; }

.portfolio-section .isotopeSelector {
  margin-bottom: 30px; }
  .portfolio-section .isotopeSelector img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .portfolio-section .isotopeSelector .overlay-background {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .portfolio-section .isotopeSelector .overlay-background i {
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: white;
      padding: 10px;
      border-radius: 100%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #00377e;
      font-size: 22px;
      display: none;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      width: 40px;
      height: 40px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .portfolio-section .isotopeSelector:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
            transform: scale(1.2) rotate(2deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .portfolio-section .isotopeSelector:hover .overlay-background {
    -webkit-transform: scale(1);
            transform: scale(1);
    border: 3px solid white;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(106, 64, 49, 0.3);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .portfolio-section .isotopeSelector:hover .overlay-background i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }

.portfolio-section .border-portfolio {
  margin: 3px;
  overflow: hidden; }

.portfolio-section #form1 {
  padding-bottom: 20px; }

.portfolio-section .filter-button {
  padding: 0 24px;
  font-size: 20px;
  line-height: 35px;
  border: none;
  background-color: white;
  color: #00377e; }
  .portfolio-section .filter-button.active {
    background-color: #00377e;
    color: #ffffff; }

.portfolio-section.fullwidth-portfolio .isotopeSelector {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px; }

.portfolio-section.metro-section .product-box .product-detail {
  opacity: 0;
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  text-align: center; }
  .portfolio-section.metro-section .product-box .product-detail h6 {
    color: #525252;
    padding-top: 0;
    margin-top: -2px; }
  .portfolio-section.metro-section .product-box .product-detail h4 {
    font-weight: 400;
    color: #000000; }

.portfolio-section.metro-section .product-box .cart-wrap {
  top: 7px;
  right: 7px;
  opacity: 1; }
  .portfolio-section.metro-section .product-box .cart-wrap button {
    border: 1px solid #ffffff;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1; }
    .portfolio-section.metro-section .product-box .cart-wrap button i {
      padding: 7px;
      color: #333333; }
  .portfolio-section.metro-section .product-box .cart-wrap a i {
    border-radius: 100%;
    border: 1px solid #ffffff;
    margin: 5px 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 7px;
    color: #333333;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.portfolio-section.metro-section .product-box:hover .product-detail {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: 15px; }

.portfolio-section.metro-section .product-box:hover .cart-wrap button {
  -webkit-animation: none;
          animation: none; }

.portfolio-section.metro-section .product-box:hover .cart-wrap a i {
  opacity: 1; }

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(2) i {
  -webkit-animation: fadeInDown 500ms ease-in-out;
          animation: fadeInDown 500ms ease-in-out; }

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(3) i {
  -webkit-animation: fadeInDown 700ms ease-in-out;
          animation: fadeInDown 700ms ease-in-out; }

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(4) i {
  -webkit-animation: fadeInDown 1000ms ease-in-out;
          animation: fadeInDown 1000ms ease-in-out; }

.filter-section .filter-container {
  text-align: center;
  padding: 0 0 20px; }
  .filter-section .filter-container ul.filter > li {
    display: inline-block;
    padding: 0 25px; }
    .filter-section .filter-container ul.filter > li > a {
      color: #00377e;
      font-size: 20px;
      line-height: 40px;
      font-family: "Poppins"; }
      .filter-section .filter-container ul.filter > li > a:hover, .filter-section .filter-container ul.filter > li > a:focus {
        text-decoration: none;
        color: #00377e;
        outline: none; }
    .filter-section .filter-container ul.filter > li.active {
      background-color: #00377e; }
      .filter-section .filter-container ul.filter > li.active a {
        color: #ffffff; }
    .filter-section .filter-container ul.filter > li span {
      color: #ddd;
      font-size: 20px;
      display: inline-block;
      margin: 0 5px; }
  .filter-section .filter-container .filter > li {
    padding: 0;
    margin: 0; }

.filter-section .title1 .title-inner1 {
  margin-top: -5px;
  position: relative;
  text-align: center; }

.filter-section h1 {
  text-align: center; }

.demo-colored-wrap {
  background: #ecf0f1; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-title {
  display: none; }

.offer-box {
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -415px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9; }
  .offer-box img {
    margin-right: 18px; }
  .offer-box.toggle-cls {
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .offer-box .heading-right h3 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 230px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 5px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translate(50%, -50%) rotate(-90deg);
            transform: translate(50%, -50%) rotate(-90deg);
    text-align: center;
    background-color: #00377e;
    margin-bottom: 0;
    cursor: pointer; }

/*=====================
   18. Add to Cart Panel
=======================*/
.add_to_cart {
  position: fixed;
  background-color: #ffffff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .add_to_cart::-webkit-scrollbar {
    width: 3px;
    height: 7px; }
  .add_to_cart::-webkit-scrollbar-track {
    background: #dddddd; }
  .add_to_cart::-webkit-scrollbar-thumb {
    background: #888888; }
    .add_to_cart::-webkit-scrollbar-thumb:hover {
      background: #555555; }
  .add_to_cart .cart-inner {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
    top: 0; }
    .add_to_cart .cart-inner .cart_media {
      padding: 0 20px; }
      .add_to_cart .cart-inner .cart_media li {
        position: relative;
        padding-bottom: 10px;
        width: 100%; }
        .add_to_cart .cart-inner .cart_media li .media {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%; }
          .add_to_cart .cart-inner .cart_media li .media img {
            height: 90px; }
          .add_to_cart .cart-inner .cart_media li .media .media-body {
            -ms-flex-item-align: center;
                align-self: center; }
            .add_to_cart .cart-inner .cart_media li .media .media-body h4 {
              color: #00377e; }
              .add_to_cart .cart-inner .cart_media li .media .media-body h4 span {
                color: #00377e;
                font-size: 16px; }
            .add_to_cart .cart-inner .cart_media li .media .media-body h6 {
              color: #00377e;
              text-transform: capitalize;
              margin-bottom: 0; }
        .add_to_cart .cart-inner .cart_media li .total {
          border-top: 1px solid #a58e77;
          border-bottom: 1px solid #a58e77;
          padding-top: 10px;
          padding-bottom: 10px; }
          .add_to_cart .cart-inner .cart_media li .total h5 {
            text-transform: capitalize;
            margin-bottom: 0;
            color: #00377e;
            font-size: 18px; }
            .add_to_cart .cart-inner .cart_media li .total h5 span {
              float: right;
              padding-top: 4px; }
        .add_to_cart .cart-inner .cart_media li .buttons a {
          font-size: 16px;
          color: #00377e;
          text-transform: capitalize;
          font-weight: 700;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          padding-left: 0;
          padding-right: 0; }
          .add_to_cart .cart-inner .cart_media li .buttons a:hover {
            color: #c7ac85;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
        .add_to_cart .cart-inner .cart_media li .buttons .checkout {
          float: right; }
      .add_to_cart .cart-inner .cart_media .close-circle {
        position: absolute;
        top: 0;
        right: 0; }
        .add_to_cart .cart-inner .cart_media .close-circle i {
          color: #00377e;
          font-size: 16px;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .add_to_cart .cart-inner .cart_media .close-circle i:hover {
            color: #000000;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
    .add_to_cart .cart-inner .cart_top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px;
      border-bottom: 1px solid #a58e77;
      margin-bottom: 20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .add_to_cart .cart-inner .cart_top h3 {
        font-size: 18px;
        color: #00377e;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0; }
      .add_to_cart .cart-inner .cart_top .close-cart {
        margin-left: auto; }
        .add_to_cart .cart-inner .cart_top .close-cart i {
          color: #00377e;
          font-size: 18px; }
  .add_to_cart .overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .add_to_cart.open-side {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .add_to_cart.open-side .overlay {
      opacity: 0.8;
      visibility: visible;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .add_to_cart.left {
    left: -300px;
    top: 0;
    height: 100vh;
    width: 300px; }
    .add_to_cart.left .cart-inner {
      height: 100vh;
      overflow: auto; }
    .add_to_cart.left.open-side {
      left: 0; }
  .add_to_cart.right {
    right: -300px;
    height: 100vh;
    width: 300px;
    top: 0; }
    .add_to_cart.right .cart-inner {
      height: 100vh;
      overflow: auto; }
    .add_to_cart.right.open-side {
      right: 0; }
  .add_to_cart.top {
    height: 218px;
    width: 100%;
    top: -300px; }
    .add_to_cart.top .cart_media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .add_to_cart.top .cart_media .cart_product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 75%;
        overflow-y: auto; }
        .add_to_cart.top .cart_media .cart_product li {
          min-width: 245px;
          max-width: 225px;
          margin-right: 18px;
          padding-bottom: 0; }
      .add_to_cart.top .cart_media .cart_total {
        width: 25%; }
    .add_to_cart.top .cart-inner {
      height: 218px; }
      .add_to_cart.top .cart-inner.top-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .add_to_cart.top .cart-inner.top-search ::-webkit-input-placeholder {
          color: #00377e;
          font-family: "Poppins";
          font-size: 16px; }
        .add_to_cart.top .cart-inner.top-search :-ms-input-placeholder {
          color: #00377e;
          font-family: "Poppins";
          font-size: 16px; }
        .add_to_cart.top .cart-inner.top-search ::-ms-input-placeholder {
          color: #00377e;
          font-family: "Poppins";
          font-size: 16px; }
        .add_to_cart.top .cart-inner.top-search ::placeholder {
          color: #00377e;
          font-family: "Poppins";
          font-size: 16px; }
        .add_to_cart.top .cart-inner.top-search span {
          margin-left: 10px;
          background: #00377e;
          color: #ffffff;
          height: 32px;
          width: 32px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .add_to_cart.top .cart-inner.top-search .searchbox-input {
          width: 70%;
          border: none;
          border-bottom: 2px solid #00377e;
          color: #00377e;
          outline: unset; }
          .add_to_cart.top .cart-inner.top-search .searchbox-input:focus {
            outline: none; }
      .add_to_cart.top .cart-inner .cart_top {
        margin-bottom: 0;
        background-color: #fbfbfb;
        padding: 15px 44px;
        border-bottom: none; }
      .add_to_cart.top .cart-inner .cart_media {
        padding: 0; }
        .add_to_cart.top .cart-inner .cart_media .cart_product {
          padding: 30px 44px; }
        .add_to_cart.top .cart-inner .cart_media .cart_total {
          padding: 30px 44px; }
    .add_to_cart.top.open-side {
      top: 0; }
  .add_to_cart.bottom {
    height: 218px;
    width: 100%;
    bottom: -300px; }
    .add_to_cart.bottom .cart_media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .add_to_cart.bottom .cart_media .cart_product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 75%;
        overflow-y: auto; }
        .add_to_cart.bottom .cart_media .cart_product li {
          min-width: 245px;
          max-width: 225px;
          margin-right: 18px;
          padding-bottom: 0; }
      .add_to_cart.bottom .cart_media .cart_total {
        width: 25%; }
    .add_to_cart.bottom .cart-inner {
      height: 218px; }
      .add_to_cart.bottom .cart-inner .cart_top {
        margin-bottom: 0;
        background-color: #fbfbfb;
        padding: 15px 44px;
        border-bottom: none; }
      .add_to_cart.bottom .cart-inner .cart_media {
        padding: 0; }
        .add_to_cart.bottom .cart-inner .cart_media .cart_product {
          padding: 30px 44px; }
        .add_to_cart.bottom .cart-inner .cart_media .cart_total {
          padding: 30px 44px; }
    .add_to_cart.bottom.open-side {
      bottom: 0; }

/*=====================
   19. Animation section
=======================*/
.animation-section {
  position: relative; }
  .animation-section .decor-animation .decor1 {
    position: absolute;
    left: 5%;
    bottom: 14%;
    -webkit-animation: myOrbit 9s linear infinite;
            animation: myOrbit 9s linear infinite; }
  .animation-section .decor-animation .decor2 {
    position: absolute;
    right: 48%;
    bottom: 7%;
    -webkit-animation: myOrbit 9s linear infinite;
            animation: myOrbit 9s linear infinite; }
  .animation-section .decor-animation .decor3 {
    position: absolute;
    right: 5%;
    bottom: 36%;
    -webkit-animation: round-jump 9s linear infinite;
            animation: round-jump 9s linear infinite; }
  .animation-section .decor-animation .decor4 {
    position: absolute;
    right: 5%;
    bottom: 25%;
    -webkit-animation: star 7s linear infinite;
            animation: star 7s linear infinite; }
  .animation-section .decor-animation .decor5 {
    position: absolute;
    left: 5%;
    bottom: 25%;
    -webkit-animation: star 7s linear infinite;
            animation: star 7s linear infinite; }
  .animation-section .decor-animation .decor6 {
    position: absolute;
    left: 5%;
    top: 25%;
    -webkit-animation: star 7s linear infinite;
            animation: star 7s linear infinite; }
  .animation-section .decor-animation .decor7 {
    position: absolute;
    right: 8%;
    top: 7%;
    -webkit-animation: myOrbit 9s linear infinite;
            animation: myOrbit 9s linear infinite; }
  .animation-section .decor-animation .decor8 {
    position: absolute;
    right: 5%;
    bottom: 10%;
    -webkit-animation: star 7s linear infinite;
            animation: star 7s linear infinite; }
  .animation-section .decor-animation .decor9 {
    position: absolute;
    bottom: 10%;
    -webkit-animation: run 7s linear infinite;
            animation: run 7s linear infinite; }
  .animation-section .decor-animation .decor10 {
    position: absolute;
    left: -10%;
    bottom: 10%;
    -webkit-animation: movebounce 70s linear infinite;
            animation: movebounce 70s linear infinite; }
  .animation-section .decor-animation .decor11 {
    position: absolute;
    left: -10%;
    top: 0;
    -webkit-animation: movebounce 70s linear infinite;
            animation: movebounce 70s linear infinite; }
  .animation-section .decor-animation .decor12 {
    position: absolute;
    left: 12%;
    bottom: 10%;
    -webkit-animation: star 7s linear infinite;
            animation: star 7s linear infinite; }

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }

@-webkit-keyframes round-jump {
  0% {
    -webkit-transform: translateY(-30px) translateX(15) rotate(0) scale(1.2);
            transform: translateY(-30px) translateX(15) rotate(0) scale(1.2);
    opacity: .7; }
  25% {
    -webkit-transform: translateY(-20px) translateX(5px) rotate(50deg) scale(0.5);
            transform: translateY(-20px) translateX(5px) rotate(50deg) scale(0.5);
    opacity: .8; }
  50% {
    -webkit-transform: translateY(15px) translateX(-10px) rotate(20deg) scale(0.4);
            transform: translateY(15px) translateX(-10px) rotate(20deg) scale(0.4);
    opacity: .9; }
  75% {
    -webkit-transform: translateY(30px) translateX(10px) rotate(50deg) scale(0.65);
            transform: translateY(30px) translateX(10px) rotate(50deg) scale(0.65);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(-15px) translateX(10px) rotate(0) scale(0.4);
            transform: translateY(-15px) translateX(10px) rotate(0) scale(0.4);
    opacity: .9; } }

@keyframes round-jump {
  0% {
    -webkit-transform: translateY(-30px) translateX(15) rotate(0) scale(1.2);
            transform: translateY(-30px) translateX(15) rotate(0) scale(1.2);
    opacity: .7; }
  25% {
    -webkit-transform: translateY(-20px) translateX(5px) rotate(50deg) scale(0.5);
            transform: translateY(-20px) translateX(5px) rotate(50deg) scale(0.5);
    opacity: .8; }
  50% {
    -webkit-transform: translateY(15px) translateX(-10px) rotate(20deg) scale(0.4);
            transform: translateY(15px) translateX(-10px) rotate(20deg) scale(0.4);
    opacity: .9; }
  75% {
    -webkit-transform: translateY(30px) translateX(10px) rotate(50deg) scale(0.65);
            transform: translateY(30px) translateX(10px) rotate(50deg) scale(0.65);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(-15px) translateX(10px) rotate(0) scale(0.4);
            transform: translateY(-15px) translateX(10px) rotate(0) scale(0.4);
    opacity: .9; } }

@-webkit-keyframes star {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes star {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes myOrbit {
  from {
    -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg); } }

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes run {
  0% {
    right: 10%; }
  50% {
    right: 11%; }
  100% {
    right: 10%; } }

/*=====================
    20. Footer
======================*/
.footer {
  background: url(../assets/images/testimonial/bg1.jpg) scroll top center;
  background-size: cover; }
  .footer p {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    opacity: 0.8; }
  .footer .footer-title {
    margin-top: -5px; }
    .footer .footer-title h5 {
      font-family: "Work Sans", sans-serif;
      color: #00377e;
      font-weight: 600;
      text-transform: capitalize;
      margin-bottom: 15px; }
  .footer .footer-content .mo-number {
    margin-bottom: 24px; }
  .footer .footer-content .jvector-map-height {
    height: 0; }
    .footer .footer-content .jvector-map-height .jvectormap-container {
      position: relative;
      height: 250px; }
      .footer .footer-content .jvector-map-height .jvectormap-container svg {
        position: absolute;
        top: -40px;
        height: 210px; }
  .footer .footer-content li {
    text-transform: capitalize;
    font-family: "Work Sans", sans-serif; }
    .footer .footer-content li a {
      color: #33322d;
      opacity: 0.8; }
  .footer .footer-content path {
    fill: #a68c7d; }
  .footer .footer-content .jvectormap-zoomout,
  .footer .footer-content .jvectormap-zoomin {
    display: none; }
  .footer .footer-content .payment-icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer .footer-content .payment-icon ul > li {
      margin-top: 10px; }
      .footer .footer-content .payment-icon ul > li .pay {
        opacity: 1; }
      .footer .footer-content .payment-icon ul > li + li {
        padding-left: 10px; }
  .footer .footer-content .media .icon-box {
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer .footer-content .media i {
    font-size: 17px;
    color: #a68c7d; }
  .footer .footer-content .media .media-body {
    max-width: 100%; }

.copyright {
  background: -webkit-gradient(linear, right top, left top, from(#978262), color-stop(#cbbaa6), to(#978262));
  background: linear-gradient(270deg, #978262, #cbbaa6, #978262);
  padding: 20px; }
  .copyright h6 {
    font-weight: 500;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: -2px;
    font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320))); }

.prod-timer-three {
  padding: 20px 0 17px 0;
  display: inline-block;
  font-weight: 400; }
  .prod-timer-three .timer-dots {
    position: relative;
    top: -12px;
    font-weight: bold; }
  .prod-timer-three .timer li {
    display: inline-block;
    text-align: center;
    margin: 0 2px; }
    .prod-timer-three .timer li span {
      font-family: "Work Sans", sans-serif;
      color: #000000;
      display: block;
      font-size: 16px;
      line-height: 1; }
    .prod-timer-three .timer li .timer {
      font-family: "Prata", serif;
      color: #000000;
      display: inline-block;
      font-size: 12px;
      list-style-type: none;
      text-align: center;
      text-transform: capitalize; }

/*================
    21. Loader SCSS
=================*/
.loader-wrapper {
  height: 100vh;
  width: 100vw;
  background-color: #ffffff;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 9999;
  top: 0; }
  .loader-wrapper > div {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    float: none;
    background-color: #00377e;
    border: 0 solid #00377e;
    bottom: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    -webkit-transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
            transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
    -webkit-animation: fire-diamonds 1.5s infinite linear;
            animation: fire-diamonds 1.5s infinite linear; }
    .loader-wrapper > div:nth-child(1) {
      -webkit-animation-delay: -0.85s;
              animation-delay: -0.85s; }
    .loader-wrapper > div:nth-child(2) {
      -webkit-animation-delay: -1.85s;
              animation-delay: -1.85s; }
    .loader-wrapper > div:nth-child(3) {
      -webkit-animation-delay: -2.85s;
              animation-delay: -2.85s; }

@-webkit-keyframes fire-diamonds {
  0% {
    -webkit-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
    transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
  50% {
    -webkit-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
    transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
  100% {
    -webkit-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
    transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }

@keyframes fire-diamonds {
  0% {
    -webkit-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
    transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
  50% {
    -webkit-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
    transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
  100% {
    -webkit-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
    transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }

/*=============
   22. Tap-To-Top
==============*/
.tap-top {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index:99;
  display: none;
  color: #ffffff;
  text-align: center;
  background: #00377e;
  border: none;
  font-size: 22px;
  padding: 8px;
  cursor: pointer; }

/*=====================
  23. Inner-page
==========================*/
.theme-breadcrumb {
  background: url(../assets/images/Bread-Crumb/Bread-bg.jpg) scroll top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #717171; }
  .theme-breadcrumb h2 {
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 7px; }
  .theme-breadcrumb .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: transparent;
    font-family: "Work Sans", sans-serif;
    margin-bottom: -5px;
    padding: 5px 0 0 0; }
    .theme-breadcrumb .breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
      color: #ffffff; }
    .theme-breadcrumb .breadcrumb li,
    .theme-breadcrumb .breadcrumb a {
      color: #ffffff;
      text-transform: uppercase; }

.select_input select {
  padding: 15px 20px;
  margin-bottom: 30px; }

.template-password {
  background: url("../assets/images/blog/bg-coming.png");
  background-size: cover;
  height: 100vh; }
  .template-password .contain {
    height: 100vh;
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .template-password .contain > div {
      width: 100%; }
    .template-password .contain .login h2 {
      color: #00377e;
      font-weight: 400; }
    .template-password .contain .login .theme-form h3 {
      color: #00377e;
      font-size: 20px; }
    .template-password .contain .login .theme-form input[type="password"] {
      border-color: #c7ac85;
      font-size: 12px;
      margin-bottom: 15px;
      padding: 12px 30px;
      border-radius: 25px; }
    .template-password .contain .login .theme-form input:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .template-password .contain .owner {
      color: #00377e; }
      .template-password .contain .owner a {
        color: #c7ac85;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .template-password .contain .owner a:hover {
          color: #00377e;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }

.review-page .comment-section {
  border-bottom: none !important; }
  .review-page .comment-section li:first-child {
    border-top: none;
    padding-top: 0; }
  .review-page .comment-section li:last-child {
    padding-bottom: 0; }
  .review-page .comment-section li h6 {
    font-size: 14px; }
  .review-page .comment-section li p {
    font-size: 14px; }

.review-page .comnt-sec {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .review-page .comnt-sec li {
    margin-right: 15px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    border-top: none !important; }
    .review-page .comnt-sec li a {
      color: #00377e;
      font-size: 16px; }
      .review-page .comnt-sec li a i {
        margin-right: 5px; }

.error-section {
  padding: 130px 0;
  text-align: center;
  background-image: url("../assets/images/hair_color/bg.png");
  background-size: cover; }
  .error-section h1 {
    font-size: 200px;
    font-weight: 900;
    margin: 0;
    line-height: 0.8;
    color: #00377e;
    margin-top: -11px; }
  .error-section h2 {
    color: #00377e;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 40px 0; }

.breadcrumb-section {
  background-color: #f8f8f8;
  padding: 30px 0; }
  .breadcrumb-section .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .breadcrumb-section .page-title h2 {
      font-size: 16px;
      margin-bottom: 0;
      text-transform: uppercase; }
  .breadcrumb-section .breadcrumb {
    background-color: transparent;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-transform: uppercase;
    font-size: 14px;
    color: #555555;
    font-weight: 600;
    margin: 0;
    padding-right: 0; }
    .breadcrumb-section .breadcrumb a {
      color: #555555;
      font-weight: 600; }

.about-head {
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  .about-head h2 {
    color: #00377e;
    margin-bottom: 0; }

.about-page {
  text-align: center; }
  .about-page .banner-section {
    border-radius: 5px;
    overflow: hidden; }
  .about-page p {
    font-size: 16px;
    line-height: 1.6; }
  .about-page h5 {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 2;
    color: #00377e; }

.team {
  position: relative; }
  .team h3 {
    font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    color: #00377e;
    border-bottom: 1px solid #f4efe7;
    padding-bottom: 5px; }
  .team img {
    margin: 0 auto;
    padding: 0 10px; }
  .team .slick-slide {
    border: 1px solid #f4efe7;
    padding: 10px;
    margin: 10px;
    border-radius: 10px; }
  .team .slick-prev,
  .team .slick-next {
    position: absolute;
    top: -45px; }
    .team .slick-prev:before,
    .team .slick-next:before {
      font: normal normal normal 30px/1 FontAwesome;
      color: #222222;
      opacity: 0.6; }
  .team .slick-prev {
    left: unset;
    right: 20px; }
    .team .slick-prev:before {
      content: "\f104"; }
  .team .slick-next {
    right: 0; }
    .team .slick-next:before {
      content: "\f105"; }
  .team h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #dddada;
    margin-bottom: 10px;
    color: #00377e;
    line-height: 30px; }
  .team h4,
  .team h6 {
    text-align: center; }
  .team h4 {
    color: #00377e;
    font-weight: 700;
    margin-top: 15px;
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 5px; }
  .team h6 {
    margin-bottom: -2px; }

.collection-filter-block {
  margin-bottom: 30px;
  padding: 0 30px 25px 30px;
  border: 1px solid #c7ac85;
  background-color: #ffffff; }
  .collection-filter-block .product-service {
    padding: 30px 0; }
    .collection-filter-block .product-service .media {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #c7ac85; }
      .collection-filter-block .product-service .media svg {
        height: 40px;
        width: 40px; }
        .collection-filter-block .product-service .media svg path {
          fill: #00377e; }
      .collection-filter-block .product-service .media .media-body {
        padding-left: 10px; }
        .collection-filter-block .product-service .media .media-body h4 {
          font-size: 18px;
          margin-bottom: 5px;
          color: #00377e;
          font-family: "Work Sans", sans-serif; }
        .collection-filter-block .product-service .media .media-body p {
          font-size: 14px;
          margin-bottom: 0;
          text-transform: capitalize; }
      .collection-filter-block .product-service .media:last-child {
        padding-bottom: 0; }

.collection-collapse-block.open {
  margin-bottom: 12px; }

.collection-collapse-block .collapse-block-title {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  color: #00377e;
  font-weight: 600;
  margin: 30px 0 0 0;
  font-family: "Work Sans", sans-serif; }
  .collection-collapse-block .collapse-block-title:after {
    position: absolute;
    display: block;
    top: 0;
    right: -3px;
    content: "\f0d7";
    font-family: FontAwesome;
    color: #00377e; }

.collection-collapse-block .collection-collapse-block-content .color-selector {
  margin-top: 20px; }

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
    padding-bottom: 10px;
    font-family: "Poppins";
    text-transform: capitalize;
    color: #33322d; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:last-child a {
    padding-bottom: 0; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
    margin-top: 30px; }

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
  margin-top: 15px; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child {
    margin-bottom: 0; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
    font-family: "Poppins";
    text-transform: capitalize;
    color: #33322d;
    line-height: 1; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
      top: 1px;
      height: 15px;
      width: 15px;
      background: #ffffff;
      border: 1px solid #777777; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
      top: 1px;
      height: 15px;
      width: 15px;
      background-size: 65%; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>"); }

.color-selector ul li {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #444444; }

.color-selector ul .color-1 {
  background-color: #ffffff; }

.color-selector ul .color-2 {
  background-color: #EAB543; }

.color-selector ul .color-3 {
  background-color: #00377e; }

.color-selector ul .color-4 {
  background-color: #FD7272; }

.color-selector ul .color-5 {
  background-color: #82589F; }

.color-selector ul .color-6 {
  background-color: #c7ac85; }

.color-selector ul .color-7 {
  background-color: #d35400; }

.color-selector ul li.active {
  border: 1px solid black;
  position: relative; }
  .color-selector ul li.active:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
    top: 10px;
    right: 4px;
    height: 15px;
    width: 15px;
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute; }

.collection-sidebar-banner {
  margin-top: 30px; }
  .collection-sidebar-banner img {
    width: 100%; }

.top-banner-wrapper .top-banner-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #00377e;
  margin-bottom: 15px; }

.top-banner-wrapper .top-banner-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #00377e;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "Work Sans", sans-serif; }

.top-banner-wrapper .top-banner-content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0; }

.collection-filter .theme-card {
  padding: 30px;
  border: 1px solid #c7ac85;
  background-color: white; }
  .collection-filter .theme-card h5.title-border {
    border-bottom: 1px solid #c7ac85;
    font-size: 18px;
    font-family: "Work Sans", sans-serif; }

.product-wrapper-grid.list-view .product_box {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none; }
  .product-wrapper-grid.list-view .product_box .product_image {
    width: 50%; }
  .product-wrapper-grid.list-view .product_box .card-body {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-wrapper-grid.list-view .product_box .card-body.product_contain {
      padding: 0 0 0 15px; }
      .product-wrapper-grid.list-view .product_box .card-body.product_contain h6,
      .product-wrapper-grid.list-view .product_box .card-body.product_contain h5,
      .product-wrapper-grid.list-view .product_box .card-body.product_contain p {
        text-align: left !important; }
      .product-wrapper-grid.list-view .product_box .card-body.product_contain h5 {
        font-size: 18px; }
      .product-wrapper-grid.list-view .product_box .card-body.product_contain h6 {
        padding-bottom: 5px; }
      .product-wrapper-grid.list-view .product_box .card-body.product_contain p {
        display: block !important;
        font-size: 14px;
        margin-bottom: 0; }

.collection-product-wrapper .product-top-filter {
  border-bottom: 1px solid #00377e;
  border-top: 1px solid #00377e; }
  .collection-product-wrapper .product-top-filter .product-filter-content,
  .collection-product-wrapper .product-top-filter .popup-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count,
    .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup,
    .collection-product-wrapper .product-top-filter .popup-filter .search-count,
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
      border-right: 1px solid #00377e;
      padding: 20px;
      text-transform: capitalize;
      width: 35%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5,
      .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5,
      .collection-product-wrapper .product-top-filter .popup-filter .search-count h5,
      .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5 {
        font-size: 16px;
        margin-bottom: 0;
        font-family: "Work Sans", sans-serif;
        color: #00377e; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
    .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
      padding: 20px;
      width: 10%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li,
      .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
        height: 100%;
        vertical-align: middle;
        cursor: pointer;
        color: #00377e; }
        .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child,
        .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
          margin-right: 14px; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
      padding: 20px;
      width: 20%;
      border-right: 1px solid #00377e; }
      .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul,
      .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li,
        .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
          margin-left: 10px; }
          .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img,
          .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
            height: 18px;
            cursor: pointer; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      position: relative;
      width: 20%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        border: 0;
        padding: 20px;
        border-right: 1px solid #00377e;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #00377e;
        cursor: pointer;
        background: url(../assets/images/dropdown.png) no-repeat 95%; }
        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus,
        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus {
          outline: unset;
          font-family: "Work Sans", sans-serif; }
        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option,
        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
          padding: 20px 0; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      width: 15%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        right: 10px; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        border-right: none; }
  .collection-product-wrapper .product-top-filter .popup-filter {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
      width: 3px; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
      background: #dddddd; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
      background: #888888; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
      background: #555555; }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
      position: relative;
      cursor: pointer;
      width: 20%;
      background: url(../assets/images/dropdown.png) no-repeat 95%; }
      .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
        font-size: 16px;
        color: #222222; }
      .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
        background-color: #f8f8f8;
        width: 270px;
        height: 600px;
        overflow-y: scroll; }
        .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card h5.title-border {
          font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320))); }
        .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-filter-block {
          border: none; }
        .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card {
          padding: 0 30px; }
        .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner {
          padding: 0 30px; }
          .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner img {
            width: 100%; }
    .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
      display: none;
      position: absolute;
      z-index: 9;
      top: 75px;
      left: 0;
      border: 1px solid #f1f5f4;
      -webkit-box-shadow: 0 0 5px #ddd;
              box-shadow: 0 0 5px #ddd;
      min-width: 330px; }
      .collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
        display: block; }
      .collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter-block {
        margin-bottom: 0; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      width: 20%; }
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        padding-right: 45px;
        font-size: 16px;
        font-family: "Work Sans", sans-serif; }
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        right: 35px; }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
      padding: 20px; }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
      width: 20%; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
      right: 25px !important; }

.collection-product-wrapper .product-wrapper-grid .product-box {
  margin-top: 50px; }
  .collection-product-wrapper .product-wrapper-grid .product-box .product-detail p {
    display: none;
    color: red; }
  .collection-product-wrapper .product-wrapper-grid .product-box .product-detail h4 {
    font-size: 18px; }

.collection-product-wrapper .product-wrapper-grid .product-five {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail {
  opacity: 0;
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  text-align: center; }
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6 {
    color: #525252;
    padding-top: 0;
    margin-top: -2px; }
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4 {
    font-weight: 400;
    color: #000000; }

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .cart-wrap {
  top: 7px;
  right: 7px;
  opacity: 1; }
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .cart-wrap button {
    border: 1px solid #ffffff;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1; }
    .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .cart-wrap button i {
      padding: 7px;
      color: #333333; }
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .cart-wrap a i {
    border-radius: 100%;
    border: 1px solid #ffffff;
    margin: 5px 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 7px;
    color: #333333;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box:hover .product-detail {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: 15px; }

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box:hover .cart-wrap button {
  -webkit-animation: none;
          animation: none; }

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box:hover .cart-wrap a i {
  opacity: 1; }

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box:hover .cart-wrap a:nth-child(2) i {
  -webkit-animation: fadeInDown 500ms ease-in-out;
          animation: fadeInDown 500ms ease-in-out; }

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box:hover .cart-wrap a:nth-child(3) i {
  -webkit-animation: fadeInDown 700ms ease-in-out;
          animation: fadeInDown 700ms ease-in-out; }

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box:hover .cart-wrap a:nth-child(4) i {
  -webkit-animation: fadeInDown 1000ms ease-in-out;
          animation: fadeInDown 1000ms ease-in-out; }

.filter-main-btn {
  display: none;
  margin-bottom: 20px;
  cursor: pointer; }
  .filter-main-btn span {
    font-size: 20px;
    background-color: #00377e;
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 10px; }

.collection-mobile-back {
  padding: 15px 0;
  border-bottom: 1px solid #c7ac85;
  display: none; }
  .collection-mobile-back span {
    text-transform: uppercase;
    font-size: 14px;
    color: #00377e;
    cursor: pointer; }
    .collection-mobile-back span i {
      font-size: 20px;
      font-weight: bold;
      margin-right: 5px; }

.product-pagination {
  border-bottom: 1px solid #00377e;
  border-top: 1px solid #00377e;
  margin: 50px 0; }
  .product-pagination .pagination {
    border-radius: 0; }
    .product-pagination .pagination .page-item {
      border-radius: 0; }
      .product-pagination .pagination .page-item a {
        padding: 18px;
        border-bottom: 0;
        border-top: 0;
        color: #00377e;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left-color: #00377e;
        border-right-color: #00377e; }
      .product-pagination .pagination .page-item:last-child .page-link {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .product-pagination .pagination .page-item .page-link:hover {
        background-color: #e3d8ca; }
    .product-pagination .pagination .page-item.active a {
      color: #00377e;
      background-color: #ffffff;
      border-color: #00377e; }
  .product-pagination .product-search-count-bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    border-left: 1px solid #00377e;
    border-right: 1px solid #00377e;
    padding-right: 15px; }
    .product-pagination .product-search-count-bottom h5 {
      color: #00377e;
      font-size: 14px;
      margin-bottom: 0;
      padding: 5px 0;
      font-family: "Work Sans", sans-serif; }

.bundle {
  margin-top: 10px; }
  .bundle .bundle_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .bundle .bundle_img .img-box img {
      max-width: 115px;
      border: 1px solid #ddd;
      padding: 2px; }
    .bundle .bundle_img .plus {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 7px;
      font-size: 22px; }
  .bundle .bundle_detail {
    margin-top: 15px; }
    .bundle .bundle_detail .price_product {
      color: #000000;
      padding-left: 3px;
      font-weight: 700; }

.theme_checkbox label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: capitalize;
  color: #00377e; }
  .theme_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .theme_checkbox label input:checked ~ .checkmark:after {
      display: block; }
  .theme_checkbox label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd; }
    .theme_checkbox label .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 7px;
      top: 3px;
      width: 5px;
      height: 10px;
      border: solid black;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.collection .collection-block {
  text-align: center; }
  .collection .collection-block img,
  .collection .collection-block .bg-size {
    margin-bottom: 20px; }
  .collection .collection-block .collection-content {
    text-align: center; }
    .collection .collection-block .collection-content h3 {
      margin-bottom: 10px;
      color: #00377e;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 0.05em; }
    .collection .collection-block .collection-content h4 {
      color: #00377e;
      margin-bottom: 10px;
      font-size: 16px; }
    .collection .collection-block .collection-content p {
      line-height: 1.5; }
    .collection .collection-block .collection-content .btn-solid,
    .collection .collection-block .collection-content .btn-outline {
      padding: 10px 25px; }

.faq-section .accordion.theme-accordion .card {
  margin-bottom: 10px;
  border-radius: 0;
  overflow: hidden;
  border-bottom: 1px solid #f6f0ea;
  border-color: #f6f0ea; }
  .faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type),
  .faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type {
    border-bottom: 1px solid #f6f0ea; }
  .faq-section .accordion.theme-accordion .card:first-child {
    margin-top: 0; }
  .faq-section .accordion.theme-accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .faq-section .accordion.theme-accordion .card .card-header button {
      color: #333;
      text-align: left;
      font-size: 17px;
      padding: 18px;
      font-weight: 600;
      width: 100%;
      letter-spacing: 1px; }
      .faq-section .accordion.theme-accordion .card .card-header button:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 6px solid #00377e;
        right: 20px;
        top: 25px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;}
      .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded="true"]:before {
        border-top: 0;
        border-bottom: 6px solid #333;
        -webkit-transition: all 0.3s ease;
		text-decoration:none;
        transition: all 0.3s ease; }
      .faq-section .accordion.theme-accordion .card .card-header button:hover {
        text-decoration: none;
        color: #333;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .faq-section .accordion.theme-accordion .card .card-body {
    padding: 15px 18px; }
    .faq-section .accordion.theme-accordion .card .card-body p {
      margin-bottom: 0;
      font-size: 14px;
      color: #666;
      line-height: 1.8; }

.pwd-page {
  text-align: center; }
  .pwd-page h2 {
    margin-bottom: 25px;
    color: #00377e;
    margin-top: -5px;
    font-family: "Work Sans", sans-serif;
    line-height: -28px; }
  .pwd-page .theme-form input {
    border-color: #c7ac85;
    font-size: 15px;
    padding: 15px 20px;
    margin-bottom: 15px;
    height: inherit;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    border-radius: 100px; }
  .pwd-page .theme-form ::-webkit-input-placeholder {
    color: #00377e; }
  .pwd-page .theme-form :-ms-input-placeholder {
    color: #00377e; }
  .pwd-page .theme-form ::-ms-input-placeholder {
    color: #00377e; }
  .pwd-page .theme-form ::placeholder {
    color: #00377e; }
  .pwd-page .theme-form .btn-solid,
  .pwd-page .theme-form .btn-outline {
    margin: 0 auto; }

.login-page h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #00377e;
  font-weight: 700;
  margin-top: -5px; }

.login-page .theme-card {
  padding: 30px;
  border: 1px solid #00377e;
  line-height: 1; }
  .login-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: #00377e;
    font-size: 14px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif; }
  .login-page .theme-card .theme-form ::-webkit-input-placeholder {
    color: #00377e; }
  .login-page .theme-card .theme-form :-ms-input-placeholder {
    color: #00377e; }
  .login-page .theme-card .theme-form ::-ms-input-placeholder {
    color: #00377e; }
  .login-page .theme-card .theme-form ::placeholder {
    color: #00377e; }
  .login-page .theme-card .theme-form input {
    border-color: #c7ac85;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit;
    font-family: "Work Sans", sans-serif; }

.login-page .authentication-right {
  height: calc(100% - 48px); }
  .login-page .authentication-right h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #00377e;
    font-weight: 600;
    margin-bottom: 20px; }
  .login-page .authentication-right p {
    font-size: 14px;
    color: #00377e;
    line-height: 2;
    margin-bottom: 1rem; }

.auth-page h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #00377e;
  font-weight: 700;
  margin-top: -5px;
  font-size: 24px; }

.auth-page .theme-card {
  padding: 30px;
  border: 1px solid #f1f1f1;
  line-height: 1;
  border-radius: 25px;
  background-color: white; }
  .auth-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: #00377e;
    font-size: 14px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif; }
  .auth-page .theme-card .theme-form input, .auth-page .theme-card .theme-form select, .auth-page .theme-card .theme-form textarea {
    border-color: #c7ac85;
    font-size: 15px;
    padding: 12px 30px;
    margin-bottom: 30px;
    height: inherit;
    border-radius: 25px;
    font-family: "Work Sans", sans-serif;
    color: #00377e; }
  .auth-page .theme-card .theme-form ::-webkit-input-placeholder {
    color: #00377e; }
  .auth-page .theme-card .theme-form :-ms-input-placeholder {
    color: #00377e; }
  .auth-page .theme-card .theme-form ::-ms-input-placeholder {
    color: #00377e; }
  .auth-page .theme-card .theme-form ::placeholder {
    color: #00377e; }

.search-block {
  padding: 0;
  background-image: url("../assets/images/hair_color/bg.png");
  background-size: cover; }
  .search-block .form-header .input-group input {
    border-radius: 100px 5px 5px 100px;
    padding-left: 30px; }
  .search-block .form-header .input-group i {
    padding-right: 10px; }
  .search-block .form-header .input-group .btn {
    z-index: 0; }
    .search-block .form-header .input-group .btn.btn_dark:after {
      background: #ffffff;
      content: "";
      height: 155px;
      left: -90px;
      opacity: 0.2;
      position: absolute;
      top: -30px;
      -webkit-transform: rotate(35deg);
              transform: rotate(35deg);
      -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
      width: 50px;
      z-index: 1; }
    .search-block .form-header .input-group .btn.btn_dark:hover:after {
      left: 120%;
      -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }

.contact-page .map iframe {
  width: 100%;
  height: 100%;
  border: none; }

.contact-page .contact-right {
  padding-left: 10px; }
  .contact-page .contact-right ul li {
    position: relative;
    padding-left: 150px;
    margin-top: 30px;
    display: block; }
    .contact-page .contact-right ul li:first-child {
      margin-top: 0; }
    .contact-page .contact-right ul li .contact-icon {
      position: absolute;
      left: 0;
      text-align: center;
      width: 130px;
      border-right: 1px solid #dddddd; }
      .contact-page .contact-right ul li .contact-icon i {
        font-size: 25px;
        color: #00377e; }
      .contact-page .contact-right ul li .contact-icon h6 {
        text-transform: uppercase;
        padding-top: 5px;
        font-size: 14px;
        font-weight: 600; }
    .contact-page .contact-right ul li p {
      margin-bottom: 0;
      font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))); }

.qty-box .input-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .qty-box .input-group span {
    color: #00377e; }
    .qty-box .input-group span button {
      background: #ffffff;
      border: 1px solid #c7ac85; }
  .qty-box .input-group .form-control {
    text-align: center;
    width: 80px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    border-color: #c7ac85;
    color: #00377e; }
  .qty-box .input-group button {
    background-color: transparent;
    border: 0;
    color: #00377e;
    cursor: pointer;
    padding-left: 12px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1; }
    .qty-box .input-group button i {
      font-weight: 900;
      color: #00377e; }
  .qty-box .input-group .icon {
    padding-right: 0; }

.cart-section .table,
.wishlist-section .table {
  color: #00377e; }
  .cart-section .table tbody + tbody,
  .wishlist-section .table tbody + tbody {
    border-top: none; }

.cart-section .cart-buttons,
.wishlist-section .cart-buttons {
  padding-top: 35px; }
  .cart-section .cart-buttons > div:last-child,
  .wishlist-section .cart-buttons > div:last-child {
    text-align: right;
    padding-right: 59px; }

.cart-section .wishlist-buttons,
.wishlist-section .wishlist-buttons {
  padding-top: 35px;
  text-align: right; }
  .cart-section .wishlist-buttons:last-child a,
  .wishlist-section .wishlist-buttons:last-child a {
    margin-left: 15px; }

.cart-section .cart-table,
.wishlist-section .cart-table {
  overflow: hidden;
  margin-bottom: 0; }
  .cart-section .cart-table thead th,
  .wishlist-section .cart-table thead th {
    border-bottom: 1px solid rgba(106, 64, 49, 0.2);
    font-weight: 900;
    color: #00377e;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    text-align: center;
    padding: 0 0.75rem 0.75rem 0.75rem;
    line-height: 14px; }

.cart-section tbody h5,
.wishlist-section tbody h5 {
  margin-bottom: 0; }

.cart-section tbody tr td,
.wishlist-section tbody tr td {
  min-width: 210px;
  vertical-align: middle;
  color: #00377e;
  border-top: 0;
  border-bottom: 1px solid rgba(106, 64, 49, 0.2);
  text-align: center; }
  .cart-section tbody tr td a,
  .cart-section tbody tr td p,
  .wishlist-section tbody tr td a,
  .wishlist-section tbody tr td p {
    color: #33322d;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0; }
    .cart-section tbody tr td a img,
    .cart-section tbody tr td p img,
    .wishlist-section tbody tr td a img,
    .wishlist-section tbody tr td p img {
      height: 90px; }
  .cart-section tbody tr td .td-color,
  .wishlist-section tbody tr td .td-color {
    color: #00377e; }
  .cart-section tbody tr td h2,
  .wishlist-section tbody tr td h2 {
    font-size: 24px;
    color: #222222;
    font-weight: 400; }
  .cart-section tbody tr td .mobile-cart-content,
  .wishlist-section tbody tr td .mobile-cart-content {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px; }
    .cart-section tbody tr td .mobile-cart-content .qty-box,
    .wishlist-section tbody tr td .mobile-cart-content .qty-box {
      border-radius: 5px; }
      .cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control,
      .wishlist-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
        width: 48px;
        padding: 6px; }
    .cart-section tbody tr td .mobile-cart-content .col-xs-3,
    .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
      -ms-flex-item-align: center;
          align-self: center;
      margin-left: 10px;
      margin-right: 10px; }
    .cart-section tbody tr td .mobile-cart-content h2,
    .wishlist-section tbody tr td .mobile-cart-content h2 {
      font-size: 20px; }

.cart-section tfoot tr th,
.wishlist-section tfoot tr th {
  padding-top: 35px;
  text-align: right; }

.cart-section tfoot tr td,
.wishlist-section tfoot tr td {
  padding-top: 35px;
  padding-bottom: 0;
  text-align: right;
  border: none;
  padding-right: 63px; }
  .cart-section tfoot tr td h2,
  .wishlist-section tfoot tr td h2 {
    font-size: 24px;
    margin-bottom: 0; }
  .cart-section tfoot tr td:first-child,
  .wishlist-section tfoot tr td:first-child {
    width: 85%;
    font-size: 15px;
    padding-right: 10px;
    text-transform: capitalize;
    font-weight: 700; }

.blog-detail-page .blog-detail p:last-child {
  margin-bottom: 0; }

.blog-detail-page .blog-detail img {
  margin-bottom: 40px; }

.blog-detail-page .blog-detail h3 {
  font-size: 24px;
  color: #00377e;
  font-weight: 600;
  margin-bottom: 20px; }

.blog-detail-page .blog-detail p {
  font-size: 14px;
  line-height: 1.8; }

.blog-detail-page .blog-detail .post-social {
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4efe7;
  margin-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  font-family: "Work Sans", sans-serif; }
  .blog-detail-page .blog-detail .post-social li + li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #00377e; }

.blog-detail-page .blog-advance > div:last-child p {
  font-size: 14px; }
  .blog-detail-page .blog-advance > div:last-child p:last-child {
    margin-bottom: 0; }

.blog-detail-page .blog-advance img,
.blog-detail-page .blog-advance .bg-size {
  margin-bottom: 25px;
  margin-top: 25px;
  border: 1px solid #f1f1f1; }

.blog-detail-page .blog-advance ul {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 2.5;
  font-size: 15px; }
  .blog-detail-page .blog-advance ul li {
    display: list-item;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    color: #00377e; }

.blog-detail-page .blog-advance p {
  line-height: 1.8;
  font-family: "Work Sans", sans-serif; }

.blog-detail-page .comment-section {
  border-bottom: 1px solid #f4efe7; }
  .blog-detail-page .comment-section li {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #f4efe7; }
    .blog-detail-page .comment-section li img {
      height: 65px;
      width: 65px;
      margin-right: 20px;
      border-radius: 100%; }
    .blog-detail-page .comment-section li h6 {
      font-size: 16px;
      color: #00377e;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 5px; }
      .blog-detail-page .comment-section li h6 span {
        font-size: 13px;
        font-weight: 500;
        text-transform: capitalize;
        color: #00377e;
        margin-left: 20px; }
    .blog-detail-page .comment-section li p {
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 0; }

.blog-detail-page .blog-contact h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  margin-bottom: 30px;
  margin-top: -5px; }

.blog-page .blog-sidebar h6 {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
  color: #00377e;
  font-weight: 700;
  font-family: "Work Sans", sans-serif; }

.blog-page .blog-sidebar p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0; }

.blog-page .blog-sidebar h4 {
  font-size: 18px;
  color: #00377e;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 20px;
  letter-spacing: 1px; }

.blog-page .blog-sidebar .theme-card {
  border: 1px solid #e7dccb;
  padding: 30px;
  background-color: #ffffff; }
  .blog-page .blog-sidebar .theme-card .recent-blog li .media img {
    width: 100px;
    margin-right: 10px; }
  .blog-page .blog-sidebar .theme-card .recent-blog li + li {
    margin-top: 30px; }
  .blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
    background-color: #00377e;
    height: 70px;
    width: 70px;
    margin: 0 15px 0 0;
    padding: 15px; }
    .blog-page .blog-sidebar .theme-card .popular-blog li .blog-date span {
      display: block;
      text-align: center;
      color: #ffffff;
      text-transform: uppercase; }
  .blog-page .blog-sidebar .theme-card .popular-blog li + li {
    margin-top: 30px; }
  .blog-page .blog-sidebar .theme-card .popular-blog li p {
    margin-top: 10px; }
  .blog-page .blog-sidebar .theme-card + .theme-card {
    margin-top: 30px; }

.blog-page .blog-media {
  margin-bottom: 30px; }
  .blog-page .blog-media:last-child {
    margin-bottom: 0; }
  .blog-page .blog-media .blog-right {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blog-page .blog-media .blog-right h6 {
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .blog-page .blog-media .blog-right h4 {
      font-size: 18px;
      color: #00377e;
      font-weight: 600;
      line-height: 1.3;
      margin-bottom: 15px; }
    .blog-page .blog-media .blog-right h5 {
      color: #00377e; }
    .blog-page .blog-media .blog-right p {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 0; }
    .blog-page .blog-media .blog-right ul {
      margin-bottom: 15px; }
      .blog-page .blog-media .blog-right ul li {
        font-size: 14px;
        line-height: 1.3;
        display: inline-block; }
        .blog-page .blog-media .blog-right ul li i {
          padding-right: 3px; }
        .blog-page .blog-media .blog-right ul li + li {
          padding-left: 15px;
          margin-left: 15px;
          border-left: 1px solid #dddddd; }

.modal {
  padding-right: 0 !important; }

.product-slick .slick-prev,
.product-slick .slick-next,
.rtl-product-slick .slick-prev,
.rtl-product-slick .slick-next,
.product-right-slick .slick-prev,
.product-right-slick .slick-next,
.rtl-product-right-slick .slick-prev,
.rtl-product-right-slick .slick-next {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -10px; }
  .product-slick .slick-prev:before,
  .product-slick .slick-next:before,
  .rtl-product-slick .slick-prev:before,
  .rtl-product-slick .slick-next:before,
  .product-right-slick .slick-prev:before,
  .product-right-slick .slick-next:before,
  .rtl-product-right-slick .slick-prev:before,
  .rtl-product-right-slick .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    opacity: 1;
    color: black;
    background-color: white;
    border-radius: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.product-slick .slick-next,
.rtl-product-slick .slick-next,
.product-right-slick .slick-next,
.rtl-product-right-slick .slick-next {
  right: 1px; }
  .product-slick .slick-next:before,
  .rtl-product-slick .slick-next:before,
  .product-right-slick .slick-next:before,
  .rtl-product-right-slick .slick-next:before {
    content: "\f105"; }

.product-slick .slick-prev,
.rtl-product-slick .slick-prev,
.product-right-slick .slick-prev,
.rtl-product-right-slick .slick-prev {
  left: 1px;
  z-index: 1; }
  .product-slick .slick-prev:before,
  .rtl-product-slick .slick-prev:before,
  .product-right-slick .slick-prev:before,
  .rtl-product-right-slick .slick-prev:before {
    content: "\f104"; }

.product-slick .slick-slide > div,
.rtl-product-slick .slick-slide > div,
.product-right-slick .slick-slide > div,
.rtl-product-right-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }

.product-slick:hover .slick-prev,
.product-slick:hover .slick-next,
.rtl-product-slick:hover .slick-prev,
.rtl-product-slick:hover .slick-next,
.product-right-slick:hover .slick-prev,
.product-right-slick:hover .slick-next,
.rtl-product-right-slick:hover .slick-prev,
.rtl-product-right-slick:hover .slick-next {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .product-slick:hover .slick-prev:before,
  .product-slick:hover .slick-next:before,
  .rtl-product-slick:hover .slick-prev:before,
  .rtl-product-slick:hover .slick-next:before,
  .product-right-slick:hover .slick-prev:before,
  .product-right-slick:hover .slick-next:before,
  .rtl-product-right-slick:hover .slick-prev:before,
  .rtl-product-right-slick:hover .slick-next:before {
    opacity: 1; }

.product-slick:hover .slick-next,
.rtl-product-slick:hover .slick-next,
.product-right-slick:hover .slick-next,
.rtl-product-right-slick:hover .slick-next {
  right: 20px; }

.product-slick:hover .slick-prev,
.rtl-product-slick:hover .slick-prev,
.product-right-slick:hover .slick-prev,
.rtl-product-right-slick:hover .slick-prev {
  left: 20px; }

.slider-nav .slick-slide > div,
.rtl-slider-nav .slick-slide > div,
.slider-right-nav .slick-slide > div,
.rtl-slider-right-nav .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 15px 0 15px;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.slider-nav .slick-slide.slick-current > div,
.rtl-slider-nav .slick-slide.slick-current > div,
.slider-right-nav .slick-slide.slick-current > div,
.rtl-slider-right-nav .slick-slide.slick-current > div {
  border-color: #aaaaaa;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.slider-nav .slick-slide.slick-active,
.rtl-slider-nav .slick-slide.slick-active,
.slider-right-nav .slick-slide.slick-active,
.rtl-slider-right-nav .slick-slide.slick-active {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.slider-right-nav .slick-slide:first-child > div,
.rtl-slider-right-nav .slick-slide:first-child > div {
  margin-top: 0; }

.pro_sticky_info {
  border: 1px solid #dddddd;
  padding: 20px; }

.is_stuck {
  margin-top: 80px; }

.image-scroll div > div {
  padding-bottom: 20px; }
  .image-scroll div > div:last-child {
    padding: 0; }

.product-right .btn_dark {
  padding: 10px 25px; }

.product-right p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5em; }

.product-right .product-title {
  color: #00377e;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px; }
  .product-right .product-title a {
    color: #00377e; }

.product-right .border-product {
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px dashed #c7ac85; }

.product-right h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 700;
  color: #00377e; }

.product-right h3 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #00377e; }

.product-right h4 {
  font-size: 16px;
  margin-bottom: 7px;
  color: #00377e; }
  .product-right h4 del {
    color: #00377e;
    font-size: 14px; }
  .product-right h4 span {
    padding-left: 5px;
    color: #00377e; }

.product-right .color-variant {
  margin-bottom: 10px; }
  .product-right .color-variant li {
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: inline-block; }

.product-right .product-buttons {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-right .product-buttons .btn-solid,
  .product-right .product-buttons .btn-outline {
    padding: 7px 25px; }
  .product-right .product-buttons a:last-child {
    margin-left: 10px; }

.product-right .product-description h6 span {
  float: right; }

.product-right .product-description .qty-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px; }
  .product-right .product-description .qty-box .input-group {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: unset; }
    .product-right .product-description .qty-box .input-group .form-control {
      border-right: none;
      padding-top: 10px; }

.product-right .size-box {
  margin-top: 10px;
  margin-bottom: 10px; }
  .product-right .size-box ul li {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #f7f7f7;
    text-align: center;
    display: inline-block; }
    .product-right .size-box ul li a {
      color: #00377e;
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; }
    .product-right .size-box ul li.active {
      background-color: rgba(238, 228, 216, 0.4); }

.product-right .product-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-right .product-icon .product-social {
    margin-top: 5px; }
    .product-right .product-icon .product-social li {
      padding-right: 30px; }
      .product-right .product-icon .product-social li a {
        color: #00377e;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .product-right .product-icon .product-social li a i {
          font-size: 18px; }
        .product-right .product-icon .product-social li a:hover {
          color: #00377e; }
      .product-right .product-icon .product-social li:last-child {
        padding-right: 0; }
  .product-right .product-icon .wishlist-btn {
    background-color: transparent;
    border: none;
    color: #00377e;
    font-family: "Prata", serif; }
    .product-right .product-icon .wishlist-btn i {
      border-left: 1px solid #00377e;
      font-size: 18px;
      padding-left: 10px;
      margin-left: 5px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      color: #00377e; }
    .product-right .product-icon .wishlist-btn span {
      padding-left: 10px;
      font-size: 18px; }
    .product-right .product-icon .wishlist-btn:hover i {
      color: #00377e;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.product-right .payment-card-bottom {
  margin-top: 10px; }
  .product-right .payment-card-bottom ul li {
    padding-right: 10px; }

.product-right .timer {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  margin-top: 10px;
  background-color: rgba(238, 228, 216, 0.4);
  display: inline-block; }
  .product-right .timer p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0; }
  .product-right .timer span {
    width: 65px;
    display: inline-block;
    color: #00377e; }
    .product-right .timer span .timer-cal {
      font-size: 12px;
      color: #00377e; }
    .product-right .timer span .padding-l {
      padding-left: 22px;
      display: inline; }

.product-right.product-form-box {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 20px; }
  .product-right.product-form-box .product-description .qty-box {
    margin-bottom: 5px; }
    .product-right.product-form-box .product-description .qty-box .input-group {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
  .product-right.product-form-box .product-buttons {
    margin-bottom: 0; }
  .product-right.product-form-box .timer {
    margin-bottom: 10px;
    text-align: left; }

.single-product-tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  color: #00377e; }
  .single-product-tables table {
    width: 20%; }
    .single-product-tables table tr {
      height: 35px; }
      .single-product-tables table tr td:first-child {
        font-weight: 600; }
  .single-product-tables.detail-section {
    margin-top: 0; }
    .single-product-tables.detail-section table {
      width: 55%; }

.product-accordion .btn-link {
  color: #222222; }
  .product-accordion .btn-link:hover {
    text-decoration: none; }

.product-accordion .card {
  border: none; }

.product-accordion .card-body {
  width: 100%;
  height: 300px; }

.product-accordion .card-header {
  padding: 5px 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
  background-color: rgba(127, 127, 127, 0.03); }

.product-related h2 {
  color: #00377e;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddada;
  margin-bottom: 20px;
  font-size: calc(16px + (25 - 16) * ((100vw - 320px) / (1920 - 320)));
  margin-top: 20px; }

.rating {
  margin-top: 0; }
  .rating i {
    padding-right: 5px; }
    .rating i:nth-child(-n + 4) {
      color: #00377e; }
    .rating i:last-child {
      color: #dddddd; }
  .rating .three-star {
    padding-bottom: 5px; }
    .rating .three-star i {
      color: #acacac; }
      .rating .three-star i:nth-child(-n + 3) {
        color: #00377e; }

.tab-border {
  border: 1px solid #dddddd;
  margin: 0;
  padding: 8px 0; }
  .tab-border .nav-border {
    border-bottom: 0;
    border-right: 1px solid #dddddd; }

.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
  padding: 15px 20px;
  color: #00377e; }

.tab-product,
.product-full-tab {
  padding-top: 30px; }
  .tab-product .nav-material.nav-tabs,
  .product-full-tab .nav-material.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-bottom: 1px solid #c7ac85; }
    .tab-product .nav-material.nav-tabs .nav-item,
    .product-full-tab .nav-material.nav-tabs .nav-item {
      font-size: 14px; }
      .tab-product .nav-material.nav-tabs .nav-item .nav-link,
      .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
        color: #212121;
        text-align: center;
        padding: 0 15px 20px 15px;
        text-transform: uppercase;
        border: 0; }
      .tab-product .nav-material.nav-tabs .nav-item .material-border,
      .product-full-tab .nav-material.nav-tabs .nav-item .material-border {
        border-bottom: 2px solid #00377e;
        opacity: 0; }
    .tab-product .nav-material.nav-tabs .nav-link.active,
    .product-full-tab .nav-material.nav-tabs .nav-link.active {
      color: #00377e; }
      .tab-product .nav-material.nav-tabs .nav-link.active ~ .material-border,
      .product-full-tab .nav-material.nav-tabs .nav-link.active ~ .material-border {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 1; }
  .tab-product .theme-form input,
  .product-full-tab .theme-form input {
    border-color: #c7ac85;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: left;
    color: #00377e; }
  .tab-product .theme-form label,
  .product-full-tab .theme-form label {
    border-color: #c7ac85;
    color: #00377e;
    font-family: "Prata", serif; }
  .tab-product .theme-form ::-webkit-input-placeholder,
  .product-full-tab .theme-form ::-webkit-input-placeholder {
    color: #00377e;
    font-family: "Work Sans", sans-serif; }
  .tab-product .theme-form :-ms-input-placeholder,
  .product-full-tab .theme-form :-ms-input-placeholder {
    color: #00377e;
    font-family: "Work Sans", sans-serif; }
  .tab-product .theme-form ::-ms-input-placeholder,
  .product-full-tab .theme-form ::-ms-input-placeholder {
    color: #00377e;
    font-family: "Work Sans", sans-serif; }
  .tab-product .theme-form ::placeholder,
  .product-full-tab .theme-form ::placeholder {
    color: #00377e;
    font-family: "Work Sans", sans-serif; }
  .tab-product .theme-form textarea,
  .product-full-tab .theme-form textarea {
    border-color: #c7ac85;
    font-size: 15px;
    padding: 17px 25px;
    margin-bottom: 15px;
    height: inherit;
    color: #00377e;
    font-family: "Work Sans", sans-serif; }
  .tab-product .tab-content.nav-material p,
  .product-full-tab .tab-content.nav-material p {
    font-size: 14px;
    padding: 20px 20px 0;
    margin-bottom: -8px;
    line-height: 2;
    letter-spacing: 0.05em; }
  .tab-product .tab-content.nav-material .media,
  .product-full-tab .tab-content.nav-material .media {
    margin-top: 20px; }
  .tab-product .title,
  .product-full-tab .title {
    padding-right: 45px;
    color: #00377e;
    padding-bottom: 20px; }
  .tab-product .theme-slider .slick-arrow,
  .product-full-tab .theme-slider .slick-arrow {
    top: -45px;
    height: auto; }
    .tab-product .theme-slider .slick-arrow :before,
    .product-full-tab .theme-slider .slick-arrow :before {
      color: #000000;
      font-size: 18px; }
  .tab-product .product-box,
  .product-full-tab .product-box {
    position: relative;
    margin: 5px; }
    .tab-product .product-box:hover,
    .product-full-tab .product-box:hover {
      -webkit-box-shadow: 0 0 12px 0 #dddddd;
              box-shadow: 0 0 12px 0 #dddddd; }
      .tab-product .product-box:hover .lbl-1,
      .product-full-tab .product-box:hover .lbl-1 {
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .tab-product .product-box:hover .lbl-2,
      .product-full-tab .product-box:hover .lbl-2 {
        opacity: 1;
        -webkit-animation: flipInY 1000ms ease-in-out;
                animation: flipInY 1000ms ease-in-out; }
      .tab-product .product-box:hover .color-variant li,
      .product-full-tab .product-box:hover .color-variant li {
        opacity: 1 !important;
        -webkit-animation: fadeInUp 500ms ease-in-out;
                animation: fadeInUp 500ms ease-in-out; }
    .tab-product .product-box .img-block,
    .product-full-tab .product-box .img-block {
      min-height: unset; }
    .tab-product .product-box .cart-info,
    .product-full-tab .product-box .cart-info {
      position: absolute;
      padding: 10px 0;
      top: 25%;
      right: 15px;
      width: 40px;
      margin-right: 0; }
      .tab-product .product-box .cart-info i,
      .product-full-tab .product-box .cart-info i {
        padding-right: 0; }
      .tab-product .product-box .cart-info a,
      .tab-product .product-box .cart-info button,
      .product-full-tab .product-box .cart-info a,
      .product-full-tab .product-box .cart-info button {
        color: #333333;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #ffffff;
        height: 35px;
        width: 35px;
        margin: 7px 0;
        border-radius: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 0;
        -webkit-box-shadow: 0 0 12px 0 #dddddd;
                box-shadow: 0 0 12px 0 #dddddd; }
        .tab-product .product-box .cart-info a :hover,
        .tab-product .product-box .cart-info button :hover,
        .product-full-tab .product-box .cart-info a :hover,
        .product-full-tab .product-box .cart-info button :hover {
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          color: #00377e; }
    .tab-product .product-box .lbl-1,
    .product-full-tab .product-box .lbl-1 {
      background-color: #00377e;
      padding: 2px 20px 2px 10px;
      display: inline-block;
      text-align: center;
      color: #ffffff;
      position: absolute;
      left: 0;
      top: 15px;
      font-size: 14px;
      line-height: 1.5;
      opacity: 0; }
      .tab-product .product-box .lbl-1:before,
      .product-full-tab .product-box .lbl-1:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 0;
        border-top: 12px solid #00377e;
        border-bottom: 13px solid #00377e;
        border-right: 7px solid #ffffff; }
    .tab-product .product-box .lbl-2,
    .product-full-tab .product-box .lbl-2 {
      font-size: 14px;
      top: 15px;
      position: absolute;
      right: 10px;
      color: #333333;
      font-weight: 600;
      text-transform: capitalize;
      opacity: 0; }
    .tab-product .product-box a,
    .product-full-tab .product-box a {
      color: #0072bb;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 1px; }
    .tab-product .product-box .color-variant,
    .product-full-tab .product-box .color-variant {
      position: absolute;
      top: -35px;
      width: 100%; }
    .tab-product .product-box .slick-slide img,
    .product-full-tab .product-box .slick-slide img {
      display: block; }
    .tab-product .product-box .product-details,
    .product-full-tab .product-box .product-details {
      position: relative; }
      .tab-product .product-box .product-details .color-variant,
      .product-full-tab .product-box .product-details .color-variant {
        position: absolute;
        top: -35px;
        width: 100%; }
        .tab-product .product-box .product-details .color-variant li,
        .product-full-tab .product-box .product-details .color-variant li {
          opacity: 0;
          display: inline-block;
          height: 15px;
          width: 15px;
          border-radius: 10%;
          margin: 0 3px;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          cursor: pointer; }
      .tab-product .product-box .product-details h6,
      .product-full-tab .product-box .product-details h6 {
        color: #333333;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: capitalize; }
      .tab-product .product-box .product-details .price,
      .product-full-tab .product-box .product-details .price {
        padding-bottom: 10px;
        font-size: 16px;
        color: #00377e; }

.product-full-tab {
  padding-top: 70px; }

.product-load-more .col-grid-box {
  display: none; }

.load-more-sec {
  margin-top: 40px;
  text-align: center; }
  .load-more-sec a {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    color: #00377e; }

.product_image_4 > div:nth-last-child(-n + 2) {
  margin-top: 25px; }

.common-card {
  padding: 30px;
  border: 1px solid #f1f1f1;
  line-height: 1;
  border-radius: 25px;
  background-color: #ffffff;
  height: 100%; }

.theme-card {
  position: relative; }
  .theme-card.center-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-card.center-align .offer-slider .product-box2 .media .media-body {
      margin-top: 0; }
  .theme-card.card-border {
    border: 1px solid #dddddd; }
    .theme-card.card-border h5 {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 30px;
      margin-top: 0; }
    .theme-card.card-border .slick-prev,
    .theme-card.card-border .slick-next {
      top: -45px; }
    .theme-card.card-border .slick-next {
      right: 30px; }
    .theme-card.card-border .slick-prev {
      right: 50px; }
    .theme-card.card-border .offer-slider {
      padding-top: 0;
      padding-bottom: 10px; }
      .theme-card.card-border .offer-slider img {
        padding: 15px 15px 15px 30px; }
      .theme-card.card-border .offer-slider .media .media-body a h6 {
        margin-right: 25px; }
  .theme-card h5 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: -5px;
    color: #00377e; }
    .theme-card h5.title-border {
      border-bottom: 1px solid #00377e; }
  .theme-card .slick-prev,
  .theme-card .slick-next {
    top: -35px; }
    .theme-card .slick-prev:before,
    .theme-card .slick-next:before {
      font: normal normal normal 30px/1 FontAwesome;
      color: #222222;
      opacity: 0.6; }
  .theme-card .slick-next {
    right: 0; }
    .theme-card .slick-next:before {
      content: "\f105";
      color: #00377e; }
  .theme-card .slick-prev {
    left: unset;
    right: 25px; }
    .theme-card .slick-prev:before {
      content: "\f104";
      color: #00377e; }
  .theme-card .offer-slider img {
    max-height: 130px;
    padding: 15px 15px 15px 0; }
  .theme-card .offer-slider > div .media:last-child .media-body {
    margin-top: 15px; }
  .theme-card .offer-slider > div .media:last-child img {
    margin-bottom: -15px; }
  .theme-card .offer-slider .media .media-body .rating {
    margin-top: 0; }
    .theme-card .offer-slider .media .media-body .rating i {
      padding-right: 5px; }
      .theme-card .offer-slider .media .media-body .rating i:nth-child(-n + 4) {
        color: #00377e; }
      .theme-card .offer-slider .media .media-body .rating i:last-child {
        color: #dddddd; }
  .theme-card .offer-slider .media .media-body a h6 {
    font-size: 14px;
    margin-right: 61px;
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #33322d; }
  .theme-card .offer-slider .media .media-body h4 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 700;
    color: #00377e;
    margin-bottom: 0; }

.quick-view {
  width: 100%;
  max-width: 1080px;
  max-height: 600px;
  position: relative; }

.quick-view-modal .modal-body .close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 5px; }
  .quick-view-modal .modal-body .close span {
    font-size: 22px; }

.checkout-page .checkout-title {
  margin-bottom: 25px; }
  .checkout-page .checkout-title h3 {
    font-size: 24px;
    color: #00377e;
    font-weight: 700; }

.checkout-page .checkout-form .check-out ::-webkit-input-placeholder {
  color: #00377e; }

.checkout-page .checkout-form .check-out :-ms-input-placeholder {
  color: #00377e; }

.checkout-page .checkout-form .check-out ::-ms-input-placeholder {
  color: #00377e; }

.checkout-page .checkout-form .check-out ::placeholder {
  color: #00377e; }

.checkout-page .checkout-form .check-out .form-group:last-child {
  margin-bottom: -5px; }
  .checkout-page .checkout-form .check-out .form-group:last-child label {
    margin-bottom: -5px; }

.checkout-page .checkout-form .form-group {
  position: relative;
  margin-bottom: 25px; }
  .checkout-page .checkout-form .form-group h3 {
    color: #00377e;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px; }
  .checkout-page .checkout-form .form-group .field-label {
    line-height: 24px;
    text-transform: capitalize;
    color: #00377e;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif; }
    .checkout-page .checkout-form .form-group .field-label span {
      font-size: 16px;
      color: #00377e;
      font-weight: 600; }
  .checkout-page .checkout-form .form-group label {
    color: #00377e; }

.checkout-page .checkout-form select {
  color: #00377e;
  cursor: pointer;
  background: url(../assets/images/dropdown.png) no-repeat 95%;
  border-radius: 25px; }

.checkout-page .checkout-form input[type="text"], .checkout-page .checkout-form input[type="email"], .checkout-page .checkout-form input[type="password"], .checkout-page .checkout-form input[type="tel"], .checkout-page .checkout-form input[type="number"], .checkout-page .checkout-form input[type="url"] {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #c7ac85;
  border-radius: 25px; }

.checkout-page .checkout-form select,
.checkout-page .checkout-form textarea {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #c7ac85;
  -webkit-appearance: none; }

.checkout-page .check-box {
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px; }
  .checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0;
    font-size: 16px;
    cursor: pointer; }

.checkout-page .lower-content {
  margin-top: 30px; }
  .checkout-page .lower-content .order-column {
    margin-bottom: 40px; }

.order-box {
  position: relative;
  margin-bottom: 50px; }
  .order-box .title-box {
    position: relative;
    padding-bottom: 25px;
    color: #00377e;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #f7f3ee;
    margin-bottom: 20px; }
    .order-box .title-box span {
      font-size: 22px;
      position: relative;
      width: 35%;
      float: right;
      line-height: 1.2em; }
  .order-box .qty {
    position: relative;
    border-bottom: 1px solid #f7f3ee;
    margin-bottom: 30px; }
    .order-box .qty li {
      position: relative;
      display: block;
      font-size: 15px;
      font-family: "Work Sans", sans-serif;
      line-height: 20px;
      margin-bottom: 20px; }
      .order-box .qty li span {
        float: right;
        font-size: 18px;
        line-height: 20px;
        font-weight: 400;
        width: 35%; }
  .order-box .sub-total {
    position: relative;
    border-bottom: 1px solid #f7f3ee;
    margin-bottom: 30px; }
    .order-box .sub-total li {
      position: relative;
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
      margin-bottom: 20px;
      font-family: "Work Sans", sans-serif;
      width: 100%; }
      .order-box .sub-total li .count {
        font-size: 18px; }
    .order-box .sub-total .shopping-option label {
      position: relative;
      font-size: 16px;
      line-height: 32px;
      padding-left: 10px; }
    .order-box .sub-total .shipping {
      width: 35%;
      float: right; }
  .order-box .total {
    position: relative;
    margin-bottom: 40px; }
    .order-box .total li {
      position: relative;
      display: block;
      font-weight: 400;
      line-height: 20px;
      margin-bottom: 10px;
      font-size: 20px;
      font-family: "Work Sans", sans-serif; }
      .order-box .total li .count {
        position: relative;
        font-size: 20px;
        line-height: 20px;
        color: #00377e;
        font-weight: 400; }
      .order-box .total li span {
        float: right;
        font-size: 15px;
        line-height: 20px;
        color: #00377e;
        font-weight: 400;
        width: 35%;
        display: block; }

.payment-box {
  position: relative; }
  .payment-box .upper-box {
    position: relative; }
  .payment-box .payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px; }
    .payment-box .payment-options li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px; }
      .payment-box .payment-options li .radio-option {
        position: relative; }
        .payment-box .payment-options li .radio-option label {
          position: relative;
          padding-left: 30px;
          text-transform: capitalize;
          font-family: "Work Sans", sans-serif;
          cursor: pointer;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 0; }
        .payment-box .payment-options li .radio-option input[type="radio"] {
          position: absolute;
          left: 0;
          top: 5px; }
        .payment-box .payment-options li .radio-option label .small-text {
          position: relative;
          display: none;
          font-size: 15px;
          line-height: 25px;
          font-weight: 300;
          color: #00377e;
          margin-top: 10px; }
        .payment-box .payment-options li .radio-option label img {
          position: relative;
          display: block;
          max-width: 100%;
          margin-left: -30px;
          margin-top: 5px; }

.dashboard-left .block-title h2 {
  font-size: 24px;
  padding-bottom: 20px; }

.dashboard-left .block-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 10px; }
  .dashboard-left .block-content ul li:last-child {
    margin-bottom: 0; }
  .dashboard-left .block-content ul li.active {
    color: #00377e; }
    .dashboard-left .block-content ul li.active a {
      color: #00377e;
      font-family: "Prata", serif; }
    .dashboard-left .block-content ul li.active:before {
      color: #00377e; }
  .dashboard-left .block-content ul li:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 1;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #00377e; }
  .dashboard-left .block-content ul li a {
    color: #00377e; }
  .dashboard-left .block-content ul li:hover {
    padding-left: 10px;
    color: #00377e;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .dashboard-left .block-content ul li:hover:before {
      color: #00377e; }
    .dashboard-left .block-content ul li:hover a {
      color: #00377e;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.padding-cls {
  padding-left: 50px;
  padding-right: 50px; }

.dashboard-right p {
  font-size: 14px;
  color: #00377e;
  line-height: 20px; }

.dashboard-right .dashboard .page-title h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #00377e;
  font-weight: 700;
  font-family: "Work Sans", sans-serif; }

.dashboard-right .dashboard .welcome-msg p {
  margin-bottom: 0; }

.dashboard .box-account > div + div {
  margin-top: 20px; }

.dashboard .box-head h2 {
  font-size: 22px;
  margin: 20px 0 0;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  color: #00377e; }

.dashboard .box a {
  color: #00377e; }

.dashboard .box h6 {
  margin-bottom: 0; }

.dashboard .box .box-title {
  border-bottom: 1px solid #f2ece3;
  display: inline-block;
  margin-bottom: 5px;
  padding: 12px 0;
  position: relative;
  width: 100%; }
  .dashboard .box .box-title h3 {
    font-size: 22px;
    margin: 0;
    text-transform: capitalize;
    color: #00377e; }
  .dashboard .box .box-title > a {
    position: absolute;
    right: 0;
    top: 12px;
    color: #00377e; }

.dashboard .box address {
  margin-bottom: 0;
  color: #00377e;
  line-height: 2;
  margin-top: 10px; }

.box-content h6 {
  font-size: 14px;
  line-height: 25px !important;
  margin-bottom: 0;
  color: #00377e; }

.box-content a {
  color: #00377e; }

.account-sidebar {
  display: none;
  cursor: pointer;
  background-color: #00377e;
  color: #ffffff;
  width: 30%;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 5px; }

.light-layout {
  background-color: #f9f9f9; }

.success-text {
  text-align: center; }
  .success-text i {
    font-size: 50px;
    color: #4ead4e; }
  .success-text h2 {
    margin-top: 10px;
    margin-bottom: 15px; }
  .success-text p {
    font-size: 18px;
    text-transform: capitalize; }
  .success-text.order-fail i {
    color: #00377e; }

.order-success-sec h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #00377e; }

.order-success-sec .order-detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: capitalize;
  line-height: 2;
  font-size: 16px;
  color: #33322d;
  font-family: "Work Sans", sans-serif; }

.order-success-sec .payment-mode p {
  font-size: 16px;
  margin-bottom: 0; }

.delivery-sec {
  padding: 30px;
  text-align: center;
  margin-top: 20px;
  background-color: rgba(238, 228, 216, 0.4); }
  .delivery-sec h2,
  .delivery-sec h3 {
    color: #00377e;
    text-transform: capitalize; }
  .delivery-sec h3 {
    font-size: 24px;
    margin-top: -5px; }
  .delivery-sec h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: -10px; }

.product-order h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00377e;
  line-height: 23px; }

.product-order .product-order-detail {
  margin-top: 15px; }
  .product-order .product-order-detail img {
    max-height: 130px; }
  .product-order .product-order-detail .order_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-order .product-order-detail .order_detail h4 {
      font-size: 18px;
      margin-bottom: 5px;
      text-transform: capitalize;
      font-weight: 700;
      color: #00377e; }
    .product-order .product-order-detail .order_detail h5 {
      font-size: 16px;
      text-transform: capitalize;
      margin-bottom: 0;
      margin-top: 15px; }

.product-order .total-sec {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 15px 0;
  padding: 15px 0; }
  .product-order .total-sec ul li {
    text-transform: capitalize;
    line-height: 2;
    font-family: "Work Sans", sans-serif; }
    .product-order .total-sec ul li span {
      float: right;
      color: #00377e; }

.product-order .final-total h3 {
  display: block;
  margin-bottom: 0; }
  .product-order .final-total h3 span {
    float: right; }

.compare-section .compare-part {
  position: relative; }
  .compare-section .compare-part .close-btn {
    background-color: transparent;
    border: none;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0; }
  .compare-section .compare-part .img-secton {
    padding: 25px 15px 15px; }
    .compare-section .compare-part .img-secton img,
    .compare-section .compare-part .img-secton .bg-size {
      width: 50%;
      margin: 0 auto; }
    .compare-section .compare-part .img-secton a h5 {
      margin-bottom: 0;
      text-transform: capitalize;
      margin-top: 10px; }
    .compare-section .compare-part .img-secton h5 {
      margin-bottom: 0;
      line-height: 1.2; }
  .compare-section .compare-part .detail-part .title-detail {
    background-color: #f7f8fa;
    text-align: center;
    padding: 8px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb; }
    .compare-section .compare-part .detail-part .title-detail h5 {
      margin-bottom: 0;
      text-transform: uppercase; }
  .compare-section .compare-part .detail-part .inner-detail {
    padding: 15px; }
    .compare-section .compare-part .detail-part .inner-detail p {
      margin-bottom: 0;
      line-height: 1.2;
      letter-spacing: 0.05em; }
  .compare-section .compare-part .btn-part {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #ddd; }
    .compare-section .compare-part .btn-part .btn-solid,
    .compare-section .compare-part .btn-part .btn-outline {
      padding: 5px 10px; }

.compare-section .slick-slide > div {
  border: 1px solid #ddd;
  border-left: none; }

.compare-section .slick-slide:first-child {
  border-left: 1px solid #ddd; }

.compare-padding {
  margin-bottom: -20px; }
  .compare-padding h2 {
    margin-bottom: 20px; }

.compare-lable {
  position: absolute;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 20px;
  left: 16px;
  letter-spacing: 0.1em;
  z-index: 1; }

.compare-page .table-wrapper {
  padding-bottom: 0; }
  .compare-page .table-wrapper .table {
    border: 1px solid #c7ac85;
    text-transform: capitalize;
    color: #00377e; }
    .compare-page .table-wrapper .table .product-name {
      width: 15%; }
    .compare-page .table-wrapper .table .featured-image {
      width: 185px; }
    .compare-page .table-wrapper .table td {
      border-top: none; }
    .compare-page .table-wrapper .table thead .th-compare td {
      font-size: 14px;
      font-weight: 700;
      background: #f7f3ee;
      border-right: 1px solid #c7ac85; }
    .compare-page .table-wrapper .table thead .th-compare th {
      text-align: left;
      border-top: 1px solid #c7ac85;
      border-bottom: 1px solid #c7ac85;
      border-right: 1px solid #c7ac85; }
      .compare-page .table-wrapper .table thead .th-compare th button {
        color: #00377e;
        cursor: pointer; }
      .compare-page .table-wrapper .table thead .th-compare th .remove-compare {
        float: left;
        border: none;
        background: transparent;
        padding: 0;
        font-size: 14px;
        font-weight: 500;
        font-family: "Work Sans", sans-serif; }
    .compare-page .table-wrapper .table tbody tr th {
      background: #f7f3ee;
      font-family: "Work Sans", sans-serif; }
    .compare-page .table-wrapper .table tbody tr td {
      border-right: 1px solid #c7ac85;
      position: relative;
      font-family: "Work Sans", sans-serif; }
    .compare-page .table-wrapper .table tbody tr th,
    .compare-page .table-wrapper .table tbody tr td {
      padding: 15px;
      vertical-align: top;
      border-bottom: 1px solid #c7ac85;
      border-top: 1px solid #c7ac85;
      border-right: 1px solid #c7ac85;
      font-family: "Work Sans", sans-serif; }
    .compare-page .table-wrapper .table tbody tr .grid-link__title {
      font-size: 15px;
      font-family: "Work Sans", sans-serif; }
    .compare-page .table-wrapper .table tbody tr .product_price {
      margin: 15px 0; }
      .compare-page .table-wrapper .table tbody tr .product_price span.money {
        padding-left: 5px; }
    .compare-page .table-wrapper .table tbody tr p {
      font-size: 13px;
      line-height: 20px;
      margin: 0;
      font-family: "Work Sans", sans-serif; }
    .compare-page .table-wrapper .table tbody tr .add-to-cart,
    .compare-page .table-wrapper .table tbody tr .select-option-cls {
      padding: 10px 18px; }

.typography_section .typography-box {
  margin-bottom: 30px; }
  .typography_section .typography-box p {
    line-height: 22px; }
  .typography_section .typography-box .headings {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    background-color: rgba(247, 247, 247, 0.5);
    padding: 8px 12px; }
    .typography_section .typography-box .headings h3 {
      text-transform: capitalize;
      color: #2d2d2d;
      margin-bottom: 0;
      font-weight: 400;
      font-size: 20px; }
    .typography_section .typography-box .headings span {
      color: #e5e5e5; }
      .typography_section .typography-box .headings span code {
        color: #e5e5e5; }
  .typography_section .typography-box .typo-content.heading_content h1,
  .typography_section .typography-box .typo-content.heading_content h2,
  .typography_section .typography-box .typo-content.heading_content h3,
  .typography_section .typography-box .typo-content.heading_content h4,
  .typography_section .typography-box .typo-content.heading_content h5,
  .typography_section .typography-box .typo-content.heading_content h6 {
    font-weight: 400;
    color: black;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px; }
  .typography_section .typography-box .typo-content .sub-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #222222;
    text-transform: capitalize; }
  .typography_section .typography-box .typo-content.product-pagination {
    border: none;
    margin: 0; }
    .typography_section .typography-box .typo-content.product-pagination .pagination .page-item {
      border-top: 1px solid #c7ac85;
      border-bottom: 1px solid #c7ac85; }
      .typography_section .typography-box .typo-content.product-pagination .pagination .page-item a {
        padding: 10px 14px; }
  .typography_section .typography-box .typo-content.input_button input {
    margin-bottom: 10px; }
  .typography_section .typography-box .typo-content.input_button label {
    font-size: 16px;
    text-transform: capitalize;
    padding-left: 5px; }
  .typography_section .typography-box .typo-content.loader-typo {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .typography_section .typography-box .typo-content.loader-typo .pre-loader {
      position: relative;
      width: 50px;
      height: 50px;
      background-color: #00377e;
      border-radius: 50%; }
      .typography_section .typography-box .typo-content.loader-typo .pre-loader:after {
        content: "";
        position: absolute;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        border: 0 solid white;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-animation: loader-wrapper 1000ms ease-out forwards infinite;
                animation: loader-wrapper 1000ms ease-out forwards infinite;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .typography_section .typography-box .typo-content .footer-social {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .typography_section .typography-box:last-child {
    margin-bottom: 0; }

.typography_section code {
  color: rgba(106, 64, 49, 0.6);
  background-color: #f7f7f7;
  padding: 3px;
  margin: 0 3px;
  border-radius: 2px; }

.profile-section {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  padding: 15px; }
  .profile-section .profile-detail .profile-name {
    font-weight: 700; }
  .profile-section .profile-detail p {
    margin-bottom: 8px; }

.btn-theme {
  background-color: #00377e; }

/*=====================
    24. Menu css start
==========================*/
.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left; }

.sm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999; }
  .sm ul {
    display: none; }
  .sm li {
    position: relative; }
  .sm > li > h1 {
    margin: 0;
    padding: 0; }
  .sm > li > h2 {
    margin: 0;
    padding: 0; }
  .sm > li > h3 {
    margin: 0;
    padding: 0; }
  .sm > li > h4 {
    margin: 0;
    padding: 0; }
  .sm > li > h5 {
    margin: 0;
    padding: 0; }
  .sm > li > h6 {
    margin: 0;
    padding: 0; }
  .sm a {
    position: relative;
    display: block; }
    .sm a.disabled {
      cursor: default; }
  .sm * {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .sm *::before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .sm *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  overflow: hidden; }

.pixelstrap a {
  font-size: 16px; }
.menuv2 .pixelstrap a {font-size: 17px; }
.menuv2 .menu-content a{line-height:17px}
.menuv2 .om-menu-xlv2 a{padding-top:42px}
  .pixelstrap a, .pixelstrap a:hover, .pixelstrap a:focus, .pixelstrap a:active {
    padding-right: 70px;
    color: #00377e;
    text-decoration: none; }
    
  .pixelstrap a.disabled {
    color: #ffd8d4; }
  .pixelstrap a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 15px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    border-radius: 4px; }
  .pixelstrap a .sub-arrow::before {
    content: '+'; }
  .pixelstrap a.highlighted .sub-arrow::before {
    content: '-'; }

.pixelstrap > li:last-child > a, .pixelstrap > li:last-child > *:not(ul) a, .pixelstrap > li:last-child > ul,
.pixelstrap > li:last-child > ul > li:last-child > a, .pixelstrap > li:last-child > ul > li:last-child > *:not(ul) a, .pixelstrap > li:last-child > ul > li:last-child > ul,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 8px 8px; }

.pixelstrap > li:last-child > a.highlighted, .pixelstrap > li:last-child > *:not(ul) a.highlighted,
.pixelstrap > li:last-child > ul > li:last-child > a.highlighted, .pixelstrap > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0; }

.pixelstrap ul {
  background: #fff; }
  .pixelstrap ul ul {
    background: rgba(102, 102, 102, 0.1); }
  .pixelstrap ul a, .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active {
    background: transparent;
    color: #00377e;
    font-size: 16px;
    text-shadow: none;
    border-left: 8px solid transparent; }
  .pixelstrap ul a.current {
    background: #c33a32;
    color: #fff; }
  .pixelstrap ul a.disabled {
    color: #b3b3b3; }
  .pixelstrap ul ul a,
  .pixelstrap ul ul a:hover,
  .pixelstrap ul ul a:focus,
  .pixelstrap ul ul a:active {
    border-left: 16px solid transparent; }
  .pixelstrap ul ul ul a,
  .pixelstrap ul ul ul a:hover,
  .pixelstrap ul ul ul a:focus,
  .pixelstrap ul ul ul a:active {
    border-left: 24px solid transparent; }
  .pixelstrap ul ul ul ul a,
  .pixelstrap ul ul ul ul a:hover,
  .pixelstrap ul ul ul ul a:focus,
  .pixelstrap ul ul ul ul a:active {
    border-left: 32px solid transparent; }
  .pixelstrap ul ul ul ul ul a,
  .pixelstrap ul ul ul ul ul a:hover,
  .pixelstrap ul ul ul ul ul a:focus,
  .pixelstrap ul ul ul ul ul a:active {
    border-left: 40px solid transparent; }
  .pixelstrap ul li {
    border-top: none; }
    .pixelstrap ul li:first-child {
      border-top: 0; }

@media (min-width: 1200px) {
  /* Switch to desktop layout  */
  .pixelstrap ul {
    position: absolute; }
  .pixelstrap li {
    float: left; }
  .pixelstrap.sm-rtl li {
    float: right; }
  .pixelstrap ul li, .pixelstrap.sm-rtl ul li, .pixelstrap.sm-vertical li {
    float: none; }
  .pixelstrap a {
    white-space: nowrap; }
  .pixelstrap ul a, .pixelstrap.sm-vertical a {
    white-space: normal; }
  .pixelstrap .sm-nowrap > li > a, .pixelstrap .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
    font-size: 14px;
    text-transform: capitalize; }
  /* ...end */
  .pixelstrap > li > a {
    font-weight: 600; }
  .pixelstrap a .sub-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -1px;
    left: 54px;
    right: auto;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    border-radius: 4px; }
    .pixelstrap .five-char a .sub-arrow{ left:70px}
    .pixelstrap a .sub-arrow {left:68px\0; }
    .pixelstrap .five-char a .sub-arrow{ left:84px\0;} 
    .pixelstrap a .sub-arrow:after {
      content: "\f107";
      font-family: FontAwesome;
      position: absolute; }
  .pixelstrap a .sub-arrow::before {
    display: none; }
  .pixelstrap ul {
    border: 1px solid rgba(151, 130, 98, 0.3);
    padding: 7px 0;
    background:rgba(255, 255, 255, 0.6);
    border-radius: 0 !important;
    min-width: 12em !important; }
    .pixelstrap ul ul {
      border-radius: 4px !important;
      background: #fff; }
    .pixelstrap ul a, .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active, .pixelstrap ul a.highlighted {
      border: 0 !important;
      padding: 9px 23px;
      color: #00377e;
      border-radius: 0 !important; }
    .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active, .pixelstrap ul a.highlighted {
      background-color: transparent;
      margin-left: 8px; }
	  .pixelstrapv2 ul a:hover, .pixelstrapv2 ul a:focus, .pixelstrapv2 ul a:active, .pixelstrapv2 ul a.highlighted {
      margin-left: 0px; }
	  .pixelstrapv2 ul li:hover, .pixelstrapv2 ul li:focus, .pixelstrapv2 ul li:active, .pixelstrapv2 ul li.highlighted {
      background: rgba(0, 113, 205, 0.8);
	  border-bottom: 1px solid rgba(83, 179, 250, 0.8); }
      .pixelstrap ul a:hover:after, .pixelstrap ul a:focus:after, .pixelstrap ul a:active:after, .pixelstrap ul a.highlighted:after {
        content: ">";
        position: absolute;
        left: 10px; }
    .pixelstrap ul a.current {
      background: #c33a32;
      color: #fff; }
    .pixelstrap ul a.disabled {
      background: #fff;
      color: #b3b3b3; }
    .pixelstrap ul a .sub-arrow {
      position: absolute;
      top: 50%;
      margin-top: -11px;
      left: auto;
      right: 15px;
      width: 34px;
      height: 34px;
      overflow: hidden;
      font: bold 14px/34px monospace !important;
      text-align: center;
      text-shadow: none;
      border-radius: 4px;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .pixelstrap ul li {
      border: 0; }
    .pixelstrap ul.full-mega-menu ul {
      min-width: auto !important; }
    .pixelstrap ul.full-mega-menu a:hover:after, .pixelstrap ul.full-mega-menu a:focus:after, .pixelstrap ul.full-mega-menu a:active:after, .pixelstrap ul.full-mega-menu a.highlighted:after {
      content: ">";
      position: absolute;
      left: -10px; }
  .pixelstrap .scroll-up,
  .pixelstrap .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px; }
  .pixelstrap .scroll-up-arrow,
  .pixelstrap .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #ff3522 transparent; }
  .pixelstrap .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #ff3522 transparent transparent transparent; }
  .pixelstrap.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #00377e transparent transparent; }
  .pixelstrap.sm-rtl > li:first-child {
    border-left: 1px solid #ff3522; }
  .pixelstrap.sm-rtl > li:last-child {
    border-left: 0; }
  .pixelstrap.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #00377e transparent transparent; }
  .pixelstrap.sm-vertical {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
    .pixelstrap.sm-vertical a {
      padding: 9px 23px; }
      .pixelstrap.sm-vertical a .sub-arrow {
        top: 50%;
        margin-top: -#00377e;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #00377e; }
    .pixelstrap.sm-vertical > li {
      border-left: 0 !important; } }

/*==================
   25. Responsive css
===================*/
@media (min-width: 1470px) {
  .container {
    max-width: 1440px; } }

@media (max-width: 1470px) {
  .menu .menu-content .full-mega-menu {
    min-width: 950px !important; } }

@media (max-width: 1440px) {
  .animation-section .decor-animation .decor10 {
    width: 18%;
    bottom: 18%; }
  .animation-section.main_section .decor-animation .decor9 {
    width: 10%;
    bottom: 19%; }
  .animation-section.main_section .decor-animation .decor11 {
    width: 20%;
    top: 4%; }
  .product_box .product_image .product_icon i {
    padding: 7px; }
  .title_prime h2 {
    line-height: 50px;
    padding-top: 40px; }
  .title_prime p {
    margin-top: -16px;
    padding-top: 40px; }
  .title_second h5 {
    margin-top: -3px; }
  .btn_dark {
    padding: 13px 30px;
    letter-spacing: 2px; }
  .btn_lite {
    padding: 13px 30px;
    letter-spacing: 2px; }
  .menu .menu-content .navbar .nav-link {
    padding-right: 15px;
    padding-left: 15px; }
  .menu .menu-content .navbar .navbar-brand img {
    width: 99px; }
  .home-slider .main_section {
    height: 85vh; }
    .home-slider .main_section .main_section_contain {
      height: 85vh; }
      .home-slider .main_section .main_section_contain h1 {
        line-height: 75px; }
      .home-slider .main_section .main_section_contain p {
        letter-spacing: 0.11em;
        padding: 40px 0; }
      .home-slider .main_section .main_section_contain .new {
        margin-bottom: 20px;
        margin-left: -5px;
        margin-top: 32px; }
  .advertise_section .bottle img {
    width: 85%;
    bottom: -50px; }
  .testimonial_section .testimonial .comment_box {
    margin-left: 50px; }
  .testimonial_section .nav_image {
    margin-bottom: -25px;
    padding-top: 0; }
  .footer .footer-title {
    margin-top: -4px; }
  .footer .links {
    padding: 0; }
  .footer .footer-content .mo-number {
    margin-bottom: 0; }
  .footer .footer-content .jvector-map-height .jvectormap-container {
    height: 230px; }
    .footer .footer-content .jvector-map-height .jvectormap-container svg {
      top: -50px;
      height: 230px; }
  .theme-breadcrumb p {
    margin-bottom: -6px; }
  .theme-breadcrumb h2 {
    margin-top: 6px; }
  .about-page p {
    margin-bottom: -7px; }
  .about-page h4 {
    margin-top: -7px; }
  .team h6 {
    margin-bottom: -3px; }
  .call-to-action-section .contact .newsletter {
    padding-left: 35px; }
  .call-to-action-section .contact .media .media-body {
    padding-right: 35px; }
  .call-to-action-section .email-box .email {
    width: 400px; }
  .feature-section .bottle-image {
    margin-top: 75px; }
  .feature-section .feature-box > div:nth-child(1) {
    margin-top: 200px; }
  .feature-section .feature-box > div:nth-child(2) {
    margin-top: 80px; }
  .mission-section .title_prime .para2 {
    margin-top: -5px;
    padding-top: 30px; }
  .mission-section .title_prime .btn_dark {
    margin-top: 40px; }
  .advertise_section {
    padding: 100px 0;
    margin-top: 116px; }
    .advertise_section .adv_contain {
      margin-top: -3px; }
      .advertise_section .adv_contain p {
        padding: 25px 0 0 0; }
  .service-section .title_prime .btn {
    margin-top: 30px; }
  .service-section .image-container {
    margin: 40px 0; }
  .about-us-section .main-image h4 {
    top: 59px;
    right: -28.5%; }
  .about-us-section .main-image .sub-image {
    width: 235px; }
  .about-us-section .main-contain h2 {
    line-height: 50px;
    margin-top: -8px; }
  .about-us-section .main-contain .para1 {
    padding-top: 35px; }
  .about-us-section .main-contain .para2 {
    padding-top: 15px; }
  .about-us-section .main-contain .btn_lite {
    margin-top: 20px; }
  .product_box .product_image .timer-box .timer .padding-l {
    padding-left: 15px; }
  .product_box .product_image .timer-box .timer span {
    width: 55px; }
    .product_box .product_image .timer-box .timer span .timer-cal {
      padding-left: 7px; }
  .hair_color_section .hair_color .main-box .main-color {
    padding: 10px; }
    .hair_color_section .hair_color .main-box .main-color:before {
      height: 22px;
      width: 22px;
      border: 6px solid white; }
    .hair_color_section .hair_color .main-box .main-color li {
      padding: 10px; }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    width: 100%;
    border-left: 1px solid #00377e;
    border-bottom: 1px solid #00377e;
    text-align: center; }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    width: 20%;
    padding-right: 0 !important;
    border-left: 1px solid #00377e; }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    padding: 20px !important;
    padding-left: 0 !important;
    width: 20%; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
      display: none; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    border-right: 1px solid #00377e;
    width: 30%; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 30%; }
  .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    width: 10%; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    width: 25%; }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 38px; }
  .cart-section tbody tr td {
    min-width: 175px; }
    .cart-section tbody tr td .qty-box .input-group .form-control {
      width: 75px; }
  .cart-section tfoot tr td {
    padding-right: 41px; }
  .product-right .product-icon .product-social li {
    padding-right: 10px; }
  .product-form-box .timer {
    padding-left: 17px; }
    .product-form-box .timer span {
      width: 55px; }
  .color-selector ul li.active:after {
    top: 9px;
    right: 0; } }

@media (max-width: 1367px) {
  .advertise_section {
    padding: 100px 0;
    margin-top: 122px; }
  .home-slider .main_section {
    height: 80vh; }
    .home-slider .main_section .main_section_contain {
      height: 80vh; }
      .home-slider .main_section .main_section_contain h1 {
        line-height: 70px;
        letter-spacing: 0.025em; }
      .home-slider .main_section .main_section_contain p {
        letter-spacing: 0.075em;
        padding: 35px 0; }
      .home-slider .main_section .main_section_contain .new {
        margin-bottom: 20px;
        margin-top: 28px; }
  .about-page h4 {
    margin-top: -6px; } }

@media (max-width: 1199px) {
  section {
    padding: 75px 0; }
  .footer p {
    margin-bottom: 0; }
  .footer .payment-icon, .footer .links {
    margin-bottom: 20px; }
  .footer .media p {
    margin-bottom: 12px; }
  .footer .links {
    padding-left: 15px;
    padding-right: 15px; }
  .collection-filter-block {
    padding: 0 20px; }
    .collection-filter-block .collapse-block-title {
      margin: 25px 0 0 0; }
  .collection-filter .theme-card {
    padding: 20px; }
  .theme-card .slick-next {
    right: -10px; }
  .theme-card .slick-prev {
    right: 10px; }
  .section-t-space {
    padding-top: 75px; }
  .section-b-space {
    padding-bottom: 75px; }
  .title_prime h2 {
    max-width: 335px;
    line-height: 45px;
    padding-top: 35px; }
  .title_prime p {
    padding-top: 35px; }
  .title_second {
    margin-bottom: 24px; }
    .title_second h5 {
      margin-top: -2px; }
  .prodcut_left_margin > div:nth-last-child(1), .prodcut_left_margin > div:nth-last-child(2), .prodcut_left_margin > div:nth-last-child(3) {
    margin-top: 30px; }
  .btn_dark {
    padding: 12px 24px;
    letter-spacing: 1px; }
  .btn_lite {
    padding: 12px 24px;
    letter-spacing: 1px; }
  .menu.active .according-menu {
    font: normal normal normal 14px/1 FontAwesome; }
    .menu.active .according-menu:before {
      content: "+";
      position: absolute;
      right: 2px;
      top: 2px; }
  .menu .according-menu {
    font: normal normal normal 14px/1 FontAwesome; }
    .menu .according-menu:before {
      content: "+";
      position: absolute;
      right: 2px;
      top: 2px; }
  .menu .menu-content .full-mega-menu {
    right: 0 !important;
    min-width: 100% !important;
    margin-left: 0 !important;
    padding: 0 40px 0 24px !important;
    margin-top: 5px; }
    .menu .menu-content .full-mega-menu h5 {
      margin: 10px 0 !important;
      background: transparent;
      color: #00377e;
      font-size: 16px;
      text-shadow: none;
      font-weight: 400;
      text-transform: capitalize; }
    .menu .menu-content .full-mega-menu .mega-box.col {
      -ms-flex-preferred-size: unset !important;
          flex-basis: unset !important; }
  .menu .menu-content .menu-left .brand-logo a {
    padding: 0; }
  .menu .menu-content a {
    padding: 10px 15px; }
    .menuv2 .menu-content a {
    padding-right: 0px; }
  .menu .menu-content .toggle-nav {
    display: block;
    margin-right: 25px; }
  .menu .menu-content .sm-horizontal {
    position: fixed;
    width: 300px;
    top: 0;
    height: 100vh;
    right: -300px;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #ffffff;
    overflow: scroll; }
      .menu .menu-content .sm-horizontalv2 {
    background: #001529; }
    .menu .menu-content .sm-horizontal .mobile-back {
      padding: 20px;
      font-size: 16px;
      color: #00377e;
      text-transform: uppercase;
      border-bottom: 1px solid #efefef;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
   .menu .menu-content .sm-horizontal .mobile-backv2 {color:rgb(255,255,255,0.5);border-bottom: 1px solid rgb(255,255,255,0.3);}
    .menu .menu-content .sm-horizontal ul li a {
      text-transform: capitalize;
      font-weight: 400; }
  .menu .menu-content .navbar .nav-link {
    padding-right: 8px;
    padding-left: 8px; }
  .menu .menu-content .navbar .navbar-brand img {
    width: 90px; }
  .main-nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    background: white; }
  .home-slider .main_section {
    height: 75vh; }
    .home-slider .main_section .main_section_contain {
      height: 75vh; }
      .home-slider .main_section .main_section_contain h1 {
        line-height: 65px; }
      .home-slider .main_section .main_section_contain p {
        letter-spacing: 0.055em;
        padding: 30px 0; }
      .home-slider .main_section .main_section_contain .new {
        margin-bottom: 15px;
        margin-left: -5px;
        margin-top: 25px; }
  .call-to-action-section .contact .media .media-body {
    padding-right: 0; }
  .call-to-action-section .contact .newsletter {
    padding-left: 15px; }
  .call-to-action-section .email-box .email {
    width: 375px; }
  .feature-section .bottle-image {
    margin-top: 65px; }
  .feature-section .feature-box > div:nth-child(1) {
    margin-top: 175px; }
  .feature-section .feature-box > div:nth-child(2) {
    margin-top: 75px; }
  .mission-section .box-container .box-item .flip-box .inner h6,
  .mission-section .box-container .box-item .flip-box .inner p {
    margin-bottom: 5px; }
  .mission-section .title_prime .para2 {
    margin-top: -7px;
    padding-top: 25px; }
  .mission-section .title_prime .btn_dark {
    margin-top: 33px; }
  .service-section .image-container {
    margin: 33px 0; }
  .service-section .title_prime .btn {
    margin-top: 23px; }
  .about-us-section .main-image h4 {
    top: 53px;
    right: -32%; }
  .about-us-section .main-image .sub-image {
    width: 200px; }
  .about-us-section .main-contain h2 {
    line-height: 40px;
    margin-top: -5px; }
  .about-us-section .main-contain .para1 {
    padding-top: 25px; }
  .about-us-section .main-contain .para2 {
    padding-top: 10px; }
  .about-us-section .main-contain .btn_lite {
    margin-top: 15px; }
  .blog_section .blog .card .card-body h6 {
    padding: 5px 0; }
  .hair_color_section .hair_color .main-box .main-color {
    padding: 7px; }
    .hair_color_section .hair_color .main-box .main-color:before {
      height: 20px;
      width: 20px;
      border: 5px solid white; }
    .hair_color_section .hair_color .main-box .main-color li {
      padding: 7px; }
  .footer .footer-content .mo-number {
    margin-bottom: 10px; }
  .footer .footer-content .jvector-map-height {
    height: 230px;
    margin-bottom: -4px; }
    .footer .footer-content .jvector-map-height .jvectormap-container {
      height: 230px; }
      .footer .footer-content .jvector-map-height .jvectormap-container svg {
        top: 0;
        height: 230px; }
  .product_box .product_image .product_icon i {
    padding: 5px; }
  .product_contain h5 {
    padding-bottom: unset; }
  .advertise_section {
    padding: 68px 0;
    margin-top: 32px; }
    .advertise_section .bottle img {
      bottom: -50px; }
    .advertise_section .adv_contain {
      margin-top: -2px; }
      .advertise_section .adv_contain h3 {
        margin-bottom: 0; }
  .brand_section .logo img {
    width: 90%; }
  .testimonial_section .testimonial .space .test_image img {
    width: 125px; }
  .testimonial_section .testimonial .space .test_image .chat_icon {
    width: 60px; }
  .testimonial_section .testimonial .space .comment_box {
    margin-left: 40px;
    margin-top: 15px; }
  .testimonial_section .nav_img {
    padding: 35px 13%; }
  .cart-section tbody tr td,
  .wishlist-section tbody tr td {
    min-width: 100%; }
  .search-block .form-header {
    padding-top: 15px; }
  .blog-detail-page .comment-section li {
    padding-top: 45px;
    padding-bottom: 45px; }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    width: 100%;
    border-left: 1px solid #00377e;
    border-bottom: 1px solid #00377e; }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    width: 20%;
    padding-right: 0 !important;
    border-left: 1px solid #00377e; }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    padding: 20px !important;
    padding-left: 0 !important;
    width: 20%; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
      display: none; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 30%; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 30%; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
    margin-top: 15px; }
  .collection-filter-block .product-service .media .media-body h4 {
    font-size: 16px; }
  .product-right h2 {
    font-size: 20px; }
  .testimonial .testimonial-slider .media .media-body {
    padding: 30px; }
    .testimonial .testimonial-slider .media .media-body p {
      line-height: 1.5; }
  .blog-page .blog-media {
    margin-bottom: 20px; }
    .blog-page .blog-media .blog-right {
      display: block;
      margin-top: 15px; }
      .blog-page .blog-media .blog-right p {
        line-height: 1.3; }
  .tab-product .tab-content.nav-material .single-product-tables table {
    width: 50%; }
  .product-description-box .border-product {
    padding-top: 10px;
    padding-bottom: 15px; }
  .product-description-box .product-icon .product-social li {
    padding-right: 4px; }
  .product-description-box .product-icon .wishlist-btn span {
    padding-left: 4px; }
  .product-form-box .border-product {
    padding-top: 10px;
    padding-bottom: 15px; }
  .product-form-box .timer {
    padding-left: 17px; }
    .product-form-box .timer span {
      width: 55px; }
  .product-form-box .product-buttons .btn_dark,
  .product-form-box .product-buttons .btn-outline {
    padding: 7px 13px; }
  .product-accordion .single-product-tables table {
    width: 70%; }
  .tab-product .flex-column {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
        -ms-flex-direction: unset !important;
            flex-direction: unset !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tab-product .nav-material.nav-tabs {
    border-bottom: 1px solid #dddddd;
    border-right: 0; }
    .tab-product .nav-material.nav-tabs .nav-item .nav-link.active {
      background-color: unset; }
  .tab-border {
    padding-top: 0; }
  .color-selector ul li.active:after {
    right: -1px;
    width: 13px;
    height: 13px; } }

@media (max-width: 1024px) {
  .about-us-section .main-image h4 {
    top: 49px;
    right: -21%; }
  .advertise_section {
    padding: 99px 0;
    margin-top: 34px; }
  .slick-prev {
    left: 0;
    z-index: 7; }
  .slick-next {
    right: 0;
    z-index: 7; } }

@media (max-width: 991px) {
  section {
    padding: 60px 0; }
  .section-t-space {
    padding-top: 60px; }
  .section-b-space {
    padding-bottom: 60px; }
  .alert {
    max-width: 45% !important; }
  .map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem; }
  .checkout-page .common-card {
    margin-top: 30px;
    padding-bottom: 0; }
  .quick-view-modal .product-right .product-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .abjust-space {
    margin-top: 20px;
    height: auto; }
  .search-block .form-header {
    padding: 15px 20% 0 20%; }
  .decor-animation {
    opacity: 0.6; }
  .pwd-page .theme-form input {
    margin: 0 auto; }
  .pwd-page .forget-btn {
    margin-top: 25px; }
  .btn_dark {
    padding: 10px 20px; }
    .btn_dark:after {
      left: -85px; }
  .btn_lite {
    padding: 10px 20px; }
    .btn_lite:after {
      left: -85px; }
  .home-slider .main_section {
    height: 65vh; }
    .home-slider .main_section .main_section_contain {
      height: 65vh; }
      .home-slider .main_section .main_section_contain h1 {
        line-height: 60px; }
      .home-slider .main_section .main_section_contain p {
        letter-spacing: 0;
        padding: 30px 0; }
      .home-slider .main_section .main_section_contain .new {
        margin-bottom: 5px;
        margin-left: -10px;
        margin-top: 18px; }
  .menu .menu-content {
    padding: 5px 0; }
    .menu .menu-content .navbar {
      background: transparent !important; }
      .menu .menu-content .navbar .forground {
        opacity: 0.8;
        visibility: visible;
        z-index: 10; }
      .menu .menu-content .navbar .back {
        display: block;
        text-align: right;
        background: transparent;
        border: unset;
        color: #00377e;
        font-weight: bold;
        font-family: "Work Sans", sans-serif;
        font-size: 16px;
        cursor: pointer;
        padding: 15px;
        border-bottom: 1px solid #00377e;
        width: 100%; }
        .menu .menu-content .navbar .back:after {
          content: "\f054";
          font: normal normal normal 14px/1 FontAwesome; }
      .menu .menu-content .navbar .navbar-collapse {
        position: fixed;
        -webkit-transform: translateX(300px);
                transform: translateX(300px);
        top: 0;
        right: 0;
        width: 300px;
        background: #ffffff;
        height: 100vh;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .menu .menu-content .navbar .navbar-collapse.show {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          height: 100vh;
          z-index: 9; }
        .menu .menu-content .navbar .navbar-collapse .navbar-nav {
          height: 100vh;
          text-align: left;
          padding-left: 15px; }
      .menu .menu-content .navbar .navbar-toggler {
        color: #00377e; }
      .menu .menu-content .navbar .nav-item .nav-link:hover {
        background: #ffffff;
        color: #00377e; }
  .sidenav-overly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0;
    visibility: hidden;
    z-index: 9; }
  .mission-section .mission-image > div {
    margin-top: 30px; }
  .mission-section .box-container .box-item .flip-box .inner h6,
  .mission-section .box-container .box-item .flip-box .inner p {
    margin-bottom: 5px; }
  .mission-section .title_prime {
    text-align: center; }
    .mission-section .title_prime .para2 {
      margin-top: -10px; }
    .mission-section .title_prime h2 {
      max-width: 100%; }
    .mission-section .title_prime .icon-image {
      margin-left: 0; }
    .mission-section .title_prime .btn_dark {
      margin-top: 25px; }
  .tap-top {
    width: 40px;
    height: 40px;
    font-size: 22px;
    padding: 3px; }
  .theme-breadcrumb h2 {
    margin-top: 5px; }
  .about-page h4 {
    margin-top: -5px; }
  .call-to-action-section .contact {
    float: unset;
    margin: 0 0 5px auto;
    text-align: center; }
    .call-to-action-section .contact .media .media-body {
      padding-right: 15px; }
  .call-to-action-section .email-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5px 0; }
    .call-to-action-section .email-container .email-box {
      float: unset; }
      .call-to-action-section .email-container .email-box .email {
        width: 432px;
        padding: 5px 20px; }
      .call-to-action-section .email-container .email-box .submit-btn {
        padding: 5px 20px; }
        .call-to-action-section .email-container .email-box .submit-btn i {
          padding-right: 5px; }
  .feature-section .title h5 {
    margin-top: 0; }
  .feature-section .bottle-image {
    margin-top: 50px;
    margin-bottom: -13px; }
  .feature-section .feature-box > div:nth-child(1) {
    margin-top: 100px; }
  .feature-section .feature-box > div:nth-child(2) {
    margin-top: 50px; }
  .mission-section .title_prime .para2 {
    padding-top: 20px; }
  .about-us-section .btn_dark, .service-section .btn_dark {
    margin-top: 25px; }
  .title_prime h2 {
    line-height: 40px;
    padding-top: 30px;
    max-width: 305px;
    margin-top: -10px; }
  .title_prime p {
    margin-top: -15px;
    padding-top: 30px; }
  .title_prime h5 {
    padding-top: 18px; }
    .title_prime h5:before {
      top: 28px; }
  .title_second {
    margin-bottom: 35px; }
    .title_second h5 {
      margin-top: 0;
      line-height: 13px; }
    .title_second h2 {
      padding-top: 10px; }
  .service-section .title_prime .btn {
    margin-top: 19px; }
  .service-section .image-container {
    margin: 40px 0; }
    .service-section .image-container .handle:before {
      height: 25px;
      width: 25px;
      border: 5px solid #ffffff; }
    .service-section .image-container .back-div {
      height: 101%; }
  .about-us-section .main-image {
    margin-bottom: 0; }
    .about-us-section .main-image h4 {
      top: 48px;
      right: -32%; }
    .about-us-section .main-image .sub-image {
      width: 145px; }
  .about-us-section .main-contain h2 {
    line-height: 35px;
    margin-top: -2px;
    padding-bottom: 25px; }
  .about-us-section .main-contain .para1 {
    padding-top: 20px; }
  .about-us-section .main-contain .para2 {
    padding-top: unset; }
  .about-us-section .main-contain .btn_lite {
    margin-top: 5px; }
  .hair_color_section .hair_color .main-box .main-color:before {
    height: 18px;
    width: 18px;
    border: 5px solid white; }
  .product_contain {
    padding: 10px 0 0 0; }
  .product_section .tab-content .product-row .rank {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .advertise_section {
    padding: 35px 0;
    margin-top: 64px; }
    .advertise_section .bottle img {
      bottom: -6px;
      height: 304px;
      width: 100%; }
    .advertise_section .adv_contain .btn_dark {
      font-size: 14px;
      padding: 7px 15px;
      margin-top: 25px; }
  .brand_section .logo img {
    width: 80%; }
  .brand_section .brand > div:nth-child(1) {
    border-bottom: unset;
    -o-border-image: linear-gradient(-90deg, #cab79a, #ffffff);
       border-image: -webkit-gradient(linear, right top, left top, from(#cab79a), to(#ffffff));
       border-image: linear-gradient(-90deg, #cab79a, #ffffff);
    border-image-slice: 1; }
  .brand_section .brand > div:nth-child(2) {
    border-right: unset;
    border-left: 2px solid;
    border-bottom: unset;
    -o-border-image: linear-gradient(0deg, #cab79a, #ffffff);
       border-image: -webkit-gradient(linear, left bottom, left top, from(#cab79a), to(#ffffff));
       border-image: linear-gradient(0deg, #cab79a, #ffffff);
    border-image-slice: 1; }
  .brand_section .brand > div:nth-child(3) {
    border-bottom: 2px solid;
    border-top: 2px solid;
    -o-border-image: linear-gradient(90deg, #ffffff, #cab79a);
       border-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#cab79a));
       border-image: linear-gradient(90deg, #ffffff, #cab79a);
    border-image-slice: 1; }
  .brand_section .brand > div:nth-child(5) {
    border-right: unset;
    border-left: unset; }
  .brand_section .brand > div:nth-child(4) {
    border-top: 2px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
    -o-border-image: linear-gradient(90deg, #cab79a, #ffffff);
       border-image: -webkit-gradient(linear, left top, right top, from(#cab79a), to(#ffffff));
       border-image: linear-gradient(90deg, #cab79a, #ffffff);
    border-image-slice: 1; }
  .brand_section .brand > div:nth-child(6) {
    border-left: 2px solid;
    -o-border-image: linear-gradient(-180deg, #cab79a, #ffffff);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#cab79a), to(#ffffff));
       border-image: linear-gradient(-180deg, #cab79a, #ffffff);
    border-image-slice: 1; }
  .testimonial_section .testimonial .space {
    padding: unset; }
    .testimonial_section .testimonial .space .test_image img {
      width: 115px; }
    .testimonial_section .testimonial .space .test_image .chat_icon {
      width: 55px; }
    .testimonial_section .testimonial .space .comment_box {
      text-align: center;
      margin-top: unset;
      margin-left: unset; }
      .testimonial_section .testimonial .space .comment_box .space {
        margin: 25px 25px 0; }
  .testimonial_section .rating {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .testimonial_section .nav_image {
    padding-top: 0; }
    .testimonial_section .nav_image .slick-current img {
      -webkit-transform: scale(1.5);
              transform: scale(1.5); }
  .testimonial_section .slick-slider .slick-prev {
    z-index: 5;
    top: 75%; }
  .testimonial_section .slick-slider .slick-next {
    top: 75%;
    z-index: 5; }
  .footer .footer-content .jvector-map-height {
    height: 165px;
    margin-bottom: -2px; }
    .footer .footer-content .jvector-map-height .jvectormap-container {
      height: 165px; }
      .footer .footer-content .jvector-map-height .jvectormap-container svg {
        height: 165px; }
  .collection-filter-block .product-service {
    padding: 0; }
  .collection-collapse-block {
    padding-bottom: 0; }
  .login-page .authentication-right {
    height: auto; }
  .color-selector ul li.active:after {
    right: 3px;
    width: 15px;
    height: 15px; }
  .testimonial .testimonial-slider .media .media-body {
    padding: 0 30px;
    height: 100%;
    -ms-flex-item-align: center;
        align-self: center; }
    .testimonial .testimonial-slider .media .media-body p {
      margin-bottom: 0; }
  .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
    border-left: none;
    padding-left: 0; }
  .blog-detail-page .blog-advance ul {
    margin-bottom: 20px; }
  .blog-detail-page .blog-advance p:last-child {
    margin-bottom: 0; }
  .top-banner-content h4 {
    font-size: 20px; }
  .collection-product-wrapper .product-top-filter {
    border-top: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
      border-top: 1px solid #00377e; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
      display: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
      display: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
      width: 50%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before,
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
        right: 15px !important; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
        border-left: 1px solid #00377e;
        padding: 21px 34px 21px 34px;
        border-top: none;
        border-bottom: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
      border-right: none !important; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      border-top: 1px solid #dddddd; }
  .filter-main-btn {
    display: block; }
  .collection-filter {
    position: fixed;
    height: 100vh;
    top: 0;
    left: -350px;
    background-color: white;
    z-index: 99;
    overflow-y: scroll;
    padding: 15px 0 15px 15px;
    max-width: 350px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 1px 0 5px #ddd;
            box-shadow: 1px 0 5px #ddd; }
    .collection-filter .collection-sidebar-banner {
      text-align: center; }
    .collection-filter .theme-card {
      padding-left: 30px;
      padding-right: 30px;
      border: 0; }
    .collection-filter .theme-card .offer-slider .media .media-body a h6 {
      margin-right: 20px; }
    .collection-filter .theme-card .offer-slider .media .media-body .rating i {
      padding-right: 3px; }
    .collection-filter .theme-card.card-border .offer-slider {
      padding-top: 0; }
    .collection-filter .collection-sidebar-banner {
      padding: 0 30px; }
  .collection-filter-block {
    border: none; }
  .collection-mobile-back {
    display: block; }
  .collection .section-t-space {
    padding-top: 30px; }
  .collection .partition-collection > div:nth-last-child(1) {
    margin-top: 30px; }
  .collection .partition-collection > div:nth-last-child(2) {
    margin-top: 30px; }
  .right-login {
    margin-top: 30px; }
  .contact-page .map iframe {
    height: 350px; }
  .contact-page .contact-right {
    padding-bottom: 0; }
    .contact-page .contact-right ul li {
      padding-left: 0;
      border-bottom: 1px solid #dddddd;
      text-align: center;
      padding-bottom: 10px;
      margin-top: 15px; }
      .contact-page .contact-right ul li:last-child {
        border-bottom: 0; }
      .contact-page .contact-right ul li .contact-icon {
        position: relative;
        margin: 0 auto;
        border-right: 0; }
      .contact-page .contact-right ul li p {
        margin-bottom: 10px; }
  .cart-section .cart-table thead th:last-child {
    display: none; }
  .cart-section tbody tr td {
    min-width: 115px; }
    .cart-section tbody tr td:last-child {
      display: none; }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 15px; }
  .cart-section tfoot tr td {
    padding-right: 0; }
  .wishlist-section tbody tr td {
    min-width: 106px; }
  .product-right h2 {
    margin-top: 15px; }
  .product-right {
    text-align: center;
    margin: 20px 0 10px 0; }
    .product-right .detail-section,
    .product-right .product-icon {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .product-right .product-description .qty-box {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .product-right .size-text {
      text-align: left; }
    .product-right .timer {
      text-align: left; }
    .product-right .product-icon .product-social li {
      padding-right: 20px; }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    width: 55%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
    background: none #00377e; }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .open-popup {
      text-align: left; }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup > a {
      color: #ffffff; }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
      height: 100vh;
      left: -350px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .collection-product-wrapper .product-top-filter .popup-filter .search-count {
    width: 100%;
    padding: 10px 0;
    text-align: center; }
  .collection-product-wrapper .product-top-filter .popup-filter .collection-view,
  .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    display: none; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 50%; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
      padding-top: 10px;
      padding-bottom: 10px; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
      top: 13px; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    left: unset;
    right: 35px; }
  .tab-product {
    padding-top: 0; }
  .tab-product .nav-material.nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pro_sticky_info {
    border: none;
    padding: 10px 0; }
  .product-form-box {
    margin-bottom: 10px; }
  .dashboard-left {
    position: fixed;
    width: 250px;
    height: 100vh;
    top: 0;
    left: -350px;
    background-color: white;
    z-index: 99;
    padding: 25px;
    max-width: 350px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 8px 0 #dddddd;
            box-shadow: 0 0 8px 0 #dddddd; }
    .dashboard-left .block-title h2 {
      display: none; }
    .dashboard-left .block-content {
      border: none;
      padding: 0;
      margin-top: 20px; }
      .dashboard-left .block-content ul li:hover {
        padding-left: 0; }
  .account-sidebar {
    display: block; }
  .typography_section .row > div:first-child .typography-box:last-child {
    margin-bottom: 30px; }
  .product-slick .slick-prev,
  .product-slick .slick-next,
  .rtl-product-slick .slick-prev,
  .rtl-product-slick .slick-next,
  .product-right-slick .slick-prev,
  .product-right-slick .slick-next,
  .rtl-product-right-slick .slick-prev,
  .rtl-product-right-slick .slick-next {
    opacity: 1; }
  .product-slick .slick-prev,
  .rtl-product-slick .slick-prev,
  .product-right-slick .slick-prev,
  .rtl-product-right-slick .slick-prev {
    left: 20px; }
  .product-slick .slick-next,
  .rtl-product-slick .slick-next,
  .product-right-slick .slick-next,
  .rtl-product-right-slick .slick-next {
    right: 20px; }
  .order-up {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .bundle_img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .bundle_detail .theme_checkbox {
    padding: 0 20%; } }

@media (max-width: 768px) {
  .home-slider.slick-slider {
    display: block; }
  .delivery-sec h2 {
    margin-bottom: -5px; }
  .footer .footer-content .media i {
    font-size: 16px; }
  .pwd-page .theme-form input {
    width: 100%; }
  .service-section .image-container .ba-slider .before-lable {
    left: -10px; }
  .service-section .image-container .ba-slider .after-lable {
    right: -10px; } }

@media (max-width: 767px) {
  section {
    padding: 50px 0; }
  .section-t-space {
    padding-top: 50px; }
  .section-b-space {
    padding-bottom: 50px; }
  .about-us-section .main-contain h2 {
    margin-top: 15px; }
  .about-us-section .btn_dark, .service-section .btn_dark {
    margin-top: 20px; }
  .menu .menu-content {
    padding: 0; }
  .btn_lite {
    padding: 8px 10px; }
  .animation-section .decor-animation {
    display: none; }
  .prodcut_left_margin > div:nth-last-child(1), .prodcut_left_margin > div:nth-last-child(4), .prodcut_left_margin > div:nth-last-child(3) {
    margin-top: 30px; }
  .blog-page .order-sec {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .blog-page .blog-media {
    margin-bottom: 0; }
    .blog-page .blog-media .blog-right {
      margin-bottom: 30px; }
      .blog-page .blog-media .blog-right.blog-padding {
        margin-bottom: -0px; }
  .blog-detail-page .blog-detail p {
    line-height: 1.3; }
  .home-slider.slick-slider:hover .slick-prev {
    left: 30px; }
  .home-slider.slick-slider:hover .slick-next {
    right: 30px; }
  .home-slider .main_section {
    height: 55vh; }
    .home-slider .main_section .main_section_contain {
      height: 55vh; }
      .home-slider .main_section .main_section_contain h1 {
        line-height: 40px;
        letter-spacing: 0.01em;
        font-size: 30px; }
      .home-slider .main_section .main_section_contain p {
        padding-top: 70px;
        padding-bottom: 60px;
        line-height: 20px; }
      .home-slider .main_section .main_section_contain .new {
        margin-bottom: 0;
        margin-left: -15px;
        margin-top: 8px; }
  .call-to-action-section .email-container .email-box .email {
    width: 375px; }
  .footer .links {
    padding: 0 15px; }
  .footer .footer-title h5 {
    margin-bottom: 10px; }
  .footer .footer-content .jvector-map-height {
    height: 145px;
    margin-bottom: -13px; }
    .footer .footer-content .jvector-map-height .jvectormap-container {
      height: 145px; }
      .footer .footer-content .jvector-map-height .jvectormap-container svg {
        height: 145px; }
  .footer .footer-content .payment-icon img {
    width: 80%; }
  .footer .footer-content .payment-icon ul > li + li {
    padding-left: 0; }
  .footer .footer-content .media i {
    font-size: 16px; }
  .footer .footer-content .media .media-body {
    max-width: 80%; }
  .feature-section .bottle-image {
    display: none; }
  .feature-section .box {
    margin-top: 40px; }
  .feature-section .feature-box .last-para {
    margin-bottom: -3px; }
  .feature-section .feature-box > div:nth-child(1) {
    margin-top: 0; }
  .feature-section .feature-box > div:nth-child(2) {
    margin-top: 0; }
  .feature-section .feature-box .features-rtl {
    text-align: unset; }
    .feature-section .feature-box .features-rtl img {
      position: absolute;
      left: 0; }
    .feature-section .feature-box .features-rtl .media-body {
      margin-left: 67px; }
  .title_prime {
    text-align: center; }
    .title_prime .icon-image {
      margin-left: unset; }
    .title_prime h2 {
      padding-top: 20px;
      max-width: unset; }
    .title_prime h5 {
      padding-top: 15px; }
      .title_prime h5:before {
        top: 25px; }
  .title_second {
    margin-bottom: 27px; }
    .title_second h5 {
      margin-top: 0;
      line-height: 16px; }
    .title_second h2 {
      padding-top: 10px; }
  .mission-section .mission-image > div {
    margin-top: 30px; }
  .mission-section .box-container .box-item .flip-box .inner h6,
  .mission-section .box-container .box-item .flip-box .inner p {
    margin-bottom: 5px; }
  .mission-section .title_prime .para2 {
    margin-top: -10px; }
  .mission-section .title_prime .btn_dark {
    margin-top: 20px; }
  .service-section .title_prime .btn {
    margin-bottom: 20px;
    padding-left: 0;
    margin-top: 17px; }
    .service-section .title_prime .btn:before {
      width: 50px; }
  .service-section .image-container {
    margin: 75px 0 50px 0; }
    .service-section .image-container .back-div {
      height: 120%; }
  .about-us-section .main-image {
    width: 350px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-bottom: 5px; }
    .about-us-section .main-image h4 {
      top: 42px;
      right: -22%; }
    .about-us-section .main-image .sub-image {
      width: 145px; }
  .about-us-section .main-contain {
    text-align: center; }
    .about-us-section .main-contain .para1:before {
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .hair_color_section .hair_color .main-box .main-color {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  .product_box .product_image .timer-box .timer .padding-l {
    padding-left: 10px; }
  .product_box .product_image .timer-box .timer span {
    width: 45px; }
    .product_box .product_image .timer-box .timer span .timer-cal {
      padding-left: 5px; }
  .product_box .product_image ul > li {
    z-index: 5; }
    .product_box .product_image ul > li:nth-child(2) {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .product_box .product_image ul > li:nth-child(3) {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .product_box .product_image ul > li:nth-child(4) {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
  .product_box .product_image .product_icon i {
    padding: 5px; }
  .product_section ul.tabs li {
    padding: 5px 15px; }
  .advertise_section {
    padding: 30px 0;
    margin-top: 28px; }
    .advertise_section .bottle img {
      bottom: 15px;
      height: 228px; }
    .advertise_section .adv_contain p {
      padding-top: 15px; }
    .advertise_section .adv_contain .btn_dark {
      margin-top: 20px; }
  .testimonial_section .testimonial .space .test_image img {
    width: 100px; }
  .testimonial_section .testimonial .space .test_image .chat_icon {
    width: 50px; }
  .testimonial_section .nav_image {
    margin-bottom: 0; }
  .testimonial_section .nav_img {
    padding: 10px 13%; }
  .testimonial_section .slick-slider .slick-prev, .testimonial_section .slick-slider .slick-next {
    display: none; }
  .cart-section tbody tr td .icon,
  .wishlist-section tbody tr td .icon {
    margin-right: 0 !important; }
  .cart-section tbody tr td a,
  .wishlist-section tbody tr td a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cart-section .cart-table thead th:nth-last-child(-n + 4) {
    display: none; }
  .cart-section tbody tr td:nth-last-child(-n + 4) {
    display: none; }
  .cart-section tbody tr td .mobile-cart-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-pagination {
    margin: 20px 0 50px 0; }
  .cart-section tbody tr td a,
  .wishlist-section tbody tr td a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cart-section .cart-table thead th:nth-last-child(-n + 4) {
    display: none; }
  .cart-section tbody tr td:nth-last-child(-n + 4) {
    display: none; }
  .cart-section tbody tr td .mobile-cart-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .search-product > div:nth-child(11) {
    margin-top: 30px; }
  .search-product > div:nth-child(12) {
    margin-top: 30px; }
  .wishlist-section .cart-table thead th:nth-last-child(-n + 3) {
    display: none; }
  .wishlist-section tbody tr td:nth-last-child(-n + 3) {
    display: none; }
  .wishlist-section tbody tr td .mobile-cart-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-order .product-order-detail img {
    height: auto; }
  .collection-product-wrapper .product-pagination .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 1px solid #00377e; }
    .collection-product-wrapper .product-pagination .pagination .page-item a {
      padding: 15px 18px; }
  .collection-product-wrapper .product-pagination .product-search-count-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0; }
    .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
      padding: 10px 0; }
  .collection-product-wrapper .product-pagination .theme-paggination-block nav {
    border-right: 1px solid #00377e;
    border-bottom: 1px solid #00377e; }
  .faq-section .theme-accordion .card .card-body p {
    line-height: 1.5 !important; }
  .faq-section .theme-accordion .card .card-header button {
    font-size: 14px !important;
    white-space: normal;
    width: 100%;
    padding: 16px 30px 16px 18px !important;
    text-transform: uppercase; } }

@media (max-width: 577px) {
  .alert {
    right: 0 !important;
    left: 0;
    max-width: 90% !important; }
  .portfolio-section .filter-button {
    font-size: 16px;
    padding: 0 10px;
    line-height: 30px; }
  .filter-section .filter-container ul.filter > li {
    padding: 5px 10px; }
    .filter-section .filter-container ul.filter > li > a {
      font-size: 16px;
      line-height: 13px; }
  .home-slider .main_section .main_section_contain h1 {
    font-size: 25px;
    line-height: 35px; }
  .advertise_section .bottle img {
    height: 242px; }
  .search-block .form-header {
    padding: 15px 0 0 0; }
  .pwd-page .theme-form input {
    width: 100%; }
  .pwd-page .forget-btn {
    margin-top: 25px; }
  .blog-detail-page .blog-detail .post-social {
    display: block; } }

@media (max-width: 576px) {
  section {
    padding: 40px 0; }
  .section-t-space {
    padding-top: 40px; }
  .footer .row > div:first-child .footer-title {
    padding-top: 0; }
  .footer .payment-icon, .footer .links {
    margin-bottom: 0; }
  .order_detail {
    padding: 0; }
  .section-b-space {
    padding-bottom: 40px; }
  .small-section {
    padding-top: 30px;
    padding-bottom: 30px; }
  .common-card {
    padding: 20px; }
  .dashboard .box-account > div + div {
    margin-top: 0px; }
  .portfolio-section .isotopeSelector {
    margin-bottom: 15px; }
  .checkout-page .checkout-form .form-group .field-label {
    margin-bottom: 5px; }
  .dashboard .box .box-title > a {
    position: relative;
    padding-bottom: 10px;
    display: block; }
  .product_contain .card-title {
    margin-bottom: 5px; }
  .prodcut_left_margin > div {
    margin-top: 30px; }
    .prodcut_left_margin > div:first-child {
      margin-top: 0; }
  .home-slider .main_section .main_section_contain .new {
    margin-top: 5px; }
  .service-section .image-container {
    margin: 70px 0 40px 0; }
  .top_header {
    display: none; }
  .menu {
    top: 0;
    padding: 5px; }
    .menu .menu-content .main_menu_right {
      z-index: 9;
      position: fixed;
      bottom: 0;
      background: -webkit-gradient(linear, right top, left top, from(#05387c), color-stop(#05387c), to(#05387c));
      background: linear-gradient(270deg, #05387c, #05387c, #05387c);
      height: unset !important;
      width: 100%;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .menu .menu-content .main_menu_right > button a {
        color: #00377e; }
      .menu .menu-content .main_menu_right > button + button {
        margin-left: unset; }
      .menu .menu-content .main_menu_right .setting {
        display: block; }
      .menu .menu-content .main_menu_right button {
        width: 25%;
        color: #00377e;
        border: unset;
        background: unset;
        padding: 10px; }
        .menu .menu-content .main_menu_right button span {
          font-size: 20px; color:#fff; }
        .menu .menu-content .main_menu_right button:hover {
          background-color: transparent; }
    .menu .menu-content .toggle-nav {
      margin-right: 0;
      padding-top: 8px;
      padding-bottom: 10px; }
    .menu .menu-content .brand-logo img {
      width: 90%; }
      .menuv2 .menu-content .brand-logo img {
      width: 110px; }
      .menu-leftv2{ margin-top:8px}
      .menu-gp{ float:left; margin:7px 0px 0px 3px;}
  .main_section {
    height: 45vh; }
    .main_section .main_section_contain {
      height: 45vh; }
      .main_section .main_section_contain h1 {
        line-height: 35px; }
      .main_section .main_section_contain .new {
        margin-bottom: -1px;
        margin-left: -20px;
        margin-top: 19px; }
  .title_prime .icon-image {
    width: 45px; }
  .title_prime h2 {
    padding-top: 15px; }
  .title_prime p {
    margin-top: -16px; }
  .title_prime h5 {
    padding-top: 10px; }
    .title_prime h5:before {
      top: 20px; }
  .title_second {
    margin-bottom: 27px; }
    .title_second h5 {
      margin-top: -2px; }
  .service-section .image-container .ba-slider .after-lable {
    display: none; }
  .service-section .image-container .resize .before-lable {
    display: none; }
  .feature-section .box {
    margin-top: 35px; }
  .feature-section .title h5 {
    margin-top: -1px; }
  .feature-section .feature-box .last-para {
    margin-bottom: -2px; }
  .footer .links {
    padding-left: 15px;
    padding-right: 15px; }
  .footer .footer-title {
    display: block; }
  .footer .footer-content {
    padding: 10px 0; }
  .footer .footer-title {
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative; }
    .footer .footer-title h5 {
      margin-bottom: 0;
      cursor: pointer; }
    .footer .footer-title.active .according-menu {
      font: normal normal normal 15px/1 FontAwesome; }
      .footer .footer-title.active .according-menu:before {
        content: "\f106";
        position: absolute;
        right: 2px;
        bottom: 10px; }
    .footer .footer-title .according-menu {
      font: normal normal normal 15px/1 FontAwesome; }
      .footer .footer-title .according-menu:before {
        content: "\f107";
        position: absolute;
        right: 20px;
        bottom: 10px; }
  .footer .footer-title .according-menu:before {
    bottom: 18px; }
  .call-to-action-section .contact .media .media-body {
    padding-right: 10px; }
  .call-to-action-section .contact .newsletter {
    padding-left: 10px; }
  .call-to-action-section .email-container .email-box .email {
    width: 350px; }
  .about-us-section .main-image h4 {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0; }
  .about-us-section .main-contain h2 {
    line-height: 30px;
    margin-top: 0; }
  .product_section .tab-content .product-row > div:nth-child(n) {
    margin-top: 30px; }
  .product_section ul.tabs {
    margin-top: 5px; }
  .advertise_section {
    margin-top: 0; }
    .advertise_section .bottle {
      display: none; }
      .advertise_section .bottle img {
        height: 242px; }
    .advertise_section .adv_contain {
      text-align: center; }
      .advertise_section .adv_contain p {
        padding-top: 20px; }
  .brand_section .logo {
    padding: 30px 0; }
    .brand_section .logo img {
      width: 75%; }
  .brand_section .brand > div + div:nth-child(n) {
    border-top: 2px solid;
    border-image-slice: 1;
    -o-border-image: radial-gradient(#cab79a, #ffffff);
       border-image: radial-gradient(#cab79a, #ffffff);
    background-repeat: no-repeat; }
  .brand_section .brand > div + div:nth-child(2), .brand_section .brand > div + div:nth-child(3) {
    border-bottom: unset;
    border-top: 2px solid;
    -o-border-image: radial-gradient(#cab79a, #ffffff);
       border-image: radial-gradient(#cab79a, #ffffff);
    border-image-slice: 1; }
  .brand_section .brand > div + div:nth-child(5) {
    border-right: unset;
    border-left: unset; }
  .brand_section .brand > div + div:nth-child(4) {
    border-top: 2px solid;
    -o-border-image: radial-gradient(#cab79a, #ffffff);
       border-image: radial-gradient(#cab79a, #ffffff);
    border-image-slice: 1;
    border-left: unset;
    border-bottom: 2px solid; }
  .brand_section .brand > div + div:nth-child(6) {
    border-bottom: unset;
    -o-border-image: radial-gradient(#cab79a, #ffffff);
       border-image: radial-gradient(#cab79a, #ffffff);
    border-image-slice: 1;
    border-left: unset; }
  .brand_section .brand > div:first-child .logo {
    padding-top: 0; }
  .brand_section .brand > div:last-child .logo {
    padding-bottom: 0; }
  .testimonial_section .testimonial .space .test_image img {
    width: 90px; }
  .testimonial_section .testimonial .space .test_image .chat_icon {
    width: 45px; }
  .testimonial_section .nav_image {
    margin-bottom: 0;
    padding-top: 0; }
  .testimonial_section .slick-slider .slick-prev {
    display: none !important; }
  .testimonial_section .slick-slider .slick-next {
    display: none !important; }
  .testimonial_section .slick-slider .slick-prev:before {
    font-size: 25px; }
  .testimonial_section .slick-slider .slick-next:before {
    color: #00377e;
    font-size: 25px; }
  .checkout-page .checkout-form .form-group {
    margin-bottom: 20px; }
  .checkout-page .checkout-form input[type="text"], .checkout-page .checkout-form input[type="email"], .checkout-page .checkout-form input[type="password"], .checkout-page .checkout-form input[type="tel"], .checkout-page .checkout-form input[type="number"], .checkout-page .checkout-form input[type="url"] {
    height: 38px; }
  .template-password #container #login {
    margin-bottom: 0; }
  .login-page .theme-card .theme-form input {
    padding: 10px 16px; }
  .error-section {
    padding: 100px 0; }
    .error-section h1 {
      font-size: 100px;
      line-height: 1.4; }
    .error-section h2 {
      margin: 20px 0;
      font-size: 18px; }
    .error-section .btn_dark {
      padding: 10px 25px;
      font-size: 14px; }
  .about-page .about-head {
    display: inline-block;
    width: 100%;
    text-align: center; }
    .about-page .about-head .theme-breadcrumb .breadcrumb {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 10px;
      padding-bottom: 0; }
  .search-block .form-header {
    padding-top: 10px; }
  .blog-detail-page .blog-detail .post-social li {
    display: block; }
    .blog-detail-page .blog-detail .post-social li + li {
      padding-left: 0;
      margin-left: 0;
      border-left: none;
      display: block; }
  .collection .collection-block .collection-content p {
    margin-bottom: 10px; }
  .collection .collection-block .collection-content h4,
  .collection .collection-block .collection-content h3 {
    margin-bottom: 5px; }
  .collection-product-wrapper .product-wrapper-grid .product-box {
    margin-top: 30px; }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    padding: 10px 20px 10px 20px; }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
      font-size: 14px;
      line-height: 20px; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 100%; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
      padding: 10px 20px 10px 20px; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
      top: 11px; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    border-right: 1px solid #00377e !important;
    border-bottom: 1px solid #00377e; }
  .collection-product-wrapper .product-top-filter .popup-filter .search-count {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    border-bottom: 1px solid #00377e;
    width: 100%; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
      border-right: none;
      padding-top: 10px;
      padding-bottom: 10px; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
      top: 14px; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 100%;
    border-top: none; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
      padding-top: 10px;
      padding-bottom: 10px; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
      left: unset;
      right: 35px !important;
      top: 14px; }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 15px; }
  .cart-section .cart-buttons .btn_dark {
    padding: 7px 8px; }
  .wishlist-section .btn_dark {
    padding: 7px 6px; }
  .collection-wrapper .order-up {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .checkout-page .checkout-form .btn_dark {
    padding: 10px 25px;
    font-size: 14px; }
  .search-product > div:nth-child(10) {
    margin-top: 30px; }
  .product-box .img-wrapper .lable-block .lable3 {
    font-size: 12px;
    padding: 13px 8px; }
  .product-box .img-block .lable-wrapper .lable1,
  .product-box .img-block .lable-wrapper .lable2 {
    padding: 6px 9px 8px 15px;
    font-size: 12px; }
  .tab-product .tab-content.nav-material p,
  .product-full-tab .tab-content.nav-material p {
    padding: 15px 0; }
  .tab-product .tab-content.nav-material p {
    line-height: 1.3; }
  .slider-right-nav .slick-slide:first-child > div {
    margin-top: 15px; }
  .lookbook .lookbook-block .lookbook-dot .dot-showbox {
    width: 90px;
    top: -70px; }
    .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
      line-height: 16px; }
  .layout7-product .product-box .details-product {
    padding: 5px; }
  .layout7-product .product-box:hover .details-product {
    -webkit-animation: none;
            animation: none; }
  .padding-cls {
    padding-left: 15px;
    padding-right: 15px; }
  .success-text i {
    font-size: 40px; }
  .success-text p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2; }
  .success-text h2 {
    margin-bottom: 10px; }
  .order-success-sec > div {
    margin-top: 15px; }
  .delivery-sec {
    padding: 15px;
    margin-top: 15px; }
    .delivery-sec h3,
    .delivery-sec h2 {
      font-size: 20px; }
  .product-order h3 {
    font-size: 20px; }
  .product-order .product-order-detail .order_detail h4,
  .product-order .product-order-detail .order_detail h5 {
    font-size: 14px;
    line-height: 1.2; }
  .product-order .total-sec ul li {
    font-size: 16px; }
  .product-order .final-total h3 {
    font-size: 16px; }
  .beauty-about .service .service-block1 {
    margin-bottom: 20px; }
    .beauty-about .service .service-block1:last-child {
      margin-bottom: 0; }
  .main-menu .menu-left .navbar i {
    font-size: 24px; }
  .typography_section .typography-box .typo-content.typo-buttons a:last-child {
    margin-top: 0; }
  .typography_section .typography-box .typo-content.typo-buttons .btn_dark.btn-sm {
    padding: 3px 12px; } }

@media (max-width: 480px) {
  section {
    padding: 30px 0; }
  .section-t-space {
    padding-top: 30px; }
  .section-b-space {
    padding-bottom: 30px; }
  .copyright {
    padding: 10px; }
  .checkout-form {
    margin-bottom: 20px; }
  .pwd-page .forget-btn {
    margin-top: 15px; }
  .home-slider .main_section {
    height: 40vh; }
    .home-slider .main_section .main_section_contain {
      height: 40vh; }
      .home-slider .main_section .main_section_contain .new {
        margin-bottom: -5px;
        margin-left: -20px;
        margin-top: 2px; }
      .home-slider .main_section .main_section_contain p {
        line-height: 20px; }
  .call-to-action-section .contact {
    display: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    float: unset;
    text-align: center; }
    .call-to-action-section .contact .media {
      display: block; }
      .call-to-action-section .contact .media .media-body {
        padding-right: unset;
        padding-bottom: 10px; }
      .call-to-action-section .contact .media svg {
        margin-right: unset; }
    .call-to-action-section .contact .newsletter {
      padding-left: unset;
      border-left: unset;
      border-top: 2px solid #a58e77;
      padding-top: 10px; }
    .call-to-action-section .contact .media-body {
      padding-right: unset; }
  .feature-section .box {
    margin-top: 30px; }
  .title_prime .icon-image {
    width: 40px; }
  .title_prime p {
    margin-top: -10px;
    padding-top: 20px; }
  .title_second {
    margin-bottom: 17px; }
  .mission-section .title_prime .btn_dark {
    margin-top: 20px; }
  .service-section .image-container {
    margin: 50px 0 30px 0; }
  .service-section .title_prime .btn {
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 15px; }
    .service-section .title_prime .btn:before {
      width: 40px; }
  .about-us-section .main-image .sub-image {
    display: none; }
  .product_box .product_image .product_icon i {
    padding: 10px; }
  .testimonial_section .testimonial .comment_box .rating {
    display: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .testimonial_section .testimonial .comment_box .rating h6 {
      padding-left: 0 !important;
      padding-top: 5px; }
    .testimonial_section .testimonial .comment_box .rating p {
      padding-top: 5px; }
    .testimonial_section .testimonial .comment_box .rating .reg {
      padding-left: 0 !important; }
  .testimonial_section .testimonial .slick-slider .slick-prev:before {
    font-size: 25px; }
  .testimonial_section .testimonial .slick-slider .slick-next:before {
    color: #00377e;
    font-size: 25px; }
  .theme-breadcrumb h2 {
    margin-top: 3px; }
  .review-page .comnt-sec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .select_input select {
    padding: 12px 15px;
    margin-bottom: 18px; }
  .about-page h4 {
    margin-top: -4px; }
  .about-page p {
    line-height: 1.5;
    margin-bottom: -3px; }
  .testimonial .testimonial-slider .media {
    display: inline-block; }
    .testimonial .testimonial-slider .media img {
      margin: 0 auto;
      height: 100px;
      width: 100px; }
    .testimonial .testimonial-slider .media .media-body {
      padding: 0;
      text-align: center; }
  .blog-detail-page .comment-section li img {
    margin-right: unset; }
  .blog-detail-page .blog-contact h2 {
    font-size: 30px;
    margin-bottom: 25px; }
  .blog-detail-page .blog-contact .theme-form input,
  .blog-detail-page .blog-contact .theme-form textarea {
    padding: 12px 20px;
    margin-bottom: 20px; }
  .blog-detail-page .blog-detail h3 {
    font-size: 16px;
    margin-bottom: 10px; }
  .blog-detail-page .blog-detail img {
    margin-bottom: 25px; }
  .blog-detail-page .blog-advance ul {
    line-height: 1.5; }
  .blog-detail-page .blog-advance img {
    margin-bottom: 20px;
    margin-top: 10px; }
  .blog-detail-page .blog-advance p {
    line-height: 1.5; }
  .blog-detail-page .comment-section li {
    padding-top: 30px;
    padding-bottom: 30px; }
    .blog-detail-page .comment-section li p {
      line-height: 1.5; }
    .blog-detail-page .comment-section li h6 {
      margin-top: 10px;
      margin-bottom: 10px; }
      .blog-detail-page .comment-section li h6 span {
        display: inherit;
        margin-left: 0; }
  .blog-detail-page .comment-section .media {
    display: inline-block;
    text-align: center; }
  .faq-section .theme-accordion .card .card-body p {
    line-height: 1.5 !important; }
  .faq-section .theme-accordion .card .card-header button {
    padding: 12px 35px 12px 12px !important; }
  .faq-section .accordion.theme-accordion .card .card-header button:before {
    top: 20px; }
  .pwd-page {
    padding: 70px 0; }
    .pwd-page h2 {
      font-size: 20px;
      margin-bottom: 15px; }
  .login-page .authentication-right h6 {
    margin-bottom: 10px; }
  .login-page .theme-card {
    padding: 25px; }
  .auth-page .theme-card {
    padding: 18px; }
    .auth-page .theme-card .theme-form input {
      margin-bottom: 20px;
      padding: 12px 15px; }
  .contact-page .map iframe {
    height: 275px; }
  .contact-page .theme-form input {
    padding: 12px 15px;
    margin-bottom: 18px; }
  .blog-page .blog-media .blog-right h6 {
    margin-bottom: 0; }
  .blog-page .blog-media .blog-right p {
    line-height: 1.3; }
  .blog-page .blog-media .blog-right h4 {
    line-height: 1.2; }
  .blog-page .blog-media .blog-right ul {
    margin-bottom: 5px; }
    .blog-page .blog-media .blog-right ul li {
      display: block; }
      .blog-page .blog-media .blog-right ul li + li {
        padding-left: 0;
        margin-left: 0;
        border-left: none; }
  .account-sidebar {
    width: 45%; }
  .success-text h2 {
    font-size: 20px; }
  .success-text p {
    font-size: 14px; }
  .delivery-sec h3,
  .delivery-sec h2 {
    font-size: 18px; }
  .typography_section .typography-box .typo-content.typo-buttons a {
    margin: 5px 0; } }

@media (max-width: 420px) {
  .home-slider .main_section .main_section_contain .new {
    margin-top: 0; }
  .product-right .product-buttons .btn-solid,
  .product-right .product-buttons .btn-outline {
    padding: 7px 13px; }
  .product-right.product-form-box .timer {
    padding-left: 29px; }
    .product-right.product-form-box .timer span {
      width: 45px; }
  .product-right .timer {
    padding-left: 35px; }
    .product-right .timer span {
      width: 50px; }
  .product-right .product-icon .product-social {
    margin-top: 0; }
    .product-right .product-icon .product-social li {
      padding-right: 5px; }
      .product-right .product-icon .product-social li a i {
        font-size: 14px; }
  .product-right .product-icon .wishlist-btn i {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 5px; }
  .product-right .product-icon .wishlist-btn span {
    font-size: 14px; }
  .tab-product .nav-material.nav-tabs {
    display: block; }
    .tab-product .nav-material.nav-tabs .nav-item {
      width: 100%; }
      .tab-product .nav-material.nav-tabs .nav-item .nav-link {
        padding: 10px 20px; }
  .order-box .sub-total .shipping {
    width: unset;
    float: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .order-box .sub-total .shipping .shopping-option:last-child {
      padding-left: 20px; }
  .top-banner-wrapper .top-banner-content p {
    line-height: 1.4; } }

@media (max-width: 360px) {
  .quick-view-modal .product-right .product-buttons a:last-child {
    margin-left: 0; }
  .quick-view-modal .product-right .product-buttons .btn_dark {
    padding: 8px;
    font-size: 12px; }
  .wishlist-buttons .btn {
    width: 100%; }
    .wishlist-buttons .btn + .btn {
      margin-top: 10px; }
  .search-block .form-header .input-group .btn {
    padding: 10px 5px; }
  .search-block .form-header .input-group input {
    padding: 10px 12px; }
  .home-slider .main_section {
    height: 35vh; }
    .home-slider .main_section .main_section_contain {
      height: 35vh; }
      .home-slider .main_section .main_section_contain .new {
        margin-top: 0;
        margin-bottom: -6px;
        margin-left: 0px;
        font-size: 18px; }
      .home-slider .main_section .main_section_contain h1 {
        line-height: 20px;
        font-size: 16px; }
      .home-slider .main_section .main_section_contain p {
        padding-bottom: 55px;
        padding-top: 75px;
        line-height: 17px; }
      .home-slider .main_section .main_section_contain .btn_dark {
        padding: 8px 7px; }
  .about-us-section .main-image {
    width: auto; }
  .about-us-section .main-contain h2 {
    line-height: 25px; }
  .about-us-section .main-contain .para1 {
    padding-top: 20px; }
  .about-us-section .main-contain .btn_lite {
    margin-top: unset; }
  .product_box .product_image .product_icon i {
    padding: 5px; }
  .call-to-action-section .email-container .email-box .email {
    width: 300px; }
  .product_section ul.tabs li {
    padding: 5px 12px; }
  .title_prime .icon-image {
    width: 30px; }
  .title_prime p {
    padding-top: 15px; }
  .title_prime h2 {
    padding-top: 10px; }
  .title_second h2 {
    padding-top: 5px; }
  .testimonial_section .nav_image {
    padding-top: 0; }
  .testimonial_section .slick-slider .slick-prev:before {
    font-size: 20px; }
  .testimonial_section .slick-slider .slick-next:before {
    color: #00377e;
    font-size: 20px; }
  .feature-section .title h5 {
    margin-top: -3px; }
  .product-right .product-buttons .btn_dark {
    padding: 8px 10px;
    font-size: 14px;
    margin: 5px; }
  .search-block .form-header .form-control {
    font-size: 14px; }
  .cart-section .wishlist-buttons:last-child a,
  .wishlist-section .wishlist-buttons:last-child a {
    margin-left: 0; }
  .cart-section tbody tr td,
  .wishlist-section tbody tr td {
    min-width: 115px; }
    .cart-section tbody tr td .mobile-cart-content .col-xs-3,
    .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
      margin-left: 5px;
      margin-right: 5px; }
    .cart-section tbody tr td a img,
    .wishlist-section tbody tr td a img {
      height: 80px; }
  .cart-section tfoot tr td,
  .wishlist-section tfoot tr td {
    padding-right: 27px; }
    .cart-section tfoot tr td h2,
    .wishlist-section tfoot tr td h2 {
      font-size: 21px; }
  .blog-detail-page .blog-contact h2 {
    font-size: 20px;
    margin-bottom: 20px; }
  .collection-product-wrapper .product-pagination .pagination .page-item a {
    padding: 10px; }
  .collection-product-wrapper .product-pagination .product-search-count-bottom {
    padding-left: 10px; }
    .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
      line-height: 15px; }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    width: 80%; }
  .tap-top {
    width: 30px;
    height: 30px;
    font-size: 15px;
    padding: 3px; } }

@media (max-width: 320px) {
  section {
    padding: 30px 0; }
  .title_prime h2 {
    line-height: 30px;
    letter-spacing: 0.01em; }
  .title_prime p {
    margin-top: -16px; }
  .title_second {
    margin-bottom: 15px; }
  .home-slider .main_section .main_section_contain .new {
    margin-bottom: -6px;
    margin-left: -25px; }
  .service-section .title_prime .btn {
    margin-top: 5px; }
  .testimonial_section .slick-slider .slick-prev:before {
    font-size: 15px; }
  .testimonial_section .slick-slider .slick-next:before {
    color: #00377e;
    font-size: 15px; }
  .product-right .product-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .call-to-action-section .email-container .email-box .email {
    width: 275px; } }

/*20190814*/
.btn_dark.om-btn_dark{ border:none; background:#fff; color:#00377e; padding:8px 20px; border-radius:6px; font-size:16px; letter-spacing:1px}
.btn_dark.om-btn_dark:hover{ color:#871e23; background:#fff;}
.btn_dark.om-btn_dark:after{ background:#ea9b02}

.om-a-slider{width:100%; height:100%; display:block;}
.pixelstrap.om-menu > li > a { font-weight:normal; color:#000}
.pixelstrap.om-menuv2 > li > a { color:#353535; font-size:1.19rem}
.pixelstrap.om-menuv2 a{transition:none}
.title_second h5{font-size:16px; line-height:1.8; margin-top:20px; color:#999;}
.title_second h3{ color:#00377e}
.mission-section .box-container .box-item .flip-box .flip-box-front,.mission-section .box-container .box-item .flip-box .inner{ border-radius:0px;}
.mission-section{ background:none}
.mission-section .box-container .box-item .flip-box .inner p,.mission-section .box-container .box-item .flip-box .inner h3{ font-weight:normal;color:#fff;}
.mission-section .box-container .box-item .flip-box .inner h3{ font-size:28px;}
.mission-section .box-container .box-item .flip-box .inner p{ font-size:16px;}
.mission-section .box-container .box-item .flip-box .flip-box-front .inner{ background:none; top:75%}
section{ padding-bottom:10px}
section.news{ padding-top:90px; padding-bottom:100px }
section.news .iinner {
            position: absolute;
            left: 0;
            width: 100%;
            outline: 0px solid transparent;
            -webkit-perspective: inherit;
                    perspective: inherit;
            z-index: 2;
            -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
                    transform: translateY(-50%) translateZ(60px) scale(0.94);
            top: 50%;
            background: none;
            height: 100%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
section.news .iinner .news-date,section.news .iinner .news-main,section.news .iinner h3{ display:block; clear:both; width:100%; min-height:40px}
section.news .iinner .news-date,section.news .iinner a{ font-size:16px; line-height:25px; color:#333}
section.news .iinner h3,section.news .iinner h3 a{ font-size:24px; color:#000; line-height:40px; font-weight:normal}
section.news .iinner h3 a:hover,section.news .inner .news-main a:hover{ color:#00377e;}
section.news .iinner a.index-more{ margin-top:50px;}
a.index-more{ display:block;text-align:center; font-weight:lighter; font-size:16px; width:105px; height:30px; line-height:30px; color:#fff; background:#808080}
a.index-more:hover{ background:#e0e0e0; color:#000; }
a.index-more.index-more-white{ background:#fff; color:#00377e}
a.index-more.index-more-white:hover{ background:#fff; color:#00377e}
section.news .iinner{ padding:10px 30px;}
section.news .iinner h3{ padding:20px 0px}
.footer .footer-content li a{ color:#e5e5e5; line-height:32px; font-weight:lighter;font-family:"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";}
.footer .footer-content li a:hover{ color:#4a86ff}
.footer .footer-title h5{ color:#fff; font-size:16px; font-weight:normal; line-height:18px; margin-bottom:10px }
.footer,.copyright{ background:#272727;}
.footer .container,.copyright .container{ padding:0px 100px}
.copyright h6{ font-size:16px; color:#b2b2b2; line-height:22px}
.copyright hr{ background:#b2b2b2; height:1px; width:100%; padding:0px; margin:10px 0px 20px 0px; display:block; border:none}
.om-option{ color:#fff; font-size:24px; font-weight:lighter; line-height:165px}
section.footer{ padding-top:37px}
.copyright{ padding-bottom:30px}
.title_second.om-black h3{ color:#000}
.title_second.mt-8em{ margin-top:8em}
.mt-1em{ margin-top:1em}
.mt-1d5em{ margin-top:1.5em}
.mt-1d8em{ margin-top:1.8em}
.mt-2em{ margin-top:2em}
.mt-2em-b{ margin-top:2.5em}
.mt-3em{ margin-top:3em}
.mt-4em{ margin-top:4em}
.mt-4em-b{ margin-top:4.5em}
.mt-5em{ margin-top:5em}
.mt-6em{ margin-top:6em}
.mt-6d5em{ margin-top:6.5em}
.mt-7em{ margin-top:7em}
.mt-8em{ margin-top:8em}
.mt-8d5em{ margin-top:8.5em}
.mt-10em{ margin-top:10em}
.mt-11em{ margin-top:11em}
.mr-1d25em{ margin-right:1.25em}
.mr-1d5em{ margin-right:1.5em}
.pt-0d2em{ padding-top:0.2em}
.pt-0d5em{ padding-top:0.5em}
.pt-1em{ padding-top:1em}
.pt-1d5em{ padding-top:1.5em}
.pt-2em{ padding-top:2em}
.pt-2em-b,.pt-2d5em{ padding-top:2.5em}
.pt-2em-mb,.pt-2d2em{ padding-top:2.2em}
.pt-3em{ padding-top:3em}
.pt-3em-b,.pt-3d5em{ padding-top:3.5em}
.pt-4em{ padding-top:4em}
.pt-4d5em{ padding-top:4.5em}
.pt-4em-b{ padding-top:4.5em}
.pt-5em{ padding-top:5em}
.pt-5em-b,.pt-5d5em{ padding-top:5.5em}
.pt-7em-b{ padding-top:7.5em}
.pt-9em{ padding-top:9em}
.pb-1em{ padding-bottom:1em}
.pb-1d25em{ padding-bottom:1.25em}
.pb-1d5em{ padding-bottom:1.5em}
.pb-1d65em{ padding-bottom:1.65em}
.pb-1d75em{ padding-bottom:1.75em}
.pb-2em{ padding-bottom:2em}
.pb-2d5em{ padding-bottom:2.5em}
.pb-3em{ padding-bottom:3em}
.pb-3em-b{ padding-bottom:3.5em}
.pb-3em-b-sm{ padding-bottom:3.2em}
.pb-3em-b-big{ padding-bottom:3.8em}
.pb-4em{padding-bottom:4em }
.pb-4em-b,.pb-4d5em{ padding-bottom:4.5em}
.pb-5em{ padding-bottom:5em}
.pb-5em-b,.pb-5d5em{ padding-bottom:5.5em}
.pb-6em{ padding-bottom:6em}
.pb-6em-b{ padding-bottom:6.8em}
.pb-7em{ padding-bottom:7em}
.pb-7em-b{ padding-bottom:7.5em}
.mt-8em{ margin-top:8em}
.mb-1em{ margin-bottom:1em}
.mb-1d5em{ margin-bottom:1.5em}
.mb-1d8em{ margin-bottom:1.8em}
.mb-2em{ margin-bottom:2em}
.mb-2d5em{ margin-bottom:2.5em}
.mb-3em{ margin-bottom:3em}
.mb-3em-b,.mb-3d5em{ margin-bottom:3.5em}
.mb-4em{ margin-bottom:4em}
.mb-4d5em{ margin-bottom:4.5em}
.mb-5em{ margin-bottom:5em}
.mb-5em-b{ margin-bottom:5.5em}
.mb-6em{ margin-bottom:6em}
.mb-7em{ margin-bottom:7em}
.mb-8em{ margin-bottom:8em}
.pt-8em{ padding-top:8em}
.pt-9em{ padding-top:9em}
.pt-9d5em{ padding-top:9.5em}
.pt-10em{ padding-top:10em}
.pt-6em{ padding-top:6em}
.pt-6em-b,.pt-6d5em{ padding-top:6.5em}
.pb-6em-b{ padding-bottom:6.5em}
.pt-7em{ padding-top:7em}
.pt-9em{ padding-top:9em}
.pt-9em-b{ padding-top:9.5em}
.pt-10em-b{ padding-top:10.5em}
.pt-12em{ padding-top:12em}
.pt-13em{ padding-top:13em}
.pt-14em{ padding-top:14em}
.pb-4em-b-m{ padding-bottom:4.2em}
.pb-8em{ padding-bottom:8em}
.pb-9em{ padding-bottom:9em}
.pb-9d5em{ padding-bottom:9.5em}
.pb-10em{ padding-bottom:10em}
.pb-11em{ padding-bottom:11em}
.pb-12em{ padding-bottom:12em}
.pb-13em{ padding-bottom:13em}
.pb-14em{ padding-bottom:14em}
.pb-16em{ padding-bottom:16em}
.pb-18em{ padding-bottom:18em}
.pl-1em{ padding-left:1em}
.pl-1d5em{ padding-left:1.5em}
.pl-2em{ padding-left:2em}
.pl-3em{ padding-left:3em}
.pl-4em{ padding-left:4em}
.pl-6em{ padding-left:6em}
.pl-5em{ padding-left:5em}
.pl-6em{ padding-left:6em}
.pl-6em-b,.pl-6d5em{ padding-left:6.5em}
.pl-7em{ padding-left:7em}
.pl-7d5em{ padding-left:7.5em}
.pl-8em{ padding-left:8em}
.pl-10em{ padding-left:10em}
.pl-11em{ padding-left:11em}
.pl-12d5em{ padding-left:12.5em}
.pr-1em{ padding-right:1em}
.pr-1d5em{ padding-right:1.5em}
.pr-2em{ padding-right:2em}
.pr-2d5em{ padding-right:2.5em}
.pr-3em{ padding-right:3em}
.pr-4em{ padding-right:4em}
.pr-5em{ padding-right:5em}
.pr-6em{ padding-right:6em}
.pr-8em{ padding-right:8em}
.ml-3d5em{ margin-left:3.5em}
.mr-4-b{margin-right: 2rem}
.font-18{font-size:18px}
.pl-20px{padding-left:20px}
.pr-20px{padding-right:20px}

.pb-5-b,.py-5-b {padding-bottom: 3.5rem !important; }
.pb-5-m,.py-5-m {padding-bottom: 3.2rem !important; }
.clearboth{clear:both} 
.greybg{background:#f6f6f8!important}
.mingreybg{background:#f1f1f1!important}
.ptb-40px{ padding:40px 0px}
section.mb-8em{ margin-bottom:8em}
.col-center{ float:none; margin-left:auto; margin-right:auto; display:block; text-align: center!important;}
.om-bgcover{
  background-size: cover;
  background-attachment: fixed; }
section.kwpt-bg1{background: url(../images/kwpt/banner3.jpg) scroll top center;}
.center-content{ width:100%; max-width:1200px; margin:0px auto; }
.w860 {
	max-width:860px;
}
section.kwpt-bg2{ background:url(../images/kwpt/banner4.jpg) scroll top center;}
section.kwpt-bg2 h1,section.kwpt-bg2 h4{ color:#fff;}
min{font-size: 60%;font-weight: 500; }
.light{ font-weight:lighter}
.w930{ max-width:930px;}
.w972{ max-width:972px;}
.w990{ max-width:990px;}
.w1000{ max-width:1010px;}
.w1040{ max-width:1040px;}
.w1110{ max-width:1110px;}
.w1200{ max-width:1200px;}
.w1248{ max-width:1248px;}
.w1280{ max-width:1280px;}
.w1502{ max-width:1502px;}
.w1402{ max-width:1402px;}
.w1470{ max-width:1470px;}
.w770{ max-width:770px;}
.w747{max-width:747px;}
.w770{ max-width:770px;}
.color-black{ color:#000!important}
.color-blackv2{color:#161616!important}
.title_second h5.color-darkgrey{ color:#525252; font-weight:lighter}
section.kwpt-bg2 .title_second h5{font-size:14px; line-height:1.8; margin-top:20px; color:#fff;}
.visible-lg{ display:none}
.visible-lg-V4{ display:none}
.hidden-lg-V4{ display:block}
.tbanner_t1 min{ font-size:80%!important}
.tbanner_t1 big{ font-size:180%!important}

section.tkjs-bg2{background: url(../images/tkjs/banner2.jpg) scroll top center;}
section.wzhks-bg2{background: url(../images/wzhks/banner8.jpg) scroll top center;}
.list-content li{ background:url(../images/tkjs/img7.png) no-repeat 0px 12px; padding-left:14px;color:#212121; line-height:36px}
section.wzhks-bg2 .list-content li,section.zbks-bg3 .list-content li{ background:url(../images/wzhks/img7.png) no-repeat 0px 12px;color:#fff; }
section.wzhks-bg2 h2,section.zbks-bg3 h2{ color:#fff;}
.product_section.news-index ul.tabs li.current {background: #fff!important; color: #0086ed!important;}
.product_section.news-index .tabs.om-tabs li{ font-size:22px!important; padding:0px!important} 
.product_section.news-index ul.tabs li{ color:#161616!important; display:inline-block;}
.product_section.news-index ul.tabs li{ letter-spacing:0px}
.product_section.news-index ul.tabs{ margin-top:0px}
.product_section.news-index ul.tabs li.new-m1{ width:274px!important}
.product_section.news-index ul.tabs li.new-m2{ width:296px!important}
.product_section.news-index ul.tabs li.new-m3{ width:252px!important}
.product_section.news-index ul.tabs li.new-m4{ width:320px!important}
.product_section.news-index ul.tabs li.new-m5{ width:290px!important}
.menu-gp{ float:left; margin:42px 0px 0px 15px;  font-size:1.27rem; line-height:1em; color:#353535;}

/*begin slide-menu*/

.es-carousel-wrapper{
	padding:0px 0px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
}
.es-carousel ul{
display:none; width:800px!important; display:block; margin-left:auto; margin-right:auto

}
.es-carousel ul li{
	height:50px;
	float:left;
 display:inline-block!important;
 text-align:left
}
.es-carousel ul li a{
	display:block;
}
.es-nav span{
	position:absolute;
	top:0;
	left:0px;
	background:transparent url(../images/lmove1.png) no-repeat top left;
	width:29px;
	height:28px;
	text-indent:-9000px;
	cursor:pointer;
}
.es-nav span.es-nav-next{
	right:0px;
	left:auto;
	background:transparent url(../images/rmove1.png) no-repeat top left;
}
.es-nav span:hover{
	opacity:1.0;
}
/*slide-menu end*/



/*begin news-index*/

.news-index-date{ font-size:1em; font-weight:lighter; color:#999}
.news-index-date b{ font-size:3em; font-weight:bold;}
.news-lbt b{  font-weight:500; padding-bottom:5px; display:block; color:#333; }
.news-lbt  p a{ font-size:14px; color:#333; display:block; font-weight:lighter; line-height:25px;}
.news-lbt  p  i{ float:right; margin-top:-25px}
.news-lbt  p  i a{ color:#00377e; font-style:normal}
.news-index-l{ display:block}
.news-index-r{ display:block; width:100%; margin-top:-8px;}
.news-index-r li {border-bottom:1px dashed #999; width:100%; text-overflow:ellipsis; vertical-align:bottom;}
.news-index-r li a{ font-weight:500; color:#333; line-height:1.4}
.news-index-r li a:hover{ color:#00377e;}
.news-index-r li i a{  color:#00377e; font-style:normal; font-style:normal; font-size:14px}
.news-index-lb .news-index-date{ display:block; float:left; line-height:1;}
.news-index-lb .news-index-date b{ line-height:1.1}
.news-index-lb .news-lbt{ display:block; margin-left:0px; float:left}
.news-index-main{ width:100%;}
.news-index-r a{ text-indent:1em; display:inline-block}
.news-index-r i a{ text-indent:0;}
.news-index-r i{ text-indent:0; display:inline-block; float:right; width:55px}
.news-index-r .news-index-date{ float:left}
.news-index-r .news-index-date b{ font-weight:700}
.news-lbt b{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden}
.news-index-r li a{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden}

/*news-index end*/



/*begin rengongzhineng*/
.rgznmk2,.rgznmk2b1,.rgznmk2b2{position:relative; width:100%; box-sizing:border-box;}
.rgznmk2b1{background: url(../images/36rgzn/b2.jpg) center top no-repeat;height:1128px;}
.rgznmk2b2{background: url(../images/36rgzn/b3.jpg) center top no-repeat;height:1403px;}
.rgznmk2 > .rgznmk2lay{position:absolute;top:-50px; z-index:9;width:100%}
.rgznmk2 > .rgznmk2lay .w1200centerv2{width:1480px}
.rgznmk2b1 img,.rgznmk2b2 img{width:100%}
.rgznmk2_1 .rgznmk2t1{text-align:left;}
.rgznmk2_1 .rgznmk2t2{text-align:center; margin:65px 0px 78px 0px}
.rgznmk2b1{margin-top:200px}
.rgznmk2_1 .row div span{display:inline-block;width:345px; height:402px; margin:30px auto 0px; border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px;box-shadow:0px 0px 21px rgba(6,0,1,0.26); -webkit-box-shadow:0px 0px 21px rgba(6,0,1,0.26);-moz-box-shadow:0px 0px 21px rgba(6,0,1,0.26); background-size:100% auto; }
.rgznmk2_1 .row div span:hover{margin-top:0px; cursor:pointer; -webkit-transition: 0.5s ease;
  transition: 0.5s ease;}
.rgznmk2_1 .row div span:hover i{color:#444;}
.rgznmk2_1 .row div span i{ margin-top:245px; display:flex; display: -webkit-flex; align-items: center; text-align:center; justify-content: center; height:156px; color:#888787; font-size:20px; line-height:1.5em; font-style:normal; font-weight:normal}
.rgznmk2_1 .row div:nth-child(1) span{background: url(../images/36rgzn/i1.jpg) center top no-repeat #fff;}
.rgznmk2_1 .row div:nth-child(2) span{background: url(../images/36rgzn/i2.jpg) center top no-repeat #fff;}
.rgznmk2_1 .row div:nth-child(3) span{background: url(../images/36rgzn/i3.jpg) center top no-repeat #fff;}
.rgznmk2_1 .row div:nth-child(4) span{background: url(../images/36rgzn/i4.jpg) center top no-repeat #fff;}
.rgznmk2_1 .row div:nth-child(1) span:hover{background: url(../images/36rgzn/i01.jpg) center top no-repeat #fff;}
.rgznmk2_1 .row div:nth-child(2) span:hover{background: url(../images/36rgzn/i02.jpg) center top no-repeat #fff;}
.rgznmk2_1 .row div:nth-child(3) span:hover{background: url(../images/36rgzn/i03.jpg) center top no-repeat #fff;}
.rgznmk2_1 .row div:nth-child(4) span:hover{background: url(../images/36rgzn/i04.jpg) center top no-repeat #fff;}
.rgznmk2_2{ margin-top:370px;}
.rgznmk2t3{width:100%; text-align:right;}
.rgznmk2t4{font-size:26px; margin:75px 0px 65px; font-weight:lighter; line-height:2em; color:#382c4d; text-indent:2em; width:100%; text-align:justify;text-justify:inter-ideograph}
.rgznmk2video,.rgznmk2video video{width:100%}
.rgznmk3{color:#382c4d; font-weight:lighter; font-size:32px; line-height:2.125em; height:200px; width:1260px; padding-left:265px; margin:163px auto; box-sizing:border-box;background: url(../images/36rgzn/b4.gif) left center no-repeat #fff;}
/*rengongzhineng end*/
/*begin tbannerTxt-index*/
.tbannerTxt.tbannerTxt-index{ margin-top:-115px!important}
.tbannerTxt-index img{ margin-bottom:30px}
/*tbannerTxt-index end*/

.hidden-xl{ display:block}
.visible-xl{ display:none;}
.copyright{ text-align:center}
.pixelstrap .noarrow a .sub-arrow{ display:none!important}
.web-map{ width:100%; background:#e6e6e6; height:50px text-align:center}
.web-map div{ margin:0px auto; line-height:50px; font-size:14px; color:#606060;} 
.web-map div b{ font-weight:normal; color:#00377e; font-size:14px;}
.web-map div a{ color:#606060; font-size:14px;}
.web-map div a:hover{ color:#00377e;}
.ksycp-bg1{background: url(../images/26ksycp/pic2.jpg) repeat scroll; height:450px;} 
.ksycp-bg2{background: url(../images/26ksycp/pic8.jpg) repeat scroll; height:450px;} 
.ksycp-bg3{background: url(../images/26ksycp/pic9.jpg) repeat scroll; height:450px;}
.ksycp-bg4{background: url(../images/26ksycp/pic12.jpg) repeat scroll; height:450px;}
.zxns-contect li,.zxns-mail li{ color:#000; font-weight:lighter; font-size:16px; height:26px; line-height:26px; padding:0px 30px}
.zxns-contect li{ background:url(../images/29zxns/dot1.gif) no-repeat 0px; float:right; padding-right:70px; padding-left:30px}
.zxns-mail li{ background:url(../images/29zxns/dot2.gif) no-repeat 0px; float:left; padding-left:30px;}
.faq-section .accordion.theme-accordion .card .card-header button,.faq-section .accordion.theme-accordion .card .card-header button b,.faq-section .accordion.theme-accordion .card .card-header button i{
      color: #333;
      text-align: left;
      font-size: 17px;
      font-weight:normal;
	  font-style:normal;
      width: 100%;
      letter-spacing: 0px; height:64px; vertical-align:middle; text-decoration:none }
.faq-section .accordion.theme-accordion .card .card-header button b{ display:block; float:left; width:250px}
.faq-section .accordion.theme-accordion .card .card-header button i{ display:block; float:left; width:150px}
.faq-section .accordion.theme-accordion .card.card-header-option{ margin-bottom:0px;}
.faq-section .accordion.theme-accordion .card.card-header-option .card-header{ background:#cfcfcf;}
.faq-section .accordion.theme-accordion .card.card-header-option .card-header button:before{
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        border-top: 0px solid #00377e;
        right: 20px;
        top: 25px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
.faq-section .accordion.theme-accordion .card.card-header-option .card-header button,.faq-section .accordion.theme-accordion .card.card-header-option .card-header button b,.faq-section .accordion.theme-accordion .card.card-header-option .card-header button i{ color:#fff;}
.font-light{font-weight: lighter!important;}
.auto-text-max14{ font-size: 14px}
.auto-text-max24{ font-size: 24px}
.auto-text-max36{ font-size: 36px}
.auto-text-max48{ font-size: 48px}
.sline{ width:1px; margin:10px auto; clear: both; height:40px;}
.hline{ width:50px; clear: both; height:2px;}
.bg-blue{ background-color:#00377e!important;}
.bg-white{ background-color:#ffffff!important;}
.bg-black{ background-color:#000000!important;}
.gslnTxt { width: 100%; position: absolute; left: 0%; top: 50%; margin-top:-88px; text-align: center; }
.gswh-bg0{background: url(../images/gswh/pic02.jpg) center top no-repeat; }
.gswh-bg1{background: url(../images/gswh/pic01.jpg) center top no-repeat; }
.gswh-bg4{background: url(../images/gswh/pic03.jpg) center 150px no-repeat; }
.gswh-bg5{background: url(../images/gswh/pic07.gif) center top no-repeat; }
.gswh-bg1 .auto-text-max48{line-height:74px}
.color-grey{ color:#4c4c4c;}
.lh2em{ line-height:2em}
.lh1d2em{ line-height:1.2em}
.lh1d3em{ line-height:1.3em}
.lh1d4em{ line-height:1.4em}
.lh1d5em{ line-height:1.5em}
.lh1d6em{ line-height:1.6em}
.lh1d7em{ line-height:1.7em}
.lh1d8em{ line-height:1.8em}
.m-center{ margin-left:auto; margin-right:auto}
.xl36pxtext{ font-size:36px!important;}
.bannerv2{ width:100%; position: relative;}
.bannerbgv2 img{ width:100%; position: relative; z-index:1; margin-top:-250px;z-index:1}
.rgznt1 .bannerbgv2 img{margin-top:-110px;}
.tbannerTxtv2{ z-index:99; position:absolute; top:calc(50% - 120px); font-size:52px; text-shadow: 1px 3px 3px #221815; font-weight:lighter; line-height:1.5em;font-family:"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53"; color:#fff; left:calc(50% - 600px);}
.tbannerTxtv2.tbannerTxt1kv2{ left:calc(50% - 500px);}
.rgznt1 .tbannerTxtv2{top:calc(50% - 200px); left:calc(50% - 500px);}

.tbannerTxtv2 b{ font-weight:bold}
.tbannerTxtv2 i{ font-size:28px; font-style:normal; font-weight:lighter;}
.tbannerTxtv2 p{ padding:0px; margin:0px; padding-top:60px; max-width:560px;}
.tbannerTxtv2 em{ display:inline-block; float:left; font-style:normal; font-size:22px; line-height:3em; line-height:2.7em; color:#4eb8f5; font-weight:normal; text-indent:2em; background:url(../images/04sfyz/bg01.png) left center no-repeat;}
.tbannerTxtv2 em:nth-child(1),.tbannerTxtv2 em:nth-child(3){padding-right:3.5em}
.sfyzv2-banner .tbannerTxtv2{top:calc(50% - 180px);left:calc(50% - 600px);}
.bannerv2.sjpjv2 .tbannerTxtv2{top:calc(50% - 90px);left:calc(50% - 350px);}
/**.bannertextv2{margin:0px auto; position:absolute;top:0px; background:#f00; }
.bannertextv2.smyv2{display: flex; display: -webkit-flex; align-items: center;  justify-content: left;  }
.bannertextv2{ width:1200px;height:880px;left:calc(50% - 600px);}
**/

.w1200centerv2,.w1064centerv2,.w1024centerv2,.w960centerv2{ width:1200px; margin-left:auto; margin-right:auto}
.w1064centerv2{ width:1064px}
.w1024centerv2{ width:1020px}
.w960centerv2{ width:960px}
.w630centerv2{ width:630px; margin-left:auto; margin-right:auto}
.w530v2{ width:530px}
.smyv2mk2{margin-top:-115px; background: url(../images/01smy/pic1.png) left top no-repeat; position:relative; z-index:22; min-height:288px; font-size:18px; color:#8c8b8b; line-height:36px;padding:142px 157px 0px 346px;}
.smyv2mk3{height:480px; background:#f6f6f6;padding:57px 0px 85px 0px}
.omv2h1{ font-size:24px; font-weight:normal; color:#2299ee; line-height:24px; text-align:center; padding:0px; margin:0px; padding-bottom:24px;background: url(../images/01smy/line2.png) center bottom no-repeat;}
.omv2h1-white{color:#fff;background: url(../images/01smy/line1.png) center bottom no-repeat;}
.omv2p1{ font-size:19px; text-align:center; font-weight:normal; color:#bbb; line-height:48px; padding:0px; margin:0px; }
.smyv2mk3 .row div{height:240px; padding-top:200px; line-height:40px;  font-size:18px; font-weight:600; color:#2299ee;}
.smyv2mk3 .row div:nth-child(1){background: url(../images/01smy/p1.png) center 40px no-repeat;}
.smyv2mk3 .row div:nth-child(2){background: url(../images/01smy/p2.png) center 40px no-repeat;}
.smyv2mk3 .row div:nth-child(3){background: url(../images/01smy/p3.png) center 40px no-repeat;}
.smyv2mk3 .row div:nth-child(4){background: url(../images/01smy/p4.png) center 40px no-repeat;}
.xs900-hidden{ display:block;}
.xs900-visible{ display:none;}	
.smyv2mk4 .row div:nth-child(2){ padding-left:13px; height:330px;}
.smyv2mk4 .row div:nth-child(3){ padding-left:13px;}
.smyv2mk4 .row div a{display:block; width:390px; height:330px;}
.smyv2mk4 .row div:nth-child(1) a{background: url(../images/01smy/l1.jpg) center top no-repeat;}
.smyv2mk4 .row div:nth-child(2) a{background: url(../images/01smy/l2.jpg) center top no-repeat;}
.smyv2mk4 .row div:nth-child(3) a{background: url(../images/01smy/l3.jpg) center top no-repeat;}
.smyv2mk4 .row div:nth-child(1) a:hover{background: url(../images/01smy/l1_h.jpg) center top no-repeat;}
.smyv2mk4 .row div:nth-child(2) a:hover{background: url(../images/01smy/l2_h.jpg) center top no-repeat;}
.smyv2mk4 .row div:nth-child(3) a:hover{background: url(../images/01smy/l3_h.jpg) center top no-repeat;}
.smyv2mk5{ width:100%; background:#4f4f4f}

.smyv2mk7{ height:553px; width:100%;background: url(../images/01smy/bg1.jpg) center top no-repeat #226494;}
.smy2v2-t1{ width:100%; height:220px; background:#404040; color:#c2c1c1; font-size:22px; font-weight:400; line-height:2.5em; text-align: center; padding-top:2.5em;letter-spacing:1px;}
.smy2v2-t1.sfyzv2-t1{line-height1.7em; height:200px; line-height:1.9em; padding-top:2em}
.smy2v2-mk1{ width:100%; max-height:395px; background: url(../images/01smy2/bg2.gif) center top no-repeat #f6f6f8;background-size: 100% auto;}
.smy2v2-mk1 img{ width:100%;animation-duration: 1.5s;
  animation-iteration-count: 1;}

.smy2v2-mk2 .w1200centerv2 div:nth-child(1),.smy2v2-mk2 .w1200centerv2 div:nth-child(3),.smy2v2-mk2 .w1200centerv2 div:nth-child(5){float:left;font-size:24px; color:#5e5e5e; line-height:2em; width:553px; height:420px; text-align:center; letter-spacing:-1px;display: flex; display: -webkit-flex; align-items: center;  justify-content: center; }
.smy2v2-mk2 .w1200centerv2 div:nth-child(2),.smy2v2-mk2 .w1200centerv2 div:nth-child(4),.smy2v2-mk2 .w1200centerv2 div:nth-child(6){float:right; width:602px; height:420px;}
.smy2v2-mk2 .w1200centerv2 div:nth-child(3){float:right;}
.smy2v2-mk2 .w1200centerv2 div:nth-child(4){float:left;}
.smy2v2-mk2 .w1200centerv2 div:nth-child(3),.smy2v2-mk2 .w1200centerv2 div:nth-child(4),.smy2v2-mk2 .w1200centerv2 div:nth-child(5),.smy2v2-mk2 .w1200centerv2 div:nth-child(6){ margin-top:80px}
.smy2v2-mk2 video{height:416px}
.smy2v2-mk2 img{height:416px}
.smy2v2-mk2 .w1200centerv2 div:nth-child(1) span,.smy2v2-mk2 .w1200centerv2 div:nth-child(3) span,.smy2v2-mk2 .w1200centerv2 div:nth-child(5) span{ width:100%;font-size:24px; color:#929292; line-height:1.3em; text-align:center; letter-spacing:-1px;}
.imgwidthauto {width:100%;}
.smy2v2-mk3{ width:1200px; margin:0px auto; position:relative; z-index:99}
.greybigbg{width:100%; height:auto; clear:both; background:#f6f6f8}

.smy2v2-mk3 .w1200centerv2 div:nth-child(1),.smy2v2-mk3 .w1200centerv2 div:nth-child(3),.smy2v2-mk3 .w1200centerv2 div:nth-child(5){float:right;height:435px; width:553px; text-align:center; display: flex; display: -webkit-flex; align-items: center;  justify-content: center; }
.smy2v2-mk3 .w1200centerv2 div:nth-child(2),.smy2v2-mk3 .w1200centerv2 div:nth-child(4),.smy2v2-mk3 .w1200centerv2 div:nth-child(6){float:left; width:539px; height:435px;}
.smy2v2-mk3 .w1200centerv2 div:nth-child(3){float:left;}
.smy2v2-mk3 .w1200centerv2 div:nth-child(4){float:right;}
.smy2v2-mk3 .w1200centerv2 div span{ padding-left:56px; font-size:24px; color:#000; line-height:1.2em; font-weight:lighter; letter-spacing:-1px;}
.smy2v2-mk3 .w1200centerv2 div:nth-child(1) span{ background:url(../images/01smy2/ic1.jpg) left center no-repeat;}
.smy2v2-mk3 .w1200centerv2 div:nth-child(3) span{ background:url(../images/01smy2/ic2.jpg) left center no-repeat;}
.smy2v2-mk3 .w1200centerv2 div:nth-child(5) span{ background:url(../images/01smy2/ic3.jpg) left center no-repeat;}
.smy2v2-mk3 .w1200centerv2 div:nth-child(9){z-index:99}
.sfyzv2-mk3 .omv2h3{ margin-top:-120px}
.smy2v2-mk4{ position:relative; width:100%; padding-bottom:1em}
.smy2v2-mk4 .imgwidthauto{ z-index:1; position:relative}
.smy2v2-mk4 .imgwidthauto + div{ position:absolute; z-index:3; top:30px; left:calc((100vw - 1200px) / 2)}
.smy2v2-mk4 .imgwidthauto + div img{margin:20px auto 0px auto}
.smy2v2-mk4 .w1200centerv2{ text-align:center}
.smy2v2-mk4 ul{ width:400px; margin:0px auto; opacity:0.6;}
.smy2v2-mk4 ul li{ font-size:18px; color:#fff; line-height:2.5em; text-align:left;}
.smy2v2-mk4 ul li::before {
    display: inline-block;
    content: "●"; 
    padding-right: 10px;
    color: #fff;
    font-size: 6px;
}
.smy2v2-mk5 .row{ margin:0px}
.smy2v2-mk5 .row div{ font-size:24px; color:#878787; line-height:1.5em; height:580px; font-weight:lighter; text-align:center; margin:14px 0px; padding:0px 14px;}
.smy2v2-mk5 .row b{ font-size:38px; color:#000; font-weight:bolder; line-height:2.3em;}
.smy2v2-mk5 .row div div{background-size: 100% auto; background-repeat:no-repeat; background-position:center bottom; background-color:#fff; padding-top:2em;}
.smy2v2-mk5 .row div:nth-child(1) div{background-image: url(../images/01smy2/im1.jpg);}
.smy2v2-mk5 .row div:nth-child(2) div{background-image: url(../images/01smy2/im2.jpg?version=20201125);}
.smy2v2-mk5 .row div:nth-child(3) div{background-image: url(../images/01smy2/im3.jpg);}
.smy2v2-mk5 .row div:nth-child(4) div{background-image: url(../images/01smy2/im4.jpg);}
.smy2v2-mk5 .row div:nth-child(1),.smy2v2-mk5 .row div:nth-child(3){ padding-left:0px}
.smy2v2-mk5 .row div:nth-child(2),.smy2v2-mk5 .row div:nth-child(4){ padding-right:0px}
.smy2v2-mk6{ margin:0px auto; padding:5.5em 0em 6.5em}
.smy2v2-mk6,.smy2v2-mk6 .w1200centerv2,.smy2v2-mk6 img{ position:relative; z-index:1}
.smy2v2-mk6 .omv2h3-5{ position:absolute; top:12em; left:5em; z-index:999; margin-top:0px}
.mspzv2-t1{padding-top:2em; height:300px}
.mspzv2-mk3 .row div a,.bmxv2-mk6 .row div a{ display:block;border-radius:12px; -webkit-border-radius:12px; -moz-border-radius:12px;-webkit-transition: 0s ease; transition: 0s ease; padding-top:209px; width:calc(100% - 20px); height:374px;box-shadow:0px 0px 21px rgba(0,124,195,0.26); -webkit-box-shadow:0px 0px 21px rgba(0,124,195,0.26);-moz-box-shadow:0px 0px 21px rgba(0,124,195,0.26);cursor:pointer}
.mspzv2-mk3 .row div a *{ text-align:center}
.mspzv2-mk3 .row div a p,.bmxv2-mk6 .row div a p{ padding:0px; margin:0px; width:100%; color:#007cc3; font-size:24px; font-weight:300; line-height:1.5em}
.mspzv2-mk3 .row div a span{ display:none; width:100%; color:#d9d9d9; font-size:20px; line-height:1em; margin-top:50px;}
.mspzv2-mk3 .row div:nth-child(1) a{ margin:22px 20px 22px 0px; background: url(../images/03mspz/m1.gif) no-repeat center 70px #fff;}
.mspzv2-mk3 .row div:nth-child(2) a{ margin:22px 15px; width:calc(100% - 30px); background: url(../images/03mspz/m2.gif) no-repeat center 70px #fff;}
.mspzv2-mk3 .row div:nth-child(3) a{ margin:22px 0px 22px 20px; background: url(../images/03mspz/m3.gif) no-repeat center 70px #fff;}
.mspzv2-mk3 .row div a:hover{margin:0px; padding-top:197px; height:418px; width:100%;}
.mspzv2-mk3 .row div:nth-child(1) a:hover{background: url(../images/03mspz/m01.gif) no-repeat center 70px #2b9ad9;}
.mspzv2-mk3 .row div:nth-child(2) a:hover{background: url(../images/03mspz/m02.gif) no-repeat center 70px #2b9ad9;}
.mspzv2-mk3 .row div:nth-child(3) a:hover{background: url(../images/03mspz/m03.gif) no-repeat center 70px #2b9ad9;}
.mspzv2-mk3 .row div a:hover p{ color:#fff;}
.mspzv2-mk3 .row div a:hover span{ display:block;}
.mspzv2-mk3bg{background:url(../images/03mspz/bg6.gif) no-repeat left top #f6f6f8; padding:80px 0px 110px 0px; }
.mspzv2-mk3bg .omv2h3-4{background:none}
.mspzv2-mk3bg .w960centerv2{margin-top:95px;}
.mspzv2-mk3bg div a{ display:block;  width:calc(100% - 22px); height:366px;box-shadow:2px 0px 4px rgba(7,77,117,0.5); -webkit-box-shadow:2px 0px 4px rgba(7,77,117,0.5);-moz-box-shadow:2px 0px 4px rgba(7,77,117,0.5);cursor:pointer;-webkit-transition: 0s ease; transition: 0s ease;}
.mspzv2-mk3bg .row div:nth-child(1) a{ background: url(../images/03mspz/ih1.gif) no-repeat center 175px #fff; margin:0px; float:left;}
.mspzv2-mk3bg .row div:nth-child(2) a{ background: url(../images/03mspz/ih3.gif) no-repeat center 175px #fff; margin:0px auto; float:none; }
.mspzv2-mk3bg .row div:nth-child(3) a{ background: url(../images/03mspz/ih2.gif) no-repeat center 175px #fff; float:right}
.mspzv2-mk3bg .row{ margin-left:0px; margin-right:0px}
.mspzv2-mk3bg .row div a *{ text-align:center}
.mspzv2-mk3bg .row div a p{ display:none;}
.mspzv2-mk3bg .row div a span{ display:block; width:100%; height:138px; background: url(../images/03mspz/ih.gif) no-repeat right top #007cc3; font-size:32px; font-weight:bold; color:#fff; line-height:110px; background-size:cover}
.mspzv2-mk3bg .row div a:hover{display: flex;display: -ms-flexbox;display:-webkit-flex; align-items: center; background:#007cc3;}
.mspzv2-mk3bg .row div a:hover p{ display:block;}
.mspzv2-mk3bg .row div a:hover span{ display:none}
.mspzv2-mk3bg .row div a p{ width:100%;  padding:0px; margin:0px; font-size:22px; color:#fff; line-height:2em; font-weight:lighter; }
.mspzv2-mk3bg .row div:nth-child(1) a p{font-size:24px;}

.mspzv2-mk4{ background:url(../images/03mspz/bg3.jpg) no-repeat center top #f6f6f8; padding-top:15em; min-height:1199px;}
.mspzv2-mk4 .omv2h3-3{ margin-top:0px!important}
.gridbox4{ display: grid; display: -ms-grid; grid-template-columns: repeat(4,25%); grid-template-rows:repeat(2,50%); -ms-grid-columns:(25%)[4];-ms-grid-rows:(50%)[2];}
.gridbox3{ display: grid; display: -ms-grid; grid-template-columns: repeat(3,33.33333%); -ms-grid-columns:(33.33333%)[3];-ms-grid-rows:(50%)[2];}
.sfyzv2-mk4 .gridbox3{-ms-grid-rows:(100%)[1];}
.gridbox3.gridrow2{-ms-grid-rows:(50%)[2];}
.gridbox2{ display: grid; display: -ms-grid; grid-template-columns: repeat(2,50%);  -ms-grid-columns:(50%)[2];-ms-grid-rows:(100%)[1];}
.mspzv2-mk4 .gridbox3,.kcjkv2-mk4 .gridbox3{ height:600px; width:100%}
.mspzv2-mk4 .gridbox3 > div,.kcjkv2-mk4 .gridbox3 > div{ padding-left:4em; padding-top:5.8em; text-align:left;-ms-grid-column: 1;}
.sfyzv2-mk4 .gridbox3 > div{padding-left:0px; padding-top:0px}
.kcjkv2-mk4 .gridbox3 > div{ padding-left:3em;}
.mspzv2-mk4 .gridbox3 div span,.sfyzv2-mk4 .gridbox3 div span,.kcjkv2-mk4 .gridbox3 div span{  display:block;width:3em; height:3px; background:#fff; }
.mspzv2-mk4 .gridbox3 div p,.sfyzv2-mk4 .gridbox3 div p,.kcjkv2-mk4 .gridbox3 div p{ padding:0px; margin:0px; font-size:24px;  line-height:1.75em; color:#fff; font-weight:lighter; padding-top:1em}
.sfyzv2-mk4 .gridbox3 div p{line-height:1.375em;}
.mspzv2-mk4 .gridbox3 > div:nth-child(1){ background:#007cc3; padding-top:4em; -ms-grid-column: 1; -ms-grid-row: 1;}
.mspzv2-mk4 .gridbox3 > div:nth-child(2){ background: url(../images/03mspz/p04.jpg) no-repeat center center; background-size:cover; -ms-grid-column: 2; -ms-grid-row: 1;}
.mspzv2-mk4 .gridbox3 > div:nth-child(3){ background:#007cc3; padding-top:4em; -ms-grid-column: 3; -ms-grid-row: 1;}
.sfyzv2-mk4 .gridbox3 > div:nth-child(3){padding-top:0px}
.mspzv2-mk4 .gridbox3 > div:nth-child(4){ background: url(../images/03mspz/p05.jpg) no-repeat center center; background-size:cover; -ms-grid-column: 1; -ms-grid-row: 2;}
.mspzv2-mk4 .gridbox3 > div:nth-child(5){  background:#333; padding-top:4em; -ms-grid-column:2; -ms-grid-row: 2;}
.mspzv2-mk4 .gridbox3 > div:nth-child(6){ background: url(../images/03mspz/p06.jpg) no-repeat center center; background-size:cover; -ms-grid-column: 3; -ms-grid-row: 2;}


.mspzv3-mk5 .row span{ display:block; width:470px; margin:0px auto 60px auto; height:130px; display: flex;display: -ms-flexbox;display:-webkit-flex; align-items: center; font-size:32px; color:#007cc3;  line-height:1em;background:url(../images/03mspz/ih4.gif) no-repeat left top; padding-left:148px;}
.mspzv3-mk5 .row p{ display:block; width:100%; text-align:center; font-size:24px; line-height:1.8em; color:#007cc3; font-weight:lighter;}
.mspzv3-mk4{margin-top:90px; padding-bottom:130px}
.mspzv3-mk4 .row div{ padding-top:210px}
.mspzv3-mk4 .row div:nth-child(1){ background: url(../images/03mspz/ih5.png?version=20210301) no-repeat center top;}
.mspzv3-mk4 .row div:nth-child(2){ background: url(../images/03mspz/ih8.png) no-repeat center 17px;}
.mspzv3-mk4 .row div:nth-child(3){ background: url(../images/03mspz/ih7.png) no-repeat center 15px;}
.mspzv3-mk4 .row div:nth-child(4){ background: url(../images/03mspz/ih6.jpg) no-repeat center top;}
.mspzv3-mk4 .row div b{ font-weight:lighter; width:100%; height:20px;display: flex;display: -ms-flexbox;display:-webkit-flex; align-items: center; font-size:24px; color:#6f6f6f; line-height:1.5em; justify-content:center}


.mspzv2-mk6{ background:none; max-height:800px; margin-bottom:135px}
.mspzv2-mk6 .omv2h3-1{ margin-top:26px; margin-bottom:100px;}
.mspzv2-mk7,.mspzv2-mk7 .bannerbgv2,.sfyzv2-mk4,.sfyzv2-mk4 .w1200centerv2,.sfyzv2-mk4 .gridbox3{ position:relative}
.mspzv2-mk7 .bannerbgv2,.mspzv2-mk7 .bannerbgv2 img{ margin-top:0px;}
.mspzv2-mk7 .w1200centerv2{ z-index:99; position:absolute; top:calc(50% - 100px); left:calc(50% - 600px);}
.mspzv2-mk7 .omv2h3left{ border-left:8px solid #fff; position:absolute}
.mspzv2-mk7 .omv2h3 b{ color:#fff;}
.mspzv2-mk7 .w1200centerv2 img{ margin-top:45px}
.mspzv3-mk8{ background:url(../images/03mspz/bg8.jpg) no-repeat center top #f6f6f8; padding-top:1em; min-height:947px;}
.mspzv3-mk8 .row div{ padding-top:185px}
.mspzv3-mk8 .row div:nth-child(1){ background: url(../images/03mspz/ih9.png) no-repeat center top;}
.mspzv3-mk8 .row div:nth-child(2){ background: url(../images/03mspz/ih10.png) no-repeat center top;}
.mspzv3-mk8 .row div:nth-child(3){ background: url(../images/03mspz/ih11.png) no-repeat center top;}
.mspzv3-mk8 .row div:nth-child(4){ background: url(../images/03mspz/ih12.png) no-repeat center top;}
.mspzv3-mk8 .row div b{ font-weight:lighter; width:100%; height:1.286em;display: flex;display: -ms-flexbox;display:-webkit-flex; align-items: center; font-size:28px; color:#fff; line-height:1.286em; justify-content:center}
.mspzv3-mk6{ margin-top:180px; margin-bottom:160px}
.mspzv3-mk6 .row{margin-top:96px}
.mspzv3-mk6 .row div{ height:330px}
.mspzv3-mk6 .row div a{ display:block; width:calc(100% - 18px); height:330px; cursor:pointer; background:#f2f2f2;margin:0px auto}
.mspzv3-mk6 .row div b{ font-weight:normal; width:100%; height:82px;  display: flex;display: -ms-flexbox;display:-webkit-flex; align-items: center; font-size:28px; color:#007cc3; line-height:1em; justify-content:center}
.mspzv3-mk6 .row div a p{ display:block; width:100%; height:250px; display: flex;display: -ms-flexbox;display:-webkit-flex; align-items: center; justify-content:center; }
.mspzv3-mk6 .row div:nth-child(1) a p{ background: url(../images/03mspz/p01.jpg) no-repeat center bottom;background-size:cover;}
.mspzv3-mk6 .row div:nth-child(2) a p{ background: url(../images/03mspz/p02.jpg) no-repeat center bottom;background-size:cover;}
.mspzv3-mk6 .row div:nth-child(3) a p{ background: url(../images/03mspz/p03.jpg) no-repeat center bottom;background-size:cover;}
.mspzv3-mk6 .row div:nth-child(4) a p{ background: url(../images/03mspz/pp04.jpg) no-repeat center bottom;background-size:cover;}
.mspzv3-mk6 .row div:nth-child(1) a:hover p{ background: url(../images/03mspz/p01h.jpg) no-repeat center bottom;background-size:cover;}
.mspzv3-mk6 .row div:nth-child(2) a:hover p{ background: url(../images/03mspz/p02h.jpg) no-repeat center bottom;background-size:cover;}
.mspzv3-mk6 .row div:nth-child(3) a:hover p{ background: url(../images/03mspz/p03h.jpg) no-repeat center bottom;background-size:cover;}
.mspzv3-mk6 .row div:nth-child(4) a:hover p{ background: url(../images/03mspz/p04h.jpg) no-repeat center bottom;background-size:cover;}
.mspzv3-mk6 .row div a:hover b{ font-weight:bold;}
.mspzv3-mk6 .row div a p i{visibility:hidden}
.mspzv3-mk6 .row div a:hover p i{visibility:visible; font-style:normal; font-weight:lighter; color:#fff; font-size:24px; line-height:2em; letter-spacing:-2px;}

.sfyzv2-mk3 .omv2h3{ margin-top:-120px}
.sfyzv2-mk3 .w1200centerv2{margin-top:120px}

.sfyzv2-mk4 .gridbox3{ height:600px}
.sfyzv2-mk4 .gridbox3 > div:nth-child(1){ background: url(../images/04sfyz/i1.jpg) no-repeat center bottom #007cc3; padding-left:3em; padding-top:3.8em; text-align:left; -ms-grid-column: 1;  -ms-grid-row: 1;}
.sfyzv2-mk4 .gridbox3 > div:nth-child(2){ -ms-grid-column: 2; -ms-grid-row: 1;}
.sfyzv2-mk4 .gridbox3 > div:nth-child(3){ -ms-grid-column: 3; -ms-grid-row: 1;}
.sfyzv2-mk4 .gridbox3 > div:nth-child(2),.sfyzv2-mk4 .gridbox3 > div:nth-child(3){display: grid; display: -ms-grid; grid-template-rows:repeat(2,50%);-ms-grid-rows:(50%)[2]; -ms-grid-columns:(100%)[1];}
.sfyzv2-mk4 .gridbox3 > div:nth-child(2) > div:nth-child(1){ background: url(../images/04sfyz/i3.jpg) no-repeat center bottom #fff;-ms-grid-column: 1; -ms-grid-row: 1;}
.sfyzv2-mk4 .gridbox3 > div:nth-child(2) > div:nth-child(2),.sfyzv2-mk4 .gridbox3 > div:nth-child(3) > div:nth-child(1){ background: #333; padding-left:3.2em; padding-top:4em;  text-align:left; -ms-grid-row: 2;}
.sfyzv2-mk4 .gridbox3 > div:nth-child(2) > div:nth-child(2){padding-left:3.2em; padding-top:4em; }
.sfyzv2-mk4 .gridbox3 > div:nth-child(3) > div:nth-child(1){ -ms-grid-row: 1;}
.sfyzv2-mk4 .gridbox3 > div:nth-child(3) > div:nth-child(2){ background: url(../images/04sfyz/i2.jpg) no-repeat center top #007cc3; -ms-grid-row: 2;}
.sfyzv2-mk4 .w1200centerv2 > img{ position:absolute; top:450px; left:60px}
.sfyzv2-mk4{ background:url(../images/04sfyz/bg2.jpg) no-repeat center top; min-height:1186px; }
.sfyzv2-mk5 .omv2h3-4{ position:absolute; background:none!important; left:calc((100vw - 1020px) / 2); width:1020px}
.sfyzv2-mk5{background:url(../images/04sfyz/bg.jpg) no-repeat center top; min-height:1142px;padding-top:2em}
.sfyzv2-mk5 .w1200centerv2{ padding-top:10em}
.sfyzv2-mk6{ margin-bottom:94px;}
.sfyzv2-mk6 .gridbox2{ height:466px}
.sfyzv2-mk6 .gridbox2 div:nth-child(1){ text-align:left; -ms-grid-column: 1;  -ms-grid-row: 1;}
.sfyzv2-mk6 .gridbox2 div:nth-child(2){ text-align:right; -ms-grid-column: 2;  -ms-grid-row: 1;}
.sfyzv2-mk6 .omv2h3-1{ margin-top:0px; margin-bottom:109px;}
.sfyzv2-mk7{ padding-top:0px}
.sfyzv2-mk7 .omv2h3left{ border-left:8px solid #fff;}
.sfyzv2-mk7 .omv2h3left b{color:#fff;}
.bmxv2-t1{ height:260px; padding-top:2.2em}

.smy2v2-mk3 .w1200centerv2 div:nth-child(1),.smy2v2-mk3 .w1200centerv2 div:nth-child(3),.smy2v2-mk3 .w1200centerv2 div:nth-child(5){float:right;height:435px; width:553px; text-align:center; display: flex; display: -webkit-flex; align-items: center;  justify-content: center; }
.smy2v2-mk3 .w1200centerv2 div:nth-child(2),.smy2v2-mk3 .w1200centerv2 div:nth-child(4),.smy2v2-mk3 .w1200centerv2 div:nth-child(6){float:left; width:539px; height:435px;}
.smy2v2-mk3 .w1200centerv2 div:nth-child(3){float:left;}
.smy2v2-mk3 .w1200centerv2 div:nth-child(4){float:right;}
.smy2v2-mk3 .w1200centerv2 div span{ padding-left:56px; font-size:24px; color:#000; line-height:1.2em; font-weight:lighter; letter-spacing:-1px;}
.smy2v2-mk3 .w1200centerv2 div:nth-child(1) span{ background:url(../images/01smy2/ic1.jpg) left center no-repeat;}
.smy2v2-mk3 .w1200centerv2 div:nth-child(3) span{ background:url(../images/01smy2/ic2.jpg) left center no-repeat;}
.smy2v2-mk3 .w1200centerv2 div:nth-child(5) span{ background:url(../images/01smy2/ic3.jpg) left center no-repeat;}
.smy2v2-mk3 .w1200centerv2 div:nth-child(9){z-index:99}
.sfyzv2-mk3 .omv2h3{ margin-top:-80px}

.bmxv2-mk3 .w1200centerv2 div:nth-child(1),.bmxv2-mk3 .w1200centerv2 div:nth-child(3),.bmxv2-mk3 .w1200centerv2 div:nth-child(5){height:426px; width:620px; padding-bottom:45px;}
.bmxv2-mk3 .w1200centerv2 div:nth-child(2),.bmxv2-mk3 .w1200centerv2 div:nth-child(4),.bmxv2-mk3 .w1200centerv2 div:nth-child(6){ width:353px; height:426px; float:right; margin-right:60px}
.bmxv2-mk3 .w1200centerv2 div:nth-child(1),.bmxv2-mk3 .w1200centerv2 div:nth-child(5){ text-align:left}
.bmxv2-mk3 .w1200centerv2 div:nth-child(3){ text-align:right; width:360px; margin-left:273px}
.bmxv2-mk3 .w1200centerv2 div:nth-child(4){ margin-right:148px}
.bmxv2-mk3 .w1200centerv2 div:nth-child(3),.bmxv2-mk3 .w1200centerv2 div:nth-child(4){ margin-top:-100px}
.bmxv2-mk3 .w1200centerv2 div:nth-child(5),.bmxv2-mk3 .w1200centerv2 div:nth-child(6){ margin-top:-110px}
.bmxv2-mk3 .w1200centerv2 div span{ padding-left:90px; line-height:1.85em; color:#6c6c6c; width:100%; min-height:65px; display:block; box-sizing: border-box}
.bmxv2-mk3 .w1200centerv2 div:nth-child(3) span{ line-height:65px}
.bmxv2-mk3 .w1200centerv2 div:nth-child(1) span{ background:url(../images/05bmx/i1.png) left center no-repeat;}
.bmxv2-mk3 .w1200centerv2 div:nth-child(3) span{ background:url(../images/05bmx/i2.png) left center no-repeat;}
.bmxv2-mk3 .w1200centerv2 div:nth-child(5) span{ background:url(../images/05bmx/i3.png) left center no-repeat;}
.bmxv2-mk5 .row div{ height:380px;padding-top:246px;}
.bmxv2-mk5 .row div p{ padding:0px; margin:0px; font-size:24px; color:#6c6c6c; line-height:1.85em; width:100%; text-align:center; height:135px;vertical-align:middle; font-weight:lighter; align-items: center;  justify-content: center;
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */
justify-content:center;align-items:center}
.bmxv2-mk5 .row div:nth-child(1){ background:url(../images/05bmx/i4.gif) center top no-repeat;}
.bmxv2-mk5 .row div:nth-child(2){ background:url(../images/05bmx/i5.gif) center top no-repeat;}
.bmxv2-mk5 .row div:nth-child(3){ background:url(../images/05bmx/i6.gif) center top no-repeat;}
.bmxv2-mk6{ background:url(../images/05bmx/bg4.gif) center top no-repeat; min-height:879px; padding-top:160px}
.bmxv2-mk6 .w1200centerv2{margin-top:50px}
.bmxv2-mk6 .row div a{ height:430px; padding-top:243px; padding-bottom:54px; cursor:default}
.bmxv2-mk6 .row div a p{ color:#6a6a6a; line-height:1.85em; height:5.6em; vertical-align:middle; align-items: center;  justify-content: center; 
display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */
justify-content:center;align-items:center;}
.bmxv2-mk6 .row div:nth-child(1) a{margin:22px 20px 22px 0px; background: url(../images/05bmx/i7.gif) no-repeat center 60px #fff;}
.bmxv2-mk6 .row div:nth-child(2) a{margin:22px 15px; background: url(../images/05bmx/i8.gif) no-repeat center 60px #fff;}
.bmxv2-mk6 .row div:nth-child(3) a{ margin:22px 0px 22px 20px; background: url(../images/05bmx/i9.gif) no-repeat center 60px #fff;}
.bmxv2-mk6 .w1200centerv2.bmxv2-mk6lr{margin-top:135px}
.bmxv2-mk6lr div:nth-child(1){ float:left; width:50%; text-align:right; padding-right:15px}
.bmxv2-mk6lr div:nth-child(2){ float:left; width:50%; text-align:left;}
.bmxv2-mk6lr div p{padding:0px; margin:0px; padding-left:120px; padding-top:18px }
.bmxv2-mk6lr div p i{ display:block; width:100%; height:56px; line-height:56px; color:#6a6a6a; padding-left:82px; font-size:32px;  font-style:normal; margin-bottom:56px}
.bmxv2-mk6lr div p i:nth-child(1){ background:url(../images/05bmx/i01.gif) left center no-repeat;}
.bmxv2-mk6lr div p i:nth-child(2){ background:url(../images/05bmx/i02.gif) left center no-repeat;}
.bmxv2-mk6lr div p i:nth-child(3){ background:url(../images/05bmx/i03.gif) left center no-repeat;}
.bmxv2-mk7 .omv2h3{}
.bmxv2-mk7 .bannerbgv2 img{ margin-top:-420px}
.kcjkv2-mk7 .bannerbgv2 img{ margin-top:-360px}
.bmxv2-mk7 .omv2h3{ margin-top:180px!important}
.bmxv2-mk7 .omv2h3 b{ color:#fff;}
.kcjkv2-mk5 .row div:nth-child(1){ background:url(../images/06kcjk/i1.gif) center top no-repeat;}
.kcjkv2-mk5 .row div:nth-child(2){ background:url(../images/06kcjk/i2.gif) center top no-repeat;}
.kcjkv2-mk5 .row div:nth-child(3){ background:url(../images/06kcjk/i3.gif) center top no-repeat;}
.kcjkv2-t1{ line-height:2.2em; padding-top:3.2em; height:190px}
.kcjkv2-banner .tbannerTxtv2 img{ margin-bottom:22px}
.kcjkv2-banner .tbannerTxtv2{top:calc(50% - 200px);}

.kcjkv2-mk4 .gridbox3 > div:nth-child(1){ background: url(../images/06kcjk/p3.jpg) no-repeat center center #fff; -ms-grid-column: 1; -ms-grid-row: 1;}
.kcjkv2-mk4 .gridbox3 > div:nth-child(2){  -ms-grid-column: 2; -ms-grid-row: 1;}
.kcjkv2-mk4 .gridbox3 > div:nth-child(3){ background: url(../images/06kcjk/p4.jpg) no-repeat center center #fff; -ms-grid-column: 3; -ms-grid-row: 1;}
.kcjkv2-mk4 .gridbox3 > div:nth-child(4){ -ms-grid-column: 1; -ms-grid-row: 2;}
.kcjkv2-mk4 .gridbox3 > div:nth-child(5){ background: url(../images/06kcjk/p5.jpg) no-repeat center center #fff; -ms-grid-column: 2; -ms-grid-row: 2;}
.kcjkv2-mk4 .gridbox3 > div:nth-child(6){ background:#fff; -ms-grid-column: 3; -ms-grid-row: 2;}
.kcjkv2-mk4 .gridbox3 > div:nth-child(2),.kcjkv2-mk4 .gridbox3 > div:nth-child(4),.kcjkv2-mk4 .gridbox3 > div:nth-child(6){background:#007cc3;}
.kcjkv2-mk4{ background:url(../images/06kcjk/bg2.jpg) no-repeat center top; min-height:1196px; padding-top:238px }

.kcjkv2-mk3{ padding-bottom:100px}
.kcjkv2-mk3 .row div a p{  color:#929292; }
.kcjkv2-mk3 .row div:nth-child(1) a{ background: url(../images/06kcjk/i4.gif) no-repeat center 65px #fff;padding-top:230px}
.kcjkv2-mk3 .row div:nth-child(2) a{ background: url(../images/06kcjk/i5.gif) no-repeat center 65px #fff;}
.kcjkv2-mk3 .row div:nth-child(3) a{ background: url(../images/06kcjk/i6.gif) no-repeat center 65px #fff;padding-top:245px}
.kcjkv2-mk3 .row div a:hover{ padding-top:230px;}
.kcjkv2-mk3 .row div:nth-child(1) a:hover{background: url(../images/06kcjk/i04.gif) no-repeat center 60px #2c9bda;}
.kcjkv2-mk3 .row div:nth-child(2) a:hover{background: url(../images/06kcjk/i05.gif) no-repeat center 60px #2c9bda;}
.kcjkv2-mk3 .row div:nth-child(3) a:hover{background: url(../images/06kcjk/i06.gif) no-repeat center 60px #2c9bda;}
.kcjkv2-mk3 .row div a:hover p{ color:#fff;}
.w1330centerv2{ width:1330px; margin:0px auto; text-align:center}
.kcjkv2-mk6 .omv2h3-1{ margin-top:-25px; margin-bottom:0px}
.kcjkv2-mk6 .w1330centerv2{ position:relative; height:660px}
.kcjkv2-mk6 .w1330centerv2 p{ color:#007cc3; font-size:35px; line-height:1.8em; font-weight:lighter; text-align:left; position:absolute; display:block; width:680px; height:250px; top:calc(50% - 125px); left:calc(50% - 150px); letter-spacing:-1px}
.kcjkv2-mk6 .w1330centerv2 p b{ font-weight:bold}
.kcjkv2-mk6.mspzv2-mk6{margin-bottom:112px}
.kcjkv2-mk7 .omv2h3{ border-left:8px solid #fff}
.sjpjv2-t1{ width:850px; text-align:center; margin:76px auto; background:url(../images/07sjpj/i1.gif) no-repeat left top;}
.sjpjv2-t1 p{ display:block; margin:0px; padding:0.8em 1.2em; font-size:22px; line-height:2.2em; color:#666; font-weight:normal; background:url(../images/07sjpj/i2.gif) no-repeat right bottom;}
.greybg2{background-color:#f3f3f3}
.greybg3{background-color:#f0f0f0}
.greybg2.sjpjv2{background:url(../images/07sjpj/bg2.jpg) no-repeat left bottom #f3f3f3; padding-top:10em}
.omv2h3 span{ width:2em; height:2em; background:url(../images/07sjpj/d1.png) no-repeat left 5px; height:87px; position:absolute; left:-4.8em}
.sjpjv2-mk1{ background:#fff;}
.sjpjv2-mk1.gridbox4{padding:50px 0px;box-shadow:0px 0px 20px rgba(0,0,0,0.2); -webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.2);-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.2); cursor:pointer}
.sjpjv2-mk1.gridbox4 > div:nth-child(1){ -ms-grid-column: 1; -ms-grid-row: 1; background:url(../images/07sjpj/p1.gif) no-repeat center 13em;} 
.sjpjv2-mk1.gridbox4 > div:nth-child(2){ -ms-grid-column: 2; -ms-grid-row: 1; background:url(../images/07sjpj/p2.gif) no-repeat center 13em; border:1px solid #e9e9e9; border-top:none; border-bottom:none} 
.sjpjv2-mk1.gridbox4 > div:nth-child(3){ -ms-grid-column: 3; -ms-grid-row: 1; background:url(../images/07sjpj/p3.gif) no-repeat center 13em;border-right:1px solid #e9e9e9;}
.sjpjv2-mk1.gridbox4 > div:nth-child(4){ -ms-grid-column: 4; -ms-grid-row: 1; background:url(../images/07sjpj/p4.gif) no-repeat center 13em;}
.sjpjv2-mk1.gridbox4 > div{ height:480px;} 
.sjpjv2-mk1.gridbox4 > div h2{ padding:0px; margin:0px; text-align:center; font-size:30px; line-height:1.3em; color:#9f9f9f;  padding:2em 0px 2em 0px; }
.sjpjv2-mk1.gridbox4 > div p{ display:none;}
.sjpjv2-mk1.gridbox4 > div:hover{background:none}
.sjpjv2-mk1.gridbox4 > div:hover h2{ font-weight:bold; color:#007cc3;background:url(../images/07sjpj/i3.gif) no-repeat center bottom;}
.sjpjv2-mk1.gridbox4 > div:hover p{ display:block;padding:0px; margin-top:0px; text-align:center; display:block; font-size:24px; line-height:2em; font-weight:light; width:320px; margin:1.5em auto 0px auto; color:#929292;}
.sjpjv2-mk2 i{ color:#007cc3;}
.greybg2.sjpjv2.cjfxv2-mk1{background:#f3f3f3;}
.cjfxv2-mk1 .row > div:nth-child(odd){ padding-right:36px}
.cjfxv2-mk1 .row > div:nth-child(even){ padding-left:36px}
.cjfxv2-mk1 .row > div{ height:550px; margin-bottom:56px}
.cjfxv2-mk1 .row > div a{ display:block; height:550px; width:100%; border-radius:22px; -webkit-border-radius:22px; -moz-border-radius:22px;border-top-right-radius:0px;-webkit-border-top-right-radius:0px; -moz-border-top-right-radius:0px;box-shadow:0px 0px 20px rgba(0,0,0,0.1); -webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.1);-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.1); cursor:pointer}
.cjfxv2-mk1 .row > div a p{ display:none; padding:0px; margin:0px;  width:100%; text-align:center; padding-top:11.2em; font-size:24px; line-height:1.8em; color:#929292; font-weight:lighter;}
.cjfxv2-mk1 .row > div a span{ display:block;  padding:0px; margin:0px;  width:100%; text-align:center; padding-top:8.6em; color:#007cc3; font-size:36px; font-weight:bold; line-height:1em;}
.cjfxv2-mk1 .row > div:hover a p{ display:block;}
.cjfxv2-mk1 .row > div:hover a span{ display:none;}
.cjfxv2-mk1 .row > div:nth-child(1) a{background:url(../images/08cjfx/i1.gif) no-repeat center 52px #fff;}
.cjfxv2-mk1 .row > div:nth-child(2) a{background:url(../images/08cjfx/i2.gif) no-repeat center 52px #fff;}
.cjfxv2-mk1 .row > div:nth-child(3) a{background:url(../images/08cjfx/i3.gif) no-repeat center 52px #fff;}
.cjfxv2-mk1 .row > div:nth-child(4) a{background:url(../images/08cjfx/i4.gif) no-repeat center 52px #fff;}
.greybg2.nlcpv2-mk1{background:url(../images/09nlcp/bg1.jpg) no-repeat left bottom #f3f3f3;}
.greybg2.sjpjv2.cjfxv2-mk1{background:url(../images/08cjfx/bg1.jpg) no-repeat left bottom #f3f3f3;}
.nlcpv2-mk1 .row{ margin-left:0px; margin-right:0px}
.nlcpv2-mk1 .row > div{height:370px; margin-bottom:3em; padding-right:16px; padding-left:0px}
.nlcpv2-mk1.row > div:last-child{ padding-right:0px}
.nlcpv2-mk1 .row > div span{ width:100%; height:330px; line-height:1.43em; color:#007cc3; font-weight:lighter; text-align:center; font-size:22px; cursor:pointer;box-shadow:2px 0px 6px rgba(100,100,100,0.8); -webkit-box-shadow:2px 0px 6px rgba(100,100,100,0.8);-moz-box-shadow:2px 0px 6px rgba(100,100,100,0.8); display:block;}
.nlcpv2-mk1 .row > div:nth-child(1) span{background:url(../images/09nlcp/p1.jpg) no-repeat center bottom #fff;}
.nlcpv2-mk1 .row > div:nth-child(2) span{background:url(../images/09nlcp/p2.jpg) no-repeat center bottom #fff;}
.nlcpv2-mk1 .row > div:nth-child(3) span{background:url(../images/09nlcp/p3.jpg) no-repeat center bottom #fff;}
.nlcpv2-mk1 .row > div:nth-child(4) span{background:url(../images/09nlcp/p4.jpg) no-repeat center bottom #fff;}
.nlcpv2-mk1 .row > div:nth-child(5) span{background:url(../images/09nlcp/p5.jpg) no-repeat center bottom #fff;}
.nlcpv2-mk1 .row > div span:hover{color:#fff; font-weight:bold;}
.nlcpv2-mk1 .row > div:nth-child(1) span:hover{background:url(../images/09nlcp/p01.jpg) no-repeat center bottom #007cc3;}
.nlcpv2-mk1 .row > div:nth-child(2) span:hover{background:url(../images/09nlcp/p02.jpg) no-repeat center bottom #007cc3;}
.nlcpv2-mk1 .row > div:nth-child(3) span:hover{background:url(../images/09nlcp/p03.jpg) no-repeat center bottom #007cc3;}
.nlcpv2-mk1 .row > div:nth-child(4) span:hover{background:url(../images/09nlcp/p04.jpg) no-repeat center bottom #007cc3;}
.nlcpv2-mk1 .row > div:nth-child(5) span:hover{background:url(../images/09nlcp/p05.jpg) no-repeat center bottom #007cc3;}
.nlcpv2-mk1 .row > div span{ background-size:auto 220px!important; padding-top:25px}
.nlcpv2-mk1 .row > div span i{display:none}
.nlcpv2-mk1 .row > div span:hover i{display: flex; display: -webkit-flex; align-items: center;  justify-content: center; font-style:normal; width:100%; height:254px; color:#fff; font-size:20px; line-height:1.9em; font-weight:lighter}
.greybg2.jxkhv2-mk1{background:url(../images/010jxkh/bg1.jpg) no-repeat left bottom #f3f3f3;}
.jxkhv2-mk1main div{ float:left; height:645px}
.jxkhv2-mk1main div:nth-child(1){ width:375px}
.jxkhv2-mk1main div:nth-child(2){ width:450px; padding-top:25px;}
.jxkhv2-mk1main div:nth-child(3){ width:375px; padding-left:2px}
.jxkhv2-mk1main div h2{ font-size:26px; color:#007cc3; font-weight:lighter; line-height:2.14em; clear:both; display:block;}
.jxkhv2-mk1main div span{ width:97px; height:5px; background:#007cc3; display:block; margin-bottom:18px; clear:both;}
.jxkhv2-mk1main div p{display:block; padding:0px; margin:0px; color:#929292; font-size:20px; line-height:2.1em; font-weight:lighter; clear:both;}
.jxkhv2-mk1main div:nth-child(1) h2,.jxkhv2-mk1main div:nth-child(1) span,.jxkhv2-mk1main div:nth-child(1) p{ text-align:right; float:right}
.jxkhv2-mk1main div:nth-child(3) h2,.jxkhv2-mk1main div:nth-child(3) span,.jxkhv2-mk1main div:nth-child(3) p{ text-align:left; float:left}
.jxkhv2-mk1main div:nth-child(1) p:nth-of-type(1){ margin-bottom:111px}
.jxkhv2-mk1main div:nth-child(3) h2:nth-child(1){ margin-top:55px}
.jxkhv2-mk1main div:nth-child(3) p:nth-of-type(1){ margin-bottom:160px}
.greybg2.zsjsv2-mk1{background:url(../images/011zsjs/bg1.jpg) no-repeat left bottom #f3f3f3;}
.zsjsv2-mk1main > div{ width:240px; height:485px; float:left; position:relative}
.zsjsv2-mk1main span{ cursor:pointer}
.zsjsv2-mk1main span,.zsjsv2-mk1main p{ display:block; width:234px; height:234px; padding:0px; margin:0px; text-align:center; display: flex; display: -webkit-flex; align-items: center;  justify-content: center;}
.zsjsv2-mk1main div:nth-of-type(1) span{background:url(../images/011zsjs/i1.gif) no-repeat center center;}
.zsjsv2-mk1main div:nth-of-type(2) span{background:url(../images/011zsjs/i5.gif) no-repeat center center;}
.zsjsv2-mk1main div:nth-of-type(3) span{background:url(../images/011zsjs/i2.gif) no-repeat center center;}
.zsjsv2-mk1main div:nth-of-type(4) span{background:url(../images/011zsjs/i4.gif) no-repeat center center;}
.zsjsv2-mk1main div:nth-of-type(5) span{background:url(../images/011zsjs/i3.gif) no-repeat center center;}
.zsjsv2-mk1main div:nth-of-type(1) span:hover{background:url(../images/011zsjs/i01.gif) no-repeat center center;}
.zsjsv2-mk1main div:nth-of-type(2) span:hover{background:url(../images/011zsjs/i05.gif) no-repeat center center;}
.zsjsv2-mk1main div:nth-of-type(3) span:hover{background:url(../images/011zsjs/i02.gif) no-repeat center center;}
.zsjsv2-mk1main div:nth-of-type(4) span:hover{background:url(../images/011zsjs/i04.gif) no-repeat center center;}
.zsjsv2-mk1main div:nth-of-type(5) span:hover{background:url(../images/011zsjs/i03.gif) no-repeat center center;}
.zsjsv2-mk1main div:nth-of-type(even) span{ position:absolute; bottom:0px}
.zsjsv2-mk1main div:nth-of-type(even) p{ position:absolute; top:0px; align-items: flex-end;}
.zsjsv2-mk1main div:nth-of-type(odd) p{align-items: flex-start }
.zsjsv2-mk1main div:nth-of-type(odd) span{ margin-bottom:16px;}
.zsjsv2-mk1main > div p{ visibility:hidden;font-size:20px; color:#929292; line-height:2em;}
.zsjsv2-mk1main > div span:hover ~ p{visibility:visible;}
.gsjjv2-mk1{ width:1400px; margin:-196px auto 96px auto; background:url(../images/012gsjj/i9.jpg) no-repeat center bottom #fff; box-shadow:2px 0px 32px rgba(0,0,0,0.3); -webkit-box-shadow:2px 0px 32px rgba(0,0,0,0.3);-moz-box-shadow:2px 0px 32px rgba(0,0,0,0.3); padding:70px 150px 90px 150px; position:relative; z-index:9}
.omv2h2{ display:block; width:100%; height:84px; text-align:center; line-height:76px; color:#2c528b; font-size:36px; font-weight:normal; background:url(../images/012gsjj/i1.png) no-repeat center bottom;}
.gsjjv2-mk1 .omv2h2{ height:100px; line-height:96px; margin-bottom: 3.6rem}
.gsjjv2-mk1 > div{ text-align:center; margin:50px auto 53px auto}
.gsjjv2-mk1 p{ font-size:1.25rem; line-height:2.2em; color:#565656; text-indent:2em; margin-bottom: 0px}
.gsjjv2-mk2 > div:nth-of-type(1),.gsjjv2-mk2 > div:nth-of-type(2){ margin-top:115px; width:100%; text-align:center}
.gsjjv2-mk2 > div:nth-of-type(2){ margin-top:105px; margin-bottom:110px}
.gsjjv2-mk2 section{ text-align: center; background:url(../images/012gsjj/v3/bg5.jpg) center bottom no-repeat; background-size: cover;padding-bottom:5.8em}
.gsjjv2-mk2 h6,.gsjjv2-mk2-jyzz h6{ font-size:1.125rem; font-weight:bold; line-height: 1em; margin-bottom:3px; color:#00377e}
.gsjjv2-mk2 h5,.gsjjv2-mk2-jyzz h5{ font-size:1.5rem; line-height: 1.375em; font-weight:lighter; padding-bottom:2.75rem; margin-bottom:0px;color:#00377e}
.gsjjv2-mk2-jyzz{ display: inline-block; text-align: left; margin: 5rem auto 0px}
.gsjjv2-mk2 .gsjj-t000{ padding-top:1em}
.gsjjv2-mk3{background:#fff; width:100%; padding-top:75px}
.gsjjv2-mk3 .w1200centerv2 div{ float:left}
.gsjjv2-mk3 .omv2h2{ margin-bottom:40px}
.gsjjv2-mk3-t1{font-size:1.25rem; line-height: 1.7em; color: #7a7d84; text-align: center}
.gsjjv2-mk3-main{width: 1184px; margin: 0px auto}
.gsjjv2-mk3-main > div{ width:50%; float:left; box-sizing: border-box; text-align: center}
.gsjjv2-mk3-img1{background:url(../images/012gsjj/v3/p1.jpg) center top no-repeat; background-size:100% 355px; height: 355px; margin-bottom: 10px}
.gsjjv2-mk3-img2{background:url(../images/012gsjj/v3/p3.png) center top no-repeat; background-size:100% 403px; height: 403px; margin-top:-48px; margin-bottom: 10px}
.gsjjv2-mk3-img3{background:url(../images/012gsjj/v3/p2.jpg) center top no-repeat; background-size:100% 355px; height: 355px; margin-bottom: 10px}
.gsjjv2-mk3-text1{height: 355px; box-sizing: border-box; padding-top:22px; background:#ededed; text-align: center; margin-bottom: 10px}
.gsjjv2-mk3-text1 span{ display: block;width:89%; margin:0px auto; border-bottom: 1px solid #000; color: #000;font-size:1.25rem; line-height:42px; text-align: left; background:url("../images/012gsjj/v3/d1.gif") right 18px no-repeat; height:42px; }
.gsjjv2-mk3-text1m{height:310px; width:100%; display: flex; display: -webkit-flex;flex-direction:column; align-items: center;  justify-content: center; padding-bottom: 1.5em}
.gsjjv2-mk3-text1m p{ display: block; clear: both;width: 425px; padding: 0px; margin: 0px; text-indent: 2em;text-align:justify;text-justify:inter-ideograph; font-size:1rem; color: #5e5d5d; line-height: 2.2em;}

.gsjjv2-mk4-bg1,.gsjjv2-mk4-bg2{ background:url(../images/012gsjj/i5.gif) center bottom no-repeat; height:37px;}
.gsjjv2-mk4-bg2{ background:url(../images/012gsjj/i6.gif) center bottom no-repeat;}
.gsjjv2-mk4-main{ background:url(../images/012gsjj/bg2.gif) center top repeat-y; height:815px;}
.gsjjv2-mk4-main b{ display:block; font-weight:normal; width:100%; padding:106px 0px 125px 0px; text-align:center; color:#fff; font-size:36px; line-height:1em; background:url(../images/012gsjj/t.png) center center no-repeat;}
.gsjjv2-mk4-main .marqueepic{ width:100%; height:307px;}
.gsjjv2-mk4-main p{ font-size:20px; line-height:2em; font-weight:lighter; color:#fff; text-align:center; display:block; width:100%; padding-top:66px}
#gsjjv2mk4-mq {
overflow:hidden;
width: 100%;
}
#gsjjv2mk4-mq img {
border-radius:20px; margin:0px 16px
}
#gsjjv2mk4indemo {
float: left;
width: 800%;
}
#gsjjv2mk4-mq1 {
float: left;
}
#gsjjv2mk4-mq2 {
float: left;
}
.gsjjv2-mk5{ padding-left:600px; margin:85px auto 120px auto; height:421px; background:url(../images/012gsjj/i7.jpg) left center no-repeat;}
.gsjjv2-mk5 > div{ display:block; border-left:2px solid #00377e;}
.gsjjv2-mk5 > div > div{ width:100%;display: grid;display: -ms-grid;grid-template-columns:48% 50%;-ms-grid-columns:(50%)[2];grid-template-rows:repeat(1,100%);-ms-grid-rows:(100%)[1]; height:265px; justify-content:space-between;align-content:start;align-items:start}
.gsjjv2-mk5 > div > div b,.gsjjv2-mk5 > div > div i{ display:block; height:130px; margin-top:80px }
.gsjjv2-mk5 > div > div b{line-height:130px;font-size:36px; color:#000; font-weight:normal; padding-left:47px; -ms-grid-column: 1;  -ms-grid-row: 1;item-self: center }
.gsjjv2-mk5 > div > div i{ padding-right:10px; font-style:normal; text-align:right; font-size:24px; color:#00377e; font-weight:lighter; line-height:1.75em; -ms-grid-column:2;  -ms-grid-row:1;item-self: center }
.gsjjv2-mk5 p{ padding:0px; margin:0px; text-align:left; font-size:20px; color:#4c4c4c; font-weight:lighter; line-height:1.8em; padding-left:80px; padding-top:50px;}

.gsjjv2-mk6{background:url(../images/012gsjj/v3/bg2.jpg) top center no-repeat; background-size:cover}
.gsjjv2-mk6>p{ display: block; width: 1120px; padding:0px; margin: 0px auto; color: #7a7d84; text-indent:2em; font-size:1.25rem; line-height:2.9rem;}
.gsjjv2-mk6main1{ width: 1200px; margin:4rem auto;display: flex; display: -webkit-flex; align-items: center;  justify-content: center;}
.gsjjv2-mk6main1 span{ display: block; width: 33.3333%; background:url(../images/012gsjj/v3/b1.png) top center no-repeat; text-align: center; font-size:1.25rem; color: #7a7d84;line-height: 1em; font-weight: normal} 
.gsjjv2-mk6main1 span b{color:#1e5c9b; font-size:4rem; font-weight: bold; line-height: 100px; display: block; text-align: center; margin-bottom:1.5rem}
.gsjjv2-mk6main2{margin-top:70px;background:url(../images/012gsjj/v3/x.png) center 70px repeat-x;display: flex; display: -webkit-flex; align-items: center;  justify-content: center;}
.gsjjv2-mk6main2 a{display: block; cursor: pointer; padding-top:170px; width: 258px; text-align: center; font-weight: bolder;color: #2c528b; font-size:1.25rem; line-height:1em;}
.gsjjv2-mk6main2 a:nth-of-type(1){background:url(../images/012gsjj/v3/i1.png) top center no-repeat;}
.gsjjv2-mk6main2 a:nth-of-type(1):hover{background:url(../images/012gsjj/v3/i01.png) top center no-repeat;}
.gsjjv2-mk6main2 a:nth-of-type(2){background:url(../images/012gsjj/v3/i2.png) top center no-repeat;}
.gsjjv2-mk6main2 a:nth-of-type(2):hover{background:url(../images/012gsjj/v3/i02.png) top center no-repeat;}
.gsjjv2-mk6main2 a:nth-of-type(3){background:url(../images/012gsjj/v3/i3.png) top center no-repeat;}
.gsjjv2-mk6main2 a:nth-of-type(3):hover{background:url(../images/012gsjj/v3/i03.png) top center no-repeat;}
.gsjjv2-mk6main2 a:nth-of-type(4){background:url(../images/012gsjj/v3/i4.png) top center no-repeat;}
.gsjjv2-mk6main2 a:nth-of-type(4):hover{background:url(../images/012gsjj/v3/i04.png) top center no-repeat;}
.gsjjv2-mk6main2 a:nth-of-type(5){background:url(../images/012gsjj/v3/i5.png) top center no-repeat;}
.gsjjv2-mk6main2 a:nth-of-type(5):hover{background:url(../images/012gsjj/v3/i05.png) top center no-repeat;}
.gsjjv2-mk6main2 a:hover{color: #2c528b; text-decoration: none}
.gsjjv2-mk7{background:url(../images/012gsjj/v3/bg3.jpg) center bottom no-repeat #fff; background-size:100% auto; position: relative}
.gsjjv2-mk7>p{display: block;padding:0px; margin: 2.3em auto 3em; color: #7a7d84; font-size:1.25rem; line-height:1em; text-align:center;}
.gsjjv2-mk7main{width:1132px; margin: 0px auto; text-align: left;position:relative;}
.gsjjv2-mk7mainl{width: 400px; height: 530px; display: block; position: relative}
.gsjjv2-mk7mainl #dv_scroll b{ display: block; color: #2c528b; font-size:1.25rem; line-height: 1em; background:url(../images/012gsjj/v3/d.png) left center no-repeat; padding-left:35px;}
.gsjjv2-mk7mainl #dv_scroll p{color:#7a7d84;display: block;padding: 15px 40px 45px 35px; margin: 0px; text-indent: 2em; line-height: 2.2em;text-align:justify;text-justify:inter-ideograph}
.gsjjv2-mk7mainl #dv_scroll{position:absolute;height:530px;overflow:hidden;width:400px; top:0px; left:0px; border-right: 1px solid #d7d7d7}
.gsjjv2-mk7mainl #dv_scroll_bar {position:absolute;right:0;top:0px;width:18px;height:300px;}
.gsjjv2-mk7mainl #dv_scroll_bar .Scrollbar-Track{position:absolute;left:0;top:38px;width:18px;height:300px;}
.gsjjv2-mk7mainl #dv_scroll_bar .Scrollbar-Handle{position:absolute;right:-9px;top:0;width:18px;height:28px;overflow:hidden;background:#2c528b;cursor:pointer;}
.gsjjv2-mk7mainl #dv_scroll_text {position:absolute;}
.gsjjv2-mk8{background:url(../images/012gsjj/v3/bg4.jpg) center top no-repeat; background-size:100% 100%; position: relative; height: 1080px}
.gsjjv2-mk8>p{display: block;padding:0px; margin: 2.3em auto 3em; color: #7a7d84; font-size:1.25rem; line-height:2.2em; text-align:center;}
.gsjjv2-mk8 .logo_wraping{top:400px}


.bannerv2.bannerbgline .tbannerTxtv2{top:calc(50% - 190px); background:url(../images/012gsjj/line.gif) left 86px no-repeat; letter-spacing: 2px}
.fwwlv2-bn div:first-child{width:100%; position:absolute; z-index:99; text-shadow:1px 3px 3px #221815; font-size:62px; color:#fff; font-weight:lighter; text-align:center; line-height:1em; top:calc(50% - 0.7em)}
.fwwlv2-mk1{ text-align:center; padding-top:136px}
.fwwlv2-mk1 div:nth-child(1){ font-size:51px; line-height:1em; color:#007cc3; font-weight:lighter; text-align:center; margin-bottom:88px;}
.fwwlv2-mk1 div:nth-child(2){ text-align:center; margin-bottom:146px;}
#f_cxfz {
	clear: both;
	width: 1200px;
	margin:0px auto 146px auto;
	background:url(../images/013fwwl/map.jpg) center no-repeat;
	height:891px;
	position:relative;
}
.f-cxfz-list{
	position:absolute;
}
.f_cxfz_delay{
	animation: re-banner-slide-20 .8s cubic-bezier(.4,0,.2,1) 0s 1;
	-webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
}
.f-cxfz-list-dot{
	position:absolute;
	width:36px;
	height:36px;
}
.circle{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background: transparent;
	border-radius:50%;
}
.circle-shadow :after{
	border-shadow:inset 0 0 5em rgba(0, 205, 236, 0.16);
	-moz-box-shadow:inset 0 0 5em rgba(0, 205, 236, 0.16);
	-webkit-box-shadow:inset 0 0 5em rgba(0, 205, 236, 0.16);
}
.circle10:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	border-radius: 50%;
	border: 2px solid #1676b2;
	opacity: 0;
	-webkit-animation:ripple 4500ms ease-out 225ms infinite;
	-moz-animation:ripple 4500ms ease-out 225ms infinite;
	-o-animation:ripple 4500ms ease-out 225ms infinite;
	animation:ripple 4500ms ease-out 225ms infinite;
}
.circle40:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	border-radius: 50%;
	border: 2px solid #1676b2;
	opacity: 0;
	-webkit-animation:ripple 4500ms ease-out 900ms infinite;
	-moz-animation:ripple 4500ms ease-out 900ms infinite;
	-o-animation:ripple 4500ms ease-out 900ms infinite;
	animation:ripple 4500ms ease-out 900ms infinite;
}
.circle70:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom:0;
	right:0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #1676b2;
	opacity: 0;
	-webkit-animation: ripple 4500ms ease-out 1575ms infinite;
	-moz-animation: ripple 4500ms ease-out 1575ms infinite;
	-o-animation: ripple 4500ms ease-out 1575ms infinite;
	animation: ripple 4500ms ease-out 1575ms infinite;
}
.circle80:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom:0;
	right:0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #1676b2;
	opacity: 0;
	-webkit-animation: ripple 4500ms ease-out 1800ms infinite;
	-moz-animation: ripple 4500ms ease-out 1800ms infinite;
	-o-animation: ripple 4500ms ease-out 1800ms infinite;
	animation: ripple 4500ms ease-out 1800ms infinite;
}
@-webkit-keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -webkit-transform:scale(1)}}
@-moz-keyframes ripple{ 0%{opacity:0;-moz-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -moz-transform:scale(1)}}
@-o-keyframes ripple{ 0%{opacity:0;-o-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -o-transform:scale(1)}}
@keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1);-moz-transform:scale(0.1,0.1);-ms-transform:scale(0.1,0.1);transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}
#f_cxfz_dot_1{
	left:270px;
	top:280px;
}
#f_cxfz_dot_2{
	left:398px;
	top:615px;
}
#f_cxfz_dot_3{
	left:490px;
	top:479px;
}
#f_cxfz_dot_4{
	left:583px;
	top:478px;
}
#f_cxfz_dot_5{
	left:592px;
	top:590px;
}
#f_cxfz_dot_6{
	left:622px;
	top:438px;
}
#f_cxfz_dot_7{
	left:673px;
	top:508px;
}
#f_cxfz_dot_8{
	left:713px;
	top:343px;
}
#f_cxfz_dot_9{
	left:558px;
	top:735px;
}
#f_cxfz_dot_10{
	left:645px;
	top:676px;
}
#f_cxfz_dot_11{
	left:696px;
	top:832px;
}
#f_cxfz_dot_12{
	left:705px;
	top:665px;
}
#f_cxfz_dot_13{
	left:779px;
	top:670px;
}
#f_cxfz_dot_14{
	left:868px;
	top:686px;
}
#f_cxfz_dot_15{
	left:834px;
	top:593px;
}
#f_cxfz_dot_16{
	left:895px;
	top:605px;
}
#f_cxfz_dot_17{
	left:890px;
	top:566px;
}
#f_cxfz_dot_18{
	left:px;
	top:px;
}
#f_cxfz_dot_19{
	left:913px;
	top:586px;
}
#f_cxfz_dot_20{
	left:786px;
	top:406px;
}
#f_cxfz_dot_21{
	left:833px;
	top:394px;
}
#f_cxfz_dot_22{
	left:955px;
	top:342px;
}
#f_cxfz_dot_23{
	left:975px;
	top:265px;
}
#f_cxfz_dot_24{
	left:1004px;
	top:207px;
}
.cxfz-dot{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:8px;
	height:8px;
	margin: auto;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	background-clip: padding-box;
	background: transparent;
	z-index: 1;
	background-color: #1676b2;
	border: 1px solid #1676b2;
}
.copyright a{font-size:13px; color:rgba(255,255,255,0.5); text-decoration:none}
.copyright a:hover{ color:#4a86ff; text-decoration: none}

.ptfwv2-t1{ color:#666; font-weight:normal; font-size:22px; line-height:2.4em; width:1022px; margin-left:auto; margin-right:auto; padding-left:222px; text-align:left}
.tkjsv2-t1{background:url(../images/019tkjs/i1.jpg) 36px 18px no-repeat;}
.ptfwv2-t2 b,.ptfwv2-t2 i{ display:block; font-weight:lighter; text-align:left; width:100%}
.ptfwv2-t2 b{ line-height:2em; padding-bottom:10px; color:#007cc3; font-size:38px; background:url(../images/019tkjs/i2.gif) left bottom no-repeat;}
.ptfwv2-t2 i{ font-size:21px; line-height:2em; color:#7a7a7a; font-style:normal}
.tkjsv2-mk2 .ptfwv2-t2 i{line-height:2.8em;}
.tkjsv2-mk2{ height:478px;  width:100%; background:url(../images/019tkjs/p2.jpg) left top no-repeat #f3f3f3;}
.tkjsv2-mk3 .row{ clear:both}
.tkjsv2-mk3 .row div a{ display:block;padding-top:226px; width:100%; height:auto;cursor:pointer;background-size:150px}
.tkjsv2-mk3 .row div a *{ text-align:center}
.tkjsv2-mk3 .row div a p{ padding:0px; margin:0px; width:100%; color:#057fc4; font-size:22px; font-weight:lighter; line-height:2em}
.tkjsv2-mk3 .row div:nth-child(1) a{background: url(../images/019tkjs/b1.gif) no-repeat center top;}
.tkjsv2-mk3 .row div:nth-child(2) a{background: url(../images/019tkjs/b2.gif) no-repeat center top;}
.tkjsv2-mk3 .row div:nth-child(3) a{background: url(../images/019tkjs/b3.gif) no-repeat center top;}
.tkjsv2-mk3 .row div a:hover{background-size:170px}
.tkjsv2-mk3 .row div a:hover p{ font-weight:bold}
.tkjsv2-mk4{width:100%; height:682px;background: url(../images/019tkjs/bg2.jpg) no-repeat center top; background-size:100% auto;}
.tkjsv2-mk4 .row > div{height:682px; display: flex; display:-ms-flexbox; display:-webkit-flex; align-items: center;  justify-content: center; }
.ptfwv2-t2-color-white b,.ptfwv2-t2-color-white i{ color:#fff}
.tkjsv2-mk5{ height:340px; background: url(../images/019tkjs/p4.jpg) no-repeat right top;}
.tkjsv2-mk6 .row{ clear:both}
.tkjsv2-mk6 .row a{display:block; width:332px; height:352px; margin:0px auto; padding-top:187px; border-bottom:10px solid #007cc3; cursor:pointer}
.tkjsv2-mk6 .row a p{display:block;line-height:1.5em; font-size:22px; color:#7a7a7a; height:157px; width:100%; text-align:center; display: flex; display:-ms-flexbox; display:-webkit-flex; align-items: center;  justify-content: center; font-weight:lighter}
.tkjsv2-mk6 .row div:nth-child(1) a{background: url(../images/019tkjs/p5.jpg) no-repeat center top #fff;}
.tkjsv2-mk6 .row div:nth-child(2) a{background: url(../images/019tkjs/p6.jpg) no-repeat center top #fff;}
.tkjsv2-mk6 .row div:nth-child(3) a{background: url(../images/019tkjs/p7.jpg) no-repeat center top #fff;}
.tkjsv2-mk6 .row > div{ text-align:center}
.tkjsv2-mk6 .row div a:hover{ background-color:#007cc3}
.tkjsv2-mk6 .row div a:hover p{ color:#fff;}
.tkjsv2-mk6 .row div:nth-child(1) a p{ padding:0px 30px; text-align:left}
.tkjsv2-mk7,.tkjsv2-mk7 video,.tkjsv2-mk7 img{ width:100%; position:relative}
.tkjsv2-mk7 .w1024centerv2{position:relative}
.tkjsv2-mk7 .w1024centerv2 > div{ position:absolute; z-index:999999;}
.tkjsv2-mk7 .w1024centerv2 > div b{ display:block; font-weight:normal; width:100%; margin:2.1em 0px 1.7em; font-size:48px; line-height:1em; text-align:left; color:#fff;}
.tkjsv2-mk7 .w1024centerv2 > div p{ display:block; padding-left:137px; float:left; clear:both; font-size:22px; color:#55befe; line-height:1.8em; text-align:left}
.tkjsv2-mk7.ksglptv2-mk8 .w1024centerv2 > div p{ padding-left:0px}
.tkjsv2-mk7.ksglptv2-mk8 .w1024centerv2 > div b{ margin:3em 0px 1.3em;}
.tbannerTxtv2-017sjks{ width:calc(50% - 100px); float:left; text-align:right}
.sjksv2-t1{background:url(../images/017sjks/i1.gif) 36px 42px no-repeat; padding-left:278px}
.sjjyv2-t1{background:url(../images/018sjjy/p1.gif) 80px 20px no-repeat; padding-left:278px}
.sjksv2-mk2{background:url(../images/017sjks/p1.jpg) left top no-repeat #f3f3f3}
.sjksv2-mk3 .row{ clear:both;z-index:99; margin-bottom:-100px; position:relative}
.sjksv2-mk3 .row div{ position:relative}
.sjksv2-mk3 .row div a{z-index:99; display:block; width:100%; height:404px; border-bottom:6px solid #41bafe; transition:0s ease; cursor:pointer; background-color:#fff;}
.sjksv2-mk3 .row div a p{ padding:0px; margin:0px; height:404px; padding-top:275px; font-size:22px; line-height:1.9em; font-weight:lighter; color:#057fc4; }
.sjksv2-mk3 .row div a span{ display:none; width:100%; height:75px; position:absolute;background:url(../images/017sjks/i2.png) center bottom no-repeat; bottom:-37px;}
.sjksv2-mk3 .row div:nth-child(1) a p{background:url(../images/017sjks/i01.gif) center 110px no-repeat; }
.sjksv2-mk3 .row div:nth-child(2) a p{background:url(../images/017sjks/i02.gif) center 110px no-repeat; }
.sjksv2-mk3 .row div:nth-child(3) a p{background:url(../images/017sjks/i03.gif) center 110px no-repeat; }
.sjksv2-mk3 .row div a.tabcur{z-index:9999999;border-bottom:none; position:absolute; width:calc(100% + 50px); height:454px; left:-25px; top:-25px;}
.sjksv2-mk3 .row div a.tabcur p{ font-size:26px; line-height:1.5em; font-weight:normal;}
.sjksv2-mk3 .row div a.tabcur span{ display:block;}
.sjksv2-mk4 video{overflow:hidden; z-index:1}
.sjksv2-mk4 .w1200centerv2{ position:absolute; z-index:2; height:auto; top:215px; left:calc(50% - 600px)}
.sjksv2-mk4 .w1200centerv2 .ptfwv2-t2{ padding-top:50px}

.sjksv2-mk4,.sjksv2-mk4 video{ height:600px; width:100%;position:relative;}
.sjksv2-mk4{width:100%; overflow:hidden}


.sjksv2-mk5 .row{ clear:both}
.sjksv2-mk5 .row div{ text-align:center}
.sjksv2-mk5 .row div a{ display: block; cursor:pointer; width:186px; height:186px; margin:0px auto; padding-top:114px; text-align:center; font-size:24px; font-weight:lighter; color:#7e7d7d；}
.sjksv2-mk5 .row div a:hover{color:#007cc3; font-weight:bold}
.sjksv2-mk5 .row div:nth-child(1) a{background:url(../images/017sjks/b1.gif) no-repeat;}
.sjksv2-mk5 .row div:nth-child(2) a{background:url(../images/017sjks/b2.gif) no-repeat;}
.sjksv2-mk5 .row div:nth-child(3) a{background:url(../images/017sjks/b3.gif) no-repeat;}
.sjksv2-mk5 .row div:nth-child(4) a{background:url(../images/017sjks/b4.gif) no-repeat;}
.sjksv2-mk5 .row div:nth-child(1) a:hover{background:url(../images/017sjks/b01.gif) no-repeat;}
.sjksv2-mk5 .row div:nth-child(2) a:hover{background:url(../images/017sjks/b02.gif) no-repeat;}
.sjksv2-mk5 .row div:nth-child(3) a:hover{background:url(../images/017sjks/b03.gif) no-repeat;}
.sjksv2-mk5 .row div:nth-child(4) a:hover{background:url(../images/017sjks/b04.gif) no-repeat;}
.sjksv2-mk6{background:url(../images/017sjks/bg2.jpg) center top no-repeat; background-size:100% 565px; height:565px;}
.sjksv2-mk6 .w1200centerv2{background:url(../images/017sjks/p3.png) center 160px no-repeat;}
.sjksv2-mk6 .row > div{ height:565px;}
.sjksv2-mk6 .ptfwv2-t2{ padding:75px 0px 0px 45px}
.sjksv2-mk7{ height:590px;background:url(../images/017sjks/bg3.jpg) center top no-repeat; background-size:100% 590px;}
.tkjsv2-mk7.sjksv2-mk7 .w1024centerv2 > div p{ line-height:2.4em; padding-left:0px}
.ptfwv2-t2 em{ font-style:normal; color:#7a7a7a; font-size:22px; line-height:1.68em; display:block; background:url(../images/018sjjy/i01.png) left 10px no-repeat; font-weight:lighter; padding-left:40px}
.sjjyv2-mk3 .ptfwv2-t2{margin-bottom:-30px}
.sjjyv2-mk3main{width:100%; clear:both; position:relative; bottom:-100px; z-index:9999;}
.sjjyv2-mk3main a,.sjjyv2-mk3main i{ display:block; float:left}
.sjjyv2-mk3main a{ width:260px; height:315px; cursor:pointer;box-shadow:3px 0px 24px rgba(105,105,105,0.2); -webkit-box-shadow:3px 0px 24px rgba(105,105,105,0.2);-moz-box-shadow:3px 0px 24px rgba(105,105,105,0.2);border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; padding-top:215px; text-align:center;-webkit-transition:0s ease; transition:0s ease;}
.sjjyv2-mk3main a:nth-of-type(1){background:url(../images/018sjjy/b1.gif) center 55px no-repeat #fff;}
.sjjyv2-mk3main a:nth-of-type(2){background:url(../images/018sjjy/b2.gif) center 55px no-repeat #fff; padding-top:200px}
.sjjyv2-mk3main a:nth-of-type(3){background:url(../images/018sjjy/b3.gif) center 55px no-repeat #fff;}
.sjjyv2-mk3main a:nth-of-type(4){background:url(../images/018sjjy/b4.gif) center 55px no-repeat #fff;}
.sjjyv2-mk3main a b{ display:block; text-align:center; font-size:22px; color:#007cc3; line-height:1.6em}
.sjjyv2-mk3main a em{display:none;}
.sjjyv2-mk3main a:hover{ background:#007cc3;box-shadow:0px 0px 18px rgba(0,124,195,0.76); -webkit-box-shadow:0px 0px 18px rgba(0,124,195,0.76);-moz-box-shadow:0px 0px 18px rgba(0,124,195,0.76);padding-top:0px;display:flex; display:-ms-flexbox; display:-webkit-flex; align-items:center; justify-content:center;}
.sjjyv2-mk3main a:hover em{font-style:normal; font-weight:lighter; color:#fff; line-height:2.2em; display:flex; display:-ms-flexbox; display:-webkit-flex; align-items:center; justify-content:center;}
.sjjyv2-mk3main a:hover b{ display:none}
.sjjyv2-mk3main i{ width:50px; height:315px; background:url(../images/018sjjy/i02.png) center no-repeat;}
.sjjyv2-mk4 .row div:nth-child(1){ text-align:center; padding-top:30px}
.sjjyv2-mk4 .ptfwv2-t2{padding-top:30px}
.sjjyv2-mk5 .row,.sjjyv2-mk6 .row{ clear:both}
.sjjyv2-mk5 .row div{ color:#7a7a7a; line-height:1.86em; font-size:22px; text-align:center; font-weight:lighter; padding-top:260px}
.sjjyv2-mk5 .row div:nth-of-type(1){background:url(../images/018sjjy/i1.gif) center top no-repeat;}
.sjjyv2-mk5 .row div:nth-of-type(2){background:url(../images/018sjjy/i2.gif) center top no-repeat; padding-top:240px}
.sjjyv2-mk5 .row div:nth-of-type(3){background:url(../images/018sjjy/i3.gif) center top no-repeat;}
.grey-md-t{ font-size:24px; text-align:center; line-height:1.2em; color:#7a7a7a;}
.grey-mdmin-t{ font-size:22px; color:#7a7a7a;}
.sjjyv2-mk6 .row div{ color:#007cc3; font-size:24px; line-height:1em; text-align:center; padding-top:183px;}
.sjjyv2-mk6 .row div:nth-of-type(1){background:url(../images/018sjjy/c1.gif) center top no-repeat;}
.sjjyv2-mk6 .row div:nth-of-type(2){background:url(../images/018sjjy/c2.gif) center top no-repeat;}
.sjjyv2-mk6 .row div:nth-of-type(3){background:url(../images/018sjjy/c3.gif) center top no-repeat;}
.sjjyv2-mk6 .row div:nth-of-type(4){background:url(../images/018sjjy/c4.gif) center top no-repeat;}
.sjjyv2-mk6 .grey-md-t{clear:both;}
.sjjyv2-mk7 div:nth-of-type(2){ text-align:center; clear:both; width:100%}
.sjjyv2-mk8{ height:620px;background:url(../images/018sjjy/bg3.jpg) center top no-repeat; background-size:100% 620px;}
.tbannerTxtv2.tbannerTxtv2-017sjks i{ float:right}
.tkjsv2-mk7.sjjyv2-mk8 .w1024centerv2 > div b{margin:3em 0 0.7em;}

/* ----------------begin HZP------------------------ */
.textboxxx {
	justify-content: center;
	width: 100%;
	height: 250px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.imgbox {
	height: 150px;
	width: 150px;
}

.textbox {
	height: auto;
	margin-left: 60px;
	font-size: 28px;
	width: 680px;
}

.section2 {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
	height: 590px;

}

.bannertextbox {
	width: 50%;
}

.bannertextboxline {
	margin-top: 20px;
	width: 110px;
	height: 7px;
	background-color: #007cc3;
}

.bannertextboxtittle {
	font-size: 42px;
	color: #007cc3;
}

.bannerimgbox {
	width: 618px;
	height: 584px;
}

.ban1box {
	width: 100%;
	background-color: white;
}

.ban2box {
	height: 480px;
	width: 100%;
	background-color: #f3f3f3;
}

.ban3box {
	width: 100%;
	background-color: white;
}

.bannercontent {
	background-color: #f3f3f3;
	width: 520px;
	height: 480px;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.bannercolor {
	width: 24%;
	height: 480px;
	background-color: #f3f3f3;

}

.bannercolor2 {
	width: 8%;
	height: 480px;
	background-color: #f3f3f3;

}

.section3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 600px;
	width: 100%;

}

.section3box {
	height: 140px;

}

.section3box>p {
	color: #7e7d7d;
	font-size: 18px;
}

.s3box3 {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}

.boxmian {

	background-image: linear-gradient(to bottom right, #007cc3, #4198cb);

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	border-radius: 19px;
	height: 265px;
	width: 360px;

}

.boxmian>img {
	margin-top: 70px;
}

.s3boxtxt {
	font-size: 18px;
	color: white;
	margin-top: 30px;
}

.section4 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: url(../images/014ksglp/bg2.png) center center no-repeat;
	background-size:100% auto;
	width: 100%;
	height: 637px;

}

.section4>.section4box {
	margin-left: 30px;

}

.section4>.section4box>.bannertextboxtittle {
	color: white;
}

.section5 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 600px;
	width: 100%;

}

.s3box35 {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 60%;

}

.boxmian5 {


	border: #007CC3 solid 1px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	border-radius: 19px;
	height: 280px;
	width: 270px;

}

.boxmian5>img {
	margin-top: 40px;
}

.s3boxtxt5 {
	height: 50px;
	text-align: center;
	font-size: 18px;
	color: #007CC3;
	margin-top: 20px;
}

.section6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 580px;
	background-color: #eaebeb;
}

.section3box6 {


	height: 90px;
	width: 60%;

}

.s6imgbox {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	width: 60%;
	justify-content: space-between;
}

.s6img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.s6img>p {
	color: #007cc3;
	font-size: 18px;
}

/* ------------------------------------------------ */



.section1s {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 400px;
}

.imgbox2 {
	margin-top: 50px;
	height: 150px;
	width: 150px;
}

.textbox2 {
	font-weight: bold;
	color: #4c617f;
	margin-left: 40px;
	height: 180px;
	font-size: 18px;
	width: auto;
}

.section2s {
	height: 585px;
	width: 100%;
	background-color: #f3f3f3;
	display: flex;
	flex-direction: row;

}

.section2sleft {
	width: 60%;
	height: 585px;
	background: url(../images/015zhywgl/bg1.png);
	background-repeat: no-repeat;
}

.section2sright {
	margin-top: 30px;
	padding: 30px;
}

.section2srighttxt>p {

	color: #7a7a7a;
	font-size: 18px;


}

.section2srighttxt>p>img {
	margin-right: 20px;
	vertical-align: middle;
	margin-bottom: 3px;
}

.section3s {
	height: 528px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.section3sbox {
	width: 60%;


}

.section3sicobox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.section3sico {
	display: flex;
	flex-direction: column;

	align-items: center;
}

.section3sbox>p {
	color: #7a7a7a;
	font-size: 18px;
	line-height: 80px;
}

.section4s {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 637px;
	width: 100%;
}
video#video{
	position: absolute;
	width: 100%;
	height: 637px;
	z-index: -222;
}
.section8s {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
    height:600px;
	width: 100%;
}
.s8title{

	line-height: 300px;
	width: 60%;
	text-align: left;
	height: 300px;
	color: white;
	font-size: 30px;
}
.s8txt{
	font-weight: bold;
	font-size: 18px;
	color: #55befe;
}
video#video2{
	position: absolute;
	width: 100%;
	height: 631px;
	z-index: -222;

}
video#video3{
	position: relative;
width: 100%;

}
.section4sbox {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 60%;
}

.section4sboxleft>.bannertextboxtittle {
	color: white;
}

.section4sboxleft {
	width: 50%;
}

.section4sboxright {
	width: 50%;
}
.section4sboxright>p{
	color: white;
	font-size: 18px;
}
.rightlist1 {
	display: flex;
	flex-direction: row;
	justify-content: start;

}

.rightlisttxt>p {
	margin-left: 30px;
	color: white;
	font-size: 18px;
}

.rightlistimg {
	margin-top: 25px;
	margin-left: 70px;
}

.section6s {
	height: 633px;
	background-color: #eaebeb;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.section6sleft {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 30%;
}

.section6sright {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 30%;
}

.6stop {
	height: 144px;
	width: 30%;
}

.section6sboxcard {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 238px;
	border-radius: 10px;
	background-color: white;
	box-shadow: 0px 0px 10px rgba(62, 105, 116, 0.2); //将h-shadow,v-shadow设为0px,实现四周阴影

}

.section6sboxcardtxt {
	margin-left: 50px;
	font-size: 18px;
	color: #007cc3;
	font-weight: bold;
}

.section7s {
	height: 590px;
	width: 100%;
	display: flex;
	flex-direction: row;
}

.s7imgbox {
	background: url(../images/015zhywgl/img.png) center center;
	background-repeat: no-repeat;
	width: 50%;
}

.s7txtbox {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 50%;
}

.s7txtboxbox {
	margin-right: 90px;
}

.s7txtboxbox>p {
	font-size: 18px;
	color: #7e7d7d;
}

/* ------------------------------------------------ */
.section2a{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 600px;
	background: url(images/016dzzsglpt/bg2.png) center center no-repeat;
}
.s2atxtbox{
	margin-top: 100px;
	width: 60%;
	
}
.s2aimgbox{
	width: 50%;
	height: 400px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.imgbox{
	height: 200px;
}
.s2aimg{
	width: 200px;
	height: 300px;
}
.s2aimg>p{
	line-height: 10px;
	text-align: center;
	color: #4c617f;
	font-size: 18px;
}

/* ----------------HZP Start 021yykytl 2021.3.15 ----------------- */

.sectiona1 {height: 478px;background-color: #464646;}

.a1box {display: flex;flex-direction: row;height: auto;width: 1200px;margin: 0 auto;}
.a1boxtxt{display: none;}
.a1box1{color: white;font-size: 24px;font-weight: bold;text-align: center;line-height: 478px;width: 400px;height: 478px;background: url(../images/021yykytl/left.jpg) center center no-repeat;}
.a1box2 {color: white;font-size: 24px;font-weight: bold;text-align: center;line-height: 478px;width: 400px;height: 478px;background: #007cc3 ;}
.a1box1:hover{background: #007cc3;transition: all 0.5s;}
.a1box1:hover .a1boxtittle{display: none;}
.a1box1:hover .a1boxtxt{
	display: block;
}
.a1box2:hover {
	background: url(../images/021yykytl/mid.jpg) center center no-repeat;
	 transition: all 0.5s;
}
.a1box2:hover .a1boxtittle{
	display: none;
}
.a1box2:hover .a1boxtxt{
	display: block;
}
.a1box3:hover{
	background: #007cc3 ;
	 transition: all 0.5s;
}
.a1box3:hover .a1boxtittle{
	display: none;
}
.a1box3:hover .a1boxtxt{
	display: block;
}
.a1boxtxt {
	margin-top: 150px;
	font-weight: normal;

	text-align: center;
	font-size: 20px;
	color: white;
	line-height: 50px;

}

.a1box3 {
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 478px;
	width: 400px;
	height: 478px;
	background: url(../images/021yykytl/right.jpg) center center no-repeat;
}


.sectiona21{
	height:566px;
	background: url(../images/021yykytl/p2.jpg) center top no-repeat;
	background-size:100% 566px; 
}
.a21box{
	margin:0 auto;
	width:900px;
	height:265px;
	background:#fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
}
.a21txt{
	font-size:20px;
	line-height:45px;
	color:#7a7a7a;
}

.sectiona2 {
	height: 580px;
}

.buletxt {
	color: #007cc3;
	font-size: 36px;

}

.buleline {
	margin-top: 20px;
	height: 1px;
	width: 307px;
	background-color: #007cc3;
}

.bulebar {
	height: 7px;
	width: 110px;
	background-color: #007cc3;
}

.buletxtbar {
	font-weight: lighter;
	margin: 0 auto;
	width: 100%;
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.buletxtbar>p {
	margin-top: 60px;
	font-size: 18px;
	color: #7a7a7a;
	line-height: 30px;
}

.a2box {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 1200px;
	height: 320px;
}

.a2box1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 390px;
}

.a2box1>p {
	line-height: 80px;
	font-size: 24px;
	color: #007cc3;
	font-weight: bold;
}

.a2boxtxt {
	margin-top: 40px;
	text-align: center;
	font-size: 20px;
	color: #7a7a7a;
	line-height: 1.864em;
}
.b2boxtxt {
	margin-top: 30px;
	text-align: center;
	font-size: 22px;
	color: #7a7a7a;
	line-height: 1.782em;
	font-weight:lighter;
}
.sectiona3 {
	height: 550px;
	background: url(../images/021yykytl/p3.jpg)top center;
	background-size:100% 550px;
}

.withetxt {
	color: white;
	font-size: 36px;

}

.witheline {
	margin-top: 20px;
	height: 1px;
	width: 307px;
	background-color: white;
}

.withebar {
	height: 7px;
	width: 110px;
	background-color: white;
}

.withetxtbar {
	font-weight: lighter;
	margin: 0 auto;
	width:100%;
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.a3box {
	margin: 0 auto;
	color: white;
	font-size: 20px;
	text-align: center;
	margin-top: 130px;
}

.sectiona4 {
	height: 425px;
}

.a4box {

	margin: 0 auto;
	width: 1200px;
	height: 265px;
}

.a4boxtxt {
	line-height: 45px;
	float: right;
	margin-top: 150px;
	margin-right: 253px;
	color: #007cc3;
	font-size: 25px;
	z-index: 500;
}
/* ----------------HZP End 021yykytl 2021.3.15 ----------------- */

/* ----------------HZP Start 022yspwspj 2021.3.16 ----------------- */
.sectionb1 {

	background: #2f2f2f;
	width: 100%;
	height: 521px;
}
.b1txt{
	color: white;
	font-size: 20px;
}
.b1box {
	margin: 0 auto;
	background: url(../images/022yspwspj/banner3.jpg) top center no-repeat;
	height: 522px;
	background-size:100% 522px;
}

.sectionb2 {
	background-color: #f2f2f2;
	width: 100%;
	height: 618px;
}

.b2box {
	margin: 0 auto;
	height: 378px;
	width: 1076px;
}

.sectionb3 {

	width: 100%;
	height: 58px;
}

.b3box {
	margin: 0 auto;
	width: 120px;
	height: 58px;
}

.sectionb4 {
	height: 650px;
}

.sectionb5 {
	width: 100%;
	height: 580px;
}

.b5box {

	margin: 0 auto;
	background: url(../images/022yspwspj/banner2.jpg) center center no-repeat;
	height: 580px;
	background-size:100% 100%;
}

.b5tittle {
	color: white;
	font-size: 36px;
	font-weight:lighter;
}
.b5txtbox{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.b5txt {
	color: white;
	font-size: 24px;
	line-height:1.875em;
	font-weight:lighter;
}
.b5left {
	width: 600px;
	height: 300px;
}
.b5right{
	width: 600px;
	height: 300px;
}
/* ----------------HZP End 022yspwspj 2021.3.17 ----------------- */


/* ----------------HZP Start 023ksaqzt 2021.3.18 ----------------- */

.sectionc1 {

	background: url(../images/023ksaqzt/banner1_compressed3.jpg.png);
	width: 100%;
	height: 404px;
}

.c1box {
	background: url(../images/023ksaqzt/pic2.png) center top no-repeat;
	margin: 0 auto;
	width: 100%;
	min-width: 800px;
	height: 406px;
}

.c1box2 {
	background: url(../images/023ksaqzt/banner1_compressed2.jpg) center center no-repeat;
	margin: 0 auto;
	width: 100%;
	min-width: 1200px;
	height: 38px;
}

.c2box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
	width: 1200px;

}

.c2imgbox {
	display: flex;
	flex-direction: column;
	height: 300px;
	align-items: center;
	width: 240px;
}

.c2line {
	background-color: #eeeeee;
	width: 1px;
	height: 245px;
}

.c2txt {
	margin-top: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #007cc3;
}

.sectionc3 {
	position: relative;
	width: 100%;
	height: auto;
}

.sectionc3-1 {
	width: 85px;
	height: 40px;
	margin: 0 auto;
}

.sectionc3-1-1 {
	width: 100%;
	height: 40px;
	background-color: #e9e9e9;

}

.sectionc3-2 {
	width: 100%;
	height: 410px;
	background-color: #e9e9e9;
}

.c3-2box {
	width: 1200px;
	margin: 0 auto;
}

.sectionc3-3 {
	width: 100%;
	height: 628px;
}

.sectionc3-3left {
	width: 50%;
	height: 628px;
	background: url(../images/023ksaqzt/img_compressed.jpg) center center no-repeat;
	background-size: 100% auto;
}

.sectionc3-3right {
	width: 50%;
	height: 628px;
}

.sectionc3box {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

}



.sectionc3float {
	position: absolute;
	top: 350px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	height: 200px;
	width: 1200px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); //将h-shadow,v-shadow设为0px,实现四周阴影
	z-index: 200;
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.c3line {
	height: 95px;
	width: 2px;
	background-color: #1a88c2;
}

.c3txt {
	font-size: 22px;
	font-weight: bold;
	color: #007cc3;
}

.c3box {
	width: 350px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.c3img {
	width: 100px;
}

.sectionc4 {
	height: 653px;
	width: 100%;
	background: url(../images/023ksaqzt/banner2_compressed.jpg) #f8fafb center center no-repeat;
}

.c4box {
	height: 370px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}

.c4txt {
	width: 600px;
	color: #8f8e8e;
	font-size: 18px;
	line-height: 40px;
	margin-left: 150px;
	margin-top: 40px;
}

.c4imgbox {
	width: 600px;
	display: flex;
	flex-direction: row;


}

.c4img {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 270px;
	height: 156px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.c4imgboxtop {
	width: 300px;
}

.sectionc5 {
	height: 655px;
	width: 100%;
	background-color: #000000;
}

.c5bg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 655px;
	width: 100%;
	background: url(../images/023ksaqzt/banner3_compressed.png) center center no-repeat;
}

.c5bg>p {
	color: white;
	font-size: 18px;
	line-height: 25px;
}

.c5box {
	height: 300px;
	width: 900px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.c5img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 20px;
	color: white;
	font-weight: bold;
	width: 117px;
	height: 117px;
	background: url(../images/023ksaqzt/dot.png)no-repeat;
}

.c5txt {
	margin-top: -15px;
}

.sectionc6 {
	width: 100%;
	height: 593px;
	background: #007cc3;
}

.c6bg {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	height: 593px;
	background: url(../images/023ksaqzt/banner4_compressed.jpg) center center no-repeat;
}

.sectionc6left {
	width: 600px;
	height: 400px;
}

.sectionc6right {
	width: 600px;
	height: 400px;
}

.c6txt {
	margin-left: 150px;
	text-align: left;
	color: white;
	font-size: 22px;
	line-height: 1.782em;
	font-weight:lighter;
}

.sectionc7 {
	width: 100%;
	height: 491px;
	
}

.c7bg {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	height: 491px;
	background: url(../images/023ksaqzt/banner5_compressed.jpg)center center no-repeat;
	background-size:100% 100%;
}

.c7txt {
	color: white;
	font-size: 24px;
	line-height:60px;
}
/* ----------------HZP End 023ksaqzt 2021.3.18 ----------------- */


/* ----------------HZP start 024wzhks 2021.3.22 ----------------- */

.sectiond1 {
	width: 100%;
	height: 402px;
	min-height: 402px;
	background: #001528
}

.d1img {
	margin: 0 auto;
	width: 1586px;
	height: 402px
}

.d1img2 {
	background: #f7f7f7
}

.d1img2,
.d1img3 {
	display: flex;
	margin: 0 auto;
	width: 100%;
	height: 38px;
	flex-direction: row;
	justify-content: center
}

.sectiond2 {
	width: 100%;
	height: 970px;
	background: #f7f7f7
}

.d2box {
	display: flex;
	margin: 0 auto;
	width: 1200px;
	flex-direction: row
}

.d2box,
.d2sec {
	justify-content: space-between
}

.d2sec {
	height: 640px
}

.d2sec,
.d2secbox {
	display: flex;
	width: 370px;
	flex-direction: column;
	  

}
.grdbutton{
	background-image: linear-gradient(to right,#1f6bb6 , #2c90de);
	display:block;
	height:50px;
	width:160px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	color:#feffff;
	text-shadow:none;
	font-weight:normal;
	border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px;
	margin:100px auto 20px auto;
}
.grdbutton:hover{color:#feffff;background:#1f6bb6;background:-webkit-linear-gradient(47deg,#1f6bb6,#2c90de);background:-o-linear-gradient(47deg,#1f6bb6,#2c90de);background:-moz-linear-gradient(47deg,#1f6bb6,#2c90de); background:linear-gradient(47deg,#1f6bb6,#2c90de);}
.grdbutton.grdbutton-org{background:#ff9c00;background:-webkit-linear-gradient(47deg,#ff9c00,#ffc000);background:-o-linear-gradient(47deg,#ff9c00,#ffc000);background:-moz-linear-gradient(47deg,#ff9c00,#ffc000); background:linear-gradient(47deg,#ff9c00,#ffc000);}
.grdbutton.grdbutton-org:hover{background:#ffc000;background:-webkit-linear-gradient(47deg,#ffc000,#ff9c00);background:-o-linear-gradient(47deg,#ffc000,#ff9c00);background:-moz-linear-gradient(47deg,#ffc000,#ff9c00); background:linear-gradient(47deg,#ffc000,#ff9c00);}
.grdbutton.grdbutton-light{background:#3473f2;background:-webkit-linear-gradient(47deg,#3473f2,#569bff);background:-o-linear-gradient(47deg,#3473f2,#569bff);background:-moz-linear-gradient(47deg,#3473f2,#569bff); background:linear-gradient(47deg,#3473f2,#569bff);}
.grdbutton.grdbutton-light:hover{background:#569bff;background:-webkit-linear-gradient(47deg,#569bff,#3473f2);background:-o-linear-gradient(47deg,#569bff,#3473f2);background:-moz-linear-gradient(47deg,#569bff,#3473f2); background:linear-gradient(47deg,#569bff,#3473f2);}

.tbannerpic1{ margin:15px auto 0px 110}
#grd2button{
	background-image: linear-gradient(to right,#ff9c00 , #ffc000);
	height:50px;
	width:160px;
	font-size:24px;
	font-weight: bold;
	line-height:50px;
	letter-spacing: 5px;
	text-shadow:none;
	border-radius:30px;
	display:flex;
	justify-content:center;
	margin-top:-52px;
	margin-left:563px;
}
#grd2button>a{
	text-decoration: none;
	color: white;
	font-size: 16px;
}
.d2secbox {
	height: 300px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(70, 163, 193, .5);
	display:flex; 
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(#fff, #dcdcdc);
}
.d2secbox:hover {
	background-image: linear-gradient(#5fb0f3, #337be7);
	
}
.d2secbox:hover img {
	display:none;
}
.d2secbox:hover .d2txt  {
	display:none;
	
}
.d2secbox:hover .d2content  {
	display:block;transition: all 1s;
}
.d2content{
	line-height:1.8em;
	color:#fff;
	font-size:20px;
	font-weight:lighter;
	text-align:center;
	display:none;
	
}
.d2txt {
	margin-top: 36px;
	color: #007cc3;
	text-align: center;
	font-weight: 700;
	font-size: 24px
}

.sectiond3 {
	background-image: url(../images/024wzhks/bgg.png) ;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 1200px;
}

.d3box {
	display: flex;
	margin: 0 auto;
	width: 1200px;
	height: 300px;
	flex-direction: row
}

.d3box1,
.d3box2 {
	display: flex;
	width: 50%;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.d3box2 {
	color: #7a7a7a;
	font-size: 18px;
	line-height: 35px
}

.d3txt>p {
	color: #007cc3;
	font-weight: 700;
	font-size: 22px
}

.sectiond4 {
	width: 100%;
	height: 560px;
	background: url('../images/024wzhks/banner%20(3)_compressed.jpg') center top no-repeat;
	background-repeat: no-repeat;
	background-size: 100% 567px;
}

.d4box {
	display: flex;
	margin: 0 auto;
	width: 800px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 560px;
}

.d4left {

	height: 280px;
	margin-right: 100px;
	font-size: 26px;
	color: white;
}

.d4right {
	line-height: 35px;
	font-size: 18px;
	color: white;
}

/* ----------------HZP End 024wzhks 2021.3.22 ----------------- */

/* ----------------HZP start 025ykspt 2021.3.23 ----------------- */
.sectione0 {
}
.e0box {
	height:auto;
	width:1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top:0px;
	position:relative;
	z-index:999;
	padding-bottom:135px
}
.e0img img{margin-top:15px}
.e0txt{
	color:#606060;
	font-size:20px;
	line-height:1.9em; 
	margin-left:96px;
}
.e0txt b{color:#1f6bb6; display:block; padding-top:25px}
.e0txt b.e0txt-org{color:#ff9c00; font-size:32px; font-weight:lighter; line-height:2em; margin-top:-1em}
.sectione1 {
    background: url('../images/025ykspt/p2.jpg') center top no-repeat;
	background-size: 100% 542px;
	height:542px;
}
.sectione1.sectionh1{background:#f1f1f1;height:562px;}
.sectione6{
	background: url('../images/025ykspt/p3.jpg') center top repeat-y;
	background-size: 100% 542px;
	height:542px;
}
.sectione6 .w1200centerv2{justify-content:center;align-items: flex-end;display: flex;flex-direction:column;}	
.sectione6 .w1200centerv2 .e1txt{line-height:1.727em;}
.bule2txtbar.w960centerv2{ width:960px}
.e1box {
	height:auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top:-80px
}

.e1txt {
	letter-spacing: 1px;
	font-size: 22px;
	font-weight:lighter;
	color: #fff;
	width: 530px;
	line-height: 1.955em;
}
.sectione1.sectionh1 .e1txt{ color:#282828;}

.sectione6 .w1200centerv2 .e1box{margin:0px;}

.bule2txtbar {
    margin: 0 auto;
    width: 1200;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;

    }

.bule2txt {
    color: #007cc3;
    font-size: 33px;
	font-weight:normal;
    }
    
.bule2line {
    margin-left: 30px;
    height: 1px;
    width: 125px;
    background-color: #007cc3;
    }
.bule2txtbar-org .bule2txt{ color:#4385f8;}  
.bule2txtbar-org .bule2line{ background-color:#4385f8;}
.withe2txtbar {
    display: flex;
    flex-direction: row;
    align-items: center;

    }

.withe2txt {
    color: #fff;
    font-size: 33px;
	font-weight:normal;
    }
    
.withe2line {
    margin-left: 30px;
    height: 1px;
    width: 125px;
    background-color: #fff;
    }
    
.e2box2 {
	background: url('../images/025ykspt/1.png') #162248 center center no-repeat;
	height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;

}

.e2box3 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -688px;
	margin: 0 auto;
	height: 300px;
	width: 1200px;
	box-shadow: 0px 0px 10px rgba(70, 163, 193, 0.5);
	border-radius: 24px;
	background-color: white;
}

.withetxtp {
	margin-top: 30px;
	color: white;
	font-size: 18px;

}
.e2b2{
	font-size: 18px;
	color: #7a7a7a;
	line-height: 38px;
}
.e2b5{
	font-size: 18px;
	color: #7a7a7a;
	line-height: 38px;
	
}
.e2b1,
.e2b4 {
	width: 200px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.e2b3 {
	width: 10%;
}

.sectione3 {
	background: #e8e8e8;
}

.e3box {
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.e3box > div {
	height: 244px;
	width: 206px; position:relative	
}
.e3box > div p{
	display:none;
	font-weight: bold;
	font-size:22px;
	padding:0px; margin:0px;
	text-align:left;
	line-height: 1.78em;
	position:absolute;
	top:275px; left:0px; width:calc(100% + 200px);
	}
.e3box > div span{ display:block;font-size:23px; font-weight:bold; line-height:1em; width:100%; text-align:center; position:relative; margin-top:169px;}
.e3box > div:hover{ cursor:pointer}
.e3box > div:hover p{ display:block}
.e3box1 span{
	color: #f76055;
}

.e3box2 span{
	color: #22883a;
}

.e3box3 span{
	color: #dba000;
}

.e3box4 span{
	color: #20a5b8;
}
.e3box5 span{
	color: #b734ae;
}
.e3box1:hover span,.e3box2:hover span,.e3box3:hover span,.e3box4:hover span,.e3box5:hover span{color:#fff}
.e3box p{
	color: #1f6bb6;
}
.e3box1{background:url(../images/025ykspt/11h0.png) center no-repeat;}
.e3box2{background:url(../images/025ykspt/22h0.png) center no-repeat;}
.e3box3{background:url(../images/025ykspt/33h0.png) center no-repeat;}
.e3box4{background:url(../images/025ykspt/44h0.png) center no-repeat;}
.e3box5{background:url(../images/025ykspt/55h0.png) center no-repeat;}
.e3box1:hover{
	background:url(../images/025ykspt/110.png) center no-repeat;

}

.e3box2:hover{
	background: url(../images/025ykspt/220.png) center no-repeat;

}

.e3box3:hover{
	background: url(../images/025ykspt/330.png) center no-repeat;

}

.e3box4:hover{
	background:url(../images/025ykspt/440.png) center no-repeat;

}
.e3box5:hover{
	background: url(../images/025ykspt/550.png) center no-repeat;

}
.sectione4 {
	height: 514px;
	background: #007cc3;
	width: 100%;
}

.e4box {
	display: flex;
	flex-direction: row;
	width: 1200px;
	margin: 0 auto;
}

.e4left {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 20px;
	line-height: 40px;
	width: 600px;
	height: 514px;
	background: url(../images/025ykspt/left.jpg) center center no-repeat;

}

.e4right {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 20px;
	line-height: 40px;
	width: 600px;
	height: 514px;
	background: url(../images/025ykspt/right.jpg) center center no-repeat;
}

.e4left:hover {
	background: #FFFFFF;
}

.e4left:hover .e4txt {
	display: none;
}

.e4left:hover .e4title {
	display: block;
}

.e4title {
	color: #3d9bd0;
	display: none;
}

.e4right:hover {
	background: #FFFFFF;
}

.e4right:hover .e4txt {
	display: none;
}

.e4right:hover .e4title {
	display: block;
}

.sectione5 {
	display: flex;
	flex-direction: row;
	align-items: center;
	background: url(../images/025ykspt/3.jpg) center top no-repeat;
	height: 535px;
}
.sectione5-lay{background: url(../images/025ykspt/33.jpg) center top no-repeat;background-size: 100% 535px;}
.sectione5.sectiong8{background: url(../images/027ysks/bg2.jpg) center top no-repeat;height: 564px;}
.sectiong8-lay{background: url(../images/027ysks/bg22.jpg) center top no-repeat;background-size: 100% 564px;}
.sectione5.sectionh8{background: url(../images/028xuejc/b2.jpg) center top no-repeat;height: 568px;}
.sectionh8-lay{background: url(../images/028xuejc/b22.jpg) center top no-repeat; background-size: 100% 568px;}
.e5left {
	color: white;
	font-size: 36px;
	font-weight:lighter;
	line-height:1em;
	padding-bottom:2.5em;
	margin-top:-100px;
}

.e5right {
	line-height:1em;
	color: white;
	font-size: 22px;
	font-weight:lighter;
}
.sectione5.sectiong8 .e5left{ padding-bottom:1em}
.sectione5.sectiong8 .e5right{ line-height:2.3em; padding-left:5em; font-weight:lighter}
/* ----------------HZP End 025ykspt 2021.3.23 ----------------- */

/* ----------------HZP start 026zbksxt 2021.3.23 ----------------- */
.sectionf1 {
	width: 100%;
	height: 430px;
	background: url('../images/026zbksxt/bg.jpg') center center no-repeat;
	background-size: cover;
}

.f1jian {
	width: 78px;
	margin: 0 auto;
}

.f1img {
	height: 430px;
	background: url('../images/026zbksxt/banner (2)_compressed.png') center center no-repeat;
}

.f1box {
	display: flex;
	flex-direction: row;
	width: 1200px;
	margin: 0 auto;
	height: 400px;
}

.f1left {
	width: 600px;
}

.f1right {
	display: table;
	width: 600px;
	color: #007cc3;
	font-size: 22px;
}

.f1right>span {
	line-height: 70px;
	height: 400px;
	display: table-cell;
	vertical-align: middle;
}

.sectionf2 {
	height: 660px; background:#f7f7f7;
}

.f2box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
	width: 1160px;

}
.sectiong3 .f2box{width: 1004px; padding-top:22px}

.f2box1 {
	border-radius: 5px;
	border: #e9ebef 2px solid;
	width: 320px;
	height: 355px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background:#fff;
}

.f2img {display: flex; display: -webkit-flex; align-items: center;  justify-content: center; height:147px}

.f2line {
	margin: 10px;
	height: 2px;
	width: 250px;
	background-color: #f5f7fa;
}

.f2txt {
	line-height: 1.885em;
	text-align: center;
	color: #7a7a7a;
	font-size: 20px;
}

.sectionf3 {
	height: 640px;
	background: url('../images/026zbksxt/p2.jpg') #071853 center top no-repeat; background-size:100% 640px;
}

.f3box {
	display: flex;
	flex-direction: row;
	width: 1200px;
	margin: 0 auto;
	height: 600px;
}

.f3left {
	width: 800px;
}

.f3right {
	color: white;
	line-height: 48px;
	font-size: 22px;
	width: 400px;
	font-weight:lighter;
}

.sectionf4 {
	
background: url(../images/026zbksxt/bggg.png) no-repeat center center;
	background-image: 
}

.f4box1 {

	width: 320px;
	height: 355px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.f4txt {
	display: table;
	vertical-align: middle;
	line-height: 30px;
	height: 150px;
	text-align: center;
	color: #7a7a7a;
	font-size: 18px;
}

.f4txt>span {
	display: table-cell;
	vertical-align: middle;

}
.f4txt.ksfwt2>span{ font-size:22px; line-height:1.8em; color:#007cc3; font-weight:lighter; padding-top:40px}

.sectionf5 {
	background-color: #e9ebef;
}

.f5img {
	height: 677px;
	width: 1858px;
	margin: 0 auto;
	background: url('../images/026zbksxt/banner%20(1)_compressed.jpg') center center no-repeat;
	background-size: 100% 100%;
}

.f5txt {
	display: flex;
	flex-direction: row;

	width: 900px;
	margin: 0 auto;
}

.f5left {
	line-height: 2.227em;
	font-size: 22px;
	color: #7a7a7a;
	height: 330px;
	width: 450px;
	font-weight:lighter;
}

.f5left>span {

	color: #007cc3;
	font-weight: bold;
}

.f5right {
	height: 330px;
	width: 450px;
}

.sectionf6 {
	background:#007cc3;
	position: relative;

}

.f6box {
	display: flex;
	flex-direction: row;
	justify-content: center;


}

.f6left {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 50%;
	height: 637px;
	background: url(../images/026zbksxt/lefwt.jpg) center center no-repeat; background-size:100% 637px;
	background-size: 100% 100%;
}
.f6left:hover .f6txt1 {
	color: white;
}

.f6left:hover {
	background: url(../images/026zbksxt/left.jpg) center center no-repeat; background-size:100% 637px;
	background-size: 100% 100%;
	transition: all 0.5s;
}
.f6right:hover {
	background: url(../images/026zbksxt/rig2ht.jpg) center center no-repeat; background-size:100% 637px;
	background-size: 100% 100%;
	transition: all 0.5s;
}
.f6right:hover .f6txt2 {
	color: #007CC3;
}

.f6right {
	width: 50%;
	height: 637px;
	background: url(../images/026zbksxt/right.jpg) top center no-repeat; background-size:100% 637px;
	background-size: 100% 100%;
}
.f6txt1 {
		
width:600px;
	display: table;
	color: #007CC3;
	font-size: 20px;
	line-height: 35px;
}

.f6txt1>span {

	text-align: center;
	height: 600px;
	display: table-cell;
	vertical-align: middle;
	font-size:22px;
	line-height:2.137em;
	font-weight:lighter;
}
.f6txt2 {
	width:600px;
	
	display: table;
	color: white;
	font-size: 20px;
	line-height: 35px;
}

.f6txt2>span {
	text-align: center;
	height: 600px;
	display: table-cell;
	vertical-align: middle;
	font-size:22px;
	line-height:2.137em;
	font-weight:lighter;
}

.sectionf7 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: url(../images/026zbksxt/banner0.jpg) center center no-repeat;
	background-size: 100% 535px;
	height: 535px;
}

.f7box {width: 850px;padding-bottom:30px}

.f7tittle {
	height: 100px;
	font-size: 36px;
	color: white;
	font-weight:lighter;
}

.f7txt {
	line-height: 1.9em;
	font-size: 22px;
	color: white;
	font-weight:lighter;
}
/* ----------------HZP END 026zbksxt 2021.3.23 ----------------- */

/* ----------------HZP start 027ysks 2021.3.23 ----------------- */

.sectiong1{
	height: auto;
	background:url(../images/027ysks/p6.jpg) center top no-repeat #d8dbe4;	
}
.g1img{
	height: 320px;
	width: 316px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
	padding-top:3.5em;
	font-weight:normal;
	background:#4384f8;
	background:-webkit-linear-gradient(47deg,#3473f2,#569bff);
    background:-o-linear-gradient(47deg,#3473f2,#569bff);
    background:-moz-linear-gradient(47deg,#3473f2,#569bff);
    background:linear-gradient(47deg,#3473f2,#569bff);
}

.g1content{
	margin-top: 20px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 1.4264em;
	font-weight:lighter;
	padding-top:1.5em;
	padding-left:0.5em
}
.g1img:hover{ background:#fff; cursor:pointer;box-shadow: 1px 0 13px rgba(170,204,255,1);}
.g1img:hover .g1content{ color:#4182f7; font-weight:bolder;}
.g1img:nth-child(1):hover img{content:url(../images/027ysks/i1.png);}
.g1img:nth-child(2):hover img{content:url(../images/027ysks/i2.png);}
.g1img:nth-child(3):hover img{content:url(../images/027ysks/i3.png);}
.g1box{
	margin: 0 auto;
	padding-top:30px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;

}
.sectiong2{
background:#4385f8;
background-image: linear-gradient(to right,#3473f2,#569bff);
background:-webkit-linear-gradient (47deg,#3473f2,#569bff);
background:-o-linear-gradient (47deg,#3473f2,#569bff);
background:-moz-linear-gradient (47deg,#3473f2,#569bff);
background:linear-gradient (47deg,#3473f2,#569bff);
}
.boxg2{display: flex;justify-content:space-around; align-items: center; }
.boxg2 span,.boxg2 p{ width:50%}
.boxg2 span{ text-align:center}
.boxg2 p{ text-align:left; line-height:2.5em; font-size:22px; color:#fff; font-weight:lighter}

.sectiong3{
	background: #fff;
}
.sectiong3 p.w1200centerv2{ color:#7a7a7a; font-size:22px; padding-bottom:4em; font-weight:lighter; text-align:center; margin-top:-0.5em; margin-bottom:0px}
.sectiong4{
	height: auto;
	background:#fff;	
}
.g4box{
	height:auto;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	width: 960px;
	align-items:center;
}
.g4txt{
	color: #7a7a7a;
	font-size: 22px;
	line-height: 1.9em;
	width: auto;
	font-weight:lighter;
}
.g4img{
	width: 547px;
	height: 299px;
	background: url(../images/027ysks/b2.gif) 80px 0px no-repeat;
}
.g2txt>span{
	
	display: table-cell;
	vertical-align: middle;
}
.sectiong5{
background: url('../images/027ysks/bg1.jpg') center top repeat-y;background-size:100% 569px;min-height:569px; text-align:center;
}
.g5txt{ display:flex; align-items: center; justify-content: center;}
.g5txt p{margin:0px; width:50%; line-height:1.91em; font-size:22px; color:#fff;}
.sectiong6{
width: 100%;
background:#f2f2f2;
}
.sectiong6 > div{height: 644px;background: url('../images/027ysks/p1.jpg') left top no-repeat;}
.sectiong6 > div p{color:#3a7af4; font-size:22px; line-height:1.783em; float:right; font-weight:normal}
.sectiong7{background: url('../images/027ysks/p5.jpg') center top repeat-y; background-size:100% 530px;min-height:530px; text-align:center;	}
.sectiong7 .e1box{justify-content:flex-start;align-items:flex-start;}
.sectiong7 .e1box .e1txt{font-size:22px; color:#7c7c7c; line-height:2.2727em; text-align:left; width:auto; padding-left:2.2em; margin-top:3.2em}
.sectiong7 .e1box .e1img{ padding-top:3.2em; padding-left:6em}
.sectionh2{height:376px}
.sectionh2,.sectionh2 .bule2txtbar{ position:relative;} 
.h2box{ height:300px; width:1200px; position:absolute; top:216px; display:flex; align-items: center; padding-left:16em;  justify-content: center; color:#2c90de; font-size:26px; z-index:999; margin:0px auto;background: url('../images/028xuejc/p3.jpg') left top no-repeat #fff;border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px;box-shadow:0px 0px 10px rgba(70,163,193,0.5)}
.sectionh3{background: url('../images/028xuejc/b1.jpg') center top no-repeat #005cb1; background-size:100% 544px; height:544px;}
.sectionh3 p{ color:#fff; font-size:22px; font-weight:lighter; line-height:2.1364em;}
.sectionh4{background:#bbbbbb; position:relative}
.sectionh4 .h4left{background:#f7f7f7; width:50%; height:530px; float:left;display: flex; display: -webkit-flex; align-items: center;  justify-content: center; flex-direction: column}
.sectionh4 .h4left h1{ color:#2c90de; margin-left:-1.5em}
.sectionh4 .h4left span{ font-size:22px; color:#2c90de; font-weight:lighter; line-height:2.0455em; width:auto}
.sectionh4 .h4right{background:#eeedf2; width:50%; float:left}

/* ----------------HZP END 027ysks 2021.3.23 ----------------- */
/* ----------------HZP End 027ysks 2021.3.18 ----------------- */

.Tx3 {
	font-size: 52px;
}
/* ----------------HZP end------------------------ */
/* ----------------begin HZP ZXF------------------------ */
.bannertextboxcontent p{color:#7a7a7a; line-height:2em; font-size:22px; font-weight:lighter;}
.textboxxx .imgbox{ padding-top:30px}
.textbox{ width:auto}
.textbox p{padding:0px; margin:0px; font-size:22px; color:#666; line-height:2.1em}
.section4ss{ position:relative; width:100%}
.section4ss video{position:relative; width:100%; height:auto}
.section4ss .w1200centerv2{position:relative;}
.section4ss .section4sbox{ position:absolute; z-index:999; top:80px; width:100%}
.rightlist1{margin-bottom:1.5em}
.rightlist1 .rightlisttxt p{margin-bottom:6px}
.s7imgbox{background:url(../images/015zhywgl/img.png) right center no-repeat #070b3b}
.section4sboxleft{padding-top:80px}
.zhywglsection4ss .section4sboxleft{padding-top:0px}
.ksqlptsection2 .bannercontent{width:600px}
.ksfw-dxal1{display: -webkit-flex; display: flex;justify-content:center; padding-top:140px;}
.ksfw-dxal1 span,.ksfw-dxal1 p{color:#fff; font-weight:lighter; display:block; width:50%; box-sizing:border-box}
.ksfw-dxal1 span{font-size:36px; line-height:1em; padding-right:40px; padding-top:5px; text-align:right}
.ksfw-dxal1 p{font-size:22px;line-height:1.9em; padding:0px; margin:0px; text-align:left;}
.ksfw-tbannerpic1{left:0px!important; margin-top: -140px;}
.ksfw-tbannerpic1-1{ margin-top: -200px;}
.greytext{color:#7a7a7a}
.mdtext{font-size:22px;}
.lighttext{font-weight:lighter;}
.buletxtbar>p.greytext{color:#7a7a7a}
.buletxtbar>p.mdtext,.c5bg>p.mdtext{font-size:22px;}
.buletxtbar>p.lighttext,.mdtext.lighttext{font-weight:lighter;}
.buletxtbar>p.mt-1d8em{margin-top:1.8em}
.buletxtbar>p.lh2em{line-height:2em}
.c2box.mt-2em{margin-top:2em}
.c2box.mb-2d5em{margin-bottom:2.5em}
/* ----------------HZP ZXF end------------------------ */

/* ----------------ZXF begin 027znpc 07znaj 2023.05.08----------------- */
.znpcmk1{position: relative; background:url(../images/027znpc/p2.jpg) center bottom no-repeat; background-size:100% auto;}
.znpcmk1m{display: flex; display: -webkit-flex; align-items: center;  justify-content: center; }
.znpcmk1m div{display: flex; display: -webkit-flex; align-items: center;  justify-content: center; padding-top:70px; font-size:20px; line-height:1.56em; color: #fff; font-weight: normal; width: 33.3333333%; height: 300px; box-sizing: border-box; text-align: center}
.znpcmk1m div.znpcmk1menu1{background:url(../images/027znpc/i1.jpg) center top no-repeat #e89448;background-size:100% auto;}
.znpcmk1m div.znpcmk1menu2{background:url(../images/027znpc/i2.jpg) center top no-repeat #568be5;background-size:100% auto;}
.znpcmk1m div.znpcmk1menu3{background:url(../images/027znpc/i3.jpg) center top no-repeat #89c997;background-size:100% auto; padding-top:50px}
.znpcmk2{position: relative}
.znpcmk2 .withetxtbar{ position:absolute; top:0px; left:calc(50% - 300px); z-index: 9999}
.znpcmk2-xl{position: relative; background:url(../images/027znpc/p03.jpg) center bottom no-repeat; padding-top:248px; background-size:100% 1054px; text-align: center; height: 1054px}
.znpcmk2m-xl{ position: relative; width: 1200px; margin:0px auto;}
.znpcmk2m-xl.znpctabs ul{ position: relative;width:100%; display: block}
.znpcmk2m-xl li,.znpcmk2m-xl i{ display: block; position:absolute; z-index: 999}
.znpcmk2m-xl li{ cursor: pointer; -webkit-transition: 0.5s ease; transition: 0.5s ease;}
.znpcmk2m-xl li.znpcmk2ma9,.znpcmk2m-xl li.znpcmk2ma10{cursor:default}
.znpcmk2m-xl i{ font-style: normal;font-family:"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53"; color: #094383; font-size:31px; font-weight:bolder; line-height: 44px; width:510px; height: 96px; align-items: center;  justify-content: center; left:384px; top:359px; display: none; text-align: center; -webkit-transition: 0.5s ease; transition: 0.5s ease;}

.znpcmk2ma1{background:url(../images/027znpc/r001.png) left top no-repeat; width:228px; height:330px; top:0px; left:328px;}
.znpcmk2ma2{background:url(../images/027znpc/r002.png) left top no-repeat; width:155px; height:330px; top:0px; left:560px;}
.znpcmk2ma3{background:url(../images/027znpc/r003.png) left top no-repeat; width:372px; height:352px; top:7px; left:783px;}
.znpcmk2ma4{background:url(../images/027znpc/r004.png) left top no-repeat; width:344px; height:160px; top:389px; left:870px;}
.znpcmk2ma5{background:url(../images/027znpc/r005.png) left top no-repeat; width:338px; height:240px; top:507px; left:753px;}
.znpcmk2ma6{background:url(../images/027znpc/r006.png) left top no-repeat; width:458px; height:242px; top:505px; left:260px;}
.znpcmk2ma7{background:url(../images/027znpc/r007.png) left top no-repeat; width:371px; height:255px; top:385px; left:-9px;}
.znpcmk2ma8{background:url(../images/027znpc/r008.png) left top no-repeat; width:294px; height:289px; top:89px; left:69px;}

.znpctabs .active.znpcmk2ma1{background:url(../images/027znpc/r01.png) left top no-repeat;}
.znpctabs .active.znpcmk2ma2{background:url(../images/027znpc/r02.png) left top no-repeat;}
.znpctabs .active.znpcmk2ma3{background:url(../images/027znpc/r03.png) left top no-repeat;}
.znpctabs .active.znpcmk2ma4{background:url(../images/027znpc/r04.png) left top no-repeat;}
.znpctabs .active.znpcmk2ma5{background:url(../images/027znpc/r05.png) left top no-repeat;}
.znpctabs .active.znpcmk2ma6{background:url(../images/027znpc/r06.png) left top no-repeat;}
.znpctabs .active.znpcmk2ma7{background:url(../images/027znpc/r07.png) left top no-repeat;}
.znpctabs .active.znpcmk2ma8{background:url(../images/027znpc/r08.png) left top no-repeat;}

.znpctabs .active + i{display:block;}

.znpctabs .active + i{display: flex; display: -webkit-flex;}
.znpcmk2ma1 + i,.znpcmk2ma2 + i{text-align: left}

.znpcmk2m{position: relative; z-index: 0}
.znpcmk3 p{ color: #fff; font-size:20px; line-height: 2em; color: #fff; font-weight: normal; width:100%; text-align: center; padding: 0px;position:absolute; top:240px; z-index: 999}
.znpcmk3{background:url(../images/027znpc/p04.jpg) center top no-repeat; height:1136px; padding-bottom:100px;}
.znpcmk3m{position: absolute; width: 1200px;left:calc(50% - 600px); bottom:100px;}
.znpcmk3m a{ position: relative;display: block; width: 48.3333%; height:268px; cursor: pointer;font-weight: bold; box-sizing: border-box; text-align: center;border-radius:28px; -webkit-border-radius:28px; -moz-border-radius:28px; margin-bottom: 33px; float: left;  -webkit-transition: none; transition:none;}
.znpcmk3m a:nth-of-type(even){margin-left:40px}
.znpcmk3m a b{ display:inline-block;font-size:28px;padding-top:193px; color: #fff;}
.znpcmk3m a i{display: none; color: #1758a9; font-weight: bold; font-size:22px; line-height: 2.5em; text-align: center; text-align: left; font-style: normal}
.znpcmk3m a:nth-of-type(1){background:url(../images/027znpc/b1.png) center 43px no-repeat rgba(255,255,255,0.22); }
.znpcmk3m a:nth-of-type(2){background:url(../images/027znpc/b2.png) center 43px no-repeat rgba(255,255,255,0.22); }
.znpcmk3m a:nth-of-type(3){background:url(../images/027znpc/b3.png) center 43px no-repeat rgba(255,255,255,0.22); }
.znpcmk3m a:nth-of-type(4){background:url(../images/027znpc/b4.png) center 43px no-repeat rgba(255,255,255,0.22); }

.znpcmk3m a:hover b{display:none}
.znpcmk3m a:hover i{display:inline-block}

/**qudiaofankaixiaoguo 20230524**/
.znpcmk3m a{cursor:default}
.znpcmk3m a:hover b{display:inline-block;}
.znpcmk3m a:hover i{display:none;}
/**.znpcmk3m a:hover{display: flex; display: -webkit-flex; align-items: center;  justify-content: center; background:rgba(255,255,255,0.6)}	**/
/**qudiaofankaixiaoguo 20230524**/ 
.znajmk1m{display: block;margin:0 auto;height: 1000px;width: 1000px;position: relative;margin: 0px auto;}
.znajpath1 {animation:rotateznaj linear 20s infinite;border: 7px dotted #e3e3e3;border-radius: 630px;height: 630px;width: 630px;position: absolute;left:185px;top:185px;}
.znajpath2 {animation:rotateznajf linear 30s infinite;border: 10px dotted #e3e3e3;border-radius: 1000px;height: 1000px;width: 1000px;position: absolute;left:0px;top:0px;}
.znajpath3,.znajpath4,.znajpath5{border: 1px solid #e3e3e3;position: absolute;}
.znajpath3{width:858px; height: 858px; border-radius:858px; left:71px; top: 71px;}
.znajpath4{width:520px; height: 520px; border-radius:520px; left:240px; top: 240px;}
.znajpath5{width:360px; height: 360px; border-radius:360px; left:320px; top: 320px;border: 3px dotted #e3e3e3;}
p.mmore{ display:block; font-size:1.2rem!important; width:8rem!important; height:2.1em!important; line-height:2em!important; text-align:center; border:1px solid #fff; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; padding:0px!important; margin-right:0.7em; margin-top:1.5em!important;text-shadow:none!important; }
.hh1zntk{background-image:-webkit-linear-gradient(bottom,#9ea3fb,#fff);}
.hh1wzhks{background-image:-webkit-linear-gradient(bottom,#5ee8fa,#fff);}
.hh1yszp{background-image:-webkit-linear-gradient(bottom,#00e7f9,#fff);}
.hh1yssp{background-image:-webkit-linear-gradient(bottom,#a5c5ff,#fff);}
.hh1zntk,.hh1wzhks,.hh1yszp,.hh1yssp{ -webkit-background-clip:text; -webkit-text-fill-color:transparent;text-shadow:none!important; text-align:right;}

@keyframes rotateznaj {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotateznajf {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
} 
.znajmk1t{display: block; z-index: 999; position: absolute;}
.znajmk1t *{box-sizing: border-box; -webkit-animation:fadeIn 1s ease both;animation:fadeIn 1s ease both;animation-delay: 0s; display: inline-block}
.znajmk1t a{display: block; font-size:32px; font-weight: normal; color:#007cc3!important; line-height: 1em; cursor:pointer}
.znajmk1t i{ display: none; font-size:22px; font-weight: normal; color: #929292; line-height: 1.45em; text-align: left; font-style: normal}
.znajmk1t a:hover{ font-weight: bolder}
.znajmk1t a:hover + i{display: block;}

.znajd1{left:610px; top:-30px;}
.znajd1 a{background:url(../images/07znaj/d/1.png) left top no-repeat; text-decoration: none; padding:85px 0px 0px 68px}
.znajd1 a:hover{background:url(../images/07znaj/d/h1.png) left top no-repeat;}
.znajd1 i{padding-left:68px; margin-top:10px; min-width: 420px}
.znajd2{left:22px; top:97px;}
.znajd2 a{background:url(../images/07znaj/d/2.png) left top no-repeat; min-width: 137px; text-decoration: none; padding-top:93px}
.znajd2 a:hover{background:url(../images/07znaj/d/h2.png) left top no-repeat;}
.znajd2 i{margin-top:10px; min-width: 282px;}
.znajd3{left:350px; top:165px;}
.znajd3 a{background:url(../images/07znaj/d/3.png) left top no-repeat; min-width: 137px; text-decoration: none; padding-top:78px; padding-left: 48px}
.znajd3 a:hover{background:url(../images/07znaj/d/h3.png) left top no-repeat;}
.znajd3 i{margin-top:10px; min-width: 282px; padding-left: 48px}
.znajd4{left:733px; top:258px;}
.znajd4 a{background:url(../images/07znaj/d/4.png) left top no-repeat; min-width: 137px; text-decoration: none; padding-top:80px; padding-left: 46px}
.znajd4 a:hover{background:url(../images/07znaj/d/h4.png) left top no-repeat;}
.znajd4 i{margin-top:10px; min-width: 360px; padding-left: 46px}
.znajd5{left:172px; top:452px;}
.znajd5 a{background:url(../images/07znaj/d/5.png) left top no-repeat; min-width: 137px; text-decoration: none; padding-top:78px; padding-left: 48px}
.znajd5 a:hover{background:url(../images/07znaj/d/h5.png) left top no-repeat;}
.znajd5 i{margin-top:10px; min-width: 282px; padding-left: 48px}
.znajd6{left:785px; top:562px;}
.znajd6 a{background:url(../images/07znaj/d/6.png) 178px top no-repeat; min-width: 366px; text-decoration: none; padding-top:85px; text-align: right;}
.znajd6 a:hover{background:url(../images/07znaj/d/h6.png) 178px top no-repeat;}
.znajd6 i{margin-top:10px; text-align: right}
.znajd7{left:590px; top:595px;}
.znajd7 a{background:url(../images/07znaj/d/7.png) 93px top no-repeat; min-width: 270px; text-decoration: none; padding-top:86px;text-align:left; }
.znajd7 a:hover{background:url(../images/07znaj/d/h7.png) 93px top no-repeat;}
.znajd7 i{margin-top:10px; text-align:left;}
.znajd8{left:-104px; top:677px;}
.znajd8 a{background:url(../images/07znaj/d/8.png) 60px top no-repeat; min-width: 380px; text-decoration: none; padding-top:90px;}
.znajd8 a:hover{background:url(../images/07znaj/d/h8.png) 60px top no-repeat;}
.znajd8 i{margin-top:10px;}
.znajd9{left:295px; top:759px;}
.znajd9 a{background:url(../images/07znaj/d/9.png) 90px top no-repeat; min-width: 360px; text-decoration: none; padding-top:87px;}
.znajd9 a:hover{background:url(../images/07znaj/d/h9.png) 90px top no-repeat;}
.znajd9 i{margin-top:10px;}

.znajmk1m-min{display: none}
.znajmk2,.znajmk2m div{ position: relative;}
.znajmk2m{ position: absolute; top:0px; left:0px; width: 100%}
.znajmk2m .omv2h3{ width: 1200px}
.znajmk2mimg{ width: 100%; text-align: center}
.znajmk2c{ width:1200px; margin:0px auto; height: 352px; position: relative; margin-top:150px}
.znajmk2c-min{ display: none}
.znajmk2c *{ display: block;}
.znajmk2c a{cursor: pointer}
.znajmk2c a.znajmk2c-a0,.znajmk2c i{ display:inline-block;float: left}
.znajmk2c i{ width: 696px; height: 352px;position: relative;}
.znajmk2c i a.znajmk2c-a1,.znajmk2c i a.znajmk2c-a2{ width: 100%; height: 50%;position: relative; z-index: 999}
.znajmk2c i img{}
#znajmk2c-img1{position: absolute; top:-42px; left: 0px; visibility: visible;-webkit-animation:znajmk2c-img1flow 2s ease both;animation:znajmk2c-img1flow 2s ease both;animation-delay: 0s;}
#znajmk2c-img2{position: absolute; top:123px; left: 0px; visibility: hidden;-webkit-animation:znajmk2c-img2flow 2s ease both;animation:znajmk2c-img2flow 2s ease both;animation-delay: 0s;}
@keyframes znajmk2c-img1flow {
100% {top:-42px;}
0% {top:0px;}
}
@keyframes znajmk2c-img2flow {
100% {top:123px;}
0% {top:0px;}
} 
    
/* ----------------ZXF END 027znpc 07znaj 2023.05.08----------------- */

/*ksfw*/
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1{margin-top: -118px!important; font-size: 42px!important; left:calc(50% - 596px)!important}
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1.ksfw-tbannert1-1{margin-top: -102px!important;}
.bannerv2yssp .tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1.ksfw-tbannert1-1 {margin-top: -140px!important;}
.bannerv2bskw .tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1.ksfw-tbannert1-1 {margin-top: -45px!important;}
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1 i.ksfw-tbannerti1{font-size: 20px!important; text-align: left; line-height:33px; display:block; padding-top:15px!important; width:700px!important;}
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1 i.ksfw-tbannerti2{width:720px!important;}
.ksfw-pt{ color:#969696; font-size:22px; line-height:2.2em; width:760px; text-align:left; margin:100px auto 110px auto;}
.ksfw-mk3bg{ background:url(../images/024wzhks/pic2.jpg) center top no-repeat; background-size:100% 1016px;}
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannerpic1r{ right:0px!important; margin-top: -140px; left:auto; width:auto!important}
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1r{left:calc(50% - 120px)!important; margin-top: -70px!important; width:auto}
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1r-1{margin-top: -84px!important;}
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1r-2{margin-top: -68px!important;}
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1r-2 i.ksfw-tbannerti1{text-align: right; float: right; clear: both}

.bannerbgv2.mtf150 img{margin-top:-150px}
.bannerbgv2 img.mtf300{margin-top:-350px}
.bannerbgv2 img.mtf344{margin-top:-344px}

/*xuekaoxuan*/
.e2boxm1{ display:flex;align-items: center; justify-content:space-around; }
.e2boxm1 div{ border-right:1px solid #e5e5e5; height:268px; padding-top:142px}
.e2boxm1 div:hover{ cursor:pointer}
.e2boxm1 div:nth-of-type(1){ background:url(../images/025ykspt/i1.gif) center top no-repeat;}
.e2boxm1 div:nth-of-type(2){ background:url(../images/025ykspt/i2.gif) center top no-repeat;}
.e2boxm1 div:nth-of-type(3){ background:url(../images/025ykspt/i3.gif) center top no-repeat;}
.e2boxm1 div:nth-of-type(4){ background:url(../images/025ykspt/i4.gif) center top no-repeat; border-right:none}
.e2boxm1 div:nth-of-type(1):hover{ background:url(../images/025ykspt/i01.gif) center top no-repeat;}
.e2boxm1 div:nth-of-type(2):hover{ background:url(../images/025ykspt/i02.gif) center top no-repeat;}
.e2boxm1 div:nth-of-type(3):hover{ background:url(../images/025ykspt/i03.gif) center top no-repeat;}
.e2boxm1 div:nth-of-type(4):hover{ background:url(../images/025ykspt/i04.gif) center top no-repeat;}
.e2boxm1 div span{ width:25px; display:block; height:6px; background:#7f7f7f; margin:30px auto 40px}
.e2boxm1 div b{ display:block; height:1.337em; display:flex;align-items: center; text-align:center; justify-content:center; color:#7f7f7f; font-weight:lighter; font-size:22px; line-height:1.337em;}
.e2boxm1 div:hover b{ font-weight:bolder; color:#007cc3}
.text-shadow{text-shadow:2px 5px 7px rgba(0,0,0,0.5)}
.text-shadow-small{text-shadow:2px 2px 5px rgba(0,0,0,0.5)}
.xkxbannert{ margin-top:-58px; width:100%; text-align:left; padding-left:80px}
.tbannerTxtv2 .kjcbannert{text-align:center; color:#1f6bb6; text-shadow:none}

/*omy*/
.omybannerbgv2 .tbannerTxtv2.tbannerTxtv2-omy{top:calc(50% - 150px)}
.tbannerTxtv2-omy{ text-shadow:none; width:423px!important; left:calc(50% + 100px)!important;}
.tbannerTxtv2-omy b{ font-weight:lighter; font-size:56px; line-height:1em; display:block; width:100%; text-align:center; padding-bottom:1em;}
.tbannerTxtv2-omy p{ display:block; margin:0px; width:100%; padding:60px 33px; color:#fff; font-size:20px; line-height:2em; color:#fff; text-indent:2em; height:480px;text-align:justify;text-justify:inter-ideograph; background:url(../images/029omy/b4.png) center bottom no-repeat rgba(102,149,252,0.6);border-radius:12px; -webkit-border-radius:12px; -moz-border-radius:12px;}
.omyv2-mk1{background:#e2e2e2; min-height:726px}
.omyv2-mk1-main{ position:absolute; z-index:99; top:calc(50% - 115px); left:calc(50% - 600px); width:1200px;}
.omyv2-mk1 .bannerbgv2 img{margin-top:0px}
h2.omyv2-h2{ font-size:48px; color:#1680e6; line-height:1em; font-weight:normal}
.omyv2-mk1-mm{width:100%;display: flex; display: -webkit-flex; align-items: center;  justify-content: space-around; }
.omyv2-mk1-mm div{ width:265px; height:250px; background:#fff;border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; }
.omyv2-mk1-mm div p{ display:none; height:250px;width:580px;  font-size:20px; line-height:1.7715em; color:#fff; font-weight:lighter; text-align:left; padding:0px; margin:0px;}
.omyv2-mk1-mm div span{ font-size:22px; color:#2e70db; line-height:1em; padding-top:195px; display:block; font-weight:bold; width:100%; text-align:center}
.omyv2-mk1-mm div:nth-of-type(1) p{padding:50px 50px;}
.omyv2-mk1-mm div:nth-of-type(1){background:url(../images/029omy/i01.gif) center 39px #fff no-repeat;}
.omyv2-mk1-mm div:nth-of-type(2){background:url(../images/029omy/i02.gif) center 39px #fff no-repeat; }
.omyv2-mk1-mm div:nth-of-type(3){background:url(../images/029omy/i03.gif) center 39px #fff no-repeat;}
.omyv2-mk1-mm div:hover{ background:#2e70db; width:580px; cursor:pointer;
 transition:width 0.8s;
-moz-transition:width 0.8s; /* Firefox 4 */
-webkit-transition:width 0.8s; /* Safari and Chrome */
-o-transition:width 0.8s; /* Opera */}
.omyv2-mk1-mm div:hover span{ display:none}
.omyv2-mk1-mm div:hover p{display: flex; display: -webkit-flex; align-items: center;  justify-content: center;}
.omyv2-mk2-lay{background:url(../images/029omy/b06.jpg) center center no-repeat; height:646px; background-size:100% 646px;display: flex; display: -webkit-flex; align-items: center;  justify-content: center; }
.omyv2-bg{background:url(../images/029omy/b0.jpg) repeat; text-align:center; width:100%}
.omyv2-mk2{background:url(../images/029omy/b6.png) center bottom repeat-x; height:410px; width:100% }
.omyv2-mk2 .w1200centerv2{background:url(../images/029omy/b5.png) center bottom no-repeat;height:410px;}
.omyv2-mk2 .w1200centerv2 h2{color:#fff;}
.omyv2-mk2 p{color:#fff; font-size:20px; font-weight:normal; display:block; position:relative; width:100%; text-align:left; box-sizing:border-box}
.omyv2-mk2 p:nth-of-type(1){ padding-left:36.5em; padding-top:3em}
.omyv2-mk2 p:nth-of-type(2){ padding-left:9.4em; margin-top:1.35em}
.omyv2-mk2 p:nth-of-type(3){ padding-left:3.55em; margin-top:2.25em}
.omyv2-mk2 p:nth-of-type(4){ padding-left:44.25em; margin-top:-4.76em}
.omyv2-mk3 > div{display: flex; display: -webkit-flex; align-items: center; justify-content: space-around;}
.omyv2-mk3 > div div{ border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; padding-top:305px; text-align:center; width:320px; height:413px}
.omyv2-mk3 > div span{ font-size:20px; line-height:1.6em; font-weight:normal; color:#fff;}
.omyv2-mk3 > div div:nth-child(1){background:url(../images/029omy/i6.gif) center 80px no-repeat #1663cc;}
.omyv2-mk3 > div div:nth-child(2){background:url(../images/029omy/i08.gif) center 80px no-repeat #f68a00;}
.omyv2-mk3 > div div:nth-child(3){background:url(../images/029omy/i07.gif) center 80px no-repeat #9835ab;}
.omyv2-mk4{height:713px; background:url(../images/029omy/b7.jpg) center top repeat; background-zie:100% auto; margin-top:98px}
.omyv2-mk4 > div{height:calc(100%); background:url(../images/029omy/l01.png) center bottom no-repeat;}
.omyv2-mk4 .omyv2-mk4-mr,.omyv2-mk4 .omyv2-mk4-ml{ text-align:left;display: flex; display: -webkit-flex; flex-direction:column;  justify-content: center; }
.omyv2-mk4 .omyv2-mk4-mr h2{ padding-bottom:0.9em; color:#fff}
.omyv2-mk4 .omyv2-mk4-mr p{ color:#9cb4ff; font-weight:lighter; font-size:20px; line-height:2.25em; padding:0px; margin:0px; text-align:left;}

.service-circle{
    position: absolute;
    top: 70%; 
    left: 50%;
	transform: translate(-50%, -50%);
}
.dotted {
    width: 223px;
    height: 223px;
	background: url( ../uplaod/ng-1.png) no-repeat center center;
    background-color: #fff;
    border-radius: 50%;
}
.service-circle div[class^="pulse"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 243px;
    height: 243px;
	border: 1px solid #feeced;
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}
        
.service-circle div.pulse2 {
	animation-delay: .4s;
}
.city div.pulse3 {
	animation-delay: 0.5s;
}

@keyframes pulse {
	0% {
		width: 223px;
		height: 223px;
		opacity: 1;
	}
	70% {
		/* transform: scale(5);  我们不要用scale 因为他会让 阴影变大*/
		width: 323px;
		height: 323px;
		opacity: 0.5;
	}
	100% {
		width: 423px;
		height: 423px;
		opacity: 0;
	}
}

.sectioni-lay{background: url(../images/029omy/bb3.jpg) center top no-repeat;background-size: 100% 710px;}
.sectione5.sectiong8.sectioni{background: url(../images/029omy/b3.jpg) center top no-repeat;height: 709px;}
.sectione5.sectiong8.sectioni .e5box{ width:830px; margin:0px auto}
.sectione5.sectiong8.sectioni .e5box .e5left{ padding-top:2em; padding-bottom:2.5em}
/*btn-page*/
.btn-page{background-image: url(../images/01smy2/v2view.png);  background-repeat: no-repeat;}
.btn-page { position: fixed; _position: absolute; z-index: 100; left: 50%; bottom: 80px; _bottom: auto; margin-left: -12px; width: 25px; height: 17px; overflow: hidden; cursor: pointer; background-position: 0 -18px;animation-duration: 2s; animation-iteration-count: infinite;  display: none!important}
.tbannerTxt1kv3 {top:calc(50% - 170px)}

.index-banner-t1 h2{ font-weight:normal; font-size:62px; padding-bottom:20px;color:#fff; text-shadow:2px 5px 7px rgba(34,24,21,0.8)}
.index-banner-t1 p{font-size:22px; font-weight:lighter; color:#fff;line-height:2.1818em; text-shadow:2px 5px 7px rgba(34,24,21,0.8)}
.index-banner-t1 h2.hh1{font-size:46px; font-weight:lighter;padding-bottom:9px;}
.index-banner-t1 p.tt1{font-size:27px;line-height:2em; font-weight:normal}
.index-banner-t1 p.tt2{font-size:20px;line-height:2em; }
.index-banner-t1 i{display:block; width:178px; height:7px; margin-bottom:7px; background:#fff; text-shadow:2px 5px 7px rgba(34,24,21,0.8)}

/*begin zhaoxiannashi20210907*/
.zxnsv2-mk4{background: url(../images/29zxns/b3.jpg) repeat-y; background-size:100% auto; position: relative; height: 728px; overflow: hidden;width:100%}
.zxnsv2-mk4 > img{z-index: 99; bottom: -2px; right: 250px; position: absolute}
.zxnsv2-mk4 > span{display: block;z-index: 1; top: 105; left: 160px; position: absolute; color: #78909c; font-size:71px; font-weight: 
bold; line-height: 1em}
.bussiness-body{
	display: block;
	overflow: hidden;
	width: 2200px;
}
.bussiness-body *{font-family:"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53"}
.bussiness-body{padding-left:140px; position: absolute; top:0px; left:calc(50vw - 680px ); z-index: 90; }
.bussiness-body .item{
	position: relative;
	display: block;
	float: left;
	width: 183px;
	opacity: 0;
	filter:alpha(opacity=0);
	overflow: hidden;
	z-index: 2;cursor: pointer;-webkit-transform : skew(-22deg);
-moz-transform : skew(-22deg):-o-transform : skew(-22deg);
}

.bussiness-body .item .price{display: flex; display: -webkit-flex; align-items: center;  justify-content: center; }
.bussiness-body .item .price div{ width: 70%; height: auto; }
.bussiness-body .item .price div b{font-weight: normal;color:#fff; font-size:20px; line-height: 2.2em;-webkit-transform : skew(22deg);
-moz-transform : skew(22deg):-o-transform : skew(22deg); display: block; letter-spacing: 1px;text-align:justify;text-justify:inter-ideograph; text-shadow: 1px 2px 4px #221815}

.bussiness-body .item1 {z-index: 15}
.bussiness-body .item2 {z-index: 14}
.bussiness-body .item3 {z-index: 13}
.bussiness-body .item4 {z-index: 12}
.bussiness-body .item5 {z-index: 12}
.bussiness-body .item1{
	left:200px;
	-webkit-transition: left 0.3s 0.5s linear,opacity 0.3s 0.5s linear,background 0.3s linear,width 0.3s linear;
	-o-transition: left 0.3s 0.5s linear,opacity 0.3s 0.5s linear,background 0.3s linear,width 0.3s linear;
	transition: left 0.3s 0.5s linear,opacity 0.3s 0.5s linear,background 0.3s linear,width 0.3s linear;
}

.bussiness-body .item2{
	left:300px;
	-webkit-transition: left 0.5s 0.5s linear,opacity 0.5s 0.5s linear,background 0.3s linear,width 0.3s linear;
	-o-transition: left 0.5s 0.5s linear,opacity 0.5s 0.5s linear,background 0.3s linear,width 0.3s linear;
	transition: left 0.5s 0.5s linear,opacity 0.5s 0.5s linear,background 0.3s linear,width 0.3s linear;;
}

.bussiness-body .item3{
	left:400px;
	-webkit-transition: left 0.7s 0.5s linear,opacity 0.7s 0.5s linear,background 0.3s linear,width 0.3s linear;
	-o-transition: left 0.7s 0.5s linear,opacity 0.7s 0.5s linear,background 0.3s linear,width 0.3s linear;
	transition: left 0.7s 0.5s linear,opacity 0.7s 0.5s linear,background 0.3s linear,width 0.3s linear;
}

.bussiness-body .item4{
	left:500px;
	-webkit-transition: left 0.9s 0.5s linear,opacity 0.9s 0.5s linear,background 0.3s linear,width 0.3s linear;
	-o-transition: left 0.9s 0.5s linear,opacity 0.9s 0.5s linear,background 0.3s linear,width 0.3s linear;
	transition: left 0.9s 0.5s linear,opacity 0.9s 0.5s linear,background 0.3s linear,width 0.3s linear;
}

.bussiness-body .item5{
	left:600px;
	-webkit-transition: left 1.1s 0.5s linear,opacity 1.1s 0.5s linear,background 0.3s linear,width 0.3s linear;
	-o-transition: left 1.1s 0.5s linear,opacity 1.1s 0.9s linear,background 0.3s linear,width 0.3s linear;
	transition: left 1.1s 0.5s linear,opacity 1.1s 0.9s linear,background 0.3s linear,width 0.3s linear;
}

.bussiness-body .item.on{
	width: 923px;
}

.bussiness .bussiness-body.show .item{
	left:0;
	opacity: 1;
	filter:alpha(opacity=100);
	margin-left:15px;
}

.bussiness-body .item .service{
	display: block;
	width: 183px;
	height: 729px;
	text-align: center;	
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	position: relative;
	display: flex; display: -webkit-flex; align-items: center;  justify-content: center; 
}
.bussiness-body .item .service i{ display: block;width: 43px; display: block; font-style: normal;color:#fff;line-height: 1.05em;font-weight: bold;text-shadow: 1px 3px 10px rgba(0,0,0,0.6);font-size:43px;}
.bussiness-body .item .service i em{font-size:13px; line-height: 1em}
.bussiness-body .item.on .service{
	width: 183px;
	z-index: 3;
}

.bussiness-body .item1 .service{
 background: url("../images/29zxns/z1.png") left center no-repeat;
}
.bussiness-body .item2 .service{
 background: url("../images/29zxns/z2.png") left center no-repeat;
}
.bussiness-body .item3 .service{
 background: url("../images/29zxns/z3.png") left center no-repeat;
}
.bussiness-body .item4 .service{
 background: url("../images/29zxns/z4.png") left center no-repeat;
}
.bussiness-body .item5 .service{
 background: url("../images/29zxns/z5.png") left center no-repeat;
}

.bussiness-body .item .price{
	position: absolute;
	width: 740px;
	height: 729px;
	left:100%;
	top:0;
}
.bussiness-body .item.on .price{
	left:183px;
}
.bussiness-body .item1.on .price{
background: url("../images/29zxns/z01.png") no-repeat;
}
.bussiness-body .item2.on .price{
background: url("../images/29zxns/z02.png") no-repeat;
}
.bussiness-body .item3.on .price{
background: url("../images/29zxns/z03.png") no-repeat;
}
.bussiness-body .item4.on .price{
background: url("../images/29zxns/z04.png") no-repeat;
}
.bussiness-body .item5.on .price{
background: url("../images/29zxns/z05.png") no-repeat;
}
.bussiness-body .item .price{z-index: 1}
.bussiness-body .item5 .price div{width: 55%; margin-left:-220px}
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
.zxnsv2-mk4 > span{left:80px;}
.bussiness-body .item .price{width: 640px;}
.bussiness-body .item5 .price div{width: 60%; margin-left:-140px}
.bussiness-body .item.on{width:823px}
.bussiness-body .item.on .price{background-size:640px 730px}
}

/*zhaoxiannashi20210907 end*/

/*begin touzizheguanxi20211102*/
.greybg4{background:#f4f4f4!important}
.newspage.product_section ul.tabs.news03tabv2{display: block; height: 300px; margin-top:-200px!important; padding:0px 100px!important; display: flex; display: -webkit-flex; align-items: center;  justify-content:flex-start; }
.bigwidth{width: 74%; margin:0px auto}
.news03tabv2 em,.news03tabv2 div p{display: block; float: left}
.news03tabv2 em{ width: 300px; height:180px; padding-bottom:20px; border-right:1px solid #282828;display: flex; display: -webkit-flex; align-items: center;  justify-content: flex-start; }
.news03tabv2 p{ display: block; width:calc(100% - 290px); margin-left:75px; font-size:20px; line-height: 2.5em; text-indent: 2em; font-weight:normal; color:#010a2d; text-align:justify;text-justify:inter-ideograph; margin-bottom: 0px}
.gsggoption{ width: 600px; background: url("../images/016news03/tb1.png") center repeat-x;display: flex; display: -webkit-flex; align-items: center;  justify-content: center; margin:80px auto 8px auto; }
.gsggoption span{line-height: 1em; font-size:40px; color: #1e5c9b; font-weight: lighter; padding:0px 28px;}
.gsggengt{font-size:18px; color:#8b8b8b; font-weight:lighter;text-transform:Uppercase; text-align:center;margin-bottom:70px;}
.news03map{height: 574px; width: 100%; display: block; background:url("../images/016news03/bg2.jpg") center no-repeat #fff; padding: 120px 0px 98px 0px}
.news03map1{height: 200px; width: 291px; background:url("../images/016news03/bg3.png") center no-repeat; font-size: 28px; color: #fefefe; font-weight: lighter; padding-bottom: 12px;display: flex; display: -webkit-flex; align-items: center;  justify-content: center;margin:0px auto; }
.news03map2{display: block;border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; border: 1px solid #cbcbcb; width: 90%; max-width: 700px; min-height:46px; line-height:46px; font-size:17px; color:#a9a9a9; text-align: center; font-style: normal; margin:38px auto 0px auto;display: flex; display: -webkit-flex; align-items: center;  justify-content: center;background: url("../images/016news03/mail.jpg") right center no-repeat #fff; }
.news03bhxc{background:url("../images/016news03/bg4.jpg") center no-repeat; background-size: cover; padding-bottom:8rem}
.news03bhxc .gsggoption{ background: none;}
.news03bhxc .gsggoption i,.news03bhxc .gsggoption span{ display:inline-block;}
.news03bhxc .gsggoption i{ width:7em; height: 40px;background: url("../images/016news03/tb1.png") center repeat-x;}
.news03bhxc .gsggoption span{ background: none;}
.news03bhxc .gsggengt{ margin-bottom: 20px}
.news03bhxc .news03listv2 li span{background:#549be3}
.news03bhxc .news03listv2 li{border-bottom: 1px dashed #a5a5a5}

#noticeDetail{height: 645px}
.jc-layout,.pdf-wrap,.pdfobject-container{height: 100%;}
.nt-bd {height: 600px;}
.nt-hd{position: relative;padding: 20px;min-height: 110px;background-color: #fff;}
.nt-bd{margin-top: 20px;background-color: #fff;}
.fullscreen{padding: 10px 12px;text-align: right; background:url("../images/016news03/fd.gif") right 15px no-repeat; font-size:12px; color: #000}
.fullscreen a{color: #000}
.jc-layout {position: relative; margin: 0 auto;width: 1320px;min-width: 1320px;/*overflow: hidden;*/}
footer .footer .row{ width:calc( 100% - 230px); float:left}
footer .footer .oumaewm{ width:200px; float:left}
footer .footer {clear:both}
/*touzizheguanxi20211102 end*/
/*begin index20220801*/
.indexv3-index-option{ width: 100%; height: 270px; margin-top:30px; box-sizing: border-box; color:#0164a7; font-weight:600; font-size:1.6rem;display: flex; display: -webkit-flex; align-items: center;  justify-content: center; letter-spacing: 2px}

.indexv3-mk3{ margin-bottom: 10.9rem}
.indexv3-mk3 .row{margin-top: 2rem}
.indexv3-mk3 div.inewslit1v3 { padding-right:3.875rem!important;padding-left:1.5rem!important; border-right:1px solid #e3e3e3}
.indexv3-mk3 div.inewslit2v3 { padding-left:3.875rem!important;padding-right:1.5rem!important;}
.indexv3-mk3 div.col-xl-6 div{display: inline-block; width: 100%;}
.indexv3-mk3 div.col-xl-6 div b{ display: inline-block; float: left;color: #919191; font-size:1.4175rem; line-height: 1em}
.indexv3-mk3 div.col-xl-6 div a{ display: inline-block; float: right;color: #a1a1a1; font-size:1.1rem; line-height: 1.4175rem; cursor: pointer}
.indexv3-mk3 div.col-xl-6 div a:hover{color:#0479c9}
.indexv3-mk3 div.col-xl-6 div{ padding-bottom:0.75rem}
.indexv3-mk3 div.col-xl-6 ul{ display: block; border-top: 1px solid #e7e7e7;}
.indexv3-mk3 div.col-xl-6 ul li{ display: inline-block; position: relative;width: 100%; padding:1rem 0rem 0.6rem 1.3rem; cursor: pointer; border-bottom: 1px solid #e7e7e7;transition: all 0.5s ease-in-out;}
.indexv3-mk3 div.col-xl-6 ul li::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 1;
	width: 0;
	transition: all 0.5s ease-in-out;
	height: 100%;
	background:url("../images/02index/1/nb1.png") top left no-repeat;
	background-size: auto 100%;
}
.indexv3-mk3 div.col-xl-6 ul li:hover:before{ width: 100%}
.indexv3-mk3 div.col-xl-6 ul li i{ display: inline-block;position: relative; font-style: normal; color: #a3a3a3; font-size:1.17rem; line-height: 1em; height: 1.25rem; z-index: 99;transition: all 0.5s ease-in-out;}
.indexv3-mk3 div.col-xl-6 ul li em{display: block;position: relative; width: 100%;font-style: normal; line-height: 2.375rem; font-size:1.3rem; color: #6c6c6c; z-index: 99;transition: all 0.5s ease-in-out; }
.indexv3-mk3 div.col-xl-6 ul li:hover i{color:#fff;}
.indexv3-mk3 div.col-xl-6 ul li:hover em{color:#fff; text-shadow: 1px 2px 5px #1f2e5a;font-weight: bold}
.center75v2{width: 75%!important; margin: 0 auto;}
.indexv3-mk3 div.col-xl-6:hover div b{color: #0479c9;}
.inewslisttopv3{ width: 100%; height:auto; text-align: left; display: inline-block; margin-bottom: 50px;}
.inewslisttopv3 .v4newsjd > a{ display: block; float: left;height:100%; width:534px; overflow: hidden; cursor: pointer;}
.inewslisttopv3 .v4newsjd div{display:block; float: left; width: calc( 100% - 536px); box-sizing: border-box; padding:62px 88px 56px 88px;}
.inewslisttopv3 .v4newsjd div i{ font-size:1rem; line-height: 1em; color:#a0a0a0; font-style: normal; display: block; width: 100%}
.inewslisttopv3 .v4newsjd div em{display: block; width: 100%}
.inewslisttopv3 .v4newsjd div em a{font-size:1.275rem; line-height:1em; color:#262626; display: block;font-style: normal; padding: 1.5rem 0px}
.inewslisttopv3 .v4newsjd div em a:hover{color:#0479c9}
.inewslisttopv3 .v4newsjd div p{ padding:0px; margin: 0px}
.inewslisttopv3 .v4newsjd div p a{font-size:1rem; line-height: 2.1rem; color:#888;}
.inewslisttopv3 .v4newsjd div p a:hover{color:#000}
.captiont1{ top:calc(50% - 100px)!important;}
.captiont3{ top:calc(50% - 200px)!important;}
.floatleft{ float: left}
.floatright{ float: right}
.captiont2 > div{ width:1200px; display: inline-block}
.captiont2{ display: inline-block}
.captiont2 .floatleft{margin-top:480px}
.captiont2 .floatright{ text-align: center;flex-direction:column;display: -webkit-flex;display: flex; margin-top:400px}
.captiont2 div.floatright img:nth-of-type(2){margin-top: 30px}
.tp-caption{  top:-10000px}
.captiont4{top:calc(50% - 160px)!important; text-align:center}
.captiont4 img{ display:block; clear:both; margin:0px auto}
.captiont4 img.indexmore{ margin-top:180px; width:auto!important; height:auto!important}
.captiont5{top:calc(50% + 50px)!important; text-align:center}
.captiont5 .mmore{margin:3.5em auto 0!important}
.tp-bullets{bottom: 100px!important}
/*index20220801 end*/
/*begin 022bskw20231010*/
.bskw-mk1{ width: 650px; margin: 7rem auto; color: #007cc3; font-size:1.56rem; line-height: 2em;background:url("../images/022bskw/i1.gif") left center no-repeat; padding-left:170px; text-align: center; font-weight: bolder}
.bskw-mk2{background:url("../images/022bskw/p2.jpg") center top no-repeat; background-size:100% 100%; height: 706px;}
.bskw-mk2-main{color: #77d6d8; font-size:1.375rem; line-height:2.36em; text-align:left; width: 970px; margin:4.5rem auto 0px;}
.bskw-mk2-main .withetxtbar {height: 250px}
.bskw-mk3{position: relative; background:url("../images/022bskw/p3.jpg") center top no-repeat; background-size:cover; padding-bottom:7.5rem }
.bskw-mk3main{position: relative; text-align: center}
.bskw-mk3t1,.bskw-mk3t2,.bskw-mk3t3{display: flex; display: -webkit-flex; align-items: center;  justify-content:space-between; width: 998px; margin-bottom: 5rem; text-align: left; margin: 0px auto 128px}
.bskw-mk3main b{color: #007cc3; font-size:1.56rem; display: block;padding-bottom:0.8em;}
.bskw-mk3main p{color: #7a7a7a; font-size:1.375rem; line-height:2em; padding: 0px; margin: 0px;}
.bskw-mk3t1{ margin-top:80px}
.bskw-mk3t1 .bskw-mk3-r{margin-right:-6.8rem;}
.bskw-mk3t2 .bskw-mk3-l{margin-left:-2.4rem;}
.bskw-mk3line{ position: absolute; left:calc(50% - 33px); top:40px;}
.bskw-mk3t2{ margin-bottom:96px}
.bskw-mk3t3{ margin-bottom: 0px}
/*022bskw20231010 end*/

@media (min-width: 1200px) {
.visible-lg{ display:block}
.tbannerTxtv2{ width:1200px;}
.tbannerTxtv2.tbannerTxt1kv2{ width:930px;}
.bannerv2.sjpjv2 .tbannerTxtv2{ width:700px;}
.tbannerTxtv2-017sjks{ width:50%; left:0px}
.menu .menu-content .full-mega-menu.om-menu-left {
        min-width: 1980px !important;
        padding: 0px !important;
        right: unset !important;
        left: unset; border:none;
        padding-bottom:10px!important;
        margin-top:0px!important;
         }
 .menu .menu-content .full-mega-menu ul a {
            padding: 9px 0;
            font-size: 16px; line-height:32px }
.pixelstrap.om-menu ul.full-mega-menu a:hover:after, .pixelstrap.om-menu ul.full-mega-menu a:focus:after, .pixelstrap.om-menu ul.full-mega-menu a:active:after, .pixelstrap.om-menu ul.full-mega-menu a.highlighted:after {
      position: absolute;
      content:none;
      color:#01377f;
 }
.menu-pc div li a.m-dot1{ background:url(../images/dot1.png) no-repeat 0px 8px;} 
.menu-pc div li a.m-dot2{ background:url(../images/dot2.png) no-repeat 0px 8px;} 
.menu-pc div li a.m-dot3{ background:url(../images/dot3.png) no-repeat 0px 8px;} 
.menu-pc div li a.m-dot4{ background:url(../images/dot4.png) no-repeat 0px 8px;} 
.menu-pc div li a.m-dot5{ background:url(../images/dot5.png) no-repeat 0px 8px;} 
.menu-pc div li a.m-dot6{ background:url(../images/1home/d22.png) no-repeat 7px 10px;}
.menu-pc div li a.m-dot6:hover{ background:url(../images/1home/d22h.png) no-repeat 0px 8px;}  
.menu-pc div li a.m-dot7{ background:url(../images/dot7.png) no-repeat 0px 8px;} 
.menu-pc div li a.m-dot8{ background:url(../images/dot8.png) no-repeat 0px 8px;} 
.menu-pc div li a.m-dot9{ background:url(../images/dot9.png) no-repeat 0px 8px;} 
.menu-pc div li a.m-dot10{ background:url(../images/dot10.png) no-repeat 0px 8px;} 
.menu-pc div li a.m-dot11{ background:url(../images/dot11.png) no-repeat 0px 8px;} 
.menu-pc div li a.m-dot12{ background:url(../images/dot12.png) no-repeat 0px 8px;}

.menu-pc div li a.m-d1{ background:url(../images/1home/d1.png) no-repeat 7px 15px} 
.menu-pc div li a.m-d2{ background:url(../images/1home/d2.png) no-repeat 7px 15px} 
.menu-pc div li a.m-d3{ background:url(../images/1home/d3.png) no-repeat 7px 15px}
.menu-pc div li a.m-d4{ background:url(../images/1home/d4.png) no-repeat 7px 15px} 
.menu-pc div li a.m-d5{ background:url(../images/1home/d5.png) no-repeat 7px 15px} 
.menu-pc div li a.m-d6{ background:url(../images/1home/d6.png) no-repeat 7px 15px}
.menu-pc div li a.m-d7{ background:url(../images/1home/d7.png) no-repeat 7px 15px} 
.menu-pc div li a.m-d8{ background:url(../images/1home/d8.png) no-repeat 7px 15px} 
.menu-pc div li a.m-d9{ background:url(../images/1home/d9.png) no-repeat 7px 15px}
.menu-pc div li a.m-d10{ background:url(../images/1home/d10.png) no-repeat 7px 15px} 
.menu-pc div li a.m-d11{ background:url(../images/1home/d11.png) no-repeat 7px 15px} 
.menu-pc div li a.m-d12{ background:url(../images/1home/d12.png) no-repeat 7px 15px} 
.menu-pc div li a.m-d13{ background:url(../images/1home/d13.png) no-repeat 7px 15px} 
.menu-pc div li a.m-d14{ background:url(../images/1home/d14.png) no-repeat 7px 15px} 
.menu-pc div li a.m-d15{ background:url(../images/1home/d15.png) no-repeat 7px 15px}
.menu-pc div li a.m-d16{ background:url(../images/1home/d16.png) no-repeat 7px 15px} 
.menu-pc div li a.m-d17{ background:url(../images/1home/d17.png) no-repeat 7px 15px} 
.menu-pc div li a.m-d18{ background:url(../images/1home/d18.png) no-repeat 7px 15px}
.menu-pc div li a.m-d19{ background:url(../images/1home/d19.png) no-repeat 7px 15px} 
.menu-pc div li a.m-d20{ background:url(../images/1home/d20.png) no-repeat 7px 15px} 
.menu-pc div li a.m-d21{ background:url(../images/1home/d21.png) no-repeat 7px 15px}
.menu-pc div li a.m-d22{ background:url(../images/1home/d22.png) no-repeat 7px 15px}
.menu-pc div li a.m-d24{ background:url(../images/1home/d24.png) no-repeat 7px 15px}
.menu-pc div li a.m-d25{ background:url(../images/1home/d25.png) no-repeat 7px 15px}
.menu-pc div li a.m-d27{ background:url(../images/1home/d27.png) no-repeat 7px 15px}

.menu-pc div li a.m-d1:hover{ background:url(../images/1home/d1h.png) no-repeat 1px 8px;} 
.menu-pc div li a.m-d2:hover{ background:url(../images/1home/d2h.png) no-repeat 1px 8px;} 
.menu-pc div li a.m-d3:hover{ background:url(../images/1home/d3h.png) no-repeat 1px 8px;}
.menu-pc div li a.m-d4:hover{ background:url(../images/1home/d4h.png) no-repeat 1px 8px;} 
.menu-pc div li a.m-d5:hover{ background:url(../images/1home/d5h.png) no-repeat 1px 8px;} 
.menu-pc div li a.m-d6:hover{ background:url(../images/1home/d6h.png) no-repeat 1px 8px;}
.menu-pc div li a.m-d7:hover{ background:url(../images/1home/d7h.png) no-repeat 1px 8px;} 
.menu-pc div li a.m-d8:hover{ background:url(../images/1home/d8h.png) no-repeat 1px 8px;} 
.menu-pc div li a.m-d9:hover{ background:url(../images/1home/d9h.png) no-repeat 1px 8px;}
.menu-pc div li a.m-d10:hover{ background:url(../images/1home/d10h.png) no-repeat 1px 8px;} 
.menu-pc div li a.m-d11:hover{ background:url(../images/1home/d11h.png) no-repeat 1px 8px;} 
.menu-pc div li a.m-d12:hover{ background:url(../images/1home/d12h.png) no-repeat 1px 8px;} 
.menu-pc div li a.m-d13:hover{ background:url(../images/1home/d13h.png) no-repeat 1px 8px;} 
.menu-pc div li a.m-d14:hover{ background:url(../images/1home/d14h.png) no-repeat 1px 8px;} 
.menu-pc div li a.m-d15:hover{ background:url(../images/1home/d15h.png) no-repeat 1px 8px;}
.menu-pc div li a.m-d16:hover{ background:url(../images/1home/d16h.png) no-repeat 1px 8px;} 
.menu-pc div li a.m-d17:hover{ background:url(../images/1home/d17h.png) no-repeat 1px 8px;} 
.menu-pc div li a.m-d18:hover{ background:url(../images/1home/d18h.png) no-repeat 1px 8px;}
.menu-pc div li a.m-d19:hover{ background:url(../images/1home/d19h.png) no-repeat 1px 8px;} 
.menu-pc div li a.m-d20:hover{ background:url(../images/1home/d20h.png) no-repeat 1px 8px;} 
.menu-pc div li a.m-d21:hover{ background:url(../images/1home/d21h.png) no-repeat 1px 8px;}
.menu-pc div li a.m-d22:hover{ background:url(../images/1home/d22h.png) no-repeat 1px 8px;}
.menu-pc div li a.m-d24:hover{ background:url(../images/1home/d24h.png) no-repeat 1px 8px;}
.menu-pc div li a.m-d25:hover{ background:url("../images/1home/d25h.png") no-repeat 1px 8px;}
.menu-pc div li a.m-d27:hover{ background:url("../images/1home/d27h.png") no-repeat 1px 8px;}

.menu-pcv2 div li a.mv2-d31{ background:url(../images/menu/m31.png) no-repeat 0px 0px;}
.menu-pcv2 div li a.mv2-d32{ background:url(../images/menu/m32.png) no-repeat 0px 0px;}
.menu-pcv2 div li a.mv2-d33{ background:url(../images/menu/m33.png) no-repeat 0px 0px;}
.menu-pcv2 div li a.mv2-d34{ background:url(../images/menu/m34.png) no-repeat 0px 0px;}
.menu-pcv2 div li a.mv2-d35{ background:url(../images/menu/m35.png) no-repeat 0px 0px;}
.menu-pcv2 div li a.mv2-d31:hover{ background:url(../images/menu/m31h.png) no-repeat 0px 0px;}
.menu-pcv2 div li a.mv2-d32:hover{ background:url(../images/menu/m32h.png) no-repeat 0px 0px;}
.menu-pcv2 div li a.mv2-d33:hover{ background:url(../images/menu/m33h.png) no-repeat 0px 0px;}
.menu-pcv2 div li a.mv2-d34:hover{ background:url(../images/menu/m34h.png) no-repeat 0px 0px;}
.menu-pcv2 div li a.mv2-d35:hover{ background:url(../images/menu/m35h.png) no-repeat 0px 0px;}
.menu-pcv2 div li a.mv2-d41{ background:url(../images/menu/m41.png) no-repeat 0px 3px;}
.menu-pcv2 div li a.mv2-d42{ background:url(../images/menu/m42.png) no-repeat 0px 3px;}
.menu-pcv2 div li a.mv2-d43{ background:url(../images/menu/m43.png) no-repeat 0px 3px;}
.menu-pcv2 div li a.mv2-d44{ background:url(../images/menu/m44.png) no-repeat 0px 3px;}
.menu-pcv2 div li a.mv2-d45{ background:url(../images/menu/m45.png) no-repeat 0px 3px;}
.menu-pcv2 div li a.mv2-d46{ background:url(../images/menu/m46.png) no-repeat 0px 3px;}
.menu-pcv2 div li a.mv2-d41:hover{ background:url(../images/menu/m41h.png) no-repeat 0px 3px;}
.menu-pcv2 div li a.mv2-d42:hover{ background:url(../images/menu/m42h.png) no-repeat 0px 3px;}
.menu-pcv2 div li a.mv2-d43:hover{ background:url(../images/menu/m43h.png) no-repeat 0px 3px;}
.menu-pcv2 div li a.mv2-d44:hover{ background:url(../images/menu/m44h.png) no-repeat 0px 3px;}
.menu-pcv2 div li a.mv2-d45:hover{ background:url(../images/menu/m45h.png) no-repeat 0px 3px;}
.menu-pcv2 div li a.mv2-d46:hover{ background:url(../images/menu/m46h.png) no-repeat 0px 3px;}
.menu .menu-content .main_menu_right button {padding: 28px 20px 28px 20px;}
.menu .menu-content .main_menu_right button span {font-size: 20px;}
.lg-pr-0{ padding-right:0px} 
.om-bst{ margin-top:6em; margin-right:3em}
.ml-5em{ margin-left:5em}
.ml-6em{ margin-left:6em}
.xl-pl-0{ padding-left:0px}
.xl-pr-0{ padding-right:0px}
/*begin news-index*/
.product_section.news-index .tabs.om-tabs li{ font-size:20px!important;} 
.product_section.news-index ul.tabs li.new-m1{ width:234px!important}
.product_section.news-index ul.tabs li.new-m2{ width:256px!important}
.product_section.news-index ul.tabs li.new-m3{ width:212px!important}
.product_section.news-index ul.tabs li.new-m4{ width:280px!important}
.product_section.news-index ul.tabs li.new-m5{ width:260px!important}
 .es-carousel ul{
 min-width:800px; margin-left:auto!important; margin-right:auto!important;
}
.news-index-l{ width:460px; margin-left:-460px}
.news-index-l img{ width:460px}
.news-lbt b{ font-size:24px; }
.news-index-r{ padding-left:50px}
.news-index-r li {height:82px;  padding-top:22px;}
.news-index-r li a{ font-size:24px;}
.news-index-lb .news-index-date{  width:85px; padding-top:10px}
.news-index-main{ padding-left:460px; min-height:550px}
.news-index-r i{  margin-top:22px}
.news-index-r .news-index-date b{ font-size:36px;}
.news-index-lb{ width:470px;}
.news-lbt{ width:380px}
.news-index-r li a{ display:inline-block; width:430px; }
.news-index-r li i a{ display:inline-block; width:56px; }
.pixelstrap ul.menu-pc{width:2000px!important; min-width:2000px!important; margin-left:0px!important; background:none!important; border:none!important;}
.pixelstrapv2 ul.menu-pc{width:380px!important; min-width:380px!important; margin-top:0px!important; background:rgba(0,134,237, .92)!important}
.pixelstrapv2 ul.menu-pcv2{margin-left:20px!important;}
.menu-pc i{display:block; width:3500px; height:350px; background:rgba(255,255,255,0.6); position:absolute; z-index:-100; margin-top:-7px; margin-left:-1500px}
.menu-pcv2 i{ margin-top:-16px}
.menu-pc i.xl-height200{ height:200px;}
.menu-pc i.xl-height300{ height:300px;}
.menu-pc i.xl-height350{ height:350px;}
.menu-pc i.xl-height400{ height:400px;}
.menu-pc div{padding:0px; float:left!important; width:200px!important; display:block!important; z-index:1000; padding-top:20px}
.menu-pcv2 div{ padding-top:5px}
.menu-pc div li a{ display:block!important; color:#333!important; padding: 9px 0!important; font-size: 16px!important; line-height:32px!important; padding-left:40px!important;}
.menu-pcv2 div li a{ color:#fff!important; padding-left:45px!important;}
.pixelstrap ul.menu-pc a:hover::after, .pixelstrap ul.menu-pc a:focus::after, .pixelstrap ul.menu-pc a:active::after, .pixelstrap ul.menu-pc a.highlighted::after{ content:""!important;}
.menu-pc p{float:left!important; display:block; z-index:1000; padding-top:50px}
.smy2v2-mk2 .mspzv2-i1{ height:230px; background:url(../images/03mspz/i1.gif) center top no-repeat; padding-top:150px; line-height:1.8em;}
.smy2v2-mk2 .mspzv2-i2{ height:230px; background:url(../images/03mspz/i2.gif) center top no-repeat; padding-top:120px; line-height:1.8em;}
.smy2v2-mk2 .mspzv2-i3{ height:230px; background:url(../images/03mspz/i3.gif) center top no-repeat; padding-top:140px; line-height:1.8em;}
.nlcpv2-mk1 .row > div{ width:20%!important; flex:0 0 20%!important; max-width:20%!important}
.pixelstrapv2 ul.menu-pc.msize1{ width:150px!important; min-width:150px!important; margin-top:-10px!important;}
.pixelstrapv2 ul.menu-pc.msize2{ width:220px!important; min-width:220px!important;}
.pixelstrapv2 ul.menu-pc.msize3{ width:280px!important; min-width:280px!important;}
}
.mb-text1{ font-size: 36px; line-height: 49px; letter-spacing: 4px}
.tbannerTxtv2 i{line-height:1.8em}
.tbannerTxtv2-mspz.tbannerTxtv2{top:calc(50% - 145px)}
.tbannerTxtv2-mspz.tbannerTxtv2 p{padding-top:20px}
.tbannerTxtv2-mspz.tbannerTxtv2 em{ text-indent:0em; color:#ffcd00; background:none; line-height:2.2em;text-shadow: 2px 9px 7px #221815;} 
.fwwlv2-mk01{width:1400px; margin:-235px auto 0px auto; height: auto;background: #fff;border-top-right-radius:16px;border-top-left-radius:16px;-webkit-border-top-right-radius:16px;-webkit-border-top-left-radius:16px;-moz-border-top-right-radius:16px;-moz-border-top-left-radius:16px;  z-index:999999; position: relative}
.fwwlv2-mk01 .fwwlv2-mk01_p1{text-align:center}
.fwwlv2-mk01 .fwwlv2-mk01_p1 img{width: 80%}
.fwwlv2t b,.fwwlv2t i{display: block;}
.fwwlv2t b{font-weight: lighter; font-size: 45px; line-height: 1em;color:#1b6acc}
.fwwlv2t i{font-size:23px; font-style: normal;line-height: 1.9em; padding-top:40px;color:#010a2d}
.fwwlv2-mk01_t1{ background:url(../images/013fwwl/p1.jpg) left 5em no-repeat; width: 76%; margin:0px auto; padding:6.5em 2.5em 4.3em 0em}
.fwwlv2-mk01_t1 b{ line-height: 1.5em;}
.fwwlv2-mk01_t1 i{ padding-top:33px;}
.fwwlv2-mk01_p1{ text-align: left;}
.fwwlv2-mk02,.fwwlv2-mk02 img{ position: relative}
.fwwlv2-mk02 img{width: 100%; z-index: -1}
.fwwlv2-mk02 div{position: absolute; top:calc(50% - 85px); width: 100%}
.fwwlv2-mk02 div div,.fwwlv2-mk03 div{position: relative; width: 55%; margin: 0px auto;}
.fwwlv2-mk02 div div b,.fwwlv2-mk02 div div i{ color:#fff;}
.fwwlv2-mk03{ width: 100%; background: #fff; padding:110px 0px 100px 0px}
.fwwlv2-mk03 div{ background:url(../images/013fwwl/p2.gif) left 0px no-repeat; height: 328px; padding-top:75px }
.zxnsv2-mk1{width: 65%; margin:-85px auto 0px auto; position: relative; z-index: 99999999}
.zxnsv2-mk1-t1{display: flex; display: -webkit-flex; align-items: center; justify-content:space-around;padding:0px 95px 0px 70px; height: 163px; border: 1px solid #eaeff4; background: #fff;border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;}
.zxnsv2-mk1-t1 em{font-style: normal; color:#90a4ae; font-size:20px; line-height: 2em;letter-spacing: 0px}
.zxnsv2-mk1-t1 em b{font-size:26px; color:#546e7a; font-weight: normal;letter-spacing: 1px}
.zxnsv2-mk1-t1 i{display: block;border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; border: 1px solid #d5dde0; width: 36%; height:48px; line-height: 48px; font-size:18px; color:#90a4ae; text-align: center; font-style: normal}
.zxnsv2-mk1-t2{position: relative; padding-top:90px}
.zxnsv2-mk1-t2 p{color: #78909c; font-size: 20px; line-height: 2.5em; position: absolute; padding:0px; margin: 0px; display: block; width: 100%; text-align: left; left:0px; top:160px; padding-left:500px; font-weight: 500}
.zxnsv2-mk1-img1{margin-left:30px; z-index: 1}
.zxnsv2-mk1-img2{z-index: 2; position: absolute; right: 0px; bottom: 170px;}
.zxnsv2-mk2{width: 100%;}
.zxnsv2-mk2 div{height:612px; width: 100%; display: flex; display: -webkit-flex;align-items: center; justify-content:space-between;}
.zxnsv2-mk2 div p{width: 50%; height: auto; display:inline-block; padding: 0px; margin: 0px}
.zxnsv2-mk2 div span{width: 50%; height:612px; display:inline-block}
.zxnsv2-mk2 div:nth-of-type(1) span{background:url(../images/29zxns/p1.jpg) center center no-repeat;}
.zxnsv2-mk2 div:nth-of-type(2) span{background:url(../images/29zxns/p2.jpg) center center no-repeat;}
.zxnsv2-mk2 div:nth-of-type(3) span{background:url(../images/29zxns/p3.jpg) center center no-repeat;}
.zxnsv2-mk2 div:nth-of-type(4) span{background:url(../images/29zxns/p4.jpg) center center no-repeat;}
.zxnsv2-mk2 div span{background-size:100% auto!important;}
.zxnsv2-mk2 div:nth-of-type(1){background:#30c6a5}
.zxnsv2-mk2 div:nth-of-type(2){background:#ff8761}
.zxnsv2-mk2 div:nth-of-type(3){background:#57bdde}
.zxnsv2-mk2 div:nth-of-type(4){background:#b198dc}
.zxnsv2-mk2 div p b,.zxnsv2-mk2 div p i{display: block; width: 68%; color: #fff; font-weight: normal; font-style: normal}
.zxnsv2-mk2 div p b{ font-size:34px; line-height: 1em}
.zxnsv2-mk2 div p i{ font-size:20px; line-height: 2.1em; padding-top:66px;text-align:justify;text-justify:inter-ideograph;}
.zxnsv2-mk2 div:nth-of-type(odd){flex-direction: row-reverse}
.zxnsv2-mk2 div:nth-of-type(even){flex-direction:row}
.zxnsv2-mk2 div:nth-of-type(odd) p *{ text-align: left; float: right; clear: both; padding-right:110px} 
.zxnsv2-mk2 div:nth-of-type(even) p *{ text-align: left; float: left; clear: both;padding-left:110px}
.zxnsv2-mk2 div:nth-of-type(even) p b{ text-align: right;}
.zxnsv2-mk3{ width: 100%; position: relative; height: auto; }
.zxnsv2-mk3 img{ position:relative; width: 100%; height: auto;z-index: 1}
.zxnsv2-mk3 p{ position: absolute;z-index: 2; width: 597px; height: 358px;display: flex; display: -webkit-flex;align-items: center; justify-content: center; padding:0px; margin: 0px; top:calc(50% - 179px); left:calc(50% - 298px); background:url(../images/29zxns/t3.png) center center no-repeat; }
.zxnsv2-mk3 p i{font-size:20px; line-height: 2.3em; color: #78909c; display: block; font-style: normal;text-align:justify;text-justify:inter-ideograph; width: 65%}
.inbcenter{ display: inline-block; margin: 0px auto; clear: both; }
.buletxt-bold-mid{ text-align: center; width: 100%; color: #007cc3; font-size:1.56rem; font-weight: bold}
.yspwspy-mk3{background: #1866b1}

.yspwspy-mk3 .yspwspy-mk3main{width:1807px; margin: 0px auto; position: relative; text-align: left; z-index: 1}
.yspwspy-mk3 .yspwspy-mk3main img{margin-top:-100px;}
.yspwspy-mk3 .yspwspy-mk3main p{display: block; padding: 0px; position: absolute; left:870px; top:55px; padding:0px; margin: 0px;}
.yspwspy-mk3 .yspwspy-mk3main p em:nth-of-type(1) i{ float: left; margin-top:1rem}
.yspwspy-mk3 .yspwspy-mk3main em{display: block; margin-bottom:3.5rem; height:6rem; vertical-align: middle}
.yspwspy-mk3 .yspwspy-mk3main em b{display: inline-block;font-style: normal; font-size:1.375rem; line-height:3rem; color:#fff; font-weight:lighter;}
.yspwspy-mk3 .yspwspy-mk3main em i{ display:inline-block; width:6px; height:4.25rem; margin-top:0rem; background:#32f2f1; vertical-align: middle; margin-right: 1.56rem}
.yspwspy-mk4{background: url(../images/022yspwspj/banner6.jpg) center center no-repeat;background-size:100% 681px;height:681px;}
.yspwspy-mk4 .f7box{ width:1000px;}
.yspwspy-mk4 .f7txt{ margin-left:5em}
.yssp-mk3{background: url(../images/022yssp/p3.jpg) center center no-repeat;background-size:100% 657px;height:657px;}
.yssp-mk3 .f7box{ width:1000px;}
.yssp-mk3 .f7txt{ margin-left:5em}

.bskw-mk4{background: url(../images/022bskw/p4.jpg) center center no-repeat;background-size:100% 568px;height:568px;}
.bskw-mk4 .f7box{ width:550px;}
.bskw-mk4 .f7txt{ margin-left:5em; font-size:1.375rem; line-height:2em}


.yssp-mk1{ width: 1100px; margin: 3.5em auto 10em}
.yssp-mk1 a{ display: block; width:calc(25% - 1px); float: left;font-size:1.25rem; text-align: center; padding-top:220px; border-left:1px solid #e5e5e5;line-height:2em; color:#7a7a7a; height:calc(220px + 7.2em); box-sizing: border-box; display: flex; display: -webkit-flex; align-items: center;  justify-content: center;}
.f7box{ text-shadow:1px 3px 3px #221815}
.yssp-mk1 a:nth-of-type(1){ border-left:none; background: url("../images/022yssp/i1.gif") center top no-repeat;}
.yssp-mk1 a:nth-of-type(1):hover{ background: url("../images/022yssp/i01.gif") center top no-repeat;}
.yssp-mk1 a:nth-of-type(2){background: url("../images/022yssp/i2.gif") center top no-repeat;}
.yssp-mk1 a:nth-of-type(2):hover{ background: url("../images/022yssp/i02.gif") center top no-repeat;}
.yssp-mk1 a:nth-of-type(3){background: url("../images/022yssp/i3.gif") center top no-repeat;}
.yssp-mk1 a:nth-of-type(3):hover{ background: url("../images/022yssp/i03.gif") center top no-repeat;}
.yssp-mk1 a:nth-of-type(4){background: url("../images/022yssp/i4.gif") center top no-repeat;}
.yssp-mk1 a:nth-of-type(4):hover{ background: url("../images/022yssp/i04.gif") center top no-repeat;}
.yssp-mk2{background:#1866b1}
.yssp-mk2 .withetxtbar{ height: auto; padding: 5.2em 0px 1.6em}
.yssp-mk2main{width: 1228px;  margin:3em auto 5em; background:#fff;}
.yssp-mk2main a{display:block; width:50%; float: left;height:400px; font-size:1.375rem; line-height: 2em; color: #1866b1;display: flex; display: -webkit-flex; align-items: center;  justify-content: center; cursor: pointer; text-align: center}
.ysspmk2main1{color:rgba(24,102,177,1)!important; background: #fff;}
.ysspmk2main2{color:rgba(24,102,177,0)!important;}
.yssp-mk2main a.ysspmk2main2:nth-of-type(1){background: url("../images/022yssp/p2.jpg") center no-repeat; background-size: cover;}
.yssp-mk2main a.ysspmk2main2:nth-of-type(2){background: url("../images/022yssp/p02.jpg") center no-repeat; background-size: cover;}
@media (min-width: 1470px) {
/*begin news-index*/
.product_section.news-index .tabs.om-tabs li{ font-size:22px!important; padding:0px!important} 
.product_section.news-index ul.tabs li{ color:#161616!important; display:inline-block;}
.product_section.news-index ul.tabs li{ letter-spacing:0px}
.product_section.news-index ul.tabs{ margin-top:0px}
.product_section.news-index ul.tabs li.new-m1{ width:274px!important}
.product_section.news-index ul.tabs li.new-m2{ width:296px!important}
.product_section.news-index ul.tabs li.new-m3{ width:252px!important}
.product_section.news-index ul.tabs li.new-m4{ width:320px!important}
.product_section.news-index ul.tabs li.new-m5{ width:290px!important}
.es-carousel ul{ min-width:1400px;}
.news-index-l{ width:560px; margin-left:-560px}
.news-index-l img{ width:560px}
.news-lbt b{ font-size:24px; }
.news-lbt  p{ width:470px; }
.news-index-r{ padding-left:60px}
.news-index-r li {height:95px;  padding-top:28px;}
.news-index-r li a{ font-size:24px;}
.news-index-lb .news-index-date{  width:85px; padding-top:10px}
.news-index-main{ padding-left:560px; min-height:480px; height:400px; overflow:hidden; margin-bottom:80px }
.news-index-r i{  margin-top:25px}
.news-index-r .news-index-date b{ font-size:36px;}
.news-index-lb{ width:560px;}
.news-lbt{ width:470px}
.news-index-r li a{ display:inline-block; width:560px; }
.news-index-r li i a{ display:inline-block; width:56px; }
.smy2v2-mk4 .imgwidthauto{ margin-top:-50px}
.smy2v2-mk4 .omv2h3-3{ margin-top:9em!important}
.s6imgbox,.s2aimgbox{width:65%}
.tbannerTxtv2-017sjks{ width:calc(50% - 25px);}
}
@media (max-width: 1930px){
.zxnsv2-mk2 div span{background-size:auto 100%!important;}
.zxnsv2-mk2 div p b, .zxnsv2-mk2 div p i{width: 70%}
}
@media (max-width: 1900px){
.znpcmk1,.znpcmk2-xl{background-size:1920px auto;}
}
@media (min-width: 1751px) and (max-width: 1921px){
.sjksv2-mk4, .sjksv2-mk4 video{ width:100%; height:auto}
} 
@media (min-width: 1470px) and (max-width: 1750px){
.smy2v2-mk4 .imgwidthauto + div img{ height:380px}
.tkjsv2-mk2{background:url(../images/019tkjs/p2.jpg) -100px top no-repeat #f3f3f3;}
.tkjsv2-mk4 .row img{width:60%}
.tkjsv2-mk4,.tkjsv2-mk4 .row > div{height:500px}
.tbannerTxtv2-017sjks{ width:calc(50% - 140px);}
.index-banner-t1 h2{ font-weight:lighter; font-size:32px; padding-bottom:10px;color:#fff; text-shadow:2px 5px 7px rgba(34,24,21,0.26)}
.index-banner-t1 p{font-size:16px; font-weight:normal; color:#fff;line-height:2.1818em; font-weight:normal; text-shadow:2px 5px 7px rgba(34,24,21,0.26)}
/**begin HZP ZXF**/
.bannercontent{ width:1000px}
.s3box35{width:70%}
.s6imgbox,.s2aimgbox{width:70%}
.section4sboxleft img{width:70%}
.s2aimgbox{width:62%}
.zhywglsection4ss .rightlist1{margin-bottom:0.7em}
.zhywglsection4ss .rightlist1 .rightlisttxt p{margin-bottom:2px}
.tkjsv2-mk2.sjksv2-mk2{background:url(../images/017sjks/p1.jpg) -100px top no-repeat #f3f3f3;}
.tkjsv2-mk7 .w1024centerv2 > div b{margin:3em 0px 1em}
.ksqlptsection2 .bannercontent{width:2000px}
.greybg2.nlcpv2-mk1,.greybg2.sjpjv2{ background-size:60% auto!important; padding-bottom:6em!important}
.greybg2.nlcpv2-mk1 .omv2h3,.greybg2.sjpjv2 .omv2h3{ line-height:1.3em!important}

/**HZP ZXF end**/
}
@media (min-width: 1400px) and (max-width: 1610px){
.captiont2 .floatleft{margin-top:300px}
.captiont2 .floatright{margin-top:350px}
}
@media (min-width: 1200px) and (max-width: 1400px){
.captiont2 .floatleft{margin-top:0px}
.captiont2 .floatright{margin-top:-100px}
}
@media (min-width: 1200px) and (max-width: 1469px){
.smy2v2-mk4 .omv2h3-3{ margin-top:8em!important}
.smy2v2-mk4 .imgwidthauto + div img{ height:370px}
.gsjjv2-mk1{ width:1000px; margin:-100px auto 96px auto; padding:29px 80px 190px 80px;}	
.bannerv2.bannerbgline .tbannerTxtv2{top:calc( 50% - 120px)}
.tkjsv2-mk2{background:url(../images/019tkjs/p2.jpg) -300px top no-repeat #f3f3f3;}
.tkjsv2-mk4 .row img{width:60%}
.tkjsv2-mk4,.tkjsv2-mk4 .row > div{height:440px}
.tkjsv2-mk7 .w1024centerv2 > div b{font-size:32px}
.index-banner-t1 h2{ font-weight:lighter; font-size:32px; padding-bottom:10px;color:#fff; text-shadow:2px 5px 7px rgba(34,24,21,0.26)}
.index-banner-t1 p{font-size:16px; font-weight:normal; color:#fff;line-height:2.1818em; font-weight:normal; text-shadow:2px 5px 7px rgba(34,24,21,0.26)}
/**begin HZP ZXF**/
.bannercontent{ width:1900px}
.s3box35{width:80%}
.s6imgbox{width:85%}
.section4sboxleft img{width:70%}
.section4sboxleft{padding-top:30px; text-align:center}
.s2aimgbox{width:80%}
.zhywglsection4ss .rightlist1{margin-bottom:0.7em}
.zhywglsection4ss .rightlist1 .rightlisttxt p{margin-bottom:2px}
.zhywglsection4ss .section4ss .section4sbox{top:30px}
.zhywglsection4ss .bannertextboxtittle{font-size:32px; text-align:left}
.section4ss.zhywglsection4ss .section4sbox{top:25px}
.tkjsv2-mk2.sjksv2-mk2{background:url(../images/017sjks/p1.jpg) -300px top no-repeat #f3f3f3;}
.tkjsv2-mk7 .w1024centerv2 > div b{margin:5em 0px 1em}
.ksqlptsection2 .bannercontent{width:2000px}
.greybg2.nlcpv2-mk1,.greybg2.sjpjv2{ background-size:60% auto!important; padding-bottom:6em!important}
.greybg2.nlcpv2-mk1 .omv2h3,.greybg2.sjpjv2 .omv2h3{ line-height:1.3em!important; }
/**HZP ZXF end**/
}
.zbks-banner-bg{background: url(../images/zbks/banner-bg.jpg) scroll top center;}
.zbks-bg1{background: url(../images/zbks/banner2.jpg) scroll top center;}
.zbks-bg2{background: url(../images/zbks/banner3.jpg) scroll top center;}
.zbks-bg3{background: url(../images/zbks/banner4.jpg) scroll top center;}
.omy-bg1{background:url(../images/19omy/pic5.jpg) scroll top center;}
.omy-bg2{background:url(../images/19omy/pic10.png) repeat;}
.zbks-bg1 h5.color-white,.zbks-bg2 h5.color-white{ color:#fff; font-size:100%;}
.color-blue{color:#00377e!important}
.omy-bg1 h5.color-white{ color:#fff; font-size:100%;}
.omy-bg1 h5.color-white big{ color:#fff; font-size:150%;}
.color-white{ color:#fff;}
.color-jb-blue{background: linear-gradient(36deg, #68c3ef, #b9dced); 
background: -webkit-gradient(linear, 36deg, from(#68c3ef), to(#b9dced));   
background: -webkit-linear-gradient(36deg, #68c3ef, #b9dced);   
background: -moz-linear-gradient(36deg, #68c3ef, #b9dced);   
background: -o-linear-gradient(36deg, #68c3ef, #b9dced);   
background: -ms-linear-gradient(36deg, #68c3ef, #b9dced);   
background: linear-gradient(36deg, #68c3ef, #b9dced);   
filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #68c3ef, endColorstr = #b9dced); background-color:#3d67c0\9;
background-image:-webkit-gradient(linear,00,0bottom,from(#68c3ef),to(#b9dced));-webkit-background-clip:text;-webkit-text-fill-color:transparent;
}
section.zbks-bg3 span{ color:#fff; font-size:24px; line-height:48px; font-weight:lighter;}
.pt-2rem{ padding-top:2rem}

.col-md-1-5,.col-lg-1-5{position: relative;min-height: 1px; padding-right: 1em;padding-left: 1em;}
.fz18-16{ font-size:18px}
.om-text h1.lh1d2em{ line-height:1.2em}
.gsjj-t0{ min-width:1323px; text-align:center;}
.gsjj-t00{ min-width:1417px; }
.gsjj-t000{float:right; margin-right:250px}
.gsjj-t000bg{background:url(../images/gsjj/bg2.jpg) right center no-repeat}
.t2v2{font-size:14px; font-weight:lighter; color:#9ea7ad; line-height:2em; text-align:center;text-transform: uppercase}
.t3v2{font-size:20px; font-weight:lighter; color:#9ea7ad; line-height:1em;}
.indexv2-mk2 .row div{ text-align:center}
.indexv2-mk2 .row div a{ display:block; width:383px; margin:0px auto; height:311px;border-radius:12px; -webkit-border-radius:12px; -moz-border-radius:12px; box-shadow:0px 0px 21px rgba(6,0,1,0.26); -webkit-box-shadow:0px 0px 21px rgba(6,0,1,0.26);-moz-box-shadow:0px 0px 21px rgba(6,0,1,0.26); text-align:center}
.indexv2-mk2 .row div:nth-child(1) a{background:url(../images/02index/g1.jpg?version=20201127) center no-repeat;}
.indexv2-mk2 .row div:nth-child(2) a{background:url(../images/02index/g2.jpg?version=20201127) center no-repeat;}
.indexv2-mk2 .row div:nth-child(3) a{background:url(../images/02index/g3.jpg?version=20201127) center top no-repeat;}
.indexv2-mk2 .row div:nth-child(1) a:hover{background:url(../images/02index/g01.jpg?version=20220310) center no-repeat;}
.indexv2-mk2 .row div:nth-child(2) a:hover{background:url(../images/02index/g02.jpg?version=20220310) center no-repeat;}
.indexv2-mk2 .row div:nth-child(3) a:hover{background:url(../images/02index/g03.jpg?version=20220310) center no-repeat;}
.indexv2-mk2{width:100%;min-height:810px; background:url(../images/02index/gb01.jpg) center top no-repeat; background-size:100% auto;}
.indexv2-mk1lay{ position:relative;}
.indexv2-mk1lay section{ position:absolute; width:100%; top:0px; z-index:9999}
.indexv2-mk1lay video{position:relative; width:100%; height:837px;}
.indexv2-mk1lay #cline{position:relative; width:100%; height:837px!important;}
.indexv2-mk1lay .wavesdot{position:relative; width:100%; height:100%!important;background:url(../images/02index/gb02.png?version=2022031101) center top no-repeat;background-size:100% 100%}
.indexv3-mk3lay{position: relative;}
.indexv3-mk3lay section{position:absolute; width:100%; top:0px; z-index:9999; padding-top: 0px}
.indexv3-mk3bg{position:relative; width:100%; height:100%!important;}
.indexv4-newsbg.indexv3-mk3lay{width:100%; height:100%!important;background:url(../images/02index/v4/bg2.jpg) center top no-repeat;background-size:100% 100%;}
.slideTxtBox2 .bd{width:315px;height:409px;}
.slideTxtBox2 .bd .hceg{margin:0px;}
.tempWrap{width:100%!important;}
.bd{ width:100%!important;}
.omv2h3{ width:1140px; margin:0px auto; z-index:9; margin-top:-20px; margin-bottom:20px; position:relative; padding-right:35px; text-align:right; border-right:8px solid #007cc3; height:87px }
.omv2h3 b{ font-size:48px; line-height:48px; color:#007cc3; display:block; margin-bottom:15px; float:right; clear:both; font-weight:normal}
.omv2h3 i{font-size:24px; line-height:24px; color:949494; display:block; float:right; clear:both; font-style:normal; font-weight:lighter}
.omv2h3left{text-align:left; border-right:none; border-left:8px solid #007cc3; padding-left:30px; }
.omv2h3.omv2h3left b,.omv2h3.omv2h3left i{ float:left}
.omv2h3.omv2h3w b,.omv2h3.omv2h3w i{color:#fff;}
.omv2h3-1{margin-top:-50px; margin-bottom:0px}
.omv2h3-4{ margin-top:0px!important; margin-bottom:36px!important; background:#f6f6f6}
.omv2h3-3{ margin-top:200px!important; margin-bottom:60px!important}
.kcjkv2-mk4 .omv2h3{ margin-top:0px!important;}
.omv2h3.omv2h3-5 i{color:#fff; line-height:48px}
.sjpjv2-mk2{ margin-top:330px; margin-bottom:190px; width:560px; float:right; position:relative}
.zsjsv2-mk1 .sjpjv2-mk2{ width:460px;}
.sjpjv2-mk2 i{color:#007cc3; font-size:32px; line-height:1.625em;}
.nlcpv2-mk1 .sjpjv2-mk2{ width:480px}
.jxkhv2-mk1 .sjpjv2-mk2{width:426px}
.ksglptbannerbgv2 img{ margin-top:-200px}
.newsbannerbgv2 img{ margin-top:-110px}
.gsjsbannerbgv2 .bannerbgv2 img{ margin-top:-110px}
.ksglptbannerbgv2.omybannerbgv2 img{margin-top:-110px}
.zsjsv2-mk1 .zsjsv2dxal{ width:560px; margin-top:260px!important; margin-bottom:220px!important}
.nlcpv2-mk1 .nlcpv2dxal{ width:560px; margin-top:260px!important; margin-bottom:220px!important}
.newspage{ position: relative; z-index: 9}
.newspage.product_section ul.tabs.newstabv2{background: #fff;box-shadow:5px 0px 35px rgba(4,0,0,0.15); -webkit-box-shadow:5px 0px 35px rgba(4,0,0,0.15);-moz-box-shadow:5px 0px 35px rgba(4,0,0,0.15); border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; padding:25px 0px 35px 0px;margin-top:-70px}
.newspage.product_section .tabs.om-tabs li{line-height: 70px; font-weight: lighter!important; color:#adadad; font-size:28px!important}
.newspage.product_section ul.tabs li.current{background: #fff; color:#0086ed; font-weight:normal!important;border-bottom: 4px solid #0086ed}
.border-radius6{border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px;}
.border-radius4{border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.border-radius2{border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;}
.firstnew{ display: block;width: 100%; height: 400px; border: 1px solid #e5e5e5; position: relative; clear: both; margin: 58px 0px 18px 0px}
.firstnew *,.newslistv2 li,.newslistv2 li *{display: block; text-align: left; box-sizing: border-box}
.firstnew a.firstnewpic{cursor: pointer;}
.firstnew img{position: relative; width: 670px; height: 400px; margin: -1px 0px; float: left; border: none;border-top-left-radius:6px; -webkit-border-top-left-radius:6px;-moz-border-top-left-radius:6px;border-bottom-left-radius:6px; -webkit-border-bottom-left-radius:6px;-moz-border-bottom-left-radius:6px;}
.firstnew p{ margin:30px 50px; padding:0px; width:390px; float: left}
.firstnew p b{ color:#0086ed; font-size: 19px; line-height: 1em}
.firstnew p a.firstnew-t1{font-size: 25px; line-height: 1.28em!important; color: #262626!important; font-weight: normal; margin:15px 0px; cursor: pointer}
.firstnew p a.firstnew-t2{font-size: 16px; line-height: 1.875em!important; color: #969696!important; font-weight: normal;cursor: pointer}
.firstnew p a.firstnew-t1:hover{color:#0086ed!important;}
.firstnew p a.firstnew-t2:hover{color:#262626!important;}
.newslistv2 li{width: 100%; padding:50px 0px; position: relative; border-bottom: 1px solid #f1f1f1}
.newslistv2 li span{ width: 156px; text-align: center; display: inline-block; position: relative; border-right:1px solid #d5d5d5}
.newslistv2 li span b{font-size: 48px; color:#0086ed; line-height: 1em; font-weight: normal;text-align: center;}
.newslistv2 li span i{font-style: normal; color:#b2b2b2; font-size：22px; line-height: 1em; margin-top: 14px;text-align: center;}
.newslistv2 li p{padding:0px; margin: 0px; position: absolute; width: 100%; left:0px; top:56px; padding:0px 90px 0px 200px;overflow: hidden; text-overflow:ellipsis;white-space:nowrap;cursor: pointer;z-index: 1;}
.newslistv2 li p i{font-style: normal; color:#3e3e3e; font-size:17px; line-height:1em; margin-bottom:11px}
.newslistv2 li p a{ font-size:24px; line-height:1.66em; color:#5e5e5e; font-weight:lighter;width: 100%;overflow: hidden; text-overflow:ellipsis;white-space:nowrap;}
.newslistv2 li p a:hover{color:#0086ed; font-weight: normal}
.newslistv2 li > a{float:right; clear: both;width: 13px; height: 20px; margin-top:25px; margin-right: 60px;position: relative; background:url("../images/016news/r1.gif") no-repeat; z-index: 9;}
.pagebtnv2_blue,.pagebtnv2_w{ height: 32px; line-height: 32px; padding:0px 10px!important; background: #5bb0ff!important; color:#fff!important; text-align: center; border: 1px solid #4ba9ff!important; cursor: pointer; font-size: 14px;}
.pagebtnv2_w{background: #fff!important; border: 1px solid #e7e7e7!important; color:#5e5e5e!important}
a.pagebtnv2_blue:hover,a.pagebtnv2_w:hover{background: #0086ed!important; color:#fff!important; border: 1px solid #0086ed!important;}
.pagev2t{ line-height: 32px; font-size: 16px!important; color:#5e5e5e!important;}
.pagev2put{background: #fff; border: 1px solid #e7e7e7; }
.newslistv2 li.indexnewlistv2{padding:30px 0px; margin-top:25px; border:1px solid #f1f1f1;border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px;}
.newslistv2 li.indexnewlistv2:nth-of-type(1){margin-top:30px}
.newslistv2 li.indexnewlistv2 span{ width: 170px}
.newslistv2 li.indexnewlistv2 p{top:23px;padding:0px 260px 0px 230px; white-space:normal}
.newslistv2 li.indexnewlistv2 p a{font-size: 24px!important; color: #262626!important; line-height: 1.1em!important;font-weight:normal!important; margin-bottom: 12px; width: 100%;overflow: hidden; text-overflow:ellipsis;white-space:nowrap;}
.newslistv2 li.indexnewlistv2 p a.indexnewdetailv2{font-size:14px!important; line-height:1.78em!important; color:#a2a2a2!important; overflow: visible; white-space:normal}
.newslistv2 li.indexnewlistv2 > a{width: 145px; height: 40px; line-height: 40px; margin-right: 56px;color:#919191; background:#fff; text-align: center!important;box-shadow:0px 0px 4px rgba(103,103,103,0.25); -webkit-box-shadow:0px 0px 4px rgba(103,103,103,0.25);-moz-box-shadow:0px 0px 4px rgba(103,103,103,0.25);}
.newslistv2 li.indexnewlistv2:hover{border: 1px solid #85a8cb; background: #fff; border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px;}
.newslistv2 li.indexnewlistv2:hover p a{color:#0086ed!important}
.newslistv2 li.indexnewlistv2:hover p a.indexnewdetailv2{color:#a2a2a2!important}
.newslistv2 li.indexnewlistv2:hover > a{color:#fff!important; background:#0086ed; }.news-index .firstnew{margin-top:43px}
.news-index .firstnew p{width: 426px}
.indexnewmorev2{ display: block; width: 180px; height: 40px; margin:55px auto 125px auto; font-size: 14px; font-weight: normal; color:#fff; line-height: 40px; background: #969696; text-align: center; letter-spacing: 1px}
.indexnewmorev2:hover{background: #0086ed; color: #fff;}

.news03listv2{padding:0px 30px}
.news03listv2 li span{ width: 95px; height: 94px; border-right:none; background: #1e5c9b;border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.news03listv2 li span b{font-size: 40px; color:#fff; line-height: 1em; font-weight: bold;text-align: center; margin-top:14px}
.news03listv2 li span i{font-style: normal; color:#fff; font-size:18px; line-height: 1em; margin-top: 6px;text-align: center;}
.news03listv2 li p{padding:0px 90px 0px 165px; top:58px }
.news03listv2 li{border-bottom: 1px solid #dddddd; padding:25px 0px}
.news03listv2 li > a{width: 44px; height: 44px; margin-top:34px; margin-right: 28px;background:url("../images/016news03/i1.gif") no-repeat; z-index: 9;}
.newslistv2 li p i{color: #000; font-size: 20px; margin-bottom: 14px}
.newslistv2 li p a{color: #7b7b7b; font-size:24px; line-height: 1em; font-weight: normal}
.newslistv2 li p a:hover{color: #1e5c9b; font-weight: bolder}

/**begin 20210815hzhbtagcloud**/
.idx-strategic{
 position:relative
  
}
.idx-strategic .l{
  position: relative;
  left:0px;
  width: 100%;
  height: 963px;
}
.idx-strategic .l span{
  position: relative;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px 3px #d8e5f1;
  overflow: hidden;
  user-select: none;
}

.idx-strategic .l span img{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
/**20210815hzhbtagcloud end**/
/**begin 20210819hzhb**/
#hzhbv2-mask{ position: absolute; z-index: 999999999999; width: 100%; top:calc(50% - 240px); text-align: center; box-sizing: border-box; }
#hzhbv2{width:1265px;margin:0 auto; }
#hzhbv2 img{zoom:1}
/*#hzhbv2-mask #prev{position:absolute;top:165px;left:60px;cursor:pointer;z-index:99}
#hzhbv2-mask #next{position:absolute;top:165px;right:60px;cursor:pointer;z-index:99}*/
/**20210819hzhb end**/
/**begin newspage**/
.newstabv2 > div{width:90%; margin:0px auto}
.newstabv2 > div div{ width: calc(50% - 1px); float: left;}
.newstabv2 > div span{ width: 1px; background: #d9d9d9; height: 56px; float: left;margin-top:16px}
/**newspage end**/

/**begin hezuohuoban_logowrap20210902**/
    @-webkit-keyframes scrollToRight {
        from { -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0);}
        to {-webkit-transform: translate3d(0%, 0, 0);transform: translate3d(0%, 0, 0);}
    }
    @keyframes scrollToRight {
        from {-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);}
        to {-webkit-transform: translate3d(0%, 0, 0);transform: translate3d(0%, 0, 0);}
    }
    @-webkit-keyframes scrollToLeft {
        from { -webkit-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0);}
        to {-webkit-transform: translate3d(-500%, 0, 0);transform: translate3d(-50%, 0, 0);}
    }
    @keyframes scrollToLeft {
        from {-webkit-transform: translate3d(0%, 0, 0);transform: translate3d(0%, 0, 0);}
        to {-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);}
    }
.logo_wrap{display: block}
.logo_wrapmin{display:none}
    .logo_wrap, .logo_wrap-mobile,.logo_wrapmin {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 48px;
        font-size: 0;
    }
	.logo_wraping{ width: 100%; overflow: hidden; position: absolute;top:calc(50% - 280px)}
.logo_wrap >div{margin-bottom: 15px}
    .logo_wrap .line_odd,.logo_wrapmin .line_odd{
        width: 11604px;
        -webkit-animation: scrollToRight 86s linear infinite;
        animation: scrollToRight 86s linear infinite;
    }
    .logo_wrap .line_even,.logo_wrapmin .line_even {
        width: 11604px;
        -webkit-animation: scrollToRight 60s linear infinite;
        animation: scrollToRight 60s linear infinite;
    }
    .logo_wrap .logo_img, .logo_wrap-mobile .logo_img,.logo_wrapmin .logo_img {
        width: 25%;
        display: inline-block;
    }
    .logo_wrap .logo_img,.logo_wrapmin .logo_img{padding:6px 15px;}
    .logo_wrap-mobile .logo_img {padding: 12px;}
    .logo_wrap-mobile .line_odd {
        width: 2901px;
        -webkit-animation: scrollToRight 86s linear infinite;
        animation: scrollToRight 86s linear infinite;
    }
    .logo_wrap-mobile .line_even {
        width: 2901px;
        -webkit-animation: scrollToRight 60s linear infinite;
        animation: scrollToRight 60s linear infinite;
    }
/**hezuohuoban_logowrap20210902 end**/
@media (max-width: 1500px) {
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1r-2{left:calc(50% - 300px)!important;}
.textright.ksfw-tbannerpic1r img.hidden-1980 {margin-right: -200px;}
}
@media (max-width: 1200px) {
.indexv2-mk2.mt-6em.pb-6em{ margin-top:2em; padding-bottom:2em}
.indexv2-mk2{ min-height:600px}
.smy2v2-mk2 .w1200centerv2 div:nth-child(1),.smy2v2-mk2 .w1200centerv2 div:nth-child(3),.smy2v2-mk2 .w1200centerv2 div:nth-child(5),.smy2v2-mk3 .w1200centerv2 div:nth-child(1),.smy2v2-mk3 .w1200centerv2 div:nth-child(3),.smy2v2-mk3 .w1200centerv2 div:nth-child(5){font-size:18px; line-height:1.5em; width:100%; height:70px; letter-spacing:0px;}
.smy2v2-mk2 .w1200centerv2 div:nth-child(2),.smy2v2-mk2 .w1200centerv2 div:nth-child(4),.smy2v2-mk2 .w1200centerv2 div:nth-child(6),.smy2v2-mk3 .w1200centerv2 div:nth-child(2),.smy2v2-mk3 .w1200centerv2 div:nth-child(4),.smy2v2-mk3 .w1200centerv2 div:nth-child(6){ width:100%; height:auto; text-align:center; margin-bottom:20px}
.smy2v2-mk2 .w1200centerv2 div,.smy2v2-mk3 .w1200centerv2 div{ margin-top:0px!important}
.smy2v2-mk2,.smy2v2-mk3{ padding-top:2em}
.omv2h3 i{ text-align:left;}
.omv2h3 b,.omv2h3 i{ float:left}
.smy2v2-mk3 .w1200centerv2 div span{ font-size:18px; line-height:30px}
.smy2v2-mk3 .w1200centerv2 div img{ height:300px}
.smy2v2-mk3{ width:100%}
.smy2v2-mk4 .imgwidthauto + div{left:0px;}
.smy2v2-mk4 .imgwidthauto + div img{margin:0px auto}
.smy2v2-mk4 .w1200centerv2{ text-align:center;}
.smy2v2-mk4 .w1200centerv2 img{ height:260px}
.smy2v2-mk4 .omv2h3-3{ margin-top:70px!important; margin-bottom:40px!important;}
.omv2h3-4{margin-bottom:0px!important;}
.smy2v2-mk6 .omv2h3-5{top:10em; left:0em; max-width:320px}
.index-banner-t1{left:50px!important}
.index-banner-t1 + div.lfr{ display:none!important}
.index-banner-t1 h2{ font-weight:lighter; font-size:16px; padding-bottom:10px;color:#fff; text-shadow:2px 5px 7px rgba(34,24,21,0.26)}
.index-banner-t1 p{font-size:12px; font-weight:normal; color:#fff;line-height:2.1818em; font-weight:normal; text-shadow:2px 5px 7px rgba(34,24,21,0.26)}
.indexnewmorev2{ margin:0px auto 60px auto}
}
@media (max-width: 576px) {
.xs_img1 img{ width:60px; height:60px;}
.web-map{ width:100%; background:#e6e6e6; height:50px}
.web-map div{ float:left; padding-left:20px;}
.web-map div b{ display:none}
.web-map div a{ color:#00377e;}
.index-banner-t1{left:20px!important; top:30px!important}
.index-banner-t1 h2{ font-weight:lighter; font-size:16px; padding-bottom:10px;color:#fff; text-shadow:2px 5px 7px rgba(34,24,21,0.26)}
.index-banner-t1 p{font-size:12px; font-weight:normal; color:#fff;line-height:2.1818em; font-weight:normal; text-shadow:2px 5px 7px rgba(34,24,21,0.26)}
}
@media (min-width: 576px) {
.xs_img1 img{ width:80px; height:80px;} 
.web-map div{ width:540px;}
}
@media (min-width: 768px) {
.xs_img1 img{ width:100px; height:100px;}
.web-map div{ width:740px;}
.gsjj-bg1{min-height:188px}
.gsjj-bg1 .w1200{ max-width:620px}
.col-md-3.xl-gsjj-z1{max-width:228px!important;}
.col-md-3.xl-gsjj-z2{max-width:129px!important;}
.col-md-3.xl-gsjj-z1 img{width:208px!important;}
.col-md-3.xl-gsjj-z2 img{width:109px!important;}
}

@media (min-width: 768px) and (max-width: 1199px) {
.indexv2-mk2 .row div a{ width:242px; height:336px;  padding-top:265px;}
.indexv2-mk2 .row div a img{height:39px}
.indexv2-mk2 .row div:nth-child(1) a{background:url(../images/02index/p01md.jpg) center top no-repeat #fff;}
.indexv2-mk2 .row div:nth-child(2) a{background:url(../images/02index/p02md.jpg) center top no-repeat #fff;}
.indexv2-mk2 .row div:nth-child(3) a{background:url(../images/02index/p03md.jpg) center top no-repeat #fff;}
.indexv2-mk2 .row div:nth-child(1) a:hover{background:url(../images/02index/p01md.jpg) center top no-repeat #fff;}
.indexv2-mk2 .row div:nth-child(2) a:hover{background:url(../images/02index/p02md.jpg) center top no-repeat #fff;}
.indexv2-mk2 .row div:nth-child(3) a:hover{background:url(../images/02index/p03md.jpg) center top no-repeat #fff;}
.indexv2-mk2{ min-height:600px}
}
@media (min-width: 766px) and (max-width: 1027px) {
.smy2v2-mk5 .row div{ font-size:18px; color:#878787; line-height:1.5em; height:430px;  margin:14px 0px; padding:0px 14px;}
.smy2v2-mk5 .row b{ font-size:32px; line-height:2.3em;}
}
@media (min-width: 576px) and (max-width: 767px) {
.indexv2-mk2 .row div a{ width:191px; height:265px;  padding-top:206px;}
.indexv2-mk2 .row div a img{height:39px}
.indexv2-mk2 .row div:nth-child(1) a{background:url(../images/02index/p01m.jpg) center top no-repeat #fff;}
.indexv2-mk2 .row div:nth-child(2) a{background:url(../images/02index/p02m.jpg) center top no-repeat #fff;}
.indexv2-mk2 .row div:nth-child(3) a{background:url(../images/02index/p03m.jpg) center top no-repeat #fff;}
.indexv2-mk2 .row div:nth-child(1) a:hover{background:url(../images/02index/p01m.jpg) center top no-repeat #fff;}
.indexv2-mk2 .row div:nth-child(2) a:hover{background:url(../images/02index/p02m.jpg) center top no-repeat #fff;}
.indexv2-mk2 .row div:nth-child(3) a:hover{background:url(../images/02index/p03m.jpg) center top no-repeat #fff;}
.indexv2-mk2{ min-height:500px}
}
@media (max-width: 765px) {
.smy2v2-mk5 .row div{ font-size:16px; color:#878787; line-height:1.5em; height:320px; max-width:360px;  margin:14px auto; padding:0px 14px;}
.smy2v2-mk5 .row b{ font-size:24px; line-height:2.3em;}	
.smy2v2-mk5 .row div{ padding:0px}
}
@media (max-width: 660px) {
.smy2v2-mk6 .omv2h3-5{top:5em; left:0em;}
.smy2v2-mk6 .omv2h3-5{margin-left:1em!important}
}
@media (max-width: 575px) {
.indexv2-mk2 .row div a{ width:242px; height:336px;  padding-top:265px; margin-bottom:28px}
.indexv2-mk2 .row div a img{height:39px}
.indexv2-mk2 .row div:nth-child(1) a{background:url(../images/02index/p01md.jpg) center top no-repeat #fff;}
.indexv2-mk2 .row div:nth-child(2) a{background:url(../images/02index/p02md.jpg) center top no-repeat #fff;}
.indexv2-mk2 .row div:nth-child(3) a{background:url(../images/02index/p03md.jpg) center top no-repeat #fff;}
.indexv2-mk2 .row div:nth-child(1) a:hover{background:url(../images/02index/p01md.jpg) center top no-repeat #fff;}
.indexv2-mk2 .row div:nth-child(2) a:hover{background:url(../images/02index/p02md.jpg) center top no-repeat #fff;}
.indexv2-mk2 .row div:nth-child(3) a:hover{background:url(../images/02index/p03md.jpg) center top no-repeat #fff;}	
}
@media (min-width: 661px) and (max-width: 772px){
.smy2v2-mk4 .omv2h3-3{ margin-top:60px!important; margin-bottom:40px!important;}
.smy2v2-mk4 ul li{line-height:2em}
}
@media (min-width: 600px) and (max-width: 660px){
.smy2v2-mk4 .omv2h3-3{ margin-top:35px!important; margin-bottom:20px!important;}
.smy2v2-mk4 ul li{line-height:2em}
}
@media (max-width: 599px){
.smy2v2-mk4 .omv2h3-3{ margin-top:20px!important; margin-bottom:10px!important;}
.smy2v2-mk4 ul li{ font-size:16px; line-height:2em}
.smy2v2-mk4 ul li::before{padding-right:6px;}
}
@media (max-width: 500px){
.smy2v2-mk4 .imgwidthauto{ min-height:300px; overflow:hidden}	
.smy2v2-mk4 .omv2h3-3{ margin-top:30px!important; margin-bottom:10px!important;}
.smy2v2-mk4 ul li{ font-size:16px; line-height:1.5em}
.smy2v2-mk4 ul{ width:300px; margin-left:auto; margin-right:auto}
.smy2v2-mk6 .omv2h3-5{top:3em}
.index-banner-t1{left:10px!important; top:20px!important;overflow: hidden;text-overflow:ellipsis;white-space:nowrap; width:100%}
.index-banner-t1 h2{ font-weight:lighter; overflow:hidden; font-size:14px; padding-bottom:5px;color:#fff;line-height:1em; text-shadow:1px 3px 3px rgba(34,24,21,0.26)}
.index-banner-t1 p{font-size:12px; font-weight:normal; color:#fff;line-height:1.2em; font-weight:normal; text-shadow:1px 3px 3px rgba(34,24,21,0.26)}
}
@media (max-width: 420px){
.smy2v2-mk4 ul li{ font-size:14px;}
.smy2v2-mk4 ul{ width:310px;}
.smy2v2-mk6 .omv2h3-5{ max-width:300px}
.omv2h3.omv2h3-5 i{ font-size:14px}
}

@media (min-width: 992px) {
.col-md-1-5{ max-width: 20%;float: left;}
.xs_img1 img{ width:120px; height:120px;}
.visible-lg-V4{ display:block}
.hidden-lg-V4{ display:none}
.web-map div{ width:950px;}
.gsjj-bg1{min-height:240px}
.gsjj-bg1 .w1200{ max-width:890px}
.col-md-3.xl-gsjj-z1{max-width:332px!important;}
.col-md-3.xl-gsjj-z2{max-width:183px!important;}
.col-md-3.xl-gsjj-z1 img{width:312px!important;}
.col-md-3.xl-gsjj-z2 img{width:163px!important;}
}
@media (min-width: 1200px) {
.col-lg-1-5 {max-width: 20%;float: left;}
.xs_img1 img{ width:142px; height:142px;}
.tkjs-k1{ padding-right:50px}
.tkjs-k2{ padding-left:50px}
.ksycp-k2{ padding-left:60px}
.om-menu-xl{margin:0px auto; text-align:left; width:930px;}
.om-menu-xlv2{ width:1000px; margin:0px}
.hidden-xl{ display:none!important;}
.visible-xl{ display:block!important;}
.menu-content{ width:100%!important; padding-left:220px!important; padding-right:60px!important;}
.menu.menuv2{ height:100px; background: #fff;}
.menu-content.menu-contentv2{ width:1550px!important; padding-left:0px!important; padding-right:0px!important; margin:0px auto}
.menu-left{ margin-left:-220px!important;}
.menu-leftv2{ margin-left:0px!important; margin-top:30px}
.main-nav{ width:100%!important;}
.main_menu_right{ margin-right:-75px!important;}
.web-map div{ width:1150px;}
.gsjj-bg1{min-height:350px}
.gsjj-bg1 .w1200{ max-width:1200px}
.col-md-3.xl-gsjj-z1{max-width:437px!important;}
.col-md-3.xl-gsjj-z2{max-width:238px!important;}
.col-md-3.xl-gsjj-z1 img{width:417px!important;}
.col-md-3.xl-gsjj-z2 img{width:218px!important;}
.gsjj-bg1 .xl-gsjj-z1 img{ max-width:427px!important;}
}


@media (min-width: 1470px) {
.web-map div{ width:1400px;}    
}
.t-in{ text-indent:2em}
.space-m{ letter-spacing:0.1em}
section.gsjj-bg1{ background:url(../images/gsjj/banner4.jpg) scroll top center;}
section.gsjj-bg2{ background:url(../images/gsjj/banner3.jpg) scroll top center; color:#fff;}
section.gsjj-bg2 h1,section.gsjj-bg2 .title_second h5{ color:#fff;}
@media (max-width: 1400px) {
.col-xl-gsjjt1{ padding-right:0px}
.col-xl-gsjjt2{ padding-top:0px; margin-bottom:0px}
.col-xl-gsjjt3{ max-width:1100px!important;}
.zxxx-mk01 img{ height:420px; margin-top:2em}
.gsjj-t0{ min-width:300px; width:100%}
.gsjj-t000{float:right; margin-right:200px}
.gsjj-t000bg{background:url(../images/gsjj/bg2-mb.jpg) right center no-repeat}
.mspzv2-mk1 .omv2h3-1{ margin-top:0px}
.sfyzv2-mk3 .omv2h3{ margin-top:-70px}
.sfyzv2-mk3 .w1200centerv2{margin-top:80px}
.sfyzv2-mk6 .omv2h3-1{ margin-top:60px; margin-bottom:80px;}
.gsjjv2-mk1 p{line-height:2em}
.captiont3{ top:calc(50% - 80px)!important;}
.znajmk2m .omv2h3{ width: 800px}
.znajmk2m{top:-80px}
.znajmk2mimg img{ width: 860px;}
.znajmk1m{display: none}
.znajmk1m-min{display: block;text-align: center; }
.znajmk1m-min img{max-width:1100px; height: auto}
.znajmk2c{ display: none}
.znajmk2c-min{ display: block; text-align: center}
.znajmk2c-min img{width: 1000px;margin: -100px auto 0px auto;}
}

@media (max-width: 1330px) {
.w1330centerv2{ width:100%;}
.sfyzv2-mk5 .w1200centerv2 img{ width:80%}
.sfyzv2-mk5{min-height:5em}
.sfyzv2-mk5 .w1200centerv2{padding-top:8em}
.fwwlv2-bn div:first-child{font-size:32px;}
.fwwlv2-mk1{padding-top:80px}
.fwwlv2-mk1 div:nth-child(1){ font-size:30px;margin-bottom:40px;}
.fwwlv2-mk1 div:nth-child(2){ margin-bottom:100px;}
.fwwlv2-mk1 div:nth-child(2) img{ width:800px}
.captiont2 > div{ width:900px; display: inline-block}
.captiont2 .floatright img{ width: 350px; height: auto; margin-top:80px}
img.indexmore{height: 38px}	
}
@media (max-width: 1300px) {
.indexv2-mk1lay section,.indexv3-mk3lay section{position: relative}
.indexv2-mk1lay #banner{margin-bottom: 2rem}
.indexv3-mk3 .row{margin-bottom: 2rem}
}
@media (max-width: 1200px) {
.xs-hidden{ display:none} 
.xs-hidspace .mt-4em{ margin-top:0px}
.xs-hidspace .mb-4em{ margin-bottom:0px}
.xs-hidspace .pl-5em{ padding-left:0px;}  
.xs-hidspace .pr-8em{ padding-right:0px;}
.xs-hidspace .mb-8em{ padding-bottom:0px}
.xs-hidspace .text-right{ text-align:left!important}
.product_section.news-index ul.tabs li.new-m1{ width:214px!important}
.product_section.news-index ul.tabs li.new-m2{ width:236px!important}
.product_section.news-index ul.tabs li.new-m3{ width:192px!important}
.product_section.news-index ul.tabs li.new-m4{ width:260px!important}
.product_section.news-index ul.tabs li.new-m5{ width:260px!important}
.news-index-main{ min-height:550px}
.news-index-r li a{ font-size:16px; width:70%}
.news-index-r li i a{ font-size:10px;}
.news-index-r li i { width:60px}
.news-index-r .news-index-date b{ font-size:2em}
.news-index-r li{ height:60px; padding-top:10px; margin-left:10px}
.news-index-r li i{ margin-top:20px}
.news-index .es-carousel ul{ padding-bottom:0px!important}
.news-index .es-carousel{ padding:0px!important}
.news-index-main{ min-height:400px}

.tbannerTxt.tbannerTxt-index{ margin-top:-80px!important}
.tbannerTxt-index img{ margin-bottom:10px; width:70px}
.tbannerTxt-index .tbanner_t1 min{ font-size:75%}
.menu-pc i{display:none;}
.menu-pc div{}
.menu-pc p{display:none;}
.zxxx-mk01 img{ height:380px; margin-top:3em}
.xl-text-center{ text-align:center!important;}
.brand-item.white-bg.xl-gsjj{ padding-top:0px!important;}
.xl-pr-0{ padding-right:0px!important;}
.xl-gsln-pt30{ padding-top:30px!important}
.xl-gsln-mbf60{ margin-bottom:-60px!important}
.w1200centerv2{ width:100%;}
.omv2h3{ width:100%; margin-top:0px; margin-bottom:0px; margin-right:0px; margin-left:15px; padding-right:0px; padding-left:15px; border-left:6px solid #007cc3; border-right:none; height:65px; text-align:left }
.omv2h3 b{ font-size:28px; line-height:1.2em; margin-bottom:10px; }
.omv2h3 i{font-size:16px; line-height:1em; }
.omv2h3left{border-left:5px solid #007cc3; margin-left:15px; margin-right:0px; padding-left:15px; border-right:none }
.omv2h3-1{margin-top:0px;}
.omv2h3-5{margin-top:-600px; margin-bottom:480px; margin-left:80px}
.omv2h3.omv2h3-5 i{line-height:1.5em}
.indexv2-mk1 .row{ margin-left:10px; margin-right:10px}
.sfyzv2-mk5 .w1200centerv2{padding-top:6em}
    }
section.fwwl{ background:url(../images/14fwwl/pic2.jpg) scroll top center;}
section.fwwl h1,section.fwwl h4{ color:#000;}
section.fwwl h1{ font-size:4em; font-weight:lighter}
section.fwwl h4{ font-size:1.3em}

@media (max-width: 1100px) {
.w1064centerv2{ width:100%;}
}

@media (max-width: 1000px) {
 .kcaq-bg1{ background:url(../images/20kcaq/pic1-h.jpg) no-repeat; padding-left:2em; padding-top:45px; min-height:386px;}
.kcaq-bg2{ background:url(../images/20kcaq/pic2-h.jpg) no-repeat right top; padding-left:2em}
.kcaq-bg2 h1,.kcaq-bg1 h1{line-height:1em; font-weight:bold;}
.fz18-16{ font-size:16px}
.xl36pxtext{ font-size:24px!important; font-weight:bold;}
.news-index.pt-5em{ padding-top:3em}

}

@media (max-width: 769px) {
.sm-mt-3em{ margin-top:3em}
}
.line-h1{line-height:1em!important}
.op-w20{background-color: rgba(255,255,255,0.5);}
.kcaq-bg1{ background:url(../images/20kcaq/pic1.jpg) no-repeat; padding-left:580px; padding-top:45px; height:386px;}
.c-list ul li{ line-height:30px; background:url(../images/dot.png) 0px 10px no-repeat; padding-left:22px;}
.kcaq-bg2{ background:url(../images/20kcaq/pic2.jpg) no-repeat right top; padding-top:0px; min-height:386px;}
.kcaq-bg2 h1{line-height:1em;}
.kcaq-bg2 p{ font-size:1em; line-height:2em; padding:0.5em 0px 2em 0px; color:#000;}
.gsjj-bg1 .xl-gsjj-z1,.gsjj-bg1 .xl-gsjj-z2{ text-align:center; margin-bottom:20px}
.gsjj-bg1 .xl-gsjj-z1 img{ max-width:200px;}


section.smy-bg1{ background:url(../images/21smy/bg1.jpg) scroll top center; background-size: cover; background-position:center center; background-repeat:no-repeat;}
section.smy-bg2{ background:url(../images/21smy/bg2.jpg) scroll top center; background-size: cover; background-position:center center; background-repeat:no-repeat;}
section.smy-bg3{ background:url(../images/21smy/bg3.jpg) scroll top center; background-size: cover; background-position:center center; background-repeat:no-repeat;}
section.smy-bg4{ background:url(../images/21smy/bg4.jpg) scroll top center; background-size: cover; background-position:center center; background-repeat:no-repeat;}
section.smy-bg5{ background:url(../images/21smy/bg5.jpg) scroll top center; background-size: cover; background-position:center center; background-repeat:no-repeat;}
section.smy-bg6{ background:url(../images/21smy/bg6.jpg) scroll top center; background-size: cover; background-position:center center; background-repeat:no-repeat;}
section.smy-bg6 h2,section.smy-bg6 h2 small{ line-height:1.2em; font-weight:lighter; color:#000}
section.txgl-bg1{background: url(../images/24txgl/bg1.jpg) scroll top center;}
.om-newslist h3,.om-newslist h3 min{ line-height:0.6; padding-bottom:13px; font-weight:lighter !important;}
.om-newslist span{ background:url(../images/clock.png) no-repeat 0px 2px;padding-left:23px; color:#696969}
.om-newslist p{ padding:10px 0px 10px 0px !important; letter-spacing:0em !important;}
.om-newslist p a{ line-height:1.2em !important; color:#696969 !important;}
.om-newslist i{ font-style:normal;}
.om-newslist i a{ color:#696969 !important;}
.om-newslist a:hover{ color:#00377e !important;}
.om-newslist .media{ border-bottom:1px solid #e6e6e6;}
.product_section .tabs.om-tabs li.current{ border-radius:0px !important;}
.product_section .tabs.om-tabs  li{padding:3px 15px; font-size:1.5rem !important; font-weight:lighter !important;font-family:"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53"}
.product_section{ background:none}
.article-footer{ text-align:center; border-top:0}
/*begin  Pagination */
.page-nav {
	margin-bottom: 40px;
}

.page-nav > span {
	margin-left: 10px; margin-right:10px; font-size:0.6rem;
}

.page-nav ul, .page-nav li, .page-nav > span {
	display: inline-block;
}

.page-nav li, .page-nav > span {
	vertical-align: middle;
	margin-bottom: 10px;	
}

.page-nav li {
	line-height: normal;
}

.page-nav a {
	display: block;
	color: #333;
	background-color: #f8f8f8; border:1px solid #eaeaea;
}

.page-nav a, .page-nav li.current {
	padding: 5px 10px; font-size:0.8rem
}

.page-nav a:hover, .page-nav li.current {
	color: #fff; background:#425383; border:1px solid ##425383
}
.page-nav input{background-color: #fff; border:1px solid #eaeaea; width:40px; height:26px; line-height:24px; font-size:0.8rem; text-align:center; display:inline-block; top:0px; margin-top:0px}
.bt-bg{ background:url(../images/bt-bg.png) no-repeat center bottom}
.om-map{ background:url(../images/12lxwm/map.jpg) no-repeat center top; min-height:400px}
.btn-blue{ background:#4a7fc4}
.btn-blue:hover{ background:#296cc3}
.h-45px{ height:45px}
.btn-grey{ background:#bcbcbc;}
.btn-grey:hover{ background:#a5a5a5}
/*Pagination end*/

.form-control{border-radius:0px}
.form-control::-webkit-input-placeholder{color:#a1a1a1;  }
.form-control::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#a1a1a1;}
.form-control:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#a1a1a1;}
.form-control:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#a1a1a1;}
.mxpj{ width:524px; height:448px}
.xs1024-hidden{ display:block;}
.xs1024-visible{ display:none;}
.xs768-hidden{ display:block;}
.xs768-visible{ display:none;}

/*begin topbanner*/
.tbanner{ height: 500px; position: relative; background:url(../images/loader.gif) no-repeat center center; }
.tbannerTxt { color:#00377e; width: 100%; position: absolute; left: 0%; top: 50%; margin-top:-35px; text-align: center; }
.tbanner_t1 { font-size: 48px; line-height: 50px; display: inline-block; }
.tbanner_t2 { font-size: 16px; font-weight:lighter; line-height: 36px;}
.tbanner_t3 { font-size: 2em; font-weight:lighter; line-height: 50px; color:#000;}
.tbanner_t4 { font-size: 40px; color:#00377e;letter-spacing:6px; line-height: 62px; display: inline-block;
vertical-align:bottom; }
.tbanner_t4 b {font-size: 53.4px; font-weight:bold;letter-spacing:10px;}
.tbanner_t5 { font-size: 12px; font-weight:lighter; line-height: 21px; margin-top:10px;letter-spacing:2px; word-spacing: 1px}
.tbanner_gsjj{ height:700px}
.tbanner_gsjj .tbannerTxt{ margin-top:-120px}
.bgImg { height: 100%; width: 100%; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; }
.bgImg{background-position:center center; background-repeat:no-repeat; background-size:cover;}
.sjcl .tbanner_t1,.sjcl .tbanner_t3{ width:56%; margin:0px auto; text-align:left}
.text-gsjj-num div{ color: #4c4c4c; font-weight:light; font-size:16px; line-height:20px; text-align: center;}
.text-gsjj-num b{ font-size:60px; color:#5e92d7; line-height: 70px;}
.gswh-bg3,.gswh-bg2,.gswh-bg6,.gswh-bg7{ width:750px; height:648px;}
.gswh-bg3{ background:url(../images/gswh/pic04.jpg) no-repeat;}
.gswh-bg2{ background:url(../images/gswh/pic05.gif) no-repeat;}
.gswh-bg6{ background:url(../images/gswh/pic08.jpg) no-repeat;}
.gswh-bg7{ background:url(../images/gswh/pic09.jpg) no-repeat;}
.space-2px{letter-spacing:2px!important;}
.centerxy{display: flex; display: -webkit-flex; align-items:center; justify-content:center;}
.centerx{display: flex; display: -webkit-flex; align-items:center;}
.centery{display: flex; display: -webkit-flex; justify-content:center;}
.righty{display: flex; display: -webkit-flex; justify-content:flex-end;}
.xl-h520{ height:520px}
.xl-h450{ height:450px}
.xl-h360{ height:360px}
.xl-h300{ height:300px}
.lg-text-48{ font-size:48px; line-height:48px}
.lg-text-36{ font-size:36px; line-height:36px}
.lg-text-40{ font-size:40px; line-height:40px}
.lg-text-30{ font-size:30px; line-height:30px}
.hr1{ width:98px;border:none; height:2px; clear:both; margin:2px 0px 11px 0px; background:#54b1ed}
.dot00{ background: url(../images/dot00.png) 0px 8px no-repeat; padding-left:30px}
.dot0{ background: url(../images/dot0.png) 0px 8px no-repeat; padding-left:30px}
.indexv2-mk1 .row div{padding-right:56px;}
.indexv2-mk1 .row a{ display:block; width:100%; margin-bottom:100px; height:88px; cursor:pointer; box-sizing:border-box; padding-right:114px; padding-top:6px; text-align: right;}
.indexv2-mk1 .row a b{ font-size:20px; font-weight:normal; line-height:44px; color: #505050}
.indexv2-mk1 .row a:hover b{font-weight:bolder; color:#0479c9}
.indexv2-mk1 .row a i{ font-style: normal; font-size: 14px; font-weight: normal; line-height: 24px; color: #9ea7ad}
.indexv2-mk1 .row div:nth-child(even){padding-left:56px; padding-right:0px}
.indexv2-mk1 .row div:nth-child(even) a{padding-right:0px;padding-left:114px; text-align:left;}
.indexv2-mk1 .row div:nth-child(1) a{ background:url(../images/02index/c1.png?version=20210601) right center no-repeat;}
.indexv2-mk1 .row div:nth-child(2) a{ background:url(../images/02index/c2.png?version=20210601) left center no-repeat;}
.indexv2-mk1 .row div:nth-child(3) a{ background:url(../images/02index/c3.png?version=20201127) right center no-repeat;}
.indexv2-mk1 .row div:nth-child(4) a{ background:url(../images/02index/c4.png?version=20201127) left center no-repeat;}
.indexv2-mk1 .row div:nth-child(5) a{ background:url(../images/02index/c5.png?version=20201127) right center no-repeat;}
.indexv2-mk1 .row div:nth-child(6) a{ background:url(../images/02index/c6.png?version=20201127) left center no-repeat;}
.indexv2-mk1 .row div:nth-child(1) a:hover{ background:url(../images/02index/c01.png?version=20210601) right center no-repeat;}
.indexv2-mk1 .row div:nth-child(2) a:hover{ background:url(../images/02index/c02.png?version=20201127) left center no-repeat;}
.indexv2-mk1 .row div:nth-child(3) a:hover{ background:url(../images/02index/c03.png?version=20201127) right center no-repeat;}
.indexv2-mk1 .row div:nth-child(4) a:hover{ background:url(../images/02index/c04.png?version=20201127) left center no-repeat;}
.indexv2-mk1 .row div:nth-child(5) a:hover{ background:url(../images/02index/c05.png?version=20201127) right center no-repeat;}
.indexv2-mk1 .row div:nth-child(6) a:hover{ background:url(../images/02index/c06.png?version=20201127) left center no-repeat;}
.newsv2more{ text-align:right}
.newsv2more a{color:#a1a1a1; font-size:16px; cursor:pointer}
.newsv2more a:hover{color:#0086ed;}
.news-index-rv2{ padding-left:54px; padding-bottom:10px; padding-top:10px}
.news-index-rv2,.news-index-rv2 li{display:block;}
.news-index-rv2 *{box-sizing:border-box;}
.news-index-rv2 * a:hover{ color:#4a86ff}
.news-index-rv2 i{ font-style:normal}
.news-index-rv2 h3 a{ display:inline-block; float:left; font-size:20px; color:#6c6c6c; line-height:76px; height:76px; width:483px; text-align:left; overflow: hidden; text-overflow:ellipsis; white-space:nowrap;}
.news-index-rv2 h3 i{ display:inline-block; float:right; font-size:20px; color:#a3a3a3; line-height:76px; height:76px; width:120px; text-align:right}
.news-index-rv2 li{ border-bottom:1px solid #e7e7e7; margin-bottom:5px; background:#fff; display:block; width:100%; height:77px;}
.news-index-rv2 li h4{ display:none}
.news-index-rv2 li.newcurv2{margin-top:-7px; border-bottom:2px solid #4a86ff;box-shadow:2px 0px 9px rgba(82,82,82,0.11); height:182px; -webkit-box-shadow:2px 0px 9px rgba(82,82,82,0.11);-moz-box-shadow:2px 0px 9px rgba(82,82,82,0.11); padding-top:5px; margin-bottom:15px; height:182px;}
.news-index-rv2 li.newcurv2:first-child{ margin-top:0px;}
.news-index-rv2 li.newcurv2 h3{ width:100%; height:62px; margin-bottom:0px}
.news-index-rv2 li.newcurv2 h3 a{ color:#343434; font-size:22px; width:100%; padding:0px 33px; line-height:62px; height:62px; font-weight:normal;overflow: hidden; text-overflow:ellipsis; white-space:nowrap; }
.news-index-rv2 li.newcurv2 h3 i{ display:none}
.news-index-rv2 li.newcurv2 h4 a{ display:block; float:left; width:374px; height:60px; margin-left:33px; font-size:18px; color:#9c9c9c; padding-top:19px; padding-bottom:25px; line-height:30px; border-top:1px solid #e8e8e8}
.news-index-rv2 li.newcurv2 h4 i{ display:block; float:right; width:118px; text-align:center; font-size:22px; color:#4a86ff; line-height:50px;}
.news-index-rv2 li.newcurv2 h4 i b{ font-size:36px; line-height:36px; font-weight:border;}
.news-index-rv2 li.newcurv2 h4{display:block; height:103px; }
.news-index-rv2 * a{-webkit-transition: 0s ease; transition: 0s ease;}


.news-index-main-m{box-sizing:border-box; width:100%; padding:10px 20px;}
.news-index-main-m ul{padding:0px; position:relative;}
.news-index-main-m ul,.news-index-main-m ul li{display:block;}
.news-index-main-m ul *{box-sizing:border-box;}
.news-index-main-m ul * a:hover{ color:#4a86ff}
.news-index-main-m ul i{ font-style:normal}
.news-index-main-m h3 a{ display:block; float:left; font-size:20px; color:#6c6c6c; line-height:76px; height:76px; width:100%; padding-right:120px; text-align:left; overflow: hidden; text-overflow:ellipsis; white-space:nowrap;}
.news-index-main-m h3 i{ display:block; float:right; position:absolute; margin-top:-76px; font-size:20px; color:#a3a3a3; line-height:76px; height:76px; width:120px; text-align:right}
.news-index-main-m li{ border-bottom:1px solid #e7e7e7; margin-bottom:5px; background:#fff; display:block; width:100%; height:77px;}
.news-index-main-m * a{-webkit-transition: 0s ease; transition: 0s ease;}
.tbannerTxtv2_news{font-size:62px; font-weight: lighter; text-align: center;top:calc(50% - 115px)}
.tbannerTxt2v2_news{font-size:31px; font-weight: lighter; text-align: center;top:calc(50% - 0px)}
.zxnsbannerbgv2 .tbannerTxtv2_news{top:calc(50% - 187px)}
.zxnsbannerbgv2 .tbannerTxtv2 i{display: block;padding-top:60px; text-align: center; line-height: 2em}
.fwwlbannerbgv2 .tbannerTxtv2_news{top:calc(50% - 187px)}
.fwwlbannerbgv2 .tbannerTxtv2 i{display: block;padding-top:20px; text-align: center;}
.news01bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 92px);text-shadow: 2px 8px 7px #221815; font-size:52px}
.news03bannerbgv2 .tbannerTxtv2_news{font-size:3rem}
.news02bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 80px)}
.news03bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 210px)!important;text-shadow: 1px 2px 4px #000000;}
.news01bannerbgv2 .tbannerTxtv2_news i{ font-size: 22px; line-height: 2.5em; letter-spacing: 2px; }
.news03bannerbgv2 .tbannerTxtv2_news i{font-size:1.375rem}
.lxwmv2-main{padding-left:100px; box-sizing: border-box}
.lxwmv2-main div:nth-of-type(1){ background:url(../images/12lxwm/p1.gif) 10px 0px no-repeat;}
.lxwmv2-main div:nth-of-type(2){ background:url("../images/12lxwm/p2.gif") 10px 0px no-repeat;}
.lxwmv2-main div:nth-of-type(3){ background:url(../images/12lxwm/p3.gif?version=20250709) 10px 0px no-repeat;}
.lxwmv2-main div{padding-left:68px}
.lxwmv2-main div,.lxwmv2-main div a,.lxwmv2-main div b{ font-size:17px; line-height: 34px; color: #040404;font-weight: 500 }
.lxwmv2-main div b{font-weight: normal; font-size:20px;}
.lxwmv2-main div a{ text-decoration: underline}
.lxwmv2-map,.lxwmv2-maping{ position: relative; display: block; width: 100%; height:439px; text-align: center}
.lxwmv2-mapbg{position: absolute; top:46px; left: 0px; width: 100%; height: 344px; background: #f5f5f5; z-index: -1}
.lxwmv2-maping{z-index: 2}
footer{ background: #272727}
.xs576-visible{ display:none}
.xs576-hidden{ display:block}
.xs430-visible{ display:none}
.xs430-hidden{ display:block}

.newszbgg{height:399px; width:100%; position:relative; margin-top:0px;background:url('../images/zbgg/b1.jpg?version=202403251440') center no-repeat;}
.newszbgg div{text-align:center;padding-top:195px;text-shadow: 2px 8px 7px #221815;color:#fff; font-size: 62px; font-weight:lighter; line-height:1em}
.zbggindex{display: flex; display: -webkit-flex; justify-content: center; align-items: stretch;}
.zbggindex em{height:calc(100% - 1.2rem);display: flex!important; display: -webkit-flex!important; justify-content: center; align-items:center;}
.zbggindex em a{ text-align:center; font-size:1.4rem!important; line-height:2em!important}


@media (max-width:1200px){
.tbanner_t1 {font-size: 42px;line-height: 50px;}
.tbanner_t2 {font-size: 14px;line-height: 18px; font-weight:lighter; }
.tbannerTxt{margin-top:-34px!important;}
.tbanner_gsjj .tbannerTxt{ margin-top:-64px!important;}
.tbanner_t4 { font-size: 32px; color:#00377e;letter-spacing:6px; line-height: 50px; }
.tbanner_t4 b {font-size: 40px;}
.tbanner_t5 { font-size: 10px; line-height: 18px; margin-top:5px;}
.tbanner{height:320px;}
.tbanner_gsjj{ height:400px}
.sjcl .tbanner_t1,.sjcl .tbanner_t3{ width:70%; margin:0px auto; text-align:left}
.product_section.news-index .tabs.om-tabs li{ font-size:20px!important;}
.es-carousel{ padding:0px 30px} 
.es-carousel ul{ }
.xl-h520{ height:300px}
.product_section.news-index .tabs.om-tabs  li{ min-width:190px!important; line-height:50px; box-sizing:border-box; padding:0px 0px 0px 50px!important}
.lg-text-48{ font-size:32px; line-height:32px}
.lg-text-36{ font-size:24px; line-height:24px}
.lg-text-40{ font-size:30px; line-height:30px}
.lg-text-30{ font-size:26px; line-height:26px}
 .menuv2{width:100%;
	height:50px;
	position:fixed;
	top:0;
	left:0;
	z-index:9999; background:#00377e;}  
.menuv2 .menu-content .toggle-nav i{ color:rgb(255,255,255,0.5)}
.menu-gp{ float:left; margin:20px 0px 0px 12px;  font-size:12px; line-height:12px; color:rgb(255,255,255,0.5);}
.tpv2{ position:relative}
.tpv2{margin-top:50px}
.news-index-main-m h3 a{ padding-right:140px;}
.news-index-main-m h3 i{right:0px; margin-top:0px; font-size:16px; height:px; line-height:50px }
.newsv2more{ margin-top:-10px; margin-bottom:-20px; position:absolute; z-index:999; right:10px}
.news-index-main-m li{height:50px}
.news-index-main-m{padding:10px 40px 60px 40px}
.news-index-main-m h3 a{height:50px; line-height:50px}
}
@media (max-width:767px){
.tbanner_t1 {font-size: 36px;line-height: 38px;}
.tbanner_t2 {font-size: 12px;line-height: 18px; font-weight:lighter; }
.tbannerTxt{margin-top:-28px!important;}
.tbanner{height:300px;}
.product_section.news-index .tabs.om-tabs li{ font-size:16px!important;} 
.product_section.news-index ul.tabs li.new-m1{ width:200px!important}
.product_section.news-index ul.tabs li.new-m2{ width:216px!important}
.product_section.news-index ul.tabs li.new-m3{ width:180px!important}
.product_section.news-index ul.tabs li.new-m4{ width:235px!important}
.product_section.news-index ul.tabs li.new-m5{ width:240px!important}
.lg-text-48{ font-size:30px; line-height:26px}
.lg-text-36{ font-size:24px; line-height:20px}
.lg-text-40{ font-size:28px; line-height:28px}
.lg-text-30{ font-size:20px; line-height:20px}
.news-index-main-m h3 a{ padding-right:100px; font-size:16px;}
.news-index-main-m h3 i{ font-size:16px; }
}
/*topbanner end*/
.om-text h1{ font-size:3em!important; font-weight:normal!important; line-height:2em;}
.om-text h1.lh2em{ line-height:2em!important}
.om-text h1.lh1d2em{ line-height:1.2em!important}
.om-text h1.lh1d3em{ line-height:1.3em!important}
.om-text h1.lh1d4em{ line-height:1.4em!important}
.om-text h1.lh1d5em{ line-height:1.5em!important}
.om-text h1.lh1d6em{ line-height:1.6em!important}
.om-text h1.lh1d7em{ line-height:1.7em!important}
.om-text h1.lh1d8em{ line-height:1.8em!important}

@media (min-width:1000px){
.imgmk1 img.om-bst{ margin-top:6em!important;}
}

@media (max-width:1860px){
/**begin hezuohuoban_logowrap20210902**/
.logo_wrapmin{display: block}
.logo_wrap{display: none}
.logo_wraping{top:calc(50% - 205px)}
.logo_wrapmin .logo_img{width: 16.666666667%}
    .logo_wrapmin .line_odd {
        width: 13002px;
    }
    .logo_wrapmin .line_even {
        width: 13002px;
    }
/**hezuohuoban_logowrap20210902 end**/	
	
/*begin zhaoxiannashi20210907*/
.zxnsv2-mk1{width: 85%;}
.zxnsv2-mk1-t1{padding:0px 30px 0px 30px }
.zxnsv2-mk1-img1{width: 30%}
.zxnsv2-mk1-img2{width: 50%;right:150px}
.zxnsv2-mk2 div p b, .zxnsv2-mk2 div p i{width: 77%}
.zxnsv2-mk3 p{background-size:75%}
.zxnsv2-mk3 p i{width: 48%; font-size: 14px; line-height: 2em;}
	
.zxnsv2-mk4{height: 350px;}
.zxnsv2-mk4 > img{ right: 80px; width: 430px}
.zxnsv2-mk4 > span{top: 30px; left: 180px;font-size:30px; }
.bussiness-body{padding-left:70px;left:calc(50vw - 300px );  }
.bussiness-body .item{width: 90px;}
.bussiness-body .item .price div{ width: 70%; }
.bussiness-body .item .price div b{font-size:12px; line-height: 2em;}
.bussiness-body .item.on{width: 440px;}
.bussiness .bussiness-body.show .item{margin-left:10px;}
.bussiness-body .item .service{width: 90px;height: 350px;}
.bussiness-body .item .service i{ display: block;width: 20px; font-size:20px;}
.bussiness-body .item .service i em{font-size:10px; line-height: 1em}
.bussiness-body .item.on .service{width: 90px;}
.bussiness-body .item .price{width: 350px;height: 350px;}
.bussiness-body .item.on .price{left:90px;}
.bussiness-body .item5 .price div{margin-left:0px}
	
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
.zxnsv2-mk4 > span{left:80px;}
.bussiness-body .item .price{width: 250px;}
.bussiness-body .item.on{width:340px}
.bussiness-body .item.on .price{background-size:250px 350px}
}
/*zhaoxiannashi20210907 end*/
.indexv3-mk3.center75v2{ width: 1450px!important}
	
}



@media (max-width:1700px){
.tbannerTxtv2-omy p{ height:400px}
.tbannerTxtv2_news{font-size:3em}
.tbannerTxtv2 i{font-size:0.5em}
.fwwlbannerbgv2 .tbannerTxtv2_news{top:calc(50% - 3.7em)}
.fwwlv2-mk01{width: 75%}
.fwwlv2-mk01{margin-top:10em}
.fwwlv2t b{font-size:1.8em}
.fwwlv2t i{font-size:1em}
.fwwlv2-mk01_t1{background-size:200px auto}	
.fwwlv2-mk01_t1 i{padding-top:1em}
.fwwlv2-mk01_p1 img{width: 93%}
.fwwlv2-mk03{padding:4em 0em 3.8em 0em}
.fwwlv2-mk03 div{height: 230px; background-size:250px auto;padding-top:55px}
.tbannerTxtv2_news{font-size:3em; font-weight: lighter; text-align: center;top:calc(50% - 115px)}
.tbannerTxtv2_news.tbannerTxt2v2_news{font-size:1em; font-weight: lighter; text-align: center;top:calc(50% - 0px)}
.bigwidth{width: 95%}
.f5img{width: 100%}
/*begin rengongzhineng*/
.rgznt1 .tbannerTxtv2{top: calc(50% - 160px);left: calc(50% - 650px);}
.rgznt1 .tbannerTxtv2 img{width:500px}
.rgznmk2 > .rgznmk2lay{top:-50px;}
.rgznmk2 > .rgznmk2lay .w1200centerv2{width:1200px}
.rgznmk2_1 .rgznmk2t2{margin:35px 0px 50px 0px}
.rgznmk2_1 .row div span{width:280px; height:330px; margin:30px auto 0px; background-size:280px 199px!important;}
.rgznmk2_1 .row div span i{ margin-top:200px; height:130px; font-size:16px; line-height:1.5em; font-weight:lighter;}
.rgznmk2_1 .row div span:hover i{font-weight:normal}
.rgznmk2_2{ margin-top:180px;}
.rgznmk2t4{font-size:16px; margin:30px 0px;line-height:2em;}
.rgznmk3{font-size:20px;line-height:2.125em;height: 130px;width: 750px;padding-left: 150px;margin:80px auto;background-size: 130px auto;}
.rgznmk2b1,.rgznmk2b2{ background-size:1700px auto;}
.rgznmk2b1{margin-top:120px; height:749px}
.rgznmk2b2{height:750px}
.rgznmk2t1 img{height:100px}
.rgznmk2t2 img{height:28px}
.rgznmk2t3 img{height:100px}
.rgznmk2video{width:850px; margin:0px auto}
/*rengongzhineng end*/
	
.inewslisttopv3 > a{width: 320px; height: 200px}
.inewslisttopv3 .v4newsjd div em a{font-size:1.2rem; line-height: 2em}
.inewslisttopv3 .v4newsjd div p a{ font-size:0.8rem;line-height: 2em}
.inewslisttopv3 .v4newsjd div{ width: calc(100% - 534px); padding:30px}
	.inewslisttopv3{height: 320px}

.captiont4{top:calc(50% - 250px)!important;}
.captiont4 img.indexmore{ margin-top:80px; max-width:900px!important;}

.captiont5{top:calc(50% + 50px)!important; text-align:center}


.tp-bullets{bottom: 90px!important}
.captiont1{top:calc(50% - 150px)!important}
.caption1 img.indexmore{width:130px; height:auto}
.znajmk2m .omv2h3{ width: 1140px}
.znajmk2c{margin-top:100px}
.bannerbgv2 img{margin-top:-180px}
 
}
@media (min-width:1500px) and (max-width:1700px){
.znpcmk3 p{top:210px}
.znajmk2m{ top:-40px}
.znajmk2mimg{margin-top:100px}
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1r{left:calc(50% - 170px)!important;}
.captiont5{top:calc(50% + 50px)!important;}
.captiont5 .mmore{margin:1.5em auto 0!important}
}
@media (max-width:1650px){
.inewslisttopv3{height: 270px}
}
@media (max-width:1600px){
.smy2v2-mk4{ padding-bottom:3em}
.bmxv2-mk5{ margin-top:60px}
.bmxv2-mk6 .bmxh6{ margin-top:0px}
.mspzv2-mk7 .w1200centerv2{top:calc(50% - 170px);}
.mspzv2-mk7 .w1200centerv2 img{ margin-top:150px}
.bmxv2-mk7 .omv2h3{margin-top:20px!important}
.bmxv2-mk7 .bannerbgv2 img{margin-top:-230px}
.kcjkv2-mk7 .bannerbgv2 img{margin-top:-350px}
.mspzv3-mk5 .omv2h3-1{ margin-top:100px; margin-bottom:70px}
.mspzv3-mk4 {margin-top:90px; padding-bottom:80px}
.mspzv3-mk4 .omv2h3{ margin-top:140px; margin-bottom:80px}
.mspzv3-mk8{ padding-top:9em}
.mspzv3-mk8 .w1200centerv2{margin-top:100px}
.mspzv3-mk6{margin-top:120px}
.ksfw-tbannerpic1{left:-200px!important}
.tbannerTxtv2-omy p{ height:350px}
.omyv2-bg{padding-top:60px}
.tbannerTxtv2-omy b{font-size:42px; padding-top:30px}
.zxnsv2-mk1-t2{padding-top:50px}
.zxnsv2-mk1-t2 p{font-size:16px;padding-left:500px;top:110px}
	.zxnsv2-mk1-img2{right:200px}
.news01bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 75px); font-size:32px}
.news02bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 68px)}
.news03bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 200px)}
.news01bannerbgv2 .tbannerTxtv2_news i{ font-size: 14px; line-height: 2em; letter-spacing:0px }
.index-banner-t1 h2.hh1{font-size:32px; font-weight:lighter;padding-bottom:7px;}
.index-banner-t1 p.tt1{font-size:20px;line-height:2em; font-weight:normal}
.index-banner-t1 p.tt2{font-size:16px;line-height:2em; }
.index-banner-t1 i{display:block; width:98px; height:5px; background:#fff; text-shadow:2px 5px 7px rgba(34,24,21,0.8)}
.newszbgg{height:300px; background-size:auto 300px;}
.newszbgg div{padding-top:150px;text-shadow: 2px 8px 7px #221815;font-size:42px; }
}
@media (max-width:1500px){
.captiont5{top:calc(50% + 50px)!important;}
.captiont5 .mmore{margin:1.5em auto 0!important}
.kcjkv2-mk6 .omv2h3-1{ margin-top:20px}
.omyv2-bg{padding-top:100px}
.ksfw-tbannerpic1{left:-400px!important}
.tbannerTxtv2-omy p{ height:380px}
.grdbutton{margin:50px auto 20px auto}
.tbannerpic1{margin:5px auto 0px 110px}
.xkxbannert{ margin-top:-20px; font-size:40px}
.zxnsv2-mk1-t2{padding-top:50px}
.zxnsv2-mk1-t2 p{font-size:16px;padding-left:400px;top:100px}
.tbannerTxtv2{ top:calc(50% - 110px)}
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1{font-size:36px!important}
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1 i.ksfw-tbannerti1{font-size:16px}
.section6sleft {width: 45%;}
.section6sright {width: 45%;}
.section2sleft{width: 53%;}
.section2srighttxt>p>img{margin-right:10px}
.indexv3-mk3.center75v2{ width: 1200px!important}
.indexv3-mk3 div.col-xl-6 ul li em{font-size:1.1rem}
#bannerNav{margin-top: 30px!important}
	.indexv3-mk3 div.col-xl-6 ul li{padding: 1.2rem 0rem 1rem 1.2rem}
.znajmk2m{top:-60px}
.znajmk2mimg img{ width: 800px;}
.znajmk2c{margin-top:0px}
}
@media (max-width:1400px){
.news03bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 182px)}
.newspage.product_section ul.tabs.news03tabv2{padding:0px 30px!important}
.news03tabv2 p{margin-left:40px}
.news03tabv2 em{width:240px}
.indexv3-index-option{height: 150px}
.indexv3-index-option.mk3-option{height: 90px}
.indexv3-index-option{font-size:1.3rem}
.tp-bullets{bottom: 250px!important}
.indexv3-index-option{margin-top:30px}
.indexv3-mk3 div.col-xl-6 div a{font-size: 1.2rem}
}
@media (min-width:1300px) and (max-width:1399px){
.indexv3-mk3 .indexv4-index-option{padding-top:100px!important; margin-bottom:0px!important}
}
@media (max-width:1399px){
.tp-bullets{bottom: 65px!important}
.captiont4{top:calc(50% - 120px)!important;}
.captiont4 img.indexmore{ margin-top:80px; max-width:900px!important;}
.captiont5{top:calc(50% + 50px)!important;}
.captiont5 img.indexmore{ margin-top:80px;}
.captiont1{top:calc(50% - 100px)!important}
.captiont2{top:calc(50% - 120px)!important;}
.znpcmk2 .withetxtbar,.znpcmk3 .withetxtbar{ top:-10px}
.withetxt,.buletxtbar .buletxt{ font-size:26px;}
.znpcmk3 p{top:220px; font-size:14px}
.captiont5 {top: calc(50% + 20px)!important;}
.captiont5 .mmore {margin: 1em auto 0!important;}
}
@media (max-width: 1300px){
.tp-bullets {bottom: 25px!important;}
.captiont2 {top: calc(50% - 80px)!important;}
}
@media (max-width:1200px){
.om-text h1{ font-size:2.8em!important; font-weight:normal!important; line-height:1.6em;}
.om-text h5{ padding-left:2em; padding-right:2em }
.om-text.tkjs-k2 h5{ padding-left:0px; padding-right:0px}
.footer .container, .copyright .container{ padding:0px!important;}
.xs1200-plr2em{ padding:0px 2em!important;}
.displayblock{ display:block!important;}
.lrlay1{ width:90%; padding:50px 0px; padding-bottom:15px}
.lrlay1 img{ width:30%; margin-left:auto; margin-right:auto;}
.lrlay1 .text-left,.lrlay2 .text-left { text-align:center!important}
.lrlay1 .om-text h5,.lrlay2 .om-text h5{ padding:0px!important}
.lrlay2 .row{ width:90%; margin-left:auto; margin-right:auto}
.banner-t01{ width:100%; height:100%; position:relative}
.banner-t01 > div{ width:100%; padding-left:0px; float:center; text-align:left}
.banner-t01 > div h2{ font-size:24px; text-align:center; line-height:24px; font-weight:normal; margin:0px}
.banner-t01 > div h3{ font-size:14px; text-align:center; line-height:30px; font-weight:lighter; margin:0px}
.banner-t01 > div hr{ width:30px; height:2px; border:none; background:#fff; margin:3px auto 5px auto;}
.banner-t01 > div p{ margin:0px auto; padding:0px; width:90%; display:block; text-indent:28px; text-align:left; font-size:14px; line-height:24px; color:#fff; font-weight:lighter }
.banner-t01 > div img{ margin:30px auto 0px auto; width:500px; display:block;}
li.news-index-date span{display:inline-block; border:1px solid #808080; height:40px; width:50px; font-size:16px; line-height:20px; font-weight:bolder; color:#808080; text-align:center}
li.news-index-date em{clear:both; display:block; font-style:normal; width:100%; height:20px; line-height:20px; color:#fff; font-size:10px; font-weight:normal; background:#808080;}
li.news-index-date:hover span{ border:1px solid #00377e;color:#00377e;}
li.news-index-date:hover em{ background:#00377e;}
.hr1{ margin:2px auto 11px auto; width:50px}
.dot00{ background:none; padding-left:0px}
.dot0{ background:none; padding-left:0px}
.menuv2{ height:50px;}
.menu-leftv2{ margin-top:12px}
.menu-leftv2 img{width:160px}
.menuv2 .toggle-nav{ padding-top:13px; padding-bottom:10px; color:#fff}
.pixelstrap.om-menuv2 > li > a{ color:rgb(255,255,255,0.8)}
.indexv2-mk1 .row a{ margin-bottom:20px; height:88px; padding-left:86px; padding-top:10px;  }
.indexv2-mk1 .row a b{ font-size:18px; line-height:36px;}
.indexv2-mk1 .row a:hover b{font-weight:bolder; color:#0086ed}
.indexv2-mk1 .row a i{ font-size: 12px; line-height: 18px; }
.indexv2-mk1 .row div:nth-child(1) a{ background:url(../images/02index/i1m.jpg?version=20210601) no-repeat #f9f8f8;}
.indexv2-mk1 .row div:nth-child(2) a{ background:url(../images/02index/i2m.jpg) no-repeat #f9f8f8;}
.indexv2-mk1 .row div:nth-child(3) a{ background:url(../images/02index/i3m.jpg) no-repeat #f9f8f8;}
.indexv2-mk1 .row div:nth-child(4) a{ background:url(../images/02index/i4m.jpg) no-repeat #f9f8f8;}
.indexv2-mk1 .row div:nth-child(5) a{ background:url(../images/02index/i5m.jpg) no-repeat #f9f8f8;}
.indexv2-mk1 .row div:nth-child(6) a{ background:url(../images/02index/i6m.jpg) no-repeat #f9f8f8;}
.indexv2-mk1 .row div:nth-child(1) a:hover{ background:url(../images/02index/i01m.jpg?version=20210601) no-repeat #f9f8f8;}
.indexv2-mk1 .row div:nth-child(2) a:hover{ background:url(../images/02index/i02m.jpg) no-repeat #f9f8f8;}
.indexv2-mk1 .row div:nth-child(3) a:hover{ background:url(../images/02index/i03m.jpg) no-repeat #f9f8f8;}
.indexv2-mk1 .row div:nth-child(4) a:hover{ background:url(../images/02index/i04m.jpg) no-repeat #f9f8f8;}
.indexv2-mk1 .row div:nth-child(5) a:hover{ background:url(../images/02index/i05m.jpg) no-repeat #f9f8f8;}
.indexv2-mk1 .row div:nth-child(6) a:hover{ background:url(../images/02index/i06m.jpg) no-repeat #f9f8f8;}
.indexv2-mk1 .pl-20px{ padding-left:8px}
.indexv2-mk1 .pr-20px{ padding-right:8px}
.t2v2{font-size:12px; color:#9ea7ad; line-height:2em; margin-bottom:-20px}
.t3v2{font-size:14px; color:#9ea7ad; line-height:1em;}
.product_section.news-index .tabs.om-tabs.om-tabsv2 li{ font-size:24px!important; line-height:32px!important; height:32px!important}
.product_section.news-index .tabs.om-tabs.om-tabsv2  li{ min-width:122px!important;  padding:0px 0px 0px 25px!important}
.product_section.news-index .tabs.om-tabs.om-tabsv2  li:nth-child(1){ min-width:120px!important;  padding-left:0px!important}
.es-carousel ul.om-tabs.om-tabsv2 { width:248px!important; margin-left:auto!important}
.bannerbgv2 img{ margin-top:50px;}
.tbannerTxtv2{margin-top:0; margin-left:12%; font-size:38px;  line-height:1.5em; top:calc(50% - 60px)}
.tbannerTxtv2 i{ font-size:24px; line-height:2em;}
.w1200centerv2{width:100%;}
}
@media (max-width:1110px){
.imgmk1 img{ clear:both!important; margin:0px auto!important;}
.xs_m{ width:60%!important;height:60%!important;}
.xs_mm{ width:40%!important;height:40%!important;}
.mxpj{ margin:0px auto!important;}
.tbannerTxtv2{ margin-top:0px; margin-left:0px; top:calc(50% - 60px); left:calc(50% - 400px)}
}
@media (max-width:1023px){
.xs1024-hidden{ display:none;}
.xs1024-visible{ display:block;}
.smy2v2-t1{ font-size:18px; letter-spacing:0px}
.sjpjv2-t1 { background:none; margin:2em 1em; padding:0px; width:100%}
.sjpjv2-t1 p{font-size:18px; letter-spacing:0px; line-height:2em; padding-top:0.5em; background:none}
}
@media (max-width:991px){
.tkjs-k1{ text-align:center}
.tkjs-k1 img{ width:60%; height:100%;}
.tkjs-k2{ padding:0px 2em;}
.tkjs-k2 h5{ padding-top:1em;}
.pt-hidden-lg{ padding-top:0px}
.pb-hidden-lg{ padding-bottom:0px}
.mt-hidden-lg{ margin-top:0px}
.mb-hidden-lg{ margin-bottom:0px}
.text-autosize1{ font-size: 24px; line-height: 36px}
.w960centerv2{ width:100%}

}
@media (max-width:900px){
.xs900-hidden{ display:none;}
.xs900-visible{ display:block;}
.tbannerTxtv2{ left:calc(50% - 350px)}
.fwwlv2-bn div:first-child{font-size:26px; top:calc(50% - 0.3em)}
.fwwlv2-mk1{padding-top:50px}
.fwwlv2-mk1 div:nth-child(1){ font-size:20px;margin-bottom:30px;}
.fwwlv2-mk1 div:nth-child(2){ margin-bottom:80px;}
.fwwlv2-mk1 div:nth-child(2) img{ width:600px}	
}
@media (max-width:767px){
.om-text h1{ font-size:2em!important; font-weight:normal!important; line-height:1.4em;}
.text-xs768 min{ font-size:100%!important;}
.xs768-hidden{ display:none;}
.xs768-visible{ display:block;}
.pb-3-xs768{ padding-bottom:1rem}
.lh2em-xs768{ line-height:2em!important}
.text-center-xs768{ text-align:center!important}
.tbanner_gsjj .tbannerTxt{ margin-top:-54px!important;}
.tbanner_t4 { font-size: 24px; color:#00377e;letter-spacing:3px; line-height: 36px; }
.tbanner_t4 b {font-size: 30px;}
.tbanner_t5 { font-size: 10px; line-height: 14px; margin-top:5px;}
.img-autosize1{ width:90%!important;}
.banner-t01 > div p{ font-size:12px; line-height:22px; text-indent:24px;}
.product_section.news-index .tabs.om-tabs  li{ min-width:90px!important; line-height:50px; box-sizing:border-box; padding:0px 0px 0px 10px!important}
.es-carousel ul{ width:400px!important}
.indexv2-mk1{ padding-left:3em; padding-right:3em}
.indexv2-mk1 .row a{ margin-bottom:20px; height:88px; padding-left:86px; padding-top:10px;  }
.indexv2-mk1 .row a b{ font-size:18px; line-height:36px;}
.indexv2-mk1 .row a:hover b{font-weight:bolder; color:#0086ed}
.indexv2-mk1 .row a i{ font-size: 12px; line-height: 18px; }
.indexv2-mk1 .pl-20px{ padding-left:8px}
.indexv2-mk1 .pr-20px{ padding-right:8px}
p.t2v2{font-size:12px; color:#9ea7ad; line-height:1em; margin-bottom:0.5em; margin-top:0.5em; }
.t3v2{font-size:14px; color:#9ea7ad; line-height:1.8em; margin-bottom:2em;}
.tbannerTxtv2{ font-size:26px;  line-height:1.5em;top:calc(50% - 20px)}
.tbannerTxtv2 i{ font-size:18px; line-height:2em;}
.smy2v2-t1{ font-size:16px; letter-spacing:0px; line-height:2em}
.sjpjv2-t1 { background:none; margin:2em 1em; padding:0px; width:100%}
.sjpjv2-t1 p{font-size:16px; letter-spacing:0px; line-height:2em; padding-top:0.5em; background:none}
.tbannerTxtv2{ left:calc(50% - 300px)}	
}

@media (max-width:670px){
.zxns-contect{ background:url(../images/28zxns/dot1.gif) no-repeat 30px 0px; float:none; clear:both; margin-left:20px}
.zxns-mail{ background:url(../images/28zxns/dot2.gif) no-repeat 30px 0px; float:none; clear:both; margin-left:20px}
.banner-t01 > div img{ width:70%;}
.smy2v2-t1{height:15em; font-size:14px; letter-spacing:0px; line-height:2em; padding-top:2em}
.sjpjv2-t1 { background:none; margin:2em 1em; padding:0px; width:100%}
.sjpjv2-t1 p{font-size:14px; letter-spacing:0px; line-height:2em; padding-top:0.5em; background:none}
.tbannerTxtv2{ left:calc(50% - 280px)}	
.w630centerv2,.w630v2{ width:100%}
}
@media (max-width:576px){
.menu .menu-content .main_menu_right button{ background:#00377e}
footer.xs1024-visible .footer-title h5,footer.xs1024-visible .footer-content{ padding-left:3em!important}
.img-autosize1{ width:80%!important;}
.banner-t01 > div img{ width:90%;}
.banner-t01 > div img{ margin:20px auto 0px auto;}
.title_second.homenews{ margin-bottom:0px!important;}
.homenews h3{ font-weight:500}
.sm-80bfb{ width:80%}
.lrlay1 img{ width:60%}
.footer .footer-title{ margin-top:0px}
.footer .footer-title h5{ margin-top:10px}
.tbannerTxtv2{ left:calc(50% - 200px)}
.xs576-visible{ display:block}
.xs576-hidden{ display:none}
.news-index-main-m{padding:10px 20px 50px;}
.fwwlv2-bn div:first-child{font-size:24px; top:calc(50%)}
.fwwlv2-mk1 div:nth-child(2) img{ width:300px}	
}
@media (max-width:535px){
.news-index-r li a{ max-width:300px}
.img-autosize1{ width:70%!important;}
.tbannerTxtv2{ font-size:24px;  line-height:1.5em;}
.tbannerTxtv2 i{ font-size:16px; line-height:2em;}
.smy2v2-mk2 video{ height:200px}
.smy2v2-mk2 img{ height:200px}
.smy2v2-mk2 .w1200centerv2 div:nth-child(1),.smy2v2-mk2 .w1200centerv2 div:nth-child(3),.smy2v2-mk2 .w1200centerv2 div:nth-child(5){font-size:16px; line-height:1.5em;}
.smy2v2-mk3 .w1200centerv2 div span{ font-size:16px; line-height:30px}
.smy2v2-mk3 .w1200centerv2 div img{ height:200px}
.smy2v2-mk3 .w1200centerv2 div span{ padding-left:36px}
.tbannerTxtv2-mspz.tbannerTxtv2{top:calc(50% - 50px);}
.tbannerTxtv2-mspz.tbannerTxtv2 p{padding-top:0px}
.tbannerTxtv2 em{font-size:12px}
}
@media (max-width:470px){
.news-index-r li a{ max-width:240px; font-size:16px}
.tbanner_gsjj .tbannerTxt{ margin-top:-64px!important;}
.tbanner_t4 { font-size: 18px; color:#00377e;letter-spacing:2px; line-height: 36px; }
.tbanner_t4 b {font-size: 24px;letter-spacing:3px;}
.tbanner_t5 { font-size: 8px; line-height: 12px;letter-spacing:2px; word-spacing:1px; margin-top:5px;}
.text-autosize1{ font-size: 22px; line-height: 30px;letter-spacing: 0px}
.banner-t01 > div img{ width:95%;}
.news-index-main-m{padding:10px 20px 50px;}
.fwwlv2-bn div:first-child{font-size:18px; top:calc(50% + 0.3em)}
}
@media (max-width:470px){
.tbannerTxtv2{ font-size:18px; line-height:1.2em; left:calc(50% - 190px);}
.tbannerTxtv2 b{ font-size:24px; }
}
@media (max-width:430px){
.indexv2-mk1 .row{ margin-left:0px; margin-right:0px}
.indexv2-mk1{ padding-left:0px; padding-right:0px}
.xs430-visible{ display:block}
.xs430-hidden{ display:none}
.product_section.news-index .es-carousel ul{ min-width:auto}
.product_section.news-index .tabs.om-tabs.om-tabsv2 li{ font-size:20px!important; min-width:100px;padding:0px 0px 0px 12px!important}
.product_section.news-index .tabs.om-tabs.om-tabsv2 li:nth-child(1){ min-width:90px!important;}
}
@media (max-width:405px){
.tbannerTxt-index .tbanner_t1 min{ font-size:60%!important}
.img-autosize1{ width:60%!important;}
.tbannerTxtv2{left:calc(50% - 180px);}
}
@media (max-width:370px){
.news-index-r li a{ max-width:160px; font-size:14px}
.tbannerTxtv2{left:calc(50% - 150px);}
}
@media (max-width:322px){
.tbannerTxtv2{ font-size:16px; line-height:1.2em; left:calc(50% - 130px);}
.tbannerTxtv2 b{ font-size:20px; }
.fwwlv2-bn div:first-child{font-size:16px; top:calc(50% + 0.5em)}
}
@media (min-width:576px) and (max-width:1200px) {
.menu .menu-content .main_menu_right button{ padding:20px 30px 20px 16px}
}

footer.xs1024-hidden .pt-5em-b{ padding-top:3em!important}
footer.xs1024-visible .om-option{ display:none}
.news-content{ min-height:500px}
.news-content h3{ text-align:center!important}
.news-content p{ text-indent:32px!important; line-height:30px!important; font-weight:normal!important; font-size:16px!important}
.news-content i{ display:block; width:100%; height:40px; text-align:center; font-style:normal }
.news-content i,.news-content i a{line-height:40px; font-size:16px; margin-bottom:20px; font-weight:lighter; color:#999;}
.news-content img{ display:block; clear:both; margin:30px auto; text-align:center}
.news-content-ft{ width:90%; background:#fff; height:72px; line-height:72px; padding:0px 30px; margin:50px auto; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);}
.news-content-ft a{ color:#000; font-weight:lighter; line-height:72px;}
.news-content i a:hover,.news-content-ft a:hover{ color:#074aa1}
.news-content-ft a.ncf-back{ display:block; position:absolute; z-index:10000; width:60px; height:72px; left:50%; margin-left:-30px; clear:both; background:url(../images/back.gif) 0px 30px no-repeat; padding-left:20px }
.news-content-ft a.ncf-back:hover{background:url(../images/back-h.gif) 0px 30px no-repeat; }
.callbacks_container{width:100%;}

/*zxf20200514*/

section.tkjs-bg1{ background:url(../images/tkjs/banner3.jpg) scroll top center; background-size: cover; background-position:center center; background-repeat:no-repeat;}

.pb-4em{ padding-bottom:4em}

.zbks-bg4{background: url(../images/zbks/banner5.jpg) scroll top center;}
.1kwpt-bg5{background: url(../images/kwpt/bg1.jpg) scroll top center;}
/*.news-index-main{ padding-left:0px!important;}*/
.displaynone{ display:none!important;}
.ouma-line2{ width:383px; height:8px; margin:30px auto; text-align:center}
.zxzp-icon > div > div{ font-size:24px; padding-top:90px; line-height:24px; font-weight:normal; color:#000; text-align:center; margin-top:100px}
.zxzp-c1{ background:url(../images/35zxzp/c1.jpg) center top no-repeat}
.zxzp-c2{ background:url(../images/35zxzp/c2.jpg) center top no-repeat}
.zxzp-c3{ background:url(../images/35zxzp/c3.jpg) center top no-repeat}
.zxzp-c4{ background:url(../images/35zxzp/c4.jpg) center top no-repeat}
.text-dq{text-align:justify!important; text-justify:inter-ideograph;}

@media (max-width:576px) {
.es-carousel ul{ min-width:400px;width:400px!important; margin-left:auto!important; margin-right:auto!important }
.ouma-line2{ width:270px; height:8px; margin:23px auto; text-align:center}
.menu-gp{ float:left; margin:16px 0px 0px 3px;}
.menuv2 .menu-content a{ padding-left:3px}
}
@media (max-width:530px) {
.w530v2{ width:100%}
}
@media (min-width:1200px) {
/*.news-index-r li a{ width:900px}*/
.banner-t01{ width:100%; height:500px; position:relative}
.banner-t01 > div{ width:100%; padding-left:76px; float:left; text-align:left}
.banner-t01 > div h2{ font-size:48px; line-height:48px; font-weight:normal}
.banner-t01 > div h3{ font-size:24px; line-height:60px; font-weight:lighter}
.banner-t01 > div hr{ width:36px; height:2px; border:none; background:#fff; margin:13px 0px; margin-bottom:20px}
.banner-t01 > div p{ margin:0px; padding:0px; font-size:14px; line-height:25px; color:#fff; font-weight:lighter }
.banner-t01 > div img{ margin-top:35px;}
.1home-tabs{}
.product_section.news-index .tabs.om-tabs  li{ min-width:190px!important; line-height:50px; box-sizing:border-box; padding:0px 0px 0px 50px!important}
.banner-t01.banner-tt01 > div{width:695px; text-align:left; padding-left:0px;margin-right:50px}
.gsjj-xl-ml1rem{ margin-left:calc(14px + (18 - 13) * ((100vw - 320px) / (1920 - 320)))}
.gsjj-xl-ml2rem{ margin-left:calc((14px + (18 - 13) * ((100vw - 320px) / (1920 - 320))) * 2)}
.gsjj-xl-ml3rem{ margin-left:calc((14px + (18 - 13) * ((100vw - 320px) / (1920 - 320))) * 3)}
.gsjj-xl-ml4rem{ margin-left:calc((14px + (18 - 13) * ((100vw - 320px) / (1920 - 320))) * 4)}
.callbacks_container{width:1200px;}
.tpv2{ position:relative; margin-top:-100px}
.menuv2{ border-bottom:1px solid rgba(255,255,255,0.5);}
.gsjsbannerbgv2 .tbannerTxtv2.tbannerTxt1kv2{left:calc(50% - 450px); width:860px; letter-spacing: 3px }
.indexv3-index-option{ background-size: auto 80px!important}
}
@media (min-width:1270px) {
.topxd{
	position:fixed;
	top:0;
	left:0;
	z-index:9999;}
}
@media (min-width: 1300px) {
.menu.menuv2{position: fixed; background: #fff; z-index: 999999999999999999999}
.tpv2{margin-top:0px} 
.newszbgg{margin-top:100px}
}
@media (min-width:1470px) {
/*.news-index-r li a{ width:1200px}*/
.banner-t01 > div{padding-left:0px;}
.banner-t01.banner-tt01 > div{margin-right:0px}

}

@media (min-width:1600px) {
.omv2h3{margin-top:-180px; margin-bottom:100px; height:128px }
.mspzv3-mk8 .omv2h3{margin-top:190px; margin-bottom:110px}
.omv2h3 b{ font-size:66px; line-height:66px; margin-bottom:26px; }
.omv2h3 i{font-size:32px; line-height:32px; }
.nlcpv2-mk1 .omv2h3 i{font-size:32px; line-height:1.625em}
.omv2h3.cjfx-mk2 i{font-size:24px;}
.nlcpv2-mk1 .omv2h3 b{ margin-bottom:16px}
.nlcpv2-mk1	.omv2h3-1{ margin-bottom:130px}
.sjpjv2-mk2 i{line-height:1.625em;}
.omv2h3-1{margin-top:-130px; margin-bottom:0px}
.mspzv2-mk1 .omv2h3-1{margin-top:-70px;}
.mspzv3-mk5 .omv2h3-1{margin-top:180px; margin-bottom:102px}
.mspzv3-mk5 .row{ margin-top:70px;}
.mspzv2-mk1.sfyzv2-mk1 .omv2h3-1{margin-top:0px;}
.mspzv2-mk7 .omv2h3{margin-top:-100px;}
.mspzv2-mk7 .w1200centerv2{ width:880px; left:calc(50% - 440px);}
.mspzv3-mk4 .omv2h3{margin-top:140px;}
.omv2h3.omv2h3-5 i{color:#fff; line-height:48px}
.bmxh3{ margin-top:-85px}
.bmxh5{margin-top:10px}
.bmxh6{margin-top:0px}
.omv2h3.kcjkv2h3-mk5{ margin-top:-100px}
.sjpjv2-mk2{ margin-top:240px; margin-bottom:340px}
.cjfx-mk2{ margin-top:160px; margin-bottom:340px}
.jxkhv2-mk1 .sjpjv2-mk2{ margin-top:200px}
.greybg2.sjpjv2{ padding-top:15.2em;}
.lxwmbannerbgv2 .tbannerTxtv2_news{top:calc(50% - 78px)}
.indexv3-index-option{ background-size: auto 120px!important}
}

.visible-1980{display:none}
.hidden-1980{display:block}
@media (min-width:1900px) {
.tp-banner-container{height: 100vh!important}
.screen-5{padding-top:0px}
.tp-bullets{bottom: 200px!important}
}
@media (min-width:1982px) {
.omv2h3{margin-top:-180px; margin-bottom:100px; height:118px }
.omv2h3 b{ font-size:66px; line-height:66px; margin-bottom:26px; }
.mspzv2-mk1 .omv2h3 b{margin-bottom:20px;}
.omv2h3 i{font-size:32px; line-height:32px; }
.omv2h3-1{margin-top:-130px; margin-bottom:0px}
.omv2h3.omv2h3-5{margin-bottom:480px; margin-left:80px; line-height:48px}
.omv2h3.omv2h3-5 i{color:#fff; line-height:48px}
.smy2v2-mk4 .omv2h3-3{ margin-top:14em!important; margin-bottom:11em!important}
.mspzv2-mk6 .omv2h3-1{ margin-top:-50px}
.sfyzv2-mk5 .omv2h3-4{margin-top:55px!important}
.sfyzomv2h3{ margin-top:0px!important}
.bmxv2-mk7 .bannerbgv2 img{ margin-top:-780px}
.kcjkv2-mk7 .bannerbgv2 img{ margin-top:-780px}
.kcjkv2-mk7 .w1200centerv2{ padding-top:10px}
.mspzv2-mk4,.mspzv3-mk8,.kcjkv2-mk4,.sfyzv2-mk5,.gsjjv2-mk4-bg1,.gsjjv2-mk4-main,.gsjjv2-mk4-bg2,.gsjjv2-mk3{ background-size:134% 100%;}
.sfyzv2-mk5 .w1200centerv2{padding-top:13em}
.sfyzv2-mk5 .w1200centerv2 img{ width:1150px}
.mspzv2-mk7 .w1200centerv2{ width:1200px; left:calc(50% - 660px);}
.sjpjv2-mk2{margin-top:230px!important; margin-bottom:250px!important}
.sjpjv2-mk2.omv2h3 i{ line-height:1.625em}
.gsjjv2-mk2 .gsjj-t000{ margin-right:200px}
.tkjsv2-mk7 .w1024centerv2 > div b{margin:3em 0px 1.5em;}
.section4ss .section4sbox{top:180px}
.section2sleft,.s3box35{ width:50%}
.s2aimgbox{width:40%}
.s7imgbox{background:url(../images/015zhywgl/img.png) left center no-repeat #070b3b}
.tbannerTxtv2-017sjks{ width:calc(50% - 28px);}
.section2sleft{ background-size:95% 100%!important;}
.tkjsv2-mk2{background-size:51% 100%;}
.tkjsv2-mk7.sjksv2-mk7 .w1024centerv2 > div b{margin:3.5em 0px 1em}
.sjksv2-mk4 .w1200centerv2{top:300px}
.sjksv2-mk4,.sjksv2-mk4 video{ width:100%; height:auto; }
.ksglptbannerbgv2 img{ margin-top:-200px}
.newsbannerbgv2 img{ margin-top:-110px}
.news01bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 96px);font-size:62px}
.news02bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 85px)}
.news03bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 312px)}
.news01bannerbgv2 .tbannerTxtv2_news i{line-height: 3.4em; font-size:31px;}
.news03tabv2 em{height:140px}
.news03tabv2 p{font-size:22px}
.visible-1980{display:block}
.hidden-1980{display:none}
.omyv2-mk1-main{top:calc(50% - 210px)}
.omyv2-mk2{height:400px}
.omyv2-mk2 .w1200centerv2{height:400px}
.omyv2-mk2 .w1200centerv2 h2{padding-top:0px;}
.omyv2-bg{ position:relative; z-index:9999; margin-top:-80px;}
.omyv2-mk1-mm{padding-top:18px}
.omyv2-mk2 p:nth-of-type(1){padding-top:2.45em}
.omyv2-mk2 p:nth-of-type(2){margin-top:1.45em}
.omyv2-mk2 p:nth-of-type(3){margin-top:2.24em}
.sectione5.sectiong8.sectioni .e5box{ width:850px;}
.tbannerTxtv2_news{font-size:62px; font-weight: lighter; text-align: center;top:calc(50% - 145px)}
.tbannerTxt2v2_news{font-size:31px; font-weight: lighter; text-align: center;top:calc(50% - 20px)}	
.hzhbbannerbgv2 .tbannerTxtv2_news{top:calc(50% - 100px)}
.hzhbbannerbgv2 .tbannerTxt2v2_news{top:calc(50% + 20px)}
	
.idx-strategic{padding:60px 0px}
.idx-strategic .l{
  position: relative;
  left:0px;
  width: 100%;
  height: 1230px;
}

/**begin index 2500screen**/
i{}	
.center70v2{width: 70%; max-width: 100%}
.center65v2{width: 65%; max-width: 65%}
.center60v2{width: 60%; max-width: 60%}	
.screen-1 .color-blackv2{margin-top:30px}
.screen-1 .t3v2{margin:1em auto 4em}
.indexv2-mk2 .center65v2{width:1400px}
.indexv2-mk2 .row div a{height: 340px; padding-top:0px; width: 430px}
.indexv2-mk2 .row div a,.indexv2-mk2 .row div a:hover{ background-size:100% auto!important; }
.screen-2 .t3v2{margin-bottom: 4.5em}
.indexv2-mk1 .row a b{font-size:28px; line-height:1.5em}
.indexv2-mk1 .row a i{font-size:18px; line-height:2em}
.indexv2-mk1 .row a i br{display: none}
.center80v2{width: 80%}
.newslistv2 li span i{font-size:20px}
.newslistv2 li span b{font-size:43px}
.newslistv2 li.indexnewlistv2{padding:35px 20px!important; margin-top:30px!important }
.newslistv2 li.indexnewlistv2 p{top:32px; padding: 0px 260px 0px 230px}
.newslistv2 li.indexnewlistv2 p a{ font-size:32px!important}
.newslistv2 li.indexnewlistv2 p a.indexnewdetailv2{ font-size:18px!important}
.wrapper .t3v2{font-size:20px!important}
.news-index .firstnew{margin:60px 0px 70px 0px!important}
#tab-2 .indexnewmorev2{ margin-top:70px!important}
.indexnewmorev2{width: 240px; height: 60px; line-height: 60px; font-size:20px;}
.news-index{ width: 1330px}
.news-index .firstnew p{width: 546px}
.newspage .firstnew p{width: 840px}
.newspage .firstnew img{width:50%}
.newspage .firstnew p{width:calc(50% - 100px)}
.screen-2 section{padding-top:8em}
.screen-1 section{padding-top:6.5em}
.newslistv2 li.indexnewlistv2 p a.indexnewdetailv2{line-height: 1.4em}


.screen-5{padding-top:0px}

	
/**index 2500screen end**/
/**begin 20210819hzhb**/
#hzhbv2-mask{ width: 100%; top:calc(50% - 303px); }
#hzhbv2,#hzhbv2 img{width:1600px;}
/**20210819hzhb end**/
	
/**begin hezuohuoban_logowrap20210902**/	
	.logo_wraping{top:calc(50% - 300px)}
    .logo_wrap .logo_img {padding:10px 15px;}
/**hezuohuoban_logowrap20210902 end**/	
	
.zxnsbannerbgv2 .tbannerTxtv2_news{top:calc(50% - 207px)}
.zxnsbannerbgv2 .tbannerTxtv2 i{padding-top:90px; line-height: 2.5em}
.zxnsv2-mk2 div:nth-of-type(odd) p *{padding-right: 180px}
.zxnsv2-mk2 div:nth-of-type(even) p *{padding-left: 180px}
.zxnsv2-mk2 div p b, .zxnsv2-mk2 div p i{width: 75%}
.fwwlbannerbgv2 .tbannerTxtv2_news{top:calc(50% - 206px)}
.fwwlbannerbgv2 .tbannerTxtv2 i{padding-top:30px;}
.fwwlv2-mk01 .fwwlv2-mk01_p1{text-align:center}
.fwwlv2-mk01 .fwwlv2-mk01_p1 img{width: 70%}
.fwwlv2-mk01_t1{width: 65%}
.fwwlv2-mk02 div div, .fwwlv2-mk03 div{width: 50%}
.zxnsv2-mk4 > span{top: 105; left: 360px;}
.bussiness-body .item5 .price div{width: 70%; margin-left:0px}

/*begin rengongzhineng*/
.rgznmk2 > .rgznmk2lay{top:-50px;}
.rgznmk2 > .rgznmk2lay .w1200centerv2{width:1480px}
.rgznmk2_1 .rgznmk2t2{margin:65px 0px 78px 0px}
.rgznmk2_1 .row div span{width:345px; height:402px; margin:30px auto 0px;}
.rgznmk2_1 .row div span i{ margin-top:245px; height:156px; font-size:20px; line-height:1.5em;}
.rgznmk2_2{ margin-top:370px;}
.rgznmk2t4{font-size:26px; margin:75px 0px 65px;line-height:2em;}
.rgznmk3{font-size:32px; line-height:2.125em; height:200px; width:1260px; padding-left:265px; margin:163px auto;}
/*rengongzhineng end*/
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1.lefttbannert1{left: calc(50% - 780px)!important;}
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1.left2tbannert1{left: calc(50% - 720px)!important;}
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1r{left: calc(50% - 60px)!important;}
.yspwspj-mk1 .tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1r{left: calc(50% - 200px)!important;}
.bannerv2yssp .tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1.lefttbannert1{left: calc(50% - 700px)!important;}
}
@media (min-width: 2200px) {
.zxnsv2-mk1-t2 p{font-size:26px; top:140px; line-height:2em}
.zxnsv2-mk1-img2{right:auto;right: 100px;}
.indexv2-mk1lay video{height:920px}
.indexv2-mk1lay #cline{height:920px!important;}
/*begin 20220803改全屏*/
.indexv2-mk1lay .wavesdot{height:100%!important;background-size:100% 100%}
#bannerNav{margin-top:55px}
.indexv3-index-option{margin-top:70px}
#carouselpic{margin-top:50rem}
.screen-2 .center75v2{padding-top:4rem!important}
.indexv3-mk3 .row{margin-top:3.5rem!important}
.indexv3-mk3 .indexv3-index-option{margin-top:3rem!important}
.inewslisttopv3{margin-bottom: 3rem;}
.inewslisttopv3 > a{height: 400px; width:640px; }
.inewslisttopv3 .v4newsjd div{width: calc( 100% - 540px);padding:62px 88px 56px 88px;}
.inewslisttopv3 .v4newsjd div i{ font-size:1rem; line-height: 1em; }
.inewslisttopv3 .v4newsjd div em a{font-size:1.5rem; line-height: 2em; padding: 1rem 0px }
.inewslisttopv3 .v4newsjd div p{ padding: 0px 0 0 0;}
.inewslisttopv3 .v4newsjd div p a{font-size:1rem; line-height: 2em;}
.bannerv2bskw .tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1.lefttbannert1 {left: calc(50% - 620px)!important;}
/*20220803改全屏 end*/
}

@media (min-width: 1200px) {
.pixelstrap li { padding-left:30px; padding-right:30px;}
.pixelstrapv2 .menu-pcv2 div li{ padding-left:10px; padding-right:3px;}
.pixelstrap li.menuplr15{padding-left:20px; padding-right:20px;}
.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:focus, .pixelstrap a:active {padding-right:0px;}
.menu a{ padding-bottom:30px}
.pixelstrap.om-menu > li > a:hover, .pixelstrap a:focus, .pixelstrap a:active{ border-bottom:3px solid #00377e; color:#00377e;padding-bottom:27px}
.pixelstrap.om-menuv2 > li > a{padding-bottom:58px; box-sizing: border-box; height: 26px; line-height:26px; display: inline-block}
.pixelstrap.om-menuv2 > li > a.actv2{z-index:9}
.pixelstrap.om-menuv2 > li > a.actv2,.pixelstrap.om-menuv2 > li > a:hover, .pixelstrap.om-menuv2 a:focus, .pixelstrap.om-menuv2 a:active{ border-bottom:none; color:#0a3f7f; font-weight: bold; padding-bottom: 58px; font-weight:bolder; z-index:99999}
.pixelstrap a .sub-arrow{ margin-top:4px}
.pixelstrapv2 a .sub-arrow{display:none}
.menu-pc div{ width:400px!important;}
.menu-pcv2 div{ width:380px!important;}
.menu-pc.msize1 div{ width:150px!important;}
.menu-pc.msize2 div{ width:220px!important;}
.menu-pc.msize3 div{ width:280px!important;}
.menu-pc div.xl-w400px{ width:400px!important}
.lrlay1{ width:85%; padding:0px; height:500px;}
.lrlay1 .row{height:500px}
.lrlay1 .title_second{ margin-bottom:0px!important}
.lrlay2 .title_second{ margin-bottom:0px!important}
.lrlay1 .om-text h1{ margin-top:-40px}
section{ padding-bottom:0px}
.xl-w90bf{ width:90%}
li.news-index-date span{display:inline-block; border:1px solid #808080; height:60px; width:62px; font-size:24px; line-height:30px; font-weight:bolder; color:#808080; text-align:center}
li.news-index-date em{clear:both; display:block; font-style:normal; width:100%; height:30px; line-height:30px; color:#fff; font-size:14px; font-weight:normal; background:#808080;}
li.news-index-date:hover span{ border:1px solid #00377e;color:#00377e;}
li.news-index-date:hover em{ background:#00377e;}
.lrlay2 .row{ max-width:1200px; margin-left:auto; margin-right:auto}
.lrlay2 .row .col-xl-7,.lrlay2 .row .col-xl-5{ padding:0px}
.tp-banner{ height:570px}
.gsjj-bg1 .xl-gsjj-z1 img{ max-width:427px!important;}
.menuv2{width:100%;
	height:100px;
	position:relative;
	top:0;
	left:0;
	z-index:9999; background:none}
.product_section.news-index .tabs.om-tabsv2{color:#2f2f2f;font-size:36px; font-weight:lighter!important;}
.product_section.news-index .tabs.om-tabsv2 li{font-size:36px!important;padding:0px!important; text-align:center;}
.1home-tabsv2 .tab-link.current{ color:#2f2f2f}
.newsv2more{ text-align:right}
.newsv2more a{color:#a1a1a1; font-size:22px;}
.w1200centerv2 .news-index-main{ padding-left:514px}
.news-index-lv2{ background:#4a86ff; width:514px; margin-left:-514px; margin-top:10px}
.news-index-lv2 img{width:514px;}
.news-index-lv2 .news-index-date{color:#cbdcff; width:140px; text-align:center; font-size:22px; font-weight:normal; line-height:60px}
.news-index-lv2 .news-index-date b{ color:#fff;font-size:42px; line-height:42px;}
.news-index-lv2 .news-lbt{ width:320px;}
.news-index-lv2 .news-lbt b{font-size:20px; color:#fff; font-weight:normal; border-bottom:1px solid #6e9eff; line-height:1em; padding-top:12px; padding-bottom:19px}
.news-index-lv2 .news-lbt p{ width:345px; padding:11px 0px;}
.news-index-lv2 .news-lbt p a{color:#c8daff; line-height:26px; font-size:16px; font-weight:normal}
.news-index-rv2{ padding-left:54px; padding-bottom:10px; padding-top:10px}
.news-index-rv2,.news-index-rv2 li{display:block;}
.news-index-rv2 *{box-sizing:border-box;}
.news-index-rv2 * a:hover{ color:#4a86ff}
.news-index-rv2 i{ font-style:normal}
.news-index-rv2 h3 a{ display:inline-block; float:left; font-size:20px; color:#6c6c6c; line-height:76px; height:76px; width:483px; text-align:left; overflow: hidden; text-overflow:ellipsis; white-space:nowrap;}
.news-index-rv2 h3 i{ display:inline-block; float:right; font-size:20px; color:#a3a3a3; line-height:76px; height:76px; width:140px; text-align:right}
.news-index-rv2 li{ border-bottom:1px solid #e7e7e7; margin-bottom:5px; background:#fff; display:block; width:100%; height:77px;}
.news-index-rv2 li h4{ display:none}
.news-index-rv2 li.newcurv2{margin-top:-7px; border-bottom:2px solid #4a86ff;box-shadow:2px 0px 9px rgba(82,82,82,0.11); height:182px; -webkit-box-shadow:2px 0px 9px rgba(82,82,82,0.11);-moz-box-shadow:2px 0px 9px rgba(82,82,82,0.11); padding-top:5px; margin-bottom:15px; height:182px;}
.news-index-rv2 li.newcurv2:first-child{ margin-top:0px;}
.news-index-rv2 li.newcurv2 h3{ width:100%; height:62px; margin-bottom:0px}
.news-index-rv2 li.newcurv2 h3 a{ color:#343434; font-size:22px; width:100%; padding:0px 33px; line-height:62px; height:62px; font-weight:normal;overflow: hidden; text-overflow:ellipsis; white-space:nowrap; }
.news-index-rv2 li.newcurv2 h3 i{ display:none}
.news-index-rv2 li.newcurv2 h4 a{ display:block; float:left; width:374px; height:60px; margin-left:33px; font-size:18px; color:#9c9c9c; padding-top:19px; padding-bottom:25px; line-height:30px; border-top:1px solid #e8e8e8}
.news-index-rv2 li.newcurv2 h4 i{ display:block; float:right; width:118px; text-align:center; font-size:22px; color:#4a86ff; line-height:50px;}
.news-index-rv2 li.newcurv2 h4 i b{ font-size:36px; line-height:36px; font-weight:border;}
.news-index-rv2 li.newcurv2 h4{display:block; height:103px; }
.news-index-rv2 * a{-webkit-transition: 0s ease; transition: 0s ease;}
.w1200centerv2 .es-carousel ul{ min-width:1200px;}
		#indexhd ul li{
			float: left;
			margin: 0 15px;
			height:422px;
			list-style: none;
		}
		
		#indexhd ul {
			position: absolute; left: 0; top: 0;
		}

		#indexhd{
			width: 100%;
			height: 420px;
			/* background-color: pink; */
			margin:70px auto 0px auto;
			position: relative;
			overflow: hidden;
	
		}
}
/*begin shouyebugunping*/

@media (min-width:1300px) and (max-width:1430px) {
.screen-3{min-height:800px!important}
}
@media (min-width:1400px) and (max-width:1650px) {
.indexv4-mk3{padding-top:120px}
.news03bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 180px)!important;}
}
@media (min-width:1200px) and (max-width:1580px) {
.news03bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 160px)!important; font-size:3rem}
.news03bannerbgv2 .tbannerTxtv2_news i{font-size:1.375rem}  
}
@media (min-width:1580px) and (max-width:1700px) {
.news03bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 180px)!important; font-size:3rem}
.news03bannerbgv2 .tbannerTxtv2_news i{font-size:1.375rem}    
}


@media (min-width:1701px) and (max-width:1900px) {
.captiont5{top:calc(50% + 50px)!important;}
.captiont5 .mmore{margin:2em auto 0!important}
}


@media (min-width:1900px) {
.tp-banner-container{height:auto}
.tp-bullets{bottom: 100px!important}
.screen-4{padding-top:0px}
}
@media (min-width:1800px) and (max-width:2000px){
.yspwspj-mk1 .visible-1980{ display: block; margin-right: -310px}
.yspwspj-mk1 .hidden-1980{ display:none}
.yspwspj-mk1 .tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1r{left: calc(50% - 200px)!important;}
 .news03bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 210px)!important;} 
}
@media (min-width:1601px) and (max-width:2000px){
.index-banner-t1 h2.hh1{font-size:46px}
.index-banner-t1 p.tt1{font-size:25px}
.index-banner-t1 p.tt2{font-size:18px;padding-top:20px}
.captiont3 img{ width: 1000px!important; height: auto!important}
.captiont3{top:calc(50% - 100px)!important}
}
@media (min-width:2001px){
.index-banner-t1 p.tt2{padding-top:30px}
img.indexmore{margin-top:80px}
.caption1 img.indexmore{margin-top:280px}
.tp-bullets{bottom:100px!important}
.indexv3-index-option{height:350px!important}
.indexv3-mk3 .indexv3-index-option{height:280px!important}
.indexv3-mk3 div.col-xl-6 ul li em{font-size:1.3rem}

.indexv3-mk3 div.col-xl-6 ul li{padding: 1.3rem 0rem 1rem 1.77rem}
.captiont3{top:calc(50% - 160px)!important}
.captiont4 img.indexmore{margin-top:360px}


.captiont5{top:calc(50% + 50px)!important; text-align:center}
.captiont5 .tt2{font-size:26px!important;}
.captiont5 .mmore{margin:3.5em auto 0!important}



.znpcmk2 .withetxtbar,.znpcmk3 .withetxtbar{top:70px;}
.znpcmk2 .withetxtbar{top:20px;}
.znpcmk3 p{top:340px; font-size:26px}
.znajmk2m{top:100px;}
.znajmk2mimg{margin-top:180px}
.znajmk2c{margin-top:200px}
.znpcmk3{background-size:100% auto;  height:1400px;}
.znpcmk3m{bottom:180px}
.znpcmk3m a{margin-bottom: 42px}
.indexv4-index-option{margin-top:2rem}
.tkjsv2-mk7 .w1024centerv2 > div b{margin-bottom:2.2em;}
.news03bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 270px)!important;}
.gsjjv2-mk7{padding-bottom:260px}
.gsjjv2-mk7main{width: 1332px;}
.gsjsbannerbgv2 .tbannerTxtv2 {top: calc(50% - 170px)!important;}
.gsjsbannerbgv2 .tbannerTxtv2.tbannerTxt1kv2 {left: calc(50% - 470px);}
.gsjsbannerbgv2 .tbannerTxtv2 img{width: 940px; height: auto}
.gsjsbannerbgv2 .tbannerTxtv2 {top: calc(50% - 175px)!important;}
.gsjjv2-mk3-main {width: 1300px;}
.gsjjv2-mk3-img1{background-size:100% 390px; height: 390px;}
.gsjjv2-mk3-img2{background-size:100% 443px; height: 443px; margin-top:-53px;}
.gsjjv2-mk3-img3{background-size:100% 390px; height: 390px;}
.gsjjv2-mk3-text1{height: 390px;}
.gsjjv2-mk3-text1 span{width:89%;}
.gsjjv2-mk3-text1m{height:348px;}
.gsjjv2-mk3-text1m p{width: 520px;}
.gsjjv2-mk8{height: 1280px}
.gsjjv2-mk8 .logo_wraping {top: 490px;}
.gsjjv2-mk2 section{padding-top:6em;}
.gsjjv2-mk2 section .col-xl-6.text-right img{height:650px; width:auto}
.gsjjv2-mk6>p {width: 1250px}
.gsjjv2-mk1{width: 1600px;}
.gsjjv2-mk1 video{width: 1200px; height: auto} 
.bskw-mk2-main {margin-top:3.8rem;} 
}
@media (min-height:1200px) and (max-height:1520px) {
.inewslisttopv3{margin-bottom: 3rem}
.indexv3-mk3 .row{margin-top:0rem!important}
.captiont2 .floatleft{margin-top:650px!important}
.captiont2 .floatright{margin-top:600px!important}
}

/*shouyebugunping end*/


/**begin touzizhe 2023051
.newsbannerbgv2 img {
    margin-top: -180px;
}
@media (min-width: 1982px){
.newsbannerbgv2 img {margin-top: -160px;}
}
@media (max-width: 1400px){
.bannerbgv2 img {margin-top: -130px;}
.newspage.product_section ul.tabs.news03tabv2 {margin-top: -150px!important;}
}
/**touzizhe 20230512 end**/

/*202307改版 V4*/
.indexv2-mk1lay .home-view4{ padding: 140px 0px 0px}
.indexv4-index-option{display:block; text-align:center; margin-bottom: 4.5rem}
.indexv4-index-option b{font-size:3rem; line-height:1em; font-weight:lighter; color:#000 }
.indexv4-index-option span{display: block; height: 0.3rem; width: 4.3rem; margin:1.8rem auto 2.15rem; background:#0a3f7f }
.indexv4-index-option em{font-size:1.6rem; line-height:1em; font-weight:lighter; color: #3d3d3d; font-style: normal}
.v4-width-max{width:76.5rem; margin:0px auto}
.indexv4-mk2{ padding: 140px 0px 0px;}
.indexv4-mk2 .row div a{dwidth: 100%; display: block; padding-bottom:4.75rem}
.indexv4-mk2 .row div a span{ position: relative; display: inline-block; width: 100%;}
.indexv4-mk2 .row div a span > img{position: relative; width: 100%; height: auto}
.indexv4-mk2 .row div a span b{position: absolute; z-index: 999; width: 100%; display: inline-block;bottom:10%;left:0; right:0; text-align: center}
.indexv4-mk2 .row div a span::before{	
    content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	transition: all 0.5s ease-in-out;
	height: 0%;
}
.indexv4-mk2 .row div:nth-of-type(1) a span::before{background: rgba(37,169,255,0.83);}
.indexv4-mk2 .row div:nth-of-type(2) a span::before{ background: rgba(255,158,37,0.83)}
.indexv4-mk2 .row div:nth-of-type(3) a span::before{ background: rgba(87,182,38,0.83)}
.indexv4-mk2 .row div a:hover span::before{height:100%;}
.indexv4-mk2 .row div a i{ display: block; width: 100%; text-align: center; font-style: normal;padding-top:3.4rem; line-height: 1em; font-size: 1.45rem; color: #2d2e2e; font-weight:normal;transition: all 0.3s ease-in-out;}
.indexv4-mk2 .row div a:hover i{transition: all 0.3s ease-in-out;}
.indexv4-mk2 .row div a em{ position: relative;font-size:1.7rem; font-style: normal;display: block;color:#6a6a6a; border:1px solid #353535;height:3.6rem; line-height:3.6rem; width:70%; margin:4rem auto 0;border-radius:1.8rem; -webkit-border-radius:1.8rem; -moz-border-radius:1.8rem;}

.indexv4-mk2 .row div a:hover em{ color:#fff; border: none;
    background: #0a3f7f;
	background: -webkit-linear-gradient(to right, #0082c0, #0a3f7f);
	background: linear-gradient(to right, #0082c0, #0a3f7f);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;transition: all 0.5s ease-in-out;}
.indexv4-mk3{position:relative; width:100%; height:100%!important;background:url(../images/02index/v4/bg1.jpg) center top no-repeat;background-size:100% 100%;padding: 140px 0px 0px;}
.panel-img-list{display: block; margin-bottom: 1.5rem }
.panel-img-list .panel-img-box{float:left; margin-right:1.5rem}
.panel-img-list .panelimgbox1{ width:24.5rem;height:20rem;}
.panel-img-list .panelimgbox2{ width:50.5rem;height:20rem; margin-right: 0px}
.panel-img-list .panelimgbox3{ width:24.5rem;height:17.3rem;}
.panel-img-list .panelimgbox4{ width:24.5rem;height:17.3rem;}
.panel-img-list .panelimgbox5{ width:24.5rem;height:17.3rem;margin-right: 0px}

.v4newsjd{ width:calc(100% - 3rem); height:16.9rem; border-radius:1rem; -webkit-border-radius:1rem; -moz-border-radius:1rem; overflow: hidden;-webkit-box-shadow:0rem 0.2rem 0.5rem rgb(0 0 0 /15%) !important;box-shadow:0rem 0.2rem 0.5rem rgb(0 0 0 /15%) !important; margin: 1.5rem; background:#fff}
.indexv3-mk3 .indexv4-index-option{margin-bottom:0rem; padding-top:120px}
.indexv3-mk3 .indexv4-index-option span{margin:1.8rem auto 1rem;}
.inewslisttopv3 .v4newsjd div{ padding:2.5rem}
.inewslisttopv3{margin-bottom: 1.5rem}
button.carousel-control-prev.v4controlpre , button.carousel-control-next.v4controlnext{
  color: #333!important; 
  width: 62px!important;
  height: 62px!important;
  font-size: 34px!important;
  border: 1px solid #333!important;
background: #fff!important;
  border-radius: 50%!important; top:calc(50% - 31px); cursor: pointer; display:none}
.carousel-control-prev.v4controlpre:hover,.carousel-control-next.v4controlnext:hover{
   background: #0a3f7f!important;
  color: #fff!important;
  border-color: #0a3f7f!important   
}
.v4controlpre{left: -82px}
.v4controlnext{right:-82px}
.indexv3-mk3 .row{margin:1rem -1.5rem 0px}

.bannerbgv2 img.mtf300{margin-top:-100px}
.bannerbgv2 img.mtf344{margin-top:-100px}
@media (max-width:1750px)  and (min-width: 1620px) {
.tbannerTxtv2 img.hidden-1980{ margin-left:-150px!important}
}
@media (max-width:1800px) {
.gsjjv2-mk1 {width: 1200px;}
.gsjjv2-mk1 p{font-size: 1.2rem;}
.gsjsbannerbgv2 .tbannerTxt1kv2 img{height:130px; width:auto}
.gsjsbannerbgv2 .tbannerTxtv2 {top: calc(50% - 100px)!important;}
.gsjsbannerbgv2 .tbannerTxtv2.tbannerTxt1kv2 {left: calc(50% - 332px);}
.gsjjv2-mk8 {height: 920px}
.gsjjv2-mk8 .logo_wraping {top: 360px;}
}
@media (max-width:1650px) {
.menu-content.menu-contentv2{width: 100%!important}
.brand-logo{margin-left:30px}
.brand-logo img{height: 30px} 
.menu-gp{font-size:16px;margin:38px 0px 0px 15px}
#main-nav{float: left!important; margin-left:30px}
.pixelstrap.om-menuv2 > li > a{font-size:16px;  margin-top:-15px}
.om-menu-xlv2{margin-top:5px}
.om-menu-xlv2{ width: 800px}
.pixelstrap li.menuplr15{padding-left:15px;padding-right:15px}
.bskw-mk2{height:560px;}
.bskw-mk2 .withetxtbar{height:200px}
.bskw-mk2-main {width: 900px;margin-top:4rem;}    
}
@media (max-width:1500px) {
.home-view4 .hexp-swiper-wrap .t{font-size:1.3rem!important}
.indexv4-index-option b{font-size:2.5rem}
.indexv4-index-option span{margin:1.3rem auto 1.5rem}  
.indexv2-mk1lay .home-view4{padding:110px 0px 0px}
.home-view4 .hexp-swiper-wrap .info{padding:25px 10px 0px}
.home-view4 .hexp-swiper-wrap .info br{display: none}
.indexv4-index-option{margin-bottom:2rem!important}
.indexv4-mk3{padding-top:120px}
.indexv4-mk3 .panel-img-list{padding-top:0px!important}
.inewslisttopv3 .v4newsjd > a{width: 350px}
.inewslisttopv3 .v4newsjd div{width:calc(100% - 350px)}
.inewslisttopv3{height:225px}
.yssp-mk3{background-size:100% 450px;height:450px;}
.bskw-mk4{background-size:100% 450px;height:450px;}
.gsjjv2-mk1 {width: 1100px;}
.gsjjv2-mk2 .col-xl-6.text-right img{height:400px; width:auto}
.gsjjv2-mk7 { background-size: 130% auto;}
}
@media (min-width: 1300px) and (max-width: 1400px) {
#main-nav{margin-left:120px}
.pixelstrap li.menuplr15 {padding-left: 20px;padding-right: 20px;}
.captiont2{top:calc(50% - 100px)!important;}
.captiont2 > div {width:1080px;}
.btn-pageindex{bottom:18px!important}
}
@media (max-width:1300px) {
.indexv2-mk1lay .home-view4{padding-top:80px}
.indexv4-mk2{padding-top:80px; padding-bottom: 80px}
.indexv4-mk3{height:680px!important;padding-top:60px!important}
.indexv3-mk3 .indexv4-index-option{padding-top:60px}
.indexv3-mk3.v4-width-max{padding-bottom:50px}
.indexv3-mk3 .indexv4-index-option{margin-bottom:0px!important}
.indexv3-mk3 .row{margin-top:0px!important}
.gsjsbannerbgv2 .bannerbgv2 img {margin-top:0px!important;}
.section4ss{height:420px}
.section4ss video{height:420px; width: 100%}
.ksglptv2-mk8{height: 338px}
.ksglptv2-mk8 video{height: 338px; width: 100%}
.tkjsv2-mk7, .tkjsv2-mk7 video, .tkjsv2-mk7 img {width: 100%; height:445px}
}

/*20230728*/
.ksglptbannerbgv2.omybannerbgv2 img{margin-top:0px}
.omybannerbgv2 .tbannerTxtv2.tbannerTxtv2-omy{top:calc(50% - 80px)}
.bannerbgv2.mspzv2 img,.bannerbgv2.smyv2 img{margin-top:0px}
.sfyzv2-banner .bannerbgv2 img{margin-top:-60px}
.bannerbgv2.znajv2 img,.bannerbgv2.bmxv2 img{margin-top:-100px}
.ksglptbannerbgv2 img{margin-top:-50px}
.ksglptbannerbgv2 .tbannerTxtv2{top:calc(50% - 120px)}
.news03bannerbgv2 .tbannerTxtv2{top:calc(50% - 233px)}
.newsbannerbgv2 img{margin-top:0px}
.news01bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 40px)}
.news02bannerbgv2 .tbannerTxtv2_news{top:calc(50% - 30px)}
.gsjsbannerbgv2 .bannerbgv2 img{margin-top:100px}
.bannerv2.bannerbgline .tbannerTxtv2{top:calc(50% - 120px)}
.rgznt1 .bannerbgv2 img{margin-top:0px}
.fwwlbannerbgv2 .tbannerTxtv2_news{top:calc(50% - 140px)}
.tbannerTxtv2_news{top:calc(50% - 60px)}
.tbannerTxt2v2_news{top:calc(50% + 50px)}
.zxnsbannerbgv2 .tbannerTxtv2_news{top:calc(50% - 145px)}
.hzhbbannerbgv2 .tbannerTxtv2{top:calc(50% - 62px)}
.hzhbbannerbgv2 .tbannerTxt2v2_news{top:calc(50% + 60px)}

/*begin 20250224*/
.znpcmk2 .withetxtbar{ left:0px;}
/*20250224 end*/

@media (min-width:1600px) {
.lxwmbannerbgv2 .tbannerTxtv2_news{top:calc(50% - 30px)}
}
.tbannerTxtv2{top:calc(50% - 80px)}
.gsjsbannerbgv2 .tbannerTxtv2{top:calc(50% - 130px)}
.bannerv2yssp .tbannerTxtv2{top:calc(50% - 30px)} 
.bannerv2bskw .tbannerTxtv2{top:calc(50% - 90px)}
@media (max-width:1600px) {
.tbannerTxtv2 {top: calc(50% - 80px);}
.textright.ksfw-tbannerpic1r img.hidden-1980{margin-right: -100px;}
.tbannerTxtv2.tbannerTxt1kv2.ksfw-tbannert1r-2 {left: calc(50% - 180px)!important;}
.yspwspy-mk3 .yspwspy-mk3main p {left: 700px;top: 25px;}  
.yspwspy-mk3 .yspwspy-mk3main img {height: 450px}
.yspwspy-mk4 {background-size: 100% 500px; height: 500px;}
}
@media (max-width:1500px) {
.textright.ksfw-tbannerpic1r img.hidden-1980{margin-right: -300px;}
}
.iedisplay{ display:none}

 
@media (min-width:1300px)  and (max-height:800px) { 
.panel-img-list .panelimgbox1,.panel-img-list .panelimgbox2,.panel-img-list .panelimgbox3,.panel-img-list .panelimgbox4,.panel-img-list .panelimgbox5{ height:calc(50vh - 155px);}
.inewslisttopv3 .v4newsjd div{ padding:1.5rem!important}
.inewslisttopv3 .v4newsjd div em a{padding: 0.5rem 0px!important}
.inewslisttopv3{margin-bottom:0px!important}
.v4newsjd{ height:12rem!important; margin-top:0px!important}
.inewslisttopv3{height:auto!important}
.indexv2-mk1lay .home-view4 {padding-top:100px!important}
.indexv4-index-option{margin-bottom:0.6rem!important}
.indexv4-index-option span {margin: 1rem auto 1rem;}
.indexv4-mk2 {padding-top:120px}
}