
.head-top {
    height: 700px;
    width: 100%;
    padding-top: 50px;

}
.swiper1 {
  padding-top: 120px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}
.swiper1 img {
  width: 100%;
  height: auto;
}


.production {
  padding-top: 50px;
  height: 700px;
  background-color: #f1f1f1;
  text-align: center;
  position: relative;
}
.production .title-p{
  margin-bottom: 30px;
}
.production .title-p h4 {
  font-size: 30px;
  
 
}
.production .title-p h3 {
  font-size: 20px;
  margin-top: 40px;
  
  
}
.production .title-p h4 a {
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  outline: none;
  text-decoration: none;
}
.production .title-p h4 a:hover{
  color: #000;
}
.swiper-p {
  width: 100%;
  height: 100%;
  margin-top: 80px;
  /* background-color: #f5f5f5; */

}
.swiper-p .swiper-slide {
  text-align: center;
  font-size: 18px;

 
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}
.xuan-p {
  position: absolute;
  transform: translate(-50%);
  margin-top: 20px;
  overflow: hidden;
 left: 50%;
  text-align: center;

}
/* .p-2 {
  display: none;
}
.p-3 {
  display: none;
} */
.xuan-p li {
  cursor: pointer;
  float: left;
  width: 100px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 16px;
  color: #000;

 

}
.xuan-p li a:hover{
  text-decoration: none;
  color: #000;
}
.xuan-p .act a{
  padding-bottom: 10px;
  color: #0000d2;
  border-bottom: 1px solid #0000d2;
 
}

.xuan-p li:nth-child(2){
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}

.swiper-p .swiper-slide {
  background-color: transparent !important;
}
.swiper-p .swiper-wrapper .swiper-slide a p{
  height: 40px;
  background-color: #fff;
  line-height: 40px;
}
.swiper-p .swiper-wrapper .swiper-slide {
  margin-top: 20px;
}
.swiper-p .swiper-wrapper .swiper-slide a:hover {
color: #000;
  text-decoration: none;
}
.swiper-p .swiper-wrapper .swiper-slide a:hover p {
  background-color: #0199e4;
  color: #fff;
}

.production .p-more {
  position: absolute;
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
  height: 50px;
  padding: 0 50px;
  background-color: #fff;
  line-height: 50px;
  width: 300px;
  left: 50%;
  transform:translate(-50%);
  cursor: pointer;

}
.production .p-more:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0199e4;;
}
.p-m {
  position: relative;
}




/* about */
.about {
  position: relative;
 
  /* background-color: #ccc; */
 
 

}
.about .about-main ul {
  width: 906px;
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  top: -150px;
  z-index: 2;
}
.about .about-main ul li {
  width: 300px;
  float: left;
  height: 440px;
  background-color: #fff;
  box-shadow:2px 2px 10px rgba(0,0,0,0.5);
  position: relative;
}
.about .about-main ul li img {
  width: 100%;
  height: 83px;
}
.about .about-main ul li h6 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.about .about-main ul li p {
  padding: 0 20px;
  line-height: 32px;
  margin-top: 20px;
}
.about .about-main ul li a{
  position: absolute;
  display: block;
  width: 100px;
  height: 30px;
  background-color: #6666ff;
  transform: translate(-50%);
  left: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  bottom: 20px;
}
.about .about-main ul li a:hover{
  text-decoration: none;
}
.about .a-title {
  padding-top: 310px;
  text-align: center;
}
.about .a-title h4 {
  font-size: 35px;
  padding-top: 40px;
 
}
.about .a-title h3 {
  font-size: 20px;
  margin-top: 40px;

  
  
}
.about .a-title h4 a {
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  outline: none;
  text-decoration: none;

 
}
.a-content {
  height: 600px;
  padding-top: 50px;
  
  line-height: 32px;
  font-size: 16px;
  position: relative;
}


.swiper-about {
  margin-top: 20px;
  width: 100%;
  height: auto;
}
.swiper-about .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}
.swiper-about img {
  width: 100%;
}





.partner {
  padding-top: 50px;
  text-align: center;
}


.partner .partner-main .title-par h4 {
  font-size: 35px;
  padding-top: 40px;
 
}
.partner .partner-main .title-par h3 {
  font-size: 20px;
  margin-top: 40px;

  
  
}
.partner .partner-main .title-par h4 a {
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  outline: none;
  text-decoration: none;
  color: #000;
}
.partner-content ul {
  padding-top: 20px;
  padding-left: 100px;
}
.partner-content ul li {
  float: left;
  margin: 40px 35px;
  
}
.partner-content ul li img {
  display: block;
}
.partner-content ul li p {
  margin-top: 20px;
}

.join {
 
  height: 440px;
  background: url(../images/bg.jpg);
}
.join-main {
  padding-top: 20px;
}
.join .title-j {
  text-align: center;
}
.join .title-j h4 {
  font-size: 35px;
  padding-top: 40px;
  color: #fff;
}
.join .title-j h3 {
  font-size: 20px;
  margin-top: 40px;
  color: #FFF;
  
  
}
.join .title-j  h4 a {
  padding-bottom: 15px;
  border-bottom: 2px solid #FFF;
  outline: none;
  text-decoration: none;
  color: #fff;

 
}

.swiper-join {
  margin-top: 20px;
  width: 100%;
  height: 100%;
}
.swiper-join .swiper-slide {
  height: 210px;
  width: 100%;

  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}
.join-pic {
  width: 200px;
}
.join-pic h4{
  margin-top: 20px;
  font-size: 20px;
}
.j-main-left,
.j-main-right{
width: 500px;
text-align: left;

}

.j-main-left p,
.j-main-right p {
  width: 400px !important;
 
 
  font-size: 14px;
}



.news .news-main .title-news {
  text-align: center;
}
.news .news-main .title-news h4 {
  font-size: 35px;
  padding-top: 40px;
 
}
.news .news-main .title-news h3 {
  font-size: 20px;
  margin-top: 40px;

  
  
}
.news .news-main .title-news h4 a {
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  outline: none;
  text-decoration: none;
  color: #000;
}
.news-content {
  padding-top: 50px;


}
.news-content .news-left {
  width: 370px;
}
.news-content .news-left img {
  width: 100%;
}
.news-content .news-right{
  margin-left: 30px;
}
.tag {
  margin-top: 10px;
}
.tag a {
  padding:10px 20px;
  background-color: #0199e4;
  color: #fff;
  margin-right: 20px;
}

.tag a:hover {
  text-decoration: none;
}
.new-main {
  margin-top: 20px;
}
.new-main ul li {
  width: 800px;
  height: 100px;
  margin-top: 10px;
  position: relative;
  /* background-color: #ccc; */
  

}
.new-pic {
  margin-right: 20px;
}
.new-main ul li h4 {
  font-size: 16px;
  font-weight: 700;
}
.new-main ul li p {
  margin-top: 10px;
  padding-right: 20px;
  color: #dddddd;
}
.new-main ul li .ding-news {
  position: absolute;
  width: 100px;
  bottom: 0;
  right: 0;
  color: #0199e4;
}
.new-main ul li .ding-news:hover{
  text-decoration: none;
}