@font-face {
  font-family: 'myfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}
@font-face {
  font-family: 'iconfont3';  /* project id 779589 */
  src: url('//at.alicdn.com/t/font_779589_0p32kwyujl8j.eot');
  src: url('//at.alicdn.com/t/font_779589_0p32kwyujl8j.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_779589_0p32kwyujl8j.woff') format('woff'),
  url('//at.alicdn.com/t/font_779589_0p32kwyujl8j.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_779589_0p32kwyujl8j.svg#iconfont') format('svg');
  }
* {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-family: iconfont3,myfont;
}
a {
  text-decoration: none;
  color: #000000;
}
section {
  width: 100%;
  font-size: 0.875rem;
}
body {
  position: relative;
}
header {
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  background-image: url('../imgs/header_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 3.125rem;
  z-index: 99999;
}
header > div {
  float: left;
  height: 100%;
  text-align: left;
  font-size: 14px;
  text-align: center;
}
header > div img {
  height: 60%;
  margin-top: .625rem;
}
header > div span {
  float: left;
}
#phoneimg {
  float: left;
}
header > div:not(:last-child) {
  width: 40%;
}
header > div:first-child img {
  float: left;
  margin-left: 0.9375rem;
}
header > div:last-child {
  width: 20%;
}
header > div:nth-of-type(2) {
  line-height: 50px;
}
header > div:nth-of-type(2) span {
  padding-left: 15px;
  font-size: 1rem;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
}
.slider .swiper-container .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;
}
.slider {
  width: 100%;
  height: 180px;
}
.swiper-slide img {
  height: 100%;
  width: 100%;
}
.submenu {
  height: 250px;
  width: 100%;
  background-color: #f5f5f5;
}
.submenu > div {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  clear: both;
}
.submenu > div:last-child {
  height: 80%;
  width: 100%;
}
#index_phone {
  width: 70%;
  height: 20%;
  margin-left: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.submenu_div > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  font-size: .875rem;
}
.submenu_div > ul > li {
  float: left;
  list-style: none;
  color: #c70019;
  height: 100%;
}
.submenu_div > ul > li a img {
  height: 4.375rem;
  width: 4.375rem;
  padding-top: 10px;
}
.submenu_2 > li ul li {
  color: #000;
  cursor: pointer;
  list-style: none;
  line-height: 1.5rem;
}
#index_phone > div {
  width: 100%;
  height: 55%;
  border-radius: 20px;
  background-color: #fff;
}
#index_phone > div > p {
  float: left;
  text-align: center;
  line-height: 26px;
  font-weight: 700;
}
#index_phone > div > p:first-child {
  color: #c70019;
  width: 64%;
  font-size: 1rem;
}
#index_phone > div > p:last-child {
  width: 36%;
  height: 100%;
  color: #fff;
  font-size: 1rem;
  background-color: #c70019;
  border-radius: 20px;
}
.empty_div {
  height: 66px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .875rem;
}
.empty_div img {
  width: 100%;
}
.empty_div > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.5);
}
.empty_div > div div {
  width: 60%;
}
.Business_service {
  height: 250px;
  width: 100%;
  font-size: .875rem;
  text-align: center;
  background-color: #f5f5f5;
}
.Business_service > div {
  width: 94%;
  margin: 0 auto;
}
.service_title {
  height: 43px;
}
.service_title span {
  float: right;
  font-size: .875rem;
  line-height: 43px;
}
.service_title h2 {
  float: left;
  border-left: 10px solid #c70019;
  padding-left: 8px;
  font-size: .875rem;
  font-weight: 500;
  margin-top: 12px;
}
.Business_service > div:not(:first-child) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.Business_service > div:nth-of-type(2) {
  height: 36px;
  line-height: 36px;
  background: #fff;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Business_service > div:nth-of-type(2) > span:first-child {
  color: #c70019;
  font-size: 1rem;
}
.Business_service > div > div {
  width: 49%;
  height: 2.875rem;
  font-size: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.Business_service > div > div p {
  color: #808080;
}
.Business_service > div > div > p:first-child {
  color: #c70019;
}
.service_4 {
  height: 21rem;
  background-color: #f5f5f5;
  font-size: 0.75rem;
}
.service_4 > div {
  width: 94%;
  margin: 0 auto;
}
.service_4 > div:nth-of-type(even) {
  background-color: #fff;
}
.service_4 > div:nth-of-type(2) {
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_4 > div > div {
  text-align: center;
}
.service_4 > div p:first-child {
  background-color: #c70019;
  padding: 2px;
  border-radius: 5px;
  color: white;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 0.3125rem;
}
.service_4 > div:not(:nth-of-type(2)) > div {
  float: left;
  width: 40%;
}
.service_4 > div:not(:first-child) {
  height: 58px ;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.Qualifications {
  height: 250px;
  background-color: #f5f5f5;
}
.Qualifications > div {
  width: 94%;
  margin: 0 auto;
}
.Qualifications > div img {
  height: 0.9375rem;
}
.Qualifications > div:not(:first-child) div {
  width: 45%;
  height: 80%;
  border: 1px solid red;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-radius: 5px;
  border-top: 5px solid red;
  background-color: #fff;
}
.Qualifications > div:not(:first-child) {
  height: 69px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 12px;
}
.Qualifications > div:nth-of-type(2) div:first-child {
  position: relative;
  overflow: hidden;
  border: 1px solid #e0781c;
  border-top: 6px solid #e0781c;
}
.Qualifications > div:nth-of-type(2) div:last-child {
  border: 1px solid #2cc1d0;
  border-top: 6px solid #2cc1d0;
}
.Qualifications > div:nth-of-type(3) div:first-child {
  position: relative;
  overflow: hidden;
  border: 1px solid #65a0e9;
  border-top: 6px solid #65a0e9;
}
.Qualifications > div:nth-of-type(3) div:last-child {
  border: 1px solid #5852bc;
  border-top: 6px solid #5852bc;
}
.Qualifications > div:nth-of-type(4) div:first-child {
  position: relative;
  overflow: hidden;
  border: 1px solid #c75aed;
  border-top: 6px solid #c75aed;
}
.Qualifications > div:nth-of-type(4) div:last-child {
  border: 1px solid #f64f32;
  border-top: 6px solid #f64f32;
}
.Qualifications > div div p:first-child {
  color: #e9781c;
}
.Qualifications > div div p:last-child {
  width: 100%;
  text-align: center;
}
.Qualifications > div:nth-of-type(2) div:first-child::after {
  position: absolute;
  content: 'hot';
  background-color: #c70019;
  width: 70px;
  text-align: center;
  color: white;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 2px;
  font-size: .625rem;
  left: 70%;
}
.licence {
  height: 306px;
  background-color: #f5f5f5;
}
.licence > div {
  margin: 0 auto;
  width: 94%;
}
.licence > div:not(:first-child) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.licence > div:not(:first-child) > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 45%;
  text-align: center;
  background-color: #fff;
  font-size: .75rem;
}
.licence > div:not(:first-child) > div p {
  width: 100%;
}
.licence > div:not(:first-child) > div p:first-child {
  color: #c70019;
  padding-top: 4px;
}
.licence > div:not(:first-child) > div img {
  width: 66px;
  height: 66px;
  border-radius: 66px;
}
.licence > div:not(:first-child) {
  height: 7.5625rem;
  margin-top: 0.625rem;
}
.pk {
  height: 17rem;
}
.pk > div {
  height: 15%;
  width: 94%;
  margin: 0 auto;
  margin-top: 1%;
}
.pk > div:first-child{
  margin-top: 0
}
.pk > div > div {
  text-align: center;
}
.pk > div > div:first-child {
  width: 100%;
  height: 50%;
  border-radius: 25px;
  text-align: center;
}
.pk > div > div:first-child p {
  float: left;
  font-weight: 700;
  font-size: 1rem;

}
.pk > div > div:first-child p:not( :nth-of-type(2)) {
  width: 39%;
}
.pk > div > div:first-child p:nth-of-type(1) {
  color: #c70019;
  border: 1px solid #c70019;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  border-left: none;
}
.pk > div > div:first-child p:nth-of-type(2) {
  height: 100%;
  width: 20%;
  background-color: #c70019;
  color: white;
  font-weight: 700;
}
.pk > div > div:first-child p:nth-of-type(3) {
  border: 1px solid gray;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-left: none;
}
.pk > div > div:last-child p {
  float: left;
  width: 50%;
  font-size: 10px;
  color: #808080;
  position: absolute;
  right: 0;
  margin-top: 5px
}
.pk > div > div:last-child p:first-child{
  position: absolute;
  left: 0;
  
}


.news {
  position: relative;
  background: #f5f5f5;
}
.news > div:first-child ul li {
  float: left;
  width: 25%;
  list-style: none;
  text-align: center;
}
.line {
  height: .8%;
  width: 100%;
  margin-top: -1%;
}
.line > div {
  width: 25%;
  background-color: #c70019;
  height: 100%;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.news_content {
  width: 94%;
  margin: 0 auto;
  height: 89%;
  overflow: hidden;
}
.news_content > div {
  height: 100%;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}
.news_content > div > div {
  float: left;
  height: 100%;
}
.news_1 > div {
  height: 33%;
}
.news_1 > div > div {
  float: left;
}
.news_1 > div > div:first-child {
  width: 6.25rem;
  height:  6.25rem;
  margin-right: 1.25rem;
  margin-left: 1rem;
  margin-top: 10px
}
.news_1 > div > div:first-child img {
  height: 60%;
  margin-top: 10%;
}
.news_1 > div > div:nth-of-type(2) {
  width:60%;
  height: 70px;
  margin-top: 6.5%;
  display: flex;justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.news_1 > div > div:nth-of-type(2) h2 {
  width: 100%;
  padding-top: 1.25rem;
}
.news_1 > div > div:nth-of-type(2) p {
  width: 100%;
  height: 50%;
  color: #808080;
}
.news_1 > div > div:nth-of-type(2) p:first-child {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  overflow:hidden; 
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  white-space: nowrap;
}
.news_1 > div > div:nth-of-type(2) p {
    font-size: .75rem;
}
.news_1 > div > div:nth-of-type(2) p:last-child{
  margin-top: .3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_1 > div > div:nth-of-type(2) p :first-child{
  color: #000;
  margin-top: 15px;
  overflow:hidden; 
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  white-space: nowrap;
}



.customer {
  height: 292px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer {
  background: #c70019;
  height: 196px;
  color: #fff;
  font-size: .75rem;
}
.footer img {
  width: 4.6875rem;
  height: 4.6875rem;
}
.footer > div:first-child {
  height: 99%;
  width: 100%;
}
.footer > div:first-child > div:first-child {
  width: 40%;
  line-height: 25px;
  margin: 0 auto;
  text-align: center;
}
.footer > div:first-child > div:last-child {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  line-height: 25px;
}
.footer div:last-child {
  height: 1.5625rem;
}
.footer_fixed {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #e9e9e9;
  height: 42px;
}
.footer_fixed > a {
  float: left;
  height: 100%;
  width: 24.5%;
  font-size: .875rem;
  padding-top: 12px;
  text-align: center;
  border-left: 1px solid #fff;
}
.footer_fixed > a:first-child {
  border: none;
}
.footer_fixed > a:nth-of-type(2),.footer_fixed >a:nth-of-type(3){
  color: #000;
}