html {
  font-family: Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Pingfang SC, Microsoft Yahei, \\5fae\8f6f\96c5\9ed1,
    WenQuanYi Micro Hei, sans-serif;
}
a,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
legend,
li,
mark,
ol,
p,
section,
span,
strong,
textarea,
time,
ul,
var input {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body,
html {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
fieldset,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
a,
button,
cite,
code,
del,
em,
img,
label,
mark,
small,
strong,
textarea,
time,
var {
  display: inline-block;
}
footer,
header,
section {
  position: relative;
}
ol,
ul {
  list-style: none;
}
button,
input,
textarea {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  background-color: transparent;
}
span {
  display: inline-block;
}
a:active,
a:hover {
  outline: 0;
}
a,
a:visited {
  text-decoration: none;
}
.wordWrap,
label {
  word-wrap: break-word;
  word-break: break-all;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
textarea {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
button:focus {
  outline: none;
}

body{
  font-family: '微软雅黑';
}
/* 间距 */
.container{
  padding-left: 2%;
  padding-right: 2%;
  width:100%;
  box-sizing: border-box;
}
.ncontainer{
  width: 1200px;
  margin: 0 auto;
}

/* 头部 */
.header .h-nav{
 border-bottom: 1px solid #e6e6e6;

  
}
.header .h-nav .ncontainer{
  height: 42px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header .h-nav .left{
  font-size: 12px;
  color: #999999;
}
.header .h-nav .right{
  display: flex;

}
.header .h-nav .right .search{
  width: 204px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  height: 22px;
  line-height: 22px;
  display: flex;
  justify-content: space-between;
}
.header .h-nav input{
  font-size: 12px;
  color: #b8b8b8;
  padding-left: 10px;
}
.header .h-nav .btn{
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
}
.header .list-top span {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #a2a2a2;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
.header .linkActive .list-top span {
  vertical-align: middle;
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #a2a2a2;
  border-top: none;
}
.header .h-nav .linka-text{
  font-size: 12px;
  color: #999999;
  display: inline-block;
}
.header .h-nav .linka-text a{
  color: #999999;
}
.header .h-nav .inquiry{
  font-size: 12px;
  color: #999999;
  padding: 0 12px;
  line-height: 20px;
  position: relative;
  margin-left: 14px;
}
.header .h-nav .inquiry::after{
  content: ' ';
  position: absolute;
  width: 1px;
  height: 100%;
  background:#c6c6c6;
  left: 0;
  top: 0;
}
.header .h-nav .linka{
  position: relative;
  padding-left:12px;
  z-index: 2;
}
.header .h-nav .linka::after{
  content: ' ';
  position: absolute;
  width: 1px;
  height: 100%;
  background:#c6c6c6;
  left: 0;
  top: 0;
}
.header .h-nav .linka .list-top{
  height: 100%;
  display: flex;
  align-items: center;
}

.header .h-nav .list{
  font-size: 12px;
  color: #999999;
  background: #fff;
  position: absolute;
  top: 32px;
  width: 100%;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-bottom:none;
  display: none;
}
.header .h-logo .linkActive .list {
  display: block;
}
.header .h-logo .search .span1{
  cursor: pointer;
}
.header .h-logo .list a{
  font-size: 12px;
  color: #999999;
  padding: 3px 0;
}
.header{
  margin-top: 30px;
}
.header .h-logo{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 0;
  position: relative;
}
.header .h-logo .list{
  font-size: 12px;
  color: #999999;
  background: #fff;
  position: absolute;
  top: 32px;
  width: 100%;
  text-align: center;
  border: 1px solid #e6e6e6;
  /* border-bottom:none; */
  display: none;
}
.header .h-logo .logo{
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .h-logo .right{
 height: 25px;
}
.header .h-logo .search{
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  margin-left: 16px;
}
.header .h-logo .linka{
  position: relative;
  padding-left: 12px;
  z-index: 2;
  display: inline-block;
}
.header .h-logo .linka-text{
  font-size: 12px;
  color: #999999;
  display: inline-block;
}
.header .h-logo .h-center{
  margin: 0 36px;
}
.header .h-logo .p1{
  font-size: 28px;
  color: #333333;
  text-align: center;
  margin-bottom: 14px;
}
.header .h-logo .p2{
  width: 616px;
  font-size: 14px;
  color:#333333;
  text-align: center;
  background: url(../images/hen.png) no-repeat center;
  background-size: auto;
}
.header .navigate {
  margin-top: 10px;
}
.header .navigate .a1{
  font-size: 16px;
  color: #333333;
  
}
.header .navigate .a1 span{
  display: inline-block;
  height: 14px;
  right: 0;
  width: 14px;
  border-width:0 2px 2px  0;
  border-color: #242424;
  border-style: solid;
  -webkit-transform: matrix(0.51, 0.51, -0.51, 0.51, 0, 0);
  transform: matrix(0.51, 0.51, -0.51, 0.51, 0, 0);
  margin-left: 10px;
}
.header .navigate .ncontainer{
  display: flex;
}
.header .navigate .item{
  position: relative;
  z-index: 2;
  height: 60px;
  line-height: 60px;
  margin-right: 74px;
}
.header .navigate .item:nth-last-child(1){
  margin-right: 0;
}
.header .navigate .item:nth-child(1){
  padding-left: 0;
}
.header .navigate .item:nth-last-child(1){
  padding-right: 0;
}
.header .navigate .item .div1{
  position: absolute;
  width: 260px;
  top: 60px;
  left: -38px;
  background: #fff;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  font-size: 0;
  display: none;
}
.header .navigate .item .div1 a{
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 46px;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
  font-size: 14px;
  color: #666666;
}
.header .navigate .item .div1 span{
  margin-right: 8px;
}
.header .navigate .item .div1 a:nth-last-child(1){
  margin-bottom: 0;
}
.header .navigate .item .link{
  color: #45bdc6;
}
.header .navigate .item .div1 .link{
  color: #45bdc6;
}
.header .navigate .item .div1 .link span{
  color: #45bdc6;
}
.header .navigate .item .div1 a:hover{
  color: #45bdc6;
}
.header .navigate .item .div1 a:hover span{
  color: #45bdc6;
}
.header .navigate .active .div1{
  display: block;
}
.header .navigate .active .a1 span{
  border-width: 2px 0 0 2px;
  border-color: #45bdc6;
  vertical-align: middle;
}
.header .navigate .active .a1{
  color:#45bdc6 ;
}
.mobile-header{
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 999;
}
.mobile-header .header-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
.mobile-header .header-top .logo{
  width: 100px;
}
.mobile-header .header-top .right{
  display: flex;
}
.mobile-header .menu img{
  width: 24px;
}
.mobile-header .search{
  margin: 0 10px;
  height: 18px;
  width: 18px;
}
.mobile-header .search img{
  width: 100%;
  height: 100%;
}
.mobile-header .right img{

}
.mobile-header .menu{
  width: 24px;
  height: 18px;
}
.mobile-header .right a{
  font-size: 14px;
}
.mobile-header .menu-list{
  position: absolute;
  width: 100%;
  top:  49px;
  left: 0;
  z-index: 3;
  background: #fff;
  display: none;
}
.mobile-header .menu-list .a1{
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0 2%;

}
.mobile-header .menu-list .item{
  border-bottom: 1px solid #e6e6e6;
}
.mobile-header .menu-list .div1{
  display: none;
}
.mobile-header .menu-list .div1 a{
  font-size: 14px;
  display: block;
  padding: 0 4%;
  height: 35px;
  line-height: 35px;
}
.mobile-header .menu-list .a1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-header .menu-list .a1 span{
  display: inline-block;
  height: 14px;
  right: 0;
  width: 14px;
  border-width: 0 2px 2px 0;
  border-color: #242424;
  border-style: solid;
  -webkit-transform: matrix(0.51, 0.51, -0.51, 0.51, 0, 0);
  transform: matrix(0.51, 0.51, -0.51, 0.51, 0, 0);
  margin-left: 10px;
}
.mobile-header .menu-list .active .a1 span{
  border-width: 2px 0 0 2px;
  vertical-align: middle;
}
.mobile-header .menu-list .active .div1{
  display: block;
}
.mobile-header .menu-list .item .link{
  color: #45bdc6;
}
.mobile-header .menu-list .item .link span{
  color: #45bdc6;
}
.search-list{
  width: 100%;
  top: 49px;
  position: absolute;
  z-index:2;
  background: #fff;
  padding: 10px 0;
  display: none;
}
.search-list .div1{
  display: flex;
  width: 80%;
  margin: 0 auto;
}
.search-list input{
  width: 80%;
  height: 30px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
  padding: 0 10px;
  box-sizing: border-box;
}
.search-list .sear {
  color: #666666;
  background: #dedede;
  cursor: pointer;
  width: 20%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
/* banner */
.banner {
    font-size: 0;
    /*margin-top: 50px;*/
    /* margin-top: 10px; */
}
.banner img{
  width: 100%;
}
.banner .banner-pagination .swiper-pagination-bullet{
  width: 18px;
  height: 18px;
  background: url(../images/a.png);
  background-size: 100% 100%;
  opacity: 1;
}
.banner .banner-pagination .swiper-pagination-bullet-active{
  background: url(../images/a1.png);
  background-size: 100% 100%;
}
/* 底部 */
.bottom .b-top{
  background: #4f4f4f;
  padding-top: 44px;
}
.bottom .b-top h1{
  font-size: 20px;
  color: #ffffff;
}
.bottom .b-top .div1{
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.bottom .b-top .div1 .left,
.bottom .b-top .div1 .right{
  display: flex;
  align-items: center;
}
.bottom .b-top .div1 .left .name{
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}
.bottom .b-top .div1 .right .name{
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}
.bottom .b-top .div1 .left p{
  font-size: 15px;
  color: #cbcbcb;
  line-height: 26px;
}
.bottom .b-top .div1 .left p span{
  font-size: 15px;
  color: #cbcbcb;
  vertical-align: top;
}
.bottom .b-bottom{
  background: #282828;
  font-size: 14px;
  color: #999999;
  text-align: center;
  padding: 20px 0;
}
.bottom .b-top .div1 .right p{
  font-size: 15px;
  color: #cccccc;
}
.bottom .b-top .div1 .right .wenzi img{
  vertical-align: middle;
  margin-right: 8px;
}
.bottom .b-top .div1 .right .ewm p{
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin-top: 6px;
}
.bottom .b-top .div1 .left .wenzi{
  margin-left: 44px;
}
.bottom .b-top .div1 .right .wenzi{
  margin-right: 44px;
}
/* 浮层 */
.floating{
  position: fixed;
  right: 0;
  bottom: 10%;
  font-size: 0;
  z-index: 999;
}
.floating a{
  display: block;
  margin-bottom: 4px;
  position: relative;
}
.floating  .div1{
  position: absolute;
  right: 60px;
  top: 0;
  padding: 6px;
  box-sizing: border-box;
  background-color: rgb(222 222 222);
  display: none;
}
.floating  a:hover .div1{
  display: block;
}
.floating  .div2{
  font-size: 12px;  
  height: 56px;
  line-height: 56px;
  width: 92PX;
  padding: 0;
  text-align: center;
}
.floating  .div1 img{
  width: 80px;
  height: 80px;
}
/* 导航 */
.daohan{
  height: 56px;
  line-height: 56px;
  background: #f2f2f2;
}
.daohan .ncontainer{
  align-items: center;
  display: flex;
  font-size: 14px;
  color: #666666;
}
.daohan .ncontainer a{
  font-size: 14px;
  color: #666666;
  position: relative;
  padding: 0 8px;
}
.daohan .ncontainer a:nth-child(2){
  padding-left: 0;
}
.daohan .ncontainer a::after{
  position: absolute;
  right:-4px;
  content: '>';
}
.daohan .ncontainer a:nth-last-child(1)::after{
  display: none;
}
.daohan .ncontainer img{

}
.daohan .ncontainer img{
  margin-right: 8px;
}
/* 分页 */
.pagination{
  display: flex;
  justify-content: center;
}
.pagination .el-pager{
  display: flex;
}
.pagination .el-pager .number{
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #cecece;
  margin: 0 4px;
}
.pagination .btn-prev,
.pagination .btn-next{
  width: 70px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 13px;
  color: #666666;
  border: 1px solid #cecece;
  margin: 0 4px;
}
.pagination a{
  width: 100%;
  height: 100%;

}
.pagination .el-pager  .active{
  background: #45bdc6;
  border: 1px solid #45bdc6;
  color: #fff;
}
.pagination .el-pager .active a{
  color: #fff;
}
.pagination .more{
  margin: 0 4px;
}
.pagination .firstpage,
.pagination .lastpage{
  width: 56px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 13px;
  color: #666666;
  border: 1px solid #cecece;
  margin: 0 4px;
}
/* 导航 */
.daohan{

}
.turnpage {
  display: flex;
  justify-content: space-between;
}
.turnpage a{
  width: 49%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ebebeb;
  overflow: hidden;
  text-overflow:ellipsis; 
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .header{
    display: block;
  }
  .mobile-header{
    display: none;
  }
}
@media (max-width: 1200px){
  .container {
    padding: 0 2%;
  }
  .ncontainer {
    width: auto;
    padding: 0 2%;
  }
  .header{
    display: none;
  }
  .mobile-header{
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 0px){
  .bottom .b-top h1{
    font-size: 15px;
  }
  .bottom .b-top .div1{
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .bottom .b-top{
    padding-top: 20px;
  }
  .bottom .b-top .div1 .left, 
  .bottom .b-top .div1 .right{
    width:87%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .bottom .b-top .div1 .left img{
    width: 100px;
  }
  .bottom .b-top .div1 .left .name{
    font-size: 15px;
  }
  .bottom .b-top .div1 .left p,
  .bottom .b-top .div1 .left p span{
    font-size: 12px;
  }
  .bottom .b-top .div1 .left .wenzi{
    margin-left: 20px;
  }
  .bottom .b-top .div1 .right .name{
    font-size: 15px;
  }
  .bottom .b-top .div1 .right p{
    font-size: 12px;
  }
  .bottom .b-top .div1 .right .wenzi img{
    width: 20px;
    height: 20px;
  }
  .bottom .b-top .div1 .right .wenzi{
    margin-right: 82px;
  }
  .bottom .b-top .div1 .right .ewm p{
    font-size: 12px;
  }
  .bottom .b-top .div1 .right{
    margin-top: 20px;
  }
  .bottom .b-bottom {
    font-size: 12px;
    padding: 10px 0;
  }
  .floating{
    display: none;
  }
  .banner .banner-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }
  .pagination .firstpage, .pagination .lastpage{
    font-size: 12px;
    width: 40px;
    height: 30px;
    line-height: 30px;
  }
  .pagination .btn-prev, .pagination .btn-next{
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 60px;
  }
  .pagination .el-pager .number{
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .daohan{
    display: none;
  }
  .turnpage a{
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
}

.header .serch-hide{
  display: inline-block;
}
.header .serch-hide .div1{
  display: none;
}
.header .serch-hide input{
  padding: 0 10px;
  box-sizing: border-box;
  width: 160px;
  font-size: 14px;
  border: solid 1px #45bdc6;
}
.header .serch-hide .btn{
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}