@charset "utf-8";
.container {
  max-width: 1260px;
  margin: 0 auto;
}
@media (max-width: 1445px) {
  .container {
    padding: 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 970px;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
header {
  padding: 20px 0 0;
  background: #000;
  position: fixed;
  left: 0;
  z-index: 9999;
  width: 100%;
  top: 0;
}
@media (max-width: 767px) {
  header {
    background: #000;
    padding: 10px 0;
  }
}
@media (max-width: 376px) {
  header {
    padding: 8px 0;
  }
}
@media (max-width: 321px) {
  header {
    padding: 6px 0;
  }
}
header .logo {
  float: left;
  margin: 5px 0 0;
  max-width: 198px;
}
@media (max-width: 767px) {
  header .logo {
    max-width: 110px;
    margin: 0;
  }
}
@media (max-width: 376px) {
  header .logo {
    margin: 4px 0 0;
    max-width: 100px;
  }
}
@media (max-width: 321px) {
  header .logo {
    max-width: 92px;
  }
}
header .logo img {
  max-width: 100%;
}
header .nav {
  float: right;
}
@media (max-width: 1025px) {
  header .nav {
    display: none;
  }
}
header .nav li {
  float: left;
  z-index: 90;
  padding: 0 30px;
}
header .nav li:hover > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1.5px;
  width: 100%;
  height: 3px;
  background: #ceb78b;
}
header .nav li:hover div {
  height: 60px;
}
header .nav li > a {
  color: #c1c1c1;
  font-size: 16px;
  display: block;
  height: 80px;
  position: relative;
  z-index: 5;
  background: url("../images/nav-bg.png");
  line-height: 80px;
}
header .nav li .subz {
  position: absolute;
  left: 0;
  z-index: 50;
  background: url("../images/nav-bg.png");
  overflow: hidden;
  height: 0;
  transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  width: 100%;
  top: 99px;
}
header .nav li .subz:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #353535;
}
header .nav li .subz span {
  height: 40px;
  padding: 0 447px 0 0;
  text-align: right;
  line-height: 40px;
  display: block;
}
header .nav li .subz span > a {
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
  color: #a3a3a3;
  padding: 0 17px;
}
header .nav li .subz span > a:hover {
  color: #ceb78b;
}
header .nav .active > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1.5px;
  width: 100%;
  height: 3px;
  background: #ceb78b;
}
#products-nav span {
  padding: 0 323px 0 0;
}
#service-nav span {
  padding: 0 89px 0 0;
}
#join-nav span {
  padding: 0 50px 0 0;
}
.header1 {
  background: #000;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  animation: myfirst 1.6s alternate;
  -webkit-animation: myfirst 1.6s alternate;
}
@media (max-width: 1025px) {
  .header1 {
    padding: 15px 0;
  }
}
@media (max-width: 992px) {
  .header1 {
    padding: 12px 0;
  }
}
@media (max-width: 376px) {
  .header1 {
    padding: 10px 0;
  }
}
.header1 .logo {
  margin: 0;
}
@media (max-width: 767px) {
  .header1 .logo {
    margin: 1px 0 0;
  }
}
@media (max-width: 376px) {
  .header1 .logo {
    margin: 3px 0 0;
  }
}
@media (max-width: 1025px) {
  .header1 .phone-nav {
    margin: 8px 0 0;
  }
}
@media (max-width: 767px) {
  .header1 .phone-nav {
    margin: 0;
  }
}
@media (max-width: 1025px) {
  .header1 .search {
    margin: 5px 0 0;
  }
}
@media (max-width: 767px) {
  .header1 .search {
    margin: 0;
  }
}
.header1 .search .search-title {
  height: 60px;
  line-height: 52px;
}
.header1 .nav li > a {
  height: 60px;
  line-height: 60px;
}
.header1 .subz {
  background: #000 !important;
  top: 79px !important;
}
@keyframes myfirst {
  0% {
    top: -110px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes myfirst {
  0% {
    top: -110px;
  }
  100% {
    left: 0;
  }
}
.search {
  width: 40px;
  cursor: pointer;
  float: right;
  position: relative;
}
.search .search-title {
  float: right;
  height: 80px;
  color: #a3a3a3;
  font-size: 26px;
  line-height: 80px;
}
@media (max-width: 1025px) {
  .search .search-title {
    display: none;
  }
}
.search-drop {
  position: absolute;
  top: 80px;
  width: 332px;
  overflow: hidden;
  background: #343434;
  height: 38px;
  right: 0;
  display: none;
}
@media (max-width: 1025px) {
  .search-drop {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 20px;
    float: right;
    width: 362px;
  }
}
@media (max-width: 992px) {
  .search-drop {
    width: 332px;
  }
}
@media (max-width: 767px) {
  .search-drop {
    width: 160px;
    height: 32px;
    margin: 0 7px 0 0;
  }
}
@media (max-width: 376px) {
  .search-drop {
    width: 120px;
    height: 28px;
    margin: 3px 5px 0 0;
  }
}
@media (max-width: 321px) {
  .search-drop {
    width: 156px;
    height: 26px;
    margin: 3px 2px 0 0;
  }
}
.search-drop input {
  width: 100%;
  border: none;
  background: none;
  font-family: "microsoft yahei";
  color: #aeaeae;
  font-size: 14px;
  padding: 9px 10px;
}
@media (max-width: 767px) {
  .search-drop input {
    padding: 7px 10px;
    font-size: 12px;
  }
}
@media (max-width: 376px) {
  .search-drop input {
    padding: 5px 8px;
  }
}
@media (max-width: 321px) {
  .search-drop input {
    padding: 0 8px;
    line-height: 26px;
    font-size: 11px;
  }
}
.search-drop input::-webkit-input-placeholder {
  color: #aeaeae;
}
.search-drop input:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.search-drop .search-left {
  float: left;
  width: 100px;
  background: #343434;
}
@media (max-width: 767px) {
  .search-drop .search-left {
    width: 78px;
  }
}
@media (max-width: 376px) {
  .search-drop .search-left {
    width: 58px;
  }
}
.search-drop .search-left select {
  border: none;
  border-radius: 0;
  float: left;
  width: 100%;
  color: #aeaeae;
  background: #fff;
  font-family: "microsoft yahei";
  font-size: 14px;
  padding: 8px 0 8px 10px;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/select-1.png") no-repeat center right;
  border-right: 1px solid #4D4D4D;
}
@media (max-width: 767px) {
  .search-drop .search-left select {
    padding: 7px 0 7px 10px;
    font-size: 12px;
  }
}
@media (max-width: 376px) {
  .search-drop .search-left select {
    padding: 5px 0 5px 10px;
    background-size: 18px auto;
  }
}
@media (max-width: 321px) {
  .search-drop .search-left select {
    font-size: 11px;
    background-size: 16px auto;
    padding: 0 0 0 10px;
    line-height: 26px;
  }
}
.search-drop .search-right {
  float: left;
  width: 230px;
}
@media (max-width: 1025px) {
  .search-drop .search-right {
    width: 260px;
  }
}
@media (max-width: 992px) {
  .search-drop .search-right {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .search-drop .search-right {
    width: 142px;
  }
}
@media (max-width: 376px) {
  .search-drop .search-right {
    width: 121px;
  }
}
@media (max-width: 321px) {
  .search-drop .search-right {
    width: 98px;
  }
}
.phone-nav {
  position: relative;
  z-index: 990;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0;
  float: right;
  color: #fff;
}
@media (min-width: 1025px) {
  .phone-nav {
    display: none;
  }
}
.icon-caidan {
  color: #fff;
  font-size: 34px;
}
@media (max-width: 376px) {
  .icon-caidan {
    font-size: 32px;
  }
}
@media (max-width: 361px) {
  .icon-caidan {
    font-size: 30px;
  }
}
@media (max-width: 321px) {
  .icon-caidan {
    font-size: 28px;
  }
}
.bannerz {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.bannerz img {
  max-width: 100%;
  display: block;
}
.banner-ny {
  overflow: hidden;
  position: relative;
}
.banner-ny .pc-bannerny {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .banner-ny .pc-bannerny {
    display: none;
  }
}
.banner-ny .pc-bannerny:after {
  content: "";
  display: block;
  padding-bottom: 32.8%;
}
.phone-bannerny {
  position: relative;
  width: 100%;
}
@media (min-width: 993px) {
  .phone-bannerny {
    display: none;
  }
}
.phone-bannerny:after {
  content: "";
  display: block;
  padding-bottom: 42.4%;
}
.phone-banner {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .phone-banner {
    display: none;
  }
}
.phone-banner .pic {
  position: relative;
  z-index: 1;
}
.phone-banner .pic:after {
  content: "";
  display: block;
  padding-bottom: 42.5%;
}
.phone-banner .pic .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.phone-banner .pic .img-1 {
  width: 50%;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  margin-top: 18.5%;
}
.phone-banner .pic .img-1 img {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.phone-banner .pic .img-2 {
  width: 40%;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  margin-top: 1%;
}
.phone-banner .pic .img-2 img {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.phone-banner .pic .img-3 {
  width: 40px;
  height: 106px;
  margin: 5% auto 0;
  animation: bmove1 3s infinite;
}
@media (max-width: 991px) {
  .phone-banner .pic .img-3 {
    display: none;
  }
}
@keyframes bmove1 {
  50% {
    margin: 8% auto 0;
  }
}
.phone-banner .pic .img-3 img {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.phone-banner .slick-dots li.slick-active button {
  background: url("../we/images/circle.png") no-repeat center;
}
.phone-banner .slick-dots li button {
  width: 17px;
  height: 17px;
  background: url("../images/circle.png") no-repeat center;
}
.phone-banner .slick-dots {
  bottom: 20px;
}
@media (max-width: 767px) {
  .phone-banner .slick-dots {
    bottom: 12px;
  }
}
.homr-title {
  background: #ceb78b;
  overflow: hidden;
}
@media (max-width: 767px) {
  .homr-title .container {
    padding: 0 5px;
  }
}
.homr-title ul {
  text-align: center;
  padding: 0 90px;
}
@media (max-width: 1025px) {
  .homr-title ul {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .homr-title ul {
    padding: 0;
  }
}
.homr-title ul li {
  display: inline-block;
  padding: 37px 10px 20px;
  width: 25%;
  font-size: 0;
  margin: 0 -2px;
  border-right: 1px solid #bca880;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
@media (max-width: 1025px) {
  .homr-title ul li {
    padding: 25px 10px 20px;
  }
}
@media (max-width: 767px) {
  .homr-title ul li {
    padding: 15px 5px 10px;
  }
  .homr-title ul li:first-child {
    width: 19%;
  }
  .homr-title ul li:nth-child(2) {
    width: 26%;
  }
  .homr-title ul li:nth-child(3) {
    width: 23%;
  }
  .homr-title ul li:last-child {
    width: 33%;
  }
}
@media (max-width: 361px) {
  .homr-title ul li {
    padding: 10px 5px 8px;
  }
}
@media (max-width: 321px) {
  .homr-title ul li {
    padding: 8px 3px 6px;
  }
}
.homr-title ul li:hover {
  background: #efd49f;
}
.homr-title ul li:last-child {
  border: none;
}
.homr-title ul li span {
  display: block;
  position: relative;
  margin: 0 auto 12px;
  width: 80px;
  height: 63px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
@media (max-width: 1025px) {
  .homr-title ul li span {
    width: 64px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .homr-title ul li span {
    width: 40px;
    height: 31px;
    margin: 0 auto 6px;
  }
}
@media (max-width: 361px) {
  .homr-title ul li span {
    width: 34px;
    height: 26px;
    margin: 0 auto 4px;
  }
}
@media (max-width: 321px) {
  .homr-title ul li span {
    width: 28px;
    height: 21px;
    margin: 0 auto 2px;
  }
}
.homr-title ul li em {
  text-align: center;
  height: 22px;
  line-height: 22px;
  color: #202020;
  margin: 0 auto;
  font-size: 16px;
  font-style: inherit;
  overflow: hidden;
}
@media (max-width: 767px) {
  .homr-title ul li em {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
}
@media (max-width: 361px) {
  .homr-title ul li em {
    font-size: 12px;
    height: 17px;
    line-height: 17px;
  }
}
@media (max-width: 321px) {
  .homr-title ul li em {
    font-size: 10px;
    height: 16px;
    line-height: 16px;
  }
}
.homr-title ul li p {
  text-align: center;
  height: 20px;
  line-height: 20px;
  color: #202020;
  margin: 0 auto;
  font-size: 12px;
  font-style: inherit;
  overflow: hidden;
}
@media (max-width: 767px) {
  .homr-title ul li p {
    height: 18px;
    font-size: 10px;
    line-height: 18px;
  }
}
@media (max-width: 376px) {
  .homr-title ul li p {
    font-size: 9px;
  }
}
@media (max-width: 321px) {
  .homr-title ul li p {
    font-size: 8px;
  }
}
.home-technology {
  padding: 180px 0 165px;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-technology:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(47, 47, 47, 0.45);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
  content: "";
}
@media (max-width: 1025px) {
  .home-technology {
    padding: 115px 0;
  }
}
@media (max-width: 992px) {
  .home-technology {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .home-technology {
    padding: 45px 0;
  }
}
@media (max-width: 361px) {
  .home-technology {
    padding: 35px 0 30px;
  }
}
.home-technology .box {
  padding: 0 15%;
}
@media (max-width: 1025px) {
  .home-technology .box {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .home-technology .box {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .home-technology .box {
    padding: 0;
  }
}
.home-technology .title {
  text-align: center;
  padding: 0 0 0 150px;
  display: table;
  position: relative;
  z-index: 1;
  font-family: "helvetica-lt-condensed-light";
  margin: 0 auto;
}
@media (max-width: 992px) {
  .home-technology .title {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .home-technology .title {
    padding: 0 0 0 40px;
  }
}
.home-technology .title img {
  max-width: 100%;
}
.home-technology .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 132px;
  height: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  .home-technology .title:before {
    width: 30px;
  }
}
.home-technology .title:before img {
  max-width: 100%;
}
.home-technology big {
  text-align: center;
  margin: 10px auto 0;
  display: block;
}
@media (max-width: 992px) {
  .home-technology big {
    width: 80%;
  }
}
.home-technology big img {
  max-width: 100%;
}
.home-technology p {
  text-align: center;
  color: #afafaf;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  margin: 15px auto 70px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home-technology p {
    font-size: 13px;
    height: 72px;
    margin: 15px auto 40px;
  }
}
@media (max-width: 767px) {
  .home-technology p {
    font-size: 10px;
    line-height: 16px;
    margin: 15px auto 30px;
    height: 64px;
  }
}
@media (max-width: 361px) {
  .home-technology p {
    margin: 10px auto 20px;
  }
}
.home-technology .more {
  display: table;
  height: 24px;
  margin: 0 auto;
  border-bottom: 1px solid #ababab;
  overflow: hidden;
}
.home-technology .more:hover a {
  color: #ceb78b;
}
.home-technology .more a {
  color: #ababab;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .home-technology .more a {
    font-size: 14px;
  }
}
.home-technology.bg {
  background-size: 100% 100%;
}
.home-news {
  padding: 60px 0 40px;
  overflow: hidden;
}
@media (max-width: 1281px) {
  .home-news {
    padding: 60px 0 20px;
  }
}
@media (max-width: 992px) {
  .home-news {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .home-news {
    padding: 40px 0 0;
  }
}
@media (max-width: 361px) {
  .home-news {
    padding: 35px 0 0;
  }
}
@media (max-width: 321px) {
  .home-news {
    padding: 25px 0 0;
  }
}
.home-news:hover .img-1 {
  width: 100px;
}
.home-news .title {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .home-news .title {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .home-news .title {
    width: 56%;
  }
}
.home-news .title img {
  max-width: 100%;
}
.home-news .img-1 {
  margin: 18px auto 0;
  width: 230px;
  height: 7px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  background: url("../images/jiantou.png") no-repeat right center;
}
@media (max-width: 992px) {
  .home-news .img-1 {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .home-news .img-1 {
    width: 100px;
  }
}
.home-news .homenewsmain {
  margin: 50px -55px;
  padding: 0 0 100px;
}
@media (max-width: 1281px) {
  .home-news .homenewsmain {
    margin: 50px -35px 30px;
  }
}
@media (max-width: 992px) {
  .home-news .homenewsmain {
    margin: 25px -15px 30px;
    padding: 0 0 65px;
  }
}
@media (max-width: 767px) {
  .home-news .homenewsmain {
    padding: 0 0 60px;
    margin: 25px 0 15px;
  }
}
@media (max-width: 361px) {
  .home-news .homenewsmain {
    margin: 20px 0 10px;
    padding: 0 0 55px;
  }
}
@media (max-width: 321px) {
  .home-news .homenewsmain {
    margin: 15px 0 5px;
    padding: 0 0 45px;
  }
}
.home-news .homenewsmain .slick-dots li.slick-active button {
  background: #ceb78b;
}
.home-news .homenewsmain .slick-dots li button {
  background: #1a1a1a;
  width: 10px;
  margin: 0 2px;
  height: 10px;
}
@media (max-width: 321px) {
  .home-news .homenewsmain .slick-dots li button {
    width: 8px;
    margin: 0;
    height: 8px;
  }
}
.home-news .homenewsmain .hnews {
  width: 50%;
  padding: 0 55px;
}
@media (max-width: 1281px) {
  .home-news .homenewsmain .hnews {
    padding: 0 35px;
  }
}
@media (max-width: 992px) {
  .home-news .homenewsmain .hnews {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .home-news .homenewsmain .hnews {
    padding: 0;
  }
}
.home-news .homenewsmain .hnews .item {
  display: block;
}
.home-news .homenewsmain .hnews .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.home-news .homenewsmain .hnews .item:hover em {
  color: #ceb78b;
}
.home-news .homenewsmain .hnews .pic {
  float: left;
  width: 26.3%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .home-news .homenewsmain .hnews .pic {
    width: 30%;
  }
}
.home-news .homenewsmain .hnews .pic img {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.home-news .homenewsmain .hnews .pic:after {
  content: "";
  display: block;
  padding-bottom: 79%;
}
.home-news .homenewsmain .hnews .txt {
  float: left;
  padding: 10px 0 0 25px;
  width: 73.7%;
}
@media (max-width: 1281px) {
  .home-news .homenewsmain .hnews .txt {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 992px) {
  .home-news .homenewsmain .hnews .txt {
    width: 70%;
    padding: 0 0 0 15px;
  }
}
.home-news .homenewsmain .hnews .txt em {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #000000;
  font-size: 18px;
  font-style: inherit;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home-news .homenewsmain .hnews .txt em {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
}
@media (max-width: 321px) {
  .home-news .homenewsmain .hnews .txt em {
    font-size: 12px;
    height: 16px;
    line-height: 16px;
  }
}
.home-news .homenewsmain .hnews .txt time {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #707070;
  margin: 6px 0 5px;
  font-size: 12px;
}
@media (max-width: 1281px) {
  .home-news .homenewsmain .hnews .txt time {
    margin: 3px 0;
  }
}
@media (max-width: 992px) {
  .home-news .homenewsmain .hnews .txt time {
    margin: 1px 0;
  }
}
@media (max-width: 767px) {
  .home-news .homenewsmain .hnews .txt time {
    margin: 3px 0;
  }
}
@media (max-width: 361px) {
  .home-news .homenewsmain .hnews .txt time {
    margin: 1px 0;
  }
}
@media (max-width: 321px) {
  .home-news .homenewsmain .hnews .txt time {
    margin: 0;
    font-size: 11px;
  }
}
.home-news .homenewsmain .hnews .txt p {
  color: #444444;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
@media (max-width: 1281px) {
  .home-news .homenewsmain .hnews .txt p {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
  }
}
@media (max-width: 992px) {
  .home-news .homenewsmain .hnews .txt p {
    font-size: 11px;
    line-height: 18px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .home-news .homenewsmain .hnews .txt p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
}
@media (max-width: 361px) {
  .home-news .homenewsmain .hnews .txt p {
    line-height: 18px;
    font-size: 11px;
    height: 36px;
  }
}
@media (max-width: 321px) {
  .home-news .homenewsmain .hnews .txt p {
    line-height: 16px;
    font-size: 10px;
    height: 32px;
  }
}
footer {
  background: #1a1a1a;
  padding: 45px 0 0;
}
@media (max-width: 991px) {
  footer {
    padding: 30px 0 0;
    margin: 0 auto 54px;
  }
}
@media (max-width: 361px) {
  footer {
    padding: 20px 0 0;
  }
}
footer .footer-nav {
  float: left;
  width: 70%;
}
@media (max-width: 1025px) {
  footer .footer-nav {
    width: 65%;
  }
}
@media (max-width: 767px) {
  footer .footer-nav {
    display: none;
  }
}
footer .footer-nav li {
  width: 20%;
  float: left;
  padding: 0 10px 0 0;
}
footer .footer-nav li span {
  display: block;
  padding: 10px 0;
}
footer .footer-nav li span > a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
footer .footer-nav li span > a:hover {
  color: #ceb78b;
}
footer .footer-nav li > a {
  color: #8c8c8c;
  line-height: 20px;
  padding: 5px 0;
  display: block;
  font-size: 13px;
}
footer .footer-nav li > a:hover {
  color: #ceb78b;
}
footer .ewm {
  float: right;
  width: 30%;
}
@media (max-width: 1480px) {
  footer .ewm {
    padding: 0 90px 0 0;
  }
}
@media (max-width: 1025px) {
  footer .ewm {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 992px) {
  footer .ewm {
    width: 33%;
  }
}
@media (max-width: 767px) {
  footer .ewm {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
footer .ewm ul {
  text-align: right;
}
@media (max-width: 767px) {
  footer .ewm ul {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
footer .ewm ul li {
  width: 24%;
  margin: 0 0 0 13px;
  display: inline-block;
}
@media (max-width: 1480px) {
  footer .ewm ul li {
    width: 40%;
  }
}
@media (max-width: 1025px) {
  footer .ewm ul li {
    width: 34%;
  }
}
@media (max-width: 992px) {
  footer .ewm ul li {
    width: 42%;
  }
}
@media (max-width: 767px) {
  footer .ewm ul li {
    width: 90px;
    margin: 0 8px;
  }
}
@media (max-width: 376px) {
  footer .ewm ul li {
    width: 80px;
  }
}
@media (max-width: 361px) {
  footer .ewm ul li {
    width: 74px;
  }
}
@media (max-width: 321px) {
  footer .ewm ul li {
    width: 70px;
  }
}
footer .ewm ul li span {
  width: 100%;
  display: block;
  margin: 0 auto;
}
footer .ewm ul li span img {
  max-width: 100%;
}
footer .ewm ul li p {
  height: 24px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 361px) {
  footer .ewm ul li p {
    font-size: 11px;
  }
}
footer .copy {
  border-top: 1px solid #313131;
  padding: 20px 0;
  color: #7d7d7d;
  margin: 80px auto 0;
  font-size: 12px;
  line-height: 22px;
}
@media (max-width: 1025px) {
  footer .copy .mz {
    display: none;
  }
}
@media (max-width: 1025px) {
  footer .copy {
    margin: 50px auto 0;
    padding: 20px 50px 20px 0;
  }
}
@media (max-width: 767px) {
  footer .copy {
    margin: 20px auto 0;
  }
}
@media (max-width: 361px) {
  footer .copy {
    margin: 15px auto 0;
    line-height: 20px;
  }
}
@media (max-width: 376px) {
  footer .copy {
    padding: 20px 40px 15px 0;
  }
}
@media (max-width: 321px) {
  footer .copy {
    padding: 15px 36px 15px 0;
  }
}
footer .copy span {
  display: block;
  float: right;
  margin: 0 0 0 15px;
}
footer .copy a {
  color: #7d7d7d;
  text-align: right;
}
footer .copy a:hover {
  color: #ceb78b;
}
.float-right {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 85px;
  height: 400px;
  display: none;
  background: url("../images/floatright-bg.png");
}
@media (max-width: 1445px) {
  .float-right {
    width: 60px;
    height: 320px;
    background: #ccc;
  }
}
@media (max-width: 1025px) {
  .float-right {
    width: 64px;
    height: 256px;
  }
}
@media (max-width: 991px) {
  .float-right {
    height: 184px;
    width: 46px;
    display: none !important;
  }
}
@media (max-width: 376px) {
  .float-right {
    height: 160px;
    width: 40px;
  }
}
@media (max-width: 321px) {
  .float-right {
    width: 36px;
    height: 144px;
  }
}
.float-right ul li {
  cursor: pointer;
  height: 100px;
  z-index: 90;
}
@media (max-width: 1445px) {
  .float-right ul li {
    width: 60px;
    height: 80px;
  }
}
@media (max-width: 1025px) {
  .float-right ul li {
    width: 46px;
  }
}
@media (max-width: 767px) {
  .float-right ul li {
    height: 46px;
  }
}
@media (max-width: 376px) {
  .float-right ul li {
    height: 40px;
  }
}
@media (max-width: 321px) {
  .float-right ul li {
    height: 36px;
  }
}
.float-right ul li .pic {
  position: relative;
  float: left;
  width: 85px;
  height: 100px;
}
@media (max-width: 1445px) {
  .float-right ul li .pic {
    width: 60px;
    height: 80px;
  }
}
@media (max-width: 1445px) {
  .float-right ul li .pic img {
    width: 32px;
  }
}
@media (max-width: 1025px) {
  .float-right ul li .pic {
    width: 64px;
    height: 64px;
  }
  .float-right ul li .pic img {
    width: 34px;
  }
}
@media (max-width: 1025px) and (max-width: 767px) {
  .float-right ul li .pic {
    height: 46px;
    width: 46px;
  }
}
@media (max-width: 1025px) and (max-width: 376px) {
  .float-right ul li .pic {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 1025px) and (max-width: 321px) {
  .float-right ul li .pic {
    height: 36px;
    width: 36px;
  }
}
@media (max-width: 1025px) and (max-width: 767px) {
  .float-right ul li .pic img {
    width: 24px;
  }
}
@media (max-width: 1025px) and (max-width: 376px) {
  .float-right ul li .pic img {
    width: 21px;
  }
}
@media (max-width: 1025px) and (max-width: 321px) {
  .float-right ul li .pic img {
    width: 18px;
  }
}
.float-right ul li .pic .show {
  display: block;
}
.float-right ul li .pic .hide {
  display: none;
}
.float-right ul li .dianhua {
  width: 260px;
  position: absolute;
  left: 0;
  height: 100px;
  z-index: 99;
  transition: all 0.55s ease-in-out;
  -webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
}
@media (max-width: 1445px) {
  .float-right ul li .dianhua {
    height: 80px;
  }
}
@media (max-width: 1025px) {
  .float-right ul li .dianhua {
    height: 64px;
  }
}
@media (max-width: 767px) {
  .float-right ul li .dianhua {
    height: 46px;
  }
}
@media (max-width: 376px) {
  .float-right ul li .dianhua {
    height: 40px;
  }
}
@media (max-width: 321px) {
  .float-right ul li .dianhua {
    height: 36px;
  }
}
.float-right ul li .dianhua .pic {
  position: relative;
  float: left;
  width: 85px;
  z-index: 90;
  height: 100px;
}
@media (max-width: 1445px) {
  .float-right ul li .dianhua .pic {
    width: 60px;
    height: 80px;
  }
}
@media (max-width: 1025px) {
  .float-right ul li .dianhua .pic {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .float-right ul li .dianhua .pic {
    height: 46px;
    width: 46px;
  }
}
@media (max-width: 376px) {
  .float-right ul li .dianhua .pic {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 321px) {
  .float-right ul li .dianhua .pic {
    height: 36px;
    width: 36px;
  }
}
.float-right ul li .dianhua .pic .show {
  display: block;
}
.float-right ul li .dianhua .pic .hide {
  display: none;
}
.float-right ul li .dianhua .txt {
  float: left;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1445px) {
  .float-right ul li .dianhua .txt {
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 1025px) {
  .float-right ul li .dianhua .txt {
    height: 64px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .float-right ul li .dianhua .txt {
    height: 46px;
    line-height: 46px;
  }
}
@media (max-width: 376px) {
  .float-right ul li .dianhua .txt {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 321px) {
  .float-right ul li .dianhua .txt {
    height: 36px;
    line-height: 36px;
  }
}
.float-right ul li .weixin {
  width: 85px;
  height: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1445px) {
  .float-right ul li .weixin {
    width: 60px;
    height: 80px;
  }
}
@media (max-width: 1025px) {
  .float-right ul li .weixin {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .float-right ul li .weixin {
    height: 46px;
    width: 46px;
  }
}
@media (max-width: 376px) {
  .float-right ul li .weixin {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 321px) {
  .float-right ul li .weixin {
    height: 36px;
    width: 36px;
  }
}
.float-right ul li .weixin .weixin-ewm {
  position: absolute;
  width: 85px;
  height: 100px;
  right: 85px;
  top: 0;
  opacity: 0;
  transition: all 0.55s ease-in-out;
  -webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  z-index: 5;
}
@media (max-width: 1445px) {
  .float-right ul li .weixin .weixin-ewm {
    right: 60px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1025px) {
  .float-right ul li .weixin .weixin-ewm {
    width: 64px;
    height: 64px;
    right: 64px;
  }
}
@media (max-width: 767px) {
  .float-right ul li .weixin .weixin-ewm {
    height: 46px;
    width: 46px;
    right: 46px;
  }
}
@media (max-width: 376px) {
  .float-right ul li .weixin .weixin-ewm {
    height: 40px;
    width: 40px;
    right: 40px;
  }
}
@media (max-width: 321px) {
  .float-right ul li .weixin .weixin-ewm {
    height: 36px;
    width: 36px;
    right: 36px;
  }
}
.float-right ul li:hover .box .pic {
  background: url("../images/right-bg1.png");
}
.float-right ul li:hover .pic show {
  display: none;
}
.float-right ul li:hover .pic .hide {
  display: block;
}
.float-right ul li:hover .dianhua {
  left: -160px;
  background: url("../images/right-bg1.png");
}
.float-right ul li:hover .weixin .pic {
  background: url("../images/right-bg1.png");
}
.float-right ul li:hover .weixin .weixin-ewm {
  opacity: 1;
}
/*about*/
.about {
  overflow: hidden;
  padding: 0 0 100px;
}
@media (max-width: 1367px) {
  .about {
    padding: 0 0 80px;
  }
}
@media (max-width: 1025px) {
  .about {
    padding: 0 0 65px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 0 0 35px;
  }
}
@media (max-width: 321px) {
  .about {
    padding: 0 0 30px;
  }
}
.about img {
  max-width: 100%;
}
.about .img-01 {
  overflow: hidden;
  margin: 80px auto 45px;
}
@media (max-width: 1367px) {
  .about .img-01 {
    margin: 60px auto 35px;
  }
}
@media (max-width: 767px) {
  .about .img-01 {
    margin: 35px auto 20px;
  }
}
@media (max-width: 376px) {
  .about .img-01 {
    margin: 28px auto 12px;
  }
}
.about .text-1 {
  color: #2f2f2f;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .about .text-1 {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 376px) {
  .about .text-1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.about .img-02 {
  text-align: center;
  overflow: hidden;
  margin: 45px auto;
}
@media (max-width: 991px) {
  .about .img-02 {
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .about .img-02 {
    margin: 15px auto;
  }
}
@media (max-width: 321px) {
  .about .img-02 {
    margin: 10px auto;
  }
}
.ny {
  min-height: 150px;
}
/*technology*/
.technology {
  overflow: hidden;
  padding: 60px 0 110px;
}
@media (max-width: 1025px) {
  .technology {
    padding: 60px 0 80px;
  }
}
@media (max-width: 992px) {
  .technology {
    padding: 25px 0 40px;
  }
}
@media (max-width: 767px) {
  .technology {
    padding: 20px 0 40px;
  }
}
@media (max-width: 321px) {
  .technology {
    padding: 20px 0 30px;
  }
}
.technology .title-2 {
  color: #c7a365;
  font-size: 34px;
  line-height: 46px;
}
@media (max-width: 767px) {
  .technology .title-2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 376px) {
  .technology .title-2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 321px) {
  .technology .title-2 {
    font-size: 19px;
    line-height: 24px;
  }
}
.technology .title-2 small {
  color: #666;
  font-size: 18px;
}
@media (max-width: 767px) {
  .technology .title-2 small {
    font-size: 13px;
  }
}
@media (max-width: 376px) {
  .technology .title-2 small {
    font-size: 11px;
  }
}
.technology .part-1 {
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .technology .part-1 {
    margin: 15px auto 0;
  }
}
@media (max-width: 376px) {
  .technology .part-1 {
    margin: 10px auto 0;
  }
}
.technology .part-1 .left {
  float: left;
  padding: 0 6% 0 0;
  width: 49.5%;
}
@media (max-width: 992px) {
  .technology .part-1 .left {
    padding: 0 5% 0 0;
  }
}
@media (max-width: 376px) {
  .technology .part-1 .left {
    padding: 0;
    width: 100%;
  }
}
.technology .part-1 .left em {
  display: block;
  border-top: 1px solid #ceb78b;
  padding: 10px 0;
  color: #666;
  font-style: inherit;
  color: #c7a365;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ceb78b;
}
@media (max-width: 992px) {
  .technology .part-1 .left em {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .technology .part-1 .left em {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0;
    margin: 0 0 10px;
  }
}
.technology .part-1 .left .text-4 {
  color: #363636;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .technology .part-1 .left .text-4 {
    font-size: 13px;
    line-height: 22px;
  }
}
.technology .part-1 .pic-2 {
  width: 50.5%;
  float: left;
  overflow: hidden;
}
@media (max-width: 376px) {
  .technology .part-1 .pic-2 {
    padding: 0;
    width: 100%;
    margin: 15px auto 0;
  }
}
.technology .part-1 .pic-2 img {
  max-width: 100%;
}
.technology .text-1 {
  color: #363636;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .technology .text-1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.technology .t-tel {
  text-align: center;
  border-radius: 4px;
  display: table;
  margin: 80px auto 60px;
  padding: 15px 35px 13px;
  color: #000;
  line-height: 32px;
  font-size: 20px;
  border: 1px solid #c7a365;
}
@media (max-width: 1025px) {
  .technology .t-tel {
    margin: 60px auto 50px;
  }
}
@media (max-width: 992px) {
  .technology .t-tel {
    font-size: 16px;
    line-height: 28px;
    margin: 40px auto 35px;
    padding: 10px 25px;
  }
}
@media (max-width: 767px) {
  .technology .t-tel {
    font-size: 14px;
    line-height: 24px;
    margin: 30px auto 25px;
    padding: 6px 15px;
  }
}
@media (max-width: 376px) {
  .technology .t-tel {
    margin: 20px auto 15px;
  }
}
.technology .t-tel .icon-dianhua {
  color: #000;
  margin: 0 10px 0 0;
  font-size: 32px;
}
@media (max-width: 992px) {
  .technology .t-tel .icon-dianhua {
    font-size: 22px;
  }
}
.technology .t-tel big {
  color: #c7a365;
  font-size: 36px;
}
@media (max-width: 992px) {
  .technology .t-tel big {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .technology .t-tel big {
    font-size: 20px;
  }
}
.technology .t-tel big a {
  color: #c7a365;
}
.technology .text-5 {
  background: #c7a365;
  display: block;
  padding: 20px 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .technology .text-5 {
    padding: 10px;
  }
}
.technology .text-5 i {
  font-style: inherit;
  display: inline-block;
  color: #fff;
  padding: 0 50px;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .technology .text-5 i {
    font-size: 14px;
    padding: 0 30px;
    line-height: 24px;
  }
}
@media (max-width: 321px) {
  .technology .text-5 i {
    font-size: 12px;
    padding: 0 25px;
    line-height: 22px;
  }
}
.technology .text-5 i:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 30px;
  height: 30px;
  background: url("../images/yinhao-02.png") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .technology .text-5 i:before {
    width: 22px;
    height: 22px;
    top: -5px;
  }
}
@media (max-width: 767px) {
  .technology .text-5 i:before {
    width: 15px;
    height: 15px;
    top: 0;
  }
}
.technology .text-5 i:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 30px;
  height: 30px;
  background: url("../images/yinhao-01.png") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .technology .text-5 i:after {
    width: 22px;
    height: 22px;
    bottom: -5px;
  }
}
@media (max-width: 767px) {
  .technology .text-5 i:after {
    width: 15px;
    height: 15px;
    bottom: 0;
  }
}
.technology .img-5 {
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .technology .img-5 {
    margin: 10px auto 0;
  }
}
.technology .img-5 img {
  max-width: 100%;
}
.technology .title-4 {
  margin: 50px 0 15px;
  color: #c7a365;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .technology .title-4 {
    margin: 30px 0 15px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 376px) {
  .technology .title-4 {
    margin: 20px auto 5px;
  }
}
.technology .title-4 .icon-youanniu {
  margin: 0 5px 0 0;
  line-height: 16px;
  font-size: 10px;
}
.technology .phone-1 {
  display: none;
}
.technology .technology-main {
  margin: 20px -13px 80px;
}
@media (max-width: 1025px) {
  .technology .technology-main {
    margin: 20px -13px 65px;
  }
}
@media (max-width: 992px) {
  .technology .technology-main {
    margin: 0 -10px 30px;
  }
}
@media (max-width: 767px) {
  .technology .technology-main {
    margin: 0 -5px 25px;
  }
}
@media (max-width: 321px) {
  .technology .technology-main {
    margin: 0 -5px 20px;
  }
}
.technology .technology-main li {
  float: left;
  width: 33.33333333%;
  margin: 25px 0 0;
  padding: 13px;
}
@media (max-width: 992px) {
  .technology .technology-main li {
    padding: 10px;
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .technology .technology-main li {
    padding: 5px;
    margin: 15px 0 0;
  }
}
@media (max-width: 376px) {
  .technology .technology-main li {
    width: 50%;
  }
}
@media (max-width: 321px) {
  .technology .technology-main li {
    width: 50%;
    padding: 4px;
  }
}
.technology .technology-main li a {
  display: block;
}
.technology .technology-main li a:hover .pic i {
  left: 50px;
  bottom: 50px;
}
.technology .technology-main li a:hover .pic i img {
  transform: scale(0.76);
  -webkit-transform: scale(0.76);
  -o-transform: scale(0.76);
  -moz-transform: scale(0.76);
}
.technology .technology-main li a:hover p {
  color: #ceb78b;
}
.technology .technology-main li .pic {
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
}
.technology .technology-main li .pic i {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-bottom: -34px;
  margin-left: -34px;
  z-index: 10;
  width: 68px;
  height: 68px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
@media (max-width: 1025px) {
  .technology .technology-main li .pic i {
    width: 56px;
    height: 56px;
    margin-bottom: -28px;
    margin-left: -28px;
  }
}
@media (max-width: 992px) {
  .technology .technology-main li .pic i {
    width: 44px;
    height: 44px;
    margin-bottom: -22px;
    margin-left: -22px;
  }
}
@media (max-width: 767px) {
  .technology .technology-main li .pic i {
    width: 30px;
    height: 30px;
    margin-bottom: -15px;
    margin-left: -15px;
  }
}
.technology .technology-main li .pic i img {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
.technology .technology-main li .pic:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.technology .technology-main li p {
  height: 72px;
  line-height: 72px;
  color: #363636;
  font-size: 18px;
  overflow: hidden;
  margin: 3px auto 0;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 992px) {
  .technology .technology-main li p {
    height: 56px;
    line-height: 56px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .technology .technology-main li p {
    height: 48px;
    line-height: 48px;
    font-size: 12px;
  }
}
@media (max-width: 376px) {
  .technology .technology-main li p {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 321px) {
  .technology .technology-main li p {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
}
/*page*/
.page {
  text-align: center;
  margin: 0 auto;
}
.page a {
  display: inline-block;
  border: 1px solid #d5d5d5;
  color: #666;
  font-size: 16px;
  padding: 0 10px;
  height: 30px;
  vertical-align: middle;
  margin: 0 7px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .page a {
    display: none;
  }
}
.page a:hover {
  background: #c39e63;
  color: #fff;
  border: 1px solid #c39e63;
}
.page .active {
  background: #c39e63;
  color: #fff;
  border: 1px solid #c39e63;
}
.page .cpb {
  background: #c39e63;
  color: #fff;
  border: 1px solid #c39e63;
}
.page .on {
  border: none;
  padding: 0;
  margin: 0;
}
.page .on:hover {
  border: none;
  color: #666;
  background: none;
}
.page span {
  display: inline-block;
  color: #666;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .page span {
    display: none;
  }
}
.page small {
  display: inline-block;
  color: #666;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 20px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .page small {
    display: none;
  }
}
@media (max-width: 992px) {
  .page .phone-1,
  .page .phone-2 {
    display: inline-block;
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .page .phone-1,
  .page .phone-2 {
    padding: 0 15px;
    font-size: 14px;
  }
}
/*news*/
.news {
  overflow: hidden;
  padding: 0 0 110px;
}
@media (max-width: 1025px) {
  .news {
    padding: 0 0 90px;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 0 0 70px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 0 0 40px;
  }
}
@media (max-width: 321px) {
  .news {
    padding: 0 0 35px;
  }
}
.news .news-main {
  margin: 45px auto 30px;
}
@media (max-width: 991px) {
  .news .news-main {
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .news .news-main {
    margin: 25px auto;
  }
}
@media (max-width: 376px) {
  .news .news-main {
    margin: 15px auto;
  }
}
.news .news-main li {
  display: inline-block;
  width: 100%;
  margin: 40px auto;
}
@media (max-width: 1025px) {
  .news .news-main li {
    margin: 30px auto;
  }
}
@media (max-width: 991px) {
  .news .news-main li {
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  .news .news-main li {
    margin: 15px auto;
  }
}
@media (max-width: 321px) {
  .news .news-main li {
    margin: 10px auto;
  }
}
.news .news-main li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.news .news-main li:hover .txt span {
  color: #ceb78b;
}
.news .news-main li:hover .txt .more {
  width: 100px;
}
.news .news-main li .txt {
  float: left;
  width: 80%;
  padding: 0 90px 0 0;
}
@media (max-width: 1025px) {
  .news .news-main li .txt {
    padding: 0 50px 0 0;
    width: 78%;
  }
}
@media (max-width: 991px) {
  .news .news-main li .txt {
    padding: 0 30px 0 0;
    width: 72%;
  }
}
@media (max-width: 767px) {
  .news .news-main li .txt {
    padding: 0 20px 0 0;
    width: 64%;
  }
}
@media (max-width: 376px) {
  .news .news-main li .txt {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 321px) {
  .news .news-main li .txt {
    padding: 0 10px 0 0;
  }
}
.news .news-main li .item {
  padding: 28px 0 0;
  border-top: 2px solid #dedede;
}
@media (max-width: 767px) {
  .news .news-main li .item {
    padding: 10px 0 0;
  }
}
.news .news-main li .item span {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  color: #363636;
  font-size: 22px;
}
@media (max-width: 1025px) {
  .news .news-main li .item span {
    height: 22px;
    line-height: 22px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .news .news-main li .item span {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .news .news-main li .item span {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
  }
}
@media (max-width: 321px) {
  .news .news-main li .item span {
    height: 16px;
    line-height: 16px;
    font-size: 10px;
  }
}
.news .news-main li .item time {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  margin: 6px 0 2px;
  color: #707070;
  font-size: 12px;
}
@media (max-width: 1025px) {
  .news .news-main li .item time {
    height: 20px;
    margin: 4px 0 0;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .news .news-main li .item time {
    margin: 3px 0 0;
    height: 16px;
    line-height: 16px;
  }
}
@media (max-width: 321px) {
  .news .news-main li .item time {
    font-size: 10px;
    margin: 2px 0 0;
  }
}
.news .news-main li .item p {
  display: block;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  color: #5a5a5a;
  font-size: 15px;
}
@media (max-width: 1025px) {
  .news .news-main li .item p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
}
@media (max-width: 991px) {
  .news .news-main li .item p {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .news .news-main li .item p {
    font-size: 10px;
    line-height: 16px;
    height: 32px;
  }
}
@media (max-width: 321px) {
  .news .news-main li .item p {
    height: 28px;
    line-height: 14px;
    font-size: 8px;
  }
}
.news .news-main li .item .more {
  height: 34px;
  margin: 28px 0 0;
  line-height: 32px;
  text-align: center;
  width: 138px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  font-size: 14px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
@media (max-width: 1445px) {
  .news .news-main li .item .more {
    margin: 15px 0 0;
  }
}
@media (max-width: 1025px) {
  .news .news-main li .item .more {
    margin: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .news .news-main li .item .more {
    height: 28px;
    margin: 7px 0 0;
    line-height: 26px;
    width: 100px;
  }
}
@media (max-width: 376px) {
  .news .news-main li .item .more {
    margin: 15px 0 0;
  }
}
@media (max-width: 321px) {
  .news .news-main li .item .more {
    height: 24px;
    margin: 10px 0 0;
    line-height: 22px;
    width: 100px;
    font-size: 12px;
  }
}
.news .news-main li .pic {
  width: 20%;
  float: right;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 1025px) {
  .news .news-main li .pic {
    width: 22%;
  }
}
@media (max-width: 991px) {
  .news .news-main li .pic {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .news .news-main li .pic {
    width: 36%;
  }
}
.news .news-main li .pic img {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
.news .news-main li .pic:after {
  content: "";
  display: block;
  padding-bottom: 79%;
}
/*news-show*/
.news-show {
  overflow: hidden;
  padding: 65px 0 60px;
}
@media (max-width: 1025px) {
  .news-show {
    padding: 50px 0 40px;
  }
}
@media (max-width: 992px) {
  .news-show {
    padding: 40px 0 30px;
  }
}
@media (max-width: 767px) {
  .news-show {
    padding: 25px 0;
  }
}
@media (max-width: 321px) {
  .news-show {
    padding: 20px 0;
  }
}
.news-show img {
  max-width: 100%;
}
.news-show .title {
  color: #000000;
  font-size: 36px;
  line-height: 44px;
  margin: 0 auto 17px;
}
.news-show p {
  color: #3b3b3b;
  font-size: 15px;
  line-height: 26px;
  margin: 0 auto 20px;
  animation-fill-mode: both;
  animation-duration: 1s;
  visibility: visible;
  animation-name: fadeInUp;
}
@media (max-width: 767px) {
  .news-show .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 auto 14px;
  }
}
@media (max-width: 376px) {
  .news-show .title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto 12px;
  }
}
@media (max-width: 361px) {
  .news-show .title {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto 10px;
  }
}
@media (max-width: 321px) {
  .news-show .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.news-show .text-1 {
  color: #3b3b3b;
  font-size: 15px;
  line-height: 26px;
  margin: 0 auto 20px;
}
@media (max-width: 992px) {
  .news-show .text-1 {
    margin: 0 auto 18px;
  }
}
@media (max-width: 767px) {
  .news-show .text-1 {
    margin: 0 auto 12px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 321px) {
  .news-show .text-1 {
    margin: 0 auto 10px;
  }
}
.news-show .img-1 {
  overflow: hidden;
  position: relative;
  margin: 35px auto 40px;
}
@media (max-width: 992px) {
  .news-show .img-1 {
    margin: 25px auto;
  }
}
@media (max-width: 767px) {
  .news-show .img-1 {
    margin: 15px auto;
  }
}
@media (max-width: 321px) {
  .news-show .img-1 {
    margin: 10px auto;
  }
}
.news-show .img-2 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 35px auto 40px;
}
@media (max-width: 992px) {
  .news-show .img-2 {
    margin: 25px auto;
  }
}
@media (max-width: 767px) {
  .news-show .img-2 {
    margin: 15px auto;
  }
}
@media (max-width: 321px) {
  .news-show .img-2 {
    margin: 10px auto;
  }
}
.news-show .img-2 i {
  font-style: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-top: -34px;
  margin-left: -34px;
  width: 68px;
  height: 68px;
}
@media (max-width: 992px) {
  .news-show .img-2 i {
    margin-top: -27px;
    margin-left: -27px;
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 767px) {
  .news-show .img-2 i {
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 376px) {
  .news-show .img-2 i {
    margin-top: -17px;
    margin-left: -17px;
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 321px) {
  .news-show .img-2 i {
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
  }
}
.sourse {
  height: 42px;
  line-height: 42px;
  color: #9e9e9e;
  font-size: 14px;
  overflow: hidden;
  margin: 0 auto 25px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
  .sourse {
    font-size: 11px;
    margin: 0 auto 15px;
  }
  .sourse span {
    width: 40%;
    display: block;
    float: left;
  }
}
@media (max-width: 376px) {
  .sourse {
    font-size: 9px;
    height: 38px;
    line-height: 38px;
  }
  .sourse span {
    width: 40%;
    display: block;
    float: left;
  }
}
@media (max-width: 321px) {
  .sourse {
    font-size: 8px;
    height: 34px;
    margin: 0 auto 10px;
    line-height: 34px;
  }
  .sourse span {
    width: 40%;
    display: block;
    float: left;
  }
}
/*download*/
.download {
  overflow: hidden;
  padding: 65px 0 120px;
}
@media (max-width: 1375px) {
  .download .container {
    padding: 0 30px;
  }
}
@media (max-width: 1367px) {
  .download .container {
    padding: 0 65px;
  }
}
@media (max-width: 1281px) {
  .download .container {
    padding: 0 95px;
  }
}
@media (max-width: 1025px) {
  .download .container {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .download .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .download .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .download {
    padding: 50px 0 80px;
  }
}
@media (max-width: 767px) {
  .download {
    padding: 20px 0 40px;
  }
}
@media (max-width: 321px) {
  .download {
    padding: 18px 0 35px;
  }
}
.download .text-1 {
  color: #363636;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .download .text-1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.download .download-main {
  margin: 40px auto 0;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .download .download-main {
    margin: 25px auto 0;
  }
}
@media (max-width: 376px) {
  .download .download-main {
    margin: 18px auto 0;
  }
}
.download .download-main li {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  height: 74px;
  line-height: 74px;
  z-index: 1;
  color: #363636;
  padding: 0 90px 0 0;
  overflow: hidden;
  font-size: 16px;
}
@media (max-width: 767px) {
  .download .download-main li {
    height: 52px;
    line-height: 52px;
    font-size: 13px;
    padding: 0 70px 0 0;
  }
}
@media (max-width: 376px) {
  .download .download-main li {
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    padding: 0 60px 0 0;
  }
}
@media (max-width: 321px) {
  .download .download-main li {
    height: 42px;
    line-height: 42px;
    font-size: 10px;
    padding: 0 54px 0 0;
  }
}
.download .download-main li a {
  color: #363636;
  display: block;
}
.download .download-main li:hover .icon-552cd47fba2cc {
  color: #d1bb92;
}
.download .download-main li:hover .icon-yasuobao {
  color: #d1bb92;
}
.download .download-main li:hover .ico {
  background: #d1bb92;
  color: #fff;
}
.download .download-main li:hover a {
  color: #d1bb92;
}
.download .download-main li span {
  display: block;
  float: left;
  width: 30px;
  height: 74px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .download .download-main li span {
    width: 24px;
    height: 52px;
  }
}
.download .download-main li .icon-552cd47fba2cc {
  color: #000;
  font-size: 22px;
}
@media (max-width: 767px) {
  .download .download-main li .icon-552cd47fba2cc {
    font-size: 19px;
  }
}
@media (max-width: 376px) {
  .download .download-main li .icon-552cd47fba2cc {
    font-size: 16px;
  }
}
.download .download-main li .icon-yasuobao {
  color: #000;
  font-size: 19px;
}
@media (max-width: 767px) {
  .download .download-main li .icon-yasuobao {
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  .download .download-main li .icon-yasuobao {
    font-size: 13px;
  }
}
.download .download-main li .ico {
  position: absolute;
  right: 0;
  top: 20px;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #000000;
}
@media (max-width: 767px) {
  .download .download-main li .ico {
    width: 60px;
    height: 26px;
    top: 12px;
    line-height: 26px;
  }
}
@media (max-width: 376px) {
  .download .download-main li .ico {
    width: 54px;
    height: 22px;
    top: 11px;
    line-height: 22px;
  }
}
@media (max-width: 321px) {
  .download .download-main li .ico {
    width: 48px;
    height: 20px;
    top: 9px;
    line-height: 20px;
  }
}
.download .download-main li .icon-xiazai {
  font-size: 22px;
}
@media (max-width: 767px) {
  .download .download-main li .icon-xiazai {
    font-size: 15px;
  }
}
@media (max-width: 321px) {
  .download .download-main li .icon-xiazai {
    font-size: 12px;
  }
}
/*contact*/
.contact {
  overflow: hidden;
}
.contact .part-1 {
  background: #000;
  padding: 40px 0 30px;
}
@media (max-width: 1025px) {
  .contact .part-1 {
    padding: 30px 0 25px;
  }
}
@media (max-width: 992px) {
  .contact .part-1 {
    padding: 25px 0 20px;
  }
}
.contact .part-1 ul li {
  width: 33.33333333%;
  padding: 20px 10px 0;
  float: left;
  border-right: 1px solid #262626;
}
@media (max-width: 1025px) {
  .contact .part-1 ul li {
    padding: 10px 10px 0;
  }
}
@media (max-width: 1767px) {
  .contact .part-1 ul li {
    padding: 10px 10px 0;
  }
}
.contact .part-1 ul li:last-child {
  border: none;
}
.contact .part-1 ul li:hover em {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
.contact .part-1 ul li em {
  margin: 0 auto;
  font-style: inherit;
  position: relative;
  width: 21.5%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  display: block;
}
@media (max-width: 767px) {
  .contact .part-1 ul li em {
    width: 34%;
  }
}
@media (max-width: 376px) {
  .contact .part-1 ul li em {
    width: 38%;
  }
}
.contact .part-1 ul li em:after {
  content: "";
  display: block;
  padding-bottom: 72.5%;
}
.contact .part-1 ul li i {
  display: block;
  margin: 20px auto 35px;
  font-style: inherit;
  text-align: center;
  color: #fff;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1025px) {
  .contact .part-1 ul li i {
    margin: 20px auto 25px;
  }
}
@media (max-width: 992px) {
  .contact .part-1 ul li i {
    font-size: 14px;
    line-height: 24px;
    margin: 20px auto 25px;
  }
}
@media (max-width: 767px) {
  .contact .part-1 ul li i {
    font-size: 12px;
    line-height: 18px;
    margin: 10px auto 5px;
  }
}
@media (max-width: 376px) {
  .contact .part-1 ul li i {
    font-size: 10px;
    line-height: 16px;
  }
}
@media (max-width: 321px) {
  .contact .part-1 ul li i {
    margin: 10px auto 0;
  }
}
.contact .part-1 ul li i a {
  color: #fff;
}
.contact .part-1 ul li i a:hover {
  color: #ceb78b;
}
.contact #l-map {
  width: 100%;
  height: 510px;
}
@media (max-width: 1025px) {
  .contact #l-map {
    height: 435px;
  }
}
@media (max-width: 992px) {
  .contact #l-map {
    height: 345px;
  }
}
@media (max-width: 767px) {
  .contact #l-map {
    height: 270px;
  }
}
@media (max-width: 376px) {
  .contact #l-map {
    height: 240px;
  }
}
.contact #l-map em {
  display: block;
  font-style: inherit;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
.contact #l-map p {
  display: block;
  font-style: inherit;
  color: #000000;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
  padding: 20px 0 0 25px;
}
@media (max-width: 767px) {
  .contact #l-map p {
    font-size: 14px;
    padding: 15px 0 0 25px;
  }
}
@media (max-width: 361px) {
  .contact #l-map p {
    font-size: 13px;
  }
}
.contact #l-map p:before {
  content: "";
  left: 0;
  top: 20px;
  position: absolute;
  width: 23px;
  height: 25px;
  background: url("../images/addr.png") no-repeat center;
}
@media (max-width: 767px) {
  .contact #l-map p:before {
    top: 15px;
  }
}
.contact #l-map .anchorBL {
  display: none;
}
.contact #l-map .BMapLib_sendToPhone {
  display: none;
}
/*dealer*/
.dealer {
  overflow: hidden;
  padding: 140px 0 40px;
}
@media (max-width: 1445px) {
  .dealer {
    padding: 80px 0 40px;
  }
}
@media (max-width: 992px) {
  .dealer {
    padding: 70px 0 20px;
  }
}
@media (max-width: 767px) {
  .dealer {
    padding: 10px 0 20px;
  }
}
@media (max-width: 321px) {
  .dealer {
    padding: 10px 0;
  }
}
.dealer .text-1 {
  color: #363636;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .dealer .text-1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.dealer .dealer-main {
  margin: 50px auto;
}
@media (max-width: 1445px) {
  .dealer .dealer-main {
    margin: 50px auto 0;
  }
}
@media (max-width: 992px) {
  .dealer .dealer-main {
    margin: 35px auto 0;
  }
}
@media (max-width: 767px) {
  .dealer .dealer-main {
    margin: 25px auto 0;
  }
}
@media (max-width: 321px) {
  .dealer .dealer-main {
    margin: 20px auto 0;
  }
}
.dealer .dealer-main li {
  display: inline-block;
  margin: 0 auto 50px;
  width: 100%;
}
@media (max-width: 1445px) {
  .dealer .dealer-main li {
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .dealer .dealer-main li {
    margin: 0 auto 25px;
  }
}
@media (max-width: 321px) {
  .dealer .dealer-main li {
    margin: 0 auto 20px;
  }
}
.dealer .dealer-main li .text {
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  padding: 10px 23px;
  background: #cccccc;
}
@media (max-width: 992px) {
  .dealer .dealer-main li .text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .dealer .dealer-main li .text {
    font-size: 15px;
    line-height: 22px;
    padding: 8px 15px;
  }
}
.dealer .dealer-main li .txt {
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .dealer .dealer-main li .txt {
    margin: 15px auto 0;
  }
}
.dealer .dealer-main li .txt .pic {
  float: left;
  width: 25.3%;
  position: relative;
}
@media (max-width: 1445px) {
  .dealer .dealer-main li .txt .pic {
    width: 28%;
  }
}
@media (max-width: 992px) {
  .dealer .dealer-main li .txt .pic {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .dealer .dealer-main li .txt .pic {
    width: 100%;
    float: none;
  }
}
.dealer .dealer-main li .txt .pic:after {
  content: "";
  display: block;
  padding-bottom: 67%;
}
.dealer .dealer-main li .txt .text-1 {
  float: left;
  padding: 15px 0 0 55px;
  width: 74.7%;
}
@media (max-width: 1445px) {
  .dealer .dealer-main li .txt .text-1 {
    padding: 0 0 0 35px;
    width: 72%;
  }
}
@media (max-width: 992px) {
  .dealer .dealer-main li .txt .text-1 {
    width: 68%;
    padding: 0 0 0 25px;
  }
}
@media (max-width: 767px) {
  .dealer .dealer-main li .txt .text-1 {
    width: 100%;
    float: none;
    padding: 15px 0 0;
  }
}
.dealer .dealer-main li .txt .text-1 .text-2 {
  font-style: inherit;
  color: #000000;
  display: block;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 1445px) {
  .dealer .dealer-main li .txt .text-1 .text-2 {
    margin: 0 0 15px;
  }
}
@media (max-width: 992px) {
  .dealer .dealer-main li .txt .text-1 .text-2 {
    margin: 0 0 10px;
    line-height: 22px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .dealer .dealer-main li .txt .text-1 .text-2 {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
  }
}
.dealer .dealer-main li .txt .text-1 .text-3 {
  font-style: inherit;
  color: #000000;
  display: block;
  margin: 6% 0 20px;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .dealer .dealer-main li .txt .text-1 .text-3 {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
  }
}
.search-ny,
.search-ny1,
.search-ny2 {
  position: relative;
  z-index: 90;
  height: 62px;
  margin: -140px auto 0;
}
@media (max-width: 767px) {
  .search-ny,
  .search-ny1,
  .search-ny2 {
    z-index: 0;
  }
}
@media (max-width: 1445px) {
  .search-ny,
  .search-ny1,
  .search-ny2 {
    margin: -100px auto 0;
  }
}
@media (max-width: 1025px) {
  .search-ny,
  .search-ny1,
  .search-ny2 {
    margin: -70px auto 0;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .search-ny,
  .search-ny1,
  .search-ny2 {
    margin: 20px auto 0;
    height: auto;
  }
}
@media (max-width: 376px) {
  .search-ny,
  .search-ny1,
  .search-ny2 {
    margin: 13px auto 0;
    height: auto;
  }
}
.search-ny .search-box,
.search-ny1 .search-box,
.search-ny2 .search-box {
  background: #ceb78b;
  overflow: hidden;
  height: 62px;
}
@media (max-width: 1025px) {
  .search-ny .search-box,
  .search-ny1 .search-box,
  .search-ny2 .search-box {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .search-ny .search-box,
  .search-ny1 .search-box,
  .search-ny2 .search-box {
    height: auto;
    background: none;
  }
}
.search-ny ul li,
.search-ny1 ul li,
.search-ny2 ul li {
  background: #fff;
  float: left;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 0 10px 0 0;
  width: 26%;
}
@media (max-width: 992px) {
  .search-ny ul li,
  .search-ny1 ul li,
  .search-ny2 ul li {
    padding: 0 5px 0 0;
  }
}
@media (max-width: 767px) {
  .search-ny ul li,
  .search-ny1 ul li,
  .search-ny2 ul li {
    margin: 0 0 10px;
    width: 50%;
    border: 1px solid #e0e0e0;
  }
  .search-ny ul li:first-child,
  .search-ny2 ul li:first-child {
    border-right: none;
  }
}
.search-ny ul li:after,
.search-ny1 ul li:after,
.search-ny2 ul li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 18px;
  width: 1px;
  height: 28px;
  background: #e0e0e0;
}
@media (max-width: 1025px) {
  .search-ny ul li:after,
  .search-ny1 ul li:after,
  .search-ny2 ul li:after {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .search-ny ul li:after,
  .search-ny1 ul li:after,
  .search-ny2 ul li:after {
    top: 0;
    right: 0;
    background: #fff;
    height: 100%;
  }
}
.search-ny ul li select,
.search-ny1 ul li select,
.search-ny2 ul li select {
  padding: 20px 0 20px 20px;
  width: 100%;
  cursor: pointer;
  border: none;
  color: #292727;
  font-family: "microsoft yahei";
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/sub.png") no-repeat right center;
}
@media (max-width: 1025px) {
  .search-ny ul li select,
  .search-ny1 ul li select,
  .search-ny2 ul li select {
    padding: 13px 0 13px 20px;
  }
}
@media (max-width: 992px) {
  .search-ny ul li select,
  .search-ny1 ul li select,
  .search-ny2 ul li select {
    font-size: 13px;
    padding: 15px 0 15px 10px;
    background-size: 20px auto;
  }
}
@media (max-width: 767px) {
  .search-ny ul li select,
  .search-ny1 ul li select,
  .search-ny2 ul li select {
    padding: 0 0 0 10px;
    height: 38px;
    line-height: 38px;
  }
}
@media (max-width: 321px) {
  .search-ny ul li select,
  .search-ny1 ul li select,
  .search-ny2 ul li select {
    padding: 0 0 0 10px;
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .search-ny ul .li-3,
  .search-ny1 ul .li-3,
  .search-ny2 ul .li-3 {
    width: 100%;
  }
}
.search-ny ul .li-last,
.search-ny1 ul .li-last,
.search-ny2 ul .li-last {
  width: 22%;
  height: 100%;
  padding: 0;
  background: #ceb78b;
}
@media (max-width: 767px) {
  .search-ny1 ul .li-last,
  .search-ny2 ul .li-last {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .search-ny ul .li-last {
    width: 50%;
  }
}
.search-ny ul .li-last:after,
.search-ny1 ul .li-last:after,
.search-ny2 ul .li-last:after {
  display: none;
}
.search-ny ul .search-nyz,
.search-ny1 ul .search-nyz,
.search-ny2 ul .search-nyz {
  height: 62px;
  display: block;
  line-height: 62px;
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  background: #ceb78b;
  text-align: center;
}
@media (max-width: 1025px) {
  .search-ny ul .search-nyz,
  .search-ny1 ul .search-nyz,
  .search-ny2 ul .search-nyz {
    line-height: 46px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .search-ny ul .search-nyz,
  .search-ny1 ul .search-nyz,
  .search-ny2 ul .search-nyz {
    line-height: 36px;
    height: 38px;
    border: 1px solid #ceb78b;
    border: none;
  }
}
@media (max-width: 321px) {
  .search-ny ul .search-nyz,
  .search-ny1 ul .search-nyz,
  .search-ny2 ul .search-nyz {
    line-height: 36px;
    height: 36px;
    font-size: 14px;
  }
}
.search-ny ul .search-nyz .icon-youjiantou-copy,
.search-ny1 ul .search-nyz .icon-youjiantou-copy,
.search-ny2 ul .search-nyz .icon-youjiantou-copy {
  font-size: 22px;
  margin: 0 0 0 15px;
}
@media (max-width: 767px) {
  .search-ny ul .search-nyz .icon-youjiantou-copy,
  .search-ny1 ul .search-nyz .icon-youjiantou-copy,
  .search-ny2 ul .search-nyz .icon-youjiantou-copy {
    font-size: 18px;
    margin: 0 0 0 10px;
  }
}
@media (max-width: 321px) {
  .search-ny ul .search-nyz .icon-youjiantou-copy,
  .search-ny1 ul .search-nyz .icon-youjiantou-copy,
  .search-ny2 ul .search-nyz .icon-youjiantou-copy {
    font-size: 15px;
    margin: 0 0 0 5px;
  }
}
@media (max-width: 767px) {
  .search-ny1 {
    padding: 34px 0 0;
    margin: 15px auto 0;
  }
}
@media (max-width: 321px) {
  .search-ny1 {
    margin: 10px auto 0;
  }
}
.search-ny1 ul li {
  width: 16%;
}
@media (max-width: 767px) {
  .search-ny1 ul li {
    width: 50%;
    border: 1px solid #e0e0e0;
  }
  .search-ny1 ul li:nth-child(2n) {
    border-left: none;
  }
}
.search-ny1 ul .li-2 {
  width: 18.5%;
}
@media (max-width: 767px) {
  .search-ny1 ul .li-2 {
    width: 50%;
  }
}
.search-ny1 ul .li-3 {
  width: 18%;
}
@media (max-width: 767px) {
  .search-ny1 ul .li-3 {
    width: 50%;
  }
}
.search-ny1 ul .li-4 {
  width: 24.4%;
}
@media (max-width: 767px) {
  .search-ny1 ul .li-4 {
    width: 50%;
  }
}
.search-ny1 ul .li-last {
  width: 23.1%;
}
@media (max-width: 767px) {
  .search-ny1 ul .li-last {
    width: 100%;
  }
}
.search-ny2 ul li {
  width: 25.5%;
}
@media (max-width: 767px) {
  .search-ny2 ul li {
    width: 50%;
    float: left;
    border: 1px solid #e0e0e0;
    border-right: none;
  }
}
.search-ny2 ul input {
  padding: 20px 0 20px 20px;
  width: 100%;
  cursor: pointer;
  border: none;
  color: #292727;
  font-size: 16px;
  font-family: "microsoft yahei";
}
.search-ny2 ul input::-webkit-input-placeholder {
  color: #292727;
}
@media (max-width: 1025px) {
  .search-ny2 ul input {
    padding: 13px 0 13px 20px;
  }
}
@media (max-width: 992px) {
  .search-ny2 ul input {
    font-size: 13px;
    padding: 15px 0 15px 10px;
  }
}
@media (max-width: 767px) {
  .search-ny2 ul input {
    padding: 0 0 0 10px;
    height: 38px;
    line-height: 38px;
  }
}
@media (max-width: 321px) {
  .search-ny2 ul input {
    padding: 0 0 0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
}
.search-ny2 ul .li-2 {
  width: 51%;
}
@media (max-width: 767px) {
  .search-ny2 ul .li-2 {
    width: 50%;
    float: left;
    border: 1px solid #e0e0e0;
  }
}
.search-ny2 ul .li-last {
  width: 23.5%;
}
@media (max-width: 767px) {
  .search-ny2 ul .li-last {
    width: 100%;
  }
}
/*inquiry*/
.inquiry {
  overflow: hidden;
  padding: 130px 0 100px;
}
@media (max-width: 1025px) {
  .inquiry {
    padding: 70px 0 80px;
  }
}
@media (max-width: 992px) {
  .inquiry {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .inquiry {
    padding: 20px 0 40px;
  }
}
@media (max-width: 321px) {
  .inquiry {
    padding: 20px 0 35px;
  }
}
.inquiry .text-1 {
  color: #232323;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .inquiry .text-1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.inquiry .table-1 {
  margin: 70px auto 0;
  position: relative;
  z-index: 1;
  width: 100%;
  border-left: 1px solid #e3e3e3;
}
@media (max-width: 1025px) {
  .inquiry .table-1 {
    margin: 35px auto 0;
  }
}
@media (max-width: 992px) {
  .inquiry .table-1 {
    margin: 25px auto 0;
  }
}
@media (max-width: 767px) {
  .inquiry .table-1 {
    margin: 20px auto 0;
  }
}
.inquiry .table-1 th {
  background: #000000;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  padding: 17px 5px;
  text-align: center;
  line-height: 26px;
}
@media (max-width: 992px) {
  .inquiry .table-1 th {
    padding: 10px 5px;
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  .inquiry .table-1 th {
    padding: 8px 5px;
    font-size: 15px;
  }
}
@media (max-width: 321px) {
  .inquiry .table-1 th {
    font-size: 14px;
  }
}
.inquiry .table-1 .t-1 {
  width: 26.5%;
}
@media (max-width: 767px) {
  .inquiry .table-1 .t-1 {
    width: 32.5%;
  }
}
.inquiry .table-1 .t-2 {
  width: 22.6%;
}
@media (max-width: 767px) {
  .inquiry .table-1 .t-2 {
    width: 24.5%;
  }
}
.inquiry .table-1 td {
  text-align: center;
  color: #3b3b3b;
  font-size: 16px;
  padding: 10px 5px;
  line-height: 24px;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.inquiry .table-1 td .pic {
  padding: 2% 32% 0;
}
@media (max-width: 1367px) {
  .inquiry .table-1 td .pic {
    padding: 2% 30% 0;
  }
}
.inquiry .table-1 td .phone-pic {
  width: 100%;
  position: relative;
}
@media (min-width: 1025px) {
  .inquiry .table-1 td .phone-pic {
    display: none;
  }
}
.inquiry .table-1 td .phone-pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inquiry .preview {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .inquiry .preview {
    display: none;
  }
}
.inquiry .preview img {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
#preview > div {
  padding: 5px;
  background: #fff;
  width: 310px;
  height: 340px;
  text-align: center;
  border: 1px solid #cccccc;
}
#preview > div img {
  max-width: 100%;
}
#preview > div > p {
  text-align: center;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  overflow: hidden;
  padding: 0 5px;
  margin: 0;
}
@media (max-width: 992px) {
  .inquiry .table-1 td {
    padding: 8px 5px;
    line-height: 24px;
    font-size: 14px;
  }
}
@media (max-width: 361px) {
  .inquiry .table-1 td {
    padding: 8px 3px;
    font-size: 13px;
  }
}
@media (max-width: 321px) {
  .inquiry .table-1 td {
    padding: 5px 3px;
    font-size: 11px;
  }
}
/*products*/
.products {
  overflow: hidden;
  padding: 0 0 15px;
}
@media (max-width: 321px) {
  .products {
    padding: 0 0 30px;
  }
}
.products .part-1 {
  background: #f2f2f2;
  padding: 105px 0 90px;
}
@media (max-width: 1025px) {
  .products .part-1 {
    padding: 95px 0 70px;
  }
}
@media (max-width: 992px) {
  .products .part-1 {
    padding: 75px 0 45px;
  }
}
@media (max-width: 767px) {
  .products .part-1 {
    padding: 60px 0 30px;
  }
}
.products .product-box {
  width: 51.4%;
  position: relative;
  z-index: 1;
  float: left;
}
@media (max-width: 767px) {
  .products .product-box {
    width: 100%;
    float: none;
  }
}
.products .product-box:hover .txt {
  width: 40%;
  height: 63%;
}
@media (max-width: 1025px) {
  .products .product-box:hover .txt {
    height: 65%;
  }
}
@media (max-width: 992px) {
  .products .product-box:hover .txt {
    height: 72%;
  }
}
@media (max-width: 767px) {
  .products .product-box:hover .txt {
    height: 63%;
  }
}
@media (max-width: 376px) {
  .products .product-box:hover .txt {
    height: 67%;
  }
}
@media (max-width: 321px) {
  .products .product-box:hover .txt {
    height: 74%;
  }
}
.products .product-box:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.products .product-box .txt {
  position: absolute;
  left: -45px;
  top: -34px;
  background: #bcaf8c;
  height: 60%;
  width: 39%;
  z-index: 90;
  padding: 25px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
@media (max-width: 1367px) {
  .products .product-box .txt {
    left: -13px;
  }
}
@media (max-width: 1025px) {
  .products .product-box .txt {
    left: -35px;
    height: 63%;
    padding: 25px 15px;
  }
}
@media (max-width: 992px) {
  .products .product-box .txt {
    left: -15px;
    height: 70%;
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .products .product-box .txt {
    left: -10px;
    height: 63%;
    width: 42%;
  }
}
@media (max-width: 376px) {
  .products .product-box .txt {
    left: -10px;
    height: 67%;
    width: 42%;
  }
}
@media (max-width: 321px) {
  .products .product-box .txt {
    width: 45%;
    height: 74%;
    padding: 15px 10px;
  }
}
.products .product-box .txt big {
  display: block;
  color: #000000;
  height: 100px;
  overflow: hidden;
  font-size: 42px;
  line-height: 50px;
}
@media (max-width: 1367px) {
  .products .product-box .txt big {
    font-size: 36px;
    line-height: 44px;
    height: 88px;
  }
}
@media (max-width: 1025px) {
  .products .product-box .txt big {
    font-size: 32px;
    line-height: 40px;
    height: 80px;
  }
}
@media (max-width: 992px) {
  .products .product-box .txt big {
    font-size: 28px;
    line-height: 34px;
    height: 68px;
  }
}
@media (max-width: 767px) {
  .products .product-box .txt big {
    font-size: 25px;
    line-height: 32px;
    height: 64px;
  }
}
@media (max-width: 361px) {
  .products .product-box .txt big {
    font-size: 22px;
    line-height: 28px;
    height: 56px;
  }
}
@media (max-width: 321px) {
  .products .product-box .txt big {
    font-size: 20px;
    line-height: 26px;
    height: 52px;
  }
}
.products .product-box .txt small {
  display: block;
  color: #2e2d2d;
  font-size: 32px;
  height: 40px;
  margin: 5px 0 20px;
  overflow: hidden;
  line-height: 40px;
}
@media (max-width: 1025px) {
  .products .product-box .txt small {
    font-size: 28px;
    height: 32px;
    line-height: 32px;
    margin: 5px 0 10px;
  }
}
@media (max-width: 992px) {
  .products .product-box .txt small {
    font-size: 24px;
    height: 28px;
    line-height: 28px;
    margin: 5px 0 10px;
  }
}
@media (max-width: 361px) {
  .products .product-box .txt small {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    margin: 5px 0 10px;
  }
}
.products .product-box .txt p {
  display: block;
  color: #2e2d2d;
  font-size: 16px;
  height: 78px;
  overflow: hidden;
  line-height: 26px;
}
@media (max-width: 1025px) {
  .products .product-box .txt p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media (max-width: 992px) {
  .products .product-box .txt p {
    font-size: 14px;
    line-height: 22px;
    height: 66px;
  }
}
@media (max-width: 767px) {
  .products .product-box .txt p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
  }
}
@media (max-width: 376px) {
  .products .product-box .txt p {
    font-size: 11px;
    line-height: 18px;
    height: 52px;
  }
}
@media (max-width: 361px) {
  .products .product-box .txt p {
    font-size: 10px;
    line-height: 16px;
    height: 48px;
  }
}
.products .product-box .pro-border {
  width: 100%;
  position: absolute;
  left: 0;
  height: 0;
  height: 100%;
  padding: 0 30px 23px 0;
}
.products .product-box .pro-border .border {
  height: 100%;
  width: 100%;
  border: 8px solid #bcaf8c;
}
.products .product-box .pic {
  width: 100%;
  padding: 15px 0 0 15px;
}
.products .product-box .pic .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.products .product-box .pic .img img {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
.products .product-box .pic .img:after {
  content: "";
  display: block;
  padding-bottom: 64.2%;
}
.products .text {
  float: left;
  width: 48.6%;
  padding: 3% 0 0 40px;
}
@media (max-width: 1445px) {
  .products .text {
    padding: 15px 0 0 30px;
  }
}
@media (max-width: 1281px) {
  .products .text {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 992px) {
  .products .text {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  .products .text {
    width: 100%;
    float: none;
    padding: 20px 0 0;
  }
}
.products .text:hover .more {
  width: 210px;
  background: #bcaf8c;
}
.products .text:hover .more a {
  color: #000;
}
.products .text big {
  display: block;
  color: #181818;
  line-height: 56px;
  font-size: 48px;
}
@media (max-width: 1025px) {
  .products .text big {
    line-height: 46px;
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .products .text big {
    line-height: 36px;
    font-size: 30px;
  }
}
@media (max-width: 361px) {
  .products .text big {
    line-height: 32px;
    font-size: 28px;
  }
}
.products .text small {
  display: block;
  color: #181818;
  margin: 5px 0 15px;
  line-height: 32px;
  font-size: 30px;
}
@media (max-width: 992px) {
  .products .text small {
    line-height: 32px;
    font-size: 24px;
    margin: 3px 0 5px;
  }
}
.products .text p {
  display: block;
  color: #181818;
  line-height: 28px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .products .text p {
    line-height: 22px;
    font-size: 13px;
  }
}
.products .text .more {
  width: 185px;
  height: 48px;
  background: #000000;
  text-align: center;
  line-height: 48px;
  overflow: hidden;
  font-size: 20px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
@media (max-width: 1025px) {
  .products .text .more {
    float: left;
    font-size: 18px;
    margin: 15px 0 0 20px;
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .products .text .more {
    float: left;
    font-size: 16px;
    margin: 14px 0 0 15px;
    width: 140px;
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .products .text .more {
    float: none;
    margin: 15px 0 0;
    width: 130px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
  }
}
@media (max-width: 376px) {
  .products .text .more {
    width: 120px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
}
.products .text .more a {
  color: #fff;
  display: block;
}
.products .text ul {
  text-align: left;
  margin: 15px 15px 15px 0;
}
@media (max-width: 1025px) {
  .products .text ul {
    float: left;
    margin: 6px 0 0;
  }
}
@media (max-width: 767px) {
  .products .text ul {
    float: none;
    margin: 15px 0 0;
  }
}
.products .text ul li {
  display: inline-block;
  max-width: 80px;
  margin: 0 5px 0 0;
}
@media (max-width: 1025px) {
  .products .text ul li {
    max-width: 65px;
  }
}
@media (max-width: 992px) {
  .products .text ul li {
    max-width: 60px;
  }
}
@media (max-width: 376px) {
  .products .text ul li {
    max-width: 50px;
  }
}
@media (max-width: 321px) {
  .products .text ul li {
    max-width: 46px;
  }
}
.products .text ul li img {
  max-width: 100%;
}
.products .part-2 {
  padding: 90px 0;
}
@media (max-width: 1025px) {
  .products .part-2 {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .products .part-2 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .products .part-2 {
    padding: 35px 0 20px;
  }
}
@media (max-width: 321px) {
  .products .part-2 {
    padding: 25px 0 10px;
  }
}
.products .titlez {
  text-align: center;
  position: relative;
  z-index: 1;
}
.products .titlez:after {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 21px;
  background: #d8d8d8;
  position: absolute;
}
.products .titlez span {
  display: inline-block;
  color: #191818;
  font-size: 42px;
  position: relative;
  z-index: 50;
  overflow: hidden;
  padding: 0 20px;
  background: #fff;
  line-height: 42px;
  height: 42px;
}
@media (max-width: 992px) {
  .products .titlez span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .products .titlez span {
    font-size: 32px;
  }
}
@media (max-width: 361px) {
  .products .titlez span {
    font-size: 30px;
  }
}
@media (max-width: 321px) {
  .products .titlez span {
    font-size: 28px;
    padding: 0 15px;
  }
}
.products .products-main {
  margin: 55px -35px 65px;
}
@media (max-width: 1445px) {
  .products .products-main {
    margin: 55px -22px 45px;
  }
}
@media (max-width: 1025px) {
  .products .products-main {
    margin: 55px -25px 45px;
  }
}
@media (max-width: 992px) {
  .products .products-main {
    margin: 30px -7px 35px;
  }
}
@media (max-width: 767px) {
  .products .products-main {
    margin: 15px -5px 35px;
  }
}
@media (max-width: 321px) {
  .products .products-main {
    margin: 15px 0;
  }
}
.products .products-main li {
  float: left;
  width: 25%;
  padding: 18px 35px;
}
@media (max-width: 1445px) {
  .products .products-main li {
    padding: 10px 30px;
  }
}
@media (max-width: 1025px) {
  .products .products-main li {
    padding: 10px 25px;
    width: 33.33333333%;
  }
}
@media (max-width: 992px) {
  .products .products-main li {
    padding: 10px 7px;
  }
}
@media (max-width: 767px) {
  .products .products-main li {
    width: 50%;
    padding: 10px 5px;
  }
}
@media (max-width: 321px) {
  .products .products-main li {
    width: 100%;
    padding: 10px 0;
  }
}
.products .products-main li a {
  display: block;
}
.products .products-main li .pic {
  width: 39%;
  float: left;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .products .products-main li .pic {
    width: 35%;
  }
}
.products .products-main li .pic:after {
  content: "";
  display: block;
  padding-bottom: 78%;
}
.products .products-main li .txt {
  width: 61%;
  float: left;
  padding: 0 0 0 10px;
}
@media (max-width: 767px) {
  .products .products-main li .txt {
    width: 65%;
    padding: 0 0 0 8px;
  }
}
.products .products-main li .txt span {
  color: #272727;
  font-size: 18px;
  height: 24px;
  display: block;
  overflow: hidden;
  line-height: 24px;
}
@media (max-width: 767px) {
  .products .products-main li .txt span {
    font-size: 15px;
    height: 20px;
    line-height: 20px;
  }
}
.products .products-main li .txt p {
  color: #424242;
  font-size: 15px;
  height: 80px;
  overflow: hidden;
  margin: 7px 0 0;
  line-height: 20px;
}
@media (max-width: 1445px) {
  .products .products-main li .txt p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .products .products-main li .txt p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .products .products-main li .txt p {
    font-size: 12px;
    height: 72px;
    line-height: 18px;
  }
}
@media (max-width: 361px) {
  .products .products-main li .txt p {
    font-size: 11px;
    height: auto;
    max-height: 72px;
  }
}
.products .table-1 {
  margin: 50px auto 0;
  position: relative;
  z-index: 1;
  width: 100%;
  border-left: 1px solid #e3e3e3;
}
@media (max-width: 992px) {
  .products .table-1 {
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .products .table-1 {
    overflow: auto;
  }
}
@media (max-width: 321px) {
  .products .table-1 {
    margin: 10px auto 0;
  }
}
@media (max-width: 767px) {
  .products .table-1 table {
    width: 720px;
  }
}
.products .table-1 th {
  background: #000000;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  padding: 17px 5px;
  text-align: center;
  line-height: 26px;
}
@media (max-width: 992px) {
  .products .table-1 th {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .products .table-1 th {
    font-size: 16px;
    padding: 10px 5px;
  }
}
.products .table-1 .t-1 {
  width: 15%;
}
.products .table-1 .t-2 {
  width: 25%;
}
.products .table-1 td {
  color: #3b3b3b;
  font-size: 16px;
  padding: 30px 45px 22px;
  line-height: 24px;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 992px) {
  .products .table-1 td {
    padding: 15px 10px 12px;
    font-size: 13px;
  }
}
.products .table-1 .text-2,
.products .table-1 .text-3,
.products .table-1 .text-4 {
  position: relative;
  z-index: 1;
  color: #313131;
  margin: 7px 0;
  display: inline-block;
  width: 100%;
  line-height: 24px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .products .table-1 .text-2,
  .products .table-1 .text-3,
  .products .table-1 .text-4 {
    font-size: 13px;
  }
}
.products .table-1 .text-2 i,
.products .table-1 .text-3 i,
.products .table-1 .text-4 i {
  font-style: inherit;
  float: left;
  width: 56%;
  padding: 0 10px 0 0;
}
.products .table-1 .text-2 em,
.products .table-1 .text-3 em,
.products .table-1 .text-4 em {
  font-style: inherit;
  float: left;
  width: 44%;
}
.products .table-1 .text-3 i {
  width: 77%;
}
.products .table-1 .text-3 em {
  width: 23%;
}
.products .table-1 .text-4 {
  margin: 0;
}
.products .table-1 .text-4 i {
  width: 62%;
  text-align: center;
}
.products .table-1 .text-4 em {
  width: 38%;
}
/*reservation*/
.reservation {
  padding: 60px 0 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .reservation {
    padding: 40px 0 25px;
  }
}
@media (max-width: 767px) {
  .reservation {
    padding: 25px 0 20px;
  }
}
@media (max-width: 361px) {
  .reservation {
    padding: 20px 0;
  }
}
.reservation .text-1 {
  color: #232323;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .reservation .text-1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.reservation .reservation-main {
  margin: 75px auto 0;
}
@media (max-width: 1367px) {
  .reservation .reservation-main {
    margin: 55px auto 0;
  }
}
@media (max-width: 992px) {
  .reservation .reservation-main {
    margin: 35px auto 0;
  }
}
@media (max-width: 767px) {
  .reservation .reservation-main {
    margin: 25px auto 0;
  }
}
.reservation .reservation-main i {
  font-style: inherit;
  left: 0;
  top: 0;
  max-width: 100px;
  display: block;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 10px 0 0;
  position: absolute;
}
@media (max-width: 767px) {
  .reservation .reservation-main i {
    font-size: 14px;
    line-height: 24px;
    padding: 4px 10px 0 0;
  }
}
.reservation .reservation-main i:after {
  content: "*";
  position: absolute;
  right: 0;
  top: 13px;
  color: #ff0000;
  font-size: 22px;
}
@media (max-width: 767px) {
  .reservation .reservation-main i:after {
    top: 8px;
    font-size: 19px;
  }
}
.reservation .reservation-main .input-1 {
  width: 45%;
  position: relative;
}
.reservation .reservation-main li > font {
  color: #f30;
  display: none;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: -16px;
}
.reservation .reservation-main .input-1 font {
  color: #f30;
  display: none;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: -16px;
}
.reservation .reservation-main .textarea-1 font {
  color: #f30;
  display: none;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: -16px;
}
.reservation .reservation-main .input-2 font {
  color: #f30;
  display: none;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: -16px;
}
@media (max-width: 767px) {
  .reservation .reservation-main .input-1 {
    width: 100%;
  }
}
.reservation .reservation-main .input-2 {
  width: 34%;
  position: relative;
}
@media (max-width: 767px) {
  .reservation .reservation-main .input-2 {
    width: 82%;
  }
}
.reservation .reservation-main .textarea-1 {
  width: 100%;
  position: relative;
}
@media (max-width: 1367px) {
  .reservation .reservation-main .textarea-1 {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .reservation .reservation-main .textarea-1 {
    width: 90%;
  }
}
.reservation .reservation-main input {
  width: 100%;
  border: none;
  font-family: "microsoft yahei";
  color: #797979;
  font-size: 14px;
  background: #f1f1f1;
  padding: 12px 15px;
}
.reservation .reservation-main input::-webkit-input-placeholder {
  color: #afafaf;
}
.reservation .reservation-main input:focus {
  border: 1px rgba(0, 0, 0, 0.051) solid;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .reservation .reservation-main input {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .reservation .reservation-main input {
    padding: 9px 15px;
  }
}
@media (max-width: 361px) {
  .reservation .reservation-main input {
    padding: 8px 15px;
  }
}
.reservation .reservation-main textarea {
  width: 100%;
  height: 130px;
  border: none;
  font-family: "microsoft yahei";
  color: #797979;
  font-size: 14px;
  background: #f1f1f1;
  padding: 12px 15px;
}
.reservation .reservation-main textarea::-webkit-input-placeholder {
  color: #aeaeae;
}
.reservation .reservation-main textarea:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .reservation .reservation-main textarea {
    height: 90px;
  }
}
.reservation .reservation-main select {
  width: 100%;
  border: none;
  font-family: "microsoft yahei";
  color: #666;
  font-size: 14px;
  background: #f1f1f1;
  padding: 11px 15px;
  background: url("../images/select.png") no-repeat right center #f1f1f1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.reservation .reservation-main select::-webkit-input-placeholder {
  color: #aeaeae;
}
@media (max-width: 992px) {
  .reservation .reservation-main select {
    background-size: 20px auto;
  }
}
@media (max-width: 767px) {
  .reservation .reservation-main select {
    padding: 8px 5px 8px 10px;
    background-size: 20px auto;
  }
}
@media (max-width: 361px) {
  .reservation .reservation-main select {
    padding: 7px 5px 7px 10px;
  }
}
.reservation .reservation-main li {
  width: 100%;
  display: inline-block;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
  padding: 0 0 0 105px;
}
@media (max-width: 767px) {
  .reservation .reservation-main li {
    padding: 0 0 0 88px;
    margin: 0 auto 13px;
  }
}
.reservation .reservation-main li span {
  float: left;
  display: block;
  width: 15.2%;
}
@media (max-width: 992px) {
  .reservation .reservation-main li span {
    width: 19.2%;
  }
}
@media (max-width: 767px) {
  .reservation .reservation-main li span {
    width: 82%;
  }
}
.reservation .reservation-main li em {
  font-style: inherit;
  float: left;
  display: block;
  width: 21%;
}
@media (max-width: 767px) {
  .reservation .reservation-main li em {
    width: 82%;
  }
}
.reservation .reservation-main li strong {
  float: left;
  display: block;
  width: 76%;
}
@media (max-width: 767px) {
  .reservation .reservation-main li strong {
    width: 82%;
  }
}
.reservation .reservation-main li small {
  display: block;
  width: 45px;
  float: left;
  text-align: center;
  color: #1e1e1e;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .reservation .reservation-main li small {
    width: 34px;
  }
}
@media (max-width: 767px) {
  .reservation .reservation-main li small {
    line-height: 32px;
    font-size: 14px;
  }
}
.reservation .reservation-main li #send {
  display: block;
  float: right;
  width: 270px;
  height: 50px;
  background: #333333;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin: 5px 0 0;
  font-size: 18px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
@media (max-width: 767px) {
  .reservation .reservation-main li #send {
    width: 240px;
    height: 44px;
    line-height: 44px;
    margin: 0;
  }
}
@media (max-width: 361px) {
  .reservation .reservation-main li #send {
    width: 220px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}
.reservation .reservation-main li #send:hover {
  width: 250px;
}
/*warranty*/
.warranty {
  overflow: hidden;
  padding: 140px 0 85px;
}
@media (max-width: 1025px) {
  .warranty {
    padding: 65px 0 70px;
  }
}
@media (max-width: 767px) {
  .warranty {
    padding: 10px 0 40px;
  }
}
@media (max-width: 321px) {
  .warranty {
    padding: 10px 0 35px;
  }
}
.warranty img {
  max-width: 100%;
}
.warranty .text-1 {
  color: #232323;
  font-size: 16px;
  line-height: 30px;
  margin: 0 auto 60px;
}
@media (max-width: 1025px) {
  .warranty .text-1 {
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .warranty .text-1 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto 20px;
  }
}
.warranty .warranty-1 {
  padding: 0 0 30px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #a9a9a9;
}
@media (max-width: 767px) {
  .warranty .warranty-1 {
    padding: 0 0 50px;
  }
}
.warranty .warranty-1 .text-2 {
  color: #000000;
  font-size: 18px;
  margin: 14px 0;
  line-height: 28px;
}
@media (max-width: 767px) {
  .warranty .warranty-1 .text-2 {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
  }
}
@media (max-width: 361px) {
  .warranty .warranty-1 .text-2 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 321px) {
  .warranty .warranty-1 .text-2 {
    font-size: 14px;
    line-height: 20px;
  }
}
.warranty .warranty-1 .check {
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 160px;
  height: 50px;
  font-size: 20px;
  line-height: 49px;
  text-align: center;
  color: #fff;
  background: #000;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
@media (max-width: 767px) {
  .warranty .warranty-1 .check {
    width: 135px;
    height: 40px;
    font-size: 15px;
    line-height: 39px;
  }
}
@media (max-width: 361px) {
  .warranty .warranty-1 .check {
    width: 135px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
  }
}
.warranty .warranty-1 .check:hover {
  width: 180px;
}
.warranty .img-1 {
  position: relative;
  z-index: 1;
  margin: 45px auto 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .warranty .img-1 {
    margin: 25px auto 30px;
  }
}
.warranty .img-1:after {
  content: "";
  display: block;
  padding-bottom: 34.5%;
}
.warranty .img-1 .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10% 10px 0;
  z-index: 50;
}
@media (max-width: 767px) {
  .warranty .img-1 .txt {
    padding: 5% 10px 0;
  }
}
.warranty .img-1 .txt .img-2 {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .warranty .img-1 .txt .img-2 {
    width: 60%;
  }
}
.warranty .img-1 .txt .img-3 {
  text-align: center;
  margin: 10px auto 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .warranty .img-1 .txt .img-3 {
    width: 90%;
    margin: 5px auto 0;
  }
}
.warranty .img-1 .more {
  z-index: 50;
  width: 230px;
  height: 52px;
  margin: 3% auto 0;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  background: #ceb78b;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
@media (max-width: 767px) {
  .warranty .img-1 .more {
    width: 40%;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
  }
}
@media (max-width: 376px) {
  .warranty .img-1 .more {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .warranty .img-1 .more {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.warranty .img-1 .more a {
  display: block;
  color: #000;
}
.warranty .img-1 .more:hover {
  width: 210px;
}
.warranty .text-3 {
  text-align: center;
  color: #000000;
  font-size: 37px;
  line-height: 46px;
}
@media (max-width: 767px) {
  .warranty .text-3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 376px) {
  .warranty .text-3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 361px) {
  .warranty .text-3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.warranty .tablez {
  margin: 30px auto 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .warranty .tablez {
    margin: 15px auto 0;
  }
}
@media (max-width: 376px) {
  .warranty .tablez {
    overflow: auto;
  }
}
@media (max-width: 376px) {
  .warranty .tablez table {
    width: 390px;
  }
}
.warranty .tablez tr {
  border-bottom: 1px solid #cccccc;
}
.warranty .tablez th {
  padding: 10px 10px 5px;
  color: #000000;
  font-size: 17px;
  line-height: 26px;
  font-weight: 100;
  border-right: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .warranty .tablez th {
    line-height: 20px;
    font-size: 13px;
  }
}
.warranty .tablez td {
  border-right: 1px solid #cccccc;
  color: #000000;
  font-size: 17px;
  padding: 16px 10px 16px 25px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .warranty .tablez td {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .warranty .tablez td {
    padding: 6px 3px;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
  }
}
.warranty .tablez b {
  font-size: 24px;
}
@media (max-width: 991px) {
  .warranty .tablez b {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .warranty .tablez b {
    font-size: 13px;
  }
}
.warranty .tablez .pic {
  overflow: hidden;
}
.warranty .tablez .t-1 {
  width: 19%;
}
@media (max-width: 767px) {
  .warranty .tablez .t-1 {
    width: 20%;
  }
}
.warranty .tablez .t-2 {
  width: 47%;
}
@media (max-width: 767px) {
  .warranty .tablez .t-2 {
    width: 42%;
  }
}
.warranty .tablez .t-3 {
  width: 26%;
}
@media (max-width: 767px) {
  .warranty .tablez .t-3 {
    width: 24%;
  }
}
.warranty .tablez p {
  text-align: center;
}
.warranty .tablez em {
  font-style: inherit;
  display: block;
  margin: 6px 0 20px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .warranty .tablez em {
    line-height: 24px;
    margin: 5px 0;
  }
}
/*banner*/
.tp-simpleresponsive > ul li {
  list-style: none;
  position: absolute;
  visibility: hidden;
}
.tp-caption {
  z-index: 1;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
}
.banner-text1 {
  position: absolute;
  top: 36.5%;
  left: auto !important;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-family: "黑体";
  font-size: 70px;
  color: #c7a365;
  line-height: 70px;
}
@media (max-width: 767px) {
  .banner-text1 {
    top: 40%;
  }
}
@media (max-width: 376px) {
  .banner-text1 {
    top: 35%;
  }
}
.banner-text2 {
  top: 59%;
  position: absolute;
  left: 50% !important;
  margin-left: -20px;
  width: 40px;
  height: 106px;
  text-align: center;
  animation: bmove 3s infinite;
}
.banner-text2 img {
  margin: 0 auto;
  text-align: center;
}
@keyframes bmove {
  50% {
    top: 62%;
  }
}
.banner-text3 {
  top: 28%;
  position: absolute;
  left: 17% !important;
  color: #c7a365;
  font-family: "黑体";
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 992px) {
  .banner-text3 {
    top: 32%;
  }
}
@media (max-width: 767px) {
  .banner-text3 {
    top: 20%;
  }
}
.banner-text4 {
  top: 38%;
  position: absolute;
  left: 17% !important;
}
@media (max-width: 992px) {
  .banner-text4 {
    top: 42%;
  }
}
@media (max-width: 767px) {
  .banner-text4 {
    top: 33%;
  }
}
.banner-text5 {
  top: 28%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: absolute;
  left: auto !important;
}
@media (max-width: 1367px) {
  .banner-text5 {
    top: 25%;
  }
}
@media (max-width: 767px) {
  .banner-text5 {
    top: 10%;
  }
}
.banner-text5 img {
  margin: 0 auto;
  text-align: center;
}
.banner-text6 {
  top: 38%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  width: 100%;
  left: auto !important;
}
@media (max-width: 1367px) {
  .banner-text6 {
    top: 35%;
  }
}
@media (max-width: 767px) {
  .banner-text6 {
    top: 22%;
  }
}
.banner-text6 span {
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 26px;
  font-size: 20px;
  vertical-align: middle;
  margin: 5px 12px;
}
@media (max-width: 1367px) {
  .banner-text6 span {
    line-height: 20px;
    font-size: 16px;
    margin: 4px 12px;
  }
}
@media (max-width: 992px) {
  .banner-text6 span {
    line-height: 20px;
    font-size: 14px;
    margin: 2px 5px;
  }
}
@media (max-width: 767px) {
  .banner-text6 span {
    line-height: 14px;
    font-size: 8px;
    margin: 0 4px;
  }
}
@media (max-width: 321px) {
  .banner-text6 span {
    line-height: 12px;
    font-size: 6px;
    margin: 0 2px;
  }
}
.banner-text7 {
  top: 28%;
  position: absolute;
  left: 17% !important;
  color: #c7a365;
  font-family: "黑体";
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 992px) {
  .banner-text7 {
    top: 32%;
  }
}
@media (max-width: 767px) {
  .banner-text7 {
    top: 25%;
  }
}
.text-03 {
  position: absolute;
  color: #fff;
  font-size: 16px;
  left: 20% !important;
  top: 35% !important;
}
.text-04 {
  position: absolute;
  color: #fff;
  font-size: 16px;
  left: 50% !important;
  top: 50% !important;
  margin-left: -340px !important;
}
.btn-slide {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  height: 50px;
  border-radius: 8px;
  line-height: 49px;
  width: 200px;
  background: #db1525;
}
a.btn-slide {
  display: block;
}
.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
}
.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 0;
  float: left;
  margin-top: 0;
  margin-left: 3px;
}
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 10px;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background: url("../images/circle-cur.png") no-repeat center;
}
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
}
.tparrows .tp-arr-imgholder {
  display: none;
}
.tparrows .tp-arr-titleholder {
  display: none;
}
.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px;
}
.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0;
}
.tp-leftarrow .square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0;
  margin-top: 0;
}
.tp-leftarrow .square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0;
  margin-top: 0;
}
.tp-rightarrow .square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0;
  margin-top: 0;
}
.tp-rightarrow .square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0;
  margin-top: 0;
}
.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
}
.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-position: bottom left;
}
.main-flexslider .flex-direction-nav a,
.portfolio-flexslider .flex-direction-nav a,
.tp-leftarrow.default,
.tp-rightarrow.default {
  text-align: center;
  width: 60px;
  height: 65px;
  display: none;
  top: 50%!important;
  background: url("../images/banner-arrows.png") 0 2px no-repeat;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.main-flexslider .flex-direction-nav a:hover,
.portfolio-flexslider .flex-direction-nav a:hover,
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
  opacity: 0.75;
}
.main-flexslider .flex-direction-nav a,
.portfolio-flexslider .flex-direction-nav a,
.tp-rightarrow.default {
  background-position: -65px 1px;
}
.ms-skin-metro .ms-nav-next,
.ms-skin-metro .ms-nav-prev {
  background: url("../images/banner-arrows.png") 0 2px no-repeat !important;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  width: 60px!important;
  height: 65px!important;
  left: 0!important;
  transition: border 0.3s;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
}
.tp-bullets.simplebullets.round .bullet {
  background: url("../images/circle.png") no-repeat center;
  margin: 0 2px;
}
.banner-ie8 {
  display: none;
}
.teenagers-tab {
  margin: 50px auto 0;
}
.teenagers-tab .tab-3 {
  height: 47px;
  margin-top: 30px;
  line-height: 47px;
  background-color: #063519;
}
.teenagers-tab .tab-3 li {
  color: #fff;
  float: left;
  width: 160px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.teenagers-tab .tab-3 li:before {
  content: "";
  width: 100%;
  height: 51px;
  top: -2px;
  left: 0;
  display: none;
  position: absolute;
  background-color: #011509;
}
.teenagers-tab .tab-3 li span {
  z-index: 9;
  width: 160px;
  height: 47px;
  display: inline-block;
  padding: 0 10px;
  overflow: hidden;
  line-height: 47px;
  position: relative;
}
.teenagers-tab .tab-3 li.active:before {
  display: block;
}
.teenagers-tab .tab-cot {
  padding: 30px;
  display: none;
  font-size: 14px;
  border: solid 2px #b9b9b9;
  border-top: 0;
}
.teenagers-tab .tab-cot a {
  padding: 10px 20px;
  color: #5b5b5b;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.teenagers-tab .tab-cot a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 13px;
  width: 1px;
  height: 16px;
  background: #E1DFDF;
}
.teenagers-tab .tab-cot a:hover {
  color: #fff;
  background-image: none;
  background-color: #063519;
}
/*map*/
.map_main {
  border: 1px solid #ccc;
  margin: 50px 0;
  display: inline-block;
  width: 100%;
}
.map {
  margin: 50px auto 80px;
}
@media (max-width: 768px) {
  .map {
    margin: 0 auto 30px;
  }
}
.map dl {
  margin: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #A8AFB1;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dl:hover dt a {
  color: #fff;
}
.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  background: #bcaf8c;
}
.map dt:hover {
  background: #343434;
}
.map dt a {
  color: #000;
  display: block;
  line-height: 40px;
}
.map dt a:hover {
  color: #fff;
  font-weight: bold;
}
.map dd {
  font-size: 12px;
  display: block;
  overflow: hidden;
  float: left;
  width: 85%;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #bcaf8c;
  font-size: 13px;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  padding: 0 20px 0 10px;
}
.map dd div a {
  color: #333;
  line-height: 40px;
  float: left;
  padding: 0 10px;
}
.map dd div a:hover {
  color: #003e7e;
  background: #565966;
  color: #fff;
}
@media (max-width: 767px) {
  .w1004 {
    max-width: 1100px;
    margin: 20px 10px 60px;
    border: solid 1px #cfcfcf;
    border-radius: 2px;
    padding: 20px;
    background: #fff;
  }
  .map dt {
    width: 100%;
  }
  .map dd {
    width: 85%;
  }
}
.mobile-footer-menu {
  display: none;
  height: 54px;
}
@media (max-width: 991px) {
  .mobile-footer-menu {
    display: block;
    width: 100%;
    background: #ceb78b;
    padding: 5px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    list-style: none;
    font-size: 12px;
  }
  .mobile-footer-menu li {
    width: 25%;
    float: left;
    position: relative;
  }
  .mobile-footer-menu li:after {
    content: "";
    position: absolute;
    height: 42px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    right: 0;
    top: 2px;
  }
  .mobile-footer-menu li span {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .mobile-footer-menu li em {
    font-style: normal;
    text-align: center;
    display: block;
    color: #202020;
    height: 20px;
    margin: 2px auto 0;
    line-height: 20px;
    overflow: hidden;
  }
  .mobile-footer-menu li:last-child:after {
    display: none;
  }
}
/*join*/
.join {
  overflow: hidden;
  padding: 0 0 60px;
}
@media (max-width: 767px) {
  .join {
    padding: 0 0 40px;
  }
}
.join img {
  max-width: 100%;
}
.join .img-01 {
  overflow: hidden;
  margin: 80px auto 45px;
}
@media (max-width: 1367px) {
  .join .img-01 {
    margin: 60px auto 35px;
  }
}
@media (max-width: 767px) {
  .join .img-01 {
    margin: 35px auto 20px;
  }
}
@media (max-width: 376px) {
  .join .img-01 {
    margin: 28px auto 12px;
  }
}
.join .text-1 {
  color: #2f2f2f;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .join .text-1 {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 376px) {
  .join .text-1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.join .join-1 {
  font-family: "microsoft yahei";
  margin: 65px auto 0;
  border-top: 1px solid #c7a365;
}
@media (max-width: 992px) {
  .join .join-1 {
    margin: 45px auto 0;
  }
}
@media (max-width: 767px) {
  .join .join-1 {
    margin: 30px auto 0;
  }
}
.join .join-1 .title-2 {
  background: #c7a365;
  color: #fff;
  font-size: 15px;
  padding: 8px 20px;
  margin: 0 0 15px;
  display: inline-table;
}
@media (max-width: 767px) {
  .join .join-1 .title-2 {
    padding: 6px 15px;
  }
}
.join .join-1 .text-2 {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.join .join-1 .title-3 {
  background: #ceb78b;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin: 35px 0 10px;
}
@media (max-width: 767px) {
  .join .join-1 .title-3 {
    margin: 20px 0 10px;
  }
}
.join .join-1 .text-3 {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.downbox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 999;
  background: url("../images/maskz.png");
}
.downbox .mainbox {
  width: 310px;
  height: 160px;
  position: absolute;
  background: #fff;
  left: 50%;
  margin-left: -155px;
  top: 50%;
  padding: 30px 20px 10px;
  margin-top: -80px;
}
@media (max-width: 767px) {
  .downbox .mainbox {
    width: 280px;
    margin-left: -140px;
  }
}
@media (max-width: 361px) {
  .downbox .mainbox {
    width: 240px;
    padding: 20px 15px 10px;
    margin-left: -120px;
    height: 150px;
    margin-top: -75px;
  }
}
.downbox .mainbox .down-close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 24px;
  border-radius: 50%;
  height: 24px;
}
.downbox .mainbox dl dd {
  margin: 0 0 10px;
}
.downbox .mainbox dl dd span {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 0 0 55px;
}
.downbox .mainbox dl dd span font {
  color: #f30;
  display: none;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: -16px;
}
.downbox .mainbox dl dd span i {
  font-style: inherit;
  width: 52px;
  height: 246px;
  line-height: 26px;
  color: #000000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}
.downbox .mainbox dl dd span input {
  width: 100%;
  border: none;
  font-family: "microsoft yahei";
  color: #797979;
  font-size: 12px;
  border: 1px solid #f1f1f1;
  padding: 5px 10px;
}
.downbox .mainbox dl dd span input::-webkit-input-placeholder {
  color: #afafaf;
}
.downbox .mainbox dl dd span input:focus {
  border: 1px rgba(0, 0, 0, 0.051) solid;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.downbox .mainbox dl dd .dsure {
  width: 80px;
  height: 26px;
  margin: 15px auto 0;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 12px;
  display: block;
  background: #ceb78b;
}
.downbox .mainbox dl dd .dsure:hover {
  background: #c7a365;
}
/*搜索弹出层*/
.search_mask {
  background: url("../images/search_mask.png");
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: none;
}
.search_mask .s_box {
  width: 350px;
  height: 136px;
  padding: 25px;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  position: absolute;
  margin-top: -68px;
  background: #fff;
}
.search_mask .s_box .text1 {
  text-align: center;
  line-height: 24px;
  color: #666;
  font-size: 16px;
}
.search_mask .s_box .sure {
  width: 140px;
  height: 36px;
  display: block;
  margin: 20px auto 0;
  background: #00a0e9;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  letter-spacing: 5px;
}
.banner-pc {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .banner-pc {
    display: none;
  }
}
.banner-pc .pic {
  position: relative;
  z-index: 1;
}
.banner-pc .pic:after {
  content: "";
  display: block;
  padding-bottom: 43.2%;
}
.banner-pc .pic .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.banner-pc .pic .img-1 {
  overflow: hidden;
  max-width: 362px;
}
@media (max-width: 1367px) {
  .banner-pc .pic .img-1 {
    max-width: 320px;
  }
}
@media (max-width: 1025px) {
  .banner-pc .pic .img-1 {
    max-width: 240px;
  }
}
.banner-pc .pic .img-1 img {
  max-width: 100%;
}
.banner-pc .pic .img-2 {
  max-width: 467px;
  text-align: center;
  overflow: hidden;
  margin: 16% auto 5px;
}
@media (max-width: 1601px) {
  .banner-pc .pic .img-2 {
    margin: 12% auto 10px;
  }
}
@media (max-width: 1445px) {
  .banner-pc .pic .img-2 {
    max-width: 400px;
  }
}
@media (max-width: 1367px) {
  .banner-pc .pic .img-2 {
    margin: 12% auto 10px;
    max-width: 370px;
  }
}
@media (max-width: 1281px) {
  .banner-pc .pic .img-2 {
    margin: 10% auto 10px;
  }
}
@media (max-width: 1025px) {
  .banner-pc .pic .img-2 {
    max-width: 320px;
  }
}
.banner-pc .pic .img-2 img {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.banner-pc .pic .img-3 {
  margin: 23% 0 0;
  max-width: 422px;
  overflow: hidden;
}
@media (max-width: 1601px) {
  .banner-pc .pic .img-3 {
    margin: 15% 0 10px;
    max-width: 370px;
  }
}
@media (max-width: 1445px) {
  .banner-pc .pic .img-3 {
    max-width: 300px;
  }
}
@media (max-width: 1367px) {
  .banner-pc .pic .img-3 {
    max-width: 260px;
  }
}
.banner-pc .pic .img-3 img {
  max-width: 100%;
}
.banner-pc .slick-dots li.slick-active button {
  background: #fff;
}
.banner-pc .slick-dots li button {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #626262;
}
.banner-pc .slick-dots {
  bottom: 32px;
}
@media (max-width: 1281px) {
  .banner-pc .slick-dots {
    bottom: 20px;
  }
}
.banner-pc .b-ct {
  position: relative;
  z-index: 1;
}
.banner-pc .b-ct .pic {
  position: relative;
  z-index: 1;
}
.banner-pc .b-ct .pic:after {
  content: "";
  display: block;
  padding-bottom: 43.2%;
}
.banner-pc .b-ct .container {
  position: absolute;
  z-index: 50;
  height: 500px;
  width: 80%;
  left: 50%;
  margin-left: -630px;
  top: 0;
  width: 1260px;
}
@media (max-width: 1445px) {
  .banner-pc .b-ct .container {
    padding: 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .banner-pc .b-ct .container {
    width: 970px;
    margin-left: -485px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-pc .b-ct .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .banner-pc .b-ct .container {
    width: 100%;
  }
}
.banner-pc .text-1 {
  font-size: 70px;
  color: #c7a365;
  font-family: "黑体";
  text-align: center;
  margin: 18% auto 0;
  max-height: 240px;
  overflow: hidden;
  line-height: 80px;
}
@media (max-width: 1445px) {
  .banner-pc .text-1 {
    font-size: 60px;
    line-height: 70px;
    max-height: 210px;
  }
}
@media (max-width: 1281px) {
  .banner-pc .text-1 {
    font-size: 50px;
    line-height: 60px;
    max-height: 180px;
  }
}
.banner-pc .text-2 {
  font-size: 60px;
  color: #c7a365;
  font-family: "黑体";
  margin: 18% 0 10px;
  height: 70px;
  overflow: hidden;
  line-height: 70px;
}
@media (max-width: 1601px) {
  .banner-pc .text-2 {
    margin: 12% 0 10px;
    font-size: 56px;
    line-height: 64px;
    height: 64px;
  }
}
@media (max-width: 1445px) {
  .banner-pc .text-2 {
    margin: 10% 0 10px;
    font-size: 52px;
    line-height: 60px;
    height: 60px;
  }
}
@media (max-width: 1367px) {
  .banner-pc .text-2 {
    margin: 10% 0 10px;
    font-size: 46px;
    line-height: 56px;
    height: 56px;
  }
}
@media (max-width: 1281px) {
  .banner-pc .text-2 {
    font-size: 40px;
    height: 46px;
    line-height: 46px;
    margin: 12% 0 2px;
  }
}
.banner-pc .text-3 {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.banner-pc .text-3 span {
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 26px;
  font-size: 20px;
  vertical-align: middle;
  margin: 5px 12px;
}
@media (max-width: 1445px) {
  .banner-pc .text-3 span {
    line-height: 22px;
    font-size: 16px;
  }
}
@media (max-width: 1367px) {
  .banner-pc .text-3 span {
    line-height: 16px;
    font-size: 14px;
  }
}
@media (max-width: 1025px) {
  .banner-pc .text-3 span {
    line-height: 14px;
    font-size: 13px;
  }
}
@media (min-width: 993px) {
  .banner-phone {
    display: none;
  }
}
.banner-phone .b-ct {
  position: relative;
  z-index: 1;
}
.banner-phone .b-ct .pic {
  position: relative;
  z-index: 1;
}
.banner-phone .b-ct .pic:after {
  content: "";
  display: block;
  padding-bottom: 54.4%;
}
.banner-phone .slick-dots li.slick-active button {
  background: #fff;
}
.banner-phone .slick-dots li button {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #626262;
}
@media (max-width: 767px) {
  .banner-phone .slick-dots li button {
    margin: 0 1px;
  }
}
@media (max-width: 361px) {
  .banner-phone .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.banner-phone .slick-dots {
  bottom: 20px;
}
@media (max-width: 767px) {
  .banner-phone .slick-dots {
    bottom: 15px;
  }
}
@media (max-width: 361px) {
  .banner-phone .slick-dots {
    bottom: 12px;
  }
}
/*zhizun*/
.zhizun {
  position: absolute;
  width: 100%;
  top: -46px;
  left: 0;
  z-index: 100;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .zhizun {
    top: -43px;
  }
}
@media (max-width: 767px) {
  .zhizun {
    top: 0;
  }
}
.zhizun .zhizun-text {
  color: #c7a365;
  font-size: 24px;
}
@media (max-width: 1025px) {
  .zhizun .zhizun-text {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .zhizun .zhizun-text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .zhizun .zhizun-text {
    font-size: 17px;
  }
}
@media (max-width: 321px) {
  .zhizun .zhizun-text {
    font-size: 16px;
  }
}
.title-p {
  margin: 10px auto 25px;
  text-align: center;
  font-size: 0;
}
@media (max-width: 1025px) {
  .title-p {
    margin: 0 auto 15px;
  }
}
@media (max-width: 992px) {
  .title-p {
    margin: 0 auto 10px;
  }
}
.title-p .left1 {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  padding: 0 5px 0 0;
  border-right: 1px solid #B1A482;
}
@media (max-width: 992px) {
  .title-p .left1 {
    padding: 0 8px 0 0;
  }
}
.title-p .left1 em {
  display: none;
  height: 36px;
  text-align: center;
  line-height: 36px;
  overflow: hidden;
  color: #000;
  font-style: inherit;
  display: block;
  font-size: 32px;
}
@media (max-width: 1025px) {
  .title-p .left1 em {
    height: 32px;
    line-height: 32px;
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .title-p .left1 em {
    height: 26px;
    line-height: 26px;
    font-size: 20px;
  }
}
@media (max-width: 361px) {
  .title-p .left1 em {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
}
.title-p .left1 i {
  display: none;
  height: 24px;
  text-align: center;
  display: block;
  font-style: inherit;
  line-height: 24px;
  overflow: hidden;
  color: #000;
  font-size: 21px;
}
@media (max-width: 1025px) {
  .title-p .left1 i {
    height: 22px;
    line-height: 22px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .title-p .left1 i {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
}
@media (max-width: 361px) {
  .title-p .left1 i {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
  }
}
.title-p .right1 {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  padding: 0 0 0 5px;
  line-height: 30px;
  color: #000;
  height: 60px;
  overflow: hidden;
  font-size: 26px;
}
@media (max-width: 1025px) {
  .title-p .right1 {
    height: 56px;
    line-height: 28px;
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .title-p .right1 {
    height: 50px;
    line-height: 25px;
    font-size: 18px;
  }
}
@media (max-width: 361px) {
  .title-p .right1 {
    height: 44px;
    line-height: 22px;
    font-size: 16px;
    padding: 0 0 0 12px;
  }
}
