﻿/* a {
  width: 100%;
  height: 100%;
  display: inline-block;
} */

.newBox {
  width: 1400px;
  margin: 0 auto;
}

.newBox2 {
  padding: 0 260px;
}
header {
  position: relative;
  /* overflow: hidden; */
  
}
header .newBox{
  position: relative;
  z-index: 9998;
  background: #fff;
}
.sp_nav,.sjj_nav{
  display: none;
}
.header_nav ul .active::after,
.header_nav ul li:hover::after,
.header_nav ul .active a,
.header_nav ul > li:hover > a,
.header_nav ul li::after,
.header_nav ul li a {
  transition: all 0.4s cubic-bezier(0.35, 0.75, 0.55, 1) 0.1s;
  -webkit-transition: all 0.4s cubic-bezier(0.35, 0.75, 0.55, 1) 0.1s;
  -moz-transition: all 0.4s cubic-bezier(0.35, 0.75, 0.55, 1) 0.1s;
}

header .newBox > div {
  display: inline-block;
  vertical-align: middle;
}

.header_logo {
  width: 30%;
}

.header_nav ul ol li a {
  font-size: 18px;
}

.header_nav {
  width: 40%;
}
.header_nav ul li {
  width: auto; padding:0 1.5%;
  display: inline-block;
  text-align: center;
  position: relative;
}
.header_nav ul li::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #79be47;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.header_nav ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 20%;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.header_nav ul li:last-of-type::before {
  display: none;
}
.header_nav ul li a {
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  color: #282828;
  box-sizing: border-box;
}

.header_nav ul .active::after,
.header_nav ul li:hover::after {
  width: 60%;
}
.header_nav ul .active a,
.header_nav ul > li:hover > a {
  color: #79be47;
}

.header_tel {
  width: 30%;
}
.header_tel {
  text-align: right;
}
.header_tel > div {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.header_logo img {
  max-width: 100%;
  height: auto;
}

.header_tel > .header_tel_l {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  margin-right: 12px;
}
.header_tel_l span {
  font-size: 28px;
  color: #79be47;
}

.header_tel_r p {
  font-size: 16px;
  color: #7a7a7a;
}
.header_tel_r h4 {
  font-size: 36px;
  font-weight: 1000;
  font-family: "Arial";
  color: #79be47;
}

footer {
  background-color: #3a4334;
  padding-bottom: 70px;
}

.footer_top {
  padding-top: 90px;
  padding-bottom: 60px;
  border-bottom: 1px dashed #6f736d;
}

.footer_top > div {
  display: inline-block;
  vertical-align: bottom;
}

.footer_top_l {
  width: 50%;
}
.footer_top_c {
  width: 25%;
}
.footer_top_r {
  width: 25%;
}

.footer_top_l img {
  max-width: 100%;
}

.footer_top_l ul {
  padding: 30px 0 20px 0;
}
.footer_top_l ul li {
  display: inline-block;
  margin-right: 46px;
}
.footer_top_l ul li:last-of-type {
  margin-right: 0;
}

.ftl p {
  display: inline-block;
  vertical-align: middle;
}
.ftl p span,
.footer_top_c p span {
  font-size: 16px;
  color: #79be47;
  vertical-align: middle;
  border: 1px solid #575f52;
  padding: 4px;
  border-radius: 50%;
  margin-right: 10px;
}
.ftl p:first-of-type {
  padding-right: 30px;
}
.ftl p i,
.footer_top_c p i {
  display: inline-block;
  vertical-align: middle;
}

.footer_top_c h6 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 1000;
  color: #fff;
  padding-top: 10px;
}

.footer_top_c h6 i{display: inline-block;width: 100px;font-size: 14px;}

.footer_top_r {
  text-align: right;
}

.footer_top_r > div {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
}
.footer_btm > div {
  display: inline-block;
  vertical-align: top;
}
.ftr_l {
  padding-bottom: 32px;
  display: none !important;
}
.ftr_l img {
  margin-right: 24px;
}

.footer_btm {
  padding-top: 50px;
}
.footer_btm_l h4 span {
  font-size: 16px;
  color: #79be47;
}
.footer_btm_l {
  width: 90%;
}
.footer_btm_r {
  width: 10%;
  text-align: right;
}
.footer_btm_r a {
  font-size: 18px;
  color: #79be47;
  display: inline-block;
}
.ftr_l a {
  width: auto;
  height: auto;
  display: inline-block;
}

.ftr_r p,
.footer_btm_l p {
  font-size: 16px;
  color: #fff;
  opacity: 1;
  line-height: 32px;
}

.footer_top_c p i,
.ftl p:first-of-type,
.ftl p i,
.footer_top_l ul li a,
.footer_btm_l h4 i {
  font-size: 20px;
  color: #fff;
  opacity: 0.9;
}
.footer_btm_l h4 i a {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  font-size: 20px;
  color: #fff;
}

.drop-down {
  width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  display: none;
  z-index: 999;
}

header .drop-down li {
  width: 100%;
  display: block;
  background-color: #79be47;
}

header .drop-down li a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
header .drop-down li::after,
header .drop-down li::before {
  display: none;
}

.footer_top_l ul li:hover a {
  color: #79be47;
}

.contact_us {
  position: fixed;
  top: 44%;
  right: 0;
  z-index: 8888;
}

.contact_us li {
  text-align: center;
  background-color: #a4a3a3;
  margin: 6px 0;
  position: relative;
  box-sizing: border-box;
  border-radius: 20px 0 0 20px;

  text-align: left;
}
.contact_us li a {
  width: auto;
  height: 70px;
  line-height: 70px;
  z-index: 60;
  position: relative;
  z-index: 20;
  padding-right: 30px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.contact_us li i {
  display: block;
  color: #fff;
  font-size: 16px;
}
.contact_us li span {
  width: 70px;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.contact_us li p {
  width: auto;
  height: 100%;
  line-height: 70px;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.contact_us li p,
.contact_us li span,
.contact_us li i,
.contact_us li,
.contact_us li:hover p,
.contact_us li:hover span,
.contact_us li:hover i,
.contact_us li:hover {
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.contact_us li:hover {
  background-color: #79be47;
  right: 0 !important;
}
.contact_us li:hover i {
  color: #fff;
}
.contact_us li:hover span {
  color: #fff;
}
.contact_us li:hover p {
  right: 100%;
  opacity: 1;
}




.ic6_l_text input::-webkit-input-placeholder,.ic6_l_text select::-webkit-input-placeholder {
  /* WebKit browsers */
  color: red;
}
.ic6_l_text input:-moz-placeholder,.ic6_l_text select:-moz-placeholder{
  /* Mozilla Firefox 4 to 18 */
  color: red;
}
.ic6_l_text input::-moz-placeholder,.ic6_l_text select::-moz-placeholder{
  /* Mozilla Firefox 19+ */
  color: red;
}
.ic6_l_text input:-ms-input-placeholder,.ic6_l_text select:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: red;
}

.ic6_l_text ul li{
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  text-align: center;
  margin-top: 1%;
}
.ic6_l_text ul li a{
  color: #fff;
  font-size: 16px;
}