* {
  margin: 0;
  padding: 0;
}
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;}
  textarea {-webkit-appearance: none;} 
ul,ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
html,body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.error {
  color: #fff;
  background: #d9534f;
}
.success {
  color: #fff;
  background: #5cb85c;
}
.public-header {
  width: 10rem;
  height: 1.3333rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.public-header-space {
  width: 10rem;
  height: 1.3333rem;
}
.public-header .logo {
  width: 5.6133rem;
  height: 0.5333rem;
  position: absolute;
  top: 50%;
  left: 0.2667rem;
  -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
}
.public-header .toggle {
  font-size: 0;
  width: 0.8rem;
  height: 0.6267rem;
  position: absolute;
  top: 50%;
  right: 0.2667rem;
  -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
}
.public-header .toggle img {
  width: 100%;
  height: 100%;
}
.public-header .list {
  position: fixed;
  top: 1.3333rem;
  left: 0;
  right: 0;
  width: 10rem;
  display: none;
  z-index: 200;
}
.public-header .list ul {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}
.public-header .list li {
  width: 10rem;
  height: 1.6533rem;
  line-height: 1.6533rem;
  border-top: 1px solid #666;
  text-align: center;
}
.public-header .list li:first-child {
  border-top: 0;
}
.public-header .list li a {
  width: 10rem;
  height: 1.6533rem;
  display: block;
  color: #999999;
  font-size: 0.4rem;
}
.public-header .list li.active a {
  color: #fff;
}
.public-address {
  padding: 0.3rem 0;
  background: #f4f4f4;
}
.public-address li {
  color: #999999;
  font-size: 0.2667rem;
  text-align: center;
  line-height: 1.8;
}
.public-footer-space {
  width: 10rem;
  height: 1.3333rem;
}
.public-footer {
  height: 1.3333rem;
  position: fixed;
  left: 0;
  bottom: -1px;
  width: 10rem;
  z-index: 100;
}
.public-footer .server {
  width: 2.5067rem;
  height: 1.3333rem;
  background: #fff;
  text-align: center;
  float: left;
  font-size: 0;
}
.public-footer .server img {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.2rem;
}
.public-footer .server p {
  color: #666666;
  font-size: 0.24rem;
  margin-top: 0.1333rem;
}
.public-footer .try {
  width: 7.4933rem;
  height: 1.3333rem;
  float: left;
}
.public-footer .try img {
  width: 100%;
  height: 100%;
}
.public-top {
  width: 0.9333rem;
  height: 0.9333rem;
  position: fixed;
  right: 0.2667rem;
  bottom: 2rem;
  z-index: 100;
  background: #fff;
  border-radius: 50%;
}
.public-top img {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);
}
.public-title {
  width: 10rem;
  height: 1.3333rem;
  text-align: center;
  line-height: 1.3333rem;
  color: #fff;
  background: #0064b4;
  font-size: 0.48rem;
}
.public-item {
  background: #fff;
  overflow: hidden;
  padding: 0.4rem 0.2667rem 0.8rem;
  margin-top: 0.1333rem;
}
.public-item .pic1 {
  float: left;
  width: 4.6667rem;
  height: 4.4rem;
  margin-right: 0.1333rem;
}
.public-item .pic1 img {
  width: 100%;
  height: 100%;
}
.public-item .pic2 {
  float: left;
  width: 4.6667rem;
  height: 2.1333rem;
  margin-bottom: 0.1333rem;
}
.public-item .pic2 img {
  width: 100%;
  height: 100%;
}
.public-item .pic3 {
  float: left;
  width: 4.6667rem;
  height: 2.1333rem;
}
.public-item .pic3 img {
  width: 100%;
  height: 100%;
}
.public-getmore {
  width: 9.4667rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #0064b4;
  background: #f4f4f4;
  font-size: 0;
}
.public-getmore i {
  width: 0.0667rem;
  height: 0.0667rem;
  background: #0064b4;
  display: inline-block;
  border-radius: 50%;
  margin: 1px;
}
.public-getmore span {
  font-size: 0.32rem;
  color: #0064b4;
  margin: 0 0.2667rem;
}
.public-check {
  position: relative;
  display: inline-block;
}
.public-check input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  filter: opacity(0);
}
.public-check label {
  display: block;
  color: #999999;
  font-size: 0.32rem;
  padding: 0.24rem 0.4rem;
  border: 1px solid #dadada;
  position: relative;
}
.public-check input:checked + label {
  color: #0064b4;
  border-color: #0064b4;
}
.public-check input:checked + label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.15rem;
  border-color:  transparent #0064b4 #0064b4 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
/*主页*/
.home .banner .swiper-slide {
  width: 10rem;
  height: 6rem;
}
.home .banner .swiper-slide img {
  width: 10rem;
  min-height: 6rem;
}
.home .banner .swiper-pagination-bullet {
  opacity: 1;
  filter: opacity(100);
  width: 0.4rem;
  height: 0.04rem;
}
.home .banner .swiper-pagination-bullet-active {
  background: #0064b4;
}
.home .product {
  background: #fff;
  padding: 0.4rem 0.2667rem 0.8rem;
  overflow: hidden;
}
.home .product li {
  width: 4.6667rem;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  float: left;
  margin-right: 0.1333rem;
  margin-bottom: 0.1333rem;
}
.home .product li:nth-child(2n) {
  margin-right: 0;
}
.home .product li .storeImg {
  width: 100%;
  height: 4.6667rem;
  overflow: hidden;
}
.home .product li .storeImg img{
  width: 100%;
  height: 100%;
}
.home .product li .detail {
  width: 100%;
  height: 1.3067rem;
  text-align: center;
}
.home .product li .detail h2 {
  color: #333333;
  font-size: 0.3733rem;
  font-weight: normal;
  margin-top: 0.2667rem;
  margin-bottom: 0.16rem;
}
.home .product li .detail p {
  color: #999999;
  font-size: 0.2667rem;
  height:18px;overflow:hidden;
}
.home .tab {
  background: #fff;
  overflow: hidden;
  margin-top: 0.1rem;
}
.home .tab li {
  width: 33.33%;
  height: 1.24rem;
  line-height: 1.24rem;
  position: relative;
  float: left;
  text-align: center;
  font-size: 0.4rem;
  color: #333333;
}
.home .tab li.active {
  color: #0064b4;
}
.home .tab li::after {
  content: '';
  width: 1px;
  height: 0.3733rem;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
}
.home .tab li:first-child::after {
  width: 0;
}
.home .tab-box {
  background: #fff;
}
.home .tab-box > div {
  display: none;
}
.home .tab-box > div.active {
  display: block;
}
.home .tab-box .storeImg {
  width: 9.4133rem;
  height: 4.6667rem;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.home .tab-box .storeImg img {
  width: 100%;

}
.home .tab-box .storeImg p {
  position: absolute;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  left: 0;
  bottom: -10px;
  color: #fff;
  font-size: 0.32rem;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .tab-box li {
  width: 100%;
  height: 0.9333rem;
  line-height: 0.9333rem;
  color: #333333;
  font-size: 0.32rem;
  padding-left: 0.2667rem;
  box-sizing: border-box;
}
.home .tab-box li a {
  width: 100%;
  height: 0.9333rem;
  line-height: 0.9333rem;
  display: block;
  padding-left: 0.4rem;
  box-sizing: border-box;
  background: url(../img/home6.png) left center no-repeat;
  background-size: 1.8%;
}

.home .public-getmore {
  background: #fff;
  width: 10rem;
  padding-bottom: 0.4rem;
}
/*产品详情页*/
.productdetail .banner .swiper-slide {
  width: 10rem;
  height: 10rem;
  overflow: hidden;
}
.productdetail .banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.productdetail .banner .product-detail-pagination {
  position: absolute;
  right: 0.2667rem;
  left: auto;
  bottom: 0.2667rem;
  font-size: 0.32rem;
  color: #fff;
  width: auto;
  padding: 0.12rem 0.2rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
}
.productdetail .type {
  overflow: hidden;
  margin-top: 0.1333rem;
  background: #fff;
  padding: 0.3rem 0;
}
.productdetail .type li {
  width: 10rem;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.2667rem;
  box-sizing: border-box;
}
.productdetail .type li p {
  float: left;
  color: #666666;
  font-size: 0.32rem;
}
.productdetail .type li p:first-child {
  width: 4.2666rem;
}
.productdetail .type li p:first-child + p {
  /* width: 5.4667rem; */
}
.productdetail article {
  background: #fff;
  margin-top: 0.1333rem;
  padding: 0.2667rem 0.2667rem 0.6667rem;
}
.productdetail article .storeImg1 {
  width: 9.4667rem;
  height: 6.9333rem;
}
.productdetail article .storeImg1 img {
  width: 100%;
  height: 100%;
}
.productdetail article .storeImg2 {
  width: 9.4667rem;
  height: 5.9333rem;
}
.productdetail article .storeImg2 img {
  width: 100%;
  height: 100%;
}
.productdetail article .storeImg3 {
  width: 9.4667rem;
  height: 8.0533rem;
}
.productdetail article .storeImg3 img {
  width: 100%;
  height: 100%;
}
.productdetail article .storeImg4 {
  width: 9.4667rem;
  height: 6.3067rem;
}
.productdetail article .storeImg4 img {
  width: 100%;
  height: 100%;
}
/*产品中心*/
.productlist .listitem {
  background: #fff;
  overflow: hidden;
  padding: 0.2667rem 0.2667rem 0.6667rem;
}
.productlist .listitem li {
  width: 4.6667rem;
  height: 6rem;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  float: left;
  margin-right: 0.1332rem;
  margin-bottom: 0.1332rem;
  overflow: hidden;
}
.productlist .listitem li:nth-child(2n) {
  margin-right: 0;
}
.productlist .listitem li a {
  display: block;
  width: 4.6667rem;
  height: 6rem;
}
.productlist .listitem li .storeImg {
  width: 100%;
  height: 4.6667rem;
}
.productlist .listitem li .storeImg img {
  width: 100%;
  height: 100%;
}
.productlist .listitem li h2 {
  color: #333333;
  font-weight: normal;
  font-size: 0.3733rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.16rem;
}
.productlist .listitem li p {
  color: #999999;
  font-size: 0.2667rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*关于我们*/
.aboutus article {
  background: #fff;
  padding: 0.6667rem 0.2667rem;
}
.aboutus article .header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.2667rem;
}
.aboutus article .header h1 {
  color: #333333;
  font-size: 0.48rem;
  font-weight: normal;
  margin-bottom: 0.16rem;
}
.aboutus article .header p {
  color: #bdbdbd;
  font-size: 10px;
}
.aboutus article section p {
  color: #666666;
  font-size: 0.3467rem;
  line-height: 1.8;
  margin: 0.4rem 0;
}
.aboutus article section .storeImg {
  width: 9.4667rem;
  height: 3.7733rem;
}
.aboutus article section .storeImg img {
  width: 100%;
  height: 100%;
}
.aboutus .contact {
  background: #fff;
  overflow: hidden;
  margin-top: 0.1333rem;
  padding: 0.6667rem 0.2667rem;
}
.aboutus .contact h2 {
  color: #333333;
  font-size: 0.48rem;
  text-align: center;
  line-height: 1.0267rem;
  border-bottom: 1px dashed #e5e5e5;
}
.aboutus .contact li {
  text-align: center;
  height: 1.0267rem;
  line-height: 1.0267rem;
  border-bottom: 1px dashed #e5e5e5;
  color: #333333;
  font-size: 0.32rem;
}
.aboutus .contact li:first-child {
  color: #0064b4;
  font-size: 0.4rem;
}
.aboutus .contact .erweima {
  text-align: center;
  margin-top: 0.2667rem;
}
.aboutus .contact .erweima img {
  width: 3.2rem;
  height: 3.2rem;
  border: 0.0667rem solid #f4f4f4;
}
.aboutus .contact .erweima p {
  color: #333333;
  font-size: 0.24rem;
  margin-top: 0.1867rem;
}
.aboutus .contact #map {
  width: 9.4667rem;
  height: 4.6667rem;
  margin-top: 0.4rem;
}
/*客户案例列表页*/

.caselist .tab-box {
  background: #fff;
  padding: 0 0.2667rem 0.8rem;
  overflow: hidden;
  width: 10rem;
  box-sizing: border-box;
}
.caselist .tab-box .box > ul > li {
  margin-top: 0.2667rem;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  padding: 0.2533rem;
  box-sizing: border-box;
}
.caselist .tab-box .box > ul > li a {
  display: block;
}
.caselist .tab-box li .storeImg {
  float: left;
  width: 3.6rem;
  height: 2.5333rem;
  margin-right: 0.2667rem;
}
.caselist .tab-box li .storeImg img {
  width: 100%;
  height: 100%;
}
.caselist .tab-box li .detail {
  float: left;
  width: 4.84rem;
  overflow: hidden;
}
.caselist .tab-box li .detail h2 {
  color: #333333;
  font-size: 0.3733rem;
  font-weight: normal;
}
.caselist .tab-box li .detail ul {
  margin-top: 0.35rem;
}
.caselist .tab-box li .detail li {
  color: #999999;
  font-size: 10px;
  line-height: 1.5;
}
.caselist .public-getmore {
  margin-top: 0.4rem;
}
/*客户案例详情页*/
.casedetail article {
  background: #fff;
  padding: 0.2667rem 0.2667rem 0.4rem;
  overflow: hidden;
  border-bottom: 0.1333rem solid #f4f4f4;
}
.casedetail article h2 {
  color: #333333;
  font-size: 0.4267rem;
  font-weight: normal;
  margin-bottom: 0.4rem;
}
.casedetail article .storeImg {
  width: 9.4667rem;
  height: 6.3067rem;
}
.casedetail article .storeImg img {
  width: 100%;
  max-height: 6.3067rem;
}
.casedetail article li {
  /* overflow: hidden; */
  height: 0.8rem;
  line-height: 0.8rem;
}
.casedetail article li p {
  float: left;
  color: #666666;
  font-size: 0.32rem;
}
.casedetail article li p:first-child {
 width: 4.2667rem;
}
.casedetail section {
  background: #fff;
  padding: 0.4rem 0.2667rem 0.2667rem;
  margin-top: 0.1333rem;
}
.casedetail section p {
  color: #666666;
  font-size: 0.3733rem;
  line-height: 1.5;
}
.public-pages {
  width: 9.4667rem;
  height: 0.9333rem;
  border: 1px solid #dadada;
  border-radius: 100px;
  margin-top: 0.6667rem;
  font-size: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.public-pages::after {
  content: '';
  height: 0.9333rem;
  width: 1px;
  background: #dadada;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);
}
.public-pages a {
  display: inline-block;
  width: 50%;
  height: 0.9333rem;
  line-height: 0.9333rem;
  color: #666666;
  font-size: 0.32rem;
  text-align: center;
}
.public-pages a.prevpage span {
  padding-left: 0.4rem;
  background: url(../img/prev.png) left center no-repeat;
  background-size: 8%;
}
.public-pages a.nextpage span {
  padding-right: 0.4rem;
  background: url(../img/next.png) right center no-repeat;
  background-size: 8%;
}
/*免费试用*/
.trypage .listitem li {
  height: 1.3333rem;
  position: relative;
  border-bottom: 0.0667rem solid #f4f4f4;
  overflow: hidden;
}
.trypage .listitem li p {
  padding-left: 0.2667rem;
  box-sizing: border-box;
  color: #333333;
  font-size: 0.3733rem;
  line-height: 1.3333rem;
  float: left;
  text-align: right;
}
.trypage .listitem li .swiper-container {
  position: absolute;
  top: 40%;
  left: 2.2rem;
  width: 7.8667rem;
  -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
}
.trypage .listitem li .swiper-container .swiper-slide {
  width: auto;
}
.trypage .listitem li input[type="text"] {
  color: #999999;
  font-size:  0.3733rem;
  border: 0;
   height: 1.3333rem; 
   line-height: 1.3333rem;
  padding-left: 0.1rem;
  width: 7rem;
  outline: none;
  float: left;

}
.trypage .listitem li input[type="text"] ::-webkit-input-placeholder{
  color: #999999;
  font-size:  0.3733rem;
}
.trypage .listitem li input[type="text"] ::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color: #999999;
  font-size:  0.3733rem;
}
.trypage .listitem li input[type="text"] :-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size:  0.3733rem;
}
.trypage .listitem li input[type="text"] :-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
  color: #999999;
  font-size:  0.3733rem;
}
.trypage .listitem input[type="submit"] {
  width: 9.4667rem;
  height: 1.12rem;
  color: #fff;
  background: #0064b4;
  border: 0;
  margin-left: 0.2667rem;
  margin-top: 0.6667rem;
  margin-bottom: 0.6667rem;
  border-radius: 4px;
}
.trypage .public-address {
  /* position: absolute;
  left: 0;
  bottom: 0; */
  margin-top: 50px;
  width: 10rem;
}
/*新闻详情页*/
.newsdetail article {
  background: #fff;
  overflow: hidden;
  padding: 0 0.2667rem 0.4rem;
}
.newsdetail article .header {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #e5e5e5;
}
.newsdetail article .header h2 {
  color: #333333;
  font-size: 0.48rem;
  font-weight: normal;
  margin-top: 0.5333rem;
  margin-bottom: 0.1867rem;
}
.newsdetail article .header p {
  color: #999999;
  font-size: 0.32rem;
}
.newsdetail article .header p span {
  margin-right: 0.4rem;
}
.newsdetail article section p {
  color: #666666;
  font-size: 0.3733rem;
  line-height: 1.8;
  margin: 0.4rem 0;
}
.newsdetail article section .storeImg {
  width: 9.4667rem;
  height: 5.6rem;
}
.newsdetail article section .storeImg img {
  width: 100%;
  height: 100%;
}
/*新闻列表页*/
.newslist .tab {
  background: #f4f4f4;
  overflow: hidden;
  padding: 0 0.2667rem;
}
.newslist .tab li {
  width: 33.333%;
  height: 1.0667rem;
  text-align: center;
  line-height: 1.0667rem;
  color: #666666;
  font-size: 0.32rem;
  float: left;
}
.newslist .tab li.active {
  color: #0064b4;
  border-bottom: 1px solid #0064b4;
}
.newslist .tab-box {
  background: #fff;
  padding: 0.2667rem 0.2667rem;
}
.newslist .tab-box li {
  width: 9.4667rem;
  height: 2.4rem;
  border: 1px solid #e4e4e4;
  padding: 0.2667rem;
  box-sizing: border-box;
  margin-bottom: 0.2667rem;
}
.newslist .tab-box .storeImg {
  width: 2.8rem;
  height: 1.8667rem;
  float: left;
  margin-right: 0.2667rem;
  overflow: hidden;
}
.newslist .tab-box .storeImg img {
  width: 100%;
  height: 100%;
}
.newslist .tab-box .detail {
  position: relative;
  width: 5.8rem;
  height: 1.8667rem;
  float: left;
}
.newslist .tab-box .detail h2 {
  color: #333333;
  font-size: 0.3733rem;
  font-weight: normal;
}
.newslist .tab-box .detail p {
  position: absolute;
  left: 0;
  bottom: -1px;
  color: #999999;
  font-size: 0.32rem;
}
/*租赁服务*/
.serverpage .item1 {
  overflow: hidden;
  padding: 0.5333rem 0.2667rem 0;
}
.serverpage .item1 p {
  margin-bottom: 0.5333rem;
  color: #333333;
  font-size: 0.3733rem;
  line-height: 1.8;
  text-align: center;
}
.serverpage .item1 .pic1 {
  width: 9.4667rem;
  height: 11.9733rem;
}
.serverpage .item1 .pic1 img {
  width: 100%;
  height: 100%;
}
.serverpage .item1 .pic2 {
  width: 9.4667rem;
  height: 14rem;
}
.serverpage .item1 .pic2 img {
  width: 100%;
  height: 100%;
}
.serverpage .item1 .pic3 {
  width: 9.4667rem;
  height: 13.0667rem;
}
.serverpage .item1 .pic3 img {
  width: 100%;
  height: 100%;
}
.serverpage .item1 .pic4 {
  width: 9.4667rem;
  height: 13.0267rem;
}
.serverpage .item1 .pic4 img {
  width: 100%;
  height: 100%;
}
.serverpage .item1 .pic5 {
  width: 9.4667rem;
  height: 12.9067rem;
}
.serverpage .item1 .pic5 img {
  width: 100%;
  height: 100%;
}
.serverpage .item1 .pic6 {
  width: 9.4667rem;
  height: 13.6933rem;
}
.serverpage .item1 .pic6 img {
  width: 100%;
  height: 100%;
}

.caselist .swiper-container {
  width: 10rem;
  height: 1.0667rem;
}
.caselist .swiper-container .swiper-slide {
  height: 1.0667rem;
  line-height: 1.0667rem;
  text-align: center;
  color: #666666;
  font-size: 0.32rem;
  width: 25%;
  float: left;
  box-sizing: border-box;
}
.caselist .swiper-slide.active {
  color: #0064b4;
  border-bottom: 2px solid #0064b4;
}

.productlist .swiper-container {
  width: 10rem;
  height: 1.0667rem;
}
.productlist .swiper-container .swiper-slide {
  height: 1.0667rem;
  line-height: 1.0667rem;
  text-align: center;
  color: #666666;
  font-size: 0.32rem;
  width: 25%;
  float: left;
  box-sizing: border-box;
}
.productlist .swiper-slide.active {
  color: #0064b4;
  border-bottom: 2px solid #0064b4;
}

.newslist .swiper-container {
  width: 10rem;
  height: 1.0667rem;
}
.newslist .swiper-container .swiper-slide {
  height: 1.0667rem;
  line-height: 1.0667rem;
  text-align: center;
  color: #666666;
  font-size: 0.32rem;
  width: 25%;
  float: left;
  box-sizing: border-box;
}
.newslist .swiper-slide.active {
  color: #0064b4;
  border-bottom: 2px solid #0064b4;
}

.aboutus section p{
  color: #666666 !important;
  font-size: 0.3467rem !important;
  line-height: 1.8 !important;
  margin: 0.4rem 0 !important;
  text-align: left !important;
  padding: 0 !important;
}

.productdetail article img{
  width:100%
}

.casedetail section {
    padding:0.2667rem 0.2667rem 0.4rem;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(102, 102, 102);
    font-size: 12px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
}

.newsdetail article section div {

  color: #666;
  font-size:14px;
  line-height:24px;
  }

  .newsdetail article section {

    color: #666;
    font-size:14px;
    line-height:24px;
    }
    .newsdetail article section img {
    width:100%;
    }

    .productlist .listitem li .detail {
      margin-top:0.15rem;
      }

