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 #d12a3d;
  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 #d12a3d;
  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 .linkActive .list {
  display: block;
}
.header .h-nav .list .country{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.header .h-nav .list a{
  font-size: 12px;
  color: #999999;
  
}
.header .h-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.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(../img/hen.png) no-repeat center;
  background-size: auto;
}
.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: 40px;
}
.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: #da251d;
}
.header .navigate .item .div1 .link{
  color: #da251d;
}
.header .navigate .item .div1 .link span{
  color: #da251d;
}
.header .navigate .item .div1 a:hover{
  color: #da251d;
}
.header .navigate .item .div1 a:hover span{
  color: #da251d;
}
.header .navigate .active .div1{
  display: block;
}
.header .navigate .active .a1 span{
  border-width: 2px 0 0 2px;
  border-color: #da251d;
  vertical-align: middle;
}
.header .navigate .active .a1{
  color:#da251d ;
}
.title{
  padding-top: 50px;
  padding-bottom: 40px;
}
.title p{
 font-size: 32px;
 color: #333333;
 text-align: center;
}
.title img{
  width: 300px;
  margin: 0 auto;
  display: block;
}
.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: #da251d;
}
.mobile-header .menu-list .item .link span{
  color: #da251d;
}
.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;
}
.banner img{
  width: 100%;
}
.banner .banner-pagination .swiper-pagination-bullet{
  width: 18px;
  height: 18px;
  background: url(../img/a.png);
  background-size: 100% 100%;
  opacity: 1;
}
.banner .banner-pagination .swiper-pagination-bullet-active{
  background: url(../img/a1.png);
  background-size: 100% 100%;
}
/* 底部 */
.bottom{
  border-top: 1px solid #e6e6e6;
}
.bottom .b-top {
  padding: 4% 0;
  border-bottom: 1px solid #e6e6e6;
  
}
.bottom .b-top .ncontainer{
  display: flex;
  align-items:center;
  justify-content: space-between;
}
.bottom .b-top .ncontainer .right{
  width: 80%;
  display: flex;
  justify-content: flex-end;
}
.bottom .b-top .ncontainer .right .div1{
  margin-right: 10%;
}
.bottom .b-top .ncontainer .right .div1:nth-last-child(1){
  margin-right: 0;
}
.bottom .b-top .ncontainer .right .p1{
  font-size: 16px;
  color: #000000;
  text-transform:uppercase;
  margin-bottom: 10px;
}
.bottom .b-top .ncontainer .right a{
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}
.bottom .b-top .ncontainer .right a img{
  margin-right: 4px;

}
.bottom .b-bottom{
  padding: 1% 0;
}
.bottom .b-bottom .ncontainer{
  display: flex;
  justify-content: space-between;
}
.bottom .b-bottom span{
  font-size: 14px;
  color: #666666;
}
.bottom .b-top .ncontainer .img1{
  width: 17%;
}
.bottom .b-top .ncontainer .right a:hover{
  color: #da251d;
}
/* 浮层 */
.floating{
  position: fixed;
  right: 0;
  bottom: 10%;
  font-size: 0;
  z-index: 999;
}
.floating a{
  display: block;
  margin-bottom: 10px;
}
/* 导航 */
.daohan{
  height: 50px;
  line-height: 50px;

  background: #f4f4f4;
}
.daohan .ncontainer{
  align-items: center;
  display: flex;
}
.daohan .ncontainer a{
  font-size: 14px;
  color: #999999;
  position: relative;
  padding: 0 8px;
}
.daohan .ncontainer a::after{
  position: absolute;
  right:-4px;
  content: '>';
}
.daohan .ncontainer a:nth-last-child(1)::after{
  display: none;
}
.daohan .ncontainer img{

}
/* 分页 */
.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: 44px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #cecece;
  margin: 0 4px;
}
.pagination a{
  width: 100%;
  height: 100%;

}
.pagination .el-pager  .active{
  background: #da251d;
  border: 1px solid #da251d;
  color: #fff;
}
.pagination .el-pager .active a{
  color: #fff;
}
.pagination .more{
  margin: 0 4px;
}
@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){
  .title p{
    font-size: 18px;
  }
  .title{
    padding: 20px 0;
  }
  .bottom .b-bottom span{
    font-size: 12px;
  }
  .bottom .b-top .ncontainer{
    flex-wrap: wrap;
  }
  .bottom .b-top .ncontainer .img1{
    width: 100px;
    margin: 0 auto;
  }
  .bottom .b-top .ncontainer .right{
    display: none;
    width: 100%;
  }
  .bottom .b-top .ncontainer .right .p1{
    font-size: 14px;
  }
  .bottom .b-top .ncontainer .right a{
    font-size: 12px;
  }
  .bottom .b-top .ncontainer .right .div1{
    margin-right: 1%;
    width:49%;
  }
  .bottom .b-top .ncontainer .right{
    flex-wrap: wrap;
  }
  .bottom .b-bottom span:nth-child(1){
    width: 67%;
  }
  .bottom .b-bottom span{
    display: block;
  }
  .bottom .b-bottom{
    padding: 10px 0;
  }
  .banner .banner-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }
  .floating{
    display: none;
  }
  .daohan{
    display: none;
  }
}
.floating a{
  position: relative;
}
.floating a .div1{
  position: absolute;
  right:70px;
  top: 0;
  background: #da251d;
  padding: 6px;
  display: none;
}
.floating a:hover .div1{
  display: block;
}
/*
.header .navigate .item:nth-child(4) .div1 a{
  padding-left: 16px;
} */
.header .navigate .item:nth-child(4) .div1 .pull a{
  padding-left:66px;
}

.header .navigate .ncontainer{
  justify-content: center;
}