/* CSS Document */

/* ---------- header ---------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 134px;
  background:url(../images/top_bg.jpg) repeat-x #fff;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

.header-con {
  position: relative;
  margin: auto;
  padding: 0 20px;
  max-width: 1320px;
}
.header-logo {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100px;
}
.header-logo a {
  display: block;
  padding-top: 50px;
}
.header-logo a img {
  max-width: 200px;          /* 修改logo宽度 */
  max-height:100px;
  transform: translateY(-50%);
}

/* navigation */
#header-nav-wrap {
  text-align: center;
}
#header-nav-wrap .header-main-nav {
  height: 100px;
  font-size: 18px;
}
#header-nav-wrap .header-main-nav li {
  display: inline-block;
  padding: 0 18px;
}
#header-nav-wrap .header-main-nav li a {
  display: inline-block;
  padding: 0 4px;
  color: #333;
  line-height: 98px;
}
#header-nav-wrap .header-main-nav li a:hover {
  color: #58bc4c;
}
#header-nav-wrap .header-main-nav li.current a {
  border-bottom: 2px solid #58bc4c;
  color: #58bc4c;
}

.header-bar {
  position: absolute;
  top: 0;
  right: 20px;
  padding-top: 35px;
  z-index: 100;
}
.header-search {
  float: left;
  padding: 0 40px;
}
.header-search .search-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/search-ico.png") no-repeat center;
}
.header-tel {
  float: left;
  position: relative;
  padding-left: 26px;
  height: 30px;
  font-family: "PFDinTextPro-Light";
  font-size: 24px;
  color: #58bc4c;
  line-height: 34px;
}
.header-tel .tel-ico {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: url("../images/tel-ico.png") no-repeat center;
}

/* header scroll top */
#header.on {
  box-shadow: 0 0 12px rgba(0,0,0,.1);
}

/* header blank */
.header-blank {
  height: 134px;
}

/* menu trigger */
.header-menu-toggle {
  display: none;
  position: fixed;
  top: 12px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  line-height: 40px;
  transition: all 0.3s ease-in-out;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
  color: #fff;
}

.header-menu-toggle span {
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  right: auto;
  bottom: auto;
  margin-top: -1px;
  width: 24px;
  height: 2px;
  background: #ababab;
  font: 0/0 a;
  color: transparent;
  transition: all 0.5s ease-in-out;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: "";
  transition: all 0.5s ease-in-out;
}

.header-menu-toggle span::before {
  top: -9px;
}

.header-menu-toggle span::after {
  bottom: -9px;
}

.header-menu-toggle.is-clicked span {
  background: rgba(255,255,255,0);
  transition: all 0.1s ease-in-out;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
  background: #888;
}

.header-menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.pcwd{width:1360px;margin:auto;}
.pc_top_1{float:left;widtH:50%;line-height:33px;color:#555}
.pc_top_1 span{color:#e96632}
.pc_top_2{float:right;widtH:50%;line-height:33px;color:#666;text-align:right}

@media (max-width:1359px){
  .pcwd{width:96%;margin:auto}
}
/* responsive */
@media only screen and (max-width: 1440px) {
  #header-nav-wrap .header-main-nav li {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 1024px) {
  #header {
    height: 64px;
  }
  #header{background:#fff}
  .pcwd{display:none}

  .header-con {
    padding: 0;
  }

  .header-logo {
    height: 64px;
  }
  .header-logo a {
    padding-top: 32px;
  }
  .header-logo a img {
    width: 90px;
  }

  #header-nav-wrap {
    display: none;
    left: 0;
    right: 0;
    padding: 100px 40px 40px;
    background: #fafafa;
    box-shadow: 0 0 24px rgba(0,0,0,0.1);
  }
  #header-nav-wrap .header-main-nav {
    height: auto;
  }
  #header-nav-wrap .header-main-nav li {
    display: block;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  #header-nav-wrap .header-main-nav li a {
    display: block;
    padding: 16px 0;
    color: #666;
    line-height: 20px;
  }
  #header-nav-wrap .header-main-nav li.current a {
    border-bottom: none;
  }
  
  #header.on #header-nav-wrap .header-main-nav li a {
    color: #666;
  }

  .header-bar {
    position: static;
    padding-top: 0;
  }
  .header-search {
    float: none;
    padding: 20px 0;
    height: auto;
    border-left: none;
  }
  .header-search .search-btn {
    display: inline-block;
    width: 100%;
    height: 48px;
    background: url("../images/search-ico.png") no-repeat center rgba(0, 0, 0, 0.03);
    background-size: 16px;
  }

  .header-tel {
    display: none;
  }

  .header-menu-toggle {
    display: block;
  }

  .header-blank {
    height: 64px;
  }
}

footer {
  background: #282c35;
  color: #b8becc;
  margin-top:23px;
}
footer a {
  color: #b8becc;
}
footer a:hover {
  color: #fff;
}

.footer-con {
  padding: 60px 0 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-sns {
  float: left;
  position: relative;
  width: 20%;
}
.footer-sns a {
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.1);
  background-repeat: no-repeat;
  background-position: center;
}
.footer-sns a.weixin {
  background-image: url("../images/weixin-ico.png");
}
.footer-sns a.weibo {
  background-image: url("../images/weibo-ico.png");
}
.footer-sns a:hover {
  background-color: rgba(255,255,255,0.4);
}
.footer-sns .weixin-qrcode {
  display: none;
	position: absolute;
	top: 56px;
	left: 0;
	background: #fff;
	width: 120px;
}
.footer-sns .weixin-qrcode:before {
	position: absolute;
	top: -6px;
	left: 14px;
	width: 12px;
	height: 6px;
	background: url("../images/footer-popup-arrow.png");
  content: "";
}
.footer-sns .weixin-qrcode img {
  width: 100%;
}

.footer-sns .douyin-qrcode {
  display: none;
	position: absolute;
	top: 56px;
	left: 66px;
	background: #fff;
	width: 120px;
}
.footer-sns .douyin-qrcode:before {
	position: absolute;
	top: -6px;
	left: 14px;
	width: 12px;
	height: 6px;
	background: url("../images/footer-popup-arrow.png");
  content: "";
}
.footer-sns .douyin-qrcode img {
  width: 100%;
}

.footer-nav {
  float: left;
  width: 56%;
  overflow: hidden;
}
.footer-nav .item {
  float: left;
  width: 16.66%;
}
.footer-nav .item h4 {
  font-size: 14px;
  font-weight: normal;
}
.footer-nav .item h4 a {
  color: #fff;
}
.footer-nav .item ul {
  padding-top: 12px;
}
.footer-nav .item li {
  font-size: 13px;
  line-height: 24px;
}
.footer-contact {
  float: right;
}
.footer-tel h4 {
  padding-left: 32px;
  background: url("../images/footer-tel-ico.png") no-repeat left center;
  font-family: "DIN-Light";
  font-size: 28px;
  font-weight: normal;
  color: #fff;
}
.footer-tel p {
  padding-top: 4px;
  font-size: 13px;
  text-align: right;
}
.footer-mail {
  padding-top: 64px;
  text-align: right;
}

.footer-btm {
  padding: 30px 0 30px;
  font-size: 13px;
  line-height: 24px;
}
.footer-btm .copyright {
  float: left;
}
.footer-btm .beian {
  float: right;
}
.footer-btm .beian span {
  padding-left: 12px;
}
/* responsive */
@media only screen and (max-width: 1024px) {
  .footer-contact {
    width: 24%;
  }
  
  .footer-con {
    padding: 50px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .footer-sns {
    float: none;
    position: relative;
    width: auto;
    text-align: center;
  }
  .footer-sns a {
    margin: 0 10px;
  }
  .footer-sns .weixin-qrcode {
    display: none;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-sns .weixin-qrcode:before {
    left: 24px;
  }
  .footer-sns .weixin-qrcode img {
    width: 100%;
  }
  .footer-sns .douyin-qrcode {
    display: none;
    left: 56%;
    transform: translateX(-50%);
  }
  .footer-sns .douyin-qrcode:before {
    left: 24px;
  }
  .footer-sns .douyin-qrcode img {
    width: 100%;
  }
  .footer-nav {
    float: none;
    padding: 28px 0;
    width: auto;
  }
  .footer-nav .item {
    width: 33.33%;
  }
  .footer-nav .item h4 a {
    display: block;
    color: #fff;
    line-height: 44px;
    text-align: center;
  }
  .footer-nav .item ul {
    display: none;
  }
  .footer-contact {
    float: none;
    text-align: center;
  }
  .footer-tel h4 {
    display: inline-block;
  }
  .footer-tel p {
    padding-top: 4px;
    font-size: 13px;
    text-align: center;
  }
  .footer-mail {
    padding-top: 32px;
    text-align: center;
  }

  .footer-btm {
    padding: 24px 0 48px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .footer-btm .copyright {
    float: none;
  }
  .footer-btm .beian {
    float: none;
    padding-top: 8px;
  }
  .footer-btm .beian span {
    display: block;
    padding-left: 0;
  }
}

@media only screen and (max-width: 912px) {
  
}

/* ---------- go to top ---------- */
#go-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
}

#go-top a,
#go-top a:visited {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: url("../images/go-top.png") no-repeat center rgba(0,0,0,0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#go-top a:hover,
#go-top a:focus {
  background: url("../images/go-top.png") no-repeat center rgba(0,0,0,1);
}

/* responsive */
@media only screen and (max-width: 768px) {
  #go-top {
    bottom: 0;
    right: 0;
  }

  #go-top a,
  #go-top a:visited {
    width: 48px;
    height: 48px;
    border-radius: 5px 0 0 0;
  }
}
