﻿/*****Reset*****
@made by sunny;
**************/
@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
em {
  padding: 0;
  margin: 0;
  outline: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,
img {
  border: 0;
  font-size: 12px;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-weight: normal;
  font-style: normal
}

ol,
ul,
li {
  list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%
}

input,
img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
dialog {
  display: block;
}

button {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  outline: none;
}

/*Global*/
/*禁止苹果系统所有默认样式*/
html,
body {
  -webkit-text-size-adjust: none;
}

/*去除苹果设备下浏览器默认按钮样式与背景*/
*:focus {
  outline: none
}

/*禁止所有聚焦边框*/
input,
input[type=button],
textarea {
  -webkit-appearance: none;
  outline: none;
}

/* 屏蔽文本框高亮 */
/*禁止苹果系统所有默认样式*/

body {
  font: 16px/1.23 "Microsoft Yahei", "宋体", "黑体", Tahoma, 'Simsun';
  color: #333333;
  text-align: center;
  background: #fff;
  min-width: 1220px;
  overflow-x: hidden;
}

a,
a:visited {
  text-decoration: none;
  /* color: #333333; */
  outline: none;
  transition: all 0.25s ease 0.1s;
}

a:hover {
  text-decoration: none;
}

/*按下时的样式*/
a:active {
  text-decoration: none;
}

.w1200 {
  width: 1200px;
  margin: 0 auto
}

/* 头部 */
.topww {
  background: #eeeeee;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.topww .huy {
  width: 600px;
  line-height: 40px;
  float: left;
  text-align: left;
}

.topww .wys {
  width: 600px;
  overflow: hidden;
  float: left;
}

.topww .wys h3 {
  width: 80px;
  font-weight: normal;
  line-height: 35px;
  display: block;
  float: right;
  font-size: 14px;
}

.wys h3 a{
	color:#333;
}



.topww .wys .css1 {
  width: 13px;
  height: 13px;
  margin: 11px 10px 11px 0;
  display: block;
  cursor: pointer;
  float: right;
  background: #0093ec;
}

.topww .wys .css2 {
  width: 13px;
  height: 13px;
  margin: 11px 10px 11px 0;
  display: block;
  cursor: pointer;
  float: right;
  background: #c12800;
}


.topww .wys .css3 {
  width: 13px;
  height: 13px;
  margin: 11px 10px 11px 0;
  display: block;
  cursor: pointer;
  float: right;
  background: #e2365e;
}

.topww .wys .css4 {
  width: 13px;
  height: 13px;
  margin: 11px 10px 11px 0;
  display: block;
  cursor: pointer;
  float: right;
  background: #ff9702;
}

.topww .wys .css5{
  width: 13px;
  height: 13px;
  margin: 11px 10px 11px 0;
  display: block;
  cursor: pointer;
  float: right;
  background: #7ebd00;
}

.topheard {
  margin-top: 30px;
  overflow: hidden;
}

.topheard .logo {
  float: left;
}

.topheard .ad {
  float: left;
  border-left: #e0e0e0 solid 1px;
  margin-left: 14px;
  padding-left: 14px;
  text-align: left;
}

.topheard .ad p:first-of-type {
  font-size: 18px;
  color: #666666;
}

.topheard .ad p:last-of-type {
  font-size: 30px;
}

.topheard .tel {
  float: right;
  text-align: left;
}

.topheard .tel .phoic,
.topheard .tel .phnum {
  float: left;
}

.topheard .tel img {
  width: 60px;
  height: 60px;
}

.topheard .tel .phnum p:first-of-type {
  font-size: 16px;
  margin-top: 3px;
}

.topheard .tel .phnum p:last-of-type {
  font-size: 30px;
  font-weight: bold;
  margin-top: 3px;
}

.munav {
  height: 50px;
  margin-top: 30px;
}

.munav ul {
  width: 100%;
}

.munav li {
  float: left;
  width: 170px;
  position: relative;
  z-index: 9999;
  padding-top: 11px;
  padding-bottom: 14px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.munav .act {
  background-color: #ffc600;
}

.munav li a span {
  color: #fff;
  display: inline-block;
  line-height: 25px;
  font-size: 16px;
}

.s {
  display: none;
  position: absolute;
  width: 170px;
  top: 50px;
}

.munav li:hover .s {
  display: block;
}

.s a {
  display: block;
  color: #000;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  display: block;
}

.munav li:hover .s a {
  color: #fff;
}

/* 轮播 */
.pb-carouselWarp {
  position: relative;
  height: 560px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.pb-carouselWarp .pb-carousel {
  position: relative;
  height: 100%;
}

.pb-carouselWarp .pb-carousel li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pb-carouselWarp .pb-carousel li img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.pb-carouselWarp .pb-carousel .pb-this {
  display: block;
  left: 0;
}

.pb-carouselWarp .pb-carousel-ind {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.pb-carouselWarp .pb-carousel-ind li {
  float: left;
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin: 0 5px;
  cursor: pointer;
}

.pb-carouselWarp .pb-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: none;
}

.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
  float: none;
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
}

/* 产品展示 */
.product {
  padding: 0 0 40px 0;
  width: 100%;
  overflow: hidden;
}

.h-tit {
  padding: 30px 0 20px 0;
}

.h-tit .bt {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.h-tit .bt span {

}

.smtit {
  color: #666666;
  font-size: 18px;
  line-height: 50px;
  display: inline-block;
}

.xbt {
  text-align: center;
}

.xbt .sz {
  display: inline-block;
  width: 333px;
  height: 21px;
  background: url("img/leftlin.png") no-repeat 0 0;
  margin-right: 20px;
}

.xbt .sy {
  display: inline-block;
  width: 333px;
  height: 21px;
  background: url("img/rightlin.png") no-repeat 0 0;
  margin-left: 20px;
}

.line {
  display: block;
  width: 50px;
  height: 3px;
  margin: 0 auto;
}

.hgroup {
  text-align: center;
}

.hgroup a {
  font-size: 15px;
  background: #dfdfdf;
  color: #333;
  text-decoration: none;
  width: 139px;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 35px;
  border-radius: 30px;
  text-align: center;
  margin-top: 10px;
}

.prdctlistb {
  text-align: left;
  overflow: hidden;
  margin-top: 10px;
}

.prdctlistb li {
  float: left;
  width: 290px;
  margin-right: 10px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  margin-top: 10px;
  overflow: hidden;
}

.prdctlistb li .primg {
  width: 290px;
  height: 254px;
  overflow: hidden;
}

.prdctlistb li .primg img {
  width: 100%;
  transition: all 0.6s ease;
}

.prdctlistb li:nth-of-type(4n) {
  margin-right: 0;
}

.prdctlistb li h2 {
  text-align: center;
  line-height: 50px;
  color: #666666;
  font-size: 15px;
}

.prdctlistb li:hover img {
  transform: scale(1.1);
}

.more {
  width: 500px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

.more a {
  color: #707070;
  border: 1px solid #e0e0e0;
  width: 498px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-decoration: none;
  border-radius: 25px;
  transition: all .2s ease-in 0s;
}


/* 关于我们 */
.aboutus {
  padding: 40px 0;
  /* background: #f8f8f8; */
}

.aboutus .aboutb img {
  width: 100%;
  height: 543px;
}

.aboutus .aboutb {
  position: relative;
}

.aboutus .aboutb .abde {
  position: absolute;
  width: 600px;
  height: 350px;
  top: 0;
  left: 0;
  margin-top: 100px;
  margin-left: 20px;
  padding: 50px 30px;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
}

.aboutus .aboutb .abde h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.aboutus .aboutb .abde p {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  margin-top: 10px;
  overflow: hidden;
}

.abde a {
  display: block;
  color: #fff;
  width: 100px;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  text-align: center;
  float: right;
  margin-top: 20px;
}

.shz {
  display: table;
  width: 100%;
  height: 43px;
  table-layout: fixed;
  margin-top: 20px;
}

.number_box {
  position: relative;
  z-index: 2;
}

.shz ul {
  display: table-row;
}

.shz ul li {
  display: table-cell;
  border-left: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
}

.shz ul li:first-of-type {
  border-left: none;
}

.shz ul li .sl {
  height: 40px;
}

.shz ul li .number_add {
  font-size: 40px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.shz ul li sup {
  font-size: 13px;
  vertical-align: top;
  position: relative;
  top: 1px;
}

.shz ul li p {
  color: #999999;
  font-size: 14px;
}


/* 小banner */
.sbnn {
  padding: 40px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.sblef {
  float: left;
  width: 600px;
  text-align: left;
  margin-top: 10px;
}

.sblef h3 {
  font-size: 40px;
  /* font-weight: bold; */
  color: #fff;
}

.sblef p {
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
}

.sbrig {
  float: left;
  width: 600px;
  margin-top: 10px;
  /* text-align: left; */
}

.sbrig h3 {
  font-size: 30px;
  color: #fff;
}

.sbrig .hon {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 15px;
  margin-right: 10px;
}

.sbrig .hon i.ms-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("img/msg.png") no-repeat 0 0/100%;
  vertical-align: middle;
  margin-right: 6px;
}

.sbrig .hon i.server-icon {
  display: inline-block;
  width: 30px;
  height: 35px;
  background: url("img/kf.png") no-repeat 0 0/100%;
  vertical-align: middle;
  margin-right: 6px;
}

.sbrig .hon a {
  font-size: 16px;
  color: #666666;
}

.newsbox {
  padding: 0 0 40px 0;
  width: 100%;
  overflow: hidden;
}

.newsbox {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.newsbox .newleftv {
  width: 610px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  float: left;
  text-align: left;
  margin-right: 20px;
}

.newsbox .newleftv:hover img {
  transform: scale(1.05);
}

.newsbox .newleftv .newimg {
  width: 570px;
  overflow: hidden;
  height: 345px;
}

.newsbox .newleftv .newimg img {
  width: 570px;
  transition: all 0.6s ease;
  height: 345px;
}

.listb {
  margin-top: 15px;
  width: 570px;
  overflow: hidden;
  width: 570px;
}

.listb .date {
  width: 50px;
  margin-right: 20px;
  float: left;
}

.listb .date span {
  color: #c4c4c4;
  display: block;
  font-size: 20px;
  line-height: 35px;
  border-bottom: 1px solid #c4c4c4;
}

.listb .date p {
  color: #c4c4c4;
  line-height: 25px;
}

.listb .xwbt {
  height: 60px;
  float: left;
  width: 500px;
}

.listb .xwbt h3 {
  line-height: 30px;
  color: #666666;
  font-size: 15px;
  overflow: hidden;
  height: 30px;
}

.listb .xwbt p {
  line-height: 30px;
  color: #c4c4c4;
  height: 30px;
  overflow: hidden;
  font-size: 14px;
}

.newsrigv {
  float: left;
}

.newsrigv li {
  width: 570px;
  background-color: #f8f8f8;
  padding: 20px 20px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
}

.newsrigv .date {
  width: 50px;
  margin-right: 20px;
  float: left;
}

.newsrigv .date span {
  color: #c4c4c4;
  display: block;
  font-size: 20px;
  line-height: 35px;
  border-bottom: 1px solid #c4c4c4;
}

.newsrigv .date p {
  color: #c4c4c4;
  line-height: 25px;
}

.newsrigv .xwbt {
  height: 60px;
  float: left;
  width: 460px;
  text-align: left;
}

.newsrigv .xwbt h3 {
  line-height: 30px;
  color: #666666;
  font-size: 15px;
  overflow: hidden;
  height: 30px;
}

.newsrigv .xwbt p {
  line-height: 30px;
  color: #c4c4c4;
  height: 30px;
  overflow: hidden;
  font-size: 14px;
}

/* 首页案例 */

.cases {
  padding: 40px 0;
  background: #f8f8f8;
}


#swiper2 .swiper-slide .contrimg {
  width: 290px;
  height: 236px;
  border: 5px solid #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}


#swiper2 .swiper-slide .slbox:hover .title p {
  color: #ffffff;
}

#swiper2 .swiper-slide .slbox:hover img {
  transform: scale(1.05);
}

#swiper2 .swiper-slide .contrimg img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s ease;
}


.sliderbt {
  margin-top: 50px;
  height: 450px;
}

#swiper2 {
  height: 450px;
}

#swiper2 .swiper-slide .title {
  width: 290px;
  height: 50px;
  line-height: 50px;
  background-color: #ebebeb;
  cursor: pointer;
}

#swiper2 .swiper-slide .title p {
  font-size: 15px;
}

#swiper2 .swiper-button-prev {
  left: 55%;
  margin-top: 150px;
  width: 45px;
  height: 45px;
  margin-left: -105px;
}

#swiper2 .swiper-button-next {
  right: 46%;
  margin-top: 150px;
  width: 45px;
  height: 45px;
}

#swiper2 .swiper-button-next::after,
#swiper2 .swiper-button-prev::after {
  color: #e9e9e9;
  font-size: 15px;
  display: none;
}

/* 底部 */

.footer {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}

.footnav {
  background-color: #2e2e2e;
  height: 260px;
}

.linkfooter {
  font-size: 15px;
  color: #919191;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #919191;
}

.linkfooter a {
  display: inline-block;
  font-size: 15px;
  padding: 0 15px;
  color: #fff;
}

.copyright {
  text-align: left;
  padding-top: 30px;
}

.frienlink {
  font-size: 15px;
  line-height: 50px;
  color: #fff;
}

.frienlink a {
  display: inline-block;
  font-size: 14px;
  padding: 0 15px;
  color: #fff;
}

.copytext {
  overflow: hidden;
  text-align: left;
}

.copytext .copyleft {
  float: left;
}

.copyleft p {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.copyrightlox {
  margin-left: 20px;
  float: right;
}

.copyrightlox .code1 {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}

.copyrightlox .code1 .ewcode {
  width: 90px;
  height: 90px;
}

.copyrightlox .code1 .ewcode img {
  width: 100%;
  height: 100%;
}

.copyrightlox .code1 h2 {
  color: #ffffff;
  font-size: 15px;
  line-height: 55px;
  text-align: center;
}

.footer .footrb {
  width: 100%;
  background-color: #222222;
  color: #bcbcbc;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.footer .footrb a{ color:#bcbcbc }
.footer .footrb a:hover{ color: #fff;}

/* 固定 */
.izl-rmenu {
  position: fixed;
  right: 0px;
  bottom: 10px;
  padding-bottom: 98px;
  background: url(img/r_b.png) 0px bottom no-repeat;
  z-index: 999;
}

.izl-rmenu .btn1 {
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
  border-radius: 2px
}

.izl-rmenu .btn-qq {
  background: url(img/r_qq.png) 0px 0px no-repeat;
  background-color: #222222;
}

.izl-rmenu .btn-qq:hover {
  background-color: #222222;
}

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
  background-color: #222222;
  text-decoration: none;
  display: block;
}

.izl-rmenu .btn-wx {
  background: url(img/kf_wx.png) 0px 0px no-repeat;
  background-color: #222222;
}

.izl-rmenu .btn-wx:hover {
  background-color: #222222;
}

.izl-rmenu .btn-wx .pic {
  position: absolute;
  left: -110px;
  top: 0px;
  display: none;
  background: #FFF;
  padding: 5px;
  -moz-box-shadow: 0px 0px 4px #636870;
  -webkit-box-shadow: 0px 0px 4px #636870;
  box-shadow: 0px 0px 4px #636870;
  width: 96px !important;
  height: 96px !important;
}

.izl-rmenu .btn-wx .pic img {
  width: 96px !important;
  height: 96px !important;
}

.izl-rmenu .btn-phone {
  background: url(img/kf_tel.png) 0px 0px no-repeat;
  background-color: #222222;
}

.izl-rmenu .btn-phone:hover {
  background-color: #222222;
}

.izl-rmenu .btn-phone .phone {
  background-color: #222222;
  position: absolute;
  width: 160px;
  left: -160px;
  top: 0px;
  line-height: 50px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  display: none;
}

.izl-rmenu .btn-top {
  background: url(img/kf_top.png) 0px 0px no-repeat;
  background-color: #222222;
  display: none;
}

.izl-rmenu .btn-top:hover {
  background-color: #222222;
}

.izl-rmenu .btn-color {
  background: url(img/sz.png) 0px 0px no-repeat;
  background-color: #c31920;
}

.izl-rmenu .btn-color:hover {
  background: url(img/sz.png);
  background-color: #c31920;
}

.izl-rmenu .btn-color .pic {
  position: absolute;
  left: -200px;
  top: 0px;
  display: block;
  width: 200px;
  height: 76px;
  background-color: #c31920;
}

.izl-rmenu .btn-color .pic div {
  width: 18px;
  height: 18px;
  float: left;
  border-radius: 100%;
  margin-top: 25px;
  margin-left: 15px
}

.izl-rmenu .btn-color .pic .blue {
  background-color: #0982ec;
}

.izl-rmenu .btn-color .pic .dblue {
  background-color: #006a4f;
}

.izl-rmenu .btn-color .pic .red {
  background-color: #a50109;
}

.izl-rmenu .btn-color .pic .black {
  background-color: #08a172;
}

.izl-rmenu .btn-color .pic .yellow {
  background-color: #dd932a;
}

.izl-rmenu .btn-color .pic .xmh {
  background-color: #5dc800;
}

/* 关于我们 */
.aboutbox {
  margin-bottom: 100px;
}

aside {
  width: 240px;
  float: left;
  background: #fff;
  border: #d9d9d9 solid 1px;
}

.sub_titles {
  padding-bottom: 40px
}

.sub_titles ul {
  margin-top: 0px;
  padding-left: 20px;
  padding: 20px 10px 10px 10px;
  text-align: left;
}

.sub_titles h1 {
  color: #FFF;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.sub_titles h1 span i {
  display: inline-block;
  width: 24px;
  height: 28px;
  background: url("img/menu.png") no-repeat 0 0/100%;
  vertical-align: middle;
}

.sub_titles a {
  text-decoration: none;
  color: #666666;
  font-size: 14px;
  line-height: 40px;
  display: block;
}

.sub_titles a span {
  background: #d9d9d9;
  width: 2px;
  height: 14px;
  display: block;
  float: left;
  margin-top: 13px;
  margin-right: 10px;
  margin-left: 10px
}

.sub_titles li:hover span {
  color: #FFF
}

.sub_titles li:hover a {
  color: #FFF
}

.sub_titles li.act span {
  color: #FFF
}

.sub_titles li.act a {
  color: #FFF
}

.sub_titles li {
  border-bottom: #d9d9d9 solid 1px
}

.fonts {
  font-size: 24px !important;
  margin-right: 10px;
  font-weight: normal
}

.ma {
  margin-top: 60px
}

.ov {
  overflow: hidden
}


.contact ul {
  margin-top: 0px;
  padding-left: 20px;
  padding: 20px 10px 10px 10px;
  text-align: left;
}

.contact h1 {
  color: #FFF;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.contact h1 span i {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 35px;
  background: url("img/ph.png") no-repeat 0 0/100%;
}

.contact a span {
  background: #d9d9d9;
  width: 2px;
  height: 14px;
  display: block;
  float: left;
  margin-top: 13px;
  margin-right: 10px;
  margin-left: 10px
}

.contact li {
  border-bottom: #d9d9d9 solid 1px;
  font-size: 14px;
  color: #666666;
  line-height: 40px
}

.containter {
  float: right;
  width: 940px;
  background: #FFF;
  border: #d9d9d9 solid 1px;
}

.containter header {
  font-size: 14px;
  color: #666666;
  border-bottom: #d9d9d9 solid 1px;
  padding: 10px 0;
  padding-left: 20px;
  height: 20px;
  text-align: left;
}

.containter header span i {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  background: url("img/home.png") no-repeat 0 0/100%;
}

.containter header a {
  color: #666666;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.tops img {
  max-width: 100%;
  width: auto
}

.tops {
  padding: 0 30px;
  line-height: 30px;
  text-align: left;
  font-size: 15px;
}


/* 产品中心 */
.current {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dedede;
  text-align: left;
}

.current h2 {
  color: #666666;
  font-size: 15px;
  display: inline-block;
}

.current h2 i {
  width: 17px;
  height: 21px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  background: url("img/home.png") no-repeat 0 0/100%;
}

/* 页面导航 */
.mennav {
  margin-top: 20px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  color: #666666;
  font-size: 15px;
  text-align: left;
}

.mennav a {
  line-height: 30px;
  display: inline-block;
  border: 1px solid #dedede;
  border-radius: 5px;
  color: #666666;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-top: 3px;
}

.mennav .on {
  border: none;
  color: #ffffff;
}

.productcont {
  text-align: left;
  font-size: 0;
  padding-bottom: 20px;
}

.productcont .sevlist li {
  width: 290px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 20px;
}

.productcont .sevlist li:nth-of-type(4n) {
  margin-right: 0;
}

.productcont .sevlist li .sevimg {
  width: 290px;
  height: 254px;
  overflow: hidden;
}

.productcont .sevlist li .sevimg img {
  width: 100%;
  height: 100%;
  transition: all .6s ease;
}

.productcont .sevlist li h1 {
  color: #666666;
  background-color: #f4f4f4;
  width: 100%;
  line-height: 50px;
  font-size: 17px;
  text-align: center;
}

.productcont .sevlist li:hover img {
  transform: scale(1.1);
}

.productcont .sevlist li:hover h1 {
  color: #ffffff;
}


/* 分页 */
.page {
  width: 100%;
  text-align: center;
  color: #707070;
  margin: 50px 0 50px 0;
  overflow: hidden;
}

.page a {
  width: 35px;
  height: 30px;
  display: inline-block;
  color: #707070;
  text-align: center;
  line-height: 30px;
  border: 1px solid #dfdfdf;
  margin-left: 8px;
  border-radius: 5px;
  font-size: 14px;
}

.page a.current {
  color: #fff;
}

.page a:hover {
  color: #fff !important;
  text-decoration: none;
}


/* 新闻列表页 */
.containter .tops li {
  border-bottom: 1px solid #c3d6d8;
  padding: 44px 20px;
  box-sizing: border-box;
  font-size: 0;
  text-align: left;
}

.newdescb a {
  font-size: 15px;
  color: #b0b0b0;
}

.containter .newtime {
  line-height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  margin-top: 10px;
}

.containter li .newgimg {
  width: 250px;
  height: 165px;
  overflow: hidden;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.6s ease;
}

.containter .tops li .newgimg img {
  width: 100%;
  transition: all 0.6s ease;
  height: 100%;
}

.newtitr {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  width: 550px;
}

.newtitr .titgh {
  display: inline-block;
  vertical-align: top;
  width: 550px;
  margin-right: 20px;
  transition: all 0.6s ease;
}

.newtitr .titgh .newsh {
  line-height: 30px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
}

.newtitr .titgh .newsh span {
  width: 15px;
  height: 15px;
  background-color: #666;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.newtitr .titgh .newdescb {
  margin-top: 10px;
  line-height: 30px;
  font-size: 15px;
  color: #666;
  max-height: 60px;
  overflow: hidden;
}

.containter .tops li:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.containter .tops li:hover .newgimg {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.containter .tops li:hover .newgimg img {
  transform: scale(1.1);
}


/* 合作伙伴 */
.containter .patner {
  line-height: 30px;
  text-align: left;
  font-size: 15px;
}

.containter .patner ul {
  overflow: hidden;
  margin-bottom: 30px;
}

.containter .patner li {
  float: left;
  margin-left: 7px;
  margin-top: 20px;
  text-align: center;
  background: #f6f6f6;
  transition: all 0.6s ease;
}

.containter .patner li .paterimg {
  width: 226px;
  height: 133px;
  overflow: hidden;
}

.containter .patner li .paterimg img {
  width: 226px;
  height: 133px;
  transition: all 0.6s ease;
}

.containter .patner li h3 {
  line-height: 55px;
  color: #666666;
}

.containter .patner li:hover h3 {
  color: #fff;
}

.containter .patner li:hover img {
  transform: scale(1.08);
}

/* 联系我们 */
.contactbox {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-top: 20px;
  line-height: 30px;
  text-align: left;
  font-size: 15px;
}

/* 详情页面 */
.titles {
  color: #666666;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.ts {
  font-size: 13px;
  color: #b0b0b0;
  text-align: center;
  line-height: 50px;
  border-bottom: #d9d9d9 solid 1px;
}

.conts {
  padding: 30px;
  text-align: left;
  line-height: 30px;
}

.next {
  overflow: hidden;
  margin-top: 20px;
  border-bottom: 1px #e5e5e5 solid;
  border-top: 1px #e5e5e5 solid;
  padding: 10px 0 10px 0;
  line-height: 30px;
  text-align: left;
}

.next a {
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}

/* 首页合作用户 */
.patnerfv {
  padding: 40px 0;
  background: #f8f8f8;
}

.two {
  margin: 10px auto;
  height: 220px;
  width: 1200px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.two ul {
  position: absolute;
  height: 380px;
  width: 960000000000px;
  left: 0;
}

.two ul li {
  display: block;
  float: left;
  margin: 10px;
  height: 133px;
  text-align: center;
  position: relative;
  border: #d4d4d4 solid 1px;
}

.two ul li a {
  display: inline-block;
  height: 80px;
}

.two ul li img {
  display: block;
  width: 226px;
  height: 133px;
}

.two ul li a span {
  height: 0;
  display: block;
  color: #666666;
  font-size: 16px;
  line-height: 50px;
}
#page{ overflow:hidden; font-size:0;text-align:center; margin: 30px 0; clear: both;}
#page a,#page span{ font-size:12px;overflow:hidden;border-radius:3px;text-decoration: none; display:inline-block; margin:0 2px; height:32px; line-height:30px; background:#fff; border:1px solid #eee; text-align:center; color:#333; padding:0 12px;}
#page a:hover,#page span.current{ text-decoration:none; }
#page a.next,#page a.prev {}