@font-face {
  font-family: 'agitademi';
  src: url("fonts/Agita-DemiBold Playtype.eot");
  src: url("fonts/Agita-DemiBold Playtype.eot") format("embedded-opentype"), url("fonts/Agita-DemiBold Playtype.woff") format("woff"), url("fonts/Agita-DemiBold Playtype.ttf") format("truetype"), url("fonts/Agita-DemiBold Playtype.svg#Agita-DemiBold Playtype") format("svg");
}
.agitademi {
  font-family: "agitademi";
}
.linetext .line-box{
      width: 33px;
    height: 188px;
    position: absolute;
    left: 0;
    right: 0;
    top: -76px;
    margin: 0 auto;
}
.acons .linetext,
.welcome-banner .linetext{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 10;
    margin: auto;
}
.linetext .line-box .line{
  position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/lines.png) no-repeat top center/100% auto;
    top: 0;
    left: -41%;
    transition: all 1s ease .7s;
    height: 0;
}
.linetext.animated .line-box .line{
  height: 100%;
  transition: all 1s ease .4s;
}
.linetext .line-box .circle{
    width: 29px;
    height: 28px;
    background: url(../img/radio.png) no-repeat top center/100% auto;
    position: absolute;
    bottom: -10px;
    left: -41%;
    opacity: 0;
    margin-left: -10px;
    transition: all .3s ease 1s;
}
.linetext.animated .line-box .circle{
    opacity: 1;
    transition: all .3s ease .2s;
}
.wel-btns{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.5rem;
	width: 2.25rem;
	height: 2.25rem;
	z-index: 15;
	margin: auto;

}
.cons-header .bocweb-nav .items-tops{
  display: block;
}
.cons-header .bocweb-nav .items-bots{
  display: none;
  position: absolute;
  width: 100%;
  top: 88px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 0;
  left: 0;
   background: linear-gradient(to right, #401d87, #79216d);
  color:#fff;
}
.cons-header .bocweb-nav .items-bots .li{
  display: inline-block;
  vertical-align: top;
  padding:0 .5rem;
  margin:0 .4rem;
  color:#fff;
  transition:.5s ease-in-out;

}
.cons-header .bocweb-nav .items-bots .li:hover,.cons-header .bocweb-nav .items-bots .li.active{
  color:#fff;
  background:#401d87;
}

.wel-btns:before{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content:"";
  background: url(../img/jts.png) no-repeat center;
  background-size: 100%;
}
.wel-btns .svgs{
	width: 100%;
	height: 100%;
}
.svgbox .svg {
  stroke-width: 1;
  r: calc(50% - .5px);
}
.svgbox .svgs svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@keyframes kl {
  from {
    transform:translateY(-10px);
  }
  to {
    transform:translateY(10px);
  }
}
.wel-btns:before{
  animation: kl 3s linear infinite alternate;
}

.svgbox .circle {
  opacity: 0;
  transition: .5s ease-in-out;
}

.svgbox.hover .circle {
  animation: circle 10s linear;
  opacity: 1;
  transition: .5s ease-in-out;
}

@keyframes circle {
  from {
    stroke-dasharray: 0 1000;
  }
  to {
    stroke-dasharray: 1000 0;
  }
}
.map-images .yuans{
  width: 4px;
  height: 4px;
  position: absolute;
  left: 20.1rem;
  top: 5.9rem;
  z-index: 5;
}
@keyframes circles
{
 from{transform:scale3D(1,1,1);opacity: 1;}
 to{transform:scale3D(5,5,1);opacity: 0;}
}
.map-images .yuans .ib{
  position: absolute;
  width: 500%;
  height: 500%;
  background:#fff;
  border-radius: 50%;
  left: -250%;
  top: -250%;
  cursor: pointer;
  
}
.map-images .yuans .ib1{}
.map-images .yuans .ib2{animation: circles 2s linear .2s infinite;}
.map-images .yuans .ib3{animation: circles 2s linear .6s infinite;}
.map-images .yuans .jtt{
  position: absolute;
  right: 0;
  top: 0;
  width: 10.5rem;
  opacity: 0;
  transition:.5s ease-in-out;
  z-index: 0;
}
.map-images .yuans:hover .jtt{
  opacity: 1;
  z-index: 10;
  transition:.5s ease-in-out;
}
.map-images .yuans .jtt img{
  position: static;
}
@font-face {
  font-family: 'agita';
  src: url("fonts/Agita Playtype.eot");
  src: url("fonts/Agita Playtype.eot") format("embedded-opentype"), url("fonts/Agita Playtype.woff") format("woff"), url("fonts/Agita Playtype.ttf") format("truetype"), url("fonts/Agita Playtype.svg#Agita Playtype") format("svg");
}
@font-face {
  font-family: 'agitabold';
  src: url("fonts/Agita-Bold Playtype.eot");
  src: url("fonts/Agita-Bold Playtype.eot") format("embedded-opentype"), url("fonts/Agita-Bold Playtype.woff") format("woff"), url("fonts/Agita-Bold Playtype.ttf") format("truetype"), url("fonts/Agita-Bold Playtype.svg#Agita-Bold Playtype") format("svg");
}
.agitabold {
  font-family: "agitabold";
}
@keyframes kwidth
{
  from {width: 0;}
  to {width: 100%;}
}
@keyframes kheight
{
  from {height: 0;}
  to {height: 100%;}
}
.welcome-service2{
	height: 20.75rem;
	padding-top: 1.625rem;
}
.welcome-service2 .txts{
	margin:0 auto;
	max-width: 42em;
	color:#666666;
}
.welcome-service2 .tits{
	color:#333333;
	font-weight: bold;
	line-height: 1;
	margin-bottom: .6rem;
}
.w1050{
  width: 26.25rem;
	/*width: 1050px;*/
	margin:0 auto;
}
.addsbox{
	text-align: center;
	font-size: 0;
	color:#333333;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
  z-index: 5;
}
.addsbox .span{
	display: inline-block;
	vertical-align: top;
	padding-left: .75rem;
	position: relative;
	margin:0 .6rem;
}
.addsbox .span:before{
	content:"";
	position: absolute;
	width: .5rem;
	height: .5rem;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.addsbox .span1:before{
	background:url(../img/adds2.png) no-repeat center;
	background-size: 100%;
}
.addsbox .span2:before{
	background:url(../img/adds1.png) no-repeat center;
	background-size: 100%;
}

.con-cons-titles{
  height: 2rem;
}

.agita {
  font-family: "agita";
}

.map-images{
  position: relative;

}
.map-images img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.map-images .b{
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}
.map-images img.i2{
  z-index: 0;
}
.map-images img.i1{
  z-index: 1;
}
.map-images img.i0{
  position: relative;
  z-index: 1;

}
.map-images .i13,
.map-images .i14,
.map-images .i12,
.map-images .i11,
.map-images .i10,
.map-images .i9,
.map-images .i8,
.map-images .i7,
.map-images .i6,
.map-images .i5,
.map-images .i4,
.map-images .i30{
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  /*animation: kwidth 4s cubic-bezier(0, 0, 0.61, 0.07) .2s infinite ;*/
}
.map-images .i3{
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  animation: kwidth 3.5s cubic-bezier(0, 0, 0.61, 0.07) .3s infinite ;
}
.map-images .a4{
  animation: kwidth 3.8s cubic-bezier(0, 0, 0.61, 0.07)  infinite ;
}
.map-images .a5{
  animation: kwidth 3.8s cubic-bezier(0, 0, 0.61, 0.07)  infinite ;
}
.map-images .a6{
  animation: kwidth 3.8s cubic-bezier(0, 0, 0.61, 0.07)  infinite ;
}
.map-images .a7{
  animation: kwidth 3.8s cubic-bezier(0, 0, 0.61, 0.07)  infinite ;
}
.map-images .a8{
  animation: kwidth 3.8s cubic-bezier(0, 0, 0.61, 0.07)  infinite ;
}
.map-images .a9{
  animation: kwidth 3.2s cubic-bezier(0, 0, 0.61, 0.07) .6s  infinite ;
}
.map-images .a10{
  animation: kwidth 3.2s cubic-bezier(0, 0, 0.61, 0.07) .6s   infinite ;
}

body, html {
  font-family: "PingFang SC"  ,"Microsoft YaHei","Source Han Sans CN" ,"Helvetica Neue" , Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;
}

/*$color2:#d1001c;*/
/*mixin @include*/
/*%** @extend*/
/*background-image: -webkit-gradient(linear, left 0, right 0, from(#057aa1), to(#09377d));
-webkit-background-clip: text; 
-webkit-text-fill-color: transparent;*/
/*transform*/
/*caijian*/
.ft0 {
  font-size: 0;
}

.ft12 {
  font-size: 12px;
}

.ft13 {
  font-size: 13px;
}

.ft14 {
  font-size: 14px;
}

.ft15 {
  font-size: 0.375rem;
}

.ft16 {
  font-size: 0.4rem;
}

.ft17 {
  font-size: 0.425rem;
}

.ft18 {
  font-size: 0.45rem;
}

.ft19 {
  font-size: 0.475rem;
}

.ft20 {
  font-size: 0.5rem;
}

.ft21 {
  font-size: 0.525rem;
}

.ft22 {
  font-size: 0.55rem;
}

.ft23 {
  font-size: 0.575rem;
}

.ft24 {
  font-size: 0.6rem;
}

.ft25 {
  font-size: 0.625rem;
}

.ft26 {
  font-size: 0.65rem;
}

.ft27 {
  font-size: 0.675rem;
}

.ft28 {
  font-size: 0.7rem;
}

.ft29 {
  font-size: 0.725rem;
}

.ft30 {
  font-size: 0.75rem;
}

.ft31 {
  font-size: 0.775rem;
}

.ft32 {
  font-size: 0.8rem;
}

.ft33 {
  font-size: 0.825rem;
}

.ft34 {
  font-size: 0.85rem;
}

.ft35 {
  font-size: 0.875rem;
}

.ft36 {
  font-size: 0.9rem;
}

.ft37 {
  font-size: 0.925rem;
}

.ft38 {
  font-size: 0.95rem;
}

.ft39 {
  font-size: 0.975rem;
}

.ft40 {
  font-size: 1rem;
}

.ft41 {
  font-size: 1.025rem;
}

.ft42 {
  font-size: 1.05rem;
}

.ft43 {
  font-size: 1.075rem;
}

.ft44 {
  font-size: 1.1rem;
}

.ft45 {
  font-size: 1.125rem;
}

.ft46 {
  font-size: 1.15rem;
}

.ft47 {
  font-size: 1.175rem;
}

.ft48 {
  font-size: 1.2rem;
}

.ft49 {
  font-size: 1.225rem;
}

.ft50 {
  font-size: 1.25rem;
}

.ft51 {
  font-size: 1.275rem;
}

.ft52 {
  font-size: 1.3rem;
}

.ft53 {
  font-size: 1.325rem;
}

.ft54 {
  font-size: 1.35rem;
}

.ft55 {
  font-size: 1.375rem;
}

.ft56 {
  font-size: 1.4rem;
}

.ft57 {
  font-size: 1.425rem;
}

.ft58 {
  font-size: 1.45rem;
}

.ft59 {
  font-size: 1.475rem;
}

.ft60 {
  font-size: 1.5rem;
}

.ft61 {
  font-size: 1.525rem;
}

.ft62 {
  font-size: 1.55rem;
}

.ft63 {
  font-size: 1.575rem;
}

.ft64 {
  font-size: 1.6rem;
}

.ft65 {
  font-size: 1.625rem;
}

.ft66 {
  font-size: 1.65rem;
}

.ft67 {
  font-size: 1.675rem;
}

.ft68 {
  font-size: 1.7rem;
}

.ft69 {
  font-size: 1.725rem;
}

.ft70 {
  font-size: 1.75rem;
}

.ft71 {
  font-size: 1.775rem;
}

.ft72 {
  font-size: 1.8rem;
}

.ft73 {
  font-size: 1.825rem;
}

.ft74 {
  font-size: 1.85rem;
}

.ft75 {
  font-size: 1.875rem;
}

.ft76 {
  font-size: 1.9rem;
}

.ft77 {
  font-size: 1.925rem;
}

.ft78 {
  font-size: 1.95rem;
}

.ft79 {
  font-size: 1.975rem;
}

.ft80 {
  font-size: 2rem;
}

.ft81 {
  font-size: 2.025rem;
}

.ft82 {
  font-size: 2.05rem;
}

.ft83 {
  font-size: 2.075rem;
}

.ft84 {
  font-size: 2.1rem;
}

.ft85 {
  font-size: 2.125rem;
}

.ft86 {
  font-size: 2.15rem;
}

.ft87 {
  font-size: 2.175rem;
}

.ft88 {
  font-size: 2.2rem;
}

.ft89 {
  font-size: 2.225rem;
}

.ft90 {
  font-size: 2.25rem;
}

.ft91 {
  font-size: 2.275rem;
}

.ft92 {
  font-size: 2.3rem;
}

.ft93 {
  font-size: 2.325rem;
}

.ft94 {
  font-size: 2.35rem;
}

.ft95 {
  font-size: 2.375rem;
}

.ft96 {
  font-size: 2.4rem;
}

.ft97 {
  font-size: 2.425rem;
}

.ft98 {
  font-size: 2.45rem;
}

.ft99 {
  font-size: 2.475rem;
}

.ft100 {
  font-size: 2.5rem;
}

.ft101 {
  font-size: 2.525rem;
}

.ft102 {
  font-size: 2.55rem;
}

.ft103 {
  font-size: 2.575rem;
}

.ft104 {
  font-size: 2.6rem;
}

.ft105 {
  font-size: 2.625rem;
}

.ft106 {
  font-size: 2.65rem;
}

.ft107 {
  font-size: 2.675rem;
}

.ft108 {
  font-size: 2.7rem;
}

.ft109 {
  font-size: 2.725rem;
}

.ft110 {
  font-size: 2.75rem;
}

.ft111 {
  font-size: 2.775rem;
}

.ft112 {
  font-size: 2.8rem;
}

.ft113 {
  font-size: 2.825rem;
}

.ft114 {
  font-size: 2.85rem;
}

.ft115 {
  font-size: 2.875rem;
}

.ft116 {
  font-size: 2.9rem;
}

.ft117 {
  font-size: 2.925rem;
}

.ft118 {
  font-size: 2.95rem;
}

.ft119 {
  font-size: 2.975rem;
}

.ft120 {
  font-size: 3rem;
}

.ft121 {
  font-size: 3.025rem;
}

.ft122 {
  font-size: 3.05rem;
}

.ft123 {
  font-size: 3.075rem;
}

.ft124 {
  font-size: 3.1rem;
}

.ft125 {
  font-size: 3.125rem;
}

.ft126 {
  font-size: 3.15rem;
}

.ft127 {
  font-size: 3.175rem;
}

.ft128 {
  font-size: 3.2rem;
}

.ft129 {
  font-size: 3.225rem;
}

.ft130 {
  font-size: 3.25rem;
}

.ft131 {
  font-size: 3.275rem;
}

.ft132 {
  font-size: 3.3rem;
}

.ft133 {
  font-size: 3.325rem;
}

.ft134 {
  font-size: 3.35rem;
}

.ft135 {
  font-size: 3.375rem;
}

.ft136 {
  font-size: 3.4rem;
}

.ft137 {
  font-size: 3.425rem;
}

.ft138 {
  font-size: 3.45rem;
}

.ft139 {
  font-size: 3.475rem;
}

.ft140 {
  font-size: 3.5rem;
}

.ft141 {
  font-size: 3.525rem;
}

.ft142 {
  font-size: 3.55rem;
}

.ft143 {
  font-size: 3.575rem;
}

.ft144 {
  font-size: 3.6rem;
}

.ft145 {
  font-size: 3.625rem;
}

.ft146 {
  font-size: 3.65rem;
}

.ft147 {
  font-size: 3.675rem;
}

.ft148 {
  font-size: 3.7rem;
}

.ft149 {
  font-size: 3.725rem;
}

.ft150 {
  font-size: 3.75rem;
}

.ft151 {
  font-size: 3.775rem;
}

.ft152 {
  font-size: 3.8rem;
}

.ft153 {
  font-size: 3.825rem;
}

.ft154 {
  font-size: 3.85rem;
}

.ft155 {
  font-size: 3.875rem;
}

.ft156 {
  font-size: 3.9rem;
}

.ft157 {
  font-size: 3.925rem;
}

.ft158 {
  font-size: 3.95rem;
}

.ft159 {
  font-size: 3.975rem;
}

.ft160 {
  font-size: 4rem;
}

.ft161 {
  font-size: 4.025rem;
}

.ft162 {
  font-size: 4.05rem;
}

.ft163 {
  font-size: 4.075rem;
}

.ft164 {
  font-size: 4.1rem;
}

.ft165 {
  font-size: 4.125rem;
}

.ft166 {
  font-size: 4.15rem;
}

.ft167 {
  font-size: 4.175rem;
}

.ft168 {
  font-size: 4.2rem;
}

.ft169 {
  font-size: 4.225rem;
}

.ft170 {
  font-size: 4.25rem;
}

.ft171 {
  font-size: 4.275rem;
}

.ft172 {
  font-size: 4.3rem;
}

.ft173 {
  font-size: 4.325rem;
}

.ft174 {
  font-size: 4.35rem;
}

.ft175 {
  font-size: 4.375rem;
}

.ft176 {
  font-size: 4.4rem;
}

.ft177 {
  font-size: 4.425rem;
}

.ft178 {
  font-size: 4.45rem;
}

.ft179 {
  font-size: 4.475rem;
}

.ft180 {
  font-size: 4.5rem;
}

.ft181 {
  font-size: 4.525rem;
}

.ft182 {
  font-size: 4.55rem;
}

.ft183 {
  font-size: 4.575rem;
}

.ft184 {
  font-size: 4.6rem;
}

.ft185 {
  font-size: 4.625rem;
}

.ft186 {
  font-size: 4.65rem;
}

.ft187 {
  font-size: 4.675rem;
}

.ft188 {
  font-size: 4.7rem;
}

.ft189 {
  font-size: 4.725rem;
}

.ft190 {
  font-size: 4.75rem;
}

.ft191 {
  font-size: 4.775rem;
}

.ft192 {
  font-size: 4.8rem;
}

.ft193 {
  font-size: 4.825rem;
}

.ft194 {
  font-size: 4.85rem;
}

.ft195 {
  font-size: 4.875rem;
}

.ft196 {
  font-size: 4.9rem;
}

.ft197 {
  font-size: 4.925rem;
}

.ft198 {
  font-size: 4.95rem;
}

.ft199 {
  font-size: 4.975rem;
}

.ft200 {
  font-size: 5rem;
}

.pc768 {
  display: block;
}

.m768 {
  display: none;
}

.pcbox {
  display: block;
}

.mbox {
  display: none;
}
.prodetails-tops .prodetails-cb .imgs-swiper{
	width: 60%;
}

.prodetails-tops .prodetails-cb .words{
	width: 40%;

}
.prodetails-tops .prodetails-cb .txts{
	max-width: 100%;
	text-align: left;
}
.prodetails-cb{

}
@media screen and (max-width: 1800px) and (min-width: 1024px) {
	.ft15 {
		font-size: 14px;
	}

	.ft16 {
		font-size: 14px;
	}
	.ft18{
		/*font-size: 16px;*/
	}

}


@media screen and (max-width: 1023px) {
  .wel-btns{
    display: none;
  }
  .pcbox {
    display: none;
  }

  .mbox {
    display: block;
  }

	.prodetails-tops .prodetails-cb .imgs-swiper{
		width: 100%;
	}
	.prodetails-tops .prodetails-cb .words{
		width: 100%;
	}


}
@media screen and (max-width: 767px) {
  .pc768 {
    display: none;
  }

  .m768 {
    display: block;
  }

  .ft12 {
    font-size: .24rem;
  }

  .ft13 {
    font-size: .24rem;
  }

  .ft14 {
    font-size: .24rem;
  }

  .ft15 {
    font-size: .24rem;
  }

  .ft16 {
    font-size: .24rem;
  }

  .ft17 {
    font-size: .24rem;
  }

  .ft18 {
    font-size: .24rem;
  }

  .ft19 {
    font-size: .24rem;
  }

  .ft20 {
    font-size: .24rem;
  }

  .ft21 {
    font-size: .24rem;
  }

  .ft22 {
    font-size: .24rem;
  }

  .ft23 {
    font-size: .24rem;
  }

  .ft24 {
    font-size: 0.28rem;
  }

  .ft25 {
    font-size: 0.28rem;
  }

  .ft26 {
    font-size: 0.28rem;
  }

  .ft27 {
    font-size: 0.28rem;
  }

  .ft28 {
    font-size: 0.28rem;
  }

  .ft29 {
    font-size: 0.29rem;
  }

  .ft30 {
    font-size: 0.3rem;
  }

  .ft31 {
    font-size: 0.31rem;
  }

  .ft32 {
    font-size: 0.32rem;
  }

  .ft33 {
    font-size: 0.33rem;
  }

  .ft34 {
    font-size: 0.34rem;
  }

  .ft35 {
    font-size: 0.35rem;
  }

  .ft36 {
    font-size: 0.36rem;
  }

  .ft37 {
    font-size: 0.37rem;
  }

  .ft38 {
    font-size: 0.38rem;
  }

  .ft39 {
    font-size: 0.39rem;
  }

  .ft40 {
    font-size: 0.4rem;
  }

  .ft41 {
    font-size: 0.41rem;
  }

  .ft42 {
    font-size: 0.42rem;
  }

  .ft43 {
    font-size: 0.43rem;
  }

  .ft44 {
    font-size: 0.44rem;
  }

  .ft45 {
    font-size: 0.45rem;
  }

  .ft46 {
    font-size: 0.46rem;
  }

  .ft47 {
    font-size: 0.47rem;
  }

  .ft48 {
    font-size: 0.48rem;
  }

  .ft49 {
    font-size: 0.49rem;
  }

  .ft50 {
    font-size: 0.5rem;
  }

  .ft51 {
    font-size: 0.51rem;
  }

  .ft52 {
    font-size: 0.52rem;
  }

  .ft53 {
    font-size: 0.53rem;
  }

  .ft54 {
    font-size: 0.54rem;
  }

  .ft55 {
    font-size: 0.55rem;
  }

  .ft56 {
    font-size: 0.56rem;
  }

  .ft57 {
    font-size: 0.57rem;
  }

  .ft58 {
    font-size: 0.58rem;
  }

  .ft59 {
    font-size: 0.59rem;
  }

  .ft60 {
    font-size: 0.6rem;
  }

  .ft61 {
    font-size: 0.61rem;
  }

  .ft62 {
    font-size: 0.62rem;
  }

  .ft63 {
    font-size: 0.63rem;
  }

  .ft64 {
    font-size: 0.64rem;
  }

  .ft65 {
    font-size: 0.65rem;
  }

  .ft66 {
    font-size: 0.66rem;
  }

  .ft67 {
    font-size: 0.67rem;
  }

  .ft68 {
    font-size: 0.68rem;
  }

  .ft69 {
    font-size: 0.69rem;
  }

  .ft70 {
    font-size: 0.7rem;
  }

  .ft71 {
    font-size: 0.71rem;
  }

  .ft72 {
    font-size: 0.72rem;
  }

  .ft73 {
    font-size: 0.73rem;
  }

  .ft74 {
    font-size: 0.74rem;
  }

  .ft75 {
    font-size: 0.75rem;
  }

  .ft76 {
    font-size: 0.76rem;
  }

  .ft77 {
    font-size: 0.77rem;
  }

  .ft78 {
    font-size: 0.78rem;
  }

  .ft79 {
    font-size: 0.79rem;
  }

  .ft80 {
    font-size: 0.8rem;
  }

  .ft81 {
    font-size: 0.81rem;
  }

  .ft82 {
    font-size: 0.82rem;
  }

  .ft83 {
    font-size: 0.83rem;
  }

  .ft84 {
    font-size: 0.84rem;
  }

  .ft85 {
    font-size: 0.85rem;
  }

  .ft86 {
    font-size: 0.86rem;
  }

  .ft87 {
    font-size: 0.87rem;
  }

  .ft88 {
    font-size: 0.88rem;
  }

  .ft89 {
    font-size: 0.89rem;
  }

  .ft90 {
    font-size: 0.9rem;
  }

  .ft91 {
    font-size: 0.91rem;
  }

  .ft92 {
    font-size: 0.92rem;
  }

  .ft93 {
    font-size: 0.93rem;
  }

  .ft94 {
    font-size: 0.94rem;
  }

  .ft95 {
    font-size: 0.95rem;
  }

  .ft96 {
    font-size: 0.96rem;
  }

  .ft97 {
    font-size: 0.97rem;
  }

  .ft98 {
    font-size: 0.98rem;
  }

  .ft99 {
    font-size: 0.99rem;
  }

  .ft100 {
    font-size: 1rem;
  }

  .ft101 {
    font-size: 1.01rem;
  }

  .ft102 {
    font-size: 1.02rem;
  }

  .ft103 {
    font-size: 1.03rem;
  }

  .ft104 {
    font-size: 1.04rem;
  }

  .ft105 {
    font-size: 1.05rem;
  }

  .ft106 {
    font-size: 1.06rem;
  }

  .ft107 {
    font-size: 1.07rem;
  }

  .ft108 {
    font-size: 1.08rem;
  }

  .ft109 {
    font-size: 1.09rem;
  }

  .ft110 {
    font-size: 1.1rem;
  }

  .ft111 {
    font-size: 1.11rem;
  }

  .ft112 {
    font-size: 1.12rem;
  }

  .ft113 {
    font-size: 1.13rem;
  }

  .ft114 {
    font-size: 1.14rem;
  }

  .ft115 {
    font-size: 1.15rem;
  }

  .ft116 {
    font-size: 1.16rem;
  }

  .ft117 {
    font-size: 1.17rem;
  }

  .ft118 {
    font-size: 1.18rem;
  }

  .ft119 {
    font-size: 1.19rem;
  }

  .ft120 {
    font-size: 1.2rem;
  }

  .ft121 {
    font-size: 1.21rem;
  }

  .ft122 {
    font-size: 1.22rem;
  }

  .ft123 {
    font-size: 1.23rem;
  }

  .ft124 {
    font-size: 1.24rem;
  }

  .ft125 {
    font-size: 1.25rem;
  }

  .ft126 {
    font-size: 1.26rem;
  }

  .ft127 {
    font-size: 1.27rem;
  }

  .ft128 {
    font-size: 1.28rem;
  }

  .ft129 {
    font-size: 1.29rem;
  }

  .ft130 {
    font-size: 1.3rem;
  }

  .ft131 {
    font-size: 1.31rem;
  }

  .ft132 {
    font-size: 1.32rem;
  }

  .ft133 {
    font-size: 1.33rem;
  }

  .ft134 {
    font-size: 1.34rem;
  }

  .ft135 {
    font-size: 1.35rem;
  }

  .ft136 {
    font-size: 1.36rem;
  }

  .ft137 {
    font-size: 1.37rem;
  }

  .ft138 {
    font-size: 1.38rem;
  }

  .ft139 {
    font-size: 1.39rem;
  }

  .ft140 {
    font-size: 1.4rem;
  }

  .ft141 {
    font-size: 1.41rem;
  }

  .ft142 {
    font-size: 1.42rem;
  }

  .ft143 {
    font-size: 1.43rem;
  }

  .ft144 {
    font-size: 1.44rem;
  }

  .ft145 {
    font-size: 1.45rem;
  }

  .ft146 {
    font-size: 1.46rem;
  }

  .ft147 {
    font-size: 1.47rem;
  }

  .ft148 {
    font-size: 1.48rem;
  }

  .ft149 {
    font-size: 1.49rem;
  }

  .ft150 {
    font-size: 1.5rem;
  }

  .ft151 {
    font-size: 1.51rem;
  }

  .ft152 {
    font-size: 1.52rem;
  }

  .ft153 {
    font-size: 1.53rem;
  }

  .ft154 {
    font-size: 1.54rem;
  }

  .ft155 {
    font-size: 1.55rem;
  }

  .ft156 {
    font-size: 1.56rem;
  }

  .ft157 {
    font-size: 1.57rem;
  }

  .ft158 {
    font-size: 1.58rem;
  }

  .ft159 {
    font-size: 1.59rem;
  }

  .ft160 {
    font-size: 1.6rem;
  }

  .ft161 {
    font-size: 1.61rem;
  }

  .ft162 {
    font-size: 1.62rem;
  }

  .ft163 {
    font-size: 1.63rem;
  }

  .ft164 {
    font-size: 1.64rem;
  }

  .ft165 {
    font-size: 1.65rem;
  }

  .ft166 {
    font-size: 1.66rem;
  }

  .ft167 {
    font-size: 1.67rem;
  }

  .ft168 {
    font-size: 1.68rem;
  }

  .ft169 {
    font-size: 1.69rem;
  }

  .ft170 {
    font-size: 1.7rem;
  }

  .ft171 {
    font-size: 1.71rem;
  }

  .ft172 {
    font-size: 1.72rem;
  }

  .ft173 {
    font-size: 1.73rem;
  }

  .ft174 {
    font-size: 1.74rem;
  }

  .ft175 {
    font-size: 1.75rem;
  }

  .ft176 {
    font-size: 1.76rem;
  }

  .ft177 {
    font-size: 1.77rem;
  }

  .ft178 {
    font-size: 1.78rem;
  }

  .ft179 {
    font-size: 1.79rem;
  }

  .ft180 {
    font-size: 1.8rem;
  }

  .ft181 {
    font-size: 1.81rem;
  }

  .ft182 {
    font-size: 1.82rem;
  }

  .ft183 {
    font-size: 1.83rem;
  }

  .ft184 {
    font-size: 1.84rem;
  }

  .ft185 {
    font-size: 1.85rem;
  }

  .ft186 {
    font-size: 1.86rem;
  }

  .ft187 {
    font-size: 1.87rem;
  }

  .ft188 {
    font-size: 1.88rem;
  }

  .ft189 {
    font-size: 1.89rem;
  }

  .ft190 {
    font-size: 1.9rem;
  }

  .ft191 {
    font-size: 1.91rem;
  }

  .ft192 {
    font-size: 1.92rem;
  }

  .ft193 {
    font-size: 1.93rem;
  }

  .ft194 {
    font-size: 1.94rem;
  }

  .ft195 {
    font-size: 1.95rem;
  }

  .ft196 {
    font-size: 1.96rem;
  }

  .ft197 {
    font-size: 1.97rem;
  }

  .ft198 {
    font-size: 1.98rem;
  }

  .ft199 {
    font-size: 1.99rem;
  }

  .ft200 {
    font-size: 2rem;
  }
}
/*@media*/
/*@media not screen and (max-width: 1023px){}*/
.news-detailsbox {
  margin-top: .75rem;
  margin-bottom: .6rem;
  padding-top: 2.25rem;
  padding-bottom: 1.25rem;
  background: #fff;
}

/**/
.news-details {
  width: 910px;
  max-width: 90%;
  margin: 0 auto;
}

.news-detailsbox {
  margin-top: .75rem;
  margin-bottom: .6rem;
  padding-top: 2.25rem;
  padding-bottom: 1.25rem;
  background: #fff;
}

.news-details .time {
  line-height: 1;
  margin-top: .75rem;
}

.newsdetails-tit {
  padding: 0 1.25rem;
  line-height: 1.36;
}

.new-detailscon {
  color: #666666;
  line-height: 1.9;
  margin-top: .9rem;
  padding-bottom: 2.2rem;
}

.news-details-bots {
  height: 1.5rem;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.5rem;
  position: relative;
}

.news-details-bots .back {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/jpg/i35.png) no-repeat center;
  background-size: 100%;
}

.news-details-bots .back:hover {
  background: url(../img/jpg/i36.png) no-repeat center;
  background-size: 100%;
}

.news-details-bots .btns {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  overflow: hidden;
  transition: .5s ease-in-out;
}

.news-details-bots .btns:hover {
  transition: .5s ease-in-out;
  color: #ea2a39;
}

.news-details-bots .prev, .news-details-bots .next {
  max-width: 40%;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.bd_weixin_popup {
  box-sizing: content-box;
}

.news-fx {
  line-height: 1;
  text-align: center;
  font-size: 0;
  margin-bottom: 1.375rem;
}

.news-fx .items {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: .6rem;
  height: .6rem;
  opacity: .5;
  margin: 0 .25rem;
  transition: .5s ease-in-out;
  float: none;
}

.news-fx .items:hover {
  opacity: 1;
  transition: .5s ease-in-out;
}

.news-fx .wx {
  background: url(../img/vx.png) no-repeat center;
  background-size: 100%;
}

.news-fx .wb {
  background: url(../img/vb.png) no-repeat center;
  background-size: 100%;
}

img {
  max-width: 100%;
}

.w1600 {
  width: 85%;
  margin: 0 auto;
  max-width: 1600px;
}

img.w100 {
  width: 100%;
}

.cons-header {
  height: 88px;
  line-height: 88px;
}
.cons-header .bocweb-nav {
  font-size: 0;
  text-align: center;
}
.cons-header .bocweb-nav .items {
  display: inline-block;
  vertical-align: middle;
}
.cons-header .bocweb-nav .items-tops {
  padding: 0 .75rem;
  color: #333333;
}
.cons-header .bocweb-nav .items a.active, .cons-header .bocweb-nav .items a:hover {
  color: #401d87;
}
.cons-header .bocweb-header {
  position: relative;
  padding-left: 6rem;
  padding-right: 6rem;
  background: #fff;
  z-index: 100;
}
.cons-header .bocweb-header.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
.cons-header .bocweb-header .header-right,
.cons-header .bocweb-header .bocweb-logo {
  position: absolute;
  top: 0;
}
.cons-header .bocweb-header .bocweb-logo {
  left: 0;
  padding-left: 1.5rem;
}
.cons-header .bocweb-header .bocweb-logo img{
  max-width: 140px;
}
.cons-header .bocweb-header .header-right {
  right: 0;
  padding-right: 1.5rem;
}
.cons-header .bocweb-header .header-right .searchs {
  display: inline-block;
  vertical-align: middle;
  width: 2.1rem;
  height: 30px;
  line-height: 30px;
  position: relative;
  margin-left: .4rem;
  position: relative;
  /*background:$c;*/
}
.cons-header .bocweb-header .header-right .searchs input {
  border: none;
  outline: none;
  background: transparent;
}
.cons-header .bocweb-header .header-right .searchs input[type=text] {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  padding-left: .4rem;
  background: #401d87;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transition: .5s ease-in-out;
}
.cons-header .bocweb-header .header-right .searchs input[type=text]:focus {
  width: 200%;
  transition: .5s ease-in-out;
}
.cons-header .bocweb-header .header-right .searchs input[type=submit] {
  position: absolute;
  right: .075rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/ser.png) #ea2a39 no-repeat center;
  background-size: 100%;
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
  text-indent: -999px;
}
.cons-header .bocweb-header .uls {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.cons-header .bocweb-header .uls .li {
  display: inline-block;
  color: #999999;
  text-transform: uppercase;
  vertical-align: middle;
}
.cons-header .bocweb-header .uls .li:nth-child(n+2) {
  margin-left: 5px;
}
.cons-header .bocweb-header .uls .li.on {
  color: #401d87;
}

.bocweb-footer {
  background: #fff;
}
.bocweb-footer .footer-bots {
  background: #f1f1f1;
}
.bocweb-footer .footer-tops {
  padding-top: 2rem;
  padding-bottom: 1.95rem;
}

.footer-tops .logo {
  width: 3.625rem;
  height: 1rem;
}
.footer-tops .tits {
  line-height: 1.5;
  margin-top: .4rem;
  margin-bottom: .9rem;
}
.footer-tops .li2 {
  margin-top: .2rem;
  margin-bottom: .5rem;
  color: #ea2a39;
}
.footer-tops .text {
  line-height: 1.25;
}

.footer-tops .fr-navlist {
  font-size: 0;
}
.footer-tops .fr-navlist .nav {
  display: inline-block;
  vertical-align: top;
  padding: 0 .9rem;
}
.footer-tops .fr-navlist .nav .nav-tops {
  color: #333333;
  line-height: 1;
  margin-bottom: .45rem;
}
.footer-tops .fr-navlist .nav .li {
  line-height: 2;
}
.footer-tops .fr-navlist .nav.nav-right {
  padding: 0;
  margin-left: .9rem;
  padding-left: 1.625rem;
  text-align: center;
  line-height: 1.3;
  border-left: 1px solid #dcdcdc;
}
.footer-tops .fr-navlist .nav.nav-right .it:nth-child(n+2){
  margin-top: .5rem;
}
.footer-tops .fr-navlist .nav.nav-right .imgs {
  width: 2.75rem;
  height: 2.75rem;
  margin: auto;
}
.footer-tops .fr-navlist .nav.nav-right .span {
  margin-top: .4rem;
}
.footer-tops .fr-navlist .nav a {
  display: block;
  color: #666666;
}

.footer-bots {
  padding-top: .75rem;
  padding-bottom: 1.4rem;
}
.footer-bots .ps {
  line-height: 1;
  color: rgba(51, 51, 51, 0.5);
  margin-top: .3rem;
}
.footer-bots .ps a {
  color: rgba(51, 51, 51, 0.5);
}
.footer-bots .fl-left {
  line-height: 20px;
}
.footer-bots .fl-left span {
  color: #ea2a39;
}
.footer-bots .fr-right {
  padding-top: .25rem;
}

.links {
  color: #333333;
  position: relative;
  display: inline-block;
}
.links .links-tops {
  height: 1rem;
  line-height: 1rem;
  width: 6.375rem;
  background: #fff;
  padding-left: .5rem;
  padding-right: .8rem;
  position: relative;
  cursor: pointer;
}
.links .links-tops:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 5px;
  background: url(../img/sj.png) no-repeat center;
  background-size: 100%;
  right: .6rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.links .links-bots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
  display: none;
}
.links .links-bots a {
  color: #666;
  line-height: 1rem;
  padding-left: .5rem;
  padding-right: .8rem;
  background: #fff;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.02);
}

.con-banner {
  position: relative;
}
.con-banner .images {
  position: relative;
}
.con-banner .images .imgs {
  height: 460px;
}
.con-banner .images:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: url(../img/png.png) no-repeat left top;
  background-size: auto 100%;
  z-index: 0;
}
.con-banner .words {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  color: #fff;
  z-index: 1;
}
.con-banner .words .line {
  width: .9rem;
  height: .25rem;
  background: url(../img/line.png) no-repeat center;
  background-size: 100%;
}
.con-banner .words .cn {
  margin-top: .8rem;
  margin-bottom: .75rem;
}

.cons-titles {
  text-align: center;
  line-height: 2rem;
  background: #f5f5f5;
  font-size: 0;
  color: #666666;
  border-bottom: 1px solid #eaeaea;
}
.cons-titles .li {
  display: inline-block;
  color: #666666;
  vertical-align: middle;
  padding: 0 .25rem;
  margin: 0 1.8rem;
  position: relative;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.cons-titles .li.active {
  color: #401d87;
}
.cons-titles .li.active:before {
  opacity: 1;
  transition: .5s ease-in-out;
}
.cons-titles .li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #401d87;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: .5s ease-in-out;
}

.con-title {
  line-height: 1;
}

.tc {
  text-align: center;
}

.contacts {
  padding-top: 2.2rem;
  padding-bottom: 3.4rem;
}
.contacts .contacts-tops {
  border-top: 2px solid #6d6d6d;
  padding-top: 1.25rem;
  padding-bottom: 1.75rem;
}
.contacts .con-title {
  margin-bottom: 1.25rem;
}

footer {
  border-top: 1px solid #dcdcdc;
}
.map23,
#map {
  height: 15.5rem;
}

.contacts-tops .fl-text {
  /*width: 17.25rem;*/
  line-height: 1.3;
  padding-right: 1rem;
  width: calc(100% - 12.5rem);
  font-size: 0;
}
.contacts-tops .fr-imgs{
  font-size: 0;
}
.contacts-tops .fr-imgs .frimgsi,
.contacts-tops .fl-text .ulbox{
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-left: 2%;
}
.contacts-tops .fr-imgs .frimgsi:nth-child(2n+1),
.contacts-tops .fl-text .ulbox:nth-child(2n+1){
  margin-left: 0;
}
.contacts-tops .fl-text .li {
  padding-left: .9rem;
  position: relative;
}
.contacts-tops .fl-text .li .imgs {
  position: absolute;
  width: .45rem;
  height: .45rem;
  left: .3rem;
  top: .375rem;
}
.contacts-tops .fl-text .li .box {
  position: relative;
  padding-left: 1.5rem;
}
.contacts-tops .fl-text .li .box .span {
  position: absolute;
  left: 0;
  top: 0;
}
.contacts-tops .fr-imgs {
  width: 12.5rem;
  padding-left: 1.25rem;
  padding-bottom: .3rem;
  text-align: center;
  border-left: 1px solid #d6d6d6;
}
.contacts-tops .fr-imgs .imgs {
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto;
  border: 1px solid #d6d6d6;
}
.contacts-tops .fr-imgs .span {
  line-height: 1.7;
  color: #333333;
  margin-top: .4rem;
}
.contacts-tops .titys {
  line-height: 1;
  margin-bottom: .75rem;
}
.contacts-tops .li {
  padding: .3rem 0;
  border-bottom: 1px solid #eaeaea;
}

.news {
  padding-top: 2.2rem;
  padding-bottom: 1.65rem;
}

.news-list {
  margin-top: 1.5rem;
}
.news-list .lists {
  padding-bottom: 1.5rem;
}
.news-list .items {
  display: block;
  border: 1px solid #e5e5e5;
  padding: .4rem;
  color: #999999;
}
.news-list .items .time {
  line-height: 1;
}
.news-list .items .tits {
  line-height: .6rem;
  height: .6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333333;
}
.news-list .items .txts {
  line-height: .6rem;
  height: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: .25rem;
  margin-bottom: .8rem;
}
.news-list .items:nth-child(n+2) {
  margin-top: .3rem;
}
.news-list .items .imgs {
  width: 20%;
  overflow: hidden;
}
.news-list .items .imgs img {
  transition: .5s ease-in-out;
  width: 100%;
}
.news-list .items.on {
  background: #f5f5f5;
}
.news-list .items.on .words {
  padding-left: .5rem;
  width: 100%;
}
.news-list .items .words {
  width: 80%;
  padding-left: .9rem;
  padding-top: .45rem;
  padding-bottom: .8rem;
}

.f5 {
  background: #f5f5f5;
}

.industry-tops {
  padding-top: 2.2rem;
  padding-bottom: 1.5rem;
}
.industry-tops .items {
  color: #999999;
}
.industry-tops .words {
  padding-top: 1rem;
}
.industry-tops .imgs {
  overflow: hidden;
}
.industry-tops .imgs img {
  transition: .5s ease-in-out;
}
.industry-tops .txts {
  line-height: .75rem;
  height: 1.5rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: .45rem;
  margin-bottom: .75rem;
}
.industry-tops .tits {
  line-height: .75rem;
  height: .75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #666666;
}
.industry-tops .time {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: .5rem;
  line-height: 1;
}
.industry-tops .time:before {
  position: absolute;
  content: "";
  width: .375rem;
  height: .375rem;
  background: url(../img/i7.png) no-repeat center;
  background-size: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.industry-tops .con-title {
  margin-bottom: 1rem;
}
.industry-tops .swiper-pagination {
  text-align: center;
  position: static;
  margin-top: 1.625rem;
  line-height: 1;
}
.industry-tops .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  width: .25rem;
  height: .25rem;
  background: #b2b2b2;
  opacity: 1;
  margin: 0 .25rem;
}
.industry-tops .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #401d87;
}
.industry-tops .swiper-slide {
  width: 30%;
  margin-right: 5%;
}
.industry-tops .swiper-slide img {
  transition: .5s ease-in-out;
  width: 100%;
}
.industry-tops .swiper-slide:last-child {
  margin-right: 0;
}

.industrybots {
  padding-top: 1.875rem;
  padding-bottom: 2.75rem;
}

.liulan {
  display: inline-block;
  /*width: (136rem/40);*/
  height: 0.95rem;
  line-height: 0.95rem;
  padding-left: .7rem;
  padding-right: 1rem;
  position: relative;
  background: #401d87;
  color: #fff;
  border-radius: 0.95rem;
}
.liulan:before {
  position: absolute;
  content: "";
  width: .5rem;
  height: .5rem;
  right: .5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/i8.png) no-repeat center;
  background-size: 100%;
}
.liulan:hover {
  color: #fff;
}

.service-con {
  padding-top: 2.5rem;
  padding-bottom: 3.4rem;
}
.service-con .list {
  padding-bottom: 1.1rem;
  font-size: 0;
}
.service-con .list .li {
  margin-bottom: .6rem;
  width: 49%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
  padding: .25rem;
  border: 1px solid #e5e5e5;
  position: relative;
}
.service-con .list .li .liulan {
  bottom: 1.5rem;
  right: 1.65rem;
  position: absolute;
}
.service-con .list .li:nth-child(2n+1) {
  margin-left: 0;
}
.service-con .list .li .imgs {
  width: 50.6%;
  overflow: hidden;
}
.service-con .list .li .imgs img {
  transition: .5s ease-in-out;
}
.service-con .list .li .words {
  width: 49.4%;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  padding-top: 1.1rem;
  color: #333333;
}
.service-con .list .li .words .tits {
  line-height: .8rem;
  height: .8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.service-con .list .li .words .txts {
  line-height: .55rem;
  height: .55rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: .4rem;
}
.service-con .list .li .words .text {
  line-height: .75rem;
  height: 2.25rem;
  font-size: .35rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #999999;
}
.service-con .list .li .words .line {
  height: 1px;
  width: 100%;
  background: #dbdbdb;
  margin-top: .7rem;
  margin-bottom: .7rem;
}

.products-list:nth-child(n+2) {
  margin-top: 1.75rem;
}

.clickmore {
  position: relative;
  text-align: center;
}
.clickmore span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #666666;
  cursor: pointer;
}

.products-con {
  padding-top: 2.25rem;
  padding-bottom: 2.9rem;
}
.products-con .con-title {
  margin-bottom: 1.25rem;
}
.products-con .list {
  padding: 0 .9rem;
}
.products-con .list .items {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-left: 5%;
  border: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 2%;
}
.products-con .list .items .imgs {
  overflow: hidden;
}
.products-con .list .items img {
  transition: .5s ease-in-out;
}
.products-con .list .items .span {
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
  background: #333333;
  line-height: 1.25rem;
  height: 1.25rem;
  color: #fff;
  padding: 0 .7rem;
}
.products-con .list .items:nth-child(3n+1) {
  margin-left: 0;
}

.pro-titles {
  border-top: 2px solid #e0e0e0;
  position: relative;
  line-height: 1;
}
.pro-titles span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: .75rem 0;
  padding-left: .9rem;
  padding-right: 1.75rem;
  color: #401d87;
}
.pro-titles span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #401d87;
  left: 0;
  top: -2px;
}

.swiper-pagination.actives {
  position: static;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.swiper-pagination.actives .swiper-pagination-bullet {
  width: .35rem;
  opacity: 1;
  margin: 0 .25rem;
  height: .35rem;
  background: #bbbbbb;
  transition: .5s ease-in-out;
}
.swiper-pagination.actives .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.actives .swiper-pagination-bullet:hover {
  background: #401d87;
  transition: .5s ease-in-out;
}

.prodetails-bots {
  padding-top: 1.75rem;
  padding-bottom: 2.25rem;
}
.prodetails-cb .con-title{
	font-weight: bold;
	color:#401d87;

}
.prodetails-bots .items {
  border-top: 2px solid #e0e0df;
  position: relative;
  padding-top: .9rem;
  padding-bottom: 1rem;
}
.prodetails-bots .items .it-tops {
  line-height: 1;
}
.prodetails-bots .items .it-bots {
  line-height: 1.6;
  margin-top: .45rem;
}
.prodetails-bots .items .it-tops{
	color:#401d87;
	
}
.prodetails-bots .items:before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 2px;
  top: -2px;
  left: 0;
  background: #401d87;
}

.prodetails-tops .txts {
  /*width: 18.75rem;*/
  margin: 0 auto;
  line-height: 2;
  color: #333333;
  margin-top: .9rem;
}
.prodetails-tops .imgs-swiper {
  width: 21rem;
  margin: 0  auto;
  margin-top: .5rem;
}
.prodetails-tops .imgs-swiper .swiper-pagination {
  margin-top: .6rem;
}
.prodetails-tops .tops-con {
  position: relative;
  padding-top: 2.75rem;
  padding-bottom: 1.2rem;
}
.prodetails-tops .tops-con .titles {
  position: absolute;
  left: 0;
  top: .9rem;
  color: #999999;
}
.prodetails-tops .tops-con .titles span {
  margin: 0 5px;
}
.prodetails-tops .tops-con .titles .li {
  display: inline-block;
  vertical-align: middle;
}
.prodetails-tops .tops-con .titles a {
  color: #999999;
  transition: .5s ease-in-out;
}
.prodetails-tops .tops-con .titles a:hover, .prodetails-tops .tops-con .titles a.active {
  color: #401d87;
  transition: .5s ease-in-out;
}

.prodetails-bots .items .it-bots.info-list {
  margin-top: .65rem;
}

.bold {
  font-weight: bold;
}

.info-list .li {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin-left: 2.66%;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 1rem 1.25rem .9rem 1rem;
  margin-bottom: 2%;
}
.info-list .li:nth-child(4n+1) {
  margin-left: 0;
}
.info-list .li .tits {
  line-height: .55rem;
  height: .55rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.info-list .li .txts {
  line-height: .6rem;
  height: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: .4rem;
}

.about-tops {
  padding-top: 2.25rem;
  padding-bottom: 2.9rem;
}

.w-lists {
  margin-top: 1.05rem;
}
.w-lists .items {
  display: inline-block;
  vertical-align: top;
  width: 22.5%;
  height: 3.75rem;
  line-height: 3.75rem;
  margin-left: 3.33%;
  position: relative;
  border: 1px solid #cccccc;
  padding-left: 1rem;
  color: #666;
}
.w-lists .items .spanbox {
  padding-left: .3rem;
  color: #666666;
}
.w-lists .items .spanbox .b {
  margin-top: .25rem;
  color: #666666;
}
.w-lists .items:nth-child(4n+1) {
  margin-left: 0;
}
.w-lists .items .i-imgs {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  position: absolute;
  right: .7rem;
  bottom: .5rem;
}
.w-lists .items .i-imgs img {
  display: block;
}
.w-lists .items .i-imgs .i1 {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
}
.w-lists .items .spanbox, .w-lists .items .num {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.about-tops .ab-words {
  padding-bottom: 2.1rem;
}
.about-tops .ab-words .txts {
  line-height: 1;
  margin-top: .75rem;
  margin-bottom: .5rem;
  color: #401d87;
}
.about-tops .ab-words .text {
  color: #666666;
  line-height: 2;
}

.w-videos .imgs {
  position: relative;
  cursor: pointer;
}
.w-videos .imgs:before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/play.png) no-repeat center;
  background-size: 100%;
}

.about-bots {
  background: #f7f6f9;
  padding-top: 2.25rem;
  padding-bottom: 3.875rem;
  bottom: 0;
  margin: auto;
}
.about-bots .titles {
  color: #401d87;
  line-height: 1;
  margin-bottom: 1rem;
}
.about-bots .list-bots {
  position: relative;
  margin-top: .5rem;
}
.about-bots .list-bots .spantext {
  position: absolute;
  right: 0;
  top: 0;
  width: 76%;
  height: 100%;
  background: #fff;
}
.about-bots .list-bots .spantext .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #401d87;
  width: 90%;
  /*text-align: center;*/
  line-height: 1.5;
}
.about-bots .list-bots .i {
  width: 24%;
  overflow: hidden;
}
.about-bots .list-bots .i img {
  width: 100%;
  transition: .5s ease-in-out;
}
.about-bots .list-images {
  padding-bottom: .75rem;
  padding-top: .6rem;
}
.about-bots .list-images .i {
  display: inline-block;
  vertical-align: top;
  width: 18.75%;
  margin-left:1.5625%;
  margin-bottom: .5rem;
}
.about-bots .list-images .i:nth-child(5n+1) {
  margin-left: 0;
}
.about-bots .abbots-left {
  /*width: 31.5%;*/
  width: 100%;
}
.iul{
  margin-top: 1.75rem;
}
.iul .ili .span{
  margin-top: .25rem;
}
.iul .ili .num{
  color:#401d87;
}
.iul .ili{
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.iul .ili:nth-child(2){
  margin-left: 2.1rem;
  padding-left: 1.5rem;
  position: relative;
  border-left: 1px solid #d9d2e7;
}
.about-bots .abbots-left .p {
  line-height: .6rem;
  color: #666666;
  /*margin-bottom: 1.25rem;*/
}
.about-bots .abbots-left .p .px{
  line-height: 1.875;
}
.about-bots .abbots-right {
  width:100%;
  margin-top: 3%;
  /*width: 63%;*/
}
.ab-bc{
  background:#fff;
  padding:.5rem;
  color:#666666;
}
.ab-bc .imgs{
  width: 30%;
}
.about-bots .abbots-left .p{
  width: 70%;
  padding-left: 1.5rem;
}
.about-bots .imgs img{
  /*display: block;*/
  /*margin:0 auto;*/
}
.about-bots .imgs {
  overflow: hidden;
}
.about-bots .lists-tits {
  padding-top: .75rem;
  padding-bottom: .5rem;
  position: relative;
  line-height: 1;
  color: #333333;
  border-top: 2px solid #333333;
}
.about-bots table {
  table-layout: fixed;
  width: 100%;
}
.about-bots table thead td {
  font-size: .45rem;
  color: #000000;
  font-weight: bold;
  background: #dedde0;
}
.about-bots table td {
  height: 1rem;
  padding: 2px;
  font-size: .35rem;
  text-align: center;
  border: 1px solid #b2b1b3;
}
.about-bots table td:nth-child(1) {
  width: 4.5rem;
}

.history {
  padding-top: 2.25rem;
  background: url(../img/bg.png) no-repeat left bottom;
  background-size: 100%;
}

.history-cons {
  position: relative;
}
.history-cons .con-title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.history-cons .history-lists-bots {
  padding-top: 1.4rem;
  padding-bottom: 4.75rem;
  position: relative;
}
.history-cons .history-lists-bots:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #e5e5e5;
  z-index: 0;
}
.history-cons .history-lists-bots .num {
  line-height: 1;
  padding-top: 1rem;
  position: relative;
  color: #401d87;
  font-weight: bold;
}
.history-cons .history-lists-bots .num:before {
  position: absolute;
  content: "";
  width: 7.25rem;
  height: 1px;
  top: -1px;
  background: #401d87;
}
.history-cons .history-lists-bots .text {
  line-height: 1.875;
  color: #333333;
  margin-top: .2rem;
}
.history-cons .history-lists-bots .time {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  border: 1px solid rgba(64, 29, 135, 0.2);
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  position: absolute;
}
.history-cons .history-lists-bots .time span {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 5;
}
@keyframes circles2
{
 from{transform:scale3D(1,1,1);opacity: 1;}
 to{transform:scale3D(3,3,1);opacity: 0;}
}
.history-cons .history-lists-bots .items.hover .time .b1{
    animation: circles2 2s linear .2s infinite;
}
.history-cons .history-lists-bots .items.hover .time .b2{
  animation: circles2 2s linear .6s infinite;
}
.history-cons .history-lists-bots .time .boxs{
    position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.history-cons .history-lists-bots .time .b{
  position: absolute;
  background: #401d87;
  border-radius: 50%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}
.history-cons .history-lists-bots .items {
  z-index: 2;
  padding-top: 1.35rem;
  position: relative;
}
.history-cons .history-lists-bots .items .li {
  width: 50%;
  border-top: 1px solid rgba(64, 29, 135, 0.2);
  padding-bottom: 1.25rem;
}
.history-cons .history-lists-bots .items .li.fr,.history-cons .history-lists-bots .items:nth-child(2n+2) .li {
  float:right;
  text-align: right;
  padding-left: 2.25rem;
}
.history-cons .history-lists-bots .items .li.fr,.history-cons .history-lists-bots .items:nth-child(2n+2) .li .num:before {
  right: 0;
}
.history-cons .history-lists-bots .items .li.fl,.history-cons .history-lists-bots .items:nth-child(2n+1) .li {
  float: left;
  padding-right: 2.25rem;
}
.history-cons .history-lists-bots .items .li.fl .num:before ,.history-cons .history-lists-bots .items:nth-child(2n+1) .li .num:before{
  left: 0;
}

.history-cons .history-lists-tops {
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/k8.png) no-repeat center;
  background-size: 100%;
  margin: 0 auto;
  position: relative;
}
.history-cons .history-lists-tops span {
  position: absolute;
  color: #401d87;
  width: 200%;
  left: 50%;
  transform: translateX(-50%);
  bottom: .95rem;
  text-align: center;
  line-height: 1.2;
}

.speech {
  background: url(../img/k10.png) no-repeat left bottom;
  background-size: 100%;
  padding-top: 2.25rem;
}
.speech .txts {
  margin-top: .9rem;
  margin-bottom: .5rem;
  color: #401d87;
  font-weight: bold;
}
.speech .words {
  width: 64%;
  color: #666666;
  line-height: 2;
  padding-bottom: 4.5rem;
}
.speech .words-lists {
  position: relative;
}
.speech .images {
  width: 36%;
  padding-left: 1.9rem;
}
.speech .images .tits {
  line-height: 1;
  color: #401d87;
}
.speech .images .imgs1 {
  margin-top: .4rem;
  margin-bottom: 1.75rem;
}

.honor {
  padding-top: 2.25rem;
  padding-bottom: 3.75rem;
}
.honor .con-title {
  margin-bottom: 2rem;
}

.hontops-rightbtns {
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
}
.hontops-rightbtns .swiper-pagination, .hontops-rightbtns .swiper-button-next {
  position: static;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: auto;
}
.hontops-rightbtns .swiper-pagination {
  line-height: 1;
  font-size: 14px;
  margin-right: .9rem;
}
.hontops-rightbtns .swiper-pagination .swiper-pagination-current {
  font-size: 1.2rem;
  color: #401d87;
}
.hontops-rightbtns .swiper-button-next {
  width: 2rem;
  height: 4rem;
  background: url(../img/k11.png) no-repeat center;
  background-size: 100%;
}

.honor-list {
  position: relative;
}
.honor-list .honor-bottomswiper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.honor-list .honor-right {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}

.honor-topswiper {
  height: 4.35rem;
  margin-bottom: 2.25rem;
  padding-right: 5rem;
  position: relative;
}
.honor-topswiper .swiper-container, .honor-topswiper .swiper-wrapper {
  height: 100%;
}
.honor-topswiper .items {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.honor-topswiper .swiper-slide {
  line-height: .9rem;
  height: .9rem;
  color: #666666;
}
.honor-topswiper .swiper-slide .b, .honor-topswiper .swiper-slide .span {
  display: inline-block;
  vertical-align: middle;
  font-family: Arial;
  text-transform: uppercase;
}
.honor-topswiper .swiper-slide .b {
  margin-right: .3rem;
}
.honor-topswiper .swiper-slide-active {
  line-height: 1.65rem;
  height: 1.65rem;
}
.honor-topswiper .swiper-slide-active .b, .honor-topswiper .swiper-slide-active .span {
  font-size: .6rem;
}
.honor-topswiper .swiper-slide-active .b {
  color: #401d87;
}

.honor-leftswiper {
  width: 30%;
}
.honor-leftswiper .words {
  font-size: 0;
  padding: .25rem;
  color: #401d87;
  text-transform: uppercase;
  text-align: center;
}
.honor-leftswiper .words .b, .honor-leftswiper .words .span {
  display: inline;
}

.honor-right {
  width: calc(70% - 1.75rem);
}

.honor-bottomswiper .swiper-slide {
  width: calc((100% - 3.5rem)/3);
  margin-right: 1.75rem;
  border: 1px solid #d6d6d6;
}
.honor-bottomswiper .swiper-slide:last-child {
  margin-right: 0;
}

.re-selects {
  width: 7.125rem;
  height: 1.25rem;
  line-height: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.re-selects .selecttops {
  position: relative;
  background-color: #f2f3f4;
  border: 1px solid #cccccc;
  padding-left: .7rem;
  padding-right: 1rem;
}
.re-selects .selecttops:before {
  position: absolute;
  width: 12px;
  height: 6px;
  right: .6rem;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
  background: url(../img/sj1.png) no-repeat center;
  background-size: 100%;
}
.re-selects .selectsbots {
  position: absolute;
  top: 1.3rem;
  width: 100%;
  line-height: 1.3;
  display: none;
  left: 0;
  padding: 10px 0;
  background: #f2f3f4;
}
.re-selects .selectsbots .li {
  padding: .2rem 0;
  padding-left: .7rem;
  padding-right: 1rem;
}

.recruit-list2 {
  padding-top: .9rem;
  padding-bottom: 2.25rem;
}
.recruit-list2 .form-tops {
  background: #f2f3f4;
}
.recruit-list2 .form-tops:nth-child(n+2) {
  border-left: 1px solid #d9dce0;
}
.recruit-list2 .ul {
  margin-top: .375rem;
}
.recruit-list2 .ul.active .ul-tops {
  background: #401d87;
  color: #fff;
}
.recruit-list2 .ul.active .ul-tops .td {
  color: #fff;
}
.recruit-list2 .ul-bots {
  display: none;
}
.recruit-list2 .hide-bots {
  border-top: 1px solid #eaeaea;
  margin-top: 2.9rem;
  padding: .9rem 0;
}
.recruit-list2 .hide-bots .apply {
  display: block;
  width: 3.25rem;
  height: .9rem;
  overflow: hidden;
  line-height: .9rem;
  background: #401d87;
  color: #fff;
  text-align: center;
}
.recruit-list2 .hide-bots .close {
  cursor: pointer;
  color: #401d87;
}
.recruit-list2 .ul-bots {
  padding: 0 .9rem;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding-top: .9rem;
}
.recruit-list2 .ul-bots .tits {
  line-height: 1;
  margin-bottom: .35rem;
}
.recruit-list2 .ul-bots .li:nth-child(n+2) {
  margin-top: 2.25rem;
}
.recruit-list2 .ul-bots .txts {
  color: #333333;
  font-size: .35rem;
  line-height: 2;
}
.recruit-list2 .ul-tops {
  cursor: pointer;
}
.recruit-list2 .ul-tops, .recruit-list2 .form-tops {
  line-height: 1.75rem;
  font-size: 0;
  height: 1.75rem;
  border: 1px solid #d9dce0;
}
.recruit-list2 .td {
  display: inline-block;
  vertical-align: top;
  padding-left: .9rem;
  font-size: .4rem;
  color: #333333;
}
.recruit-list2 .td.td1 {
  width: 24%;
}
.recruit-list2 .td.td2 {
  width: 18%;
}
.recruit-list2 .td.td3 {
  width: 23%;
}
.recruit-list2 .td.td4 {
  width: calc(35% - 150px);
}
.recruit-list2 .td.td5{
  width:150px;
  padding-left: 0;
  text-align: center;
}
.recruit-tops {
  border-top: 2px solid #6d6d6d;
  border-bottom: 1px solid #cccfd5;
  padding-top: 1rem;
  padding-bottom: .8rem;
}
.recruit-tops .spans {
  position: absolute;
  left: 0;
  top: 0;
  color: #323333;
}
.recruit-tops .tits {
  line-height: 1;
}
.recruit-tops .tits .i {
  position: relative;
  padding-left: .8rem;
  color: #401d87;
}
.recruit-tops .tits .i img {
  position: absolute;
  left: 0;
  top: 0;
  width: .6rem;
  height: .6rem;
}
.recruit-tops .tits .i:nth-child(n+2) {
  margin-top: .6rem;
}
.recruit-tops .recruit-left {
  position: relative;
  padding-left: 5.5rem;
}
.recruit-tops .recruit-left:nth-child(n+2){
  margin-top: .75rem;
}

.welcome-banner {
  position: relative;
}
.welcome-banner .items {
  display: block;
}
.welcome-banner .images {
  height: 22.75rem;
}
.welcome-banner .words {
  position: absolute;
  top: 0;
  padding-top: 4.35rem;
  left: 50%;
  line-height: 1;
  color: #fff;
  color: #333333;
  transform: translateX(-50%);
}
.welcome-banner .words.active {
  color: #fff;
}
.welcome-banner .btns-left {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.1rem;
  bottom: 2.1rem;
  color: #fff;
}
.welcome-banner .btns-left a {
  color: #fff;
}
.welcome-banner .btns-left .spans {
  padding-left: .9rem;
  position: relative;
  transition:.5s ease-in-out;
}
.welcome-banner .btns-left .spans:hover,
.welcome-banner .btns-left .spans.active {
  padding-left: 5rem;
  transition:.5s ease-in-out;
}
.welcome-banner .btns-left .spans span{
  transition:.5s ease-in-out;
}
.welcome-banner .btns-left .spans:hover span,
.welcome-banner .btns-left .spans.active span {
  height: 1px;
  width: 4.5rem;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition:.5s ease-in-out;
}
.welcome-banner .btns-left .spans:before {
  position: absolute;
  content: "";
  width: .25rem;
  height: .25rem;
  background: #fff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.welcome-banner .btns-left .spans:nth-child(n+2) {
  margin-left: 1.375rem;
}
.welcome-banner .buts {
  position: absolute;
  z-index: 5;
  right: 1.5rem;
  line-height: 1.1rem;
  bottom: 2.1rem;
  background: #747d86;
  border: 2px solid #ffffff;
  font-size: 0;
}
.welcome-banner .buts .swiper-button-next,
.welcome-banner .buts .swiper-button-prev,
.welcome-banner .buts .swiper-pagination {
  display: inline-block;
  position: static;
  width: auto;
  background: transparent;
  vertical-align: top;
  opacity: 1;
  color: #fff;
  margin: 0;
  font-size: .4rem;
}
.welcome-banner .buts .swiper-pagination {
  width: 1.25rem;
  text-align: center;
  display: none;
}
.welcome-banner .buts .swiper-button-next,
.welcome-banner .buts .swiper-button-prev {
  width: 1.1rem;
  height: 1.1rem;
}
.welcome-banner .buts .swiper-button-prev {
  background: url(../img/btnleft.png) no-repeat center;
  background-size: 100%;
}
.welcome-banner .buts .swiper-button-next {
  background: url(../img/btnright.png) no-repeat center;
  background-size: 100%;
}
.welcome-banner .buts .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  color: #fff;
  background: transparent;
}

.wel-mores {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: .9rem;
  padding-right: 2rem;
  line-height: 1.4rem;
  height: 1.4rem;
  background: #401d87;
  color: #fff;
  font-size: .4rem;
}
.wel-mores:hover {
  color: #fff;
}
.wel-mores.active {
  width: 6.5rem;
  border: 1px solid #401d87;
  background: transparent;
  color: #401d87;
}
.wel-mores:before {
  position: absolute;
  content: "";
  width: .9rem;
  height: .25rem;
  background: url(../img/line.png) no-repeat center;
  background-size: 100%;
  right: .75rem;
  top: .75rem;
  bottom: .75rem;
  margin: auto;
}

.welcome-banner .words .txts {
  margin-top: .4rem;
  margin-bottom: .75rem;
}
.welcome-banner .words .wel-mores {
  margin-top: 1.5rem;
}

.welcome-products {
  padding-top: 3.65rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.welcome-products .wel-proboxtops {
  position: absolute;
  left: 0;
  right: 0;
  top: 4.5rem;
  /*top: 2.25rem;*/
  margin: auto;
}
.welcome-products .wel-proboxtops .titles {
  line-height: 1;
  color: #666666;
}
.welcome-products .wel-proboxtops .tits {
  color: #666666;
  line-height: 1;
  margin-top: 1.1rem;
}
.welcome-products .wel-proboxtops .tits .li {
  display: inline-block;
  transition: .5s ease-in-out;
  vertical-align: top;
}
.welcome-products .wel-proboxtops .tits .li:nth-child(n+2) {
  margin-left: 1.5rem;
}
.welcome-products .wel-proboxtops .tits .li.active {
  color: #401d87;
  transition: .5s ease-in-out;
}
.welcome-products:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f7f6f9;
  z-index: 0;
}
.welcome-products .wel-proboxbots {
  position: relative;
  z-index: 2;
}
.welcome-products .wel-proboxbots .words {
  padding-top: 6rem;
  /*padding-top: 3.25rem;*/
  width: 42.5%;
  padding-right: 2.625rem;
}
.welcome-products .wel-proboxbots .w-tits {
  line-height: 1;
  color: #ea2a39;
}
.welcome-products .wel-proboxbots .w-txts {
  color: #666666;
  line-height: .75rem;
  height: 2.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: .4rem;
  margin-bottom: 2.5rem;
}
.welcome-products .wel-proboxbots .images {
  width: 57.5%;
  position: relative;
}
.welcome-products .wel-proboxbots .images .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  color: #fff;
}
.welcome-products .wel-proboxbots .images .text .text-tits {
  margin-bottom: .3rem;
}

.welcome-abouts {
  padding-top: 2.7rem;
  padding-bottom: 1.75rem;
}
.welcome-abouts .mores {
  line-height: 1;
  color: #401d87;
  display: inline-block;
}
.welcome-abouts .mores span, .welcome-abouts .mores img {
  display: block;
  margin: 0 auto;
}
.welcome-abouts .mores img {
  margin-top: .25rem;
  width: .9rem;
  height: .25rem;
}
.welcome-abouts .tits {
  line-height: 1;
  color: #333333;
}
.welcome-abouts .txts {
  color: #401d87;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: .5rem;
}
.welcome-abouts .text {
  line-height: .75rem;
  height: 2.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: .7rem;
}

.welcome-service .maps, .welcome-service .images {
  width: 50%;
}
.welcome-service .maps {
  background: #f8f7fa;
}
.welcome-service .words {
  width: 85%;
  max-width: 800px;
  position: relative;
}
.welcome-service .words .text {
  position: absolute;
  width: 9.75rem;
  left: 0;
  top: 0;
  padding-top: 1.625rem;
  line-height: 1;
}
.welcome-service .words .tits {
  color: #333333;
  margin-bottom: .7rem;
}
.welcome-service .words .txts {
  line-height: .75rem;
  height: 2.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.welcome-news {
  padding-top: 2.75rem;
  padding-bottom: 1.5rem;
}
.welcome-news a {
  display: block;
}
.welcome-news .imgs {
  overflow: hidden;
}
.welcome-news .imgs img {
  transition: .5s ease-in-out;
}
.welcome-news .words {
  color: #333333;
  padding-top: .5rem;
}
.welcome-news .time {
  margin-bottom: .35rem;
  line-height: 1;
  color: #666666;
}
.welcome-news .txts {
  line-height: .75rem;
  height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.welcome-news .more {
  line-height: 1;
  color: #401d87;
  margin-top: .8rem;
}
.welcome-news .more span {
  display: inline-block;
  vertical-align: middle;
}
.welcome-news .more img {
  display: inline-block;
  vertical-align: middle;
  width: .9rem;
}
.welcome-news .title {
  line-height: 1;
  margin-bottom: 1.25rem;
}
.welcome-news .swiper-pagination {
  position: static;
  text-align: center;
  margin-top: 2.1rem;
  line-height: 1;
}
.welcome-news .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .35rem;
  opacity: 1;
  background: #401d87;
  transition: .5s ease-in-out;
}
.welcome-news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .welcome-news .swiper-pagination .swiper-pagination-bullet:hover {
  background: #ea2a39;
  transition: .5s ease-in-out;
}

.wel-newswiper .swiper-slide {
  width: 30%;
  margin-right: 5%;
}
.wel-newswiper .swiper-slide:last-child {
  margin-right: 0;
}

.welcome-banner .images {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.welcome-products .wel-proboxtops .tits .li {
  cursor: pointer;
}

.m-header .sub-menu {
  background-color: #fff;
}

.m-header .welcome-a .i {
  height: 75%;
}

.m-header .sub-menu .tit1 {
  color: #333;
}

.m-header .sub-menu li:nth-child(2n+1) {
  background: #f7f7f7;
}

.m-header .uio {
  width: 30px;
  height: 30px;
  margin-top: 7px;
  background: url(../img/k14.png) no-repeat center;
  background-size: 100%;
}
body.ovh .m-header .uio{
  background: url(../img/wclose.png) no-repeat center;
  background-size: 100%;
}

.m-header .nav-sousuo {
  width: 30px;
  height: 30px;
  margin-top: 7px;
  margin-right: 24px;
  background: url(../img/k15.png) no-repeat center;
  background-size: 100%;
}

.m-header .langs {
  padding-right: 25px;
  position: relative;
  margin-right: 25px;
}
.m-header .langs:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #dedede;
}

.recruit-tops {
  position: relative;
  z-index: 3;
}

.m-header .langs a {
  font-size: 24px;
  color: #333333;
}

.m-header .sub-menu li .sub-tit {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}
.m-header .sub-menu li .sub-tit:before {
  position: absolute;
  content: "";
  width: .25rem;
  height: .45rem;
  background: url(../img/k16.png) no-repeat center;
  background-size: 100%;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header-form {
  position: fixed;
  width: 100%;
  left: 0;
  top: calc(120px + 1.5rem);
  z-index: 5;
  display: none;
}

.header-form .forms {
  background: #fff;
  height: 2.7rem;
  line-height: 2.7rem;
  position: relative;
}

.header-form .forms input:-moz-placeholder,
.header-form .forms textarea:-moz-placeholder {
  color: #111;
}

.header-form .forms input::-moz-placeholder,
.header-form .forms textarea::-moz-placeholder {
  color: #111;
}

.header-form .forms input:-ms-input-placeholder,
.header-form .forms textarea:-ms-input-placeholder {
  color: #111;
}

.header-form .forms input::-webkit-input-placeholder,
.header-form .forms textarea::-webkit-input-placeholder {
  color: #111;
}

.header-form .forms input {
  border: none;
  outline: none;
  background: none;
}

.header-form .forms input[type=text] {
  width: 100%;
  height: 100%;
  color: #111111;
  padding-left: 1.123rem;
  padding-right: 2rem;
  box-sizing: border-box;
}

.header-form .forms input[type=submit] {
  position: absolute;
  width: .75rem;
  height: .75rem;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  background: url(../img/k15.png) no-repeat center;
  background-size: 100%;
  text-indent: -999px;
}

.header-form .forms {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.header-form {
  top: calc(100px + 1.5rem);
}

.w-lists .items .spanbox {
  text-align: left;
}

.searchs-body .cons-titles {
  line-height: 1.5;
  height: auto;
  margin-top: 2rem;
}
.searchs-body .cons-titles .li:before {
  display: none;
}

.welcome-products .wel-proboxtops {
  z-index: 4;
}

.welcome-banner .videoboxs {
  position: relative;
}
.welcome-banner .videoboxs video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: fill;
  left: 0;
  top: 0;
}

.cons-header .bocweb-header .header-right .searchs {
  min-width: 100px;
}
@media screen and (min-width: 1190px){
  .cons-header .bocweb-nav .items-tops{
    padding:0 1.25rem;
  }
  .cons-header .bocweb-nav .items:nth-child(5) .items-bots{
    padding-left: 27%;
  }
  .cons-header .bocweb-nav .items:nth-child(6) .items-bots{
    padding-left: 40%;
  }

}
@media screen and (min-width: 768px) {
  .footer-tops .text .li3{
  position: relative;
  padding-left: 3em;
  }
  .footer-tops .text .li3 span{
  position: absolute;
  left: 0;top: 0;
  }
}
.contacts-bots{
  font-size: 0;
}
.contacts-bots .map23{
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-left: 2%;
}
.contacts-bots .map23:nth-child(2n+1){
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .footer-tops .fr-navlist .nav a {
    transition: .5s ease-in-out;
  }
  .footer-tops .fr-navlist .nav a:hover, .footer-tops .fr-navlist .nav a.active {
    color: #ea2a39;
  }

  .footer-tops .fr-navlist {
    max-width: calc(100% - 9.75rem);
  }

  .footer-tops .fl-logo {
    max-width: 9.75rem;
  }

  .industry-tops .items:hover .imgs img,
  .news-list .items:hover .imgs img {
    transform: scale3d(1.05, 1.05, 1);
    transition: .5s ease-in-out;
  }

  .news-list .items .tits {
    transition: .5s ease-in-out;
  }

  .industry-tops .items:hover .tits,
  .news-list .items:hover .tits {
    transition: .5s ease-in-out;
    color: #ea2a39;
  }

  .service-con .list .li {
    transition: .5s ease-in-out;
  }
  .service-con .list .li:hover {
    transition: .5s ease-in-out;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  }

  .products-con .list .items:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }
  .products-con .list .items:hover .span {
    background: #401d87;
    transition: .5s ease-in-out;
  }

  .w-lists .items {
    transition: .5s ease-in-out;
  }
  .w-lists .items:hover {
    background: url(../img/i7.jpg) no-repeat center;
    transition: .5s ease-in-out;
    color: #fff;
  }
  .w-lists .items:hover .spanbox, .w-lists .items:hover .spanbox .b {
    color: #fff;
    transition: .5s ease-in-out;
  }
  .w-lists .items:hover .i-imgs {
    transition: .5s ease-in-out;
    /*transform-origin: right bottom;*/
    width: 2.75rem;
    height: 2.75rem;
    /*transform:scale3d(1.5,1.5,1);*/
  }
  .w-lists .items:hover .i-imgs .i1 {
    opacity: 1;
  }
  .w-lists .items:hover .i-imgs .i0 {
    opacity: 0;
  }
  .w-lists .items:hover .i-imgs img {
    transition: .4s ease-in-out;
  }

  .speech .words-lists {
    min-height: 15rem;
    overflow: hidden;
  }
  .speech .words-lists .words {
   /* position: absolute;
    left: 0;
    top: 0;
    height: 100%;*/
  }
  .speech .words-lists .words .wbox {
    /*height: 100%;*/
    /*overflow-y: auto;*/
  }

  .welcome-banner .buts .swiper-button-prev {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    transition: .5s ease-in-out;
  }
  .welcome-banner .buts.active .swiper-button-prev:hover{
    border-left: 2px solid #fff;
    
  }
  .welcome-banner .buts .swiper-button-prev:hover {
    transition: .5s ease-in-out;
    border-right: 2px solid #fff;
    background-color: #b3c5d8;
  }

  .welcome-banner .buts .swiper-button-next {
    transition: .5s ease-in-out;
    border-left: 2px solid transparent;
  }
  .welcome-banner .buts .swiper-button-next:hover {
    background-color: #b3c5d8;
    transition: .5s ease-in-out;
    border-left: 2px solid #fff;
  }

  .welcome-abouts .mores {
    transition: .5s ease-in-out;
  }
  .welcome-abouts .mores:hover {
    transition: .5s ease-in-out;
    color: #ea2a39;
  }

  .welcome-news .items:hover .imgs img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .cons-titles .li:hover {
    transition: .5s ease-in-out;
    color: #401d87;
  }
  .cons-titles .li:hover:before {
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .wel-mores:before {
    transition: .5s ease-in-out;
  }

  .wel-mores:hover:before {
    right: .3rem;
  }
}
.m-header .sub-menu li .sub-tit:before {
  max-width: 10px;
  max-height: 18px;
}

@media screen and (max-width: 1450px) {
  .footer-tops .fr-navlist .nav {
    padding: 0 .7rem;
  }
}
@media screen and (max-width: 1199px) {
  .w1600 {
    width: 92%;
  }

  .footer-tops .fr-navlist .nav {
    padding: 0 .4rem;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-bots .map23{
    width: 100%;
    margin-left: 0;
  }
  .contacts-bots .map23:nth-child(n+2){
    margin-top: 2%;
  }
  .ab-bc .imgs img,
  .ab-bc .imgs{
    width: 100%;
  }
  .about-bots .abbots-left .p{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
	.welcome-banner .buts .swiper-pagination{
		display: block;
	}
  .welcome-products .wel-proboxbots .w-txts {
    margin-bottom: 1rem;
  }

  .welcome-banner .buts {
    background: transparent;
    border-color: transparent;
    border: none !important;
  }

  .welcome-banner .buts .swiper-pagination {
    width: auto;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
    left: 0;
  }
  .welcome-banner .buts .swiper-pagination .swiper-pagination-bullet {
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 .25rem;
    opacity: 1;
  }
  .welcome-banner .buts .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ea2a39;
  }

  .welcome-banner .buts {
    position: static;
  }

  .welcome-banner .buts .swiper-button-next, .welcome-banner .buts .swiper-button-prev {
    display: none;
  }

  .welcome-products .wel-proboxtops.w1600 {
    width: 100%;
    text-align: center;
  }
  .welcome-products .wel-proboxtops.w1600 .titles {
    line-height: 2.75rem;
    height: 2.75rem;
    font-size: 1.2rem;
    color: #ffffff;
    background: #401d87;
  }

  .welcome-products .wel-proboxtops .tits .li:nth-child(n+2) {
    margin-left: 0;
  }

  .welcome-products .wel-proboxtops .tits .li {
    width: 50%;
    font-size: .9rem;
    line-height: 2.2rem;
    height: 2.2rem;
    color: #666666;
    background: #ffffff;
  }
  .welcome-products .wel-proboxtops .tits .li.active {
    background: #ea2a39;
    color: #ffffff;
  }

  .welcome-products .wel-proboxtops .tits {
    margin-top: 0;
  }

  .welcome-products .wel-proboxtops .words {
    width: 100%;
  }

  .welcome-products .wel-proboxbots .images,
  .welcome-products .wel-proboxbots .words {
    width: 100%;
  }

  .welcome-products .wel-proboxbots {
    width: 100%;
    background: #f7f6f9;
  }

  .welcome-products .wel-proboxtops {
    position: static;
    padding: 0;
  }

  .welcome-service .maps, .welcome-service .images {
    width: 100%;
  }

  .welcome-products {
    padding: 0;
  }

  .welcome-products .wel-proboxbots .words {
    text-align: center;
    padding: 0 3%;
    padding-bottom: 1rem;
    padding-top: 1.9rem;
  }

  .welcome-products:before {
    display: none;
  }

  .cons-header {
    height: 45px;
    line-height: 45px;
  }

  .footer-tops .fr-navlist .nav {
    display: none;
  }
  .footer-tops .fr-navlist .nav.nav-right {
    display: block;
  }

  .contacts-tops .fl-text {
    width: 100%;
  }

  .contacts-tops .fr-imgs {
    width: 100%;
    margin-top: 1rem;
    padding-left: 0;
    border-left: none;
  }

  .service-con .list .li {
    width: 100%;
    margin-left: 0;
  }

  .info-list .li {
    width: 49%;
    margin-left: 2%;
  }
  .info-list .li:nth-child(4n+1) {
    margin-left: 2%;
  }
  .info-list .li:nth-child(2n+1) {
    margin-left: 0;
  }

  .w-lists .items {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .w-lists .items:nth-child(4n+1) {
    margin-left: 2%;
  }
  .w-lists .items:nth-child(2n+1) {
    margin-left: 0;
  }

  .recruit-tops .recruit-right,
  .recruit-tops .recruit-left {
    width: 100%;
  }

  .recruit-tops .recruit-right {
    margin-top: 1rem;
  }
}
.cons-titles.fixed{
  position: fixed;
  width: 100%;
  left: 0;
  top: 88px;
  z-index: 100;
}
@media screen and (max-width: 1023px){
  .cons-titles.fixed{
  top: 45px;
  }
}
.form-bots{
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contacts-tops .fl-text{
    padding-right: 0;
  }
  .contacts-tops .fl-text .ulbox{
    width: 100%;
    margin-left: 0;
  }
  .contacts-tops .fl-text .ulbox:nth-child(n+2){
    margin-top: .5rem;
  }
  .footer-tops .fr-navlist .nav.nav-right{
    font-size: 0;
  }
  .footer-tops .fr-navlist .nav.nav-right .it{
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .footer-tops .fr-navlist .nav.nav-right .it:nth-child(n+2){
    margin-top: 0;
  }
  .recruit-tops .recruit-left:nth-child(n+2){
    margin-top: .5rem;
  }
  .linetext .line-box{
        width: .3rem;
    height: 1.81rem;
    top: -.25rem;
  }
  .linetext .line-box .circle{
    width: .3rem;
    height: .3rem;
    bottom: 0;
    margin-left: -0.12rem;
  }
.iul{
  margin-top: .7rem;
}
.iul .ili .span{
  margin-top: .1rem;
}

.iul .ili:nth-child(2){
  margin-left: .5rem;
  padding-left: .3rem;
}
.welcome-service2 .txts{
	line-height: .4rem;
	margin-bottom: .5rem;
}
.map-images .yuans{
  left: 5.025rem;
  top: 1.475rem;
}


.map-images .yuans .jtt{
  width: 2.625rem;
  opacity: 1;
  z-index: 5;
}
.addsbox .span:before{
  width: .2rem;
  height: .2rem;
}
.w1050{
  width: 6.56rem;
}
.welcome-service2{
  height: auto;
  padding-bottom: .5rem;
  padding-top: .1rem;
}
.addsbox .span{
  padding-left: .3rem;
  margin:0 .2rem;
}
.welcome-service2 .tits{
	margin-bottom: .24rem;
}















  .recruit-list2 .td.td5{
    display: none;
  }
  .map-images{
    margin-top: -.5rem;
  }
  .con-cons-titles{
    height: .8rem;
  }
  .form-bots{
  	margin-bottom: 1rem;
  }


  .recruit-tops .recruit-right {
    margin-top: .4rem;
  }

  .welcome-products .wel-proboxtops.w1600 .titles {
    line-height: 1.1rem;
    height: 1.1rem;
    font-size: 0.48rem;
  }

  .welcome-products .wel-proboxtops .tits .li {
    font-size: 0.36rem;
    line-height: 0.88rem;
    height: 0.88rem;
  }

  .re-selects {
    width: 2.85rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .re-selects .selecttops {
    padding-left: 0.28rem;
    padding-right: 0.4rem;
  }
  .re-selects .selecttops:before {
    width: 12px;
    height: 6px;
    right: 0.24rem;
  }
  .re-selects .selectsbots {
    top: 0.52rem;
    width: 100%;
    padding: 10px 0;
  }
  .re-selects .selectsbots .li {
    padding: 0.08rem 0;
    padding-left: 0.28rem;
    padding-right: 0.4rem;
  }

  .recruit-list2 {
    padding-top: 0.36rem;
    padding-bottom: 0.9rem;
  }
  .recruit-list2 .ul {
    margin-top: 0.15rem;
  }
  .recruit-list2 .hide-bots {
    border-top: 1px solid #eaeaea;
    margin-top: 1.16rem;
    padding: 0.36rem 0;
  }
  .recruit-list2 .hide-bots .apply {
    width: 1.95rem;
    height: 0.54rem;
    line-height: 0.54rem;
  }
  .recruit-list2 .ul-bots {
    padding: 0 0.36rem;
    padding-top: 0.36rem;
  }
  .recruit-list2 .ul-bots .tits {
    margin-bottom: 0.14rem;
  }
  .recruit-list2 .ul-bots .li:nth-child(n+2) {
    margin-top: 0.9rem;
  }
  .recruit-list2 .ul-bots .txts {
    font-size: 0.2rem;
  }
  .recruit-list2 .ul-tops, .recruit-list2 .form-tops {
    line-height: 0.7rem;
    height: 0.7rem;
  }
  .recruit-list2 .td {
    padding-left: 0.36rem;
    font-size: 0.22rem;
  }
  .recruit-list2 .td.td1 {
    width: 65%;
  }
  .recruit-list2 .td.td2 {
    width: 18%;
    display: none;
  }
  .recruit-list2 .td.td3 {
    display: none;
    width: 23%;
  }
  .recruit-list2 .td.td4 {
    width: 35%;
  }

  .recruit-tops {
    border-top: 1px solid #6d6d6d;
    padding-top: 0.4rem;
    padding-bottom: 0.32rem;
  }
  .recruit-tops .tits .i {
    padding-left: 0.32rem;
  }
  .recruit-tops .tits .i img {
    width: 0.24rem;
    height: 0.24rem;
  }
  .recruit-tops .tits .i:nth-child(n+2) {
    margin-top: 0.24rem;
  }
  .recruit-tops .recruit-left {
    padding-left: 2.2rem;
  }

  .honor {
    padding-top: 0.9rem;
    padding-bottom: 1.5rem;
  }
  .honor .con-title {
    margin-bottom: 0.8rem;
  }

  .hontops-rightbtns {
    width: 2rem;
  }
  .hontops-rightbtns .swiper-pagination {
    margin-right: 0.36rem;
  }
  .hontops-rightbtns .swiper-pagination .swiper-pagination-current {
    font-size: 0.48rem;
  }
  .hontops-rightbtns .swiper-button-next {
    width: 0.8rem;
    height: 1.6rem;
  }

  .honor-topswiper {
    height: 1.74rem;
    margin-bottom: 0.9rem;
    padding-right: 2rem;
  }
  .honor-topswiper .swiper-slide {
    line-height: 0.36rem;
    height: 0.36rem;
  }
  .honor-topswiper .swiper-slide .b {
    margin-right: 0.12rem;
  }
  .honor-topswiper .swiper-slide-active {
    line-height: 0.66rem;
    height: 0.66rem;
  }
  .honor-topswiper .swiper-slide-active .b, .honor-topswiper .swiper-slide-active .span {
    font-size: 0.24rem;
  }

  .honor-leftswiper {
    width: 30%;
  }

  .honor-right {
    display: none;
    width: calc(70% - .7rem);
  }

  .honor-bottomswiper .swiper-slide {
    width: calc((100% - 1.4rem)/3);
    margin-right: 0.7rem;
  }

  .honor-leftswiper {
    width: 100%;
  }
  .honor-leftswiper img {
    width: 100%;
  }

  .speech {
    padding-top: 0.9rem;
  }
  .speech .txts {
    margin-top: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .speech .words {
    width: 100%;
    line-height: 1.6;
    padding-bottom: .9rem;
  }
  .speech .images {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0.76rem;
  }
  .speech .images .imgs1 {
    margin-top: 0.16rem;
    margin-bottom: 0.7rem;
  }

  .history {
    padding-top: 0.9rem;
  }

  .history-cons .history-lists-bots {
    padding-top: 0.56rem;
    padding-bottom: 1.9rem;
  }
  .history-cons .history-lists-bots:before {
    width: 2px;
  }
  .history-cons .history-lists-bots .num {
    padding-top: 0.4rem;
  }
  .history-cons .history-lists-bots .num:before {
    width: 2.9rem;
  }
  .history-cons .history-lists-bots .text {
    margin-top: 0.08rem;
  }
  .history-cons .history-lists-bots .time {
    width: 1.08rem;
    height: 1.08rem;
  }
  .history-cons .history-lists-bots .time span {
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
  }
  .history-cons .history-lists-bots .items {
    padding-top: 0.54rem;
  }
  .history-cons .history-lists-bots .items .li {
    padding-bottom: 0.5rem;
  }
  .history-cons .history-lists-bots .items .li.fr,.history-cons .history-lists-bots .items:nth-child(2n+2) .li {
    padding-left: .6rem;
  }
  .history-cons .history-lists-bots .items .li.fl,.history-cons .history-lists-bots .items:nth-child(2n+1) .li {
    padding-right: .6rem;
  }
  .history-cons .history-lists-tops {
    width: 1.4rem;
    height: 1.4rem;
  }
  .history-cons .history-lists-tops span {
    bottom: 0.38rem;
  }

  /**/
  .cons-titles.ons .li {
    padding: 0;
    margin: 0;
    width: 20%;
  }

  .w-lists .items .spanbox .ft60 {
    font-size: .45rem;
  }

  .about-tops {
    padding-top: 0.9rem;
    padding-bottom: 1.16rem;
  }

  .w-lists {
    margin-top: 0.42rem;
  }
  .w-lists .items {
    height: 1.5rem;
    line-height: 1.5rem;
    padding-left: 0.4rem;
  }
  .w-lists .items .spanbox {
    padding-left: 0.12rem;
  }
  .w-lists .items .spanbox .b {
    margin-top: 0.1rem;
  }
  .w-lists .items .i-imgs {
    width: 0.6rem;
    height: 0.6rem;
    right: 0.28rem;
    bottom: 0.2rem;
  }

  .about-tops .ab-words {
    padding-bottom: 0.84rem;
  }
  .about-tops .ab-words .txts {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .w-videos .imgs:before {
    width: 1rem;
    height: 1rem;
  }

  .con-banner .words .cn {
    margin-top: .32rem;
    margin-bottom: .3rem;
  }

  .about-bots {
    padding-top: 0.9rem;
    padding-bottom: 1.55rem;
  }
  .about-bots .titles {
    margin-bottom: 0.4rem;
  }
  .about-bots .list-bots {
    margin-top: 0.2rem;
  }
  .about-bots .list-bots .spantext {
    width: 100%;
    position: static;
  }
  .about-bots .list-bots .spantext .text {
    position: static;
    padding: .25rem;
    transform: none;
  }
  .about-bots .list-bots .i {
    width: 100%;
  }
  .about-bots .list-images {
    padding-bottom: 0.3rem;
    padding-top: 0.24rem;
  }
  .about-bots .list-images .i {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 0.08rem;
  }

  .about-bots .list-images .i:nth-child(5n+1) {
    margin-left: 2%;
  }

  .about-bots .list-images .i:nth-child(3n+1) {
    margin-left: 2%;
  }
  .about-bots .list-images .i:nth-child(2n+1) {
    margin-left: 0;
  }
  .about-bots .abbots-left {
    width: 100%;
  }
  .about-bots .abbots-left .p {
    line-height: 1.6;
    /*margin-bottom: 0.5rem;*/
  }
  .about-bots .abbots-right {
    width: 100%;
  }
  .about-bots .lists-tits {
    padding-top: 0.3rem;
    padding-bottom: 0.2rem;
    border-top: 1px solid #333333;
  }
  .about-bots table thead td {
    font-size: 0.22rem;
  }
  .about-bots table td {
    height: 0.4rem;
    padding: 1px;
    font-size: 0.22rem;
  }
  .about-bots table td:nth-child(1) {
    width: 1.8rem;
  }

  .prodetails-bots .items .it-bots.info-list {
    margin-top: .26rem;
  }

  .info-list .li {
    padding: .25rem;
  }
  .info-list .li .tits {
    line-height: .32rem;
    height: .32rem;
  }
  .info-list .li .txts {
    line-height: .3rem;
    height: 1.2rem;
    margin-top: .16rem;
  }

  .pro-titles {
    border-top: 1px solid #e0e0e0;
  }
  .pro-titles span {
    padding: 0.3rem 0;
    padding-left: 0.36rem;
    padding-right: 0.7rem;
  }
  .pro-titles span:before {
    height: 1px;
    top: -1px;
  }

  .swiper-pagination.actives .swiper-pagination-bullet {
    width: 0.14rem;
    margin: 0 0.1rem;
    height: 0.14rem;
  }

  .prodetails-bots {
    padding-top: 0.7rem;
    padding-bottom: 0.9rem;
  }
  .prodetails-bots .items {
    border-top: 1px solid #e0e0df;
    padding-top: 0.36rem;
    padding-bottom: 0.4rem;
  }
  .prodetails-bots .items .it-bots {
    margin-top: 0.18rem;
  }
  .prodetails-bots .items:before {
    width: 2rem;
    height: 1px;
    top: -1px;
  }

  .prodetails-tops .txts {
    width: 95%;
    line-height: 1.6;
    margin-top: 0.36rem;
  }
  .prodetails-tops .imgs-swiper {
    width: 90%;
    margin-top: 0.2rem;
  }
  .prodetails-tops .imgs-swiper .swiper-pagination {
    margin-top: 0.24rem;
  }
  .prodetails-tops .tops-con {
    padding-top: 1.1rem;
    padding-bottom: 0.48rem;
  }
  .prodetails-tops .tops-con .titles {
    top: 0.36rem;
    color: #999999;
  }
  .prodetails-tops .tops-con .titles span {
    margin: 0 2px;
  }

  .products-list:nth-child(n+2) {
    margin-top: 0.7rem;
  }

  .products-con {
    padding-top: 0.9rem;
    padding-bottom: 1.16rem;
  }
  .products-con .con-title {
    margin-bottom: 0.5rem;
  }
  .products-con .list {
    padding: 0;
    /*padding: 0 .9*.4rem;*/
  }
  .products-con .list .items {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 2%;
  }
  .products-con .list .items .span {
    line-height: 0.5rem;
    height: 0.5rem;
    padding: 0 0.28rem;
  }
  .products-con .list .items:nth-child(3n+1) {
    margin-left: 2%;
  }
  .products-con .list .items:nth-child(2n+1) {
    margin-left: 0;
  }

  .pro-titles {
    border-top: 1px solid #e0e0e0;
  }
  .pro-titles span {
    padding: 0.3rem 0;
    padding-left: 0.36rem;
    padding-right: 0.7rem;
  }
  .pro-titles span:before {
    height: 1px;
    top: -1px;
  }

  .service-con {
    padding-top: 1rem;
    padding-bottom: 1.36rem;
  }
  .service-con .list {
    padding-bottom: 0.44rem;
  }
  .service-con .list .li {
    margin-bottom: 0.24rem;
    padding: 0.1rem;
  }
  .service-con .list .li .liulan {
    bottom: 0.6rem;
    right: 0.66rem;
  }
  .service-con .list .li .words {
    padding-left: 0.56rem;
    padding-right: 0.56rem;
    padding-top: 0.44rem;
  }
  .service-con .list .li .words .tits {
    line-height: 0.32rem;
    height: 0.32rem;
  }
  .service-con .list .li .words .txts {
    line-height: 0.22rem;
    height: 0.22rem;
    margin-top: 0.16rem;
  }
  .service-con .list .li .words .text {
    line-height: .4rem;
    height: 1.2rem;
    font-size: .2rem;
  }
  .service-con .list .li .words .line {
    margin-top: 0.28rem;
    margin-bottom: 0.28rem;
  }

  .industrybots {
    padding-top: 0.75rem;
    padding-bottom: 1.1rem;
  }

  .liulan {
    height: 0.38rem;
    line-height: 0.38rem;
    padding-left: 0.28rem;
    padding-right: 0.4rem;
    border-radius: 0.38rem;
    font-size: .2rem;
  }
  .liulan:before {
    width: 0.2rem;
    height: 0.2rem;
    right: 0.2rem;
  }

  .footer-tops .fr-navlist {
    width: 100%;
  }

  .footer-bots .fr-right,
  .footer-bots .fl-left,
  .footer-tops .fl-logo {
    width: 100%;
  }

  /**/
  .bocweb-footer .footer-tops {
    padding-top: 0.8rem;
    padding-bottom: 0.78rem;
  }

  .footer-tops .logo {
    width: 1.45rem;
    height: 0.4rem;
    margin: 0 auto;
  }
  .footer-tops .tits {
    margin-top: 0.16rem;
    margin-bottom: 0.36rem;
  }
  .footer-tops .li2 {
    margin-top: 0.08rem;
    margin-bottom: 0.2rem;
  }
  .footer-tops .fl-logo {
    text-align: center;
  }
  .footer-tops .fr-navlist .nav {
    padding: 0 0.36rem;
  }
  .footer-tops .fr-navlist .nav .nav-tops {
    margin-bottom: 0.18rem;
  }
  .footer-tops .fr-navlist .nav.nav-right {
    margin-left: 0;
    padding-left: 0;
    padding-top: .45rem;
    border: none;
    border-top: 1px solid #e8e8e8;
    margin-top: 0.58rem;
  }
  .footer-tops .fr-navlist .nav.nav-right .imgs {
    width: 1.1rem;
    height: 1.1rem;
  }
  .footer-tops .fr-navlist .nav.nav-right .span {
    margin-top: 0.16rem;
  }

  .footer-bots {
    padding-top: 0.3rem;
    padding-bottom: 0.56rem;
    text-align: center;
  }
  .footer-bots .ps {
    margin-top: 0.12rem;
  }
  .footer-bots .fl-left {
    line-height: 1.5;
  }
  .footer-bots .fr-right {
    padding-top: .28rem;
  }

  .links .links-tops {
    height: 0.4rem;
    line-height: 0.4rem;
    width: 2.55rem;
    padding-left: 0.2rem;
    padding-right: 0.32rem;
    font-size: .2rem;
  }
  .links .links-tops:before {
    right: 0.24rem;
  }
  .links .links-bots {
    bottom: 0.4rem;
  }
  .links .links-bots a {
    line-height: 0.4rem;
    padding-left: 0.2rem;
    padding-right: 0.32rem;
  }

  /**/
  .cons-titles {
    line-height: 0.8rem;
  }
  .cons-titles .li {
    padding: 0 0.1rem;
    margin: 0 0.4rem;
  }
  .cons-titles .li:before {
    height: 1px;
  }

  .contacts {
    padding-top: 0.88rem;
    padding-bottom: 1.36rem;
  }
  .recruit.contacts{
  	padding-bottom: 0;
  }
  .contacts .contacts-tops {
    border-top: 1px solid #6d6d6d;
    padding-top: 0.5rem;
    padding-bottom: 0.7rem;
  }
  .contacts .con-title {
    margin-bottom: 0.5rem;
  }
  .map23,
  #map {
    height: 6.2rem;
  }

  .contacts-tops .fl-text {
    width: 6.9rem;
  }
  .contacts-tops .fl-text .li {
    padding-left: 0.36rem;
  }
  .contacts-tops .fl-text .li .imgs {
    width: 0.18rem;
    height: 0.18rem;
    left: 0.12rem;
    top: 0.15rem;
  }
  .contacts-tops .fl-text .li .box {
    padding-left: 0.7rem;
  }
  .contacts-tops .fr-imgs {
    padding-left: 0;
    padding-bottom: 0;
  }
  .contacts-tops .fr-imgs .imgs {
    width: 1.7rem;
    height: 1.7rem;
  }
  .contacts-tops .fr-imgs .span {
    margin-top: 0.16rem;
  }
  .contacts-tops .titys {
    margin-bottom: 0.3rem;
  }
  .contacts-tops .li {
    padding: 0.12rem 0;
  }

  .searchs-body .cons-titles {
    margin-top: .7rem;
  }

  .news {
    padding-top: 0.88rem;
    padding-bottom: 0.66rem;
  }

  .news-list {
    margin-top: 0.6rem;
  }
  .news-list .lists {
    padding-bottom: 0.6rem;
  }
  .news-list .items {
    padding: 0.16rem;
  }
  .news-list .items .tits {
    line-height: .4rem;
    height: .4rem;
  }
  .news-list .items .txts {
    line-height: .4rem;
    height: .8rem;
    margin-top: 0.1rem;
    margin-bottom: 0.32rem;
  }
  .news-list .items:nth-child(n+2) {
    margin-top: 0.12rem;
  }
  .news-list .items .imgs {
    width: 100%;
  }
  .news-list .items.on .words {
    padding-left: 0.2rem;
  }
  .news-list .items .words {
    padding-left: 0.36rem;
    padding-top: .3rem;
    padding-bottom: 0.32rem;
    width: 100%;
  }

  .industrybots {
    padding-top: 0.75rem;
    padding-bottom: 1.1rem;
  }

  .industry-tops {
    padding-top: 0.88rem;
    padding-bottom: 0.6rem;
  }
  .industry-tops .words {
    padding-top: 0.4rem;
  }
  .industry-tops .txts {
    line-height: 0.3rem;
    height: 0.6rem;
    margin-top: 0.18rem;
    margin-bottom: 0.3rem;
  }
  .industry-tops .tits {
    line-height: 0.3rem;
    height: 0.3rem;
  }
  .industry-tops .time {
    padding-left: 0.2rem;
  }
  .industry-tops .time:before {
    width: 0.15rem;
    height: 0.15rem;
  }
  .industry-tops .con-title {
    margin-bottom: 0.4rem;
  }
  .industry-tops .swiper-pagination {
    margin-top: 0.65rem;
  }
  .industry-tops .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.1rem;
  }
  .industry-tops .swiper-slide {
    width: 100%;
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .w-lists .items .spanbox {
    width: 60%;
  }
  .w-lists .items .spanbox .ft16 {
    font-size: .2rem;
  }

  .m-header .uio {
    width: 20px;
    height: 20px;
    margin-top: 12px;
  }

  .m-header .nav-sousuo {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-right: 12px;
  }

  .m-header .langs {
    padding-right: 12px;
    margin-right: 12px;
  }
  .m-header .langs:before {
    height: 20px;
  }

  .m-header .langs a {
    font-size: 16px;
  }

  .m-header .sub-menu li .sub-tit:before {
    width: .2rem;
    height: .36rem;
  }

  .welcome-products .wel-proboxbots .w-txts {
    margin-bottom: 0.4rem;
  }

  .welcome-banner .buts .swiper-pagination {
    bottom: 0.6rem;
  }
  .welcome-banner .buts .swiper-pagination .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    margin: 0 0.1rem;
  }

  .welcome-banner .images {
    height: 9.1rem;
  }
  .welcome-banner .words {
    padding-top: 1.74rem;
  }
  .welcome-banner .btns-left {
    line-height: 0.44rem;
    bottom: 0.84rem;
  }
  .welcome-banner .btns-left .spans {
    padding-left: 0.36rem;
  }
  .welcome-banner .btns-left .spans:hover ,
  .welcome-banner .btns-left .spans.active {
    padding-left: 2rem;
  }
  .welcome-banner .btns-left .spans:hover span,
  .welcome-banner .btns-left .spans.active span {
    width: 1.8rem;
  }
  .welcome-banner .btns-left .spans:before {
    width: 0.1rem;
    height: 0.1rem;
  }
  .welcome-banner .btns-left .spans:nth-child(n+2) {
    margin-left: 0.55rem;
  }
  .welcome-banner .buts {
    right: 0.6rem;
    line-height: 0.44rem;
    bottom: 0.84rem;
    border: 2px solid #ffffff;
  }
  .welcome-banner .buts .swiper-button-next,
  .welcome-banner .buts .swiper-button-prev,
  .welcome-banner .buts .swiper-pagination {
    font-size: 0.22rem;
  }
  .welcome-banner .buts .swiper-button-next,
  .welcome-banner .buts .swiper-button-prev {
    width: 0.44rem;
    height: 0.44rem;
  }

  .wel-mores {
    padding-left: 0.36rem;
    padding-right: 0.8rem;
    line-height: 0.56rem;
    height: 0.56rem;
    font-size: .2rem;
  }
  .wel-mores.active {
    width: 2.6rem;
  }
  .wel-mores:before {
    width: 0.36rem;
    height: 0.1rem;
    right: 0.3rem;
    top: 0.3rem;
    bottom: 0.3rem;
  }

  .welcome-banner .words .txts {
    margin-top: 0.16rem;
    margin-bottom: 0.3rem;
  }
  .welcome-banner .words .wel-mores {
    margin-top: 0.6rem;
  }

  .welcome-products .wel-proboxbots .words {
    padding-bottom: 0.4rem;
    padding-top: 0.76rem;
  }

  .welcome-products {
    /*padding-top: (146*.4rem/40);*/
    /*padding-bottom: (100*.4rem/40);*/
  }
  .welcome-products .wel-proboxtops {
    top: 0.9rem;
  }
  .welcome-products .wel-proboxtops .tits .li:nth-child(n+2) {
    margin-left: 0;
  }
  .welcome-products .wel-proboxbots .words {
    padding-top: 0.8rem;
    padding-right: 0.4rem;
  }
  .welcome-products .wel-proboxbots .w-txts {
    line-height: 0.4rem;
    height: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 0.16rem;
    margin-bottom: .4rem;
  }
  .welcome-products .wel-proboxbots .images .text {
    padding: 0.5rem 0.6rem;
  }
  .welcome-products .wel-proboxbots .images .text .text-tits {
    margin-bottom: 0.12rem;
  }

  .welcome-abouts {
    padding-top: 1.08rem;
    padding-bottom: 0.3rem;
  }
  .welcome-abouts .mores img {
    margin-top: 0.1rem;
    width: 0.36rem;
    height: 0.1rem;
  }
  .welcome-abouts .txts {
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .welcome-abouts .text {
    line-height: 0.4rem;
    height: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0.28rem;
  }

  .welcome-service .words {
    max-width: 100%;
    width: 92%;
  }
  .welcome-service .words .text {
    width: 65%;
    padding-top: 0.65rem;
    position: relative;
    z-index: 5;
  }
  .welcome-service .words .tits {
    margin-bottom: 0.28rem;
  }
  .welcome-service .words .txts {
    line-height: 0.36rem;
    height: 1.08rem;
  }

  .welcome-news {
    padding-top: 1.1rem;
    padding-bottom: 0.6rem;
  }
  .welcome-news .words {
    padding-top: 0.2rem;
  }
  .welcome-news .time {
    margin-bottom: 0.14rem;
  }
  .welcome-news .txts {
    line-height: 0.3rem;
    height: 0.6rem;
  }
  .welcome-news .more {
    margin-top: 0.32rem;
  }
  .welcome-news .more img {
    width: 0.36rem;
  }
  .welcome-news .title {
    margin-bottom: 0.5rem;
  }
  .welcome-news .swiper-pagination {
    margin-top: 0.84rem;
  }
  .welcome-news .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.14rem;
  }

  .wel-newswiper .swiper-slide {
    width: 70%;
    margin-right: 0%;
  }

  .header-form {
    top: calc(45px + .5rem);
  }

  .header-form .forms {
    height: 1.08rem;
    line-height: 1.08rem;
  }

  .header-form .forms input[type=text] {
    padding-left: .4rem;
    padding-right: .65rem;
  }

  .header-form .forms input[type=submit] {
    width: .5rem;
    height: .5rem;
    right: .5rem;
  }

  .w-lists .items {
    text-align: left;
  }
}

/*# sourceMappingURL=style.css.map */
