
/*  页面重置样式  */
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;
}
@font-face {
  font-family: 'PingFang';
  src: url("../css/PingFang-Medium.ttf") format('truetype');
}
* {
  font-family: 'PingFang';
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
.wid {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.banner {
  width: 100%;
  
  
}
.banner ul {
  width: 100%;
 
}
.banner ul li {
  width: 100%;
  height: 520px;
  /* background-size:100% 100%!important; */
}
.banner ul li .wid {
  height: 100%;
}
.banner ul li .wid .intrs {
  width: 100%;
  height: 100%;
  max-width: 1356px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner ul li .wid .intrs h3 {
  font-size: 84px;
  color: #fff;
  letter-spacing: 2px;
}
.banner ul li .wid .intrs p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  max-width: 520px;
  font-family: 'PingFang';
  margin: 26px 0;
}
.banner ul li .wid .intrs h6 {
  margin: 0;
}
.banner ul li .wid .intrs h6 a {
  display: inline-block;
  width: 160px;
  height: 50px;
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #7db53f;
  text-decoration: none;
}
.banner .swiper-pagination {
  bottom: 18px !important;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  margin: 0 10px;
  height: 6px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.5s;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  opacity: 1;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  color: #fff;
  font-size: 40px;
  opacity: 0.6;
}
.banner .swiper-button-next:hover:after,
.banner .swiper-button-prev:hover:after {
  opacity: 1;
}
.null {
  width: 100%;
  height: 80px;
}
.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  z-index: 99;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  background: #fff;
}
.header.bg {
  background-color: #7db53f;
}
.header .wid {
  height: 100%;
}
.header .logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .logo img {
  max-height: 70%;
}
.header .menu {
  width: 40px;
  height: 60px;
}
.header .menu .slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  min-height: 100px;
  background: rgba(0,0,0,0.5);
  height: 100vh;
  transition: 0.5s;
}
.header .menu .slide .nav-slide {
  width: 100%;
  max-width: 1350px;
  min-height: 100px;
  margin: 0 auto;
  background-color: #fff;
  float: left;
  padding: 0 20px;
  display: none;
}
.header .menu .slide .nav-slide .item {
  width: 100%;
  float: left;
  border-bottom: 1px solid #f1f1f1;
}
.header .menu .slide .nav-slide .item .title {
  width: 100%;
  padding: 10px 0;
  line-height: 34px;
  font-size: 14px;
  color: #060e49;
}
.header .menu .slide .nav-slide .item .intrs {
  width: 100%;
  float: left;
}
.header .menu .slide .nav-slide .item .intrs .box {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.header .menu .slide .nav-slide .item .intrs .box .ico {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .menu .slide .nav-slide .item .intrs .box .ico img {
  transition: 0.5s;
}
.header .menu .slide .nav-slide .item .intrs .box .txts {
  width: calc(100% - 44px);
}
.header .menu .slide .nav-slide .item .intrs .box .txts h5 {
  font-size: 16px;
  color: #060e49;
  line-height: 24px;
  margin: 0;
  width: 100%;
  float: left;
}
.header .menu .slide .nav-slide .item .intrs .box .txts p {
  font-size: 14px;
  color: #9b9aae;
  line-height: 22px;
  height: auto;
  width: 100%;
  float: left;
}
.header .menu .boxs {
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header .menu .boxs i {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.header .menu .boxs i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 2px;
  transition: 0.5s;
  background-color: #fff;
}
.header .menu .boxs i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #fff;
}
.header .menu .boxs.acti i {
  background: none !important;
}
.header .menu .boxs.acti i:after {
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
.header .menu .boxs.acti i:before {
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}
.header .nav ul li {
  margin-left: 0px;
}
.header .nav ul li p {
    text-align: center;
  
  min-width: 100px;
  position: relative;
  height: 80px;
  line-height: 80px;
}
.header .nav ul li a {
  color:rgba(15, 15, 15, .5);
  text-decoration: none;
  font-family: 'PingFang';
}
.header .nav ul li .slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  min-height: 100px;
  background-color: #fff;
  display: none;
  transition: 0.5s;
}
.header .nav ul li .slide .nav-slide {
  width: 100%;
  max-width: 1350px;
  min-height: 100px;
  margin: 0 auto;
}
.header .nav ul li .slide .nav-slide .item {
  width: auto;
  min-width: 220px;
  margin-right: 30px;
  max-width: 250px;
}
.header .nav ul li .slide .nav-slide .item .title {
  width: 100%;
  padding: 10px 0;
  line-height: 34px;
  font-size: 14px;
  color: #060e49;
}
.header .nav ul li .slide .nav-slide .item .intrs {
  width: 100%;
  float: left;
}
.header .nav ul li .slide .nav-slide .item .intrs .box {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.header .nav ul li .slide .nav-slide .item .intrs .box .ico {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .nav ul li .slide .nav-slide .item .intrs .box .ico img {
  transition: 0.5s;
}
.header .nav ul li .slide .nav-slide .item .intrs .box .txts {
  width: calc(100% - 44px);
}
.header .nav ul li .slide .nav-slide .item .intrs .box .txts h5 {
  font-size: 16px;
  color: #060e49;
  line-height: 24px;
  margin: 8px 0 0 0;
  width: 100%;
  float: left;
}
.header .nav ul li .slide .nav-slide .item .intrs .box .txts p {
  font-size: 14px;
  color: #9b9aae;
  line-height: 22px;
  height: auto;
  width: 100%;
  float: left;
}
.header .nav ul li .slide .nav-slide .item .intrs .box:hover .ico img {
  transform: scale(1.06);
}
.header .nav ul li .slide .nav-slide .item .intrs .box:hover .txts h5 {
  color: #7db53f;
}
.header .nav ul li .slide .nav-slide .item .intrs .box:hover .txts p {
  color: #242632;
}
.header .nav ul li.active {
    color: #fff;
    background: rgba(125, 181, 63, 1);
 
}
.header .nav ul li.active a{
    color: #fff;
   
 
}
/*.header .nav ul li.active p:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  bottom: 14px;*/
/*  width: 14px;*/
/*  height: 4px;*/
/*  background-color: #fff;*/
/*  border-radius: 3px;*/
/*}*/
.header .nav ul li:hover{
  background: rgba(125, 181, 63, 1);
}
.header .nav ul li:hover p a {
  color: #fff;
}
.header .nav ul li:hover .slide {
  display: block;
}
.product {
  width: 100%;
  background: RGBA(249, 248, 250, 1);
  float: left;
  background-size: cover;
  padding-bottom: 50px;
  overflow-x: hidden;
}
.product .title {
  width: 100%;
  text-align: center;

}
.product .title h3 {
    margin: 20px auto;
  font-size: 36px;
  color: #0F0F0F;
  line-height: 20px;
   background-image: url("../img/titlebg.png");
   background-repeat: no-repeat;
   background-size: 100% 100%;
   width:238px;
   height: 30px;
   
}
.product .title p {
  font-size: 16px;
  line-height: 36px;
  color: #9b9aae;
}
.product .conts {
  width: 100%;
}
.product .conts .tabs {
  width: 260px;
}
.product .conts .tabs ul {
  width: 100%;
}
.product .conts .tabs ul li {
  width: 100%;
  height: 110px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 18px;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  padding-left: 40px;
  cursor: pointer;
  margin-bottom: 10px;
}
.product .conts .tabs ul li a{
	display: block;
	text-decoration: none;
	padding-left: 10px;
}
.product .conts .tabs ul li span {
  font-size: 18px;
  line-height: 24px;
  color: #060e49;
}
.product .conts .tabs ul li.active {
  background: linear-gradient(to right, #07ae9d, #86e379);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.product .conts .tabs ul li.active span {
  color: #fff;
}
.product .conts .tabs ul li.active img{
	filter: invert(100%);
}
.product .conts .list {
  width: calc(100% - 260px);
  padding-left: 20px;
}
.product .conts .list .item {
  width: 100%;
  display: none;
}
.product .conts .list .item.show {
  display: block;
}
.product .conts .list .item img {
  width: 100%;
  height: 470px;
}
.product .conts .list .item .intro {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
.introduction {
  width: 100%;
  background: #fff url("../img/6937b0_911x642.png") right bottom no-repeat;
  min-height: 650px;
  float: left;
}
.introduction .intrs {
  width: 100%;
}
.introduction .intrs .text {
  width: 90vw;
  padding: 40px 0;
}
.introduction .intrs .text h3 {
   margin: 20px auto;
  font-size: 36px;
  color: #0F0F0F;
  line-height: 20px;
   background-image: url("../img/titlebg.png");
   background-repeat: no-repeat;
   background-size: 100% 100%;
   width:238px;
   height: 30px;
   
}
.introduction .intrs .text h3 a{
    text-align: center;
    display: block;
    width: 100%;
}
.introduction .intrs .text p {
  width:894px;
  color: #2c3262;
  font-size: 16px;
  line-height: 30px;
  text-indent: 32px;
  margin: 16px 0;
  text-align: justify;
}
.introduction .intrs .data {
  width: 100%;
  max-width: 840px;
}
.introduction .intrs .data ul {
  width: 100%;
}
.introduction .intrs .data ul li {
  width: 33.3%;
  text-align: center;
}
.introduction .intrs .data ul li .txts {
  width: auto;
  float: left;
  text-align: center;
}
.introduction .intrs .data ul li .nums {
  width: 100%;
  line-height: 88px;
  font-size: 74px;
  font-weight: bold;
  color: rgba(124, 178, 66, 1);
}
.introduction .intrs .data ul li .labs {
  width: 100%;
  line-height: 36px;
}
.service {
  width: 100%;
  background-color: rgba(247, 250, 253, 1);
  float: left;
}
.service .title {
  width: 100%;
 
  text-align: center;
}
.service .title h3 {
  margin: 20px auto;
  font-size: 36px;
  color: #0F0F0F;
  line-height: 20px;
   background-image: url("../img/titlebg.png");
   background-repeat: no-repeat;
   background-size: 100% 100%;
   width:238px;
   height: 30px;
   
}
.service .title p {
  font-size: 16px;
  color: #9a8da5;
}
.service .conts {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  padding-top: 10px;
  padding-bottom: 50px;
  float: left;
}
.service .conts .item {
  width: 100%;
  background-color: #fff;
  float: left;
  border-radius: 10px;
  transition: 0.5s;
}
.service .conts .item .imgs {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.service .conts .item .imgs img {
  width: 100%;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
}
.service .conts .item .intr {
  width: 100%;
  padding: 12px 40px;
  float: left;
  padding-bottom: 0;
}
.service .conts .item .intr .text {
  width: 100%;
  height: 200px;
}
.service .conts .item .intr .text h4 {
  line-height: 62px;
  color: #060e49;
  font-size: 24px;
}
.service .conts .item .intr .text p {
  line-height: 14px;
  color: #060e49;
  line-height: 36px;
  /* padding-left: 28px;
  position: relative; */
  margin: 0;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden; */
}
.service .conts .item .intr .text p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  height: 18px;
  /* background: url("../img/851b58_18x18.png") center no-repeat; */
}
.service .conts .item .intr .more {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  float: left;
}
.service .conts .item .intr .more a {
  display: inline-block;
  width: 114px;
  height: 40px;
  border: 1px solid rgba(124, 178, 66, 1);
  border-radius: 20px;
  color: rgba(124, 178, 66, 1);
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.service .conts .item .intr .labs {
  width: 100%;
  line-height: 40px;
  padding-top: 10px;
  float: left;
  color: #9b9aae;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.service .conts .item:hover {
  box-shadow: 0 0 20px rgba(255,255,255,0.5);
}
.service .conts .item:hover .imgs {
  width: 100%;
}
.service .conts .item:hover .imgs img {
  transform: scale(1.1);
}
.information {
  width: 100%;
  float: left;
}
.information .title {
  width: 100%;
  padding: 32px 0;
  text-align: center;
}
.information .title h3 {
  margin: 0 auto;
  font-size: 36px;
  color: #0F0F0F;
  line-height: 20px;
   background-image: url("../img/titlebg.png");
   background-repeat: no-repeat;
   background-size: 100% 100%;
   width:238px;
   height: 30px;
}
.information .conts {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  float: left;
  padding-bottom: 50px;
}
.information .conts .item {
  width: 100%;
  margin-bottom: 24px;
  float: left;
}
.information .conts .item .imgs {
  width: 300px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.information .conts .item .imgs img {
  width: 100%;
  transition: 0.5s;
}
.information .conts .item .intr {
  width: calc(100% - 300px);
  padding-left: 24px;
  padding-top: 10px;
}
.information .conts .item .intr p {
  font-size: 14px;
  line-height: 24px;
  color: #9b9aae;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.information .conts .item .intr h5 {
  line-height: 28px;
  font-size: 16px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.information .conts .item .intr h5 a {
  color: #000;
  text-decoration: none;
}
.information .conts .item:hover .imgs img {
  transform: scale(1.1);
}
.information .conts .item:hover .intr h5 a {
  color: #7db53f;
}
.query {
  width: 100%;
  background: url("../img/0de447_1920x139.jpg") center no-repeat;
  min-height: 139px;
  background-size: cover;
  float: left;
}
.query .conts {
  width: 100%;
  height: 139px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.query .conts label {
  font-size: 26px;
  color: #fff;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-right: 20px;
}
.query .conts input[type=text] {
  width: 230px;
  border-radius: 10px;
  padding: 0 18px;
  font-size: 14px;
  margin-right: 18px;
  height: 58px;
  border: none;
}
.query .conts input[type=text].input-id {
  width: 40%;
}
.query .conts button[type=submit] {
  width: 120px;
  height: 58px;
  background-color: rgba(125, 181, 63, 1);
  color: #fff;
  border-radius: 29px;
  font-size: 14px;
}
.footer {
  width: 100%;
  background-color: #242632;
  float: left;
}
.footer .contact {
  width: 100%;
  border-bottom: 1px solid #383d51;
  padding: 20px 0;
  float: left;
  padding-bottom: 10px;
}
.footer .contact .item {
  width: calc((100% - 112px) / 2);
}
.footer .contact .item h5 {
  line-height: 44px;
  color: #fff;
  font-size: 18px;
}
.footer .contact .item p {
  font-size: 14px;
  line-height: 24px;
  color: #a9c5ff;
  opacity: 0.5;
}
.footer .contact .item p a {
  text-decoration: none;
  color: #a9c5ff;
}
.footer .contact .scan {
  width: 112px;
}
.footer .contact .scan .imgs {
  width: 100%;
}
.footer .contact .scan .imgs img {
  width: 100%;
}
.footer .contact .scan .txts {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
}
.footer .links {
  width: 100%;
  border-bottom: 1px solid #383d51;
}
.footer .links p {
  line-height: 64px;
  color: #fff;
}
.footer .links p a {
  color: #a9c5ff;
  text-decoration: none;
}
.footer .copyright {
  width: 100%;
  text-align: center;
  line-height: 56px;
  color: #fff;
}
.footer .copyright a {
	color: #fff;
}
.alerts {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9;
}
.alerts .cont {
  width: 100%;
  padding-top: 60px;
  background-color: #fff;
  padding: 0 20px;
  padding-top: 60px;
  display: none;
}
.alerts .cont .nav {
  padding: 10px 0;
  width: 100%;
}
.alerts .cont .nav ul li {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
.alerts .cont .nav ul li h5 {
  width: 100%;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.alerts .cont .nav ul li a {
  color: #333;
  text-decoration: none;
  font-family: 'PingFang';
}
.alerts .cont .nav ul li .slide {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  display: none;
  transition: 0.5s;
  float: left;
  max-height: 400px;
  overflow-y: scroll;
}
.alerts .cont .nav ul li .slide .nav-slide {
  width: 100%;
  float: left;
}
.alerts .cont .nav ul li .slide .nav-slide .item {
  float: left;
  width: 100%;
}
.alerts .cont .nav ul li .slide .nav-slide .item .title {
  width: 100%;
  margin: 10px 0;
  line-height: 34px;
  font-size: 16px;
  color: #060e49;
}
.alerts .cont .nav ul li .slide .nav-slide .item .intrs {
  width: 100%;
  float: left;
}
.alerts .cont .nav ul li .slide .nav-slide .item .intrs .box {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.alerts .cont .nav ul li .slide .nav-slide .item .intrs .box .ico {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.alerts .cont .nav ul li .slide .nav-slide .item .intrs .box .ico img {
  transition: 0.5s;
}
.alerts .cont .nav ul li .slide .nav-slide .item .intrs .box .txts {
  width: calc(100% - 44px);
}
.alerts .cont .nav ul li .slide .nav-slide .item .intrs .box .txts h5 {
  font-size: 16px;
  color: #060e49;
  line-height: 24px;
  margin: 0;
  width: 100%;
  float: left;
  height: auto;
}
.alerts .cont .nav ul li .slide .nav-slide .item .intrs .box .txts h5:after {
  display: none;
}
.alerts .cont .nav ul li .slide .nav-slide .item .intrs .box .txts p {
  font-size: 14px;
  color: #9b9aae;
  line-height: 22px;
  height: auto;
  width: 100%;
  float: left;
}
.alerts .cont .nav ul li.li-btns h5:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  transition: 0.5s;
  height: 24px;
  background: url("../img/ab3573_24x24.png") center no-repeat;
}
.alerts .cont .nav ul li.li-btns.acti h5:after {
  transform: rotate(90deg);
}
.page-bann {
  width: 100%;
  height: 400px;
}
.page-bann .wid {
  height: 100%;
}
.page-bann .conts {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-bann .conts h3 {
  font-size: 80px;
  color: #0F0F0F;
  font-weight: bold;
  line-height: 1.5;
}
.page-bann .conts p {
  font-size: 18px;
  color: #A5A5A5;
  line-height: 1.4;
  max-width: 710px;
}

.page-bann.bann-query {
  background: url("../img/d4f55a_1920x400.jpg") top center no-repeat;
}

.about {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.about .conts {
  width: 100%;
  padding-bottom: 50px;
}
.about .conts .text {
  width: 100%;
}
.about .conts .text p {
  font-size: 18px;
  line-height: 34px;
  color: #2c3262;
  text-align: justify;
  margin: 18px 0;
}
.about .conts .text p:first-child {
  padding-left: 400px;
}
.about .conts .title {
  font-size: 38px;
  line-height: 68px;
  color: #060e49;
  font-weight: bold;
  position: relative;
  /* margin-bottom: -86px; */
}
.about .conts .title:after {
  content: "";
  position: absolute;
  left: 162px;
  bottom: 18px;
  width: 30px;
  height: 6px;
  background-color: #060e49;
}
.about .conts .title em {
  color: #7db53f;
}
.about .data {
  width: 100%;
}
.about .data .name {
  width: 100%;
  line-height: 1;
  font-size: 38px;
  color: #060e49;
}
.about .data .name em {
  color: #7db53f;
}
.about .data .intrs {
  width: 100%;
}
.about .data .intrs .image {
  width: 100%;
  max-width: 600px;
}
.about .data .intrs .image img {
  width: 100%;
}
.about .data .intrs .image video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about .data .intrs .list {
  width: 100%;
}
.about .data .intrs .list ul {
  width: 100%;
}
.about .data .intrs .list ul li {
  width: 33.3%;
  margin-top: 50px;
}
.about .data .intrs .list ul li .labs {
  width: 100%;
  line-height: 32px;
}
.about .data .intrs .list ul li .nums {
  font-size: 46px;
  line-height: 64px;
  font-weight: bold;
  font-style: italic;
  color: #060e49;
}
.querys {
  width: 100%;
  padding: 80px 0;
  float: left;
}
.querys .intrs {
  width: 100%;
  float: left;
}
.querys .intrs .form {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.querys .intrs .form .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.querys .intrs .form .form-control {
  width: 100%;
  height: 60px;
  border: 1px solid #9b9aae;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 16px;
}
.querys .intrs .form .form-control.input-yzm {
  /* width: 180px; */
}
.querys .intrs .form .form-group {
	line-height: 50px;
}
.querys .intrs .form .form-group .control-label{
	text-align: left; width: 80px;
}
.querys .intrs .form .item img {
  margin: 0 10px;
}
.querys .intrs .form .item a {
  text-decoration: none;
  color: #333;
}
.querys .intrs .form .item button[type=submit] {
  width: 120px;
  height: 60px;
  background-color: rgba(125, 181, 63, 1);
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  border: none;
  position: absolute;
  top:0px;
}
.querys .result {
  width: 100%;
  background-color: #f3f3f7;
  min-height: 470px;
  padding: 50px 0;
  float: left;
}
.querys .result .text {
  width: 100%;
  text-align: center;
}
.querys .result .text h5 {
  font-size: 30px;
  color: #060e49;
  line-height: 46px;
}
.querys .result .text p {
  font-size: 16px;
  color: #9b9aae;
  line-height: 50px;
  margin: 20px 0;
}
.querys .result .text table {
	width: 100%;
	line-height: 22px;
}
.querys .result .text table th {
	text-align: right;
	width: 45%;
}
.querys .result .text table td {
	text-align: left;
}
.page-tabs {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #e8e8e8;
}
.page-tabs .list {
  width: 100%;
}
.page-tabs .list ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-tabs .list ul li {
  width: auto;
  padding: 0 60px;
  color: #9b9aae;
  line-height: 90px;
  position: relative;
}
.page-tabs .list ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background-color: #e2e2e2;
}
.page-tabs .list ul li:last-child:after {
  display: none;
}
.page-tabs .list ul li.active {
  color: #132253;
}
.case {
  width: 100%;
}
.case .details {
  width: 100%;
  padding: 22px 0;
}
.case .details .return {
  width: 100%;
  line-height: 30px;
}
.case .details .return a {
  color: #060e49;
  font-size: 14px;
  text-decoration: none;
}
.case .details .intrs {
  width: 100%;
  padding: 72px 0;
  float: left;
}
.case .details .intrs .image {
  width: 100%;
}
.case .details .intrs .image img {
  width: 100%;
}
.case .details .intrs .conts {
  width: 100%;
  padding-right: 40px;
}
.case .details .intrs .conts .ico {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
}
.case .details .intrs .conts .text {
  width: 100%;
}
.case .details .intrs .conts .text h4 {
  font-size: 36px;
  color: #060e49;
  line-height: 1.6;
}
.case .details .intrs .conts .text p {
  font-size: 14px;
  color: #060e49;
  line-height: 26px;
}
.case .details .content {
  width: 100%;
}
.case .details .content .items {
  width: 100%;
  margin: 40px 0;
  float: left;
}
.case .details .content .items .title {
  width: 100%;
  line-height: 48px;
  font-size: 32px;
  color: #060e49;
  font-weight: bold;
  margin: 15px 0;
  position: relative;
}
.case .details .content .items .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 176px;
  height: 12px;
  border-radius: 6px;
  background-image: linear-gradient(to right, #7db53f, #fff, #fff);
}
.case .details .content .items .title span {
  position: relative;
  z-index: 9;
}
.case .details .content .items .text {
  width: 100%;
  margin: 15px 0;
}
.case .details .content .items .text p {
  font-size: 16px;
  color: #060e49;
  line-height: 36px;
  text-align: justify;
}
.case .list {
  width: 100%;
  padding: 40px 0;
  float: left;
}
.case .list .item {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(182,195,209,0.3);
  border-radius: 10px;
  margin-bottom: 50px;
  float: left;
}
.case .list .item .imgs {
  width: 550px;
}
.case .list .item .imgs img {
  width: 100%;
}
.case .list .item .intrs {
  width: calc(100% - 550px);
  border-top: 4px solid rgba(124, 178, 66, 1);
  border-radius: 0 10px 10px 0;
  padding: 0 80px;
  padding-top: 40px;
}
.case .list .item .intrs .ico {
  width: 100%;
  padding: 16px 0;
}
.case .list .item .intrs .text {
  width: 100%;
}
.case .list .item .intrs .text p {
  font-size: 16px;
  line-height: 32px;
  color: #060e49;
}
.case .list .item .intrs .text h4 {
  font-size: 36px;
  color: #060e49;
  line-height: 1.6;
}
.case .list .item .intrs .text h6 {
  padding: 38px 0;
}
.case .list .item .intrs .text h6 a {
  display: inline-block;
  width: 120px;
  height: 40px;
  background-color: #f6fafe;
  border-radius: 20px;
  color: rgba(124, 178, 66, 1);
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  text-decoration: none;
}
.news {
  width: 100%;
}
.news .list {
  width: 100%;
  padding: 20px 0;
  float: left;
}
.news .list ul {
  width: 100%;
}
.news .list ul li {
  width: 100%;
  margin: 15px 0;
  border-radius: 10px;
  background-color: #f7fafd;
}
.news .list ul li .imgs {
  width: 300px;
}
.news .list ul li .imgs img {
  width: 100%;
}
.news .list ul li .intr {
  width: calc(100% - 300px);
  padding: 0 24px;
}
.news .list ul li .intr h5 {
  font-size: 24px;
  color: #000;
  line-height: 2;
}
.news .list ul li .intr h5 a {
  color: #000;
  text-decoration: none;
}
.news .list ul li .intr p {
  font-size: 14px;
  color: #9b9aae;
  line-height: 24px;
  text-align: justify;
  margin: 16px 0;
}
.news .list ul li .intr h6 {
  margin: 0;
  font-size: 14px;
  color: #9b9aae;
}
.news .list .more {
  width: 100%;
  text-align: center;
  padding: 40px;
  float: left;
}
.news .list .more a {
  display: inline-block;
  width: 160px;
  height: 52px;
  background-color: #9b9aae;
  color: #fff;
  font-size: 16px;
  border-radius: 26px;
  line-height: 52px;
  text-decoration: none;
  border-radius: 10px;
}
.news .details {
  width: 100%;
  padding: 22px 0;
}
.news .details .return {
  width: 100%;
  line-height: 30px;
}
.news .details .return a {
  color: #060e49;
  font-size: 14px;
  text-decoration: none;
}
.products {
  width: 100%;
  padding: 20px 0;
}
.products .list {
  width: 100%;
}
.products .list ul {
  width: 100%;
}
.products .list ul li {
  width: 100%;
  position: relative;
  margin: 20px 0;
}
.products .list ul li .imgs {
  width: 60%;
}
.products .list ul li .imgs img {
  width: 100%;
}
.products .list ul li .intr {
  width: 40%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.products .list ul li .intr h4 {
  font-size: 30px;
  line-height: 36px;
  color: #060e49;
  padding: 20px 0;
  position: relative;
}
.products .list ul li .intr h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 176px;
  height: 12px;
  border-radius: 6px;
  background-image: linear-gradient(to right, #7db53f, #fff);
}
.products .list ul li .intr h4 span {
  position: relative;
  z-index: 9;
}
.products .list ul li .intr p {
  font-size: 24px;
  line-height: 36px;
  width: 100%;
  max-width: 460px;
  text-align: justify;
  padding: 20px 0;
}
.products .list ul li:nth-child(2n) .intr {
  text-align: right;
  left: initial;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.products .list ul li:nth-child(2n) .intr h4:after {
  left: initial;
  right: 0;
  background-image: linear-gradient(to right, #fff, #7db53f);
}
.products .list ul li:nth-child(2n) .intr p {
  float: right;
}
.products .pro-content {
	line-height: 30px;
}
.products .pro-images {
	
}
.products .pro-images img{
	margin-top: 10px;
}

@media screen and (max-width: 1500px) {
  .wid {
    padding: 0 20px;
  }
  .product .conts .tabs ul li {
    height: 100px;
  }
  .product .conts .list .item img {
    height: 430px;
  }
  .introduction {
    background-size: 740px auto;
  }
  .case .list .item .intrs {
    padding: 0 60px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .case .list .item .intrs {
    padding: 0 40px;
    padding-top: 20px;
  }
  .product .conts .tabs ul li {
    height: 80px;
  }
  .product .conts .list .item img {
    height: 350px;
  }
  .introduction {
    background-size: 620px auto;
  }
  .about .data .intrs .list ul li .nums {
    font-size: 36px;
  }
  .about .data .intrs .list ul li {
    margin-top: 40px;
  }
  .about .data .name {
    font-size: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .case .details .intrs {
    padding: 42px 0;
  }
  .case .details .intrs .conts .ico img {
    width: 100px;
  }
  .products .list ul li .intr h4 {
    font-size: 28px;
    padding: 12px 0;
  }
  .products .list ul li .intr p {
    font-size: 20px;
    line-height: 32px;
    padding: 10px 0;
  }
  .case .list .item .imgs {
    width: 400px;
  }
  .case .list .item .intrs {
    width: calc(100% - 400px);
  }
  .case .list .item .intrs .ico {
    padding: 10px 0;
  }
  .case .list .item .intrs .ico img {
    width: 100px;
  }
  .case .list .item .intrs .text h4 {
    font-size: 24px;
  }
  .case .list .item .intrs .text p {
    font-size: 14px;
    line-height: 26px;
  }
  .case .list .item .intrs .text h6 {
    padding: 16px 0;
  }
  .about .conts .text p {
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0;
  }
  .about .conts .title {
    margin-bottom: -62px;
    font-size: 32px;
    line-height: 52px;
  }
  .about .conts .text p:first-child {
    padding-left: 300px;
  }
  .about .data .name {
    font-size: 24px;
  }
  .about .data .intrs .list ul li {
    margin-top: 30px;
  }
  .about .data .intrs .list ul li .nums {
    font-size: 32px;
  }
  .information .conts .item .imgs {
    width: 240px;
  }
  .information .conts .item .intr {
    width: calc(100% - 240px);
    padding-top: 0;
  }
  .information .conts .item .intr p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .service .conts .item .intr {
    padding: 0 20px;
  }
  .product .conts .tabs ul li {
    height: 72px;
  }
  .product .conts .list .item img {
    height: 318px;
  }
  .header .nav ul li .slide .nav-slide .item {
    width: 25%;
    margin: 0;
    min-width: initial;
  }
  .page-tabs .list ul li {
    padding: 0 30px;
  }
}
@media screen and (max-width: 993px) {
  .case .details .intrs .image {
    padding: 20px 0;
    text-align: center;
    float: left;
  }
  .case .details .intrs .image img {
    max-width: 100%;
    width: auto;
  }
  .case .list .item .imgs {
    width: 300px;
  }
  .case .list .item .intrs {
    width: calc(100% - 300px);
    padding: 0 20px;
  }
  .case .list .item .intrs .ico img {
    width: 72px;
  }
  .case .list .item .intrs .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .case .list .item .intrs .text h6 {
    padding: 10px 0;
  }
  .about .conts .title {
    margin-bottom: 0;
  }
  .about .conts .text p:first-child {
    padding-left: 0;
  }
  .about .conts .title:after {
    left: 142px;
  }
  .about .data .intrs .image {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0;
    max-width: initial;
  }
  .about .data .intrs .image video {
    margin: 0 auto;
  }
  .news .list ul li .intr h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .news .list ul li .intr h5 a {
    font-size: 20px;
  }
  .news .list ul li .intr p {
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .page-bann .conts h3 {
    font-size: 48px;
  }
  .page-bann .conts p {
    font-size: 16px;
  }
  .banner ul li {
    height: 440px;
  }
  .banner ul li .wid .intrs h3 {
    font-size: 48px;
  }
  .banner ul li .wid .intrs p {
    font-size: 16px;
  }
  .product .title h3,
  .introduction .intrs .text h3,
  .service .title h3,
  .information .title h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .query .conts label {
    font-size: 20px;
    margin-right: 10px;
  }
  .query .conts input[type=text] {
    margin-right: 10px;
  }
  .query .conts input[type=text].input-id {
    width: 32%;
  }
  .service .conts .item .intr .text {
    padding-top: 10px;
  }
  .service .conts .item .intr .text h4 {
    font-size: 18px;
    line-height: 40px;
  }
  .header .nav ul li {
   
    margin-left: 30px;
  }
  .product .conts .tabs {
    width: 100%;
  }
  .product .conts .tabs ul {
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
  }
  .product .conts .tabs ul li {
    width: calc(25% - 20px);
    margin: 0 10px;
    padding-left: 16px;
  }
  .product .conts .list {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .product .conts .list .item {
    width: 100%;
  }
  .product .conts .list .item img {
    height: auto;
  }
  .introduction .intrs .data ul li .nums {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .case .list {
    padding-bottom: 0;
  }
  .case .list .item {
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  }
  .case .list .item .imgs {
    width: 100%;
  }
  .case .list .item .intrs {
    width: 100%;
    border-top: none;
    border-bottom: 4px solid rgba(124, 178, 66, 1);
    padding: 20px;
  }
  .about .data .intrs .list ul li {
    margin-top: 20px;
  }
  .about .data .intrs .list ul li .nums {
    font-size: 24px;
    line-height: 40px;
  }
  .about .data .intrs .list ul li .labs {
    line-height: 24px;
  }
  .about .data .intrs {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    float: left;
  }
  .about {
    padding: 24px 0;
  }
  .banner ul li .wid .intrs p {
    max-width: 360px;
  }
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .header {
    height: 60px;
  }
  .query {
    padding: 12px 0;
    height: auto;
  }
  .query .conts {
    display: initial;
  }
  .query .conts label {
    width: 100%;
    line-height: 40px;
  }
  .query .conts input[type=text] {
    width: calc(100% - 130px);
    float: left;
    height: 40px;
    margin: 6px 0;
  }
  .query .conts input[type=text].input-id {
    width: 100%;
  }
  .query .conts input[type=submit] {
    float: right;
    height: 40px;
    margin: 6px 0;
  }
  .product .conts .tabs ul li {
    width: calc(50% - 20px);
    height: 54px;
  }
  .product .conts .tabs ul li span {
    font-size: 14px;
  }
  .product .conts .tabs ul li img {
    height: 40px;
  }
  .product {
    padding-bottom: 20px;
  }
  .introduction {
    background-size: 60% auto;
  }
  .introduction .intrs .text {
    padding-bottom: 0;
  }
  .introduction .intrs .data ul li .txts {
    width: 100%;
  }
  .introduction .intrs .data ul li .txts .nums {
    font-size: 44px;
    line-height: 60px;
  }
  .service .conts .item {
    margin-bottom: 20px;
  }
  .information .conts .item .imgs {
    width: 130px;
    display: none;
  }
  .information .conts .item .intr {
    width: 100%;
    padding-left: 0px;
  }
  .banner ul li {
    background-size: cover;
  }
  .banner ul li .wid .intrs h3 {
    font-size: 36px;
  }
  .information .conts .item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding: 15px 0;
  }
  .information .title {
    padding-bottom: 10px;
  }
  .service .conts {
    padding-bottom: 20px;
  }
  .product .conts .list .item {
    margin-top: 10px;
  }
  .product .conts .list .item img {
    transform: scale(1.1);
    position: relative;
    left: 5%;
  }
  .product .conts .tabs ul li {
    margin-bottom: 10px;
  }
  body {
    padding-top: 60px;
  }
  .header {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: #025dfc;
  }
  .banner .swiper-button-next:after,
  .banner .swiper-button-prev:after {
    font-size: 24px;
  }
  .banner ul li {
    height: 360px;
  }
  .banner ul li .wid {
    padding: 0;
  }
  .banner ul li .wid .intrs {
    background: rgba(0,0,0,0.1);
    padding: 0 30px;
    padding-bottom: 60px;
  }
  .banner ul li .wid .intrs h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .banner ul li .wid .intrs p {
    font-size: 14px;
    line-height: 22px;
    margin: 12px 0;
  }
  .banner ul li .wid .intrs h6 {
    padding-top: 60px;
  }
  .banner ul li .wid .intrs h6 a {
    width: 120px;
    height: 38px;
    font-size: 14px;
  }
  .footer .contact .scan {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #383d51;
    padding-top: 20px;
  }
  .footer .contact .scan .imgs {
    text-align: center;
  }
  .footer .contact .scan .imgs img {
    width: auto;
    max-width: 100%;
  }
  .footer .contact .item {
    width: 50%;
  }
  .information .conts {
    padding-bottom: 20px;
  }
  .page-bann {
    height: 280px;
    background-position: bottom center !important;
    background-size: cover !important;
  }
  .page-bann .conts h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .page-tabs {
    height: 50px;
  }
  .page-tabs .wid {
    padding: 0;
  }
  .page-tabs .list ul {
    display: initial;
  }
  .page-tabs .list ul li {
    padding: 0;
    width: 20%;
    line-height: 50px;
    text-align: center;
  }
  .news .list {
    padding: 0;
  }
  .news .list ul li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 15px 0;
  }
  .news .list ul li .imgs {
    display: none;
  }
  .news .list ul li .intr {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .news .list .more a {
    width: 120px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  .querys .intrs .form {
    float: left;
    padding-bottom: 30px;
  }
  .querys .intrs .form .item {
    display: initial;
    float: left;
  }
  .querys .intrs .form .item a {
    float: right;
    line-height: 60px;
  }
  .querys .intrs .form .item input[type=submit] {
    margin-top: 30px;
    width: 100%;
  }
  .querys {
    padding: 30px 0;
  }
  .querys .intrs .form .item input[type=text].input-yzm {
    width: 50%;
  }
  .products .list ul li .intr h4 {
    font-size: 20px;
    padding: 3px 0;
  }
  .products .list ul li .intr h4:after {
    height: 6px;
    width: 120px;
    bottom: 8px;
  }
  .products .list ul li .intr p {
    font-size: 14px;
    line-height: 24px;
    padding: 4px 0;
  }
  .null {
    height: 60px;
    display: none;
  }
  .case .details .intrs {
    padding: 20px 0;
  }
  .case .details .intrs .conts {
    padding-right: 0;
  }
  .case .details .content .items {
    margin: 10px 0;
  }
  .case .details .content .items .title {
    font-size: 24px;
  }
  .case .details .content .items .title:after {
    height: 8px;
    width: 120px;
    bottom: 8px;
  }
  .case .details .content .items .text {
    padding: 5px 0;
  }
  .case .details .content .items .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .case .details .intrs .conts .text h4 {
    font-size: 24px;
  }
}
