
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
.head {
  width: 100%;
}
.head .wap-cont {
  width: 100%;
  height: 80px;
  background-color: #35a6c4;
  padding: 0 15px;
}
.head .wap-cont .logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .wap-cont .logo img {
  height: 80%;
}
.head .wap-cont .logo h4 {
  padding-left: 20px;
  color: #fff;
  padding-top: 20px;
}
.head .wap-cont .logo h4 b {
  display: block;
  font-size: 18px;
  line-height: 26px;
}
.head .wap-cont .logo h4 em {
  display: block;
}
.head .wap-cont .menu {
  height: 100%;
  width: auto;
  position: absolute;
  right: 0px;
  top: 0;
}
.head .wap-cont .menu .box {
  width: 40px;
  height: 100%;
  position: relative;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .wap-cont .menu .box i {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.head .wap-cont .menu .box i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 2px;
  transition: 0.5s;
  background-color: #fff;
}
.head .wap-cont .menu .box i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #fff;
}
.head .wap-cont .menu .box.acti i {
  background: none;
}
.head .wap-cont .menu .box.acti i:after {
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
.head .wap-cont .menu .box.acti i:before {
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}
.head .logo .imgs {
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .logo .name {
  height: 165px;
  padding-top: 90px;
}
.head .logo .name h4 {
  padding-left: 30px;
  position: relative;
}
.head .logo .name h4:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: 56px;
  background-color: #edecec;
}
.head .logo .name h4 b {
  display: block;
  font-size: 32px;
  font-weight: normal;
}
.head .logo .name h4 em {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.2px;
}
.head .intrs {
  width: auto;
}
.head .intrs .conta {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 28px 0;
}
.head .intrs .conta .search {
  width: 150px;
  height: 34px;
  background-color: #35a6c4;
  padding: 3px 5px;
  border-radius: 17px;
}
.head .intrs .conta .search input[type=submit] {
  width: 28px;
  height: 28px;
  background: #fff url("../img/27739e_17x18.jpg") center no-repeat;
  border-radius: 14px;
  float: left;
}
.head .intrs .conta .search input[type=text] {
  width: calc(100% - 28px);
  height: 28px;
  float: left;
  border: none;
  background: none;
  padding-left: 8px;
  color: #fff;
}
.head .intrs .conta .search input[type=text]::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
}
.head .intrs .conta .tel {
  font-size: 36px;
  color: #35a6c4;
  font-family: 'Impact';
  padding-right: 36px;
}
.head .intrs .nav {
  width: 100%;
  padding: 6px 0;
  padding-bottom: 0;
}
.head .intrs .nav ul {
  width: auto;
  float: right;
}
.head .intrs .nav ul li {
  width: auto;
  margin-left: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.head .intrs .nav ul li h4 {
  width: 100%;
}
.head .intrs .nav ul li h4 a {
  text-decoration: none;
}
.head .intrs .nav ul li h4 a span {
  display: block;
  color: #333;
  line-height: 1.5;
  font-size: 20px;
}
.head .intrs .nav ul li h4 a i {
  display: block;
  color: #444;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.5;
}
.head .intrs .nav ul li .slide {
  width: 300%;
  background-color: #f6f6f6;
  position: absolute;
  left: 50%;
  z-index: 99;
  display: none;
  top: 64px;
  transform: translateX(-50%);
  border-top: 4px solid #00a2e2;
}
.head .intrs .nav ul li .slide p {
  line-height: 50px;
  border-bottom: 1px solid #fff;
  width: 100%;
  position: relative;
}
.head .intrs .nav ul li .slide p:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url("../img/597f86_24x24.png") center no-repeat;
  background-size: 20px 20px;
}
.head .intrs .nav ul li .slide p a {
  text-decoration: none;
  font-size: 16px;
  color: #555;
}
.head .intrs .nav ul li .slide p:hover:after {
  background: url("../img/111c4a_24x24.png") center no-repeat;
  background-size: 20px 20px;
}
.head .intrs .nav ul li .slide p:hover a {
  color: #35a6c4;
}
.head .intrs .nav ul li:hover span {
  color: #35a6c4;
}
.head .intrs .nav ul li:hover i {
  color: #35a6c4;
}
.head .intrs .nav ul li:hover .slide {
  display: block;
}
.banner {
  width: 100%;
}
.banner ul {
  width: 100%;
}
.banner ul li {
  width: 100%;
}
.banner ul li img {
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 30px !important;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 56px;
  margin: 0 9px;
  height: 6px;
  opacity: 0.2;
  border-radius: 0;
  background-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.brand {
  width: 100%;
  padding: 70px 0;
  float: left;
}
.brand .wid {
  max-width: 1200px;
}
.brand .title {
  width: 100%;
  text-align: center;
}
.brand .title h2 {
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
}
.brand .title i {
  display: block;
  font-size: 13px;
  color: #999;
  line-height: 20px;
}
.brand .title em {
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.brand .conts {
  width: 100%;
  padding: 90px 0;
  float: left;
  padding-bottom: 0;
}
.brand .conts .intrs {
  width: 100%;
  padding-right: 50px;
}
.brand .conts .intrs .text {
  width: 100%;
  margin-bottom: 40px;
}
.brand .conts .intrs .text h5 {
  line-height: 26px;
  font-size: 14px;
  color: #333;
}
.brand .conts .intrs .text h4 {
  line-height: 50px;
  font-size: 30px;
  color: #333;
}
.brand .conts .intrs .text p {
  font-size: 14px;
  line-height: 26px;
  text-indent: 28px;
  text-align: justify;
  color: #555;
  margin: 24px 0;
}
.brand .conts .intrs .text h6 {
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  color: #333;
}
.brand .conts .imgs {
  width: 100%;
}
.brand .conts .imgs img {
  max-width: 100%;
}
.switch {
  width: 100%;
  background-color: #f9f9f9;
  float: left;
  padding: 50px 0;
  padding-bottom: 20px;
}
.switch .title {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}
.switch .title h3 {
  line-height: 56px;
  font-size: 36px;
  font-weight: bold;
}
.switch .title p {
  line-height: 52px;
  font-size: 20px;
  color: #555;
}
.switch .tabs {
  width: 100%;
}
.switch .tabs ul {
  width: 100%;
  display: table;
  text-align: center;
}
.switch .tabs ul li {
  width: auto;
  height: 28px;
  line-height: 28px;
  padding: 0 28px;
  display: inline-block;
  float: none;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.switch .tabs ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background-color: #aaa;
}
.switch .tabs ul li:last-child:after {
  display: none;
}
.switch .tabs ul li.active {
  background-color: #000;
  color: #fff;
}
.switch .tabs ul li.active:after {
  display: none;
}
.switch .conts {
  width: 100%;
  padding: 40px 0;
  float: left;
}
.switch .conts .list-item {
  width: 100%;
  display: none;
}
.switch .conts .list-item.active {
  display: block;
}
.switch .conts .item {
  width: 100%;
}
.switch .conts .item .imgs {
  width: 100%;
  text-align: center;
}
.switch .conts .item .imgs img {
  max-width: 90%;
}
.switch .conts .item .text {
  width: 100%;
  padding: 20px 0;
}
.switch .conts .item .text h5 {
  line-height: 34px;
  font-size: 20px;
  color: #282828;
}
.switch .conts .item .text p {
  line-height: 26px;
}
.switch .conts .item .text p a {
  color: #999;
  text-decoration: none;
}
.product {
  width: 100%;
  padding: 30px 0;
  float: left;
}
.product .conts {
  width: 100%;
  padding-top: 40px;
}
.product .conts .list {
  width: 100%;
}
.product .conts .list ul {
  width: 100%;
}
.product .conts .list ul li {
  width: 100%;
  display: none;
}
.product .conts .list ul li.active {
  display: block;
}
.product .conts img {
  width: 100%;
}
.introduce {
  width: 100%;
  padding: 30px 0;
  float: left;
}
.introduce .title {
  width: 100%;
  text-align: center;
}
.introduce .title h4 {
  font-size: 36px;
  line-height: 1.6;
  color: #00a2e2;
  font-weight: bold;
}
.introduce .title h5 {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}
.introduce .conts {
  width: 100%;
}
.introduce .conts .intrs {
  width: 100%;
  padding: 60px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.introduce .conts .intrs ul {
  width: 100%;
}
.introduce .conts .intrs ul li {
  width: 100%;
}
.introduce .conts .intrs ul li .imgs {
  width: 450px;
  text-align: center;
}
.introduce .conts .intrs ul li .imgs img {
  max-width: 90%;
}
.introduce .conts .intrs ul li .text {
  width: calc(100% - 450px);
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.introduce .conts .intrs ul li .text h5 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 1.8;
}
.introduce .conts .intrs ul li .text p {
  font-size: 18px;
  line-height: 1.6;
  color: #999;
  max-width: 440px;
  margin: 10px 0;
}
.introduce .conts .intrs ul li .text a {
  display: inline-block;
  width: 118px;
  height: 34px;
  background-color: #00a2e2;
  color: #fff;
  text-align: center;
  line-height: 34px;
  position: absolute;
  right: 120px;
  text-decoration: none;
  bottom: 20px;
}
.introduce .conts .intrs .swiper-pagination {
  bottom: 2px !important;
}
.introduce .conts .intrs .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  margin: 0 9px;
  height: 16px;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #ccc;
}
.introduce .conts .intrs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #999;
  border: 1px solid #999;
}
.introduce .conts .intrs .swiper-button-next {
  width: 88px;
  height: 88px;
  background: url("../img/d5bd45_88x88.png") center no-repeat;
  background-size: 88px 88px;
}
.introduce .conts .intrs .swiper-button-next:after {
  display: none;
}
.introduce .conts .intrs .swiper-button-next:hover {
  background: url("../img/772a60_88x88.png") center no-repeat;
  background-size: 88px 88px;
}
.introduce .conts .intrs .swiper-button-prev {
  width: 88px;
  height: 88px;
  background: url("../img/0df194_88x88.png") center no-repeat;
  background-size: 88px 88px;
}
.introduce .conts .intrs .swiper-button-prev:after {
  display: none;
}
.introduce .conts .intrs .swiper-button-prev:hover {
  background: url("../img/0f758e_88x88.png") center no-repeat;
  background-size: 88px 88px;
}
.introduce .conts .list {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.introduce .conts .list .list-item {
  width: 100%;
  display: none;
}
.introduce .conts .list .list-item.active {
  display: block;
}
.introduce .conts .list .item {
  width: 100%;
  border: 2px solid #e5e5e5;
  float: left;
}
.introduce .conts .list .item .imgs {
  width: 168px;
  height: 158px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduce .conts .list .item .imgs img {
  max-width: 100px;
}
.introduce .conts .list .item .text {
  width: calc(100% - 168px);
  padding-left: 0px;
  height: 158px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.introduce .conts .list .item .text p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.introduce .conts .list ul {
  width: 100%;
}
.introduce .conts .list ul li {
  width: 25%;
  border: 2px solid #e5e5e5;
}
.introduce .conts .list ul li .imgs {
  width: 168px;
  height: 158px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduce .conts .list ul li .text {
  width: calc(100% - 168px);
  padding-left: 20px;
  height: 158px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.introduce .conts .list ul li .text p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.advantage {
  width: 100%;
  min-height: 956px;
  position: relative;
  float: left;
}
.advantage:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 956px;
  background-color: #acb9c2;
}
.advantage .title {
  width: 100%;
  max-width: 650px;
  text-align: center;
  height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.advantage .title h4 {
  font-size: 36px;
  line-height: 1.6;
  color: #000;
  font-weight: bold;
}
.advantage .title p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}
.advantage .conts {
  width: 100%;
  position: relative;
  z-index: 99;
  float: left;
}
.advantage .conts .list {
  width: 100%;
}
.advantage .conts .list ul {
  width: 100%;
}
.advantage .conts .list ul li {
  width: 80%;
}
.advantage .conts .list ul li img {
  width: 100%;
  border-radius: 10px;
  transform: scale(0.7);
  transition: 0.5s;
}
.advantage .conts .list ul li.swiper-slide-prev img {
  transform: scale(0.7) translateX(500px);
}
.advantage .conts .list ul li.swiper-slide-active {
  position: relative;
  z-index: 99;
}
.advantage .conts .list ul li.swiper-slide-active img {
  transform: scale(1);
}
.advantage .conts .list ul li.swiper-slide-next img {
  transform: scale(0.7) translateX(-500px);
}
.advantage .conts .list .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: url("../img/7fdcf2_59x58.png") center no-repeat;
  left: 180px;
}
.advantage .conts .list .swiper-button-prev:after {
  display: none;
}
.advantage .conts .list .swiper-button-next {
  width: 60px;
  height: 60px;
  background: url("../img/fdf058_59x58.png") center no-repeat;
  right: 180px;
}
.advantage .conts .list .swiper-button-next:after {
  display: none;
}
.model {
  width: 100%;
}
.model img {
  width: 100%;
}

.model2 {
  width: 100%;
}



.footer {
  width: 100%;
  background-color: #f0f0f0;
  float: left;
  padding-top: 30px;
}
.footer .company {
  width: 100%;
  float: left;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.footer .company .logo .imgs {
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .company .logo .name {
  height: 165px;
  padding-top: 86px;
}
.footer .company .logo .name h4 {
  padding-left: 30px;
  position: relative;
}
.footer .company .logo .name h4:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: 56px;
  background-color: #edecec;
}
.footer .company .logo .name h4 b {
  display: block;
  font-size: 26px;
  font-weight: normal;
}
.footer .company .logo .name h4 em {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
}
.footer .company .labs {
  font-size: 24px;
  font-weight: bold;
  color: #35a6c4;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.footer .company .labs em {
  font-size: 32px;
  font-style: italic;
}
.footer .conta {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
.footer .conta .menu {
  padding: 20px 0;
  font-size: 14px;
  color: #787878;
}
.footer .conta .menu a {
  color: #787878;
  padding: 0 15px;
  display: inline-block;
  text-decoration: none;
}
.footer .conta .tel {
  width: 100%;
  padding: 18px 0;
}
.footer .conta .tel .ico {
  width: 52px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .conta .tel .intr {
  width: calc(100% - 52px);
}
.footer .conta .tel .intr h4 {
  font-size: 32px;
  color: #35a6c4;
  line-height: 66px;
  font-family: 'Impact';
}
.footer .conta .tel .intr h4 span {
  padding: 0 15px;
}
.footer .conta .tel .intr p {
  line-height: 26px;
  font-size: 16px;
  color: #35a6c4;
  padding-left: 15px;
}
.footer .qrcode {
  width: auto;
  padding: 25px 0;
  padding-right: 10px;
}
.footer .qrcode .box {
  width: auto;
  padding: 0 18px;
}
.footer .qrcode .box .imgs {
  width: 100%;
  text-align: center;
}
.footer .qrcode .box .imgs img {
  width: 120px;
}
.footer .qrcode .box .txts {
  width: 100%;
  font-size: 13px;
  line-height: 22px;
  color: #787878;
  text-align: center;
  padding: 6px 0;
}
.footer .copyright {
  width: 100%;
  padding: 30px 0;
  float: left;
}
.footer .copyright p {
  line-height: 26px;
  font-size: 13px;
  color: #787878;
  letter-spacing: 0.4px;
}
.footer .copyright p em {
  float: right;
}
.footer .copyright p a {
  color: #787878;
  text-decoration: none;
}
.alerts {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 989;
}
.alerts .cont {
  width: 100%;
  padding-top: 70px;
  display: none;
}
.alerts .cont .menu {
  width: 100%;
  min-height: 100px;
  background-color: #35a6c4;
  float: left;
  padding: 0px 20px;
  border-top: 1px solid #fff;
}
.alerts .cont .menu .language {
  width: 100%;
}
.alerts .cont .menu .language ul {
  float: right;
  border: 1px solid #223b59;
}
.alerts .cont .menu .language ul li {
  width: 60px;
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: #fff;
  line-height: 30px;
  color: #223b59;
}
.alerts .cont .menu .language ul li.acti {
  background-color: #223b59;
  color: #fff;
}
.alerts .cont .menu .list {
  width: 100%;
}
.alerts .cont .menu .list ul {
  width: 100%;
}
.alerts .cont .menu .list ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding: 15px 0;
  line-height: 30px;
}
.alerts .cont .menu .list ul li:last-child {
  border: none;
}
.alerts .cont .menu .list ul li h4 {
  width: 100%;
  line-height: 40px;
  margin: 0;
  font-size: 16px;
  font-family: arial;
  position: relative;
}
.alerts .cont .menu .list ul li .slide {
  width: 100%;
  padding: 10px 0;
  display: none;
}
.alerts .cont .menu .list ul li .slide a {
  width: 100%;
  line-height: 24px;
  color: bgCor;
  opacity: 0.8;
  padding-right: 20px;
}
.alerts .cont .menu .list ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.alerts .cont .menu .list ul li.btns h4:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.6s;
  margin-top: -12px;
  background: url("../img/2da871_24x24.png") center no-repeat;
  background-size: 18px 18px;
}
.alerts .cont .menu .list ul li.acti h4:after {
  transform: rotate(90deg);
}
.alerts .cont .search {
  width: 100%;
  height: 60px;
  background-color: #35a6c4;
  float: left;
  padding: 10px 20px;
  border-top: 1px solid rgba(255,255,255,0.5);
}
.alerts .cont .search .input {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 0 10px;
  padding-left: 10px;
}
.alerts .cont .search .input input {
  width: 30px;
  float: left;
  border: none;
  background: none;
  height: 40px;
  font-size: 16px;
  background: url("../img/5c51ff_24x24.png") center no-repeat;
  color: #35a6c4;
}
.alerts .cont .search .input input[type='text'] {
  width: calc(100% - 30px);
  background: none;
  height: 40px;
}
.alerts .cont .search .input input::-webkit-input-placeholder {
  color: rgba(53,166,196,0.8);
}
.bann-page {
  width: 100%;
  position: relative;
  float: left;
}
.bann-page .image {
  width: 100%;
}
.bann-page .image img {
  width: 100%;
}
.bann-page .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.bann-page .slide .text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bann-page .slide .text h2 {
  font-size: 72px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 1px;
}
.bann-page .slide .text h5 {
  text-align: center;
}
.bann-page .slide .text h5 span {
  display: inline-block;
  padding: 0 10px;
  height: 50px;
  border-radius: 10px;
  background: rgba(0,0,0,0.3);
  font-size: 24px;
  color: #fff;
  line-height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-tabs {
  width: 100%;
  height: 60px;
  box-shadow: 0 8px 10px rgba(0,0,0,0.1);
  position: relative;
  z-index: 10;
  margin-top: -34px;
  background-color: #fff;
}
.page-tabs ul {
  width: 100%;
}
.page-tabs ul li {
  width: 15%;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #555;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}
.page-tabs ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background-color: #ddd;
}
.page-tabs ul li:last-child:after {
  display: none;
}
.page-tabs ul li.active {
  color: #00a2e2;
}
.page-tabs ul li.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #35a6c4;
}
.product-page {
  width: 100%;
  float: left;
  position: relative;
  z-index: 20;
}
.product-page .conts {
  width: 100%;
}
.product-page .conts .title {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}
.product-page .conts .title h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #00a2e2;
}
.product-page .conts .title p {
  font-size: 20px;
  text-transform: uppercase;
  color: #7f7f7f;
  line-height: 1.6;
}
.product-page .conts .list {
  width: 100%;
}
.product-page .conts .list .list-item {
  width: 100%;
}
.product-page .conts .list .list-item .item {
  width: 100%;
  margin-bottom: 40px;
}
.product-page .conts .list .list-item .item a {
  text-decoration: none;
}
.product-page .conts .list .list-item .item .imgs {
  width: 100%;
  max-width: 300px;
  height: 300px;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
}
.product-page .conts .list .list-item .item .imgs img {
  max-width: 80%;
  transition: 0.4s;
}
.product-page .conts .list .list-item .item .txts {
  width: 100%;
  line-height: 56px;
  font-size: 18px;
  color: #444;
  text-align: center;
}
.product-page .conts .list .list-item .item:hover .imgs img {
  transform: scale(1.1);
}
.product-page .conts .list .list-item .item:hover .txts {
  color: #00a2e2;
}
.page-paging {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.page-paging nav {
  text-align: center;
}
.page-paging nav .pagination {
  margin: 0 auto;
}
.page-paging nav .pagination li {
  margin-right: 10px;
}
.page-paging nav .pagination li.active a {
  background-color: #005e9d;
  color: #fff;
}
.details {
  width: 100%;
  float: left;
}
.details .location {
  width: 100%;
  height: 60px;
  box-shadow: 0 8px 10px rgba(0,0,0,0.1);
  position: relative;
  z-index: 10;
  margin-top: -34px;
  background-color: #fff;
  padding: 0 20px;
}
.details .location .text {
  line-height: 60px;
  font-size: 12px;
  color: #666;
}
.details .location .text em {
  color: #00a2e2;
}
.details .location .text a {
  color: #666;
  text-decoration: none;
  padding: 0 6px;
}
.details .location .search {
  width: 274px;
  height: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 6px;
  margin: 15px 0;
  padding: 0 10px;
}
.details .location .search input[type=submit] {
  width: 20px;
  float: left;
  height: 20px;
  background: url("../img/6affa2_20x18.jpg") center no-repeat;
  margin: 4px 0;
}
.details .location .search input[type=text] {
  width: calc(100% - 20px);
  height: 28px;
  border: none;
  font-size: 14px;
  float: left;
}
.details .conts {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.details .conts .image {
  width: 100%;
  border: 1px solid #ddd;
  float: left;
}
.details .conts .image .list {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 72px 0;
}
.details .conts .image .list ul {
  width: 100%;
}
.details .conts .image .list ul li {
  width: 100%;
}
.details .conts .image .list .swiper-pagination {
  bottom: 30px !important;
}
.details .conts .image .list .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  margin: 0 5px;
  height: 8px;
  opacity: 1;
  background-color: #acacac;
}
.details .conts .image .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0f57a3;
}
.details .conts .intr {
  width: 100%;
  padding-left: 30px;
}
.details .conts .intr .title {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}
.details .conts .intr .title h4 {
  line-height: 50px;
  font-size: 32px;
  color: #282828;
}
.details .conts .intr .title h5 {
  line-height: 44px;
  font-size: 20px;
  color: #7f7f7f;
}
.details .conts .intr .text {
  width: 100%;
  padding: 20px 0;
  float: left;
}
.details .conts .intr .text p {
  line-height: 44px;
  font-size: 14px;
  color: #757575;
}
.details .conts .intr .text h5 {
  padding: 12px 0;
}
.details .conts .intr .text h5 a {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  height: 40px;
  background-color: #0f63a3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.details .conts .intr .text h5 a img {
  margin-right: 10px;
}
.details .introd {
  width: 100%;
  background-color: #f9f9f9;
  float: left;
  padding: 30px;
  margin: 60px 0;
}
.details .introd .title {
  width: 100%;
  text-align: center;
}
.details .introd .title h4 {
  line-height: 36px;
  font-size: 24px;
  color: #282828;
}
.details .introd .title p {
  font-size: 18px;
  color: #7f7f7f;
  text-transform: uppercase;
  line-height: 1.6;
}
.details .introd .imgs {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.details .introd .imgs img {
  max-width: 90%;
}
.news-page {
  float: left;
  width: 100%;
}
.news-page .conts {
  width: 100%;
  padding: 56px 0;
  float: left;
}
.news-page .conts .intr {
  width: 100%;
  max-width: 980px;
}
.news-page .conts .intr .list {
  width: 100%;
}
.news-page .conts .intr .list ul {
  width: 100%;
}
.news-page .conts .intr .list ul li {
  width: 100%;
  padding: 30px 0;
  transition: 0.5s;
}
.news-page .conts .intr .list ul li .imgs {
  width: 340px;
  padding: 0 10px;
}
.news-page .conts .intr .list ul li .imgs img {
  width: 100%;
}
.news-page .conts .intr .list ul li .text {
  width: calc(100% - 340px);
  padding-left: 20px;
}
.news-page .conts .intr .list ul li .text h5 {
  font-size: 22px;
  line-height: 36px;
  color: #333;
}
.news-page .conts .intr .list ul li .text h6 {
  font-size: 14px;
  color: #666;
}
.news-page .conts .intr .list ul li .text p {
  line-height: 36px;
}
.news-page .conts .intr .list ul li .text p i {
  color: #666;
}
.news-page .conts .intr .list ul li:hover {
  box-shadow: 0 0px 20px rgba(0,0,0,0.18);
}
.news-page .conts .hots {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 30px;
  float: right;
  max-width: 360px;
}
.news-page .conts .hots .tits {
  width: 100%;
  line-height: 60px;
  font-size: 24px;
  color: #444;
}
.news-page .conts .hots .bann {
  width: 100%;
  padding-bottom: 24px;
}
.news-page .conts .hots .bann ul {
  width: 100%;
}
.news-page .conts .hots .bann ul li {
  width: 100%;
}
.news-page .conts .hots .bann ul li img {
  width: 100%;
}
.news-page .conts .hots .bann .swiper-pagination {
  bottom: 2px !important;
  width: auto;
  left: 0;
}
.news-page .conts .hots .bann .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  margin: 0 5px;
  height: 8px;
  opacity: 1;
  background-color: #ccc;
}
.news-page .conts .hots .bann .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00669d;
}
.news-page .conts .hots .text {
  width: 100%;
}
.news-page .conts .hots .text p {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  margin: 15px 0;
}
.news-page .conts .hots .text p a {
  color: #555;
}
.news-page .conts .hots .text p:hover a {
  color: #005e9d;
}
.brand-page {
  padding-top: 0;
}
.brand-page .title {
  padding-top: 60px;
}
.case-page {
  width: 100%;
  float: left;
}
.case-page .conts {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.case-page .conts .title {
  width: 100%;
  text-align: center;
}
.case-page .conts .title h4 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
.case-page .conts .title p {
  font-size: 16px;
  text-transform: uppercase;
  color: #b3b3b3;
  line-height: 26px;
}
.case-page .conts .list {
  width: 100%;
  padding: 20px 0;
  float: left;
}
.case-page .conts .list .item {
  width: 100%;
  margin: 18px 0;
  float: left;
}
.case-page .conts .list .item a {
  text-decoration: none;
}
.case-page .conts .list .item .imgs {
  width: 100%;
}
.case-page .conts .list .item .imgs img {
  width: 100%;
}
.case-page .conts .list .item .txts {
  width: 100%;
  line-height: 42px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.cooperate {
  width: 100%;
  float: left;
}
.cooperate .title {
  width: 100%;
  text-align: center;
}
.cooperate .title h4 {
  font-size: 36px;
  line-height: 1.6;
  color: #00a2e2;
  font-weight: bold;
}
.cooperate .title h5 {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}
.cooperate .conts {
  width: 100%;
  padding-top: 10px;
}
.cooperate .conts .image {
  width: 100%;
}
.cooperate .conts .image .box {
  width: 100%;
  margin: 5px 0;
  float: left;
}
.cooperate .conts .image .box img {
  width: 100%;
}
.cooperate .conts .list {
  width: 100%;
  padding-top: 5px;
}
.cooperate .conts .list ul {
  width: 100%;
}
.cooperate .conts .list ul li {
  width: 50%;
}
.cooperate .conts .list ul li img {
  width: 100%;
}
.recommend {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.recommend .title {
  width: 100%;
  text-align: center;
}
.recommend .title h4 {
  font-size: 24px;
  line-height: 40px;
  color: #00a2e2;
  font-weight: bold;
}
.recommend .title h5 {
  font-size: 16px;
  line-height: 26px;
  color: #555;
}
.recommend .conts {
  width: 100%;
}
.recommend .conts .list {
  width: 100%;
  padding-bottom: 20px;
}
.recommend .conts .list ul {
  width: 100%;
}
.recommend .conts .list ul li {
  width: 100%;
}
.recommend .conts .list ul li .imgs {
  width: 100%;
}
.recommend .conts .list ul li .imgs img {
  width: 100%;
}
.recommend .conts .list ul li .text {
  width: 100%;
}
.recommend .conts .list ul li .text h5 {
  line-height: 30px;
  font-size: 16px;
}
.recommend .conts .list ul li .text p {
  font-size: 13px;
  line-height: 22px;
}
.recommend .conts .list .swiper-pagination {
  bottom: 0px !important;
}
.recommend .conts .list .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  margin: 0 5px;
  height: 10px;
  opacity: 0.6;
  background-color: #393939;
}
.recommend .conts .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00a2e2;
}
.fix-cont {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 99;
}
.fix-cont a {
  display: inline-block;
  width: 54px;
  height: 54px;
  background-color: #35a6c4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 54px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.fix-cont a img {
  width: 30px;
}
.fix-null {
  width: 100%;
  height: 70px;
  float: left;
}
.fix-menu {
  width: 100%;
  height: 70px;
  background-color: #35a6c4;
  position: fixed;
  left: 0;
  bottom: 0px;
  z-index: 100;
  border-top: 1px solid rgba(255,255,255,0.3);
}
.fix-menu ul {
  width: 100%;
}
.fix-menu ul li {
  width: 25%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.fix-menu ul li a {
  text-decoration: none;
}
.fix-menu ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 30px;
  background-color: rgba(255,255,255,0.2);
}
.fix-menu ul li .ico {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix-menu ul li .ico img {
  width: 24px;
}
.fix-menu ul li .txt {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

@media screen and (max-width: 1551px) {
  .introduce .conts .list .item .imgs {
    width: 120px;
    height: 114px;
  }
  .introduce .conts .list .item .imgs img {
    max-height: 70%;
  }
  .introduce .conts .list .item .text {
    height: 114px;
    width: calc(100% - 120px);
  }
  .introduce .conts .list .item .text p {
    font-size: 14px;
    line-height: 1.6;
  }
  .wid {
    padding: 0 20px;
  }
  .head .logo .imgs img {
    width: 160px;
  }
  .head .logo .name h4 b {
    font-size: 26px;
  }
  .head .logo .name h4 em {
    font-size: 16px;
  }
  .head .intrs .nav ul li {
    margin-right: 10px;
    margin-left: 10px;
  }
  .head .intrs .nav ul li a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1367px) {
  .head .logo .name {
    display: none;
  }
}
.footer .conta .menu a {
  padding: 0 10px;
}
@media screen and (max-width: 1100px) {
  .head .intrs .nav ul li h4 a span {
    font-size: 18px;
  }
  .head .intrs .nav ul li {
    margin: 0 12px;
  }
}
@media screen and (max-width: 993px) {
  .introduce .conts .intrs .swiper-button-prev,
  .introduce .conts .intrs .swiper-button-next {
    background-size: 48px 48px;
  }
  .introduce .conts .intrs .swiper-button-prev:hover,
  .introduce .conts .intrs .swiper-button-next:hover {
    background-size: 48px 48px;
  }
  .bann-page .slide .text h2 {
    font-size: 36px;
    line-height: 1.6;
  }
  .bann-page .slide .text h5 {
    height: 36px;
    font-size: 18px;
    line-height: 36px;
  }
  .bann-page .slide .text h5 span {
    font-size: 16px;
  }
  .page-tabs ul li {
    width: calc(100% / 6);
    max-width: 160px;
  }
  .news-page .conts .intr .list ul li {
    padding: 10px 0;
  }
  .introduce .conts .list .item {
    margin: 10px 0;
  }
  .head .logo .imgs {
    height: auto;
  }
  .head {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }
  body {
    padding-top: 80px;
  }
  .brand .conts {
    padding: 20px 0;
  }
  .brand .conts .intrs {
    padding-right: 0;
  }
  .brand .conts .imgs {
    text-align: center;
  }
  .advantage:after {
    display: none;
  }
  .advantage {
    height: auto;
    min-height: initial;
    padding-bottom: 50px;
  }
  .advantage .title {
    width: 100%;
    max-width: initial;
    height: auto;
    padding: 20px 0;
  }
  .footer .company .labs {
    position: relative;
    bottom: 0;
  }
  .footer {
    padding: 0;
  }
  .footer .conta .menu {
    float: left;
  }
  .footer .conta .tel {
    float: left;
  }
  .footer .qrcode {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .fix-cont {
    right: 10px;
  }
  .fix-cont a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .fix-cont a img {
    width: 24px;
  }
  .head .wap-cont .logo h4 {
    padding-top: 10px;
    padding-left: 10px;
  }
  .head .wap-cont .logo h4 b {
    font-size: 16px;
    line-height: 26px;
  }
  .head .wap-cont .logo h4 em {
    font-size: 12px;
    line-height: 16px;
  }
  .introduce .conts .intrs .swiper-button-prev,
  .introduce .conts .intrs .swiper-button-next {
    background-size: 40px 40px;
  }
  .introduce .conts .intrs .swiper-button-prev:hover,
  .introduce .conts .intrs .swiper-button-next:hover {
    background-size: 40px 40px;
  }
  .details .conts .image .list {
    padding: 40px 0;
  }
  .details .location {
    margin: 0;
    box-shadow: initial;
  }
  .details .location {
    padding: 15px 10px;
  }
  .details .location .text {
    font-size: 14px;
    line-height: 30px;
  }
  .details .conts {
    padding: 10px 0;
    float: left;
  }
  .details .conts .intr {
    padding: 30px 0;
    float: left;
  }
  .details .introd {
    margin: 10px 0;
  }
  .details .conts .image .list .swiper-pagination {
    bottom: 10px !important;
  }
  .details .location .search {
    width: 100%;
    float: left;
  }
  .case-page .conts .list .item {
    margin: 8px 0;
  }
  .case-page .conts .title h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .case-page .conts .title p {
    font-size: 14px;
    line-height: 20px;
  }
  .case-page .conts {
    padding: 20px 0;
  }
  .page-paging {
    padding: 30px 0;
  }
  .wid {
    padding: 0 15px;
  }
  .news-page .conts {
    padding: 20px 0;
  }
  .news-page .conts .intr .list ul li .imgs {
    width: 100%;
  }
  .news-page .conts .intr .list ul li .imgs img {
    width: 100%;
  }
  .news-page .conts .intr .list ul li .text {
    width: 100%;
    padding: 10px;
  }
  .page-tabs {
    margin: 0;
    box-shadow: initial;
    padding: 16px 0;
    float: left;
    height: auto;
  }
  .page-tabs ul li {
    width: 33.3%;
    line-height: 44px;
    font-size: 14px;
  }
  .product-page .conts .title {
    padding: 30px 0;
    float: left;
  }
  .product-page .conts .title h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .product-page .conts .title p {
    font-size: 13px;
  }
  .product-page .conts .list .list-item .item {
    margin-bottom: 10px;
  }
  .product-page .conts .list .list-item .item .imgs {
    height: 180px;
  }
  body {
    padding-top: 70px;
  }
  .head .wap-cont {
    height: 70px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 4px;
  }
  .brand {
    padding: 30px 0;
  }
  .brand .title h2 {
    font-size: 28px;
    line-height: 44px;
  }
  .brand .conts .intrs .text {
    margin-bottom: 20px;
  }
  .brand .conts .intrs .text h4 {
    font-size: 24px;
    line-height: 38px;
  }
  .brand .conts .intrs .text p {
    margin: 12px 0;
  }
  .switch {
    padding: 20px 0;
  }
  .switch .title h3 {
    font-size: 28px;
    line-height: 44px;
  }
  .switch .title p {
    font-size: 16px;
    line-height: 26px;
  }
  .switch .conts .item .imgs img {
    max-width: 100%;
  }
  .switch .tabs ul li {
    margin: 4px 0;
    padding: 0 16px;
  }
  .introduce .conts .list .item {
    padding: 20px 0;
  }
  .introduce .conts .list .item .imgs {
    width: 100%;
    height: 114px;
    text-align: center;
  }
  .introduce .conts .list .item .imgs img {
    max-width: auto;
  }
  .introduce .conts .list .item .text {
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
  }
  .introduce .conts .list .item .text p {
    font-size: 14px;
    line-height: 20px;
  }
  .introduce {
    padding: 30px 0;
  }
  .introduce .title h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .introduce .title h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .introduce .conts .intrs ul li .imgs {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .introduce .conts .intrs ul li .imgs img {
    max-width: 50%;
  }
  .introduce .conts .intrs ul li .text {
    width: 100%;
    text-align: center;
    height: auto;
    display: initial;
  }
  .introduce .conts .intrs ul li .text h5 {
    text-align: center;
    font-size: 24px;
  }
  .introduce .conts .intrs ul li .text p {
    font-size: 14px;
    line-height: 22px;
  }
  .introduce .conts .intrs ul li .text a {
    position: relative;
    right: initial;
    bottom: initial;
    margin: 0 auto;
  }
  .introduce .conts .intrs .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .introduce .conts .list {
    padding: 30px 0;
  }
  .footer {
    background-color: #35a6c4;
  }
  .footer .company .logo .imgs {
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .footer .company .logo .imgs img {
    width: 100px;
  }
  .footer .company .logo .name {
    padding-top: 10px;
    width: 100%;
    height: auto;
  }
  .footer .company .logo .name h4 {
    width: 100%;
    text-align: center;
    color: #fff;
    padding-left: 0;
  }
  .footer .company .logo .name h4:after {
    display: none;
  }
  .footer .company .logo .name h4 b {
    font-size: 20px;
    line-height: 32px;
  }
  .footer .company .logo .name h4 em {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .company .labs {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }
  .footer .conta {
    padding: 10px 0;
  }
  .footer .conta .menu {
    line-height: 24px;
    color: #fff;
    text-align: center;
  }
  .footer .conta .menu a {
    color: #fff;
  }
  .footer .copyright {
    color: #fff;
    text-align: center;
    padding: 12px 0;
  }
  .footer .copyright p {
    color: #fff;
  }
  .footer .copyright p a {
    color: #fff;
  }
  .footer .qrcode {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0;
  }
  .footer .qrcode .box .txts {
    color: #fff;
  }
  .footer .conta .menu {
    padding: 10px 0;
  }
  .advantage .conts .list ul li.swiper-slide-prev img {
    transform: scale(0.7) translateX(150px);
  }
  .advantage .conts .list ul li.swiper-slide-next img {
    transform: scale(0.7) translateX(-150px);
  }
  .advantage .conts .list .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    left: 50px;
  }
  .advantage .conts .list .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    right: 50px;
  }
  .advantage .title h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .advantage .title p {
    font-size: 16px;
    line-height: 26px;
  }
  .head .wap-cont .logo img {
    height: 70%;
  }
  .switch .conts {
    padding-bottom: 0;
  }
  .product .conts {
    padding-top: 20px;
  }
  .product {
    padding: 10px 0;
  }
  .introduce .conts .list .item {
    padding: 10px 0;
  }
  .introduce .conts .list .item .text {
    padding-top: 0;
  }
  .page-tabs ul li {
    font-size: 16px;
  }
  .cooperate .title h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .cooperate .title h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .introduce {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 431px) {
  .head .wap-cont .logo h4 {
    padding-left: 4px;
  }
  .head .wap-cont .logo h4 b {
    font-size: 14px;
    line-height: 20px;
  }
  .head .wap-cont .logo h4 em {
    font-size: 12px;
    line-height: 16px;
  }
  .head .wap-cont .logo img {
    height: 60%;
  }
  .head .wap-cont {
    padding: 0 10px;
  }
}
