body {
  min-width: 1300px;
  overflow: auto;
}
.header .logo {
  height: 76px;
  line-height: 76px;
  overflow: hidden;
}
.header nav {
  color: #fff;
  background: #3079d2;
}
.header nav ul li {
  position: relative;
  float: left;
  width: 16.66666667%;
}
.header nav ul li.cur a::after,
.header nav ul li:hover a::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.header nav ul li:hover > a {
  background: #2f8adf;
}
.header nav ul li > a {
  position: relative;
  display: block;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
}
.header nav ul li > a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 2px;
  height: 12px;
  background: url(../images/nav_bg.png) no-repeat center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.header nav ul li .sub-nav {
  z-index: 1;
  width: 100%;
  display: none;
}
.header nav ul li .sub-nav a {
  display: block;
  line-height: 25px;
  padding: 10px 0;
  color: #666;
  border-bottom: 1px dashed #ccc;
  background: rgba(48, 121, 210, 0.8);
  color: #fff;
}
.header nav ul li .sub-nav a:hover {
  color: #fff;
  background: #2f8adf;
}
.header .search-w {
  height: 76px;
}
.header .search {
  width: 444px;
  height: 34px;
  line-height: 34px;
  background: #f6f6f6;
  overflow: hidden;
}
.header .search .txt {
  float: left;
  width: calc(100% - 40px);
  font-size: 12px;
  padding-left: 12px;
  background: transparent;
}
.header .search .btn {
  float: right;
  width: 40px;
  height: 100%;
  background: url(../images/search.png) no-repeat center;
}
.header .header-tel em {
  font-size: 22px;
  color: #3079d2;
}
.header .header-tel span {
  font-size: 10px;
  color: #999999;
}
footer {
  border-top: 3px solid #3079d2;
}
footer .link .list {
  width: calc(100% - 70px);
}
footer .link a:hover {
  color: #3079d2;
  text-decoration: underline;
}
footer .link i {
  margin: 0 10px;
}
footer .erweima {
  display: inline-block;
  margin: 0 14px;
}
footer .erweima .img {
  width: 130px;
  height: 130px;
}
footer .erweima i {
  margin-top: 8px;
  margin-bottom: 10px;
}
#gotop {
  position: fixed;
  right: 14%;
  bottom: 5%;
  width: 65px;
  height: 60px;
  cursor: pointer;
  background: url(../images/go_top.png) no-repeat center;
}
.i-banner {
  margin-top: 6px;
}
.i-banner .slick-dots {
  text-align: right;
  padding-right: 15px;
  bottom: 17px;
}
.i-banner .slick-dots div {
  width: 40px;
  height: 5px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.29);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.i-banner .slick-dots div.slick-active,
.i-banner .slick-dots div:hover,
.i-banner .slick-dots div:focus {
  background: #3079d2;
}
.i-banner a {
  display: block;
  min-height: 85px;
}
.i-banner .dn {
  display: none !important;
}
.i-list {
  border: 1px solid #e8e8e8;
}
.i-list h2 {
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  background: #f2f6f9;
}
.i-list h2 em {
  font-size: 18px;
  font-weight: bold;
}
.i-list h2 em img {
  margin-right: 10px;
  vertical-align: -6px;
}
.i-list h2 a {
  color: #666;
}
.i-list h2 a:hover {
  color: #3079d2;
  text-decoration: underline;
}
.i-list .txt {
  border-bottom: 1px dashed #ccc;
}
.i-list .list a {
  height: 32px;
  line-height: 32px;
}
.i-list .list a:hover h3 {
  color: #3079d2;
  text-decoration: underline;
}
.i-list .list h3 {
  position: relative;
  width: 75%;
  padding-left: 13px;
}
.i-list .list h3::after {
  left: 0;
  top: 50%;
  position: absolute;
  content: "";
  border-left: 5px solid #3079d2;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.i-list .list .date {
  color: #999;
}
.i-list .list2 {
  margin-left: -10px;
}
.i-list .list2 .lg-3 {
  padding-left: 10px;
  margin-bottom: 15px;
}
.i-list .list2 .imgs {
  padding-bottom: 74%;
}
.i-list .list2 h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.i-about .item {
  padding-left: 10px;
  margin-top: 20px;
}
.i-about .item1 {
  width: 198px;
  color: #fff;
  padding-left: 0;
  background: #3079d2;
}
.i-about .item1 a {
  height: 84px;
  padding: 0 20px;
  border-top: 1px solid #509cde;
}
.i-about .item1 a:first-child {
  border-top: none;
}
.i-about .item1 a:hover em {
  text-decoration: underline;
}
.i-about .item1 .icon {
  width: 40px;
  text-align: center;
}
.i-about .item1 .info {
  width: calc(100% - 40px);
  padding-left: 20px;
}
.i-about .item1 em {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}
.i-about .item1 span {
  font-size: 12px;
  color: #a6ceff;
}
.i-about .item2 {
  width: 516px;
}
.i-about .item2 .img {
  height: 335px;
}
.i-about .item2 h3 {
  height: 47px;
  line-height: 47px;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
}
.i-about .item2 .slick-dots {
  bottom: 0;
}
.i-about .item2 .slick-dots div {
  width: 52px;
  height: 5px;
  border-radius: inherit;
  margin: 0 2px;
  background: #818181;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.i-about .item2 .slick-dots div.slick-active,
.i-about .item2 .slick-dots div:hover,
.i-about .item2 .slick-dots div:focus {
  background: #3079d2;
}
.i-about .item3 {
  width: 486px;
  height: 335px;
}
.i-about .item3 .txt {
  height: 120px;
}
.i-article .row {
  margin-left: -10px;
}
.i-article .lg-6 {
  padding-left: 10px;
  margin-top: 20px;
}
.i-faq .list a:hover .txt1 {
  color: #3079d2;
  text-decoration: underline;
}
.i-faq .list h3 {
  display: flex;
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.i-faq .list .txt1,
.i-faq .list .txt2 {
  width: auto;
}
.i-faq .list .txt2 {
  color: #999999;
}
.i-faq .list i {
  color: #3079d2;
}
.main-nav-p {
  width: 220px;
  margin-bottom: 50px;
}
.main-nav-p em {
  font-size: 22px;
}
.main-nav-p ul {
  padding: 0 30px 60px 30px;
  border-top: 2px solid #3079d2;
  background: #f7f9fd url(../images/main_nav_bg.jpg) no-repeat center;
}
.main-nav-p li {
  margin-bottom: 7px;
}
.main-nav-p li.cur a,
.main-nav-p li:hover a {
  color: #fff;
  background: #3079d2;
}
.main-nav-p li.cur a::after,
.main-nav-p li:hover a::after {
  border-left: 6px solid #fff;
}
.main-nav-p li a {
  position: relative;
  display: block;
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 14px;
}
.main-nav-p li a::after {
  left: 15px;
  top: 50%;
  position: absolute;
  content: "";
  border-left: 6px solid #3079d2;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.main-nav-p .link a {
  margin-top: 7px;
}
.main-head {
  border-bottom: 1px solid #ccc;
}
.main-head em {
  font-size: 17px;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #3079d2;
  color: #3079d2;
}
.main-home {
  height: 34px;
  line-height: 34px;
  padding-left: 22px;
  background: url(../images/main_home.png) no-repeat left center;
}
.main-home i {
  font-family: "SimSun", "NSimSun", "Serif", "Georgia";
}
.main-home a:hover {
  color: #3079d2;
  text-decoration: underline;
}
.content {
  width: calc(100% - 220px);
  padding-left: 50px;
  padding-bottom: 30px;
}
.return-btn {
  color: #666;
}
.return-btn img {
  margin-right: 7px;
  vertical-align: -6px;
}
.about h3 em {
  margin-bottom: -1px;
  font-size: 22px;
  color: #3079d2;
}
.about h3 span {
  font-size: 13px;
}
.pic-list ul {
  margin-left: -18px;
}
.pic-list li {
  padding-left: 18px;
  margin-bottom: 12px;
}
.pic-list .imgs {
  padding-bottom: 63%;
  border: 1px solid #ccc;
}
.pic-list h3 {
  height: 44px;
  line-height: 44px;
  font-size: 15px;
}
.business-list ul {
  margin-left: -15px;
}
.business-list li {
  padding-left: 15px;
  margin-bottom: 23px;
}
.business-list li a:hover i::after {
  width: 100%;
}
.business-list h3 {
  left: 0;
  bottom: 0;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.29);
}
.business-list h3 i::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #3079d2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.business-list h3 span {
  z-index: 1;
}
.business-list .imgs {
  padding-bottom: 72%;
  border: 1px solid #e1e1e1;
}
.business-info h3 {
  font-size: 18px;
}
.business-info .date {
  font-size: 13px;
  color: #999999;
}
.business-info .tab-head {
  border-bottom: 1px solid #3079d2;
  background: #f7f7f7;
}
.business-info .tab-head li {
  float: left;
  padding: 0 35px;
  height: 45px;
  line-height: 45px;
}
.business-info .tab-head li.cur {
  color: #fff;
  background: #3079d2;
}
.join-list .con-w {
  padding: 3%;
}
.join-list .list li {
  border-bottom: 1px solid #e5e5e5;
}
.join-list .list li:first-child {
  border: none;
  background: #f5f5f5;
}
.join-list .list .head {
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  cursor: pointer;
}
.join-list .list .head.cur .item:last-child img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.join-list .list .item {
  float: left;
  width: 18.9%;
}
.join-list .list .edit {
  padding: 0.2rem 3%;
}
.join-list .list .more a {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 0.32rem;
  background: #3079d2;
}
.join-info form {
  max-width: 604px;
  margin: 0 auto;
}
.join-info .item {
  padding-right: 0.2rem;
  margin-bottom: 0.24rem;
}
.join-info label,
.join-info em {
  height: 44px;
  line-height: 44px;
}
.join-info label {
  width: 72px;
  text-align: right;
  padding-right: 14px;
}
.join-info .txt {
  width: calc(100% - 72px);
  height: 44px;
  line-height: 42px;
  padding: 0 10px;
  border: 1px solid #ccc;
}
.join-info .con {
  width: calc(100% - 72px);
}
.join-info .textarea {
  height: 164px;
  line-height: 25px;
  padding: 10px;
}
.join-info em {
  top: 0;
  right: 0;
}
.join-info .dow {
  margin-top: -0.1rem;
}
.join-info .dow label {
  line-height: inherit;
}
.join-info .dow .txt {
  width: calc(100% - 158px);
  line-height: 43px;
  border: 1px solid #ccc;
  border-right: none;
}
.join-info .dow .btn {
  width: 158px;
  height: 45px;
  line-height: 45px;
  background: #f41b1b;
}
.join-info .verification .txt {
  width: 33.5%;
}
.join-info .verification .img {
  width: 87px;
  height: 44px;
  margin: 0 7px;
}
.join-info .btn input {
  color: #fff;
  font-size: 15px;
  padding: 0.17rem 0.58rem;
  background: #3079d2;
}
.join-info .btn input:last-child {
  background: #aaaaaa;
}
.news-list li a {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dashed #cccccc;
}
.news-list li a:hover h3 {
  color: #3079d2;
  text-decoration: underline;
}
.news-list h3 {
  width: 85%;
  padding-left: 20px;
}
.news-list h3::after {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background: url(../images/news_icon.png) no-repeat center;
}
.news-list .date {
  color: #999;
}
.news-info h3 {
  font-size: 18px;
}
.news-info .date {
  height: 37px;
  line-height: 37px;
  font-size: 13px;
  color: #999999;
  background: #f7f7f7;
}
.page {
  border-top: 1px dashed #d0d0d0;
}
.page a:hover {
  color: #3079d2;
  text-decoration: underline;
}
.bd_weixin_popup {
  height: auto !important;
}
.content {
  min-height: 400px;
}
.pro-list ul {
  margin-left: -0.3rem;
}
.pro-list li {
  padding-left: 0.3rem;
  margin-bottom: 0.2rem;
}
.pro-list li a:hover h3 {
  color: #3079d2;
  text-decoration: underline;
}
.pro-list .imgs {
  padding-bottom: 80%;
}
.contact .add {
  height: 3rem;
}
.contact .add img {
  max-width: inherit;
}
.slick-dots div.slick-active,
.slick-dots div:hover,
.slick-dots div:focus {
  background: #3079d2;
}
.in-page {
  color: #888;
}
.in-page span,
.in-page a {
  padding: 0.08rem 0.15rem;
  border: 1px solid #e8e8e8;
}
.in-page a {
  margin-bottom: 5px;
}
.in-page a:hover,
.in-page a.cur {
  color: #fff;
  border-color: #e60033;
  background: #e60033;
}
.tab-head li {
  cursor: pointer;
}
.tab-body li {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.tab-body li.cur {
  visibility: visible;
  opacity: 1;
  height: inherit;
}
.edit {
  overflow: hidden;
}
.edit span {
  display: inline;
}
.edit img {
  width: auto !important;
  height: auto !important;
}
.fix-wrap {
  display: none;
  z-index: 999;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}
.fix-wrap,
.fix-wrap svg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fix-wrap .hide,
.fix-wrap circle {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.fix-wrap .hide {
  position: fixed;
  top: 5%;
  right: 5%;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
}
.fix-wrap .hide::before,
.fix-wrap .hide::after {
  z-index: 1;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1px;
  height: 50%;
  margin-top: -25%;
  background: #fff;
}
.fix-wrap .hide::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.fix-wrap .hide::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.fix-wrap .hide:hover {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.fix-wrap .hide:hover circle {
  fill: none;
  stroke-dasharray: 145;
}
.fix-wrap svg {
  position: absolute;
}
.fix-wrap circle {
  stroke-dasharray: 0 145;
}
.fix-video .video-wrap {
  min-width: 55%;
  max-width: 55%;
}
.fix-video video {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #3a3a3a;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #2d2d2d;
  object-fit: cover;
  animation: ReturnToNormal 0.5s both;
  -webkit-animation: ReturnToNormal 0.5s both;
}
.fix-pic {
  overflow: auto;
}
.fix-pic img {
  max-height: 100%;
  animation: zoomIn 0.5s both;
  -webkit-animation: zoomIn 0.5s both;
}
.fix-pics {
  background: rgba(0, 0, 0, 0.7);
}
.fix-pic-slider {
  color: #fff;
}
.fix-pic-slider .item {
  position: relative;
  width: 100%;
  height: 100vh;
  cursor: grab;
  cursor: -webkit-grab;
  background-color: transparent;
}
.fix-pic-slider .item:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.fix-pic-slider .item::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.fix-pic-slider img,
.fix-pic-slider em {
  position: absolute;
  left: 0;
  bottom: 0;
}
.fix-pic-slider img {
  top: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: inherit;
}
.fix-pic-slider em {
  width: 100%;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.7);
}
.fix-pic-slider .slick-arrow {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fix-pic-slider .slick-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  border: solid #fff;
  padding: 6px;
}
.fix-pic-slider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.fix-pic-slider .slick-prev {
  left: 1%;
  animation: slideInLeft 0.5s both;
  -webkit-animation: slideInLeft 0.5s both;
}
.fix-pic-slider .slick-prev::after {
  left: 50%;
  border-width: 0 1px 1px 0;
  transform: translateX(-25%) translateY(-50%) rotate(135deg);
  -webkit-transform: translateX(-25%) translateY(-50%) rotate(135deg);
}
.fix-pic-slider .slick-next {
  right: 1%;
  animation: slideInRight 0.5s both;
  -webkit-animation: slideInRight 0.5s both;
}
.fix-pic-slider .slick-next::after {
  right: 50%;
  border-width: 1px 0 0 1px;
  transform: translateX(25%) translateY(-50%) rotate(135deg);
  -webkit-transform: translateX(25%) translateY(-50%) rotate(135deg);
}
.fix-pic-slider .slick_page {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}
.fix-pic-slider .slick_page i {
  font-size: 22px;
}
.fix-pic-slider .slick_page div {
  display: none;
}
.fix-pic-slider .slick_page div.slick-active {
  display: block;
}
.fix-search {
  padding: 0 2.5%;
  background: #222;
}
.fix-search:hover .search::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.fix-search .search {
  position: relative;
  width: 100%;
  height: 125px;
  color: #555;
  padding-left: 88px;
  font-size: 66px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNEE5NEZGREQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNEE5NEZGRUQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0QTk0RkZCRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0QTk0RkZDRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/Hs+IwAAAVlJREFUeNpi+P//PwMaFgLiJiC+/x8VHATiCCzqMTC6QBKSIc+AeC0QzwXiA0jiT4DYmFhDS6CaNgGxOg4NIUD8E6rOipChcVCFZUR4jwWIj0PVq+EylA2q4AAx4YWEQeAxLkMroAqESTS0D6rPAZuhL4H4NYkGgrAG1NDl2AwFgRVkGMqClBpQ5JgYIOAdA+ngL5TmR5eAGapKhqE8UPo1NkNvAbEtGYaaQOmDGDLAMIiGho0niWEKy2UWuBL/VyD+RYKBFlAD9+PLUTZQRUeAWICAgU5QB4CAIaG8745UaHQCsRkQ8wIxOxCLA7EfEG9HK7kuArEsoVLKHIgf/McPQF72RioaXwGxCD5DYdgXiBcC8S0gfgvEV4B4OhA7IqmRh+ZGELgJxFyEDCUWSwLxVSSDZalhKAhzogWFLiPYZMqBJBBfBGJRIH5ALUNBQBGI5wPxVIAAAwAoIUyRNtFOOQAAAABJRU5ErkJggg==)
    no-repeat 35px center;
}
.fix-search .search::before,
.fix-search .search::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.fix-search .search::before {
  background: #515151;
}
.fix-search .search::after {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.fix-search .txt,
.fix-search .btn {
  color: #555;
  background: transparent;
}
.fix-search .txt {
  width: 100%;
  text-align: center;
  font-size: 66px;
  padding-right: 2%;
}
.fix-search .btn {
  font-size: 24px;
}
