@import 'iconfont.css';

@font-face {

  font-family: 'iconfont';

  src: url('./font/iconfont.eot');

  src: url('./font/iconfont.eot?#iefix') format('embedded-opentype'), url('./font/iconfont.woff2') format('woff2'), url('./font/iconfont.woff') format('woff'), url('./font/iconfont.ttf') format('truetype'), url('./font/iconfont.svg#iconfont') format('svg');

}

@font-face {

  font-family: GOODTIME;

  src: url("../fonts/GOODTIME.ttf");

}

* {

  box-sizing: border-box;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

}

html {

  font-size: 20px;

}

body {

  font-family: "MicrosoftÂ Yahei", "å¾®è½¯é›…é»‘", "Arial";

}

.hidden {

  opacity: 0 !important;

  visibility: hidden !important;

  max-height: 0 !important;

  margin: 0 !important;

  padding: 0 !important;

  overflow: hidden;

}

.w1480 {

  width: 74rem;

  margin: 0 auto;

}

.w1520 {

  width: 76rem;

  margin: 0 auto;

}

.w1480_f {

  width: 74rem;

  margin: 0 auto;

}

/*.his{
  width:66rem !important;
}*/

.w750 {

  width: 750px;

  margin: 0 auto;

}

header {

  position: absolute;

  width: 100%;

  left: 0;

  top: 0;

  z-index: 100;
    
    background: #fff;
    
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

}

header .con .logo {

  float: left;

  width: 18%;

  height: 68px;

  position: relative;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

}

header .con .logo a {

  display: block;

  position: absolute;

  width: 100%;

  top: 56%;

  left: 0;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

}

header .con .logo a img {

  width: 100%;
    
    transition:all 0.4s;

}

header .con .logo a img.zidingyi {
    display: none;
}

header .con .logo a img.white {

  display: none;

}

header .con .logo a img.color {

  display: block;

}


header .con .logo.active a img.white{
  display: block;
}

header .con .logo.active a img.color{
  display: none;
}

header .con .logo:hover a img {

  transform: scale(1.05);

  -webkit-transform: scale(1.05);

  -moz-transform: scale(1.05);

  -ms-transform: scale(1.05);

}

header .con nav {

  float: left;

  width: 68%;

}

header .con nav > ul {

  display: flex;

  justify-content: center;

}

header .con nav > ul > li {

  position: relative;

  display: block;

}

header .con nav > ul > li .arr {

  display: none;

}

header .con nav > ul > li:not(:last-child) {

  margin-right: 2rem;

}

header .con nav > ul > li > h2 {

  display: block;

}

header .con nav > ul > li > h2 a {

  display: block;

  color: #333;

  font-size: 0.9rem;

  line-height: 78px;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

}

header .con nav > ul > li .sub_navs {

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  background: #fff;

  width: 180px;

  text-align: center;

  display: none;
    
    box-shadow: 0px 2px 6px rgb(0 0 0 / 23%);

}

header .con nav > ul > li .sub_navs a {

  display: block;

  line-height: 50px;

  color: #333;

  transition: all 0.3s;

}

header .con nav > ul > li .sub_navs a:hover {

  background-color: #a32432;

  color: #fff;

}

header .con nav > ul > li .down-list {

  position: fixed;

  width: 100%;

  left: 0;

  top: 68px;

  background: #fff;

  box-shadow: inset 0px 10px 29px 0px rgba(16, 21, 29, 0.05);

  padding-bottom: 38px;

  display: none;

}

header .con nav > ul > li .down-list .box {

  padding: 50px 18% 60px;

  display: flex;

  justify-content: space-between;

}

header .con nav > ul > li .down-list .box .list h2 {

  padding-bottom: 20px;

  position: relative;

}

header .con nav > ul > li .down-list .box .list h2:before {

  content: '';

  width: 30px;

  height: 2px;

  background: #a32432;

  position: absolute;

  left: 0;

  bottom: 0;

}

header .con nav > ul > li .down-list .box .list h2 a {

  font-weight: bold;

  color: #1c1c1c;

}

header .con nav > ul > li .down-list .box .list ul {

  margin-top: 20px;

}

/*header .con nav > ul > li .down-list .box .list ul>li:nth-child(n+5){display: none;}*/

header .con nav > ul > li .down-list .box .list ul li {

  margin-top: 10px;

}

header .con nav > ul > li .down-list .box .list ul li a {

  color: #1c1c1c;

  display: block;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

}

header .con nav > ul > li .down-list .box .list ul li:hover a {

  color: #2d78f0;

}

header .con nav > ul > li .down-list .more {

  text-align: center;

}

header .con nav > ul > li .down-list .more a {

  color: #1c1c1c;

  opacity: 0.5;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

}

header .con nav > ul > li .down-list .more a span {

  margin-left: 4px;

}

header .con nav > ul > li .down-list .more a:hover {

  color: #2d78f0;

  opacity: 1;

}

header .con .right {

  float: right;

  width: 13%;

}

header .con .right .shopping {

  float: left;

}

header .con .right .shopping a {

  display: block;

}

header .con .right .shopping a span {

  font-size: 1.1rem;

  color: #fff;

  line-height: 78px;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

}

header .con .right .lang {

  float: right;

  position: relative;

}

header .con .right .lang a {

  display: block;

}

header .con .right .lang a span {

  font-size: 0.9rem;

  color: #333;

  line-height: 78px;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

}

header .con .right .lang > a > span.txt {
    
background: url(../img/lag.png) no-repeat right;
    padding: 10px 28px 10px 0;

}
header .con .right .lang a span.txt {

  font-size: 0.8rem;

  margin-left: 6px;

  position: relative;

  top: 0;

}

header .con .right .lang .other_lang {

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  background: #fff;

  width: 100px;

  text-align: center;

  display: none;

}

header .con .right .lang .other_lang span {

  line-height: 2.5rem !important;

  display: block;

  color: #333;

}

header .con .right .lang .other_lang a:hover {

  background-color: #a32432;

}

header .con .right .lang .other_lang a:hover span {

  color: #fff;

}

header.active {

  background: #fff !important;

}

header.active .con .logo {

  height: 68px;

}

header.active .con .logo a img.zidingyi {

  display: none!important;

}

header.active .con .logo a img.white {

  display: none;

}

header.active .con .logo a img.color {

  display: block;

}

header.active .con nav > ul > li > h2 a {

  line-height: 78px;

  color: #333;

}

header.active .con nav > ul > li:hover > h2 a {

  color: #a32432;

}

header.active .con .right .shopping a span {

  line-height: 78px;

  color: #333;

}

header.active .con .right .shopping:hover a span {

  color: #a32432;

}

header.active .con .right .lang a span {

  line-height: 78px;

  color: #333;

}

header.active .con .right .lang:hover > a span {

  color: #a32432;

}

header:hover {

  background: #fff !important;

}

header:hover .con .logo {

  height: 68px;

}

header:hover .con .logo a img.zidingyi {

  display: none!important;

}


header:hover .con .logo a img.white {

  display: none;

}

header:hover .con .logo a img.color {

  display: block;

}

header:hover .con nav > ul > li > h2 a {

  line-height: 78px;

  color: #333;

}

header:hover .con nav > ul > li:hover > h2 a {

  color: #a32432;

}

header:hover .con .right .shopping a span {

  line-height: 78px;

  color: #333;

}

header:hover .con .right .shopping:hover a span {

  color: #a32432;

}

header:hover .con .right .lang a span {

  line-height: 78px;

  color: #333;

}

header:hover .con .right .lang:hover > a span {

  color: #a32432;

}

header .menu_btn {

  display: none;

}

footer .con .footer-top {

  display: flex;

  justify-content: space-between;

  padding: 4rem 0 5rem;

}

footer .con .footer-top .left a {

  display: block;

}

footer .con .footer-top .left a img {

  width: 12rem;

}

footer .con .footer-top .left h2 {

  font-size: 1rem;

  font-weight: bold;

  color: #fffcfc;

  margin-top: 0.5rem;

}

footer .con .footer-top .left p {

  font-size: 0.7rem;

  color: #d8d8d8;

  margin-top: 3.9rem;

}

footer .con .footer-top .contact h2 {

  font-size: 1rem;

  font-weight: bold;

  color: #ffffff;

  margin-bottom: 1.5rem;

}

footer .con .footer-top .contact ul li {

  font-size: 0.7rem;

  color: #bcbcbc;

  margin-top: 0.5rem;

}

footer .con .footer-top .contact ul li a {

  color: #bcbcbc;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

}

footer .con .footer-top .contact ul li:hover a {

  color: #a32432;

}

footer .con .footer-top .link h2 {

  font-size: 1rem;

  font-weight: bold;

  color: #ffffff;

  margin-bottom: 1.5rem;

}

footer .con .footer-top .link ul li {

  font-size: 0.7rem;

  color: #838282;

  margin-top: 0.5rem;

}

footer .con .footer-top .link ul li a {

  color: #bcbcbc;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

}

footer .con .footer-top .link ul li:hover a {

  color: #fff;

}

footer .con .footer-top .focus h2 {

  font-size: 1rem;

  font-weight: bold;

  color: #ffffff;

  margin-bottom: 1.5rem;

}

footer .con .footer-top .focus .erweima {

  width: 5.7rem;

  margin-bottom: 0.4rem;

}

footer .con .footer-top .focus .erweima img {

  width: 100%;

}

footer .con .footer-top .focus h3 {

  font-size: 12px;

  color: #bcbcbc;

  text-align: center;

  margin-top: 0.1rem;

}

footer .con .footer-bottom {

  padding: 1.5rem 0;

  display: flex;

  justify-content: space-between;

  border-top: 1px solid #848587;

}

footer .con .footer-bottom .left ul li {

  float: left;

  position: relative;

}

footer .con .footer-bottom .left ul li a {

  font-size: 0.7rem;

  color: #a1a3a5;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

}

footer .con .footer-bottom .left ul li:not(:last-child) {

  margin-right: 1.2rem;

}

footer .con .footer-bottom .left ul li:not(:last-child):before {

  content: '';

  display: inline-block;

  width: 1px;

  height: 12px;

  background: #a1a3a5;

  position: absolute;

  right: -0.6rem;

  top: 0.3rem;

}

footer .con .footer-bottom .left ul li:hover a {

  color: #a32432;

}

footer .con .footer-bottom .right p {

  font-size: 0.7rem;

  color: #a1a3a5;

}
footer .con .footer-bottom .right p a {

  font-size: 0.7rem;

  color: #838282;
      transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;

}

footer .con .footer-bottom .right p a:hover{
    color: #a32432;
}

footer .con .footer-bottom .right p img{
  position: relative;
  top: 2px;
  width: auto;
  display: inline;
}

footer .con .footer-bottom .right p .xian {

  display: inline-block;

  width: 1px;

  height: 12px;

  background: #a1a3a5;

  margin: 0 0.4rem;

}

.page-list {

  margin-top: 5%;

  text-align: center;

  display: flex;

  justify-content: center;

}

.page-list > ul > li {

  float: left;

  width: 45px;

  height: 45px;

  line-height: 45px;

  border-radius: 3px;

  border: solid 1px #e2e1e1;

  background: #fff;

  font-size: 14px;

  margin-right: 8px;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

}

.page-list > ul > li a {

  color: #666;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  display: block;

}

.page-list > ul li.pre-btn,

.page-list > ul li.next-btn {

  background: #fff;

  border: 1px solid #e2e1e1;

}

.page-list > ul li.pre-btn .iconfont,

.page-list > ul li.next-btn .iconfont {

  font-size: 14px;

}

.page-list > ul li.pre-btn:hover,

.page-list > ul li.next-btn:hover {

  background: #666;

  border: 1px solid #666;

}

.page-list > ul li.next-btn {

  margin-right: 0;

}

.page-list > ul li.page-num.active {

  background: #a32432;

  border: 1px solid #a32432;

}

.page-list > ul li.page-num.active a {

  color: #fff;

}

.page-list > ul li:hover {

  background: #a32432;

  border: 1px solid #a32432;

}

.page-list > ul li:hover a {

  color: #fff;

}

.page-list .current-pager {

  font-size: 14px;

  color: #666666;

  line-height: 53px;

}

#videoPopup {

  position: fixed;

  width: 100%;

  height: 100%;

  top: 0;

  z-index: 1000;

  background-color: rgba(0, 0, 0, 0.4);

  display: none;

}

#videoPopup .video-box {

  width: 70%;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

}

#videoPopup .video-box video {

  width: 100%;

}

#videoPopup .video-box .close {

  position: absolute;

  right: 20px;

  top: 20px;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  background: rgba(0, 0, 0, 0.1);

  cursor: pointer;

  text-align: center;

}

#videoPopup .video-box .close span {

  font-size: 16px;

  line-height: 40px;

  color: #fff;

}

#videoPopup .video-box .close:hover {

  background: rgba(0, 0, 0, 0.5);

}
.jump{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 30px 50px;  
    background-color: white;
    z-index: 99;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: none;
    text-align: center;
}
.jump_lk{
  text-align: center;
  margin-top: 30px;
}
.jump_lk a{
  display: inline-block;
  margin: 0px 10px 0px;
  border: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 40px;
  line-height: 30px;
}
@media screen and (max-width: 1680px) {

  html {

    font-size: 17px;

  }

}

@media screen and (max-width: 1500px) {

  .w1480 {

    width: 72rem;

    margin: 0 auto;

  }

  .w1520 {

    width: 74rem;

    margin: 0 auto;

  }

  .w1480_f {

    width: 72rem;

    margin: 0 auto;

  }

}

@media screen and (max-width: 1440px) {

  html {

    font-size: 16px;

  }

  header .con nav > ul > li .down-list .box {

    padding: 40px 14%;

  }

}

@media screen and (max-width: 1366px) {

  .w1480 {

    width: 70rem;

    margin: 0 auto;

  }

  .w1520 {

    width: 72rem;

    margin: 0 auto;

  }

  .w1480_f {

    width: 70rem;

  }

}

@media screen and (min-width:1270px){

  header .con nav > ul > li .down-list .box .list ul li:hover{

    background: #f9f9f9;

  }

}

@media screen and (max-width: 1280px) {

  html {

    font-size: 15px;

  }

}

@media screen and (max-width: 1200px) {

  html {

    font-size: 15px;

  }

  .w1480 {

    width: 960px;

  }

  .w1520 {

    width: 980px;

    margin: 0 auto;

  }

  .w1480_f {

    width: 94%;

  }

}

@media screen and (max-width: 1024px) {

  html {

    font-size: 14px;

  }

  #videoPopup .video-box {

    width: 80%;

  }

  header .con nav {

    width: 70%;

  }

  header .con .right {

    width: 12%;

  }

  header .con nav > ul > li .down-list .box {

    padding: 30px 4%;

  }

}

@media screen and (max-width: 900px) {

  header .con nav {

    display: none;

  }

  header .con .logo {

    height: 50px;

    width: 14%;

  }

  header .con .right {

    width: auto;

    margin-right: 20px;

  }

  header .con .right .shopping {

    margin-right: 8px;

  }

  header .con .right .shopping a span {

    line-height: 50px;

  }

  header .con .right .lang a span {

    line-height: 50px;

  }

  header .con .right .lang .other_lang a span.txt {

    color: #333;

  }

  header .menu_btn {

    margin-top: 16px;

    cursor: pointer;

    transition: all 0.5s;

    -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

    display: block;

    float: right;

  }

  header .menu_btn span {

    display: block;

    height: 2px;

    width: 27px;

    background: #fff;

    margin-bottom: 7px;

    transition: all 0.5s;

    -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

  }

  header .menu_btn.on {

    margin-top: 27px;

  }

  header .menu_btn.on span:nth-child(1) {

    margin-bottom: -4px;

    transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -webkit-transform: rotate(45deg);

    -o-transform: rotate(45deg);

  }

  header .menu_btn.on span:nth-child(2) {

    opacity: 0;

  }

  header .menu_btn.on span:nth-child(3) {

    margin-top: -7px;

    transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

  }

  header .con nav {

    float: none;

    position: fixed;

    top: 47px;

    left: 0;

    width: 100%;

    bottom: 0;

    background-color: #fff;

    overflow-y: scroll;

    overflow-x: hidden;

    display: none;

  }

  header .con nav > ul {

    flex-wrap: wrap;

    align-items: flex-start;

  }

  header .con nav > ul > li {

    float: none;

    margin-right: 0!important;

    position: relative;

    width: 100%;

  }

  header .con nav > ul > li.on .arr {

    transform: rotate(180deg);

  }

  header .con nav > ul > li > h2 a {

    height: 50px;

    line-height: 50px;

    display: inline-block;

    padding-left: 5%;

    color: #333;

    font-size: 16px;
    
    white-space: nowrap;

  }

  header .con nav .arr {

    display: block!important;

    height: 60px;

    line-height: 60px;

    float: right;

    position: absolute;

    top: 0;

    right: 5%;

    font-size: 16px;

    color: #333;

    transition: all 0.3s;

  }

  header .con nav > ul > li .sub_navs {

    position: static;

    transform: translateX(0);

    width: 100%;

    text-align: left;

    padding-left: 10%;

  }

  header .con nav > ul > li .sub_navs a {

    font-size: 14px;

  }

  header .con nav > ul > li .nav input::input-placeholder {

    font-size: 16px;

  }

  header .con nav > ul > li .nav input::-webkit-input-placeholder {

    font-size: 16px;

  }

  header .con nav > ul > li .nav input:-moz-placeholder {

    font-size: 16px;

  }

  header .con nav > ul > li .nav input::-moz-placeholder {

    font-size: 16px;

  }

  header .con nav > ul > li .nav input::-ms-input-placeholder {

    font-size: 16px;

    overflow: hidden;

  }

  header .con nav > ul > li .down-list {

    position: static;

    box-shadow: none;

    padding-bottom: 0;

  }

  header .con nav > ul > li .down-list .box {

    display: block;

    padding: 0;

    padding-left: 10%;

  }

  header .con nav > ul > li .down-list .box .list h2 {

    padding-bottom: 0;

  }

  header .con nav > ul > li .down-list .box .list h2:before {

    display: none;

  }

  header .con nav > ul > li .down-list .box .list h2 a {

    height: 50px;

    line-height: 50px;

    display: inline-block;

    color: #333;

    font-size: 14px;

    font-weight: normal;

  }

  header .con nav > ul > li .down-list .box .list ul {

    display: none;

  }

  header .con nav > ul > li .down-list .more {

    display: none;

  }

  header.active .con .logo {

    height: 50px;

  }

  header.active .menu_btn span {

    background: #000;

  }

  header.active .con .right .shopping a span {

    line-height: 50px;

  }

  header.active .con .right .lang a span {

    line-height: 50px;

  }

  footer .con {

    width: 100%;

    padding: 30px 20px 30px;

  }

  footer .con .footer-top {

    flex-wrap: wrap;

    padding: 0 0 40px 0;

  }

  footer .con .footer-top .left {

    width: 100%;

  }

  footer .con .footer-top .left h2 {

    display: none;

  }

  footer .con .footer-top .left p {

    display: none;

  }

  footer .con .footer-top .contact {

    width: 100%;

    margin-top: 30px;

  }

  footer .con .footer-top .contact h2 {

    font-size: 16px;

    margin-bottom: 14px;

  }

  footer .con .footer-top .contact ul li {

    font-size: 13px;

    margin-top: 12px;

  }
    footer .con .footer-top .left a img{
        width: 16rem;
    }
  footer .con .footer-top .link {
      display: none;

    width: 50%;

    margin-top: 60px;

  }

  footer .con .footer-top .link h2 {

    font-size: 16px;

    margin-bottom: 14px;

  }

  footer .con .footer-top .link ul li {

    font-size: 13px;

    margin-top: 12px;

  }

  footer .con .footer-top .focus {

    width: 50%;

    margin-top: 60px;

  }

  footer .con .footer-top .focus h2 {

    font-size: 16px;

    margin-bottom: 14px;

  }

  footer .con .footer-top .focus h3 {

    display: none;

  }

  footer .con .footer-top .focus .erweima {

    width: 80px;

    margin-bottom: 0;

  }

  footer .con .footer-bottom {

    flex-wrap: nowrap;

    position: relative;

    padding: 24px 0  40px 0;

  }

  footer .con .footer-bottom .left {

    width: 100%;

    position: absolute;

    bottom: 0;

    left: 0;

    display: flex;

    justify-content: center;

  }

  footer .con .footer-bottom .left ul li a {

    font-size: 13px;

  }

  footer .con .footer-bottom .left ul li:not(:last-child) {

    margin-right: 20px;

  }

  footer .con .footer-bottom .left ul li:not(:last-child):before {

    right: -10px;

  }

  footer .con .footer-bottom .right {

    width: 100%;

    text-align: center;

  }

  footer .con .footer-bottom .right p {

    width: 232px;

    margin: 0 auto;

  }

  footer .con .footer-bottom .right p span {

    font-size: 13px;

  }

  footer .con .footer-bottom .right p a{
    font-size: 13px;
  }

/* 
  footer .con .footer-bottom .right p span:not(:last-child) {

    display: none;

  } */

}

@media screen and (max-width: 768px) {

  .w750 {

    width: 94%;

  }

  html {

    font-size: 12px;

  }

  .w1480 {

    width: 100%;

    padding: 0 20px;

  }

  .w1520 {

    width: 90%;

    padding: 0 20px;

  }

  #videoPopup .video-box {

    width: 90%;

  }

  header .menu_btn {

    margin-top: 14px;

  }

  header .con .logo {

    width: 30%;

  }

  .page-list > ul > li {

    width: 30px;

    height: 30px;

    line-height: 30px;

    margin-right: 6px;

  }

}
@media screen and (max-width: 600px) {
    
  header .con .logo {

    width: 40%;

  }
}

/*# sourceMappingURL=base.css.map */