@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none; }

html, button, input, select, option, textarea {
  outline: none;
  vertical-align: middle; }

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: button;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  outline: none;
  font-family: "Microsoft Yahei",tahoma,arial; }

input[type="text"], input[type="password"] {
  padding: 0 0 0 5px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  border: 1px solid #e4e4e4;
  outline: none;
  font-family: "Microsoft Yahei",tahoma,arial; }

select {
  padding: 0;
  font-size: 12px;
  border: 1px solid #e4e4e4;
  font-family: "Microsoft Yahei",tahoma,arial;
  outline: none;
  cursor: pointer; }

textarea {
  padding: 5px;
  border: 1px solid #e4e4e4;
  font-size: 12px;
  overflow-y: auto;
  outline: none;
  font-family: "Microsoft Yahei",tahoma,arial; }

body {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-family: "Microsoft Yahei",tahoma,arial;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  font-size-adjust: none;
  font-stretch: normal; }

img {
  border: 0;
  vertical-align: middle; }

em, i {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  background: transparent;
  text-decoration: none;
  color: #333;
  border: 0; }

p {
  margin: 0;
  padding: 0; }

ul, ol, li {
  list-style: none;
  outline: none; }

.clear {
  zoom: 1; }

.clear:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden; }

.w1200 {
  width: 1060px;
  margin: 0 auto; }

/*通用*/
/*头部*/
.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 110px;
  height: 100%;
  padding: 0;
  /* border:1px solid rgba(243,248,252,1); */
  box-shadow: 5px -10px 20px rgba(0,0,0,0.1);
  box-sizing: border-box;
}

.header .logo {
  width: 100%;
  height: 145px;
  margin: auto;
}
.header .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 30px auto;
}
.header .logo img {
  width: 85px;
  height: 90px;
}

.nav {
  width: 100%;
  text-align: center;
}
.nav .nav-itme {
  width: 100%;
  height:60px;
  line-height: 60px;
  font-size:16px;
  /*font-weight: 400;
  */border-bottom:1px solid rgba(243,248,252,1);
}

.nav .nav-itme:hover .children-menu{
  display: block;
  /* animation: fadeInLeft 0.2s 0.2s ease backwards;
  -webkit-animation: fadeInLeft 0.2s 0.2s ease backwards; */
}

.children-menu {
  display: none;
}

.children-menu {
  position: absolute;
  top: 0px;
  left: 110px;
  width: 250px;
  height: 100%;
  padding: 29px 15px 0 15px;
  padding-top: 20px;
  box-sizing: border-box;
  background:rgba(255,255,255,1);
  box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.1) inset;
  overflow-x: hidden;
  overflow-y: scroll;
  border-right: 1px solid #f2f2f2;
}

.children-menu::-webkit-scrollbar {
  width:0px;
  height:0px;
}

/*end 头部*/
/*页面盒子*/
.main {
  padding-top: 0px;
  margin-left: 140px;
}

/*end 页面盒子*/
/* 二级页面公用样式 */
/* banner */
.banner {
  width: 100%;
  text-align: center;
  margin: auto;
  position: relative; }

.banner:hover .ban-btn {
  display: block; }

.banner .ban-btn {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 45%;
  left: 0;
  height: 50px;
  display: none;
  z-index: 10; }

.banner .ban-btn button {
  width: 50px;
  height: 50px;
  background: transparent;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  border: 0;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.banner .ban-btn button:hover {
  background-color: rgba(0, 0, 0, 0.3); }

.banner .ban-btn .left {
  background-image: url(../images/left-arrow.png);
  float: left;
  margin-left: 30px; }

.banner .ban-btn .right {
  background-image: url(../images/right-arrow.png);
  float: right;
  margin-right: 30px; }

.banner .txt-img {
  position: absolute;
  top: 110px;
  text-align: center;
  width: 100%;
  z-index: 9; }

.banner .txt-img dl {
  width: 1200px;
  margin: auto;
  text-align: left; }

.banner .txt-img dl dd {
  height: 48px; }

.banner .txt-img dl dd a {
  float: left;
  display: block;
  width: 148px;
  height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  font-size: 16px;
  margin-right: 20px; }

.banner .txt-img dl dd a:hover {
  background: #fff;
  color: #333; }

.banner .slick-dots {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
  z-index: 10; }

.banner .slick-dots ul li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px 10px;
  padding: 0;
  cursor: pointer; }

.banner .slick-dots ul li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  cursor: pointer;
  color: transparent;
  outline: 0;
  border: 1px solid #dedede;
  background: #fff; }

.banner .slick-dots ul li:hover button, .banner .slick-dots ul li .active {
  -moz-box-shadow: 0.2px 0.2px 0 4px  #fcfcfc;
  -webkit-box-shadow: 0.2px 0.2px 0 4px  #fcfcfc;
  box-shadow: 0.2px 0.2px 0 4px #fcfcfc;
  background: #999;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none; }

/* end banner */
/* 标题 */
.product-tit {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 30px 0;
  /*border-bottom: 1px solid #ddd;*/
}

.product-tit h2 {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 400; }

.product-tit p {
  line-height: 1.8;
  font-size: 16px;
  color: #a6a6a6;
}

.product-nav {
  text-align: center;
  width: 804px;
  margin: 40px auto 0;
  height: 54px;
/*  border: 1px solid #ddd;*/
  border-radius: 3px; }

.product-nav a {
  display: block;
  float: left;
  width: 180px;
  height: 50px;
  background-color: #F2F2F2;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  /*border: 1px solid #ddd;*/
  color: #666;

}

.product-nav a:first-child {
  border-radius: 3px 0 0 0px; }

.product-nav a:last-child {
  border-radius: 0 3px 0px 0; }

.product-nav a:hover {
  color: rgba(2,160,227,1);
}

.product-nav .on {
  background: rgba(2,160,227,1);
  color: #fff;
}

.product-nav .on:hover {
  /*color: rgba(2,160,227,1);*/
  color: #fff;
}

/* end 标题 */
/* 内容盒子,标题 */
.product-con {
  padding-top: 0px;
}

.product-con .pro-con-tit {
  text-align: center; }

.product-con .pro-con-tit h2 {
  font-size: 38px;
  text-align: center;
  font-weight: 400; }

.product-con .pro-con-tit p {
  margin-top: 20px;
  text-align: center;
  line-height: 24px;
  color: #999;
  font-size: 16px; }

/* end 内容盒子,标题 */
/* end 二级页面公用样式 */
/*确定 取消按钮*/
.b-btn {
  text-align: center; }

.b-btn a {
  width: 148px;
  height: 38px;
  text-align: center;
  display: block;
  line-height: 38px;
  font-size: 16px;
  border-radius: 20px;
  border: 1px solid transparent;
  margin: 0 auto;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out; }

.b-btn .sav {
  background: #e5004f;
  color: #fff; }

.sav:hover {
  background: #d10048; }

.can {
  border-color: #e4e4e4 !important;
  background: #fff;
  color: #666; }

.can:hover {
  border-color: transparent !important;
  background: #e5004f;
  color: #fff; }

/*end 确定 取消按钮*/
/*页码*/
.pages {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center; }

.pages .page-panel {
  vertical-align: top;
  text-align: center;
  display: inline-block; }

.pages .page-panel a {
  margin-left: 5px;
  display: inline-block;
  padding: 3px 8px;
  min-width: 28px;
  height: 24px;
  line-height: 24px;
  _width: 28px;
  word-break: keep-all;
  border: 1px solid #ededed;
  vertical-align: top;
  background: #fff; }

.pages .page-panel a:hover, .pages .page-panel .on {
  background: rgba(2,160,227,1);
  color: #fff;
  border-color: rgba(2,160,227,1); }

.pages .page-panel span {
  display: inline-block;
  width: 30px;
  line-height: 24px;
  vertical-align: top; }

.pages .page-panel input {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  text-align: center;
  padding-left: 0;
  border-color: #ededed; 
  vertical-align: top;}

.pages .page-panel .prev, .pages .page-panel .next {
  padding: 3px 13px; }

/*end 页码*/
/*底部*/
.foot {
	background-color: #ffffff;
  border-top: 1px solid #f5f5f5; }

.foot .foot-up {
  width: 1200px;
  margin: 40px auto 0;
  border-bottom: 1px dotted #eee;
  padding-bottom: 40px; }

.foot .foot-up dl {
  width: 25%;
  float: left; }

.foot .foot-up dl dt {
  float: left;
  margin: 0 10px 0 50px;
  width: 45px;
  height: 45px;
  background: url(../images/foot-img.png) no-repeat; }

.foot .foot-up dl .duo {
  background-position: -5px -5px; }

.foot .foot-up dl .kuai {
  background-position: -55px -5px; }

.foot .foot-up dl .hao {
  background-position: -105px -5px; }

.foot .foot-up dl .sheng {
  background-position: -155px -5px; }

.foot .foot-up dl dd b {
  font-size: 18px; }

.foot .foot-up dl dd em {
  font-size: 14px;
  color: #666; }

.foot .foot-middle {
  width: 1200px;
  margin: 20px auto 0; }

.foot .foot-middle .left {
  float: left;
  width: 60%; }

.foot .foot-middle .left ul {
  float: left;
  width: 25%; }

.foot .foot-middle .left ul li {
  line-height: 22px;
  margin-left: 40px; }

.foot .foot-middle .left ul li b {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 40px; }

.foot .foot-middle .left ul li a {
  color: #666; }

.foot .foot-middle .left ul li a:hover {
  color: #333; }

.foot .foot-middle .right {
  float: right;
  width: 40%; }

.foot .foot-middle .right ul {
     float: right;
    width: 50%;
    margin-top: 13px; }

.foot .foot-middle .right ul li {
  line-height: 22px;
  font-size: 12px;
  color: #666;
  margin-left: 10px;
  margin-bottom: 10px; }

.foot .foot-middle .right ul li b {
  font-size: 16px;
  vertical-align: middle;
  color: #333; }

.foot .foot-middle .right ul li em {
  color: #333;
  font-family: tahoma; }

.foot .foot-middle .right ul li a {
  display: block;
  height: 25px;
  line-height: 23px;
  margin-left: 25px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 6px; }

.foot .foot-middle .right ul li a i {
  display: block;
  float: left;
  width: 25px;
  height: 15px;
  background: url(../images/foot-img.png) no-repeat;
  background-position: -5px -55px;
  margin: 5px 10px 0 0; }

.foot .foot-middle .right ul li a:hover {
  text-decoration: underline; }

.foot .foot-middle .right dl {
  margin-top: 13px;
  float: right;
  text-align: center;
  width: 20%; }

.foot .foot-middle .right dl dt.wechat {
	background: url(../images/foot-img.png) no-repeat;
	background-position: -100px -60px;
}


.foot .foot-middle .right dl dt {
  width: 100px;
  height: 95px;
  margin: 0 auto; }
  
.foot .foot-middle .right dl dt > img {
  padding-top:10px;
  max-width: 65px;
  max-height: 65px;
}

.foot .foot-down {
  background: #25292e;
  margin-top: 20px;
  padding: 20px 0; }

.foot .foot-down p {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center; }

.foot .foot-down p a {
  color: #666; 
  margin: 0 5px;
  display: inline-block;
  }
.foot .foot-down p a:hover {
  color: #ccc; }

.foot .foot-down p em {
  color: #666;
 }

.foot .foot-down p span {
  color: #666;
  margin: 5px; }

/*end 底部*/

/*# sourceMappingURL=common.css.map */
