@font-face {
  font-family: SemiBold;
  src: url("../font/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: SemiLight;
  src: url("../font/Montserrat-Light.ttf");
}
@font-face {
  font-family: SemiRegular;
  src: url("../font/Montserrat-Regular.ttf");
}
@font-face {
  font-family: SemiMedium;
  src: url("../font/Montserrat-Medium.ttf");
}


/*  页面重置样式  */
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: 930px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
.head {
  width: 100%;
  height: 104px;
  background-color: #00c6c5;
  position: relative;
}
.head .conts {
  width: 100%;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head .logo {
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
}
.head .slide-wap {
  width: 200px;
  min-height: 100px;
  position: absolute;
  right: 0;
  background-color: #00c6c5;
  top: 104px;
  padding: 8px 10px;
  display: none;
}
.head .slide-wap p {
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 0;
  border-bottom: 1px solid #fff;
}
.head .slide-wap p a {
  color: #fff;
  text-decoration: none;
}
.head .slide-wap p:last-child {
  border-bottom: none;
}
.head .wap-navs {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -30px;
}
.head .wap-navs i {
  display: inline-block;
  width: 40px;
  height: 5px;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}
.head .wap-navs i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  transition: 0.5s;
  background-color: #fff;
}
.head .wap-navs i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  transition: 0.5s;
  width: 100%;
  border-radius: 3px;
  height: 5px;
  background-color: #fff;
}
.head .wap-navs.acti i {
  background: none;
}
.head .wap-navs.acti i:after {
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
.head .wap-navs.acti i:before {
  right: 0;
  top: 0;
  transform: rotate(-45deg);
}
.head .navs {
  padding: 30px 0;
}
.head .navs ul li {
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  padding: 0 44px;
  position: relative;
}
.head .navs ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 1px;
  height: 18px;
  background-color: #c0f0f0;
}
.head .navs ul li a {
  color: #fff;
  text-decoration: none;
  font-family: SemiRegular;
  font-weight: normal;
}
.head .navs ul li:hover a {
  font-weight: bold;
}
.head .navs ul li:last-child:after {
  display: none;
}
.head.fix {
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.head.fix .conts {
  height: 60px;
}
.head.fix .conts .logo {
  height: 60px;
}
.head.fix .conts .logo img {
  max-height: 80%;
}
.head.fix .conts .navs {
  padding: 15px 0;
}
.head.fix .conts .navs ul {
  margin: 0;
}
.head.fix .conts .navs ul li {
  line-height: 30px;
  font-size: 16px;
}
.banner {
  width: 100%;
  margin-top: 4px;
  height: 496px;
  background: url("../img/b70455_1366x496.jpg") center no-repeat;
}
.banner .conts {
  height: 496px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner .conts .title {
  width: 100%;
  max-width: 450px;
}
.banner .conts .title h2 {
  line-height: 80px;
  font-size: 48px;
  color: #fff;
  font-family: SemiBold;
  margin: 0;
  text-shadow: 0 0 15px rgba(33,198,165,0.5);
}
.banner .conts .title p {
  line-height: 28px;
  font-size: 20px;
  color: #333;
  font-family: SemiBold;
  margin: 0;
}
.about {
  width: 100%;
  background-image: linear-gradient(to bottom, #fff, #fff, #fff, #fff2d2);
  min-height: 100px;
  float: left;
  padding-bottom: 45px;
}
.about .conts {
  width: 100%;
  padding: 55px 0;
}
.about .conts .imgs {
  width: 100%;
  padding-right: 40px;
}
.about .conts .imgs img {
  max-width: 90%;
}
.about .conts .intr {
  width: 100%;
  padding-top: 72px;
  padding-left: 40px;
}
.about .conts .intr .title {
  width: 100%;
  line-height: 46px;
  font-size: 18px;
  color: #262626;
  padding-left: 18px;
  font-family: SemiBold;
  position: relative;
}
.about .conts .intr .title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 4px;
  height: 22px;
  background-color: #00c6c5;
}
.about .conts .intr .text {
  width: 100%;
  max-width: 430px;
}
.about .conts .intr .text p {
  margin: 0;
  line-height: 26px;
  font-size: 16px;
  color: #595959;
  margin: 10px 0;
  font-family: SemiRegular;
}
.solutions {
  width: 100%;
  float: left;
  padding-top: 100px;
  min-height: 660px;
  background-image: linear-gradient(to bottom, #fff2d2, #fff, #fff, #fff);
}
.solutions .conts {
  width: 100%;
}
.solutions .conts .title {
  width: 100%;
  line-height: 56px;
  font-size: 20px;
  color: #262628;
  padding-left: 40px;
  font-family: SemiBold;
  position: relative;
}
.solutions .conts .title:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -11px;
  width: 4px;
  height: 22px;
  background-color: #00c6c5;
}
.solutions .conts .cont {
  width: 100%;
  padding-top: 35px;
}
.solutions .conts .cont .sidebar {
  width: 100%;
  min-height: 100px;
  float: left;
}
.solutions .conts .cont .sidebar ul {
  width: 100%;
  float: left;
  margin: 0;
}
.solutions .conts .cont .sidebar ul li {
  width: auto;
  padding: 10px 34px;
  line-height: 24px;
  border: 2px solid #5dc4c3;
  border-radius: 40px;
  font-size: 16px;
  margin-bottom: 22px;
  cursor: pointer;
  background-color: #fff;
  color: #27b2ad;
  font-family: SemiMedium;
  min-width: 324px;
  box-shadow: 0 5px 8px rgba(0,0,0,0.1);
}
.solutions .conts .cont .sidebar ul li.acti {
  background-color: #27b2ad;
  color: #fff;
  border: 2px solid #27b2ad;
}
.solutions .conts .cont .sidebar ul li:nth-child(3) {
  text-align: center;
}
.solutions .conts .cont .intrs {
  width: 100%;
  min-height: 100px;
  padding-left: 20px;
  float: left;
}
.solutions .conts .cont .intrs .item {
  width: 100%;
  display: none;
}
.solutions .conts .cont .intrs .item .imgs {
  width: 100%;
}
.solutions .conts .cont .intrs .item .imgs img {
  width: 100%;
}
.solutions .conts .cont .intrs .item .text {
  width: 100%;
  line-height: 26px;
  font-size: 16px;
  color: #585858;
  padding: 26px 0;
  font-family: SemiRegular;
}
.solutions .conts .cont .intrs .item.show {
  display: block;
}
.online {
  width: 100%;
  background-image: linear-gradient(to bottom, #fff2d2, #fff, #fff, #fff);
  float: left;
  min-height: 500px;
  padding-bottom: 100px;
}
.online .conts {
  width: 100%;
  padding-top: 60px;
}
.online .conts .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #262628;
  padding-left: 20px;
  font-family: SemiBold;
  position: relative;
}
.online .conts .title:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -11px;
  width: 4px;
  height: 22px;
  background-color: #00c6c5;
}
.online .conts .cont {
  width: 100%;
  padding-top: 30px;
}
.online .conts .cont .form {
  width: 100%;
}
.online .conts .cont .form .item {
  width: 100%;
}
.online .conts .cont .form .item .select {
  width: 100%;
  height: 32px;
  background-color: #00a8a8;
  border-radius: 6px;
  color: #fff;
  margin: 14px 0;
  position: relative;
}
.online .conts .cont .form .item .select .text {
  line-height: 32px;
  padding: 0 25px;
  height: 32px;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.online .conts .cont .form .item .select .text span {
  text-shadow: 0 2px 3px rgba(0,0,0,0.3);
  font-size: 18px;
  font-family: SemiMedium;
  position: relative;
}
.online .conts .cont .form .item .select .text span:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid #fff;
}
.online .conts .cont .form .item .select .slide {
  width: 100%;
  min-height: 100px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 30px;
  display: none;
  border-radius: 0 0 6px 6px;
  padding: 0 20px;
  box-shadow: 0 5px 8px rgba(0,0,0,0.1);
}
.online .conts .cont .form .item .select .slide .list {
  width: 100%;
}
.online .conts .cont .form .item .select .slide .list p {
  line-height: 28px;
  font-size: 16px;
  padding: 7px 0;
  font-family: SemiRegular;
  margin: 0;
  cursor: pointer;
  color: #333;
  border-bottom: 1px solid #00a8a8;
}
.online .conts .cont .form .item .select .slide .list p:last-child {
  border-bottom: none;
}
.online .conts .cont .form .item .input {
  width: 45%;
}
.online .conts .cont .form .item .input .tits {
  width: 100%;
  line-height: 32px;
  font-size: 16px;
  font-family: SemiRegular;
}
.online .conts .cont .form .item .input .text {
  width: 100%;
  padding: 10px 0;
}
.online .conts .cont .form .item .input .text input {
  width: 100%;
  height: 34px;
  background-color: #e0efe8;
  border-radius: 10px;
  padding: 0 20px;
  border: none;
}
.online .conts .cont .form .item .textarea {
  width: 100%;
}
.online .conts .cont .form .item .textarea .tits {
  width: 100%;
  line-height: 32px;
  font-size: 16px;
  font-family: SemiRegular;
}
.online .conts .cont .form .item .textarea .text {
  width: 100%;
  padding: 10px 0;
}
.online .conts .cont .form .item .textarea .text textarea {
  width: 100%;
  height: 120px;
  background-color: #e0efe8;
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 26px;
  font-family: SemiMedium;
  border: none;
}
.online .conts .cont .form .button {
  width: 100%;
  padding: 10px 0;
  float: left;
}
.online .conts .cont .form .button button {
  width: 198px;
  height: 34px;
  background-color: #00a8a8;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  font-family: SemiMedium;
}
.contact {
  width: 100%;
  float: left;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(to bottom, #fff, #fff, #fff, #fff2d2);
}
.contact .conts {
  width: 100%;
}
.contact .conts .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #262628;
  padding-left: 20px;
  font-family: SemiBold;
  position: relative;
}
.contact .conts .title:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -11px;
  width: 4px;
  height: 22px;
  background-color: #00c6c5;
}
.contact .conts .cont {
  width: 100%;
  padding-top: 30px;
}
.contact .conts .cont .labers {
  width: 100%;
  line-height: 50px;
  font-size: 26px;
  font-family: SemiBold;
}
.contact .conts .cont .list {
  width: 100%;
}
.contact .conts .cont .list ul {
  width: 100%;
}
.contact .conts .cont .list ul li {
  width: 50%;
  height: 74px;
  display: flex;
  justify-content: flex-start;
}
.contact .conts .cont .list ul li .ico {
  width: 58px;
  height: 74px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .conts .cont .list ul li .text {
  width: calc(100% - 58px);
  height: 74px;
  display: flex;
  align-items: flex-start;
  align-items: center;
  font-size: 16px;
  font-family: SemiRegular;
}

@media screen and (max-width: 996px) {
  .contact .conts .cont .list ul li {
    width: 100%;
  }
  .wid {
    padding: 0 15px;
  }
  .solutions .conts .cont .intrs {
    padding-left: 0;
  }
  .solutions {
    padding-top: 0;
  }
  .about .conts .intr {
    padding-left: 0;
    padding-top: 20px;
  }
  .about .conts {
    padding-bottom: 0;
  }
  .contact {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .banner .conts .title h2 {
    font-size: 28px;
  }
  .banner .conts .title p {
    font-size: 14px;
  }
  .online .conts .cont .form .item .input {
    width: 100%;
  }
  .about .conts .imgs {
    text-align: center;
  }
  .wap-navs.visible-xs {
    display: flex !important;
  }
  .head {
    height: 60px;
    position: fixed;
    left: 0;
    z-index: 989;
    top: 0;
  }
  .head .conts {
    height: 60px;
    display: flex;
    justify-content: space-between;
  }
  .head .logo {
    height: 60px;
  }
  .head .logo img {
    height: 40px;
  }
  .banner {
    margin-top: 64px;
  }
  .head .slide-wap {
    top: 60px;
  }
}
