@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
}
body {
  font-size: 13px;
  font-family: "微软雅黑";
  margin: 0px auto !important;
  background: #fff;
  padding-top: 65px;
  max-width: 640px;
  margin: 0 auto;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  border: none;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #000;
}
i {
  font-style: normal;
}
/* 头部 固定定位*/
.top_bg {
  width: 100%;
  height: 65px;
  z-index: 9999;
  background-color: #53ad9d;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 5px #ddd;
}
.top {
  width: 94%;
  height: auto;
  margin: 0 auto;
}
.top_logo {
  float: left;
  margin-top: 9px;
}
.top_logo img {
  height: 45px;
}
.top_logo h1 {
  font-size: 22px;
  color: #fff;
  font-weight: 550;
  line-height: 65px;
}
.top_logo span {
  color: #ccc;
  font-size: 22px;
}
.top_nav {
  position: absolute;
  right: 0;
  top: 65px;
  width: 50%;
  background-color: #f8f8f8;
  display: none;
  /*隐藏*/
}
.top_nav ul {
  overflow: hidden;
}
.top_nav ul li {
  float: none;
}
.top_nav ul li a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 45px;
  border-top: 1px solid #eee;
  padding-left: 25px;
}
.top_nav ul li.active a {
  color: #53ad9d;
  background-color: #fff;
}
.top_right {
  float: right;
}
.top_right img {
  height: 33px;
  width: auto;
  margin-top: 16px;
}
.top_search {
  display: none;
}
/* banner */
/* PC banner */
.pc_banner {
  height: 250px;
  padding: 0 3%;
  padding-top: 20px;
  background: url(../images/pc_banner.png) no-repeat center;
  background-size: auto 90%;
  background-color: #5cc1af;
  text-align: center;
}
.pc_banner h1 {
  font-size: 20px;
  color: #e0fff9;
  margin-bottom: 10px;
}
.pc_banner h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.pc_banner p {
  font-size: 12px;
  color: #e0fff9;
  line-height: 18px;
  margin-bottom: 4px;
}
.pc_banner span {
  font-size: 13px;
  color: #8bdfd0;
  line-height: 18px;
}
/* 关于我们 */
.iaboutus_bg {
  width: 94%;
  margin: 0 auto;
  margin-top: 30px;
}
.iaboutus {
  margin-top: 30px;
}
.iaboutus::after {
  content: '';
  display: block;
  clear: both;
}
.iaboutus_left p {
  font-size: 14px;
  color: #888;
  line-height: 26px;
  margin-bottom: 20px;
}
.iaboutus_right {
  margin-top: 30px;
  text-align: center;
}
.iaboutus_right img {
  max-width: 100%;
  height: auto;
}
.iaboutus2_bg {
  background: url(../images/ia2.png) no-repeat bottom;
  background-size: 70% auto;
  height: 320px;
  padding: 0 3%;
  padding-top: 30px;
  background-color: #f1f5f8;
  text-align: center;
}
.iaboutus2_bg h1 {
  font-size: 18px;
  color: #333;
}
.iaboutus2_bg h2 {
  font-size: 16px;
  color: #aaa;
}
.iaboutus3_bg {
  padding-top: 30px;
}
.iaboutus3_bg .more {
  margin-bottom: 30px;
}
.iaboutus3_bg .more a {
  margin: 0 auto;
}
.iaboutus3 {
  width: 94%;
  margin: 0 auto;
}
.iaboutus3 img {
  width: 100%;
  height: auto;
}
/* 推荐产品 */
.iproducts_bg {
  height: auto;
  margin-top: -30px;
  padding-top: 55px;
  padding-bottom: 30px;
  background-color: #f1f5f8;
}
.iproducts_bg .products_text {
  font-weight: normal;
  text-align: center;
  font-size: 14px;
}
.iproducts {
  width: 94%;
  margin: 0 auto;
  margin-top: 30px;
}
/* 新闻资讯 */
.inews_bg {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.inews {
  width: 94%;
  margin: 0 auto;
  margin-top: 30px;
}
.inews::after {
  content: '';
  display: block;
  clear: both;
}
.inews_left img {
  width: 100%;
  height: auto;
}
.inews_right ul li {
  padding-top: 18px;
  padding-bottom: 11px;
  border-bottom: 1px dashed #cccccc;
}
.inews_right ul li::after {
  content: '';
  display: block;
  clear: both;
}
.inews_right ul li:hover .inews_text h1 {
  color: #5cc1af;
}
.inews_time {
  float: left;
  width: 65px;
  height: 65px;
  text-align: center;
  background-color: #5cc1af;
  margin-top: 5px;
}
.inews_time h1 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.inews_time p {
  font-size: 13px;
  color: #fff;
}
.inews_text {
  float: right;
  width: calc(100% - 80px);
}
.inews_text h1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 3px;
}
.inews_text p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
/* 关于我们 */
.aboutus {
  margin-top: 30px;
  margin-bottom: 50px;
}
.aboutus_text {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 26px;
  margin-bottom: 30px;
}
/* 新闻资讯 */
.news_bg {
  width: 94%;
  margin: 0 auto;
  margin-top: 30px;
}
.news_list {
  margin-top: 30px;
}
.news_list ul::after {
  content: '';
  display: block;
  clear: both;
}
.news_list ul li {
  float: left;
  min-width: 28.9%;
  margin-right: 3.65%;
  margin-bottom: 3.65%;
}
.news_list ul li:nth-child(3n+3) {
  margin-right: 0%;
}
.news_list ul li.news_list_active a {
  background-color: #5cc1af;
  color: #fff;
}
.news_list ul li:hover a {
  background-color: #5cc1af;
  color: #fff;
}
.news_list ul li a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
  background-color: #e6e6e6;
}
.news {
  margin-top: 10px;
}
.news ul li {
  padding: 13px 0;
  padding-left: 17px;
  background: url(../images/queryli.gif) no-repeat 0px 20px;
  border-bottom: 1px solid #dddddd;
}
.news ul li:hover h1 span {
  color: #ff0000;
  text-decoration: underline;
}
.news ul li h1::after {
  content: '';
  display: block;
  clear: both;
}
.news ul li h1 span {
  display: block;
  font-size: 16px;
  color: #505050;
}
.news ul li h1 i {
  display: block;
  font-size: 12px;
  color: #505050;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: right;
}
.news ul li p {
  font-size: 14px;
  color: #505050;
  height: 16px;
  overflow: hidden;
}
/* 新闻资讯内页 */
.news_detail {
  margin-top: 20px;
}
.news_detail_title {
  text-align: center;
}
.news_detail_title h1 {
  font-size: 24px;
  color: #505050;
  font-weight: bold;
  margin-bottom: 12px;
}
.news_detail_title p {
  font-size: 14px;
  color: #505050;
  height: 30px;
  line-height: 30px;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
}
.news_detail_abstract {
  padding: 3%;
  font-size: 14px;
  line-height: 26px;
  color: #505050;
  border: 1px solid #dddddd;
  margin-top: 15px;
}
.news_detail_abstract span {
  color: #ff6600;
}
.news_detail_main {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  margin-top: 20px;
}
.news_detail_bottom {
  margin-top: 40px;
  margin-bottom: 50px;
}
.news_detail_bottom a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 35px;
}
.news_detail_bottom a:hover i {
  color: #dc7f5d;
}
/* 产品 */
.products {
  margin-top: 20px;
}
.products ul::after {
  content: '';
  display: block;
  clear: both;
}
.products ul li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.products ul li:nth-child(2n+2) {
  margin-right: 0%;
}
.products ul li:hover .products_text {
  color: #ff0000;
  text-decoration: underline;
}
.products_img {
  border: 1px solid #e7e7e7;
}
.products_img img {
  width: 100%;
  height: auto;
}
.products_text {
  font-size: 16px;
  color: #393939;
  font-weight: bold;
  margin-top: 10px;
}
/* 产品内页 */
.products_detail {
  margin-top: 20px;
}
.products_detail_left {
  margin-bottom: 20px;
}
.products_detail_left img {
  width: 100%;
  height: auto;
}
.products_detail_right h1 {
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  font-size: 14px;
  color: #505050;
  padding-left: 20px;
  background-color: #f5f5f5;
}
.products_detail_right p {
  font-size: 12px;
  color: #505050;
  line-height: 20px;
  padding: 20px;
}
.products_detail_main {
  clear: both;
  margin-top: 50px;
  font-size: 14px;
  color: #505050;
  padding-top: 20px;
  margin-bottom: 100px;
  border-top: 1px solid #eeeeee;
}
.products_detail_main::before {
  content: '';
  display: block;
  clear: both;
}
/* 联系我们 */
.contactus {
  margin-top: 20px;
  margin-bottom: 50px;
}
.contactus::after {
  content: '';
  display: block;
  clear: both;
}
.contactus_left h1 {
  font-size: 14px;
  color: #333;
  margin-bottom: 9px;
}
.contactus_left input[type='text'] {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 12px;
  background-color: #eeeeee;
  border: 1px dashed #aaaaaa;
}
.contactus_left input[type='button'] {
  display: block;
  width: 200px;
  height: 34px;
  text-align: center;
  background-color: #cf4557;
  color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin: 0 auto;
}
.contactus_right {
  padding: 3%;
  border: 1px dashed #000000;
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 20px;
}
.map {
  margin-top: 30px;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 分页 */
.fy {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.fy ul {
  display: inline-block;
  overflow: hidden;
}
.fy ul li {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background-color: #5cc1af;
  border: 1px solid #5cc1af;
  margin: 0 3px;
}
.fy ul li:hover {
  background-color: #fff;
}
.fy ul li:hover a {
  color: #5cc1af;
}
.fy ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
}
.more a {
  display: block;
  width: 105px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #5abd50;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}
/* 标题 */
.title {
  width: 94%;
  margin: 0 auto;
}
.title h1 {
  font-size: 22px;
  color: #505050;
  font-weight: bold;
}
.title p {
  font-size: 14px;
  color: #999;
  font-weight: bold;
}
/* 内页标题 */
.detail_title {
  font-size: 22px;
  color: #505050;
}
.detail_title i {
  font-size: 14px;
  color: #aaa;
}
/* 侧边栏 */
.sidebar {
  position: fixed;
  bottom: 50px;
  right: 5%;
  z-index: 9999;
}
.sidebar .return {
  width: 50px;
  height: 50px;
  background-color: #5cc1af;
  border-radius: 2px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-family: '宋体';
  font-size: 20px;
  box-sizing: border-box;
  transition: all 0.6s;
  border: 1px solid #5cc1af;
}
.sidebar .return p {
  display: inline-block;
  transform: rotate(90deg);
  line-height: 50px;
  font-size: 24px;
  font-weight: 550;
  color: #fff;
}
.bottom_bg {
  min-height: 60px;
  background-color: #f4f4f4;
  padding-top: 10px;
}
.bottom {
  width: 94%;
  margin: 0 auto;
  text-align: center;
}
.bottom_nav {
  display: none;
}
.bottom_text {
  font-size: 12px;
  color: #888;
}
.bottom_text a {
  color: #30a8d8;
}
/*# sourceMappingURL=./mobile.css.map */