@charset "utf-8";
body {
  background: #f3f2f1;
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*导航样式*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-width: 1250px;
  height: 100px;
  line-height: 100px;
}

.header .header-content {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 10;
}

.header .header-content .logo {
  float: left;
  width: 318px;
  height: 80px;
  margin-left: 40px;
}

.header .header-content .logo .logo-img {
  vertical-align: middle;
  cursor: pointer;
}

.header .header-content .nav {
  float: right;
  font-size: 16px;
  color: #333;
  z-index: 100;
}
.meun-two-p .meun-two{
			margin-bottom: 35px!important;
		}
.header .header-content .nav .nav-con {
  float: left;
}

.header .header-content .nav .nav-con .nav-item {
  float: left;
  padding: 0 20px;
  margin: 0 1px;
  cursor: pointer;
  transition: all 0.3s;
}

.header .header-content .nav .nav-con .nav-item a {
  display: block;
  width: 100%;
  height: 100px;
  color: #333;
}

.header .header-content .nav .nav-con .nav-item.active {
  background-color: #bd261d;
  color: #fff;
  animation: scalechange .5s;
}

.header .header-content .nav .nav-con .nav-item.active a {
  color: #fff;
}

.header .header-content .nav .language {
  float: left;
  padding: 0 20px;
}

.header .header-content .nav .language span.lang-span {
  cursor: pointer;
}

.header .header-content .nav .language span.lang-span:nth-child(2) {
  padding: 3px;
  cursor: default;
}

.header .header-content .nav .language span.active {
  color: #c91c28;
}

.header .header-content .nav-menu {
  display: none;
  width: 100%;
  min-width: 1400px;
  height: 2000px;
  position: absolute;
  top: 100px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.header .header-content .nav-menu .menu-child {
  display: none;
  background: #fff;
  width: 100%;
  height: 430px;
}

.header .header-content .nav-menu .menu-child .child-left {
  width: 63%;
  height: 430px;
  text-align: left;
  position: relative;
}

.header .header-content .nav-menu .menu-child .child-left img {
  width: 100%;
  height: 430px;
  transition: all 1.5s;
  cursor: pointer;
}

.header .header-content .nav-menu .menu-child .child-left h3 {
  position: absolute;
  left: 100px;
  top: 60px;
  font-size: 50px;
  color: #3e3a3a;
}

.header .header-content .nav-menu .menu-child .child-left .plis {
  position: absolute;
  left: 100px;
  top: 160px;
  font-size: 20px;
  color: #3e3a3a;
  width: 505px;
  line-height: 40px;
  text-align: justify;
}

.header .header-content .nav-menu .menu-child .child-right {
  background: #f2f0f0;
  width: 37%;
  height: 390px;
  padding-top: 40px;
}

.header .header-content .nav-menu .menu-child .child-right h3 {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  text-align: left;
  margin-bottom: 42px;
  margin-left: 69px;
}

.header .header-content .nav-menu .menu-child .child-right .meun-two {
  margin-left: 69px;
  padding-left: 10px;
  line-height: 18px;
  margin-bottom: 42px;
  width: 48%;
  float: left;
}

.header .header-content .nav-menu .menu-child .child-right .meun-two dt {
  float: left;
  position: relative;
  font-size: 18px;
  width: 100%;
  text-align: left;
}

.header .header-content .nav-menu .menu-child .child-right .meun-two dt:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: -8px;
  background: #c91c28;
}

.header .header-content .nav-menu .menu-child .child-right .meun-two dd {
  float: left;
  font-size: 16px;
  padding-right: 28px;
}

.header .header-content .nav-menu .menu-child .child-right .meun-two2 {
  width: 100%;
}

.header .header-content .nav-menu .menu-child .child-right .meun-two2 dt {
  width: 100px;
}

.header .header-content .nav-menu .menu-child .child-right a {
  color: #333;
  transition: all .6s;
}

.header .header-content .nav-menu .menu-child .child-right a:hover {
  color: #c91c28;
  transition: all .6s;
  margin-left: 8px;
}

.header .header-content .nav-menu .meun-a {
  animation: 0.5s ease-out backwards;
  animation-name: fadeint;
}

.header .header-content1 {
  background: #fff;
}

/*导航动画*/
@keyframes scalechange {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scalechange2 {
  0% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(1);
  }
}

/* 淡入-从上 */
@keyframes fadeint {
  0% {
    opacity: 0;
    transform: translatey(-20px);
  }
  100% {
    opacity: 1;
    transform: translatey(0px);
  }
}

.footer {
  width: 1200px;
  height: 562px;
  margin: 0 auto;
  padding-top: 128px;
}

.footer .link {
  width: 100%;
  height: 328px;
}

.footer .link .footer-item {
  float: left;
  width: calc(500px / 4);
  text-align: left;
}

.footer .link .footer-item dt {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  margin-bottom: 20px;
}

.footer .link .footer-item dt img {
  height: 34px;
  cursor: pointer;
}

.footer .link .footer-item dt a {
  color: #333;
}

.footer .link .footer-item dt.mt74 {
  margin-top: 74px;
}

.footer .link .footer-item dt.mt40 {
  margin-top: 40px;
}

.footer .link .footer-item dd {
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  color: #737373;
  margin-bottom: 20px;
}

.footer .link .footer-item dd a {
  color: #737373;
}

.footer .link .footer-item dd a:hover {
  text-decoration: underline;
  color: #c91c28;
}

.footer .link .w239 {
  width: 280px;
}

.footer .link .w91 {
  width: 91px;
}

.footer .link .w300 {
  width: 123px;
}

.footer .wechat {
  width: 100%;
}

.footer .wechat .wechat-item {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  color: #333;
}

.footer .wechat .wechat-item img {
  width: 75px;
}

.footer .contact {
  font-size: 14px;
  line-height: 14px;
  color: #b0b0b0;
  padding-top: 40px;
}

.footer .contact p:nth-child(2) {
  padding-top: 30px;
  font-size: 12px;
}

/*页脚样式*/
.footer_link {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #eee;
  padding-bottom: 15px;
  padding-top: 5px;
  height: 10px;
  overflow: hidden;
  background: #f5f5f5;
  transition: all 1s;
  width: 100%;
}

.footer_link .footer-link-con {
  width: 1200px;
  margin: 0 auto;
}

.footer_link .footer-link-con li {
  float: left;
  cursor: pointer;
}

.footer_link .footer-link-con li ul {
  margin-top: 20px;
}

.footer_link .footer-link-con li ul li {
  cursor: pointer;
  float: left;
  width: calc(50% - 35px) !important;
  font-size: 14px;
  padding-top: 10px;
  padding-left: 35px;
  text-align: left;
}

.footer_link .footer-link-con li ul li a {
  text-decoration: none;
  color: #333;
}

.footer_link .footer-link-con li ul li a img {
  width: 100px;
  display: none;
}

.footer_link .footer-link-con li ul li a:hover img {
  display: block;
}

.footer_link .footer-link-con li div {
  font-size: 14px;
  color: #9a9a9a !important;
}

.footer_link .footer-link-con span {
  visibility: hidden;
}

.footer_link .footer-link-con > li:hover > div {
  color: #bd261d !important;
}

.footer_link .footer-link-con li:hover span {
  visibility: inherit !important;
}

.footer_link:hover {
  transition: all 1s;
  height: 229px;
}
