@charset "UTF-8";
.warp {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.warp .banner {
  margin-top: 0;
}

.warp .banner img {
  width: 100%;
}

.warp .banner a:last-child img {
  display: none !important;
}

.warp .container {
  width: 100%;
  position: relative;
}

.warp .container .inner {
  width: 1200px;
  height: 223px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 15px 30px #ececec;
  top: -62px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 5;
}

.warp .container .inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 223px;
  padding: 0px 50px;
}

.warp .container .inner ul li {
  width: 25%;
  text-align: center;
}

.warp .container .inner ul li h6 {
  display: flex;
  align-items: flex-start;
  font-weight: normal;
  justify-content: center;
}

.warp .container .inner ul li h6 em {
  font-size: 43.04px;
  color: #333333;
}

.warp .container .inner ul li h6 span {
  font-size: 19.26px;
  color: #757575;
  display: block;
  margin-left: 10px;
  margin-top: 5px;
}

.warp .container .inner ul li p {
  font-size: 19.26px;
  color: #717171;
  margin-top: 10px;
}

.warp .container .Product_Center {
  width: 1200px;
  margin: 0 auto;
  margin-top: 237px;
  display: flex;
  justify-content: space-between;
}

.warp .container .Product_Center .left {
  width: 426px;
  height: 648px;
  background: url(../images/product_center.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.warp .container .Product_Center .left .bt {
  margin-top: 300px;
  position: relative;
  width: 100%;
  height: 158px;
  background: url(../images/bt_bg.png) no-repeat;
  padding-left: 70px;
  padding-top: 35px;
  background-position: 75px;
}

.warp .container .Product_Center .left .bt h6 {
  font-size: 58.18px;
  color: #ffffff;
  font-weight: normal;
}

.warp .container .Product_Center .left .bt p {
  font-size: 21.29px;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
}

.warp .container .Product_Center .left a.more {
  position: absolute;
  width: 148px;
  height: 61px;
  border: 1px solid #FFFfff;
  left: 84px;
  bottom: 44px;
  border-radius: 30px;
  font-size: 26px;
  color: #ffffff;
  line-height: 56px;
  text-align: center;
}

.warp .container .Product_Center .right {
  width: 700px;
}

.warp .container .Product_Center .right ul {
  height: 648px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.warp .container .Product_Center .right ul li {
  height: 50%;
}

.warp .container .Product_Center .right ul li .img {
  width: 338px;
  height: 255px;
  overflow: hidden;
  cursor: pointer;
}

.warp .container .Product_Center .right ul li .img img {
  transition: all .5s;
  object-fit: cover;
  height: 255px;
  margin: 0 auto;
}

.warp .container .Product_Center .right ul li .img img:hover {
  transform: scale(1.1) !important;
}

.warp .container .Product_Center .right ul li .name {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #eeeeee;
  line-height: 54px;
}

.warp .container .Product_Center .right ul li .name a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.warp .container .Product_Center .right ul li .name a img {
  width: 17px;
  height: 17px;
  margin-left: 10px;
}

.warp .container .Product_Center .right ul li .name a p {
  font-size: 18px;
  color: #333333;
}

.warp .container .about_us {
  width: 100%;
  height: 531px;
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #0364d1;
  position: relative;
  background: url(../images/about_bg.png) no-repeat;
  background-size: cover;
}

.warp .container .about_us .about {
  width: 49%;
  height: 100%;
  background-color: rgba(87, 173, 251, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 55px;
  padding-left: 45px;
}

.warp .container .about_us .about h5 {
  font-size: 42.65px;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 3px;
}

.warp .container .about_us .about p.nr {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  width: 515px;
  text-align: justify;
  margin-top: 35px;
  padding-bottom: 43px;
  line-height: 30px;
  border-bottom: 1px dashed #fff;
}

.warp .container .about_us .about .more {
  display: flex;
  margin-top: 100px;
  width: 524px;
  justify-content: space-between;
  align-items: center;
}

.warp .container .about_us .about .more p {
  font-size: 12px;
  color: #ffffff;
}

.warp .container .about_us .about .more img {
  width: 93px;
}

.warp .container .news {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.warp .container .news .bt {
  width: 540px;
  margin: 0 auto;
  margin-top: 70px;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 30px;
  position: relative;
}

.warp .container .news .bt h3 {
  font-size: 32px;
  color: #000;
  text-align: center;
}

.warp .container .news .bt p {
  font-size: 20px;
  color: #999999;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.warp .container .news .bt .bord {
  width: 47px;
  height: 5px;
  background-color: #12934c;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
}

.warp .container .news .bt a.more {
  display: none;
}

.warp .container .news ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 63px;
}

.warp .container .news ul li {
  width: 376px;
  text-align: center;
  margin-bottom: 50px;
}

.warp .container .news ul li .time {
  font-size: 30px;
  color: #000000;
  margin: 28px 0;
}

.warp .container .news ul li p {
  width: 338px;
  margin: 0 auto;
  font-size: 16px;
  color: #000000;
  line-height: 29px;
  height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}

.warp .container .news ul li .img{
	width: 375px;
	height: 159px;
	background-size: cover;
}

.warp .container .news ul li a.more {
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
  display: block;
}

.warp .container .news ul li a.rig {
  display: none;
}

.index .banner {
  margin-top: 96px;
}

.index .banner .swiper-container {
  width: 100%;
  height: 100%;
}

.index .banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}

.about .container .bt h1 {
  text-align: center;
  font-size: 56px;
  color: #000;
  margin-top: 60px;
}

.about .container .Company_profile {
  width: 100%;
  min-height: 432px;
  background: url(../images/company_profile.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.about .container .Company_profile p {
  width: 1090px;
  margin: 0 auto;
  margin-top: 60px;
  line-height: 35px;
  font-size: 16px;
  color: #000;
  text-align: justify;
}

.about .container .absorbed {
  width: 100%;
  min-height: 534px;
  background: url(../images/absorbed.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  margin-bottom: 548px;
}

.about .container .absorbed ul {
  width: 754px;
  margin: 0 auto;
  margin-top: 141px;
  display: flex;
  justify-content: space-between;
}

.about .container .absorbed ul li {
  width: 187px;
  height: 52px;
  background-color: #006ab0;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding: 0 7px;
}

.about .container .absorbed ul li span {
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .container .absorbed ul li span img {
  width: 24px;
}

.about .container .absorbed ul li p {
  width: 75%;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.about .container .absorbed ul li:nth-child(2) {
  background-color: #dd906a;
}

.about .container .absorbed ul li:nth-child(3) {
  background-color: #20b183;
}

.about .container .absorbed p.p {
  width: 1090px;
  margin: 0 auto;
  margin-top: 95px;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  text-align: justify;
  text-indent: 2em;
}

.about .container .Company_profile_2 {
  position: absolute;
  width: 1090px;
  height: 548px;
  overflow: hidden;
  top: 966px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-top: 70px;
}

.about .container .Company_profile_2 p {
  line-height: 35px;
  font-size: 16px;
  color: #000;
  text-align: justify;
  text-indent: 2em;
}

.about .container .Company_profile_2 .bot {
  display: flex;
  margin-top: 48px;
}

.about .container .Company_profile_2 .bot .img {
  width: 541px;
  height: 232px;
  background: url(../images/company_profile_2.png);
  background-size: 100% 100%;
}

.about .container .Company_profile_2 .bot p {
  margin-left: 20px;
  padding: 27px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  flex: 1;
}

.about .container .corporate_culture {
  width: 100%;
  height: 649px;
  background: url(../images/corporate_culture.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.about .container .corporate_culture ul {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8px;
}

.about .container .corporate_culture ul li {
  width: 428px;
  height: 87px;
  margin-top: 70px;
  background-color: #fff;
  border-radius: 45px;
  display: flex;
  align-items: center;
  position: relative;
}

.about .container .corporate_culture ul li span {
  position: absolute;
  width: 93px;
  height: 93px;
  border-radius: 100%;
  background-color: #006ab0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 3px;
}

.about .container .corporate_culture ul li p {
  font-size: 20px;
  color: #666666;
  margin-left: 108px;
  font-family: 黑体;
  line-height: 30px;
}

.about .container .corporate_culture ul li:nth-child(2) span {
  background-color: #4eb1eb;
}

.about .container .corporate_culture ul li:nth-child(3) span {
  background-color: #dd906a;
}

.about .container .corporate_culture ul li:nth-child(4) span {
  background-color: #20b183;
}

.contact .container .content {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 98px;
}

.contact .container .content ul {
  display: flex;
  justify-content: space-around;
  margin-top: 105px;
  margin-bottom: 90px;
}

.contact .container .content ul li span {
  width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto;
}

.contact .container .content ul li span.phone {
  background: url(../images/contact_us_phone.png) no-repeat;
  background-size: 100% 100%;
}

.contact .container .content ul li span.e-mail {
  background: url(../images/contact_us_e-mail.png) no-repeat;
  background-size: 100% 100%;
}

.contact .container .content ul li span.web {
  background: url(../images/contact_us_website.png) no-repeat;
  background-size: 100% 100%;
}

.contact .container .content ul li p {
  font-size: 20px;
  color: #111111;
  margin-top: 28px;
}

.contact .container .content p.add {
  font-size: 28px;
  color: #111111;
  margin-top: 40px;
}

.Product_Center .container {
  width: 100%;
  background-color: #f7f7f7;
}

.Product_Center .container .content {
  width: 1192px;
  margin: 0 auto;
  overflow: hidden;
}

.Product_Center .container .content .bt {
  position: relative;
  height: 30px;
  margin-top: 23px;
}

.Product_Center .container .content .bt h2 {
  position: absolute;
  font-size: 22.24px;
  left: 0;
  z-index: 2;
}

.Product_Center .container .content .bt .bord {
  position: absolute;
  width: 92px;
  height: 6px;
  background-color: #037ee3;
  left: 0;
  bottom: 5px;
  z-index: 1;
}

.Product_Center .container .content ul.list {
  margin-top: 34px;
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}

.Product_Center .container .content ul.list li {
  width: 371px;
  height: 371px;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-right: 39px;
}

.Product_Center .container .content ul.list li:nth-child(3n){
	margin-right: 0;
}

.Product_Center .container .content ul.list li .box {
  padding-top: 55px;
  text-align: center;
}

.Product_Center .container .content ul.list li .box img {
  margin: 0 auto;
  height: 180px;
}

.Product_Center .container .content ul.list li .box p {
  font-size: 18.36px;
  color: #222222;
  margin-top: 36px;
}

.Product_Center .container .content ul.list li .box span {
  margin-top: 12px;
  font-size: 14.28px;
  color: #999999;
  display: block;
  padding: 0 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Product_Center .container .content ul.list li .box_pro {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/product_bg.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  transform: translateY(101%);
  color: #fff;
}

.Product_Center .container .content ul.list li .box_pro .pro_bt {
  margin-top: 60px;
  text-align: center;
}

.Product_Center .container .content ul.list li .box_pro .pro_bt h6 {
  font-size: 18.36px;
}

.Product_Center .container .content ul.list li .box_pro .pro_bt .bord {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin: 19px auto;
}

.Product_Center .container .content ul.list li .box_pro p {
  font-size: 14.28px;
  color: #ffffff;
  width: 300px;
  margin: 0 auto;
  text-align: justify;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.Product_Center .container .content ul.list li .box_pro a {
  width: 131px;
  height: 37px;
  background-color: #fff;
  border-radius: 25px;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 14.28px;
  line-height: 37px;
  color: #037ee3;
  margin-top: 45px;
}

.Product_Center .container .content ul.list li:hover .box_pro {
  transform: translateY(0);
  transition: all .3s;
}

.Product_Center .container .content .paging {
  margin-top: 42px;
  margin-bottom: 79px;
}

.Product_Center .container .content .paging .pagelist{
  display: flex;
  justify-content: center;
}

.Product_Center .container .content .paging .pagelist li {
  height: 37px;
  border: 1px solid #eeeeee;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  margin: 0 9px;
  display: inline-block;
  color: #999999;
}

.Product_Center .container .content .paging .pagelist li a{
  display: block;
  color: #999999;
  padding: 0 14px;
}

.Product_Center .container .content .paging .pagelist li span{
  padding: 0 14px;
}

.Product_Center .container .content .paging .pagelist li.thisclass a {
  border-color: #2382f1;
  background-color: #2382f1;
  color: #ffffff;	
}

.Product_Center .container .content .paging .pagelist li:hover a {
  border-color: #2382f1;
  background-color: #2382f1;
  color: #ffffff;
}

.News_Center .container {
  background-color: #f7f7f7;
  overflow: hidden;
}

.News_Center .container .content {
  width: 1198px;
  margin: 0 auto;
  overflow: hidden;
}

.News_Center .container .content ul {
  margin-top: 31px;
  display: block;
}

.News_Center .container .content ul li {
  width: auto;
  height: 295px;
  border: none;
  margin-bottom: 16px;
  display: flex;
  cursor: auto;
  background: #fff;
}

.News_Center .container .content ul li .img {
  width: 429px;
  height: auto;
  background-size: cover;
}

.News_Center .container .content ul li .news_list {
  margin-left: 64px;
  padding-top: 24px;
  padding-right: 50px;
  flex: 1;
}

.News_Center .container .content ul li .news_list h5 {
  width: 100%;
  font-size: 20px;
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 25px;
}

.News_Center .container .content ul li .news_list span.label {
  margin-top: 35px;
  display: block;
  width: 95px;
  height: 26px;
  line-height: 26px;
  background-color: #f0f5ff;
  font-size: 14px;
  color: #1d8ceb;
  text-align: center;
  border-top-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

.News_Center .container .content ul li .news_list p {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.News_Center .container .content ul li .news_list a.details {
  width: 129px;
  height: 43px;
  background-color: #4d4d4d;
  display: block;
  margin-top: 40px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 43px;
}

.News_Center .container .content ul li a.more {
  display: none;
}

.News_Center .container .content .paging {
  margin-top: 120px;
  margin-bottom: 104px;
}

.article .container {
  background-color: #f7f7f7;
  overflow: hidden;
}

.article .container .content {
  width: 1066px;
  margin: 0 auto;
  padding-top: 50px;
  font-size: 16px !important;
  color: #666666 !important;
  line-height: 28px !important;
  margin-top: 25px !important;
  font-weight: bold !important;
}

.article .container .content h1 {
  font-size: 24px;
  color: #000000;
  text-align: center;
  line-height: 40px;
}

.article .container .content .time {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 43px;
  margin-bottom: 49px;
  border-bottom: 1px dashed #e5e5e5;
}

.article .container .content>.img{
	width: 100%;
    height: 335px;
    margin-bottom: 50px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.article .container .content .time img {
  width: 14px;
  margin-bottom: 0;
}

.article .container .content .time em {
  font-size: 16px;
  color: #999999;
  margin-left: 10px;
}

.article .container .content img {
  max-width: 90%;
  margin-bottom: 50px;
}

.article .container .content p {
  font-size: 16px !important;
  color: #666666 !important;
  line-height: 28px !important;
  margin-top: 25px !important;
  font-weight: bold !important;
}

.article .container .content span {
  font-size: 16px !important;
  color: #666666 !important;
  line-height: 28px !important;
  margin-top: 25px !important;
  font-weight: bold !important;
  display: block;!important;
}

.article .container .switch {
  width: 1066px;
  height: 225px;
  background-color: #fff;
  margin: 45px auto 37px;
  overflow: hidden;
  padding: 25px 0;
}

.article .container .switch ul {
  display: flex;
  justify-content: space-between;
}

.article .container .switch ul li {
  width: 50%;
  height: 175px;
  display: flex;
  position: relative;
  padding-left: 40px;
  padding-top: 58px;
}

.article .container .switch ul li p.p {
  position: absolute;
  font-size: 14px;
  color: #333333;
  top: 21px;
  left: 38px;
}

.article .container .switch ul li .img {
  width: 160px;
  height: 105px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.article .container .switch ul li .nr {
  margin-left: 10px;
  width: 200px;
}

.article .container .switch ul li .nr a {
  font-size: 18px;
  color: #333333;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: block;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article .container .switch ul li .nr .time {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 13px;
  border-top: 1px solid #dddddd;
}

.article .container .switch ul li .nr .time img {
  width: 11px;
  height: 11px;
  margin-top: 0;
}

.article .container .switch ul li .nr .time p {
  font-size: 12px;
  color: #888888;
  margin-left: 5px;
}

.article .container .switch ul li.next {
  border-left: 1px dashed #dfdfdf;
  padding-left: 96px;
}

.article .container .switch ul li.next p.p {
  left: 96px;
}

.guild {
  width: 1200px;
  height: 65px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.guild p {
  margin-left: 15px;
  font-size: 14px;
  color: #999999;
}

.guild p a{
  color: #999999;
}

@media screen and (max-width: 750px) {
  .warp {
    width: 100%;
    background-color: #f3f3f3;
  }
  .warp .banner {
    margin-top: 0;
  }
  .warp .banner a:first-child img {
    display: none;
  }
  .warp .banner a:last-child img {
    display: block !important;
    width: 100%;
  }
  .warp .container .inner {
    width: 6.15rem;
    height: 1.55rem;
    top: -.6rem;
  }
  .warp .container .inner ul {
    height: 1.55rem;
    padding: 0px .3rem;
  }
  .warp .container .inner ul li h6 em {
    font-size: .28rem;
  }
  .warp .container .inner ul li h6 span {
    font-size: .14rem;
    margin-left: .05rem;
    margin-top: .02rem;
  }
  .warp .container .inner ul li p {
    font-size: .14rem;
    margin-top: .08rem;
  }
  .warp .container .Product_Center {
    margin: 0 auto;
    margin-top: 1.12rem;
    display: inherit;
    width: 7.1rem;
    background-color: #fff;
  }
  .warp .container .Product_Center .left {
    width: 7.1rem;
    height: 1.65rem;
    background: url(../images/product_center_ph.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
  }
  .warp .container .Product_Center .left .bt {
    margin-top: .28rem;
    height: 1.14rem;
    background: url(../images/bt_bg_ph.png) no-repeat;
    background-size: contain;
    padding-left: .65rem;
    padding-top: 0;
    background-position: .47rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .warp .container .Product_Center .left .bt h6 {
    font-size: .36rem;
  }
  .warp .container .Product_Center .left .bt p {
    font-size: .24rem;
    margin-top: 3px;
  }
  .warp .container .Product_Center .left a.more {
    width: 1.49rem;
    height: .61rem;
    right: .47rem;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: .26rem;
    line-height: .59rem;
    bottom: 0;
    left: auto;
  }
  .warp .container .Product_Center .right {
    width: 6.15rem;
    margin: 0 auto;
  }
  .warp .container .Product_Center .right ul {
    height: auto;
  }
  .warp .container .Product_Center .right ul li {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .warp .container .Product_Center .right ul li .img {
    width: 2.93rem;
    height: 2.21rem;
  }
  .warp .container .Product_Center .right ul li .img img {
    width: auto;
    height: 100%;
  }
  .warp .container .Product_Center .right ul li .name {
    border-bottom: none;
    flex: 1;
  }
  .warp .container .Product_Center .right ul li .name a p {
    font-size: .24rem;
  }
  .warp .container .Product_Center .right ul li .name a img {
    width: .22rem;
    height: .22rem;
    margin-left: .1rem;
  }
  .warp .container .Product_Center .right ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .warp .container .about_us {
    height: 5.44rem;
    margin: .2rem 0;
    border-top: none;
    background: url(../images/about_bg_ph.png) no-repeat;
  }
  .warp .container .about_us .about {
    bottom: 0;
    width: 100%;
    height: 4.04rem;
    top: auto;
    padding: 0 .64rem;
    padding-top: .3rem;
  }
  .warp .container .about_us .about h5 {
    font-size: .36rem;
    letter-spacing: 1px;
  }
  .warp .container .about_us .about p.nr {
    font-size: .24rem;
    width: auto;
    margin-top: .2rem;
    line-height: .33rem;
    padding-bottom: .2rem;
  }
  .warp .container .about_us .about .more {
    margin-top: 0;
    width: 100%;
    height: .65rem;
  }
  .warp .container .about_us .about .more img {
    width: .93rem;
  }
  .warp .container .news {
    width: 100%;
    margin: 0 auto;
    margin-bottom: .2rem;
    background-color: #fff;
  }
  .warp .container .news .bt {
    width: 100%;
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
    position: relative;
    height: .88rem;
    display: flex;
    align-items: flex-end;
    padding: .25rem .19rem;
  }
  .warp .container .news .bt h3 {
    font-size: .36rem;
    text-align: left;
  }
  .warp .container .news .bt p {
    font-size: .2rem;
    text-align: left;
    margin-top: 0;
    margin-left: .1rem;
  }
  .warp .container .news .bt a.more {
    display: block;
    position: absolute;
    right: .3rem;
    font-size: .23rem;
    color: #999999;
    font-weight: bold;
  }
  .warp .container .news .bt .bord {
    display: none;
  }
  .warp .container .news ul {
    margin-top: 0;
  }
  .warp .container .news ul li {
    width: 100%;
    border-top: 1px solid #f3f3f3;
    padding: 0 .19rem;
    display: flex;
    align-items: center;
    height: .8rem;
    margin-bottom: 0;
    position: relative;
  }
  .warp .container .news ul li .time {
    font-size: .24rem;
    margin: 0;
  }
  .warp .container .news ul li p {
    width: 73%;
    font-size: .24rem;
    line-height: .8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: initial;
    margin-left: .3rem;
    text-align: left;
    height: auto;
  }
  .warp .container .news ul li a.rig {
    position: absolute;
    right: .19rem;
    top: 50%;
    transform: translate(0%, -50%);
    display: block;
  }
  .warp .container .news ul li a.rig img {
    width: .16rem;
    height: .28rem;
    display: block;
  }
  .warp .container .news ul li .img {
    display: none;
  }
  .warp .container .news ul li a.more {
    display: none;
  }
  .index .banner {
    margin-top: .88rem;
  }
  .about {
    background-color: #f0f0f0;
  }
  .about .container .bt {
    position: relative;
    height: .73rem;
  }
  .about .container .bt h1 {
    position: absolute;
    font-size: .48rem;
    margin-top: .28rem;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
  }
  .about .container .bt .bord {
    position: absolute;
    width: 1.86rem;
    height: .08rem;
    background-color: #0f75e8;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
    z-index: 1;
  }
  .about .container .Company_profile {
    background: none;
    min-height: auto;
  }
  .about .container .Company_profile p {
    width: auto;
    padding: 0 .65rem;
    margin-top: .3rem;
    line-height: .4rem;
    font-size: .24rem;
    color: #222222;
    text-indent: 2em;
  }
  .about .container .Company_profile_2 {
    position: inherit;
    width: 100%;
    height: auto;
    overflow: hidden;
    top: 10.9%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding-top: 0;
    padding-bottom: .2rem;
  }
  .about .container .Company_profile_2 p {
    width: auto;
    padding: 0 .65rem;
    margin-top: .24rem;
    line-height: .4rem;
    font-size: .24rem;
    color: #222222;
    text-indent: 2em;
  }
  .about .container .Company_profile_2 .bot {
    display: block;
    margin-top: 0;
  }
  .about .container .Company_profile_2 .bot .img {
    margin: .2rem 0;
    width: 100%;
    height: 1.45rem;
    background-position: center center;
    background-size: cover;
  }
  .about .container .Company_profile_2 .bot p {
    padding: 0 .65rem;
    margin-left: 0;
    margin-top: 0;
    border: none;
  }
  .about .container .absorbed {
    min-height: 5.27rem;
    margin-bottom: 0;
    background: url(../images/absorbed_ph.png);
    background-size: 100% 100%;
  }
  .about .container .absorbed ul {
    width: 100%;
    margin-top: .36rem;
    justify-content: center;
  }
  .about .container .absorbed ul li {
    position: relative;
    width: .8rem;
    height: .8rem;
    border-radius: 100%;
    margin: 0 .46rem;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  .about .container .absorbed ul li span {
    width: .6rem;
    height: .6rem;
    border-radius: 100%;
  }
  .about .container .absorbed ul li span img {
    width: .35rem;
  }
  .about .container .absorbed ul li p {
    width: auto;
    position: absolute;
    white-space: nowrap;
    font-size: .22rem;
    color: #222222;
    bottom: -.34rem;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .about .container .absorbed p.p {
    width: 100%;
    margin-top: .65rem;
    line-height: .4rem;
    font-size: .24rem;
    text-align: center;
    padding: 0 .65rem;
  }
  .about .container .corporate_culture {
    height: 6.46rem;
    background: url(../images/corporate_culture_ph.png) no-repeat;
    background-size: 100% 100%;
  }
  .about .container .corporate_culture ul {
    width: 100%;
    margin-top: .15rem;
    justify-content: center;
  }
  .about .container .corporate_culture ul li {
    width: 5.21rem;
    height: 1.2rem;
    margin-top: .13rem;
    padding: 0 .2rem;
  }
  .about .container .corporate_culture ul li span {
    width: .94rem;
    height: .94rem;
    font-size: .2rem;
    letter-spacing: .01rem;
  }
  .about .container .corporate_culture ul li p {
    font-size: .24rem;
    margin-left: 1.23rem;
    line-height: .3rem;
  }
  .contact .container .content {
    width: auto;
    padding: 0 .72rem;
    margin-bottom: .25rem;
  }
  .contact .container .content ul {
    display: block;
    margin-top: .3rem;
    margin-bottom: .26rem;
  }
  .contact .container .content ul li {
    display: flex;
    align-items: center;
    margin-top: 2px;
  }
  .contact .container .content ul li span {
    width: .26rem;
    height: .26rem;
    display: block;
    margin: initial;
    margin-right: .18rem;
  }
  .contact .container .content ul li span.phone {
    background: url(../images/contact_us_phone_ph.png) no-repeat center center;
    background-size: contain;
  }
  .contact .container .content ul li span.e-mail {
    background: url(../images/contact_us_e-mail_ph.png) no-repeat center center;
    background-size: contain;
  }
  .contact .container .content ul li span.web {
    background: url(../images/contact_us_website_ph.png) no-repeat;
    background-size: 100% 100%;
  }
  .contact .container .content ul li p {
    font-size: .24rem;
    margin-top: 0;
  }
  .contact .container .content .Map {
    width: 6.10rem !important;
    height: 3.47rem !important;
    margin: 0 auto;
  }
  .contact .container .content p.add {
    font-size: .24rem;
    margin-top: .18rem;
  }
  .Product_Center .container {
    background-color: #f0f0f0;
  }
  .Product_Center .container .content {
    width: 100%;
  }
  .Product_Center .container .content .bt {
    display: none;
  }
  .Product_Center .container .content ul.list {
    margin-top: 0;
  }
  .Product_Center .container .content ul.list li {
    width: auto;
    height: 1.8rem;
    border: none;
    margin-bottom: .1rem;
    padding-left: .7rem;
    padding-right: .65rem;
    display: flex;
    margin-right: 0;
  }
  .Product_Center .container .content ul.list li .box {
    padding: .2rem 0;
    display: flex;
  }
  .Product_Center .container .content ul.list li .box .img {
    width: 2.2rem;
    height: 1.39rem;
    background-color: #cecece;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Product_Center .container .content ul.list li .box .img img {
    width: 1.16rem;
    height: 1.1rem;
  }
  .Product_Center .container .content ul.list li .box .nr {
    text-align: left;
    flex: 1;
    padding-left: .38rem;
  }
  .Product_Center .container .content ul.list li .box p {
    font-size: .24rem;
    color: #222222;
    margin-top: 0;
    border-bottom: 1px solid #cecece;
    padding-bottom: .15rem;
  }
  .Product_Center .container .content ul.list li .box span {
    margin-top: .15rem;
    font-size: .24rem;
    color: #595959;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
  .Product_Center .container .content ul.list li .box_pro {
    display: none;
  }
  .Product_Center .container .content .paging {
    margin: .3rem 0;
  }
  .Product_Center .container .content .paging .pagelist{
  	height: .37rem;
  }
  .Product_Center .container .content .paging .pagelist li {
    height: .37rem;
    border: none;
    line-height: .37rem;
    font-size: .2rem;
    color: #999999;
    margin: 0 .07rem;
    background-color: #fff;
  }
  .Product_Center .container .content .paging .pagelist li a{
    padding: 0 0.15rem;	
  }
  .Product_Center .container .content .paging .pagelist li span{
    padding: 0 0.15rem;
  }
  .News_Center .container .content ul{
	margin-top: 0;
  }
  .News_Center .container .content ul li {
    height: 2.19rem;
    margin: 0 .19rem;
    margin-top: .19rem;
    position: relative;
    padding: 0;
  }
  .News_Center .container .content ul li .img {
    width: 2.6rem;
    height: auto;
    background-size: cover;
  }
  .News_Center .container .content ul li .news_list {
    width: 4.2rem;
    margin-left: .3rem;
    padding-top: .19rem;
    padding-right: .48rem;
    flex: 1;
  }
  .News_Center .container .content ul li .news_list h5 {
    width: 100%;
    font-size: .28rem;
    line-height: 25px;
  }
  .News_Center .container .content ul li .news_list span.label {
    margin-top: 0;
    display: block;
    width: .94rem;
    height: .26rem;
    line-height: .26rem;
    font-size: .16rem;
    border-top-left-radius: .13rem;
    border-bottom-right-radius: .13rem;
  }
  .News_Center .container .content ul li .news_list p {
    font-size: .24rem;
    line-height: .3rem;
    margin-top: .2rem;
    -webkit-line-clamp: 3;
  }
  .News_Center .container .content ul li .news_list a.details {
    width: 129px;
    height: 43px;
    background-color: #4d4d4d;
    display: none;
    margin-top: 40px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 43px;
  }
  .News_Center .container .content ul li a.more {
    position: absolute;
    right: 0;
    top: 50%;
    width: .27rem;
    height: auto;
    transform: translate(0%, -50%);
    display: block;
  }
  .News_Center .container .content ul li a.more img {
    width: 100%;
  }
  .News_Center .container .content .paging .pagelist{
	width: auto;
  }
  .article .container {
    background-color: #f0f0f0;
  }
  .article .container .content {
    width: auto;
    padding: 0 .1rem;
    margin-top: .6rem;
    font-size: .24rem !important;
    line-height: .4rem !important;
    margin-top: 25px !important;
    font-weight: bold !important;
  }
  .article .container .content>.img {
    width: 100%;
    height: 2rem;
    margin-bottom: .25rem;
  }
  .article .container .content h1 {
    font-size: .24rem;
    line-height: .32rem;
  }
  .article .container .content .time {
    margin-top: .28rem;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
  }
  .article .container .content .time img {
    width: .2rem;
    margin: 0;
  }
  .article .container .content .time em {
    font-size: .2rem;
    margin-left: .07rem;
  }
  .article .container .content img {
    margin-bottom: .25rem;
  }
  
  .article .container .content p {
    font-size: .24rem !important;
    line-height: .4rem !important;
    margin-top: 25px !important;
    font-weight: bold !important;
  }
  .article .container .switch {
    width: 100%;
    height: auto;
    margin: .3rem auto 0;
    padding: 0;
    background: none;
  }
  .article .container .switch ul {
    display: block;
  }
  .article .container .switch ul li {
    width: 100%;
    height: 2.25rem;
    flex-direction: row-reverse;
    padding-left: .66rem;
    padding-top: .5rem;
    margin-bottom: .2rem;
    background-color: #fff;
    padding-right: .68rem;
    justify-content: space-between;
  }
  .article .container .switch ul li p.p {
    font-size: .24rem;
    top: .36rem;
    left: .65rem;
  }
  .article .container .switch ul li .img {
    width: 1.88rem;
    height: 1.28rem;
  }
  .article .container .switch ul li .nr {
    margin-left: 0;
    width: 44%;
    margin-top: .26rem;
  }
  .article .container .switch ul li .nr a {
    font-size: .24rem;
    margin-bottom: .15rem;
    font-weight: bold;
  }
  .article .container .switch ul li .nr .time {
    padding-top: .15rem;
  }
  .article .container .switch ul li .nr .time img {
    margin-right: .06rem;
  }
  .article .container .switch ul li .nr .time p {
    font-size: .22rem;
  }
  .article .container .switch ul li.next {
    border-left: none;
    padding-left: .66rem;
  }
  .article .container .switch ul li.next p.p {
    left: .65rem;
  }
  .guild {
    display: none;
  }
}
