.header {
  background: #000;
  height: 60px;
}

@media screen and (min-width: 1200px) {
  .dblogo {
    float: left;
    padding-top: 19px;
  }
  .dblogo a {
    float: left;
  }
  .dblogo i {
    display: none;
  }
  .dblogo .mainlogo {
    width: 240px;
    height: 22px;
    background: url('../images/mlogo.png?1487145538') 0 0 no-repeat;
  }
  .dblogo .sublogo {
    margin-left: 15px;
    padding-left: 13px;
    border-left: 1px solid #cccccc;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
  }

  .hdnav {
    float: left;
    margin-left: 60px;
  }
  .hdnav i {
    display: none;
  }
  .hdnav li {
    float: left;
    font-size: 16px;
  }
  .hdnav li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 18px;
    color: #999;
  }
  .hdnav li.curr a {
    color: #fff;
  }
  .hdnav .dropdown {
    position: relative;
  }
  .hdnav .dropdown:hover .dropdown-menu {
    display: block;
  }
  .hdnav .dropdown-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 50%;
    z-index: 1000;
  }
  .hdnav .dropdown-menu-dl {
    left: 0%;
    background: #000;
    text-align: center;
    padding: 10px 0;
  }
  .hdnav .dropdown-menu-dl span {
    display: none;
  }
  .hdnav .dropdown-menu-dl .aa {
    line-height: 33px;
    height: 33px;
    color: #999;
    white-space: nowrap;
    padding: 0 15px;
  }
  .hdnav .dropdown-menu-dl .aa:hover {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .dblogo {
    padding-top: 19px;
    position: absolute;
    width: 100%;
  }
  .dblogo a {
    display: inline-block;
  }
  .dblogo .mainlogo {
    position: absolute;
    left: 50%;
    margin-left: -120px;
    width: 240px;
    height: 22px;
    background: url('../images/mlogo.png?1487145538') 0 0 no-repeat;
  }
  .dblogo .sublogo {
    margin-left: 60px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
  }
  .dblogo i {
    font-size: 20px;
    color: #ffffff;
    float: right;
    margin-right: 60px;
    cursor: pointer;
  }

  .hdnav {
    display: none;
    background: #000000;
    position: fixed;
    right: 0;
    width: 260px;
    height: 100%;
    z-index: 1000000;
  }
  .hdnav li {
    font-size: 16px;
    padding: 0 18px;
  }
  .hdnav li a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #7e7e7e;
    border-top: 1px solid #393939;
  }
  .hdnav li.curr a {
    color: #fff;
  }
  .hdnav .close {
    margin: 20px 0 60px;
    cursor: pointer;
  }
  .hdnav .close i {
    width: 22px;
    height: 22px;
    color: #ffffff;
    float: right;
    font-size: 20px;
    margin-right: 30px;
  }
  .hdnav .dropdown-menu {
    top: 100%;
    left: 50%;
    z-index: 1000;
  }
  .hdnav .dropdown-menu-dl {
    padding: 10px 25px;
  }
  .hdnav .dropdown-menu-dl span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid #393939;
    border-radius: 50%;
  }
  .hdnav .dropdown-menu-dl .currr {
    background: #ffffff;
  }
  .hdnav .dropdown-menu-dl .aa {
    color: #7e7e7e;
    display: inline-block;
    line-height: 33px;
    height: 33px;
    white-space: nowrap;
    padding: 0 15px;
    border: none;
  }
  .hdnav .dropdown-menu-dl .cur {
    color: #fff;
  }

  .black {
    position: fixed;
    background: #000000;
    opacity: .5;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .dblogo {
    padding-top: 19px;
    position: absolute;
    width: 100%;
  }
  .dblogo a {
    display: inline-block;
  }
  .dblogo .mainlogo {
    position: absolute;
    left: 50%;
    margin-left: -120px;
    width: 240px;
    height: 22px;
    background: url('../images/mlogo.png?1487145538') 0 0 no-repeat;
  }
  .dblogo .sublogo {
    display: none;
    margin-left: 60px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
  }
  .dblogo i {
    font-size: 20px;
    color: #ffffff;
    float: right;
    margin-right: 60px;
    cursor: pointer;
  }

  .hdnav {
    display: none;
    background: #000000;
    position: fixed;
    right: 0;
    width: 260px;
    height: 100%;
    z-index: 1000000;
  }
  .hdnav li {
    font-size: 16px;
    padding: 0 18px;
  }
  .hdnav li a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #7e7e7e;
    border-top: 1px solid #393939;
  }
  .hdnav li.curr a {
    color: #fff;
  }
  .hdnav .close {
    margin: 20px 0 60px;
    cursor: pointer;
  }
  .hdnav .close i {
    width: 22px;
    height: 22px;
    color: #ffffff;
    float: right;
    font-size: 20px;
    margin-right: 30px;
  }
  .hdnav .dropdown-menu {
    top: 100%;
    left: 50%;
    z-index: 1000;
  }
  .hdnav .dropdown-menu-dl {
    padding: 10px 25px;
  }
  .hdnav .dropdown-menu-dl span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid #393939;
    border-radius: 50%;
  }
  .hdnav .dropdown-menu-dl .currr {
    background: #ffffff;
  }
  .hdnav .dropdown-menu-dl .aa {
    color: #7e7e7e;
    display: inline-block;
    line-height: 33px;
    height: 33px;
    white-space: nowrap;
    padding: 0 15px;
    border: none;
  }
  .hdnav .dropdown-menu-dl .cur {
    color: #fff;
  }

  .black {
    position: fixed;
    background: #000000;
    opacity: .5;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
  }
}
.ivii-slider .flex-control-nav li {
  height: 12px;
  width: 12px;
}

.itop .flex-control-nav {
  margin-left: 47%;
  bottom: 30px;
}
.itop .flex-control-nav a {
  border: 1px solid #fff;
  background: none;
}
.itop .flex-control-nav a:hover, .itop .flex-control-nav a.flex-active {
  background: #fff;
}

.itop1 .flex-control-nav {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: -35px;
}
.itop1 .flex-control-nav a {
  border: 1px solid #e4e4e4;
  background: none;
}
.itop1 .flex-control-nav a:hover, .itop1 .flex-control-nav a.flex-active {
  background: #999;
}

@media screen and (min-width: 1200px) {
  .footer {
    background: #323232;
    padding: 25px 0 30px;
    color: #ffffff;
  }
  .footer h5 {
    margin-bottom: 21px;
    text-align: left;
    color: #ffffff;
  }
  .footer p {
    line-height: 25px;
    text-align: left;
    color: #ffffff;
  }
  .footer .wrapper {
    width: 1100px;
    height: 290px;
    margin: 0 auto;
    position: relative;
  }
  .footer .wrapper .hdnavaa {
    float: left;
    margin-left: -55px;
  }
  .footer .wrapper .hdnavaa i {
    display: none;
  }
  .footer .wrapper .hdnavaa li {
    float: left;
    font-size: 16px;
    width:144px;
  }
  .footer .wrapper .hdnavaa li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    color: #999;
  }
  .footer .wrapper .hdnavaa li:hover {
    text-decoration: none;
  }
  .footer .wrapper .hdnavaa li.curr a {
    color: #fff;
  }
  .footer .wrapper .hdnavaa .dropdown {
    position: relative;
  }
  .footer .wrapper .hdnavaa .dropdown:hover .dropdown-menu {
    display: block;
  }
  .footer .wrapper .hdnavaa .dropdown-menu-dl .aa {
    line-height: 33px;
    height: 33px;
    color: #999;
    white-space: nowrap;
    padding: 0 15px;
  }
  .footer .wrapper .hdnavaa .dropdown-menu-dl .cur {
    color: #ffffff;
  }
  .footer .wrapper .tel {
    padding-left: 35px;
    border-left: 1px solid #999;
    width: 350px;
    height: 238px;
    float: right;
    margin-top: 20px;
    font-size: 16px;
    color: #999999;
  }
  .footer .wrapper .tel p {
    color: #999999;
    line-height: inherit;
  }
  .footer .wrapper .tel img {
    float: right;
    margin-top: -112px;
  }
  .footer .wrapper .tel li {
    width: 185px;
    height: 45px;
    margin-top: 20px;
  }
  .footer .wrapper .tel li i {
    font-size: 42px;
    position: relative;
    top: -6px;
    float: left;
    padding-right: 24px;
  }
  .footer .qrcodes {
    position: absolute;
    right: 0;
    top: -12px;
  }
  .footer .qrcodes figure {
    float: left;
    width: 100px;
    text-align: center;
  }

  .bottom {
    background: #000000;
  }
  .bottom .bott {
    width: 1100px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
  }
  .bottom .bott .right {
    float: right;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .footer {
    background: #323232;
    padding: 25px 0 30px;
    color: #ffffff;
  }
  .footer h5 {
    margin-bottom: 21px;
    text-align: left;
    color: #ffffff;
  }
  .footer p {
    line-height: 25px;
    text-align: left;
    color: #ffffff;
  }
  .footer .wrapper {
    width: 930px;
    height: 290px;
    margin: 0 auto;
    position: relative;
  }
  .footer .wrapper .hdnavaa {
    margin-left: 37px;
  }
  .footer .wrapper .hdnavaa i {
    display: none;
  }
  .footer .wrapper .hdnavaa li {
    float: left;
    font-size: 16px;
    margin-right: 24px;
  }
  .footer .wrapper .hdnavaa li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    color: #999;
  }
  .footer .wrapper .hdnavaa li:hover {
    text-decoration: none;
  }
  .footer .wrapper .hdnavaa li.curr a {
    color: #fff;
  }
  .footer .wrapper .hdnavaa .dropdown {
    position: relative;
  }
  .footer .wrapper .hdnavaa .dropdown:hover .dropdown-menu {
    display: block;
  }
  .footer .wrapper .hdnavaa .dropdown-menu-dl .aa {
    line-height: 33px;
    height: 33px;
    color: #999;
    white-space: nowrap;
    padding: 0 15px;
  }
  .footer .wrapper .hdnavaa .dropdown-menu-dl .cur {
    color: #ffffff;
  }
  .footer .wrapper .tel {
    display: none;
  }
  .footer .qrcodes {
    position: absolute;
    right: 0;
    top: -12px;
  }
  .footer .qrcodes figure {
    float: left;
    width: 100px;
    text-align: center;
  }

  .bottom {
    background: #000000;
  }
  .bottom .bott {
    width: 825px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
  }
  .bottom .bott .right {
    float: right;
  }
}
@media screen and (min-width: 641px) and (max-width: 999px) {
  .footer {
    background: #323232;
    padding: 25px 0 30px;
    color: #ffffff;
  }
  .footer h5 {
    margin-bottom: 21px;
    text-align: left;
    color: #ffffff;
  }
  .footer p {
    line-height: 25px;
    text-align: left;
    color: #ffffff;
  }
  .footer .wrapper {
    width: 545px;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  .footer .wrapper .hdnavaa {
    margin-left: 37px;
  }
  .footer .wrapper .hdnavaa i {
    display: none;
  }
  .footer .wrapper .hdnavaa li {
    float: left;
    font-size: 16px;
  }
  .footer .wrapper .hdnavaa li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    color: #999;
  }
  .footer .wrapper .hdnavaa li:hover {
    text-decoration: none;
  }
  .footer .wrapper .hdnavaa li.curr a {
    color: #fff;
  }
  .footer .wrapper .hdnavaa .dropdown-menu {
    display: none;
  }
  .footer .wrapper .tel {
    display: none;
  }

  .bottom {
    background: #000000;
  }
  .bottom .bott {
    width: 545px;
    margin: 0 auto;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
  }
  .bottom .bott span {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .wrapper {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media screen and (max-width: 999px) {
  .wrapper {
    min-width: 640px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media screen and (min-width: 641px) and (orientation:portrait) {

  .footer {
    background: #323232;
    padding: 25px 0 30px;
    color: #ffffff;
  }
  .footer h5 {
    margin-bottom: 21px;
    text-align: left;
    color: #ffffff;
  }
  .footer p {
    line-height: 25px;
    text-align: left;
    color: #ffffff;
  }
  .footer .wrapper {
    width: 930px;
    height: 290px;
    margin: 0 auto;
    position: relative;
  }
  .footer .wrapper .hdnavaa {
    margin-left: 37px;
  }
  .footer .wrapper .hdnavaa i {
    display: none;
  }
  .footer .wrapper .hdnavaa li {
    float: left;
    font-size: 16px;
    margin-right: 24px;
  }
  .footer .wrapper .hdnavaa li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    color: #999;
  }
  .footer .wrapper .hdnavaa li:hover {
    text-decoration: none;
  }
  .footer .wrapper .hdnavaa li.curr a {
    color: #fff;
  }
  .footer .wrapper .hdnavaa .dropdown {
    position: relative;
  }
  .footer .wrapper .hdnavaa .dropdown:hover .dropdown-menu {
    display: block;
  }
  .footer .wrapper .hdnavaa .dropdown-menu-dl .aa {
    line-height: 33px;
    height: 33px;
    color: #999;
    white-space: nowrap;
    padding: 0 15px;
  }
  .footer .wrapper .hdnavaa .dropdown-menu-dl .cur {
    color: #ffffff;
  }
  .footer .wrapper .tel {
    display: none;
  }
  .footer .qrcodes {
    position: absolute;
    right: 0;
    top: -12px;
  }
  .footer .qrcodes figure {
    float: left;
    width: 100px;
    text-align: center;
  }

  .bottom {
    background: #000000;
  }
  .bottom .bott {
    width: 825px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
  }
  .bottom .bott .right {
    float: right;
  }
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*# sourceMappingURL=cy_new.css.map */
