#pc-page .header {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100px;
  z-index: 999;
  background: transparent;
  //max-width: 1920px;
  transform: translate(-50%, 0);
}
#pc-page .header .header-in {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pc-page .header .header-in .logo img {
  width: 256px;
  height: 57px;
}
#pc-page .header .header-in .nav ul {
  display: flex;
}
#pc-page .header .header-in .nav ul li {
  line-height: 60px;
  padding: 0 25px;
}
#pc-page .header .header-in .nav ul li a {
  color: #ffffff;
}
#pc-page .header .header-in .nav ul li a:hover {
  color: #FF9732;
}
#pc-page .header.active {
  background: #2c2c2c;
}
#pc-page .footer {
  background: #000000;
  padding: 50px 0;
  width: 100%;
 // max-width: 1920px;
  margin: 0 auto;
}
#pc-page .footer .footer-in {
  width: 600px;
  margin: 0 auto;
  color: #fff;
}
#pc-page .footer .footer-in .contact-list {
  margin: 70px auto 40px;
  width: 480px;
  background: #f60;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pc-page .footer .footer-in .contact-list li {
  width: 160px;
  position: relative;
}
#pc-page .footer .footer-in .contact-list li .modal {
  display: none;
  width: 160px;
  height: 220px;
  position: absolute;
  bottom: 30px;
  background: #000;
}
#pc-page .footer .footer-in .contact-list li .modal.mini {
  height: 110px;
}
#pc-page .footer .footer-in .contact-list li .modal.mini div {
  height: 40px;
  word-break: break-all;
}
#pc-page .footer .footer-in .contact-list li .modal div {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pc-page .footer .footer-in .contact-list li .modal div img {
  width: 130px;
  height: 130px;
}
#pc-page .footer .footer-in .contact-list li .modal a {
  display: block;
  width: 160px;
  height: 70px;
  background: url('../images/f-arrow-bottom.png') no-repeat center;
}
#pc-page .footer .footer-in .contact-list li .icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#pc-page .footer .footer-in p {
  text-align: center;
  font-size: 12px;
  color: #797979;
  line-height: 2.5;
}
#pc-page .footer .footer-in p a {
  font-size: 12px;
  color: #797979;
}
#pc-page .index .banner {
  position: relative;
  width: 100%;
 // min-width: 1200px;
 // max-width: 1920px;
  margin: 0 auto;
overflow: hidden;
background:#000;
}
#pc-page .index .banner.active {
  height: 720px;
  background: url('../images/index-banner.png') no-repeat center;
}
#pc-page .index .banner video {
 width: 2560px;
 height: 720px;
display: block;
 clear: both;
 margin: 0 auto;
}
#pc-page .index .banner .video-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99.6%;
  background: url("../images/video-mask.png") repeat;
}
#pc-page .index .banner .banner-in {
  width: 1200px;
  height: 540px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -33%);
  color: #ffffff;
  z-index: 999;
}
#pc-page .index .banner .banner-in p:nth-child(1) {
  background: url("../images/link-icon.png") no-repeat left center;
  background-size: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px;
}
#pc-page .index .banner .banner-in p:nth-child(1) span {
  padding: 0 12px;
}
#pc-page .index .banner .banner-in p:nth-child(2) {
  position: relative;
  width: 792px;
  padding: 0 0 33px 0;
  height: 91px;
  background: url("../images/index-banner-title.png") no-repeat left top 30px;
  background-size: 792px 58px;
}
#pc-page .index .banner .banner-in p:nth-child(2):before {
  position: absolute;
  content: "";
  height: 1px;
  width: 482px;
  background: #F7F7F7;
  bottom: 0;
  left: 0;
}
#pc-page .index .banner .banner-in p:nth-child(3) {
  margin: 30px 0 0 0;
  font-size: 18px;
}
#pc-page .index .banner .banner-in p:nth-child(4) {
  margin: 10px 0 0 0;
  font-size: 18px;
}
#pc-page .index .banner .banner-in p:nth-child(5) {
  margin: 48px 0 0 0;
}
#pc-page .index .banner .banner-in p:nth-child(5) a {
  font-size: 14px;
  color: #ffffff;
  display: block;
  width: 140px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ffffff;
}
#pc-page .index .banner .banner-in p:nth-child(5) a:hover {
  color: #FF9732;
  border: 1px solid #FF9732;
}
#pc-page .index .section-in {
  width: 1200px;
  margin: 0 auto;
}
#pc-page .index .section-in .title {
  height: 175px;
  color: #000000;
}
#pc-page .index .section-in .title p {
  text-align: center;
}
#pc-page .index .section-in .title p.cn {
  padding-top: 50px;
  font-size: 40px;
  font-weight: bold;
}
#pc-page .index .section-in .title p.en {
  padding-top: 10px;
  font-size: 14px;
}
#pc-page .index .product-section {
  width: 100%;
  height: 1080px;
  background: #fff;
}
#pc-page .index .product-section .product-content .product-item {
  position: relative;
  overflow: hidden;
}
#pc-page .index .product-section .product-content .product-item img {
  width: 100%;
  height: 100%;
}
#pc-page .index .product-section .product-content .product-item .text {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  color: #fff;
}
#pc-page .index .product-section .product-content .product-item .text .tag {
  position: absolute;
  right: 0;
  top: 24px;
  width: 67px;
  height: 25px;
  line-height: 25px;
  background: #e03535;
  color: #ffffff;
  border-radius: 12px 0 0 12px;
  font-size: 14px;
  text-align: center;
}
#pc-page .index .product-section .product-content .product-item .text .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
}
#pc-page .index .product-section .product-content .product-item .text .desc p {
  line-height: 3;
}
#pc-page .index .product-section .product-content .product-item .text .desc p:nth-child(1) {
  background: url("../images/link-icon.png") no-repeat left center;
  background-size: 16px;
  padding-left: 20px;
  font-size: 14px;
}
#pc-page .index .product-section .product-content .product-item .text .desc p:nth-child(1) span {
  padding: 0 8px;
}
#pc-page .index .product-section .product-content .product-item .text .desc p:nth-child(2) {
  font-size: 24px;
  line-height: 1.4;
}
#pc-page .index .product-section .product-content .product-item .text .desc p:nth-child(3) {
  font-size: 14px;
}
#pc-page .index .product-section .product-content .p-top {
  display: flex;
  justify-content: space-between;
}
#pc-page .index .product-section .product-content .p-top .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 344px;
  height: 540px;
}
#pc-page .index .product-section .product-content .p-top .left .product-item {
  width: 344px;
  height: 264px;
}
#pc-page .index .product-section .product-content .p-top .middle {
  width: 234px;
}
#pc-page .index .product-section .product-content .p-top .middle .product-item {
  width: 234px;
  height: 540px;
}
#pc-page .index .product-section .product-content .p-top .right {
  width: 594px;
  height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#pc-page .index .product-section .product-content .p-top .right .r-top {
  display: flex;
  justify-content: space-between;
}
#pc-page .index .product-section .product-content .p-top .right .r-top .product-item {
  height: 264px;
}
#pc-page .index .product-section .product-content .p-top .right .r-top .product-item:nth-child(1) {
  width: 234px;
}
#pc-page .index .product-section .product-content .p-top .right .r-top .product-item:nth-child(2) {
  width: 346px;
}
#pc-page .index .product-section .product-content .p-top .right .r-bottom {
  display: flex;
  justify-content: space-between;
}
#pc-page .index .product-section .product-content .p-top .right .r-bottom .product-item {
  height: 262px;
}
#pc-page .index .product-section .product-content .p-top .right .r-bottom .product-item:nth-child(1) {
  width: 378px;
}
#pc-page .index .product-section .product-content .p-top .right .r-bottom .product-item:nth-child(2) {
  width: 202px;
}
#pc-page .index .product-section .product-content .p-bottom {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  height: 262px;
}
#pc-page .index .product-section .product-content .p-bottom .left {
  width: 378px;
}
#pc-page .index .product-section .product-content .p-bottom .left .product-item {
  width: 378px;
  height: 262px;
}
#pc-page .index .product-section .product-content .p-bottom .middle {
  width: 556px;
}
#pc-page .index .product-section .product-content .p-bottom .middle .product-item {
  width: 556px;
  height: 262px;
}
#pc-page .index .product-section .product-content .p-bottom .right {
  width: 238px;
}
#pc-page .index .product-section .product-content .p-bottom .right a img {
  width: 238px;
  height: 262px;
}
#pc-page .index .group-section {
  width: 100%;
  height: 736px;
  background: #F7F7F7;
}
#pc-page .index .group-section .group-swiper .swiper-container .swiper-wrapper {
  margin: 0 auto;
  width: 1200px;
  height: 500px;
}
#pc-page .index .group-section .group-swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 1200px;
  height: 350px;
}
#pc-page .index .group-section .group-swiper .swiper-container .swiper-wrapper .swiper-slide ul {
  width: 1200px;
  height: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pc-page .index .group-section .group-swiper .swiper-container .swiper-wrapper .swiper-slide ul li {
  width: 560px;
  height: 140px;
  display: flex;
}
#pc-page .index .group-section .group-swiper .swiper-container .swiper-wrapper .swiper-slide ul li .avatar {
  width: 140px;
  height: 140px;
  background: #fff;
  margin-right: 20px;
}
#pc-page .index .group-section .group-swiper .swiper-container .swiper-wrapper .swiper-slide ul li .text {
  width: 400px;
}
#pc-page .index .group-section .group-swiper .swiper-container .swiper-wrapper .swiper-slide ul li .text .name {
  font-size: 22px;
}
#pc-page .index .group-section .group-swiper .swiper-container .swiper-wrapper .swiper-slide ul li .text .desc {
  font-size: 14px;
}
#pc-page .index .partner-section {
  width: 100%;
  height: 606px;
  background: #ffffff;
}
#pc-page .index .partner-section .partner-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#pc-page .index .partner-section .partner-content li {
  width: 202px;
  height: 100px;
  margin-bottom: 40px;
}
#pc-page .index .partner-section .partner-content li a {
  display: block;
  width: 100%;
  height: 100%;
}
#pc-page .index .partner-section .partner-content li a img {
  width: 100%;
}
#pc-page .product {
  background: #F7F7F7;
 // max-width: 1920px;
  margin: 0 auto;
}
#pc-page .product .product-content {
  padding-top: 130px;
  margin: 0 auto;
  width: 1200px;
  height: 4000px;
}
#pc-page .product .product-content .product-item {
  position: relative;
  overflow: hidden;
}
#pc-page .product .product-content .product-item img {
  width: 100%;
  height: 100%;
}
#pc-page .product .product-content .product-item .text {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  color: #fff;
}
#pc-page .product .product-content .product-item .text .tag {
  position: absolute;
  right: 0;
  top: 24px;
  width: 67px;
  height: 25px;
  line-height: 25px;
  background: #e03535;
  color: #ffffff;
  border-radius: 12px 0 0 12px;
  font-size: 14px;
  text-align: center;
}
#pc-page .product .product-content .product-item .text .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
}
#pc-page .product .product-content .product-item .text .desc p {
  line-height: 3;
}
#pc-page .product .product-content .product-item .text .desc p:nth-child(1) {
  background: url("../images/link-icon.png") no-repeat left center;
  background-size: 16px;
  padding-left: 20px;
  font-size: 14px;
}
#pc-page .product .product-content .product-item .text .desc p:nth-child(1) span {
  padding: 0 8px;
}
#pc-page .product .product-content .product-item .text .desc p:nth-child(2) {
  font-size: 24px;
  line-height: 1.4;
}
#pc-page .product .product-content .product-item .text .desc p:nth-child(3) {
  font-size: 14px;
}
#pc-page .product .product-content .p1 {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
#pc-page .product .product-content .p1 .left {
  width: 410px;
  height: 646px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#pc-page .product .product-content .p1 .left .product-item:nth-child(1) {
  width: 410px;
  height: 270px;
}
#pc-page .product .product-content .p1 .left .product-item:nth-child(2) {
  width: 410px;
  height: 360px;
}
#pc-page .product .product-content .p1 .middle .product-item {
  width: 346px;
  height: 646px;
}
#pc-page .product .product-content .p1 .right {
  width: 410px;
  height: 646px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#pc-page .product .product-content .p1 .right .product-item:nth-child(1) {
  width: 410px;
  height: 360px;
}
#pc-page .product .product-content .p1 .right .product-item:nth-child(2) {
  width: 410px;
  height: 270px;
}
#pc-page .product .product-content .p2 {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
#pc-page .product .product-content .p2 .left .product-item {
  width: 528px;
  height: 310px;
}
#pc-page .product .product-content .p2 .middle .product-item {
  width: 320px;
  height: 310px;
}
#pc-page .product .product-content .p2 .right .product-item {
  width: 320px;
  height: 310px;
}
#pc-page .product .product-content .p3 {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
#pc-page .product .product-content .p3 .left .product-item {
  width: 346px;
  height: 646px;
}
#pc-page .product .product-content .p3 .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#pc-page .product .product-content .p3 .right .r-top {
  display: flex;
  justify-content: space-between;
}
#pc-page .product .product-content .p3 .right .r-top .product-item {
  width: 320px;
  height: 310px;
}
#pc-page .product .product-content .p3 .right .r-top .product-item:nth-child(1) {
  width: 294px;
  height: 310px;
}
#pc-page .product .product-content .p3 .right .r-top .product-item:nth-child(2) {
  width: 528px;
  height: 310px;
}
#pc-page .product .product-content .p3 .right .r-bottom .product-item {
  width: 838px;
  height: 320px;
}
#pc-page .product .product-content .p4 {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
#pc-page .product .product-content .p4 .left .product-item {
  width: 320px;
  height: 310px;
}
#pc-page .product .product-content .p4 .middle .product-item {
  width: 320px;
  height: 310px;
}
#pc-page .product .product-content .p4 .right .product-item {
  width: 528px;
  height: 310px;
}
#pc-page .joinus {
  background: #F7F7F7;
  //max-width: 1920px;
  margin: 0 auto;
}
#pc-page .joinus .tab-top {
  padding-top: 100px;
  background: #ffffff;
  height: 250px;
}
#pc-page .joinus .tab-top .title {
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pc-page .joinus .tab-top .title img {
  width: 289px;
  height: 54px;
}
#pc-page .joinus .tab-top .tab {
   justify-content: center;
  margin: 0 auto;
  display: flex;
}
#pc-page .joinus .tab-top .tab li {
  margin: 0 10px;
  line-height: 60px;
  font-size: 16px;
  color: #000000;
  padding: 0 20px;
  cursor: pointer;
}
#pc-page .joinus .tab-top .tab li.active {
  color: #FF6D1A;
  border-bottom: 2px solid #FF6D1A;
}
#pc-page .joinus .tab-top .tab li:hover {
  color: #FF6D1A;
  border-bottom: 2px solid #FF6D1A;
}
#pc-page .joinus .joinus-content {
  margin: 0 auto;
  width: 1200px;
  min-height: 1000px;
}
#pc-page .joinus .joinus-content .joinus-list {
  display: none;
}
#pc-page .joinus .joinus-content .joinus-list .joinus-item {
  padding: 60px 0 90px;
  border-bottom: 1px solid #E6E6E6;
}
#pc-page .joinus .joinus-content .joinus-list .joinus-item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
}
#pc-page .joinus .joinus-content .joinus-list .joinus-item .title .name {
  color: #000000;
  font-size: 24px;
  position: relative;
  font-weight: bold;
  padding-left: 12px;
}
#pc-page .joinus .joinus-content .joinus-list .joinus-item .title .name:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 4px;
  background: #FF6D1A;
  top: 4px;
  left: 0;
}
#pc-page .joinus .joinus-content .joinus-list .joinus-item .title .name-p {
  font-size: 22ps;
  font-weight: bold;
  color: #ff6d1a;
}
#pc-page .joinus .joinus-content .joinus-list .joinus-item .title .time {
  color: #AEAEAE;
  font-size: 16px;
}
#pc-page .joinus .joinus-content .joinus-list .joinus-item .desc-ti {
  padding: 30px 0 20px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px;
}
#pc-page .joinus .joinus-content .joinus-list .joinus-item .desc-list {
  margin-left: 30px;
  color: #5F5F5F;
  font-size: 14px;
}
#pc-page .joinus .joinus-content .joinus-list .joinus-item .desc-list li {
  list-style: disc;
  line-height: 2;
}
#pc-page .joinus .joinus-content .joinus-list .joinus-item .address {
  font-size: 14px;
  padding-left: 12px;
  color: #686868;
}
#pc-page .joinus .joinus-content .joinus-list .joinus-item .email {
  font-size: 14px;
  padding-left: 12px;
  color: #FF6D1A;
}
#pc-page .joinus .joinus-content .joinus-list .joinus-item .emial-e {
  color: #FF6D1A;
}
#pc-page .joinus .joinus-content .joinus-list .joinus-item .email-h {
  padding-top: 5px;
  color: #5f5f5f;
}
#pc-page .aboutus .aboutus-content {
  padding: 100px 0;
  margin: 0 auto;
  width: 1200px;
  min-height: 1000px;
}
#pc-page .aboutus .aboutus-content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
#pc-page .aboutus .aboutus-content .title img {
  width: 366px;
  height: 54px;
}
#pc-page .aboutus .aboutus-content .banner img {
  width: 1200px;
  height: 480px;
}
#pc-page .aboutus .aboutus-content .aboutus-desc p {
  line-height: 2.2;
  font-size: 16px;
  color: #5F5F5F;
}
#pc-page .aboutus .aboutus-content .aboutus-desc p.space {
  text-indent: 2em;
}
#pc-page .detail .detail-content {
  padding: 100px 0;
  margin: 0 auto;
  width: 1200px;
  min-height: 1600px;
}
#pc-page .detail .detail-content .d-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  padding: 65px 0 40px;
}
#pc-page .detail .detail-content .d-desc {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
#pc-page .detail .detail-content .d-desc div {
  color: #BFBFBF;
  font-size: 16px;
}
#pc-page .detail .detail-content .d-desc div.type {
  background: url("../images/link-icon-black.png") no-repeat left center;
  background-size: 16px;
  padding-left: 16px;
}
#pc-page .detail .detail-content .d-desc div.type span {
  padding: 0 10px;
}
#pc-page .detail .detail-content .video {
  width: 1200px;
  height: 675px;
}
#pc-page .detail .detail-content .d-content {
  padding: 40px 0;
  color: #000000;
}
#pc-page .contactus .contactus-content {
  padding: 100px 0;
  margin: 0 auto;
  width: 1200px;
  min-height: 1000px;
}
#pc-page .contactus .contactus-content .contactus-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
#pc-page .contactus .contactus-content .contactus-title img {
  width: 452px;
  height: 54px;
}
#pc-page .contactus .contactus-content .banner {
  margin: 0 0 60px 0;
}
#pc-page .contactus .contactus-content .banner img {
  width: 1200px;
  height: 480px;
}
#pc-page .contactus .contactus-content .desc-ti {
  height: 24px;
  line-height: 24px;
  color: #000000;
  font-size: 20px;
  position: relative;
  font-weight: bold;
  padding-left: 12px;
  text-align: left;
}
#pc-page .contactus .contactus-content .desc-ti:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 4px;
  background: #FF6D1A;
  top: 3px;
  left: 0;
}
#pc-page .contactus .contactus-content .desc-list {
  padding: 10px 0 50px 12px;
}
#pc-page .contactus .contactus-content .desc-list p {
  color: #5F5F5F;
  font-size: 16px;
  line-height: 2;
}
#pc-page .contactus .contactus-content .contact-way {
  padding: 30px 0 50px 12px;
  display: flex;
}
#pc-page .contactus .contactus-content .contact-way .wx {
  width: 220px;
  height: 220px;
  margin-right: 38px;
}
#pc-page .contactus .contactus-content .contact-way .wx img {
  width: 220px;
  height: 220px;
}
#pc-page .contactus .contactus-content .contact-way .list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#pc-page .contactus .contactus-content .contact-way .list li {
  display: flex;
  align-items: center;
}
#pc-page .contactus .contactus-content .contact-way .list li img {
  margin-right: 18px;
}
#pc-page .contactus .contactus-content .contact-way .list li img.avatar {
  width: 21px;
  height: 23px;
}
#pc-page .contactus .contactus-content .contact-way .list li img.qq {
  width: 20px;
  height: 24px;
}
#pc-page .contactus .contactus-content .contact-way .list li img.tel {
  width: 20px;
  height: 20px;
}
#pc-page .contactus .contactus-content .contact-way .list li img.wechat {
  width: 28px;
  height: 23px;
}
#pc-page .contactus .contactus-content .contact-way .list li img.email {
  width: 24px;
  height: 18px;
}
#pc-page .contactus .contactus-content .contact-way .list li span {
  color: #5F5F5F;
  font-size: 16px;
}
