@charset "UTF-8";
.wrap-box {
  padding-top: 8.333%;
  padding-bottom: 8.333%;
}
@font-face {
  font-family: 'Futura';
  src: url(../fonts/FuturaPTMedium.otf) format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: 'Futura';
  src: url(../fonts/FuturaPTBold.otf) format("opentype");
  font-weight: bold;
}
/* -------------------------------- 初始化样式 -------------------------------- */
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  font-family: "tahoma", "Hiragino Sans GB", "Microsoft YaHei", "Arial", "\5B8B\4F53", "sans-serif";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-weight: normal;
  background: url(../images/bg.png) center -100px no-repeat #ffffff;
  max-width: 1920px;
  margin: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
h6,
b,
p,
i {
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none !important;
}
ol,
ul,
li,
dl,
dt,
dd {
  list-style: none outside none;
}
ul:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
table {
  border-collapse: collapse;
}
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
:focus {
  outline: none;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.db {
  display: block !important;
}
.dn {
  display: none !important;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.img {
  font-size: 0;
  -ms-interpolation-mode: bicubic;
  border: none;
}
.img-size img {
  width: 100%;
  height: 100%;
}
.mg-auto {
  margin: auto;
}
.wrap {
  padding-left: 8.333%;
  padding-right: 8.333%;
}
.automatic-01,
.automatic-02,
.automatic-03,
.automatic-04,
.automatic-05,
.automatic-06,
.automatic-07,
.automatic-08 {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.layout {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* 公共样式 */
/* 头部 */
.hd-heard {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  box-sizing: border-box;
  padding: 0 8.333%;
  background-color: #ffffff;
}
.hd-heard .hd-heard-cnt {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.hd-heard .hd-heard-cnt .logo-pc {
  margin-right: 7%;
}
.hd-heard .hd-heard-cnt .logo-pc img {
  height: 47px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.hd-heard .hd-heard-cnt #hd-nav {
  position: relative;
  z-index: 9;
  height: 90px;
}
.hd-heard .hd-heard-cnt #hd-nav ul {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.hd-heard .hd-heard-cnt #hd-nav ul li {
  position: relative;
  height: 90px;
  width: 140px;
}
.hd-heard .hd-heard-cnt #hd-nav ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
}
.hd-heard .hd-heard-cnt #hd-nav ul li a span {
  cursor: pointer;
  display: block;
  line-height: 90px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.hd-heard .hd-heard-cnt #hd-nav ul li a.selected span {
  color: #00873c;
}
.hd-heard .hd-heard-cnt #hd-nav ul li a:hover span {
  color: #00873c;
}
.hd-heard .hd-heard-cnt #hd-nav ul .submenu {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
}
.hd-heard .hd-heard-cnt #hd-nav ul .submenu li {
  background-color: none;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #f3f3f4;
}
.hd-heard .hd-heard-cnt #hd-nav ul .submenu li:last-child {
  border-bottom-width: 0;
}
.hd-heard .hd-heard-cnt #hd-nav ul .submenu li a {
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.hd-heard .hd-heard-cnt #hd-nav ul .submenu li a:hover {
  background-color: #00873c;
  color: #ffffff;
}
.hd-heard .langua {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 20px;
  border-radius: 26px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}
.hd-heard .langua i {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.hd-heard .langua span {
  font-size: 16px;
  color: #666666;
  font-family: "Futura";
}
.intTitle {
  line-height: 1;
  font-size: 36px;
  padding-bottom: 3.75%;
  text-align: center;
  color: #333333;
  font-weight: bold;
}
.intTitle.titleColor {
  color: #ffffff;
}
.footer {
  background-color: #ffffff;
  border-top: #ebebeb 1px solid;
}
.footer .footer-guild {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 4.375% 0 3.65%;
}
.footer .footer-guild .left {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 13.66%;
  padding-right: 2.67%;
}
.footer .footer-guild .left .left-logo {
  height: 72px;
}
.footer .footer-guild .left .left-tel {
  font-size: 14px;
  color: #ffffff;
  margin-top: 30px;
  background-color: #00873c;
  border-top-left-radius: 22px;
  border-bottom-right-radius: 22px;
  padding: 0 20px;
  line-height: 1.5;
}
.footer .footer-guild .middle {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 67%;
}
.footer .footer-guild .middle .item {
  width: 20%;
  text-align: left;
}
.footer .footer-guild .middle .item dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 18px;
  color: #14202e;
}
.footer .footer-guild .middle .item dd {
  font-size: 14px;
  color: #a6a8ab;
  line-height: 18px;
  padding: 5px 0;
  transition: all 0.4s ease;
  list-style: none;
}
.footer .footer-guild .middle .item dd span {
  color: #00873c;
  font-weight: bold;
}
.footer .footer-guild .middle .item a {
  color: #a6a8ab;
}
.footer .footer-guild .middle .item a:hover {
  color: #00873c;
}
.footer .footer-guild .right {
  width: 10%;
}
.footer .footer-info {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: #a6a8ab;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 10px 0 10px;
  border-top: 1px solid #ebebeb;
}
.footer .footer-info a {
  color: #a6a8ab;
}
.footer .footer-info a:hover {
  color: #00873c;
}
.online_q {
  position: fixed;
  right: 0px;
  bottom: 30%;
  z-index: 9999;
}
.online_q .btn2 {
  width: 73px;
  height: 73px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  transition: 0.3s;
}
.online_q .btn2 span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 3px;
  position: relative;
  padding-top: 49px;
  z-index: 999;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  font-size: 12px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.online_q .btn2.btn-qq span {
  background: url(../images/icon-09.png) center 11px no-repeat #00873c;
}
.online_q .btn2.btn-weixin span {
  background: url(../images/icon-10.png) center 11px no-repeat #00873c;
}
.online_q .btn2.btn-tel span {
  background: url(../images/icon-11.png) center 11px no-repeat #00873c;
}
.online_q .btn2.btn-top span {
  background: url(../images/icon-12.png) center no-repeat #ffffff;
}
.online_q .btn2 .open.pic {
  position: absolute;
  background: #00873c;
  width: 100px;
  height: 100px;
  right: 100px;
  top: 50%;
  margin-top: -50px;
  text-align: right;
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  visibility: hidden;
}
.online_q .btn2 .open.pic:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #00873c;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -10px;
}
.online_q .btn2 .open.pic img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-right: 10px;
}
.online_q .btn2 .open.tel {
  position: absolute;
  background: #00873c;
  width: 300px;
  height: 50px;
  border-radius: 25px;
  color: #ffffff;
  font-size: 18px;
  font-family: arial;
  text-align: center;
  line-height: 25px;
  right: 100px;
  top: 50%;
  margin-top: -25px;
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  visibility: hidden;
}
.online_q .btn2 .open.tel:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #00873c;
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -10px;
}
.online_q .btn2:hover .open.pic {
  opacity: 1;
  right: 90px;
  visibility: visible;
}
.online_q .btn2:hover .open.tel {
  opacity: 1;
  right: 90px;
  visibility: visible;
}
.online_q #gotop {
  transition: 0.5s;
  overflow: hidden;
}
.online_q #gotop.hide {
  height: 0;
}
.n-ban {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 600px;
  overflow: hidden;
}
.n-ban img {
  height: 600px;
}
.n-menu {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  box-shadow: 0 4px 40px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.n-menu .left ul {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.n-menu .left ul li {
  position: relative;
  padding: 0 30px;
  font-size: 14px;
}
.n-menu .left ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #d9d9d9;
}
.n-menu .left ul li:last-child::after {
  display: none;
}
.n-menu .left ul li a {
  color: #666666;
}
.n-menu .left ul li a:hover {
  color: #00873c;
}
.n-menu .left ul li.hover a {
  color: #00873c;
  font-weight: bold;
}
.n-menu .right {
  padding-left: 20px;
  background-image: url(../images/icon-15.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
  line-height: 60px;
  font-size: 14px;
  color: #666666;
}
.n-menu .right i {
  padding-right: 26px;
  background-image: url(../images/icon-16.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px 9px;
}
.n-menu .right i.icon {
  background-image: url(../images/icon-17.png);
}
.n-menu .right a {
  color: #666666;
}
.n-menu .right a:hover {
  color: #00873c;
}
.n-menu .right span {
  color: #00873c;
}
.n-cnt {
  padding-bottom: 4.375%;
}
.n-Title {
  padding-top: 32px;
  padding-bottom: 64px;
}
.n-Title h2 {
  padding: 48px 0 30px;
  font-size: 40px;
  font-weight: bold;
  color: #040403;
  text-align: center;
}
.n-Title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background-color: #00873c;
  margin: 0 auto;
}
.page-fy {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 2.56%;
}
.page-fy a {
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  margin: 0 5px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  color: #333333;
}
.page-fy a:hover {
  background-color: #00873c;
  border: 1px solid #00873c;
  color: #ffffff;
}
.page-fy span {
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  margin: 0 5px;
  background-color: #00873c;
  border: 1px solid #00873c;
  font-size: 14px;
  color: #ffffff;
}
.page-fy span.current {
  background-color: #00873c !important;
  border-color: #00873c !important;
  font-size: 14px !important;
  color: #ffffff !important;
}
.page-fy span.disabled {
  background-color: #f3f3f4 !important;
  border-color: #d9d9d9 !important;
  font-size: 14px !important;
  color: #333333 !important;
}
.mobileMenu-logo {
  display: none;
}
.mobileMenu {
  display: none;
}
.mobileMenu-cnt {
  display: none;
}
#tagbar {
  display: none;
}
