
/*  页面重置样式  */
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:'Open Sans',"Helvetica Neue",'Helvetica','Arial','sans-serif';
	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;
}
font-face {
  font-family: 'opposans-b';
  src: url("../css/opposans-b.ttf") format('truetype');
}
font-face {
  font-family: 'opposans-r';
  src: url("../css/opposans-r.ttf") format('truetype');
}
font-face {
  font-family: 'opposans-l';
  src: url("../css/opposans-l.ttf") format('truetype');
}
.wid {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
}
.head {
  padding: 0 50px;
  background-color: #213b89;
  width: 100%;
  float: left;
  height: 104px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.head .logo {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.head .menu {
  height: 80px;
}
.head .menu .box {
  width: 60px;
  height: 80px;
  position: relative;
  right: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .menu .box i {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.head .menu .box i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 2px;
  transition: 0.5s;
  background-color: #fff;
}
.head .menu .box i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #fff;
}
.head .menu .box.acti i {
  background: none !important;
}
.head .menu .box.acti i:after {
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
.head .menu .box.acti i:before {
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}
.head .intr {
  width: auto;
  height: 100%;
}
.head .intr .search {
  height: 100%;
  position: relative;
}
.head .intr .search .ico {
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.head .intr .search .slide {
  width: 420px;
  height: 60px;
  background-color: #213b89;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
  margin-top: -30px;
}
.head .intr .search .slide input[type='submit'] {
  width: 50px;
  float: left;
  height: 50px;
  background: url("../img/ba147a_19x19.png") center no-repeat;
  border: none;
  margin: 5px 0;
}
.head .intr .search .slide input[type='text'] {
  width: calc(100% - 50px);
  height: 40px;
  background-color: #fff;
  padding: 0 10px;
  border: none;
  float: left;
  font-size: 16px;
  margin: 10px 0;
}
.head .intr .language {
  height: 100%;
  padding: 0 40px;
  position: relative;
}
.head .intr .language .curr {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-family: 'opposans-l';
  padding-right: 20px;
  position: relative;
}
.head .intr .language .curr:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.5s;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  background: url("../img/b2b1ab_14x8.png") center no-repeat;
}
.head .intr .language .curr.acti:after {
  transform: rotate(180deg);
}
.head .intr .language .slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 104px;
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(0,0,0,0.1);
  padding: 10px 0;
  display: none;
}
.head .intr .language .slide p {
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}
.head .intr .language .slide p:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
.head .intr .nav {
  width: auto;
}
.head .intr .nav ul li {
  padding: 0 20px;
  position: relative;
}
.head .intr .nav ul li .txts {
  line-height: 44px;
  padding: 30px 10px;
  color: #fff;
  font-size: 18px;
  font-family: 'opposans-l';
}
.head .intr .nav ul li .txts a {
  color: #fff;
  text-decoration: none;
}
.head .intr .nav ul li.btns {
  padding-right: 30px;
}
.head .intr .nav ul li.btns:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 48px;
  width: 14px;
  height: 8px;
  background: url("../img/b2b1ab_14x8.png") center no-repeat;
}
.head .intr .nav ul li .slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 104px;
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(0,0,0,0.1);
  padding: 10px 0;
  display: none;
}
.head .intr .nav ul li .slide p {
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}
.head .intr .nav ul li .slide p a {
  color: #333;
  text-decoration: none;
}
.head .intr .nav ul li .slide p:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
.head .intr .nav ul li .slide p:hover a {
  color: #333;
}
.head .intr .nav ul li:hover .slide {
  display: block;
}
.head.fix {
  height: 80px;
  background: rgba(33,59,137,0.9);
  box-shadow: 0 5px 8px rgba(0,0,0,0.1);
}
.head.fix .logo img {
  height: 54px;
}
.head.fix .intr .nav ul li .txts {
  padding: 18px 10px;
}
.head.fix .intr .nav ul li.btns:after {
  top: 36px;
}
.head.fix .intr .nav ul li .slide {
  top: 80px;
}
.head.fix .intr .language .slide {
  top: 80px;
}
.banner {
  width: 100%;
}
.banner ul {
  width: 100%;
}
.banner ul li {
  width: 100%;
  height: 910px;
}
.banner ul li .wid {
  height: 100%;
}
.banner ul li .image {
  width: 100%;
}
.banner ul li .image img {
  width: 100%;
}
.banner ul li .intrs {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 60px;
  padding-bottom: 136px;
}
.banner ul li .intrs .text {
  max-width: 720px;
  color: #fff;
}
.banner ul li .intrs .text h3 {
  font-size: 74px;
  line-height: 68px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}
.banner ul li .intrs .text h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: -36px;
  width: 186px;
  height: 10px;
  background-color: #0191dc;
}
.banner ul li .intrs .text p {
  font-size: 30px;
  line-height: 40px;
}
.banner ul li .intrs .text a {
  display: inline-block;
  width: 220px;
  height: 60px;
  background-color: #0191dc;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  margin: 10px 0;
  text-decoration: none;
}
.banner .swiper-pagination {
  bottom: 60px !important;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  margin: 0 9px;
  height: 8px;
  opacity: 0.3;
  border-radius: 4px;
  transition: 0.5s;
  background-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 72px;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-size: 32px;
  color: #fff;
}
.function {
  width: 100%;
}
.function .item {
  width: 100%;
  height: 352px;
  background-color: #f0f0f0;
  border-right: 1px solid #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: 0.5s;
  cursor: pointer;
}
.function .item .ico {
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.function .item .text {
  text-align: center;
}
.function .item .text h3 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  line-height: 58px;
}
.function .item .text p {
  margin: 12px 0;
  font-size: 16px;
  line-height: 24px;
  padding: 0 56px;
  min-height: 48px;
}
.function .item:hover {
  box-shadow: inset 0 0 16px rgba(0,0,0,0.3);
}
.function div:nth-child(2n) div .item {
  background-color: #f3f4f7;
}
.about {
  width: 100%;
  padding: 100px 0;
  float: left;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.about .intrs {
  width: 100%;
}
.about .intrs .title {
  width: 100%;
}
.about .intrs .title h2 {
  font-size: 64px;
  color: #24497c;
  line-height: 84px;
  padding: 25px 0;
  font-weight: bold;
  position: relative;
}
.about .intrs .title h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 140px;
  height: 6px;
  background-color: #24497c;
}
.about .intrs .text {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: #1b1b1b;
  text-align: justify;
  margin: 10px 0;
  min-height: 282px;
}
.about .intrs .more {
  width: 100%;
}
.about .intrs .more a {
  display: inline-block;
  width: 220px;
  height: 60px;
  background-color: #24497c;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.about .image {
  width: 100%;
  padding-left: 94px;
  position: relative;
}
.about .image:after {
  content: "";
  position: absolute;
  right: -60%;
  bottom: -20px;
  width: 140%;
  height: 60px;
  background-color: #24497c;
}
.about .image img {
  height: 576px;
  position: relative;
  z-index: 99;
}
.about .labels {
  position: absolute;
  right: 60px;
  bottom: 0;
  font-size: 218px;
  z-index: 99;
  text-transform: uppercase;
  font-weight: bold;
  color: #ececec;
  opacity: 0.5;
}
.product {
  width: 100%;
  background: #24497c url("../img/fa6770_1920x968.jpg") bottom center no-repeat;
  float: left;
  padding: 100px 0;
}
.product .title {
  width: 100%;
  text-align: center;
}
.product .title h3 {
  font-size: 64px;
  color: #fff;
  line-height: 110px;
  font-weight: bold;
  position: relative;
}
.product .title h3:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 0;
  width: 140px;
  height: 7px;
  background-color: #fff;
}
.product .tabs {
  width: 100%;
  padding: 15px 0;
}
.product .tabs ul {
  width: 100%;
}
.product .tabs ul li {
  width: calc(16.66% - 4px);
  margin: 0 2px;
  height: 46px;
  border: 1px solid #aed0ff;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  cursor: pointer;
  color: #94baee;
  text-transform: uppercase;
}
.product .tabs ul li.acti {
  background-color: rgba(255,255,255,0.33);
  border: 1px solid rgba(255,255,255,0.33);
}
.product .conts {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.product .conts .list {
  width: 100%;
}
.product .conts .list .item {
  width: 100%;
  margin-bottom: 40px;
  cursor: pointer;
}
.product .conts .list .item .imgs {
  width: 100%;
  height: 285px;
  overflow: hidden;
  border: 3px solid #fff;
}
.product .conts .list .item .imgs img {
  width: 100%;
  transition: 0.5s;
}
.product .conts .list .item .txts {
  width: 100%;
  height: 70px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .conts .list .item .txts a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/25e97d_26x16.png") center no-repeat;
}
.product .conts .list .item .txts span {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.product .conts .list .item:hover .imgs img {
  transform: scale(1.1);
}
.product .more {
  text-align: center;
  width: 100%;
}
.product .more a {
  display: inline-block;
  width: 220px;
  height: 60px;
  border: 1px solid #aed0ff;
  background-color: #24497c;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.case {
  width: 100%;
  padding-top: 120px;
  float: left;
}
.case .title {
  width: 100%;
}
.case .title h3 {
  text-align: center;
  line-height: 110px;
  font-size: 64px;
  color: #24497c;
  position: relative;
  font-weight: bold;
}
.case .title h3:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 0;
  width: 90px;
  height: 7px;
  background-color: #24497c;
}
.case .title p {
  font-size: 20px;
  line-height: 28px;
  color: #1b1b1b;
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}
.case .conts {
  width: 100%;
  padding: 70px 50px;
  float: left;
  position: relative;
  margin-top: 20px;
}
.case .conts .swiper-button-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -25px;
  background: url("../img/6a0151_22x38.png") center no-repeat;
}
.case .conts .swiper-button-prev:after {
  display: none;
}
.case .conts .swiper-button-next {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -25px;
  background: url("../img/7941bc_22x38.png") center no-repeat;
}
.case .conts .swiper-button-next:after {
  display: none;
}
.case .conts .list {
  width: 100%;
}
.case .conts .list ul {
  width: 100%;
}
.case .conts .list ul li {
  width: calc(33.3% - 22px);
  overflow: hidden;
  position: relative;
}
.case .conts .list ul li .imgs {
  width: 100%;
}
.case .conts .list ul li .imgs img {
  width: 100%;
  transition: 0.5s;
}
.case .conts .list ul li .txts {
  width: 100%;
  height: 68px;
  background: rgba(14,37,69,0.8);
  padding: 0 15px;
  line-height: 68px;
  transition: 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(68px);
}
.case .conts .list ul li .txts span {
  color: #fff;
  line-height: 68px;
  float: left;
  font-size: 18px;
}
.case .conts .list ul li .txts a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/1ba7bb_33x33.png") center no-repeat;
  margin: 14px 0;
  float: right;
}
.case .conts .list ul li:hover .imgs {
  width: 100%;
}
.case .conts .list ul li:hover .imgs img {
  transform: scale(1.1);
}
.case .conts .list ul li:hover .txts {
  transform: translateY(0px);
}
.news {
  width: 100%;
  height: auto;
  min-height: 682px;
  background: #fefefe url("../img/1dcc7a_1920x682.jpg") top center no-repeat;
  float: left;
  padding: 58px 0;
}
.news .title {
  width: 100%;
}
.news .title h3 {
  text-align: center;
  line-height: 110px;
  font-size: 64px;
  color: #24497c;
  position: relative;
  font-weight: bold;
}
.news .title h3:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 0;
  width: 90px;
  height: 7px;
  background-color: #24497c;
}
.news .list {
  width: 100%;
}
.news .list ul {
  width: 100%;
}
.news .list ul li {
  width: calc(50% - 33px);
  padding-left: 22px;
  padding-bottom: 14px;
  margin-top: 35px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.news .list ul li:after {
  content: "";
  position: absolute;
  left: -22px;
  top: 15px;
  width: 16px;
  height: 16px;
  background-color: #24497c;
}
.news .list ul li .tits {
  font-size: 18px;
  line-height: 46px;
  color: #3c3c3d;
  position: relative;
}
.news .list ul li .tits a {
  color: #3c3c3d;
  text-decoration: none;
}
.news .list ul li .time {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news .list ul li .time span {
  color: #adadad;
  font-size: 18px;
}
.news .list ul li .time img {
  margin-right: 10px;
}
.news .list ul li:nth-child(2n) {
  float: right;
}
.news .list ul li:hover .tits a {
  color: #213b89;
}
.news .more {
  width: 100%;
  float: left;
  padding: 54px 0;
  text-align: center;
  padding-bottom: 0;
}
.news .more a {
  color: #24497c;
  font-size: 30px;
  text-decoration: none;
}
.footer {
  width: 100%;
  background-color: #213b89;
  float: left;
  padding: 50px 0;
}
.footer .contact {
  width: 100%;
  border-right: 1px solid #767e8a;
}
.footer .contact h4 {
  line-height: 40px;
  font-size: 24px;
  color: #fff;
}
.footer .contact p {
  line-height: 36px;
  font-size: 16px;
  color: #96a6d5;
}
.footer .contact p a {
  color: #96a6d5;
  text-decoration: none;
  transition: 0.5s;
}
.footer .contact p a:hover {
  color: #fff;
}
.footer .intrs {
  width: 100%;
}
.footer .intrs .Qrcode {
  width: auto;
  padding: 0 80px;
}
.footer .intrs .Qrcode img {
  width: 190px;
}
.footer .intrs .text {
  width: calc(100% - 350px);
  padding: 10px 0;
}
.footer .intrs .text .txts {
  width: 100%;
}
.footer .intrs .text .txts h5 {
  line-height: 34px;
  font-size: 18px;
  color: #fff;
}
.footer .intrs .text .txts p {
  font-size: 16px;
  line-height: 28px;
  color: #96a6d6;
}
.footer .intrs .text .share {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
}
.footer .intrs .text .share img {
  margin-right: 10px;
}
.alerts {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 99;
}
.alerts .cont {
  width: 100%;
  padding-top: 80px;
  display: none;
}
.alerts .cont .menu {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  float: left;
  padding: 20px 20px;
}
.alerts .cont .menu .language {
  width: 100%;
}
.alerts .cont .menu .language ul {
  float: right;
  border: 1px solid #213b89;
}
.alerts .cont .menu .language ul li {
  width: 60px;
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: #fff;
  line-height: 30px;
  color: #213b89;
}
.alerts .cont .menu .language ul li.acti {
  background-color: #213b89;
  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(33,59,137,0.2);
  padding: 10px 0;
}
.alerts .cont .menu .list ul li:last-child {
  border: none;
}
.alerts .cont .menu .list ul li .txts {
  width: 100%;
  line-height: 30px;
  margin: 0;
  font-size: 14px;
  font-family: arial;
  position: relative;
}
.alerts .cont .menu .list ul li .txts a {
  color: #213b89;
  text-decoration: none;
}
.alerts .cont .menu .list ul li .slide {
  width: 100%;
  padding: 10px 0;
  display: none;
}
.alerts .cont .menu .list ul li .slide p {
  width: 100%;
  line-height: 28px;
}
.alerts .cont .menu .list ul li .slide a {
  width: 100%;
  line-height: 28px;
  color: #213b89;
  opacity: 0.8;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.alerts .cont .menu .list ul li .slide a:after {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  color: #213b89;
}
.alerts .cont .menu .list ul li.btns .txts:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.6s;
  margin-top: -12px;
  background: url("../img/401119_24x24.png") center no-repeat;
  background-size: 18px 18px;
}
.alerts .cont .menu .list ul li.acti .txts:after {
  transform: rotate(180deg);
}
.alerts .cont .search {
  width: 100%;
  height: 60px;
  background-color: #213b89;
  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 20px;
}
.alerts .cont .search .input input {
  width: 40px;
  float: left;
  border: none;
  background: none;
  height: 40px;
  font-size: 16px;
  background: url("../img/9344dc_20x20.png") center no-repeat;
  color: #213b89;
}
.alerts .cont .search .input input[type='text'] {
  width: calc(100% - 40px);
  background: none;
  height: 40px;
}
.alerts .cont .search .input input::-webkit-input-placeholder {
  color: rgba(33,59,137,0.8);
}

@media screen and (max-width: 1400px) {
  .wid {
    padding: 0 20px;
  }
  .about .image {
    padding-left: 48px;
  }
  .about .labels {
    font-size: 160px;
  }
  .product .tabs ul li {
    font-size: 14px;
  }
  .function .item .text p {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .function .item {
    display: initial;
    float: left;
    padding-top: 40px;
  }
  .head .intr .nav ul li {
    padding: 0 10px;
  }
  .head .intr .language {
    padding: 0 20px;
  }
  .head {
    padding: 0 20px;
  }
  .product .conts .list .item .imgs {
    height: auto;
  }
  .product .tabs ul li {
    width: calc(33.3% - 4px);
    margin-bottom: 4px;
  }
  .function .item .ico {
    height: 100px;
  }
  .function .item .ico img {
    height: 76px;
  }
  .function .item .text h3 {
    font-size: 24px;
    line-height: 48px;
  }
  .about {
    padding: 80px 0;
  }
  .about .labels {
    font-size: 120px;
  }
  .about .image {
    padding-left: 10px;
  }
  .product .conts {
    padding: 20px 0;
  }
  .product .conts .list .item {
    margin-bottom: 30px;
  }
  .product .conts .list .item .txts {
    height: 50px;
  }
  .product .conts .list .item .txts span {
    font-size: 18px;
  }
  .news .list ul li .tits {
    font-size: 16px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .news .list ul li .time {
    font-size: 16px;
  }
  .news .list ul li .time span {
    font-size: 16px;
  }
}
@media screen and (max-width: 993px) {
  .head {
    height: 80px;
  }
  .head .logo img {
    height: 54px;
  }
  .banner ul li {
    height: 550px;
  }
  .banner ul li .intrs {
    padding-top: 80px;
    padding-bottom: 0;
    padding-bottom: 60px;
  }
  .banner ul li .intrs .text h3 {
    font-size: 54px;
    line-height: 72px;
  }
  .banner ul li .intrs .text h3:after {
    height: 4px;
    top: -20px;
    width: 100px;
  }
  .banner ul li .intrs .text p {
    font-size: 18px;
    line-height: 28px;
  }
  .banner ul li .intrs .text a {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .function div:nth-child(2n) div .item {
    background: #f0f0f0;
  }
  .function div:nth-child(2) div .item,
  .function div:nth-child(3) div .item {
    background-color: #f3f4f7;
  }
  .about .intrs .text {
    min-height: initial;
  }
  .about .image {
    padding-left: 0;
    padding: 20px 0;
  }
  .about .image img {
    height: auto;
    width: 100%;
  }
  .about .image:after {
    display: none;
  }
  .about .labels {
    display: none;
  }
  .about .intrs .title h2,
  .product .title h2,
  .case .title h2,
  .news .title h2,
  .about .intrs .title h3,
  .product .title h3,
  .case .title h3,
  .news .title h3 {
    font-size: 36px;
    line-height: 50px;
  }
  .about .intrs .title h2:after,
  .product .title h2:after,
  .case .title h2:after,
  .news .title h2:after,
  .about .intrs .title h3:after,
  .product .title h3:after,
  .case .title h3:after,
  .news .title h3:after {
    width: 80px;
    height: 3px;
    left: 50%;
    margin-left: -40px;
    top: -10px;
  }
  .about .intrs .title h2:after {
    left: 0;
    top: 10px;
    margin-left: 0;
  }
  .about {
    padding: 30px 0;
  }
  .case {
    padding-top: 40px;
  }
  .product {
    padding: 40px 0;
  }
  .footer .contact {
    border: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
  .footer .contact p {
    display: inline-block;
    width: atuo;
    margin-right: 10px;
  }
  .footer .intrs .Qrcode {
    padding: 0 30px;
    padding-left: 0;
  }
  .footer .intrs .text .share {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .banner ul li {
    height: auto;
    background: none;
  }
  .banner ul li .wid {
    padding: 0;
  }
  .banner .swiper-pagination {
    bottom: 10px !important;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 4px;
    border-radius: 2px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
  }
  .footer .intrs .Qrcode {
    width: 100%;
  }
  .footer .intrs .text {
    width: 100%;
  }
  .head {
    height: 60px;
  }
  .head .logo img {
    height: 42px;
  }
  .head .menu {
    height: 60px;
  }
  .head .menu .box {
    height: 60px;
  }
  .alerts .cont {
    padding-top: 60px;
  }
  body {
    padding-top: 60px;
  }
  .function .item {
    height: 240px;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 30px;
  }
  .function .item .ico {
    height: 80px;
  }
  .function .item .ico img {
    height: 64px;
  }
  .function .item .text h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .function .item .text p {
    font-size: 14px;
    line-height: 22px;
  }
  .about .intrs .title h2,
  .product .title h2,
  .case .title h2,
  .news .title h2,
  .about .intrs .title h3,
  .product .title h3,
  .case .title h3,
  .news .title h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .about .intrs .text {
    font-size: 14px;
    line-height: 22px;
  }
  .about .intrs .title h2 {
    padding-bottom: 10px;
  }
  .about .intrs .more {
    text-align: center;
  }
  .about .intrs .more a {
    width: 140px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .product .tabs ul li {
    width: calc(50% - 4px);
  }
  .product .conts .list .item {
    margin-bottom: 10px;
  }
  .product .conts .list .item .txts {
    padding: 0;
  }
  .product .more a {
    width: 140px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .case .conts {
    padding: 30px 10px;
    margin-top: 0;
  }
  .case .conts .swiper-button-prev {
    left: -26px;
    background-size: 11px 19px;
  }
  .case .conts .swiper-button-next {
    right: -26px;
    background-size: 11px 19px;
  }
  .case .title p {
    font-size: 14px;
    line-height: 20px;
  }
  .news .list ul li {
    width: 100%;
    margin-top: 12px;
    padding-bottom: 8px;
  }
  .news .list ul li:after {
    top: 8px;
    left: -1px;
    width: 10px;
    height: 10px;
  }
  .news .list ul li .time span {
    font-size: 13px;
  }
  .news .more {
    padding-top: 28px;
  }
  .news .more a {
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #213b89;
    background-color: #213b89;
    color: #fff;
    width: 140px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
  }
  .news {
    padding: 20px 0;
    padding-top: 40px;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .contact {
    padding: 10px 0;
    margin: 0;
  }
  .footer .contact h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .footer .contact p {
    line-height: 22px;
  }
  .footer .contact p a {
    font-size: 14px;
  }
  .footer .intrs {
    padding: 20px 0;
  }
  .footer .intrs .Qrcode {
    text-align: center;
    padding: 0;
  }
  .footer .intrs .Qrcode img {
    width: 120px;
  }
  .footer .intrs .text .txts {
    width: 100%;
    text-align: center;
  }
  .footer .intrs .text .txts h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .footer .intrs .text .txts p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .intrs .text .share {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product .conts .list .item .imgs {
    border: 1px solid #fff;
  }
  .product .conts .list .item .txts span {
    font-size: 14px;
  }
  .product .conts .list {
    padding: 0 10px;
  }
  .product .conts .list .item {
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
  }
  .product .conts .list .item .txts a {
    background-size: 13px 8px;
  }
  .banner .swiper-button-next:after,
  .banner .swiper-button-prev:after {
    font-size: 24px;
  }
  .news .list ul li .time {
    height: 26px;
  }
  .news .list ul li .tits {
    line-height: 26px;
  }
}
