* {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.headder-top {
  height: 74px;
  line-height: 74px;

}

.headder-top .logo {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 99;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.logo > img {
  height: 34px;
  margin-left: 50px;
  vertical-align: middle;
}

.header-nav {
  margin-right: 50px;
  float: right;
  display: inline-block;
}

.header-nav li {
  display: inline-block;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.banner-right-txt h5 span, h3 span {
  color: #FF2507;
}
li.nav-item.dropdown:hover{
  background-color: #F4F5F6;
}
li.nav-item.dropdown>a{
  display: inline-block;
  padding: 0 20px;
  color: #007bff;
}
li.nav-item>.dropdown-menu{
  top: 90%;
}
a.dropdown-item {
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
}

a.dropdown-item:hover {
  background-color: #007bff;
}

.about-fashion-grid {
  padding: 18px 18px;
}

.about-fashion-grid {
  padding: 20px 20px;
  background: #f3f3f3;
  box-shadow: 1px 1px 6px #d2d2d2;
}

.container-box {
  padding: 10px;
}

.w3layouts-make-goals {
  background: url(./imgs/fuwuzongzhi.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  min-height: 460px;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.jst-icon-goal {
  width: 65px;
  height: 65px;
  margin: 0px auto;
  border: #1860bd 2px solid;
  border-radius: 50%;
}

.jst-icon-goal span {
  /*color: #00d0ff;*/
  font-size: 23px;
  line-height: 64px;
}

.goals-making-wthree h4, .blog-left-wthree h4 a, .new-projects-us h6 a {
  font-size: 26px;
  /*color: #1860bd;*/
  text-transform: capitalize;
  font-weight: 600;
}

.blog-left-position {
  left: -26%;
}

.blog-left-position, .blog-right-position {
  position: absolute;
  width: 89%;
  z-index: 9;
  bottom: 36px;
  background: #f9f9f9;
  padding: 39px 45px;
  box-sizing: border-box;
  box-shadow: 1px 1px 6px black;
}
a{
  cursor: pointer;
}