

* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1220px;
  font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial","arial","sans-serif" !important;
  background-color: #FFF;
}
ul,
li {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

#nav {
  height: 81px;
  background: #FFF;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  //border-bottom: 1px solid #ccc;
  position: fixed;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.menu {
  width: 200px;
}

.active >a {
  color: #00aec8!important;
}

.inav {
  width: 1200px;
  height: 80px;
  font-size: 14px;
  margin: 0 auto;
  padding-left: 300px;
  box-sizing: border-box;
  background: url("../static/images/logo.png") no-repeat left;
  background-size: 237px;
}

.inav dl {
  //float: right;
}

.inav dl dt {
  float: left;
  transition: all ease 0.5s;
  margin: 0 15px;
}

.inav dl dt>a {
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  line-height: 80px;
  //text-align: center;
  color: #333;
  display: inline-block;
  transition: all ease 0.5s;
  border-bottom: 1px solid #FFF;
}

.inav dl dt>a:hover {
  color: #00aec8;
  //border-bottom: 1px solid #00aec8;
  //transform: rotate(0deg) scale(1.1);
}

.inav dl dt>a:hover:after {
  transition: all 0.3s ease;
  opacity: 1;
  width: 100%;
  //transform: translateY(-2px);
  border-top: 2px solid #00aec8;
}

.inav dl dt>a:after {
  transition: all 0.5s ease;
  opacity: 0;
  border-top: 2px solid #fff;
  transform: translateY(-2px);
  content: '';
  display: block;
  position: relative;
  z-index: 999;
  margin: auto;
  width: 0px;
}

.search {
  float: right;
  width: 200px;
  height: 32px;
  border-radius: 50px;
  margin: 24px 0;
  background: #f5f5f5;
  line-height: 32px;
  color: #ccc;
  font-size: 12px;
  text-indent: 15px;
  position: relative;
}

.search input {
  color: #ccc;
  font-size: 12px;
  border: none;
  background: transparent;
  outline: none;
}

.search input:focus {
  color: #333;
  transition: all ease 0.5s;
}

.search input.smt {
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  background: url(../static/images/icon_search.png) no-repeat;
  text-indent: -9999px;
  background-size: 100%;
  position: absolute;
  top: 8px;
  right: 10px;
}
.search input.smt_1 {
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  background: url(../static/images/icon_search.png) no-repeat;
  text-indent: -9999px;
  background-size: 100%;
  position: absolute;
  top: 8px;
  right: 10px;
}

.prd_nam {
  font-size: 18px;
  font-weight: bold;
  float: left;
  line-height: 50px;
}
a.prd_buy {
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  width: 100px;
  height: 30px;
  background: #4883c1;
  float: right;
  color: #FFF;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
  transition: all ease 1s;
}
a:hover.prd_buy {
  display: inline-block;
  transition: all ease 0.5s;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  transform: translateY(-2px);
  background: #579663;
}

#fullpage {
  position: relative;
  top: 80px;
}


/*============= common =============*/


.swipslider {
  padding-top: 800px!important;
}

.sw-prev::after {
  content: "‹"!important;
}

.sw-next::after {
  content: "›"!important;
}

.sw-bullet li:not(:last-child) {
    margin-right: 10px!important;
}

.sw-slide a {
  position: absolute;
  width: 100%;
  height: 600px;
  top: 0;
  left: 0;
  z-index: 100;
}

.title_1 {
  width: 292px;
  height: 60px;
  margin: 60px auto 0;
  color: #111;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  background: url("../static/images/title_1bg.png") no-repeat top center;
}

.title_1 em {
  color: #00aec8;
  font-size: 16px;
  display: block;
  font-style: normal;
}

.scr {
  width: 1200px;
  height: 300px;
  margin: 0 auto;
  border-radius: 20px;
}

.scr a {
  width: 100%;
  height: 300px;
  display: block;
}

.last {
  margin-right: 0!important;
}

#abilities .scr {
  background: url("../static/images/scr_01.jpg") no-repeat center;
}

#abilities .matrix {
  width: 1200px;
  margin: 30px auto 0;
  overflow: hidden;
}

#abilities img {
  //margin-bottom: 10px;
}

#abilities li {
  width: 380px;
  height: 730px;
  float: left;
  //border-radius: 20px;
  margin-right: 30px;
  transition: all ease 0.5s;
  font-size: 12px;
  text-align: center;
  color: #888;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 20px;
}

#abilities li:nth-of-type(1) {
  //background: #e4edf3;
}

#abilities li:nth-of-type(2) {
  //background: #f3e4e4;
}

#abilities li:nth-of-type(3) {
  //background: #e4f3eb;
}

#abilities li em {
  font-style: normal;
  font-size: 14px;
  display: block;
  color: #555;
  font-weight: bold;
  margin-bottom: 10px;
}

#abilities li a {
  color: #999;
}

#abilities span {
  padding: 20px;
  margin-top: 20px;
  //background: #fafafa;
  display: block;
  border-radius: 100px;
  border-top: 1px solid #eee;
  line-height: 1.8;
}

#application {
  text-align: center;
}

#application .scr {
  background: url("../static/images/scr_cate_1.jpg") no-repeat center;
}

#application .matrix {
  width: 1200px;
  margin: 30px auto 100px;
  //box-shadow: 0 0 10px rgba(0,0,0,0.05);
  //padding: 30px 0;
  position: relative;
}

#application .matrix:after {
  position: absolute;
  content: "";
  left: 0;
  top: 75px;
  width: 1200px;
  height: 180px;
  border: 10px dotted #f3f6fa;
  border-radius: 120px;
  z-index: -99;
}

#application li {
  width: 150px;
  height: 150px;
  display: inline-block;
  margin: 20px 40px;
  transition: all ease 0.5s;
  font-size: 14px;
  text-align: center;
  color: #888;
}

#application li em {
  font-style: normal;
  font-size: 16px;
  display: block;
  color: #888;
}

#application li:hover {
  //box-shadow: 0 0 20px rgba(0,0,0,0.2);
  transition: all ease 0.5s;
  transform: translateY(-5px);
}

.list .matrix {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.list li {
  width: 100%;
  flex: 0 0 20%;
  font-size: 14px;
  text-align: center;
  color: #888;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
}

.list li em {
  font-style: normal;
  font-size: 18px;
  display: block;
  color: #000;
}

.list li a {
  color: #999;
  display: block;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: all ease 0.5s;
  padding-bottom: 30px;
  border-radius: 16px;
  overflow: hidden;
}

.list li a:hover {
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  transition: all ease 0.5s;
  transform: translateY(-3px);
}

#products {
  width: 1230px;
  margin: 0 auto;
}

#products .scr {
  background: url("../static/images/scr_cate_2.jpg") no-repeat center;
}

#products img {
  width: 100%;
}




/*=========bottom=========*/

.bottom {
  height: 400px;
  background: #000;
  margin-top: 100px;
  color: #fff;
  font-size: 14px;
}

.bottom section {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
  background: url("../static/images/bottom_bg.png") no-repeat top;
}

.bottom .logo {
  background: url("../static/images/logo_bottom.png") no-repeat center;
  background-size: 100%;
  width: 237px;
  height: 28px;
}

.group {
  margin: 50px 0 20px 0;
  height: 20px;
}

.group li a {
  float: left;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}

.group li a:hover {
  text-decoration: underline;
}

.group li:last-of-type a {
  border-right: 0;
}

#important {
  overflow: hidden;
}

.lz {
  float: left;
}

.lz img {
  height: 50px;
  margin: 0 10px 0 0;
}

.company {
  color: #fff;
  float: left;
  padding-top:27px;
}

.icp, .cnzz {
  font-size: 12px;
  color: #999;
  margin: 0 0 0 20px;
  float: left;
  padding-top:27px;
}

.cnzz a {
  color: #999;
  text-decoration: underline;
}

.link {
  width: 700px;
  margin: 30px 0 0 0;
}

.link ul {
  font-size: 14px;
  font-weight: bold;
}

.link li a {
  font-weight: normal;
  float: left;
  margin: 10px 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #fff;
  color: #ccc;
  font-size: 12px;
}

.link li a:hover {
  text-decoration: underline;
}

.service {
  position: absolute;
  top: 50px;
  right: 0;
  width: 400px;
  font-size: 20px;
  font-weight: bold;
}

.service span {
  font-size: 14px;
  font-weight: normal;
  color: #999;
  margin: 0 0 0 20px;
}

.service .phone {
  font-size: 24px;
  color: #00aec8;
  margin: 10px 0 0 0;
  padding-left: 40px;
  background: url("../static/images/icon_service.png") no-repeat left;
  background-size: 26px 22px;
}

.tb {
  position: absolute;
  top: 210px;
  left: 794px;
  width: 50px;
  height: 50px;
  transition: all ease 0.5s;
}

.tb img {
  width: 50px;
  height: 50px;
  position: relative;
}

.tb span {
  background: url("../static/images/qr_tb.png") no-repeat center;
  width: 0;
  height: 0;
  transition: all ease 0.5s;
  position: absolute;
  top: 10px;
  left: 60px;
}

.tb:hover span {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  display: block;
  transition: all ease 0.5s;
}

.info {
  position: absolute;
  top: 140px;
  right: 0;
  width: 400px;
}

.info a {
  color: #fff;
}

.info a:hover {
  text-decoration: underline;
}





































