.top {
  margin-top: 50px;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.top > .wd_1200 > .left {
  margin-top: 1px;
  float: left;
  width: 255px;
  border-bottom: 2px solid #5faeff;
}
.top > .wd_1200 > .location {
  float: right;
}
.top > .wd_1200 > .left > .tit_en {
  font-family: '微软雅黑';
  font-size: 16px;
}
.top > .wd_1200 > .left > .tit_cn {
  padding-top: 8px;
  padding-bottom: 13px;
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
}
.top > .wd_1200 > .location {
  margin-top: 43px;
  font-size: 14px;
}
.top > .wd_1200 > .location a {
  color: #333;
}
.top > .wd_1200 > .location a:hover {
  color: #007efe;
}
.m_content {
  padding-top: 1px;
}
.m_content > .left {
  float: left;
  width: 255px;
}
.m_content > .right {
  float: right;
}
.m_content > .left > .pro_cols {
  margin-top: 24px;
}
.m_content > .left > .pro_cols > ul > li {
  margin-bottom: 2px;
}
.m_content > .left > .pro_cols > ul > li > a.active {
  background: #5faeff url(../img/right_arrow3.png) no-repeat right center;
}
.m_content > .left > .pro_cols > ul > li > a.active:hover {
  color: #333;
}
.m_content > .left > .pro_cols > ul > li > a {
  display: block;
  padding-left: 25px;
  background: #f5f5f5 url(../img/right_arrow4.png) no-repeat right 15px center;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
}
.m_content > .left > .recommoned_pro {
  margin-top: 18px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 2px solid #5faeff;
}
.m_content > .left > .recommoned_pro > .tit {
  margin: 0 20px;
  line-height: 45px;
  font-size: 16px;
}
.m_content > .left > .recommoned_pro > ul {
  margin: 0 20px;
  padding-bottom: 10px;
}
.m_content > .left > .recommoned_pro > ul > li {
  padding: 0 15px;
  border-top: 1px solid #ddd;
}
.m_content > .left > .recommoned_pro > ul > li > a > .img_box {
  margin: 8px 0;
  height: 180px;
  width: 180px;
}
.m_content > .left > .recommoned_pro > ul > li > a > .img_box > img {
  width: 100%;
  height: 100%;
}
.m_content > .left > .recommoned_pro > ul > li > a > .tit {
  margin: 7px 0;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.m_content > .left > .recommoned_pro > ul > li > a:hover > .tit {
  color: #007efe;
}
.m_content > .right {
  width: 945px;
}
.m_content > .right > ul {
  float: right;
  width: 900px;
}
.m_content > .right > ul > li {
  float: left;
  margin-top: 24px;
  margin-left: 20px;
  width: 280px;
}
.m_content > .right > ul > li > .img_box {
  display: block;
  width: 276px;
  height: 276px;
  line-height: 276px;
  text-align: center;
}
.m_content > .right > ul > li > .img_box > img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.m_content > .right > ul > li > .pro_tit {
  display: block;
  margin-top: 7px;
  text-align: center;
  padding: 0 8px;
  line-height: 22px;
  font-size: 16px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m_content > .right > nav[aria-label="Page navigation"] {
  float: left;
  margin-top: 35px;
  width: 100%;
}
.m_content > .right > nav[aria-label="Page navigation"] > .pagination > li > a {
  margin-right: 7px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  font-family: "黑体";
}
.m_content > .right > nav[aria-label="Page navigation"] > .pagination > li.active > a {
  cursor: pointer;
}
.m_content > .right > nav[aria-label="Page navigation"] > .pagination > li.active > a,
.m_content > .right > nav[aria-label="Page navigation"] > .pagination > li > a:hover {
  background-color: #e3f4fe;
  border: 1px solid #007efe;
  color: #007efe;
}




@media screen and (max-width: 768px){

  .top{

    margin-top: 20px;

  }

  .top > .wd_1200 > .left{
    display: none;
  }

  .top > .wd_1200 > .location{
    padding-left: 15px;
    padding-bottom: 15px;
    float: left;
    margin-top: 0;
  }

  .m_content{
    padding-top: 0;
  }

  .m_content > .left > .pro_cols{
    margin-top: 0;
  }

  .m_content > .left{
    width: 100%;
    font-size: 14px;
    float: none;
  }

  .m_content > .left > .pro_cols > ul > li > a{
    font-size: 14px;
  }

  .m_content > .left > .recommoned_pro{
    display: none;
  }

  .m_content > .right > ul{
    float: none;
    display: block;
    padding: 0 15px;
    width: auto;
  }

  .m_content > .right{
    float: none;
    width: 100%;
  }


  .m_content > .right > ul > li{
    width: 48%;
        margin-right: 4%;
    margin-left: 0;
  }


  .m_content > .right > ul > li:nth-of-type(even){
    margin-right: 0;
  }

  .m_content > .right > ul > li > .img_box{
    width: 100%;
    height: auto;
  }

  .m_content > .right > ul > li > .img_box{
    line-height: 100%;
  }
  
  .m_content > .right > ul > li > .pro_tit{
    font-size: 14px;
  }

  .pagination{
    text-align: center;
  }

  .pagination > li{
    display: none;

  }
  .pagination{
    width: 100%;
  }
  .pagination > li:first-child,
  .pagination > li:last-child{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 70%;
  }



  .pagination > li > a, .pagination > li > span{
    float: none;
    display: block;
  }

  .pagination > li:first-child{
    margin-bottom: 15px;
  }

  

  .m_content > .right > nav[aria-label="Page navigation"] > .pagination > li:last-child > a{
    border: 1px solid #007efe;
  }
  .pagination > li:last-child>a,.pagination > li:last-child>a>span{
    background-color: #e3f4fe;
    color: #007efe;
  }

  

}

