@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'DMSerifDisplay-Regular';
  src: url(../fonts/DMSerifDisplay-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Light';
  src: url(../fonts/Roboto-Light.woff.ttf) format('truetype');
}
body {
  font-family: '微软雅黑';
}
.container {
  width: 1410px;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}
img {
  width: auto;
}
#header {
  z-index: 99;
  position: relative;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
#header .h-top .h-top-box {
  text-align: center;
  position: relative;
}
#header .h-top .h-top-box .h-logo {
  padding: 30px 0;
  display: block;
}
#header .h-top .h-top-box .top-search {
  position: absolute;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  left: 80%;
}
#header .h-top .h-top-box .top-search .h-search {
  margin-right: 30px;
  cursor: pointer;
}
#header .h-top .h-top-box .top-search .language {
  font-size: 15px;
  line-height: 1;
  color: #000000;
  font-family: 'DMSerifDisplay-Regular';
  display: flex;
  align-items: center;
}
#header .h-top .h-top-box .top-search .language img {
  display: inline-block;
  margin-right: 6px;
}
#header .header-nav {
  display: inline-block;
  width: 100%;
}
#header .header-nav .menuBox {
  display: flex;
  align-items: center;
  width: 1410px;
  padding: 0 15px;
  margin: 0 auto;
}
#header .header-nav .menuBox .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
}
#header .header-nav .menuBox .menu-box ul.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 65px;
}
#header .header-nav .menuBox .menu-box ul.menu > li > a {
  display: block;
  padding: 20px 30px 40px;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  line-height: 1;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#header .header-nav .menuBox .menu-box ul.menu > li > a:hover {
  color: #eb611e;
}
#header .header-nav .menuBox .menu-box ul.menu > li .sub-menu {
  position: absolute;
  width: 100%;
  font-weight: bold;
  background: #fff;
  z-index: 50;
  left: 0;
  top: 100%;
  display: none;
}
#header .header-nav .menuBox .menu-box ul.menu > li .sub-menu .container {
  border-top: 1px solid #f1f1f3;
}
#header .header-nav .menuBox .menu-box ul.menu > li .sub-menu .container > ul {
  display: flex;
  justify-content: center;
}
#header .header-nav .menuBox .menu-box ul.menu > li .sub-menu .container > ul li {
  margin: 30px 0 30px 20px;
  padding-left: 30px;
}
#header .header-nav .menuBox .menu-box ul.menu > li:nth-of-type(3) .sub-menu .container > ul li:nth-of-type(3){
  margin-left: 0;
}
#header .header-nav .menuBox .menu-box ul.menu > li .sub-menu .container > ul li > a {
  color: #949ca5;
  text-align: left;
  font-size: 16px;
  padding: 10px 0;
  margin-left: 10px;
  line-height: 1;
  margin-right: 1px;
  display: block;
}
#header .header-nav .menuBox .menu-box ul.menu > li .sub-menu .container > ul li > a > span {
  border-bottom: 1px solid #aaaaaa;
  color: #949ca5;
  text-align: left;
  font-size: 16px;
  padding: 10px 0;
  margin-left: 10px;
  line-height: 1;
  margin-right: 1px;
  display: inline-block;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#header .header-nav .menuBox .menu-box ul.menu > li .sub-menu .container > ul li > a > span:hover {
  color: #eb611e;
  border-bottom: 1px solid #eb611e;
}
#header .header-nav .menuBox .menu-box ul.menu > li .sub-menu .container > ul li dl {
  display: block;
}
#header .header-nav .menuBox .menu-box ul.menu > li .sub-menu .container > ul li dl dd {
  width: 160px;
}
#header .header-nav .menuBox .menu-box ul.menu > li .sub-menu .container > ul li dl dd a {
  margin-left: 10px;
  padding: 7px 10px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #949ca5;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#header .header-nav .menuBox .menu-box ul.menu > li .sub-menu .container > ul li dl dd a:hover {
  color: #eb611e;
}
#header .header-nav .menuBox .menu-box ul.menu > li .sub-menu .container > ul .special {
  border-left: 1px solid #999898;
}
#header .header-nav .menuBox .menu-box ul.menu > li .sub-menu .container > ul .special span img {
  width: 240px;
  display: block;
}
#header .header-nav .menuBox .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .header-nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .header-nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .header-nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .header-nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .header-nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .header-nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .header-nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner img {
  width: 100%;
}
#banner .swiper-slide img {
  opacity: 0;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transform: scale(2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#banner .swiper-slide-active img {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#l-nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  background: #fff;
  padding: 45px 30px;
  text-align: center;
  z-index: 99;
}
#l-nav .top .nav-logo {
  display: block;
  margin-bottom: 55px;
}
#l-nav .top ul {
  width: 80px;
  margin: 0 auto;
}
#l-nav .top ul li {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}
#l-nav .top ul li a {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#l-nav .top ul li a:hover {
  color: #eb611e;
}
#l-nav .bottom {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#l-nav .bottom ul {
  width: 80px;
}
#l-nav .bottom ul li {
  width: 100%;
  font-size: 16px;
  color: #b5b5b6;
  line-height: 1;
  margin-bottom: 12px;
  text-align: left;
  cursor: pointer;
}
#l-nav .bottom ul .click {
  margin-top: 25px;
}
#l-nav .bottom ul .click .fa {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #b5b5b6;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  color: #b5b5b6;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  cursor: pointer;
}
#l-nav .bottom ul .click .fa:hover {
  color: #000000;
}
#l-nav .bottom ul .click .fa:first-child {
  margin-right: 12px;
}
#index-body {
  position: relative;
  display: flex;
  background: #f9f9f9;
}
#index-body h1.h1,
#index-body h2.h2,
#index-body h3.h3,
#index-body h4.h4,
#index-body h5.h5,
#index-body h6.h6,
#index-body h1,
#index-body h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body h6,
#index-body p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  font-family: Arial;
}
#index-body p {
  font-size: 16px;
}
#index-body p.p {
  font-size: 14px;
}
#index-body .index-content {
  width: 100%;
  display: block;
}
#index-body .index-content .init-1 {
  padding-top: 90px;
}
#index-body .index-content .init-1 .top {
  text-align: center;
}
#index-body .index-content .init-1 .top h2 {
  padding-bottom: 50px;
  position: relative;
}
#index-body .index-content .init-1 .top h2::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  background: #eb611e;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .index-content .init-1 .top p {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
#index-body .index-content .init-1 ul {
  margin-top: 130px;
}
#index-body .index-content .init-1 ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 110px;
}
#index-body .index-content .init-1 ul li .left {
  width: 50%;
  text-align: center;
}
#index-body .index-content .init-1 ul li .left h2 {
  margin-bottom: 50px;
}
#index-body .index-content .init-1 ul li .left .more {
  display: inline-block;
  padding: 23px 48px;
  border: 1px solid #eb611e;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  color: #000000;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .index-content .init-1 ul li .left .more:hover {
  color: #fff;
}
#index-body .index-content .init-1 ul li .left .more:hover::after {
  width: 400px;
  height: 400px;
  opacity: 1;
}
#index-body .index-content .init-1 ul li .left .more::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #eb611e;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  z-index: -1;
  opacity: 0;
}
#index-body .index-content .init-1 ul li .right {
  width: 50%;
}
#index-body .index-content .init-1 ul li .right a {
  display: block;
  overflow: hidden;
}
#index-body .index-content .init-1 ul li .right a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .index-content .init-1 ul li .right a img {
  width: 100%;
}
#index-body .index-content .init-2 {
  position: relative;
  overflow: hidden;
}
#index-body .index-content .init-2:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .index-content .init-2 img {
  width: 100%;
  transition: 1.5s ease;
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  -ms-transition: 1.5s ease;
  -o-transition: 1.5s ease;
}
#index-body .index-content .init-2 .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
  display: inline-block;
  padding: 30px 103px;
  background: rgba(250, 250, 250, 0.5);
  font-size: 36px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .index-content .init-2 .more:hover {
  background: #eb611e;
  color: #fff;
}
#index-body .index-conatct {
  width: 100%;
  height: 100vh;
  background: #fff;
  display: none;
}
#index-body .index-conatct .content {
  padding-left: 100px;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}
#index-body .index-conatct .content .contentBox {
  width: 100%;
}
#index-body .index-conatct .content .contentBox h3 {
  font-size: 20px;
  color: #000000;
  line-height: 1;
  margin-bottom: 50px;
}
#index-body .index-conatct .content .contentBox p {
  font-size: 12px;
  color: #717275;
  line-height: 1;
  margin-bottom: 15px;
}
#index-body .index-conatct .content .contentBox .footer-text {
  padding-right: 100px;
  text-align: right;
  margin-top: 30px;
}
#index-body .index-conatct .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.qr {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  left: 0;
  top: 0;
  display: none;
}
.qr img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qr .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#footer {
  position: relative;
  background: #ffffff;
}
#footer h1.h1,
#footer h2.h2,
#footer h3.h3,
#footer h4.h4,
#footer h5.h5,
#footer h6.h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer p {
  font-size: 16px;
}
#footer p.p {
  font-size: 14px;
}
#footer h2 {
  font-size: 24px;
  line-height: 1;
  color: #000000;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 35px;
}
#footer h2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #ff6c00;
}
#footer .top {
  padding: 100px 0 30px;
}
#footer .top .topBox {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
#footer .top .topBox .content {
  width: 25%;
  border-right: 1px solid #d6d6d6;
  display: flex;
  justify-content: center;
}
#footer .top .topBox .content:last-child {
  border-right: none;
}
#footer .top .topBox .content ul li {
  font-size: 16px;
  color: #000000;
  line-height: 1;
  margin-bottom: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer .top .topBox .content ul li:hover {
  color: #ff6c00;
}
#footer .top .topBox .content ul li:hover .fa {
  color: #ff6c00;
}
#footer .top .topBox .two {
  width: 25%;
}
#footer .top .topBox .two ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#footer .top .topBox .two ul li .fa {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  margin-right: 12px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer .top .topBox .three {
  width: 25%;
}
#footer .top .topBox .three ul li {
  max-width: 165px;
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 12px;
}
#footer .top .topBox .three ul li a {
  display: block;
  margin-bottom: 10px;
}
#footer .top .topBox .three ul li span {
  color: #ff6c00;
}
#footer .footer-bottom {
  padding: 35px 0;
  background: #eeeeee;
}
#footer .footer-bottom .bottom-box {
  display: flex;
  justify-content: center;
}
#footer .footer-bottom .bottom-box p {
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  font-family: 'Roboto-Light';
}
#footer .footer-bottom .bottom-box p img {
  max-height: 16px;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
#footer .Stick {
  position: absolute;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #333333;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'microsoft yahei';
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #333333;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
  border: 1px solid #eb611e;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
  border: 1px solid #eb611e;
  background: #eb611e;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
  border: 1px solid #000;
}
.job-page .jop-box {
  padding: 100px 0;
  margin-left: 100px;
}
.job-page .jop-box h3 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #000000;
  padding-top: 20px;
  position: relative;
  margin-bottom: 60px;
}
.job-page .jop-box h3::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 0.5px;
  background: #000000;
  left: 0;
  top: 0;
}
.job-page .jop-box .jop-list {
  width: 800px;
}
.job-page .jop-box .jop-list .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #9d9d9d;
  margin-bottom: 10px;
  cursor: pointer;
}
.job-page .jop-box .jop-list .title:hover h4::after {
  opacity: 1;
  text-align: center;
  display: block;
}
.job-page .jop-box .jop-list .title h4 {
  font-size: 14px;
  color: #000000;
  line-height: 1;
  position: relative;
}
.job-page .jop-box .jop-list .title h4::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.5px;
  background: #000000;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.job-page .jop-box .jop-list .title .fa {
  font-size: 12px;
  color: #000000;
  line-height: 1;
}
.job-page .jop-box .jop-list .title.active h4::after {
  opacity: 1;
}
.job-page .jop-box .jop-list .content {
  padding: 15px;
  display: none;
}
.job-page .jop-box .jop-list .content h4 {
  display: inline-block;
  border-bottom: 1px solid #9c9c9e;
  font-size: 14px;
  line-height: 1;
  color: #9c9c9e;
  margin-top: 40px;
  margin-bottom: 15px;
}
.job-page .jop-box .jop-list .content .text {
  margin-bottom: 70px;
}
.job-page .jop-box .jop-list .content .text p {
  font-size: 12px;
  color: #9c9c9e;
  line-height: 2;
}
.job-page .jop-box .jop-list .content .jop-mail {
  font-size: 12px;
  color: #9c9c9e;
  margin-bottom: 60px;
}
.job-page .jop-box .jop-list .content .jop-mail a {
  color: #000000;
}
.job-page .jop-box .footer-text {
  text-align: right;
  margin-top: 130px;
}
.job-page .jop-box .footer-text p {
  font-size: 12px;
  color: #717275;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 1560px) {
  .container {
    width: 1230px;
  }
  display: flex;
  align-items: center;
  width: 1410px;
  padding: 0 15px;
  margin: 0 auto;
  .menu-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
  }
  .menu-box ul.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 65px;
  }
  .menu-box ul.menu > li > a {
    display: block;
    padding: 20px 30px 40px;
    font-size: 18px;
    color: #000000;
    line-height: 1;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
  }
  .menu-box ul.menu > li > a:hover {
    color: #eb611e;
  }
  .menu-box ul.menu > li .sub-menu {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 50;
    left: 0;
    top: 100%;
    display: none;
  }
  .menu-box ul.menu > li .sub-menu .container {
    border-top: 1px solid #f1f1f3;
  }
  .menu-box ul.menu > li .sub-menu .container > ul {
    display: flex;
    justify-content: center;
  }
  .menu-box ul.menu > li .sub-menu .container > ul li {
    margin: 30px 0 30px 20px;
    padding-left: 30px;
  }
  .menu-box ul.menu > li .sub-menu .container > ul li > a {
    color: #949ca5;
    text-align: left;
    font-size: 16px;
    padding: 10px 0;
    margin-left: 10px;
    line-height: 1;
    margin-right: 1px;
    display: block;
  }
  .menu-box ul.menu > li .sub-menu .container > ul li > a > span {
    border-bottom: 1px solid #aaaaaa;
    color: #949ca5;
    text-align: left;
    font-size: 16px;
    padding: 10px 0;
    margin-left: 10px;
    line-height: 1;
    margin-right: 1px;
    display: inline-block;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
  }
  .menu-box ul.menu > li .sub-menu .container > ul li > a > span:hover {
    color: #eb611e;
    border-bottom: 1px solid #eb611e;
  }
  .menu-box ul.menu > li .sub-menu .container > ul li dl {
    display: block;
  }
  .menu-box ul.menu > li .sub-menu .container > ul li dl dd {
    width: 130px;
  }
  .menu-box ul.menu > li .sub-menu .container > ul li dl dd a {
    margin-left: 10px;
    padding: 7px 10px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #949ca5;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
  }
  .menu-box ul.menu > li .sub-menu .container > ul li dl dd a:hover {
    color: #eb611e;
  }
  .menu-box ul.menu > li .sub-menu .container > ul .special {
    border-left: 1px solid #999898;
  }
  .menu-box ul.menu > li .sub-menu .container > ul .special span img {
    width: 240px;
    display: block;
  }
  .h-search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
    cursor: pointer;
    cursor: hand;
  }
}
@media screen and (max-width: 1410px) {
  .container {
    width: 1230px;
  }
  #header .header-nav .menuBox {
    width: 100%;
  }
}
@media screen and (max-width: 1380px) {
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    width: 970px;
  }
  #l-nav {
    display: none;
  }
  .job-page .jop-box {
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #footer .top .topBox .content {
    padding-left: 5%;
  }
  #footer .top .topBox .three ul li {
    font-size: 12px;
  }
  #footer .top .topBox .content ul li {
    font-size: 12px;
  }
  #footer .footer-bottom .bottom-box p {
    font-size: 12px;
  }
  #footer .footer-bottom .bottom-box p img {
    width: 180px;
  }
  #index-body .index-content .init-1 .top p {
    font-size: 14px;
  }
  #index-body h2 {
    font-size: 24px;
  }
  #index-body .index-content .init-1 ul {
    margin-top: 50px;
  }
  #index-body .index-content .init-1 ul li .left .more {
    padding: 10px 20px;
    font-size: 12px;
  }
  #index-body .index-content .init-1 ul li .left h2 {
    margin-bottom: 30px;
  }
  #index-body .index-content .init-2 .more {
    padding: 20px 50px;
    font-size: 24px;
  }
  #footer h2 {
    font-size: 18px;
  }
  .job-page .jop-box .jop-list {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #index-body .index-content .init-1 {
    padding-top: 40px;
  }
  #index-body .index-content .init-1 ul li {
    margin-bottom: 30px;
  }
  #index-body .index-content .init-2 .more {
    padding: 10px 20px;
    font-size: 16px;
  }
  #footer .top {
    padding: 50px 15px 30px;
  }
  #footer .top .topBox {
    flex-wrap: wrap;
  }
  #footer .top .topBox .content {
    width: 50%;
    padding-left: 0%;
    border-right: 0px solid #d6d6d6;
    justify-content: initial;
  }
  #footer .top .topBox .three {
    width: 100%;
    margin: 30px 0;
  }
  #footer .top .topBox .three ul li {
    max-width: 100%;
  }
  #footer .footer-bottom {
    padding: 15px;
  }
  #footer .footer-bottom .bottom-box {
    display: block;
  }
  #footer .footer-bottom .bottom-box p {
    justify-content: center;
    text-align: center;
  }
  .job-page .jop-box .jop-list {
    width: 100%;
  }
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 22;
}
#mobile .top {
  display: none;
  line-height: 40px;
  height: 40px;
  text-align: center;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
  position: relative;
  z-index: 1;
}
#mobile .top .btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
  float: left;
  position: relative;
  display: block;
}
#mobile .top .btn i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile .top .btn i.ie1 {
  top: 12px;
}
#mobile .top .btn i.ie2 {
  top: 19px;
}
#mobile .top .btn i.ie3 {
  top: 26px;
}
#mobile .top .btn.active i.ie1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile .top .btn.active i.ie2 {
  opacity: 0;
}
#mobile .top .btn.active i.ie3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile .top .logos {
  margin: 0 auto;
  display: inline-block;
  width: auto;
}
#mobile .top .logos img {
  max-height: 36px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#mobile .top .lang {
  float: right;
  position: relative;
}
#mobile .top .lang span {
  padding-top: 5px;
  width: 50px;
  height: 40px;
  background: #006eb3;
  color: white;
  font-size: 13px;
  display: block;
  line-height: normal;
}
#mobile .top .lang span i {
  display: block;
  font-size: 16px;
}
#mobile .top .lang ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  width: 100px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #006eb3;
  display: none \9;
}
#mobile .top .lang ul li {
  display: block;
  float: none;
  padding: 4px 5px;
  line-height: 20px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#mobile .top .lang ul li img {
  max-width: 20px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
#mobile .top .lang ul li a {
  display: block;
}
#mobile .top .lang ul li:hover {
  background: #222;
  color: white;
}
#mobile .top .lang:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#mobile .bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px;
  background: white;
  height: 400px;
  height: 100vh;
  padding-top: 60px;
  overflow: auto;
  display: none;
}
#mobile .bottom form {
  display: block;
  position: relative;
}
#mobile .bottom form input {
  width: 100%;
  line-height: 36px;
  height: 36px;
  border: 1px solid #333;
  padding: 0 10px;
  font-size: 14px;
}
#mobile .bottom form button {
  position: absolute;
  background: none;
  border: none;
  right: 10px;
  top: 0;
  font-size: 14px;
  line-height: 36px;
}
#mobile .bottom .m-nav {
  display: block;
  border-bottom: 1px solid #eee;
  margin: 25px 0;
}
#mobile .bottom .m-nav ul li a {
  display: block;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 30px;
  position: relative;
  border-top: 1px solid #eee;
  font-size: 16px;
}
#mobile .bottom .m-nav ul li a i {
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .bottom .m-nav ul li ul {
  display: none;
}
#mobile .bottom .m-nav ul li li a {
  font-size: 14px;
  padding-left: 10px;
}
#mobile .bottom .m-nav ul li li a:before {
  content: '-';
  font-size: 16px;
  padding-right: 5px;
}
#mobile .bottom .m-info {
  display: block;
}
#mobile .bottom .m-info ul li {
  display: block;
  line-height: 36px;
  height: 36px;
  border: 1px solid #666;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 10px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .bottom .m-info ul li i {
  margin-right: 5px;
}
#mobile .bottom .m-info ul li:last-child {
  margin-bottom: 0;
}
#mobile .bottom .m-info ul li:hover {
  color: white;
  background: #006eb3;
  border-color: #006eb3;
}
@media screen and (max-width: 1100px) {
  #mobile .top {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.m-page {
    text-align: right;
    float: none;
    margin: 30px -5px 0;
}
.m-page a,
.m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.m-page a:hover {
    background: #005598 none repeat scroll 0 0;
    color: #fff;
}
@media screen and (max-width: 700px) {
  .nav{
    display: none;
  }
.sto1{
  margin-top: 60px
}
}
.prco1 .prt .pnum{
  margin-top: 0;
}
.prco1 .prt .pnum table{
  margin-top: 20px;
}
.prco1 .prt .swbox{
  margin:  0 0;
}
.prco1 .prt .swbox p{
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding: 5px 0;
  text-transform: uppercase;
}
.prco1 .prt .swbox .swiper-slide a{
  display: block;
  overflow: hidden;
}
.prco1 .prt .swbox .swiper-slide a:hover img{
  transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.prco1 .prt .swbox .swiper-slide a img{
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.prco1 .prt .pnum{
  display: none;
}
.prco1 .prt .pnum.active{
  display: block;
  animation: .8s .3s fadeInUp both;
}
.prco1 .box .prt .proPrice{
  font-size: 14px;
    clear: both;
    float: none;
    font-style: normal;
    font-weight: normal;
    color: #808186;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
        font-family: microsoft yahei;
}
.prco1 .box .prt .swbox{
  padding: 10px 7%;
      border-top: #c4c2c3 1px solid;
}
.prco1 .box .prt .swbox .proTitle{
  color: #000102;
    font-size: 14px;
    line-height: 1;
    text-align: left;
}
.prco1 .box .prt .swbox .swiper-container{
  padding: 12px;
}
.prco1 .box .prt .swbox .swiper-container .swiper-wrapper{
  flex-wrap: wrap;
}
.prco1 .box .prt .swbox .swiper-container .swiper-wrapper .swiper-slide{
  margin: 0 0 12px 0px;
  width: 17.6% !important;
}
.prco1 .prt .a_btn{
  text-align: center;
}
.prco1 .prt .a_btn a{
  display: inline-block;
  width: 264px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
        float: none;
}
.prco1 .prt .a_btn a:last-child{
  float: none;
  margin-top: 10px;
}.prco1 .prt .a_btn{
  padding-top: 35px;
    border-top: #c4c2c3 1px solid;
    margin-top: 0;
}
.prco1 .box .prt .swbox div{
  margin-left: 10px;
  padding: 12px;
}
.prco1 .box .prt .swbox div span{
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 2;
      color: #c7c6c6;
      transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  cursor: pointer;
}
.prco1 .box .prt .swbox div span:hover{
  color: #000;
}

.jiaju-cat{
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin-top:60px;
}
.jiaju-cat>div{
  display: inline-block;
  width: 25%;
  padding: 10px;
}
.jiaju-cat>div a{
  display: block;
  border: 1px solid #000;
  line-height: 40px;
  text-align: center;
  transition: 0.3s ease;
}
.jiaju-cat>div a:hover{
  background: #ff6c00;
  border-color:#ff6c00;
  color: #fff;
}
@media screen and (max-width:768px) {
  .sto4,
  #map{
    display: none;
  }
  .do1.pdl16 .box{
    padding-top: 0!important;
  }
  .container1 .div_scroll{
    height: auto;
  }
  .container1 .div_scroll dd .dtt{
    margin-top: 5px;
  }
  #footer .footer-bottom .bottom-box p{
    margin-top: 10px;
  }
  #footer .footer-bottom .bottom-box p img{
    max-height: none;
  }
}
.c-box .pdl16{
  padding: 0 16.5%;
}
.c-box .container1{
  width: 100%;
}
.c-box .container1 .div_scroll{
  height: auto;
}
#map{
  float: left;
  margin-bottom: 50px;
}