* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  min-height: 100%;
  /* overflow-x: hidden; */
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
}
body {
  font-size: 14px;
  font-family: 微软雅黑;
  font-style: normal;
  position: relative;
}
a {
  text-decoration: none;
}
a,
button {
  cursor: pointer;
}
a,
a:hover {
  transition: background 0.5s linear;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
}
/* em,
i {
  font-style: normal;
} */
ul,
ol,
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
:focus {
  outline: none;
}
input,
select,
textarea,
button {
  outline: none;
  border: none;
  background: none;
}
textarea {
  resize: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;

  margin: 0;
}
/* p {
  line-height: 22px;
} */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
  height: 0px;
  width: 100%;
  overflow: hidden;
}
.position {
  position: relative;
  text-align: justify;
}
.text-justify{
  text-align: justify;
}
/*公共样式*/

/* 内容宽度固定 */

.container{
  width: 1200px;
  margin: 0 auto;
}
/* 头部 */
.header{

}
.header .header-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
    .header .header-top .right {
        display: flex;
        justify-content: space-between;
        min-width: 946px;
    }
    .header .header-top .right .ea {
        line-height: 80px;
        height: 80px;
    }
       
        
.header .header-top .right .link-item{
  display: flex;
}
.header .header-top .right .link-item .div1{
  min-width: 110px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-align: center;
  padding: 0 8px;
  box-sizing: border-box;
}
.header .header-top .right .link-item  .link{
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  color: #666666;
}
.header .header-top .right .link-item  .link.linka{
  background: #d50701;
  color: #fff;
}
.header .header-top .right  .div1{
  position: relative;
}
.header .header-top .right  .pull a{
  font-size: 14px;
  color: #666666;
  display: block;
  width: 100%;
  text-align: center;
  line-height: normal;
  margin-bottom: 20px;
}
.header .header-top .right .pull a:hover{
  color: #d50701;
}
.header .header-top .right  .pull a:nth-last-child(1){
  margin-bottom: 0;
}
    .header .header-top .right .pull {
        background: #f2f2f3;
        padding: 20px 5px;
        position: absolute;
        top: 80px;
        min-width: 120px;
        display: none;
        z-index: 2;
        left: -9px;
        /* margin-bottom: 20px; */
    }
    .header .header-top .right .ea .span1 {
        font-size: 16px;
        color: #666666;
        margin-right: 10px;
    }
    .header .header-top .right .ea .link {
        color: #d50701;
    }
.header .header-top .right  .ea{
  line-height: 80px;
  height: 80px;
}
.header .header-top .right  .ea .span2{
  font-size: 16px;
  color: #d50701;
  padding-left: 28px;
  background: url(../img/phone.png) no-repeat left center;
  margin-left: 14px;
  position: relative;
}
.header .header-top .right  .ea .span2::after{
  position: absolute;
  content: ' ';
  background: #999999;
  width: 2px;
  height: 22px;
  left: -16px;
  top: 0;
}
.header .header-top .right .div1:hover .pull{
  display: block;
}
/* banner */
.banner img{
  width: 100%;
}
.banner  .banner-pagination  .swiper-pagination-bullet{
   width: 18px;
   height: 18px;
   background: #fff;
   opacity: 1;
}
.banner  .banner-pagination .swiper-pagination-bullet-active{
  width: 48px;
  height: 18px;
  background: #d50701;
  border-radius: 10px;
}
.bottom{
  background: #252424;
  border-top: 4px solid #252b77;
  
}
.bottom {}
.bottom .b-top{
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 70px;
}
.bottom .b-top .div1{
  margin-right: 10px;
}
.bottom .b-top .div1 .p1{
  font-size: 16px;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.bottom .b-top .div1 .p1::after{
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background:#fff;
  bottom: 0;
  left: 0;
}
.bottom .b-top .div1 .p2{
  margin-bottom: 18px;
}
.bottom .b-top .div1 .p2:nth-last-child(1){
  margin-bottom: 0;
}
.bottom .b-top .div1 .p2 a{
  font-size: 14px;
  color: #999999;
}
.bottom .b-top .div2 .p2{
  margin-bottom: 14px;
}
.bottom .b-top .div2 .p2:nth-last-child(1){
  margin-bottom: 0;
}
.bottom .b-top .div2 .p1{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}
.bottom .b-top .div2 .p2{
  font-size: 14px;
  color: #999999;
}
.bottom .b-top .div3 p{
  font-size: 16px;
  color: #fff;
  margin-top: 16px;
  text-align: center;
}
.bottom .b-bottom{
  background: #383838;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
    .bottom .b-bottom a {
        color: #ffffff;
    }
    .bottom .b-top .div2 .p2 img {
        margin-right: 12px;
    }
.bottom .b-top .div2 .p1 img{
  margin-right: 8px;
}
/* 导航 */
.nav{
  border-bottom: 1px solid #dddddd;
}
.nav  .nav-bar {
  justify-content: space-between;
  display: flex;
}
.nav .nav-left{
  display: flex;
}
.nav .nav-left a{
  height: 64px;
  /* line-height: 64px; */
  min-width: 140px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  border-left: 1px solid #dddddd;
  padding: 0 8px;
  box-sizing: border-box;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  align-content: center;
  align-items: center;
}
.nav .nav-left a:nth-last-child(1){
  border-right: 1px solid #dddddd;
}
.nav .nav-left a.link{
  background: #d50701;
  color: #fff;
}
.nav .nav-ri{
  display: flex;
  height: 64px;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  max-width: 360px;
}
.nav .nav-ri a{
  font-size: 14px;
  color: #666666;
  position: relative;
  padding-right: 10px;
  margin-left: 10px;
  white-space: nowrap;
}

.nav .nav-ri a::before{
  position: absolute;
  content: '>';
  left:-12px;
}
.nav_home::before {
    display:none;
}

.ti {
    font-size: 36px;
    color: #333333;
    text-align: center;
    padding-top: 68px;
    padding-bottom: 60px;
}
/* 翻页 */
.pagination {
  display: flex;
  font-size: 16px;
  color: #666666;
  justify-content: center;
}
.pagination .el-pager{
  display: flex;
}
.pagination .el-pager  li{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 14px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.pagination .el-pager  li.active{
  background: #d12a3d;
  color: #fff;
  border: 1px solid #d12a3d;
}

.pagination .btn-prev{
  width: 102px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dddddd;

}
.pagination .btn-next{
  width: 102px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 14px;
  border: 1px solid #dddddd;

}
.header .ea #down {
    display: inline-block;
    height: 12px;
    right: 0;
    width: 12px;
    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);
    cursor: pointer;
    margin-right: 7px;
}
.down_list {
    width: 120px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 54px;
    display: none;
    z-index: 10;
    background-color: #fff;
}
.language_list a {
    color: #333;
    width: 100%;
    display: inline-block;
    line-height: 38px;
}

.language_list .active a {
    color: #fff;
    background-color: #d50701;
}
.language_list li{
    line-height:38px;
}
.language {
    position: relative;
}

.downlist a {
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
}