/*------------------------------------------------------------------
[Table of contents]
This file include css code for layout structure.
Press Ctrl + F to find component. Ex: "#Header";
更多精品模板请访问：http://www.bootstrapmb.com
. #General
. #Header
 - #Header Top
 - #Header Main
 - #Main Navigation
 - #Header Fixed
 - #Header Transparent
. #Page Heading
. #Footer
. #Blog Detail
 - #Comment Area
. #Page
-------------------------------------------------------------------*/

/* ==========================================================================
  1. #General
========================================================================== */

html {
  overflow-x: hidden;
  font-size: 14px;
}
body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  line-height: 1.714;
  color: #494949;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  /*overflow-x: hidden;*/
  background-color: #fff;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #272727;
  font-weight: 400;
}
*:focus {
  outline: none;
}
a {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a {
  color:#0076de;
}
a:focus {
  outline: none !important;
  background-color: transparent;
  color: #f6ba0b;
}
a:hover {
  color: #f6ba0b;
  text-decoration: underline;
}
.img-full {
  width: 100%;
}
.top-slider .animated {
  opacity: 0;
}
.swin-bg-transparent {
  background: transparent !important;
}
.swin-font-oswald{
  font-family: 'Oswald', sans-serif;
}
.list-inline>li{
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
img{
  height: auto;
  max-width: 100%;
}
ul,li{list-style-type:none}
/* ==========================================================================
   2. #slide
   ========================================================================== */

.header {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
}
.header.header-transparent + div,
.has-topbar .header.header-transparent + div {
  padding-top: 0;
}
.header-main {
  clear: both;
}
.has-topbar .header + div {
  padding-top: 135px;
}
header.topbar-off:not(.header-transparent) + div {
  padding-top: 100px;
}

header .logo-text{
  font-size: 20px;
  color: #29272e;
  text-transform: uppercase;
  font-weight: 700;
}
/* #Header Top */

.header-top {
  color: #616f7d;
  background-color: transparent;
  height: 35px;
  border: none;
  border-bottom: 1px solid #eaeaea;
}
.header-top .item p {
  margin-bottom: 0;
}
.header-top a {
  color: #616f7d;
}
.header-top:before {
  content: '';
  clear: both;
}
.header-top:after {
  content: '';
  display: table;
  clear: both;
}
.header-top .topbar-left {
  float: left;
}
.header-top .topbar-right {
  float: right;
}
.header-top .item {
  display: inline-block;
  line-height: 35px;
  font-size: 13px;
}
.header-top .widget-topbar {
  position: relative;
}
.header-top .widget-topbar:not(:last-child){
  padding-right: 15px;
}
.header-top .widget-topbar:after {
  content: '';
  position:absolute;
  height: 12px;
  width: 1px;
  background-color: #eaeaea;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-top .widget-topbar:last-child:after {
  display: none;
}
.header-top .widget-topbar.item:not(:last-child) {
  margin-right: 15px;
}
.header-top .widget-topbar.item i{
  margin-right: 7px;
}
.header-top ul.wg-social li:last-child {
  padding-right: 0;
}
.header-top .socials-nb li a i {
  color: #616f7d;
  margin:0 !important;
}
.header-top .wg-social {
  margin: 0;
}
.header-transparent .header-top.top-layout-02 {
  background-color: #f6ba0b;
  opacity: 0.95;
}
.header-top.top-layout-02 {
  color: #fff;
  background-color: #f6ba0b;
  border: none;
}
.header-top.top-layout-02 a {
  color: #ffffff;
}
.header-top.top-layout-02 .topbar-right .item:not(:first-child):before {
  background-color: rgba(255, 255, 255, 0.4);
}
.header-top.top-layout-02 .socials-nb li a i {
  color: #ffffff;
  margin-left: 0;
}
.header-top.top-layout-01 {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}
.header-top.top-layout-01 a {
  color: #ffffff;
}
.header-top.top-layout-01 .topbar-right .item:not(:first-child):before {
  background-color: #ababab;
}
.header-top.top-layout-01 .socials-nb li a i {
  color: #ffffff;
}
header.header-fixed .header-top {
  display: none;
}

/* #Header Main */

.header-main {
  height: 100px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #000 \0;
    filter: alpha(opacity=1);
    zoom: 1;
    background: rgba(0,0,0,0.1);
	border-bottom:solid 1px #d9d9d9
}
.header-main .container{max-width:96%;}


.header-main .header-logo {
  width: 200px;
  min-height: 100px;
  float: left;
  position: relative;
  line-height: 100px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-main .logo:hover{
  text-decoration: none;
  color: #f6ba0b;
}
.header-main .logo img {
  display: inline-block;
}
.header-transparent.header-fixed .header-main img.logo-trans,
.header-main img.logo-trans,
.header-transparent .header-main img.logo-sticky{
  display: none;
}
.header-transparent .header-main img.logo-trans,
.header-fixed .header-main img.logo-sticky{
  display: inline-block;
}
.header-main .main-nav-wrapper { margin:0 auto;
}

/* #Main Navigation */
.dropdown-toggle::after{
  display: none;
}
#main-nav{ margin:0 auto; width:580px;}
#main-nav > li {
  display: block;
  padding: 0 5px;
}
#main-nav > li > a {
  line-height: 80px;
  color: #fff; font-size:16px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 2px; margin:0 15px;position:relative
}

#main-nav >  li >  a span{ position:absolute;  top:75%;  left:0;  width:100%;  overflow:hidden;  background:#fff;  height:2px;  display:none;-webkit-transition: all 0.18s ease-out;
-moz-transition: all 0.18s ease-out;
-ms-transition: all 0.18s ease-out;
-o-transition: all 0.18s ease-out;
transition: all 0.18s ease-out;}
#main-nav >  li >  a:hover span,#main-nav >  li.hover >  a span{ display:block}
#main-nav >  li >  a:hover{ color:#fff !important}
/*
#main-nav > li > a:hover,
#main-nav > li a:focus {
  background-color: transparent;
}
#main-nav > li > a {
  position: relative;
}
#main-nav > li > a:after {
  content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  left: 50%;
  width: auto;
  top:60%;
  margin-top: 6px;
  margin-left: 0;
  color: #f6ba0b;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  font-size: 0;
  display: block;
}
*/
#main-nav li.current-menu-ancestor > a.dropdown-toggle{
  color: #f6ba0b;
}
#main-nav > li > a:after{
  border-top: 0;
}
#main-nav .current-menu-ancestor .dropdown-toggle:after{
  font-size: 19px;
}
#main-nav.nav-pills>li.active>a{
  background-color: transparent;
}
#main-nav > .open > a {
  background-color: transparent;
}
.dropdown-menu .dropdown-menu-nth {
  top: 0;
}
#main-nav .dropdown .dropdown-menu {
  opacity:0;
  z-index: -1;
  top: 90%;
  margin: 0;
  padding: 8px 0;
  min-width: 200px;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 5px 19px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#main-nav .dropdown .dropdown-menu > li {
  padding: 0 8px;
}
#main-nav .dropdown .dropdown-menu > li > a {
  padding: 8px 20px;
  white-space: inherit;
  color: #727272;
  border-radius: 0;
}
#main-nav .dropdown .dropdown-menu > li > a:hover {
  color: #000;
}
#main-nav .dropdown.open > .dropdown-menu {
  opacity: 1;
  z-index: 99;
  top: 100%;
}
#main-nav .dropdown > .dropdown-menu.left {
  left: -100%;
  top: -20px;
}
#main-nav .dropdown.open > .dropdown-menu.left {
  top: -8px;
}
#main-nav .dropdown .dropdown-menu>.active>a{
  background-color: #efefef;
  color: #333;
}
#main-nav > li.current-menu-item > a,
#main-nav > li:hover > a {
  position: relative;
  background-color: transparent;
  color: #fff;
}
#main-nav > li.current-menu-item > a:after,
#main-nav > li:hover > a:after {
   font-size: 19px;
}
#main-nav .dropdown.dropdown-mega {
  position: static;
}
#main-nav .dropdown.dropdown-mega .dropdown-mega-menu {
  width: 100%;
}
ul#main-nav > li {
  display: block;
  padding: 0 6px;
}

#main-nav .dropdown-text i.dropdown-open-children{
  display: none;
}

.wrapper-content  .header {
  box-shadow: none;
}

ul#main-nav > li {
  display: block;
  padding: 0 6px;
}




#main-nav .dropdown-text i.dropdown-open-children{
  display: none;
}

.wrapper-content  .header {
  box-shadow: none;
}

#main-nav .dropdown .dropdown-menu > li{ position:relative}
#main-nav .dropdown .dropdown-menu dl{  opacity:0; z-index: 9999; display: none;
	 position:absolute; left:200px;
	font-size: 1rem;
    color: #fff;
    text-align: left;
    background-color: #fff;
    z-index: -1;
    top:0; margin:0; padding:0;
    min-width: 200px;
	}
#main-nav .dropdown .dropdown-menu dl dd{ padding:0; margin:0; overflow:hidden;}
#main-nav .dropdown .dropdown-menu dl dd a{padding: 8px 20px; display:block; width:100%; color: #727272;}
#main-nav .dropdown .dropdown-menu dl dd a:hover{ color:#000}


#main-nav .dropdown .dropdown-menu > li:hover dl{  opacity:1; display:block}






/* Utility Nav */

.utility-nav {
  float: right;
}
.utility-nav .search-bar {
  line-height:110px;
  color: #29272e;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.utility-nav .search-bar .fa-search { margin:20px auto 0;
    width:50px; height:50px; color:#fff; background:url(../image/ss.png) no-repeat center; background-size:20px; display:block
}
.header-fixed .utility-nav .search-bar .fa-search { margin:5% auto 0;}
.utility-nav .show .fa-search{background:url(../image/ss_2.png) no-repeat center; background-size:17px;}
.utility-nav .search-bar .fa-search:before{ width:100%; overflow:hidden; font-size:26px; font-weight:normal; display:none}
/* Closing Option */
.utility-nav a[aria-expanded="true"] .fa-search:before {
    content: "\f00d";
}
.utility-nav .dropdown-menu {
  left: auto;
  right: 0;
  padding: 15px;
  width: 250px;
  border-radius: 0;
  margin: 0;
}
.utility-nav .search-form .input-group input {
  border-radius: 0;
  box-shadow: none;
  border-color: #d0d0d0;
  padding: 8px 15px;
  height: 35px;
}
.utility-nav .search-form .input-group-addon {
  border-radius: 0;
}

/* #Header Transparent */

.header-transparent #main-nav > li > a {
  color: #fff;
}
.header-transparent #main-nav > li:hover > a {
  color: #fff;
}
.header-transparent .utility-nav .search-bar {
  color: #fff;
}
.header-transparent .logo-fixed {
  display: none;
}
.header-transparent.header-fixed > li > a {
  color: #29272e;
}
.header-transparent.header-fixed .utility-nav .search-bar {
  color: #29272e;
}
.header-transparent.header-fixed .logo-static {
  display: none;
}
.header-transparent.header-fixed .logo-fixed {
  display: block;
}


/* #Header Fixed */

header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header.header-fixed .header-main {
  background-color: #000;
  height: 60px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  border-bottom:none
}
header.header-fixed .header-main .header-logo { width:70px; margin:5px auto; line-height:normal; min-height:inherit
}
header.header-fixed .header-main .header-logo img{ max-width:100%}
header.header-fixed .header-main .utility-nav .search-bar {
  line-height: 40px;
}
header.header-fixed .header-main #main-nav > li > a {
  color: #fff;
  line-height: 40px;
}
header.header-fixed .header-main #main-nav > li.current-menu-item > a,
header.header-fixed .header-main #main-nav > li:hover > a {
  color: #f6ba0b;
}
header.header-fixed #main-nav li.current-menu-ancestor > a.dropdown-toggle{
  color: #f6ba0b;
}



/* ==========================================================================
   2. #Main Content
   ========================================================================== */

/* # Top Slider */

.top-slider{
  position: relative;
  background-size: cover;
  height: 100%;
}
.top-slider .slide-item .content{
  position: absolute;
    top: 50%;
    color: #fff;
    z-index: 1;
    left:0; width:100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.top-slider .slide-item .content .main-title{
  line-height: 1;
}
.top-slider .slide-item .content .main-title .large-text{
  font-size:46px; text-align:center; width:100%;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.top-slider.style-02 .slide-item .content .main-title .large-text{
  color: #fff;
}
.top-slider .slide-item .content .main-title .small-text{
  font-size:26px; text-align:center; width:100%; padding:2% 0;
    color: #fff;
    display: inline-block;
}
.banner_a{ text-align:center; width:100%;}
.banner_a a{ background:#0076de; color:#fff; font-size:14px; font-weight:normal; padding:10px 35px; margin:0 10px;
-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;}
	.banner_a a.banner_bb{ background:#fff; color:#0076de}
.banner_a a:hover{ color:#fff; text-decoration:underline}
.banner_a a.banner_bb:hover{ background:#fff; color:#0076de}

.top-slider .slide-item .content .des{
  color: #fefeff;
}
.top-slider .slide-item .content .swin-btn:before{
  border-right: 1px solid #fff;
}
.top-slider .slide-item .content .swin-btn:after{
  background-color: #fff;
}
.top-slider .slide-item .content .swin-btn {
  border-color: #fff;
  margin-top: 30px;
  color: #fff;
  display: inline-block;
}
.top-slider .slide-item .content .swin-btn:hover {
  border-color: transparent;
}
.top-slider .slide-item .slide-bg,
.top-slider .slide-item .slide-bg img{
  height: 100vh;
}
.top-slider .slide-item .slide-bg img{
  position: absolute;
    width: 100%;
    max-width: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top-slider .slick-dots li a:hover{
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color:#fff;
}
.top-slider .slick-dotted.slick-slider{
  margin-bottom: 0;
}
.top-slider .slick-dots li a{
  color: #909090;
  font-size: 17px;
}
.top-slider .slick-dots li.slick-active a{
  border-bottom: 1px solid #fff;
  color: #fff;
}
.top-slider .slide-item .content .des{
  color: #fefeff;
    max-width: 53%;
    line-height: 21px;
    font-size: 15px;
    margin-top: 20px;
}
.top-slider .slide-item .content .swin-btn span{
  color: #fff;
}
/*Style 01*/
.top-slider.style-01 .slick-dots{
  display: block;
  position: absolute;
  left: auto;
  right: 10px;
  width: auto;
  top: 50%;
  text-align: center;
  background-color: rgba(33, 33, 33, 0.5);
  padding: 10px 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE 9 */
  -webkit-transform: translateY(-50%);
  bottom: auto;
}
.top-slider.style-01 .slick-dots li{
  width: 100%;
  margin: 0;
  margin-bottom: 12px;
}

/*Style 02*/
.top-slider.style-02 .bg-svg{
  position: absolute;
  right: 0;
  z-index: 999;
  bottom: -6px;
}
.top-slider.style-02 .bg-left-svg{
  background-color: #24292D;
    width: 18%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 999;
}
.top-slider.style-02  .slide-item .content{
  z-index: 999;
}
.top-slider.style-02 .slick-dots{
  position: absolute;
  bottom: 25px;
  text-align: left;
  left: 15%;
  width: auto;
}

/*End slider*/

.sidebar-left #page-content {
  float: right;
}

/* Search Form */

.search-form .searchbox {
  float: left;
  width: 178px;
  margin: 0;
  padding: 8px 15px;
  height: 40px;
  border: 1px solid #ccc;
  background-color: transparent;
}
.search-form .search-btn {
  width: 40px;
  margin: 0;
  border: 1px solid #ccc;
  background-color: #eee;
  border-left: 0;
  line-height: 35px;
  height: 40px;
}

/* #Page Content */

.page-content { width:100%; overflow:hidden; margin:0 auto
}
.page-content.no-padding {
  padding: 0;
}
.biaoyu{ color:#fff; text-align:center; background:url(../image/nar_01.jpg) no-repeat; padding:4.6% 0; width:100%; overflow:hidden}
.biaoyu h2{ font-size:2.6em; color:#fff;}
.biaoyu .biaoyu_p{ padding:2% 0; font-size:1.3em; line-height:34px;}
.biaoyu a{ background: #fff;
    color: #0076de;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 35px;
    margin:3% 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;}

.fuwu{ background:#f8fbff; padding:3% 0 3.5%}
ul,li{ padding:0; margin:0}
.fuwu li{ float:left;}
.fuwu li h1{ margin:7% auto 0}
.fuwu li span{ background: rgb(0, 118, 222);
    width: 24%; display:block;margin:12% 0; height:4px;}
.fuwu li h5 em{ width:12px; height:12px; display:block; float:left; background:#006bca; margin:4px 8px 0 0}
.fuwu li h5{ width:100%; overflow:hidden; margin:0 auto 5.5%}
.fuwu li h5 strong{ float:left; font-size:1.35rem}
.fuwu li.li_show{  padding:3% 3% 0; min-height:254px; margin:1% 1.2%;max-width: 22.5%;
	    box-shadow: 0 3px 8px 6px rgb(0 0 0 / 3%);
}
.fuwu li.li_show p{ font-size:1.1rem; line-height:2em;}

.About{ padding:4% 0}
.About_con{ float:right; width:49%;}
.About_con h1{ padding:3.5% 0 4%}
.About_con p{ color:#545454; line-height:2em; font-size:1.1em; margin:0 auto 5.5%}
.About_con a{    background: #0076de;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;}
.About_con a:hover{ text-decoration:underline;    background: #0076de;color: #fff;}


.page_mbx{ padding:1% 0;  color:#545454}
.page_mbx a{color:#545454}
.page_mbx .container{background:url(../image/hoem.png) no-repeat left center; padding:0 0 0 20px}


.page_con { background:#fbfbfb; padding:2% 0}
.page_conle{ float:left; width:25%; background:#fff;  margin:1%;   box-shadow: 0 3px 8px 6px rgb(0 0 0 / 2%);}
.page_conlecon h4{ background:#0076de; color:#fff; width:100%; padding:6% 5%}
.page_conlecon li{border-bottom:solid 1px #e8e4e4;}
.page_conlecon li a{ color:#545454; display:block; font-size:15px;}
.page_conlecon li a.li_acon{ border-bottom:solid 1px #e8e4e4; padding:3% 6%;}
.page_conlecon li dl{ padding:0 0 0 10%}
.page_conlecon li dl dd{ margin:4.5% 0;}
.page_conlecon li dl dd a{ font-size:14px}
.page_conlecon li dl dd a:hover,.page_conlecon li dl dd.hover a{ color:#0076de}
.page_conlecon li a.li_acon:hover,.page_conlecon li.hover a.li_acon{ color:#0076de; text-decoration:underline}

.page_conre{width:71%; margin:1%; float:right; background:#fff; padding:2%;
    box-shadow: 0 3px 8px 6px rgb(0 0 0 / 2%);}
.page_conre h2{ margin:0; font-weight:bold}
.page_conre li{ margin:3% auto}
.page_conre li .li_img{ float:left; width:27%;}
.page_conre li .li_img img{ max-width:100%;}
.page_conre li .li_con{ float:left; width:70%; float:right}
.page_conre li .li_con h5{ color:#000;}
.page_conre li .li_con p{ color:#666;}
.page_cp ul{ margin:3% auto}
.page_cp li{ float:left; text-align:center; padding:0 1.2%; margin:0 auto}
.page_cp li h5{ line-height:2.6em; color:#000; font-size:1.2rem}
.page_cp li a:hover h5{ color:#0076de;}

th,td{ padding:0; line-height:1.4em;}
.page_conre h3{ color:#0076de; margin:0 auto 2%}
.page_conre h3 p{color: rgb(84, 84, 84); font-size:16px; line-height:1.8em; margin:1% auto 2%}
.cpshow_con h4{ color:#000; font-weight:bold;}
.cpshow_con h4 p{ font-weight:normal; color:#666; font-size:14px; line-height:30px;}
.cpshow_con li{ float:left; }
.cpshow_con li img{height:140px; }

.cpshow_con input,.cpshow_con textarea{ width:100%; padding:6px;}
.cpshow_formcon li{ margin:1% auto}

.btn-danger{background-color:#0076de; border-color:#0076de; padding: 0.5rem 2.5rem}
.btn-danger:hover{background-color:#006bca; border-color:#006bca}
.About_page{ padding:4% 0 0}
.guanyu_show h1{padding: 3.5% 0;}
.guanyu_show p{margin: 0 auto 1.5%;}
.fuwu_page { background:none;}
.fuwu_page li.li_show{ max-width:29%; min-height:inherit}
.wenhua_page{ background:#fbfbfb; padding:3% 0 0}
.wenhua_page h2{ text-align:center}
.wenhua_page ul{ margin:3% auto}
.wenhua_page li{ float:left; text-align:center}
.wenhua_page li h4{ font-weight:bold; margin:15% auto 5%}
.wenhua_page li p{font-size: 1.1rem; line-height:2rem; color:#777}






/* ==========================================================================
  #Page Heading
========================================================================== */

.page-heading {
  width:100%;
  margin:0 auto;
  position: relative;
}
.page-heading img{width:100%}

.header.header-center + div .page-heading {
  padding-top: 150px;
}
.header.header-transparent + div .page-heading {
  padding-top: 80px;
}
.page-heading .title-wrapper {
  padding: 20% 0;
  text-align: center;
  position: relative;
}
.page-heading .title {
  position: relative;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 40px;
}
.page-heading .title .title-shape {
  top: -23%;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
  border-bottom: 4px solid #7d7d7d;
}
.page-heading .title .title-shape .shape {
  width: 138px;
}
.page-heading .title .title-shape .shape:before {
  width: 130px;
  left: -29px;
  top: 70px;
  border-bottom: 4px solid #7d7d7d;
}
.page-heading .title .title-shape .shape:after {
  width: 130px;
  left: 38px;
  top: 69px;
  border-bottom: 4px solid #7d7d7d;
}
.page-heading.small {
  background-attachment: initial;
  background-color: #f6f6f6;
}
.page-heading.small:before{
  background-color: transparent;
}
.page-heading.small .title .title-shape {
  width: 75px;
  left: 50%;
  top: -30%;
  transform: translate(-50%);
  border-bottom: 4px solid #f6ba0b;
}
.page-heading.small .title .title-shape .shape {
  width: 75px;
  top: -15px;
}
.page-heading.small .title .title-shape .shape:before {
  width: 75px;
  left: -19px;
  top: 46px;
  border-bottom: 4px solid #f6ba0b;
}
.page-heading.small .title .title-shape .shape:after {
  width: 75px;
  left: 19px;
  top: 46px;
  border-bottom: 4px solid #f6ba0b;
}
.page-heading.dark .title {
  color: #29272e;
}
.page-heading.small .title-wrapper{
  padding: 60px 0 40px 0;
}
.page-heading.small .title{
  font-size: 32px;
}
.page-heading .subtitle {
  color: #d2d2d2;
  font-size: 16px;
}
.page-heading .title-wrapper ul.bread-crumb {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page-heading .title-wrapper ul.bread-crumb li {
  font-size: 14px;
  display: inline-block;
  position: relative;
}
.page-heading .title-wrapper ul.bread-crumb li.main {
  color: #bbbbbb;
  margin-left: 50px;
}
.page-heading .title-wrapper ul.bread-crumb li.main:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  top: 12px;
  margin-left: -10px;
}
.page-heading .title-wrapper ul.bread-crumb li.main span:before {
  content: "";
  position: absolute;
  width: 40px;
    border-bottom: 1px solid #fff;
  top: 14px;
  margin-left: -50px;
}
.page-heading .title-wrapper ul.bread-crumb li.sub {
  margin-left: 10px;
  text-transform: capitalize;
  color: #fff;
}
.page-heading .title-wrapper ul.bread-crumb li.sub:before {
  position: absolute;
  content: ".";
  color: #fff;
  font-size: 18px;
  top: 0;
  line-height: 18px;
  margin-left: -10px;
}
.breadcrumb-wrapper{
  background: none;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
}
.breadcrumb-wrapper a{
  color: rgba(255,255,255,0.7);
}
.breadcrumb-wrapper a:hover {
  color: #fff;
  text-decoration: none;
}
.breadcrumb-wrapper i {
  color: #fff;
  font-size: 14px;
  margin-right: 12px;
  margin-left: 12px;
}
.breadcrumb-wrapper .current{
  color: #fff;
}
.page-heading.dark .breadcrumb-wrapper a{
  color: #747474;
}
.page-heading.dark .breadcrumb-wrapper a:hover {
  color: #29272e;
}
.page-heading.dark .breadcrumb-wrapper i {
  color: #29272e;
}
.page-heading.dark .breadcrumb-wrapper .current{
  color: #29272e;
  font-weight: bold;
}
.title-symbol {
  position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 136px;
    height: 100px;
    background-image: url('https://www.861ppt.com/previews/1/2023-03-06/jzs/assets/images/front/pageheading-symbol.png');
    background-size: cover;
    background-position: center center;
    opacity: 0.2;
}
.page-heading.small .title-symbol {
    top: 65%;
    width: 100px;
    height: 74px;
}
/* #Totop */
#totop {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 40px;
  right: 1.5%;
  display: none;
  z-index: 9999;
  background: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  transition: all 0.2s linear;
      -webkit-border-radius:50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
#totop i {
  color: #666;
  line-height: 40px;
  font-size: 20px;
  transition: all 0.2s ease;
}
#totop:hover i {
  line-height: 35px;
}
#totop:hover{ background:#ebebeb}

/* ==========================================================================
  #Footer
========================================================================== */
footer {background-color:#373b40;}
.footer-content{ padding:3.5% 0 0}
.footer-top-section { float:left; width:30%;}
.footer_bott li{ float:left; width:30px; margin:4% 2% 0 2.5%; position:relative}
.footer_bott a .a_img,.footer_bott li .li_ewm img{ width:100%;}
.footer_bott li .li_ewm{ position:absolute; top:30px; left:-50px; width:100px; z-index:9999; display:none;}
.footer_bott li:hover .li_ewm{ display:block}

.footer-main{ float:left; width:70%;}
.footer-main .main_li{ float:left;color:#fff}
.footer-main .main_li h4{ color:#eee}
.footer-main .main_li li a,.footer-main .main_li p{ margin-bottom:0; color:#d3d3d3; line-height:2em;}
.footer-main .main_li li a:hover{ color:#fff}
.copyright{ border-top:solid 1px rgba(204, 204, 204, 0.31); padding:1.7% 0; margin:3.5% auto 0 !important; float:left; text-align:center; color:#D3D3D3}
.copyright a{ color:#D3D3D3}

li.item { margin:1% auto; width:100%; overflow:hidden; border-bottom:solid 1px #ddd; padding:2% 0}
.news_img{ float:left; width:26%;}
.news_img img{ width:100%}
.news_con{ width:70%; float:right;}
.news_con h4{padding:1.5% 0; margin:0}
.news_con h4 a{ color:#000; display:block; width:100%}
.news_con h4 a:hover{ color:#0076de;}

.h1_title{ text-align:center; font-size:24px; line-height:40px; margin:0 auto 3%;}
.h1_title span{ font-size:14px; line-height:28px;}

.news_con_box,.news_con_box p{font-size:1em;
    line-height:1.6em;
    color: #000;}

.main_r_nav { width:100%; }
.main_r_nav a{ border:solid 1px #ddd; color:#333; padding:0.5% 1%;    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius: 10px;}
.main_r_nav a:hover{ color:#0076de}

.returnlist{ width:100%; text-align: center}
.returnlist a{border:solid 1px #ddd; color:#333; padding:0.5% 1%; -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius: 10px;}








.footer-top-section:after {
  content: '';
  display: table;
  clear: both;
}
.footer-logo {
  float: left;
}
.footer-top-widget {
  float: right;
}
.footer-bottom {
  padding: 15px 0;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  color: #8e959b;
}

/* ==========================================================================
  #Blog Detail
========================================================================== */
.blog-row:not(:last-child) .blog-item-wrap {
  border-bottom: 1px solid #d6d6d6;
    margin-bottom: 40px;
}
/* Featured Image */
.blog-item-featured {
  position: relative;
  margin-bottom: 25px;
}
.blog-meta-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-item:hover .blog-meta-info {
  bottom: 5px;
  left: 5px;
}
.blog-single .blog-item:hover .blog-meta-info {
  bottom: 10px;
  left: 10px;
}
.single-post .social-share {
  margin-top: 30px;
  float: left;
}
.blog-meta-info:before {
  content: '';
  position: absolute;
  width: 135px;
    height: 135px;
    left: -11px;
    bottom: -11px;
    border-bottom: 135px solid #fff;
    border-right: 135px solid transparent;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-item:hover .blog-meta-info:before {
  left: -6px;
  bottom: -6px;
}
.blog-single .blog-item:hover .blog-meta-info:before {
  left: -10px;
    bottom: -10px;
}
.blog-meta-base {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  bottom: 0;
  border-bottom: 120px solid #fff;
  border-right: 120px solid transparent;
  box-shadow: -8px 8px 8px #e7e7e7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-item:hover .blog-meta-info .blog-meta-base{
  left: 2px;
  bottom: 2px;
}
.blog-meta-info .blog-date.builday_style {
  position: relative;
  width: 135px;
    height: 135px;
    border-bottom: 135px solid #f6ba0b;
    border-right: 135px solid transparent;
}
.blog-meta-info .blog-date.builday_style a {
  color: #272727;
  font-size: 15px;
  display: block;
  width: 70px;
  position: absolute;
  top: 55px;
  left: 15px;
}
.blog-meta-info .blog-date.builday_style a:hover,
.blog-meta-info .blog-date.builday_style a:focus {
  text-decoration: none;
}
.no-display-thumbnail .blog-meta-info{
  position: relative;
  bottom: 0;
    left: 0;
}
.no-display-thumbnail .blog-meta-info .blog-meta-base{
  display: none;
}
.no-display-thumbnail .blog-item:hover .blog-meta-info:before,
.no-display-thumbnail .blog-item .blog-meta-info:before{
  display: none;
}
.blog-single  .blog-item{
  margin-bottom: 40px;
  border-bottom: 1px solid #d6d6d6;
}
.blog-single .blog-content{
    margin-bottom: 40px;
    border-bottom: 1px solid #d6d6d6;
}
.blog-content {
  padding-bottom: 40px;
}
.blog-content-inner {
  clear: both;
  margin-bottom: 35px;
}
.blog-content-inner:after {
  content: '';
  display: table;
  clear: both;
}
.blog-content-inner > * {
  margin-bottom: 35px;
}
.blog-content-inner > *:last-child{
  margin-bottom: 0;
}
.blog-content-inner .wpb_content_element:last-child {
  margin-bottom: 0;
}
.blog-footer{
  margin-top: 30px;
  float: right;
}
.blog-content .social-share {
  float: left;
}
.blog-share .share-text {
  font-weight: 700;
  font-size: 16px;
  float: left;
  margin-right: 20px;
}
.blog-footer + .social-share .blog-share .socials li:nth-child(2) {
  padding-left: 0;
}

.blog-share .share-text + .socials {
  float: left;
}
.blog-footer .blog-tags {
  margin-top: 10px;
}
.blog-footer .blog-tags strong,
.blog-footer .blog-category strong {
  margin-right: 7px;
}
.blog-footer .blog-tags a,
.blog-footer .blog-category a {
  color: #616f7d;
  font-weight: 300;
  text-transform: capitalize;
}
.blog-footer .blog-category i,
.blog-footer .blog-tags  i{
  margin-right: 10px;
  width: 14px;
}
.blog-footer .blog-tags a:hover,
.blog-footer .blog-category a:hover {
  color: #e4ad0b;
  text-decoration: underline;
}
.blog-navigation {
  margin-bottom: 50px;
}
.blog-navigation .navi-item {
  font-size: 15px;
  text-transform: capitalize;
  width: 50%;
}
.blog-navigation .navi-item.next-post {
  text-align: right;
}
.blog-navigation .navi-item a .label {
    display: inline-block;
    font-size: 16px;
    color: #616f7d;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
}
.blog-navigation .navi-item a .label:after{
  content: '';
    position: absolute;
    border-bottom: 1px solid #a2a2a2;
    left: 0;
    right: 0;
    bottom: -6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.blog-navigation .navi-item a:hover,
.blog-navigation .navi-item a:focus {
  color: #f6ba0b;
  text-decoration: none;
}
.blog-navigation .navi-item a:hover .label:after,
.blog-navigation .navi-item a:focus .label::after {
  border-bottom-color: #f6ba0b;
}
.blog-navigation .navi-item a i {
  font-size: 11px;
  position: relative;
  top: 10px;
  line-height: 1px;
}
.blog-navigation .prev-post a i {
  float: left;
  margin-right: 10px;
}
.blog-navigation .next-post a i {
  float: right;
  margin-left: 10px;
}
.blog-navigation .navi-item.prev-post{
  text-align: left;
}
.blog-navigation .navi-item.prev-post span.text{
  margin-left: 10px;
}
.blog-navigation .navi-item.next-post span.text{
  margin-right: 10px;
}
.blog-navigation .navi-item a:hover {
    text-decoration: none;
}
.blog-navigation .navi-item a:hover span {
  color: #e4ad0b;
}

.blog-navigation .prev-post a i {
  float: left;
}
.blog-navigation .next-post a i {
  float: right;
}
.blog-navigation .navi-item span.post-title {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #343434;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.blog-navigation .navi-item a:hover span {
  color: #e4ad0b;
}
.blog-author-area {
  border: 1px solid #d6d6d6;
  padding: 40px 40px 30px 40px;
  margin-top: 50px;
  margin-bottom: 45px;
}
.blog-author-area .media-left {
  width: 125px;
  position: relative;
  text-align: center;
}
.blog-author-area .media-left img {
  width: 124px;
}
.blog-author-area .author-image .media-shape-left:before,
.blog-author-area .author-image .media-shape-right:before {
  display: none;
}
.blog-author-area .media-body {
  padding-left: 15px;
}
.blog-author-area .media-body .author-name {
  font-size: 20px;
  color: #272727;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.blog-author-area .socials{
  margin-top: 15px;
}
.media-shape-left {
  position: absolute;
  width: 50px;
  height: 50px;
  border-bottom: 125px solid #fff;
  border-right: 90px solid transparent;
}
.media-shape-left:after {
  content: '';
  position: absolute;
  transform: rotate(55deg);
  width: 110px;
  height: 1px;
  box-shadow: 2px 3px 5px #969696;
  left: -20px;
  top: 45px;
}
.media-shape-right {
  position: absolute;
  right: 10px;
  width: 50px;
  height: 50px;
  border-bottom: 125px solid #fff;
  border-left: 90px solid transparent;
}
.media-shape-right:after {
  content: '';
  position: absolute;
  transform: rotate(-55deg);
  width: 110px;
  height: 1px;
  box-shadow: 2px 3px 5px #969696;
  right: -20px;
  top: 45px;
}

/*template content*/
.no-display-thumbnail > .item {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 30px;
}

/* #Comment Area */
.blog-navigation + .blog-comment {
  margin-top: 40px;
  padding-top: 60px;
  border-top: 1px solid #dadada;
}
.blog-comment .swin-sc-contact-form .form-group .input-group{
  width: 100%;
}
.blog-comment .comment-heading{
  margin-bottom: 50px;
}
.blog-comment .comment-heading .title {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-comment .comment-area {
  border: 1px solid #d6d6d6;
  padding: 40px;
}
.blog-comment .comment-area .comment-list {
  margin-left: 0;
}
.blog-comment .comment-area .author-comment-image {
  position: relative;
  width: 80px;
}
#cancel-comment-reply-link { 
  font-size: 14px;
}
.author-comment-image .media-shape-left::after {
    content: '';
    position: absolute;
    transform: rotate(55deg);
    width: 55px;
    height: 1px;
    box-shadow: 2px 3px 5px #3c3c3c;
    left: -6px;
    top: 25px;
}
.author-comment-image .media-shape-right {
  right: 10px;
}
.author-comment-image .media-shape-right::after {
    content: '';
    position: absolute;
    transform: rotate(-55deg);
    width: 55px;
    height: 1px;
    box-shadow: 2px 3px 5px #3c3c3c;
    right: -6px;
    top: 25px;
}
 li.parent {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}
 ul.children {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 25px;
  margin-left: 85px;
  list-style: none;
}
 li.parent:first-child {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
 .comment-item .author-comment-image img {
  width: 70px;
  height: 70px;
  margin-right: 5px;
}
 .comment-item .author-comment-name {
  font-size: 16px;
  text-transform: capitalize;
  color: #272727;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  min-width: 200px;
}
 .comment-item .comment-date {
  color: #939393;
  position: relative;
  margin-right: 15px;
  font-weight: 300;
}
 .comment-item .comment-reply {
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
 .comment-item .comment-reply:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #909090;
  top: 10px;
  right: -25px;
}
 .comment-item .comment-reply:hover {
  color: #e4ad0b;
  text-decoration: none;
}
.comment-item .comment-reply i {
  display: none;
}
.comment-item .comment-reply:hover:after {
  background-color: #e4ad0b;
}
.blog-comment .comment-respond {
  margin-top: 70px;
}
.blog-comment .swin-sc-contact-form .form-group.col-50{
  width: 49.5%;
  display: inline-block;
}
.blog-comment .swin-sc-contact-form .form-group.col-50 .input-group{
  width: 100%;
}
.blog-comment #commentform .form-group{
  position: relative;
}
.blog-comment #commentform .form-group:nth-child(3) {
  margin-bottom: 0;
}
.blog-comment #commentform .input-error-msg{
  color: red;
  margin-top: 10px;
  position: absolute;
  bottom: -25px;
  left: 15px;
  font-size: 12px;
}
.blog-comment #commentform .input-group .input-error-msg{
  left: 0;
}
.blog-comment .swin-sc-contact-form{
  padding: 0;
}
.blog-comment .no-comments{
  margin-top: 50px;
}
#comment {
  min-height: 150px;
}
#commentform  .form-group.submit{
  margin-bottom: 0;
}
#commentform .form-group:last-child {
  margin-bottom: 0;
}
#commentform  .form-group{
  margin-bottom: 30px;
}
.comments-logged {
  margin-left: 15px;
}


/* 404 Page */

.error404  header{
  display: none;
}
.error404 .header + div{
  padding-top: 0;
}
.page-404 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
}
.page-404 .title {
  font-size: 60px;
  text-transform: uppercase;
  color: #29272e;
  line-height: 1;
  position: absolute;
  bottom: 20%;
  right: 50%;
  transform: translateX(50%);
  width: 80%;
  text-align: center;
}
.page-404 .bt-wrapper {
  position: absolute;
  bottom: 10%;
  right: 50%;
  transform: translateX(50%);
}
.page-404 .btn-right {
  margin-left: 10px;
}
.page-404 .img-illustration {
  position: absolute;
  top: 0;
  transform: translateY(50%);
  max-height: 300px;
}
.page-404 .img-main {
  position: absolute;
  bottom: 36%;
  right: 50%;
  transform: translateX(50%);
  width: 40%;
}




/* ==========================================================================
  #Page
========================================================================== */
/* Project detail */
.single-swin_project .project-featured-img {
  margin-bottom: 110px;
}
.project-info {
  padding: 60px 70px;
  box-shadow: 0px 12px 26px 7px rgba(0,0,0,0.1);
  margin-bottom: 90px;
  background-color: #fff;
}
.project-title {
    margin-bottom: 30px;
    font-size: 24px;
    color: #272727;
    text-align: left;
    font-family: Noto Sans;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    text-transform: uppercase;
}
.project-info-text {
  color: #494949;
  margin-bottom: 30px;
}
.project-attr {
  padding: 40px 30px;
  border: 2px solid #e5e5e5;
  position: relative;
}
.project-attr:after {
  content: '';
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 65px;
  height: 65px;
  border-bottom: 65px solid #f6ba0b;
  border-left: 65px solid transparent;
}
.project-attr-item {
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
}
.project-attr-item:first-child {
  padding-top: 0;
}
.project-attr-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.project-attr-item:after {
  content: '';
  clear: both;
  display: table;
}
.project-attr-name {
  float: left;
  font-size: 16px;
  font-weight: 700;
  color: #272727;
}
.project-attr-value {
  float: right;
  text-align: right;
  font-size: 16px;
}
.social-title {
  float: left;
  font-size: 16px;
  font-weight: 700;
  color: #272727;
  margin-right: 10px;
}
.project-gallery {
  margin-bottom: 95px;
}
.gallery-title {
  margin-bottom: 20px;
  font-size: 24px;
    color: #272727;
    text-align: left;
    font-family: Noto Sans;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
}

/*General page content*/
.page-content ul.spec-layout {
  list-style: none;
  padding-left: 10px;
}
.page-content ul.spec-layout > li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-weight: 700;
  position: relative;
  left: -8px;
  color: #b6b6b6;
}
/*Service Detail */
.service-single .service-featured-img{
  margin-bottom: 30px;
}

/*Search page*/
body.search .page-content .title{
  margin-top: 0;
}
.search-form-wrap{
  margin-bottom: 100px;
}

/*Single page*/
.detail-page .page-content .container > *{
  margin-bottom: 35px;
}

/*Single new*/
.single-post .blog-item > *{
  margin-bottom: 35px;
}

.container{max-width:1200px; padding-right:0; padding-left:0;}
.hidden{ width:100%; overflow:hidden; margin:0 auto;}
.contact_application{ margin:4% auto 6.5%; width:100%; overflow:hidden;}
.contact_application,.contact_application .container{ overflow:visible}
.contact_application ul{ margin:0; padding:0; overflow:visible; float:left}
.contact_application li{ float:left; width:25%; text-align:center;
-webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;}
.contact_application li:hover{ margin-top:-20px;}
.contact_application h3{ font-size:18px; margin:7.5% auto; font-weight:bold;}
.contact_application li p a{background:#eeeeee; color:#333; text-align:center; padding:2% 15%;
-webkit-border-radius:50px;
    -moz-border-radius: 50px;
    border-radius: 50px;    border-color: #eee;
    border-style: solid;
    border-width: 1px;
	-webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
	opacity:0;}
.contact_application p a:hover{ background:#0076de; color:#fff}
.contact_application li:hover p a{opacity:1;}





















