@font-face {
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  font-family: "微软雅黑";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  /*overflow-x: hidden;*/
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#hearder-main {
  width:960px
}
.container {
  padding:0;
  /*width: 1000px !important;*/
}
.color-pewter {
  color: rgb(70,84,98) !important;
}
.background-pewter {
  background: RGB(70, 84, 98) !important;
  color: rgb(255,255,255) !important;
}
.border-left-color-pewter{
  border-left-color: rgb(70, 84, 98) !important;
}
.color-gray{
  color: rgb(131,131,131) !important;
}
.background-gray {
  background: RGB(131, 131, 131) !important;
}
.border-left-color-gray{
  border-left-color: rgb(131, 131, 131) !important;
}
input{
  background:white;
  outline:none;
  border:none;
  border-radius: 10px;
  text-indent: 10px;
}
input[type="search"]:focus{
  border:none;
}
.searchWrap {
  margin-top: 15px;
  position: relative;
}
.fa-search {
  transform: rotateY(180deg);
  color: gray;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #308dfd;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #308dfd;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "微软雅黑";
  font-weight: 400;
  margin: 0;
}

::-webkit-selection {
  color: #fff;
  background: #308dfd;
}
::-moz-selection {
  color: #fff;
  background: #308dfd;
}

.logo-ESSENCE {
   height:48px;
   margin-left: 16px;
}
::selection {
  color: #fff;
  background: #308dfd;
}

.fh5co-nav {
  background-color: RGB(70,84,98);
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1001;
}
.fh5co-nav .left-menu, .fh5co-nav .right-menu, .fh5co-nav .logo {
  display: inline-block;
  float: left;
}
.fh5co-nav .logo {
  width: 20%;
  float: left;
  margin-top: -20px;
}
.fh5co-nav #fh5co-logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.fh5co-nav a {
  padding: 11px 0px 11px 0px;
  color: #fff;
}

.fh5co-nav ul {
  padding-bottom: 10px;
  margin-top: 15px;
}

.fh5co-nav ul li {
  margin: 0;
  padding-left: 45px;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  font-size: 12px;
  color: white;
  padding-bottom: 20px;
}
.fh5co-nav ul li span a {
  color: #777;
  padding: 0;
  font-size: 10px;
}
.fh5co-nav ul li span a:hover {
  color: #1f6ada;
}
.container-logo {
  margin-top: 15px
}
.fh5co-nav ul li>a:hover, .fh5co-nav ul li>a:focus, .fh5co-nav ul li>a:active {
  border-bottom: 2px solid white;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.fh5co-nav ul li.active > a {
  color: #fff !important;
  position: relative;
}
.fh5co-nav ul li.active > a:after {
  background: #fff;
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
}

#fh5co-header,
#fh5co-counter,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#fh5co-header a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#fh5co-header a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.fh5co-cover {
  height: 800px;
  /*background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;*/
  position: relative;
  float: left;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}
.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1.5;
  letter-spacing: 2px;
}
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  background: #308dfd;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #251f1f !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-about,
#fh5co-contact,
#fh5co-footer {
  padding: 2em 0;
  clear: both;
}

.fh5co-staff {
  text-align: center;
  margin-bottom: 30px;
}
.fh5co-staff img {
  width: 170px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.fh5co-staff p {
  margin-bottom: 30px;
}
.fh5co-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #308dfd;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

#fh5co-services{ padding: 0px;}


.fh5co-blog {
  margin-top: 60px;
}
.fh5co-blog > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-blog > a img {
  width: 100%;
}
.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 20px;
  float: left;
  margin-top: -5em;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}

.fh5co-blog .blog-text span.posted_on:before {
  position: absolute;
  top: -9px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #F36363 transparent;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  color: #308dfd;
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: black;
}

.fh5co-heading {
  margin-bottom: 2em;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}

#fh5co-testimonial {
  position: relative;
}
#fh5co-testimonial .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
#fh5co-testimonial .fh5co-heading h2 {
  color: white;
}
#fh5co-testimonial .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#fh5co-testimonial .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonial .box-testimony a:hover, #fh5co-testimonial .box-testimony a:focus, #fh5co-testimonial .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#fh5co-testimonial .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 40px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-testimonial .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 15px solid black;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#fh5co-testimonial .box-testimony blockquote .quote {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 0;
  display: table;
  color: #fff;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  background: #308dfd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .box-testimony blockquote .quote > span {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-testimonial .box-testimony blockquote p {
  letter-spacing: 1px;
  font-family: "微软雅黑";
}
#fh5co-testimonial .box-testimony .author {
  line-height: 20px;
  color: white;
  font-size: 20px;
  margin-left: 20px;
}
#fh5co-testimonial .box-testimony .author .subtext {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

#fh5co-started {
  background: #392f2f;
}
#fh5co-started .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
}
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-started .btn {
  /* height: 54px;*/
  border: none !important;
  background: #308dfd;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 19px;
  /*padding-left: 30px;
  padding-right: 30px;
  padding-top: 18px;*/
}
#fh5co-started .btn:hover {
  background: #f04242 !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}

#fh5co-footer {
  background: #efefef;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px dotted black;

}
#fh5co-footer .fh5co-footer-links li a {
  color: #000;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

#fh5co-offcanvas {
  display: none;
  position: absolute;
  z-index: 1901;
  width: 60vw;
  /*background: #3c8c75;*/
  background-color: RGB(70,84,98);
  top: 12vw;
  right: 0;
  overflow-y: auto;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  border-top: 1px solid;
}
#fh5co-offcanvas a {
  color: white;
  font-size: 4vw;
  font-family: "Microsoft YaHei",Arial,"Hiragino Sans GB",Sans-Serif;
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 10px 15px;
  list-style: none;
  border-bottom: 1px solid;
}
#fh5co-offcanvas ul li:last-child {
  border-bottom:0 ;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  /*font-family:"微软雅黑";*/
  font-family:"Microsoft YaHei",Arial,"Hiragino Sans GB",Sans-Serif;";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}
.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 5vw;
  height: 0.6vw;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 5vw;
  height: 0.6vw;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
    top: -2vw;
}

.fh5co-nav-toggle i::after {
    top: 2vw;
}


.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  top: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(135deg);
}

.fh5co-nav-toggle {
  position: absolute;
      right: 5vw;
  z-index: 21;
  display: block;
  margin: 0 auto;
  display: none;
  z-index: 2001;
  border-bottom: none !important;
}
.js-fh5co-nav-toggle {
  background: url("/static/img/homepage/menu-btn.png") no-repeat;
  background-size: contain;
  height: 6vw;
  width: 6vw;
  top: 3vw;
  right: 3vw;
}
.offcanvas .js-fh5co-nav-toggle {
  background: url("/static/img/homepage/close.png") no-repeat;
  background-size: contain;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "微软雅黑";
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #308dfd;
  color: #fff;
  border: 2px solid #308dfd;
  padding: 5px 28px;
  border-radius: inherit;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f57b7b !important;
  border-color: #f57b7b !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #308dfd;
  border: 2px solid #308dfd;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #308dfd;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  margin-top: 5px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #308dfd;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.js .animate-box {
  opacity: 0;
}

#fh5co-header-subscribe #email {
  padding-right: 9em;
}
#fh5co-header-subscribe button {
  position: absolute;
  top: 0;
  right: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.footer_wrapper{ background-color:#f4f8e5;}
.lianxi{
  background: rgba(0, 0, 0, 0.05);
  padding: 3rem 0;
  color: #8b939d;
  font-size: 0.875rem;
  text-align: center;
}

.b-nav{
  padding: 1rem 0;
  text-align: center;

}
.b-nav a{
  display: inline-block;
  padding: 0 2rem;
  color: #8b939d;
  font-family: "微软雅黑";
  font-size:15px;
}
.copy{
  font-family: "微软雅黑";
  font-size:15px;
}
.b-nav a:hover{
  color: #D80808;
}

.footer .footer_content {
  width: 1230px;
}

.footer_bottom {
  border-top: 1px solid white;
  padding-bottom: 20px;
}

.text-white {
  color: white;
}

.i_serList ul li {
  margin-bottom: 50px;
  list-style-type: none;
}
.i_serList ul li .kuang{
  padding:40px ;

}

.i_serList ul li .img {
  margin: 10px auto;
  width: 80px;
  height: 85px;
}
.i_serList ul li span h2 a {
  font-size: 18px;
  display: block;
  text-align: center;
  color: #464646;
  padding-top: 1em;
}
.i_serList ul li span p {
  text-transform: uppercase;
  text-align: center;
  color: #464646;
  padding: 5px 40px;
}

.dropdownMenu {
  position: relative;
  display: inline-block !important;
}
.dropdown-content {
  padding: 0;
  margin: 20px 0 0 -10% !important;
  padding-bottom: 0 !important;
  width: 100px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  text-align: center;
}
.dropdown-content li {
  display: block !important;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
}
.dropdownMenu:hover .dropdown-content {
  display: block;
}
.dropdown-content h5 {
  padding: 15px;
}
.dropdown-content h5:hover {
  background-color: #465462;
  color: white;
}

.subMenu {
  display: none;
  background: #fff;
  z-index: 100;
  box-shadow: 0px 1px 10px #555;
}
.subMenuBlock li {
  display: list-item !important;
  font-size: 10px;
  text-align: left;
  padding-top: 2px;
  font-family: "Microsoft YaHei",Arial;
  padding-left: 0px !important;
}
.subMenuBlock li span:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #666;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 4px;
  margin-left: 5px;
}
#hwslider {
  /*margin-top: 103px;*/
  height: 528.595px !important;
}
.subMenuBlock {
  margin: 20px 0 0 -5px;
  position: absolute;
  background: #fff;
  box-shadow: 0px 1px 10px #555;
  width: 850px;
  padding-bottom: 20px;
}
.subList h5 {
  margin: 3px 5px;
  font-size: 10px;
  font-weight: 600;
  font-family: "黑体";
}
.subList1 h5 {
  margin: 5px;
  font-size: 12px;
  font-weight: 600;
  font-family: "黑体";
}
.subList {
  padding-top: 20px;
  width: 33.33%;
  float: left;
  text-align: left;
}
.subList:nth-child(2) {
  padding-top: 20px;
  width: 38%;
  float: left;
  text-align: left;
}
.subList1 {
  padding-top: 10px;
  width: 28%;
  float: left;
  text-align: left;
}
.fh5co-nav .product .mediaHide:hover .subMenu {
  display: block;
}
.subMenu {
  display: none;
  background: #fff;
  z-index: 100;
  box-shadow: 0px 1px 10px #555;
}

.background-muted {
  background-color: #f0f1f3
}
.section {
  width: 75%;
  width: 1230px;
  height: 100%;
  margin:0 auto 0 auto;
}
.section .sectionframe {
  width: 100%;
  overflow: hidden;
}
.section .sectionframe .block2x{
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
}
.section .sectionframe .block{
  float: left;
  margin: 0 10px 10px 0px;
  overflow: hidden;
  cursor: pointer;
  height: 345px;
  width: 295px;
  background: white;
  text-align: center;
}
.section .sectionframe .block-right .block{
  float: left;
  margin: 0 0px 10px 10px;
  overflow: hidden;
  cursor: pointer;
  height: 345px;
  width: 295px;
  background: white;
  text-align: center;
}
.section .sectionframe .block-right .block:nth-child(odd){
  margin: 0 5px 10px 5px;
}
.section .sectionframe .block-left .block:nth-child(odd){
  margin: 0 10px 10px 00px;
}
.section .sectionframe .block-left .block:nth-child(even){
  margin: 0 5px 10px 5px;
}

.section .sectionframe .product_frame{
  width: 33%;
  /* background-color:yellow;  */
  /* height: 200px; */
  float: left;
  margin-top: 22px;
  margin-left: 3px;
  overflow: hidden;
  cursor: pointer;
}
.section .sectionframe .product_frame img{
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.section .sectionframe .product_frame p{
  display: block;
  padding: 21px;
  margin-top: 0;
  text-align: center;
  background-color: #00ACAB;
  color: #FFF;
  font-size: 20px;
}
.block-h{
  width: 610px;
  height: 710px;
  float: left;
}
.block a{
  right: 34.5px;
  top: 25px;
}
.block div:first-child {
  position: absolute;
  margin: 10px;
}
.block div:first-child img {
  width: 51px;
  height: 53px;
  margin: 0;
}
.logoC{
  width: 114px !important;
  height: 46px !important;
  margin: 0;
}
.block img {
  width: 221px;
  height: 221px;
  margin: 25px 35px;
}
.block2x img {
  width: 600px;
  height: 700px;
}
.block2x:nth-child(even) img {
  width: 600px;
  height: 700px;
  margin-left: 10px;
}
.blockcaption h3{
  text-align: center;
}
.blockcaption {
  width: 100%;
  height: 45px;
  font-size: 28px;
  margin: 5px 0 15px 0;
}

.caption {
  width: 100%;
  height: 34px;
  font-size: 28px;
  margin: 40px 0 8px 0;
}
.caption h5{
  font-family: "黑体";
  font-weight: 600;
  padding-left: 15px;
  color: #616162;
  font-size: 16px;
}
.contentList {
  padding: 1px 0 10px 0;
}
.news{
  margin-top: 54px;
  margin-bottom: 20px;
  height: auto;
  /* background-color: red; */
  overflow:hidden;
}
.news .news_frame{
  width: 33%;
  height: auto;
  float: left;
  margin-right: 3px;
  position: relative;
  margin-bottom: 20px;
}
.news .newsSection{
  width: 75%;
  margin: 0 auto
}


.news .news_frame img{
  display: inline-block;
  width: 100%;
  height: auto;
}


.news .news_frame .date span{
  display: inline-block;
  height: auto;
  font-size: 2.5vw;
  color:  #f0f1f2;
  text-align: left;
}
.list_media li {
  margin-bottom: 8px;
  margin-left: 4px;
}
.media .img {
  width: 50%;
  width: 112px;
  float: left;
  margin-right: 17px;
}
.media .img img {
  display: block;
}
.media .bd {
  vertical-align: top;
  display: table-cell;
}
.date_bg {
  background: #d0d1d3;
  color: #f0f1f2;
  padding: 0 5px;
  line-height: 20px;
  font-size: 9px;
}
.innerBlock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.list_media .dis {
  display: flex;
}
.list_media .dis a {
  color: #595959;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.footer{
  width: 100%;
  background-color: RGB(70,84,98);
  padding-bottom: 5px;
}
.footer .footer_detail {
  padding-bottom: 15px;
}
.footer_section {
  width: 75%;
  margin: 0 auto;
  font-size: 13px;
}
.footer_section .footer-section-item{
  width: 50%;
  float: left;
  position: relative;
}
.footer .footer_detail a {
  color: white;
}
.footer .footer_detail a:hover {
  color: white;
}
.footer .footer_detail .title a:hover {
  border-bottom:1px solid white !important;
}
.footer .footer_detail .title {
  padding:20px 0 10px 0;
  font-size: 17px;
}
ol li span:hover{
  color: #1f6ada;
}
.arrow-bottom {
  font-size: 0;
  line-height: 0;
  border-width: 5px;
  border-color: lightgrey;
  border-bottom-width: 0;
  border-style: dashed;
  border-top-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-bottom: 6px;
}
.slider {
  padding-bottom: 40px;
}
.footer_bottom .info div {
  color: white;
  text-align: left;
  padding-top: 5px;
}
.footer_bottom .info {
  width: 75%;
  margin: 0 auto;
  height: 50px;
}
.title1 {
  font-size: 14px;
  padding-top: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #333;
  line-height: 14px;
}
.title2 {
  color: #666666;
  font-size: 14px;
  line-height: 14px;
}
.media {
  margin-top: 4px;
}
.date {
  margin-top: -4px;
}

.footer_bottom .info img {
  height: 50px;
  float: left;
  padding-right: 20px;
  margin-bottom: 10px !important;
}
.contact {
  color: #ccc;
  line-height: 1.5vw;
  -webkit-transform: scale(1);
  font-size: 0.9vw;
  padding: 1.8vw 0 0;
}
.col-md-4 {
  padding: 0 !important;
}
.col-md-3 {
  padding: 0 !important;
}
.text-danger {color: red;}

@media screen and (min-width: 0px) {
  .title1 {
    font-size: 4vw;
    padding: 0.7vw !important;
    font-weight: unset !important;
  }
  .title2 {
    -webkit-transform: scale(0.55) !important;
  }
  .title3 {
    margin-top: 0.2vw !important;
    -webkit-transform: scale(0.78) !important;
    transform-origin: 0 0;
    width: 125% !important;
    font-size: 2vw !important;
    line-height: 4.6vw !important;
  }
  .news .news_frame .date span {
    -webkit-transform: scale(0.75);
    transform-origin: 0 0;
    padding: 0 2px;
  }
  .footer .footer_detail h6 {
    color: #ccc;
    padding: 0px  ;
    -webkit-transform: scale(0.5);
    transform-origin: 0 0;
    line-height: 2.5vw;
  }
  .col-md-6 div {
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    line-height: 5vw;
  }
  .col-md-6 {
      padding: 2.5vw 0 0 15px;
  }
 .menu {
   -webkit-transform: scale(0.5)
 }
}
@media screen and (min-width: 375px) {
  .title1 {
    font-size: 4vw;
    padding: 1.5vw !important;
    font-weight: unset !important;
  }
  .title2 {
    -webkit-transform: scale(0.8) !important;
  }
  .title3 {
    margin-top: 0.2vw !important;
    -webkit-transform: scale(0.9) !important;
    transform-origin: 0 0;
    width: 110% !important;
    font-size: 3vw !important;
    line-height: 4vw !important;
  }
  .news .news_frame .date span {
    -webkit-transform: scale(0.8,1);
    transform-origin: 0 0;
  }
  .footer .footer_detail h6 {
    color: #ccc;
    padding: 3.5vw 0 0;
    -webkit-transform: scale(0.55);
    transform-origin: 0 0;
    line-height: 0.5vw;
  }
  .col-md-6 div {
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    line-height: 5vw;
  }
 .menu {
   -webkit-transform: scale(0.7)
 }
}
@media screen and (min-width: 425px) {
  .title1 {
    color: #333333;
    font-size: 4vw;
    padding: 1.5vw !important;
    font-weight: unset;
  }
  .title2 {
    color: #666666;
    font-size: 2vw;
    line-height: 3vw;
    -webkit-transform: scale(1.1) !important;
  }
  .news .news_frame .date span {
    padding: 0 0.5vw;
  }
  .title3 {
    margin-top: 0.2vw !important;
    -webkit-transform: scale(0.97) !important;
    transform-origin: 0 0;
    width: 100% !important;
    font-size: 3vw !important;
    line-height: 4vw !important;
  }
  .footer .footer_detail h6 {
    color: #ccc;
    padding: 2vw 0 0;
    -webkit-transform: scale(0.65);
    transform-origin: 0 0;
    line-height: 0.5vw;
    font-size: 2.5vw;
  }
  .col-md-6 div {
    -webkit-transform: scale(0.95);
    transform-origin: 0 0;
    line-height: 5vw;
  }
}
@media screen and (min-width: 510px) {
  .title1 {
    font-size: 14px !important;
    padding-top: 20px !important;
    font-weight: bold !important;
    padding-bottom: 10px !important;
    color: #333;
    line-height: 14px !important;
  }
  .title2 {
    color: #666666;
    font-size: 13px !important;
    line-height: 13px !important;
  }
  .firstBlockCaption {
    margin-top: 7vw !important;
  }
  .footer .footer_detail h6 {
    color: #ccc;
    padding: 2vw 0 0;
    -webkit-transform: scale(0.75);
    transform-origin: 0 0;
    line-height: 0.5vw;
    font-size: 2.5vw;
  }
  .col-md-6 div {
    -webkit-transform: scale(1.7);
    transform-origin: 0 0;
    line-height: 2vw;
    font-size: 2.5vw;
    padding: 0 0 4vw 0;
  }
}
@media screen and (max-width: 510px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 600px;
  }
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }
  #fh5co-services,
  #fh5co-started,
  #fh5co-testimonial,
  #fh5co-blog,
  #fh5co-about,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
  .feature-center {
    margin-bottom: 50px;
  }
  .fh5co-blog {
    width: 100%;
  }
  #fh5co-footer .fh5co-footer-links {
    margin-bottom: 30px;
  }
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
  #map {
    height: 200px;
  }
  .offcanvas #fh5co-offcanvas {
    display: block;
  }
  .fh5co-nav-toggle {
    display: block;
  }
  .fh5co-cover {
    height: 600px;
  }
  .fh5co-nav .menu-1 {
    display: none;
  }
  .mediaHide {
    display: none !important;
  }
  #subMenu {
    background-color: #4e5c6a;
    padding-left: 5%;
  }
  #subMenu h5 {
    color: white;
  }
  .dropdownMenu {
    display: block !important;
  }
  .dropdownMenu i {
    font-size: 16px;
    padding-left: 5px;
  }
  .tu img{ width: 60% !important;}
  .ding div:nth-child(2){ margin-top: 20px !important;}
  .fh5co-nav {
    padding: 0;
    top: 0;
    height: 12vw;
  }
  .container {
    padding: 0 !important;
  }
  .fh5co-nav #fh5co-logo {
    font-size: 22px;
  }
  .fh5co-nav #fh5co-logo img{ width: 70% !important;}
  .section {
    width: 100%;
    height: 100%;
    margin:0 auto;
  }
  .block2x img {
    transform-origin: 0 0;
    transform: scale(1) !important;
    width: 100% !important;
    height: auto !important;
  }
  .caption {
    height: auto !important;
    margin: 3vw 1.5vw;
    color: #616162;
  }
  .block-h {
    width: auto;
    height: 100vw;
    float: left;
    font-size: 12px;
  }
  .block img {
    width: 60%;
    height: 60%;
    margin: 8% 20% 8% 20%;
  }
  .news .news_frame {
    width: 100%;
    margin: 0px;
  }
  ul {
    margin: 0px ;
    padding: 0px !important;
  }
  #hwslider {
    margin-bottom: -30px;
    height: 128vw !important;
  }

  .slider {
    padding-bottom: 0px;
  }
  .news .newsSection{
    width: 100%;
    margin: 0 auto;
  }
  .section .sectionframe .block2x {
    float: left;
    margin: 1px;
    overflow: hidden;
    cursor: pointer;
    height: 115vw;
  }
  .section .sectionframe .block {
    width: calc(50% - 5px);
    height: 49%;
    margin: 2.5px;
  }
  .section .sectionframe .block-left .block:nth-child(odd) {
    margin: 2.5px;
  }
  .section .sectionframe .block-left .block:nth-child(even) {
    margin: 2.5px;
  }


  .section .sectionframe .block-h:nth-child(even) .block{
    float: left;
    overflow: hidden;
    cursor: pointer;
    width: calc(50% - 5px);
    height: 49%;
    margin: 2.5px;
    background: white;
    text-align: center;
  }
  .block2x:nth-child(even) img {
    width: 99vw;
    height: 100%;
    margin-left: 0px;
  }
  .caption h5 {
    padding-left: 0px;
    font-size: 4vw;
  }
  .blockcaption h3{
    text-align: center;
    font-size: 4vw;
    margin: 0;
    padding: 2vw 0 0;
  }
  .contentList {
    padding: calc(3%) 0 calc(7%) 0;
  }
  .news {
    margin: 7% 5px 10px 5px !important;
    width: calc(100% - 10px) !important;
  }
  .menu {
    text-align: center;
  }
  .logo-ESSENCE {
    height: 7vw;
    margin: 2.5vw calc(33vw) 0;
  }
  .footer_bottom .info> div:first-child {
    text-align: center;
  }
  .footer_bottom .info {
    width: 100%;
    height: 50px;
  }

  .container-logo {
    margin-top: 0px
  }
  .media .img {
    width: 33vw;
    float: left;
    margin-right: 2vw;
  }
  .list_media li {
    margin-bottom: 0px;
    height: 22vw;
  }
  .blockcaption {
    width: 100%;
    height: 14vw;
    font-size: 28px;
    margin: 7vw 0px 0;
  }

  .firstBlockCaption {
    margin-top: 12vw;
  }
 .menu a span {
   padding: 0 8vw;
 }
  .block div:first-child {
    position: absolute;
    margin: 1vw -2vw;
  }
  .block div:first-child img {
    width: 60%;
    height: 60%;
    margin: 8% 20% 8% 20%;
  }
  .logoC {
    width: 40% !important;
    height: 40% !important;
    margin: 8% 20% 8% 0 !important;
  }
  #page {
    /*overflow-x: hidden;*/
    width: 100%
  }
}

@media screen and (min-width: 510px) {
  .menu {
    -webkit-transform: scale(1);
}
  .col-md-6 {
    padding: 0;
  }
  .title3 {
    margin-top: 0.2vw !important;
    line-height: 18px !important;
    -webkit-transform: scale(1) !important;
    font-size: 12px !important;
    width: 100% !important;
  }
  .footer .footer_detail h6  {
    color: #ccc;
    line-height: 1.5vw;
    -webkit-transform: scale(1);
    font-size: 0.9vw;
    padding: 1.8vw 0 0;
  }
  .col-md-6 div {
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    line-height: 20px;
    padding: 0 0 0 0;
  }
  .news .news_frame .date span {
    padding: 0 5px !important;
    font-size: 12px !important;
    -webkit-transform: scale(1);
  }
  .news .news_frame{
    width: 33%;
    height: auto;
    float: left;
    padding-right: 15px;
    position: relative;
    margin-bottom: 20px;
  }
  .firstBlockCaption {
    margin-top: 2vw !important;
  }
}
@media screen and (max-width: 1230px) {
  html{
    overflow-x: scroll;
  }
  /*.footer{width: 1230px !important;}*/
  .background-muted{width: 1230px !important;}
  /*.fh5co-nav{width: 1230px !important;}*/
  .index-footer{
    width: 100% !important;
  }
  .footer .footer_section{
    width: 960px;
    margin:0 auto;
  }
  .footer_bottom  .info{
    width: 960px;
    margin:0 auto;
  }
  .footer .footer_content {
    width: 100%;
  }
  .news .newsSection{
    width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  body{
    width:960px
  }
  .footer .footer_section{
    padding: 10px 15px;
  }
}
@media screen and (max-width: 510px) {
  .fh5co-nav #fh5co-logo img {
    width: 100% !important;
  }
  .footer{width: 100% !important;}
  .background-muted{width: 100% !important;}
  .fh5co-nav{width: 100% !important;}
  body{
    width: 100%;
  }
  .footer_section{
    width: 100% !important;
  }
  .footer_section .footer-section-item{
    width: 100%;
    float: none;
    position: relative;
    padding: 2.5vw auto 0px 15px !important;
    margin: 0px auto;
  }

  .footer_bottom .info {
      width: 100%;
      margin: 0 auto;
    height: auto;
  }

    .news .newsSection{
      width: 100%;
      margin: 0 auto;
    }
  .copyright {
    width: 100%;
  }
  .copyright span {
    display: block;
    text-align: center;
    font-size: 12px;
    padding:0 !important;
    line-height: 20px;
  }
  .footer_bottom .info img {
    float: none !important;
    padding: 0;
  }
  .footer_bottom {
    padding-bottom: 0px;
  }
  .footer_section {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #hearder-main {
    width:100vw;
  }
  .footer .footer_detail .title {
    padding: 20px 0 0 0;
    font-size: 15px;
  }
  .footer_bottom .info img {
    height: 30px;
  }
  .footer_bottom .info div {
    line-height: 30px;
    padding-top: 0px;
  }
}
