/*公共样式*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
}

body {
  background: #F0F9FE;
  color: #555555;
  font-family: "微软雅黑";
  font-size: 12px;
  line-height: 22px;
}

.clear {
  clear: both;
}

img {
  width: 100%;
  border: 0 none;
}

a {
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}

a:hover {
  color: #E50056;
  text-decoration: none;
}

ul, li {
  list-style-type: none;
}

del {
  color: #999999;
}
.contentBox {
  width: 1900px;
  margin: auto;
}
/* 头部导航*/
.top-nav {
  width: 60%;
  margin: 0 auto;
  /*left: 20%;*/
  height: 100px;
  line-height: 100px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #262626;
}

.por-logo {
  width: 90px;
  padding-left: 10px;
}

.top-nav .nav-center {
  width: 320px;
  display: flex;
  justify-content: space-between;
}

.top-nav .nav-center .nav-center-bottom {
  background: #27DC92;
  height: 3px;
  width: 100%;
  margin-top: -25px;
  display: none;
}

.top-nav .nav-center .active .nav-center-bottom {
  display: block !important;
}

/*.top-nav .nav-center .active:before {*/
/*content: '';*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 27px;*/
/*z-index: 0;*/
/*width: 33px;*/
/*height: 3px;*/
/*background: #27DC92;*/
/*}*/

.top-nav .nav-center > div {
  position: relative;
  cursor: pointer;
}

.nav-right img {
  width: 35px;
}

/*banner*/
.banner-bg {
  background-image: url("https://camee-media-files.oss-cn-shanghai.aliyuncs.com/2362/2020/06/image/d38b49cc-993e-430b-a266-731d1e6491c1.png");
  background-position: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 850px;
  margin-top: 30px;
}

.banner-bg .banner-bg-text {
  font-size: 68px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 100px;
  padding-top: 160px;
  text-align: center;
}

.banner-bg .banner-bg-tab {
  display: flex;
  margin: auto;
  width: 650px;
  justify-content: space-between;
  margin-top: 80px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

.banner-bg .banner-bg-tab div {
  padding: 3px 15px;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 24px;
  cursor: pointer;
  line-height: 27px;
}

.banner-bg .banner-bg-tab div:hover {
  background: rgba(0, 163, 255, 1);
  border: 2px solid rgba(0, 163, 255, 1);
}

.banner-bg .banner-bg-tab .active {
  background: rgba(0, 163, 255, 1);
  border: 2px solid rgba(0, 163, 255, 1);
}

.banner-bg .banner-bg-tab div img {
  width: 30px;
}

.title-box {
  text-align: center;
  margin-top: 40px;
}

.title-box .title-top {
  font-size: 56px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(38, 38, 38, 1);
  line-height: 42px;
  margin-bottom: 25px;
  letter-spacing: 10px;
}

.title-box .title-bottom {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(56, 56, 56, 1);
  line-height: 42px;
  letter-spacing: 5px;
}

.arrow-box {
  width: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 190px;
  cursor: pointer;
}

.active-a {
  display: block;
}

.active-u {
  display: none;
}

.arrow-box:hover .active-a {
  display: none;
}

.arrow-box:hover .active-u {
  display: block;
}

.arrow-box img {
  width: 62px;
}

/*产品box*/
.product-box {
  background-image: url("https://camee-media-files.oss-cn-shanghai.aliyuncs.com/2362/2020/06/image/236b9f3a-6d52-4510-a0cd-81789dd0cf17.png");
  background-position: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  height: 1900px;
  margin-top: 50px;
  width: 100%;
}

.product-box .product-item {
  width: 810px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 600px;
}

.product-box .img-box {
  width: 475px;
}

.product-box .title-box {
  margin-right: 30px;
  margin-left: 30px;
}

.product-box .title-box .title-box-top {
  font-size: 33px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(38, 38, 38, 1);
  line-height: 69px;
  letter-spacing: 5px;
}

.product-box .title-box .title-box-bottom {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 36px;
  letter-spacing: 2px;
}

/*双师*/
.doubleDivisionBox {
  background-image: url("../imgs/bg2.png");
  background-position: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 1576px;
  margin-top: -30px;
  padding-top: 200px;
  width: 100%;
  position: relative;
}

.item-tabs div {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 43px;
  display: flex;

  align-items: center;
}

.item-tabs div img {
  width: 8px;
  margin-right: 10px;
}

.doubleDivision-item-1, .doubleDivision-item-2 {
  position: absolute;
}

.doubleDivision-item-1 {
  top: 450px;
  left: 547px;
}

.doubleDivision-item-1 .item-tabs {
  background-image: url("../imgs/bg4.png");
  background-position: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 469px;
  height: 289px;
  padding: 60px;
  position: absolute;
  top: 48px;
  z-index: 10;
}

.doubleDivision-item-1 .item-tabs-p {
  width: 270px;
  position: absolute;
  top: 227px;
  left: -112px;
}

.doubleDivision-item-1 .item-tabs-b {
  width: 76px;
  position: absolute;
  top: 500px;
  right: -165px;
}

.doubleDivision-item-2 {
  top: 385px;
  right: 743px;
}

.doubleDivision-item-2 .item-tabs {
  background-image: url("../imgs/bg3.png");
  background-position: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 469px;
  height: 289px;
  padding: 60px;
  position: absolute;
  top: 48px;
  z-index: 10;
}

.doubleDivision-item-2 .item-tabs-p {
  width: 270px;
  position: absolute;
  top: 227px;
  left: -112px;
}

.doubleDivision-item-2 .item-tabs-b {
  width: 76px;
  position: absolute;
  top: 513px;
  right: -60px;
}

.right-title-box {
  text-align: right;
}

.left-title-box {
  text-align: left;
}

/*数据 中心*/
.m-top-20 {
  margin-top: 20px;
}

.dataBox {
  background: #FEF1F2;
  padding-top: 180px;
  margin-top: -141px;
  width: 99.9%;
  padding-bottom: 120px;
}

.dataBox .dataBox-list {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  margin: auto;
  margin-top: 140px;
}

.dataBox .dataBox-list .data-item {
  width: 408px;
  height: 500px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px 0px rgba(249, 175, 170, 0.35);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.dataBox .dataBox-list .data-item .data-item-img {
  width: 110px;
  height: 110px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px 0px rgba(249, 175, 170, 0.35);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}

.dataBox .dataBox-list .data-item .data-item-img img {
  width: 60%;
}

.dataBox .dataBox-list .data-item .data-item-img-c {
  width: 90%;
}

.dataBox .dataBox-list .data-item .data-item-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(184, 28, 37, 1);
  line-height: 33px;
  text-align: center;
}

.dataBox .dataBox-list .data-item .data-item-bottom {
  width: 37px;
  height: 4px;
  background: rgba(184, 28, 37, 1);
  border-radius: 2px;
}

/*登录框*/
.login {
  position: absolute;
  z-index: 999;
  top: 23%;
  right: 20%;
  width: 256px;
  height: 240px;
  background: #434242;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.login {
  background: url(../img/login-bg.png) no-repeat \9;
}

#login {
  display: none;
  width: 300px;
  height: 255px;
  background: #ccc;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  margin-top: -190px;
  margin-left: -150px;
}

.info {
  padding: 20px 0 0 20px;
}

.info p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.username {
  height: 30px;
  line-height: 30px;
  border: none;
  padding-left: 5px;
  border-radius: 4px;
  color: #000;
}

.checkbox input {
  vertical-align: middle;
  line-height: 0;
}

.web-ewm {
  position: absolute;
  top: 23%;
  right: 21%;
  width: 10.1%; /*display: none;*/
}

.web-ewm-top {
  background: rgba(1, 1, 1, 0.2);
  border-radius: 4px;
}

.web-ewm .ban1 {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid white;
  width: 85%;
  margin: 1% auto;
}

.web-ewm .ban1 img {
  width: 18%;
  height: 50%;
  float: left;
  vertical-align: middle;
  margin: 15px 5px 5px 20px;
}

.web-ewm .ban1 span { /*display: inline-block;*/
  padding-left: 2%;
  color: #fff;
  font-size: 15px;
}

.web-ewm .ban2 {
  height: 60px;
  line-height: 60px;
  width: 85%;
  margin: 1% auto;
}

.web-ewm .ban2 img {
  width: 18%;
  height: 50%;
  float: left;
  vertical-align: middle;
  margin: 15px 5px 5px 20px;
}

.web-ewm .ban2 span { /*display: inline-block;*/
  padding-left: 2%;
  color: #fff;
  font-size: 15px;
}

.web-ewm .web-ewm-img {
  padding-bottom: 1%;
}

.web-ewm .web-ewm-img img {
  width: 85%;
  margin: 0 0 10% 8%;
}

.web-ewm p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.nav-list li:hover .web-ewm { /*display: block;*/
}

/*隐藏的微信群二维码*/
.web-diswx {
  position: absolute; /*top: 50%;right: 50%;*/
  width: 200px;
  display: none;
  background: white;
  border-radius: 4px;
}

.web-bgxx {
  border-radius: 4px;
}

.web-diswx .web-sp {
  width: 200px;
  height: 80px;
  border-radius: 4px;
}

.web-diswx .web-sp span {
  position: absolute;
  bottom: 85%;
  left: 20%;
  color: black;
  font-size: 20px;
}

.web-diswx .web-bgxx .picc {
  border-top: 1px solid #c5c1b8;
}

.web-diswx .web-bgxx .picc img {
  width: 170px;
  height: 170px;
  float: left;
  vertical-align: middle;
  margin: 45px 15px;
}

.nav-list li:hover .web-diswx {
  display: block;
}

.web-bgxx {
  border-radius: 4px;
}

.web-disqq .web-qp {
  width: 200px;
  height: 80px;
  border-radius: 4px;
}

.web-disqq .web-qp span {
  position: absolute;
  bottom: 85%;
  left: 20%;
  color: black;
  font-size: 20px;
}

.web-disqq .web-bgxx .picc {
  border-top: 1px solid #c5c1b8;
}

.web-disqq .web-bgxx .picc img {
  width: 170px;
  height: 170px;
  float: left;
  vertical-align: middle;
  margin: 45px 15px;
}

.nav-list li:hover .web-disqq {
  display: block;
}

/*.bxslider li img{height: 370px \9;}*/ /*兼容IE*/
/*2015-12-24*/
#bxslider {
  position: absolute;
  float: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#bxslider_list img {
  border: 0px;
  width: 100%;
  height: 100%;
}

#bxslider ul.ulll {
  position: absolute;
  list-style-type: none; /*filter: Alpha(Opacity=80); opacity: 0.9;*/
  z-index: 1002; /*padding: 0;*/
  bottom: 2%;
  right: 50%;
}

#bxslider ul li {
  height: 6px;
  margin: 5px;
  padding: 0px 10px;
  font-size: 0px;
  float: left;
  display: block;
  color: white;
  background: white;
Alpha(Opacity = 50);
  opacity: 0.5;
  cursor: pointer;
  border: 0px solid #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#bxslider ul li.on {
  background: white;
Alpha(Opacity = 100);
  opacity: 1;
}

#bxslider_list a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.bx-controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
}

.bx-pager {
  float: left;
}

#nav-btn {
  display: none;
  background: #ccc;
  float: right;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 6px;
  margin-right: 10px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #ccc;
}

/*内容*/
.web-site-nr {
  width: 100%;
}

.web-site-one {
  text-align: center;
}

.web-site-one h2 {
  font-size: 34px;
  padding: 75px 0 15px 0;
  color: #ec5252;
}

.web-site-one p {
  color: #cdcdcd;
  font-size: 18px;
}

.bolang img {
  width: 84px;
  margin-top: 15px;
}

.three-point {
  width: 80%;
  margin: 60px auto 0;
}

.three-point li {
  width: 32%;
  float: left;
}

.three-point img {
  width: 40%;
}

.three-point li h3 {
  margin: 30px 0;
  font-size: 26px;
  color: #656565;
}

.web-site-img1 {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}

.web-site-img1 img {
  width: 750px;
  text-align: center;
  margin-top: 70px;
}

.web-site-one h3 {
  font-size: 28px;
}

.web-site-one h3 {
  margin: 30px 0 20px 0;
}

.web-site-bottom {
  width: 100%;
  background: #2a3135;
  text-align: center;
}

.web-site-bottom h3 {
  color: #fff;
  font-size: 24px;
  margin: 10px 0;
}

.web-site-bottom p {
  color: #bababa;
  font-size: 16px;
  line-height: 25px;
}

/*手机端页面*/
@media (min-width: 320px) and (max-width: 768px) {
  .por-logo {
    width: 70px;
  }

  .bg-blue img {
    width: 60px;
  }

  .login {
    display: none;
  }

  #login-nav {
    display: block;
  }

  .bx-viewport {
    min-height: 200px;
  }

  .bxslider li img {
    height: 200px;
  }

  .nav-right img {
    width: 28px;
    margin-right: 5px;
  }

  .nav-list li {
    width: 28px;
  }

  .web-ewm {
    top: 15px;
    right: 4%;
    width: 32%;
  }

  .web-ewm .ban span {
    font-size: 12px;
  }

  .web-ewm .ban img {
    margin: 10px 4% 0 2%;
    width: 15px;
  }

  .web-ewm .ban {
    height: 35px;
    line-height: 35px;
  }

  .web-ewm .web-ewm-img img {
    width: 60%;
    margin: 0
  }

  .web-ewm .web-ewm-img {
    width: 55%;
    margin: 5px auto 0;
    padding-bottom: 10px;
  }

  .web-ewm p {
    font-size: 13px;
    margin-top: 0;
  }

  .web-ewm .web-ewm-img img {
    width: 100%;
  }

  .top-nav {
    height: 50px;
    line-height: 50px;
    width: 90%;
  }

  .web-site-one p {
    line-height: 35px;
  }

  #nav-btn {
    margin-top: 12px;
  }

  #down-list {
    width: 32%;
    top: 54px;
  }

  #down-list ul li {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
  }

  .three-point li h3 {
    font-size: 15px;
    margin: 10px 0;
  }

  .three-point {
    margin: 25px auto 0;
  }

  .bolang img {
    width: 60px;
    margin-top: 10px;
  }

  .web-site-one p {
    line-height: 20px;
  }

  .web-site-one h2 {
    font-size: 20px;
    padding: 20px 0 5px 0;
  }

  .web-site-one p {
    font-size: 14px;
  }

  .three-point li {
    padding: 0 1%;
  }

  .three-point li p {
    font-size: 12px;
  }

  .web-site-img1 img {
    width: 80%;
    margin-top: 15px;
  }

  .web-site-one h3 {
    font-size: 16px;
    margin: 15px 0;
  }

  .web-site-img1 {
    padding-bottom: 20px;
  }

  .web-site-bottom h3 {
    font-size: 18px;
  }

  .web-site-bottom p {
    font-size: 13px;
    line-height: 20px;
  }

  .web-site-bottom h3 {
    font-size: 18px;
  }
}

/*ipad屏幕下页面*/
@media (min-width: 768px) and (max-width: 1024px) {
  .por-logo {
    width: 75px;
  }

  #login {
    display: none;
  }

  #login-nav2 {
    display: block;
  }

  .login {
    right: 6%;
    display: none;
  }

  .bx-viewport {
    height: 295px;
  }

  .bxslider li img {
    height: 295px;
  }

  .top-nav {
    height: 65px;
    line-height: 65px;
    width: 90%;
  }

  .nav-list li {
    width: 32px;
  }

  .nav-right img {
    width: 32px;
  }

  .web-ewm {
    top: 15px;
    right: 4%;
    width: 25%;
  }

  .web-ewm .ban span {
    font-size: 12px;
  }

  .web-ewm .ban img {
    margin: 10px 4% 0 2%;
  }

  .web-ewm .ban {
    height: 35px;
    line-height: 35px;
  }

  .web-ewm .web-ewm-img img {
    width: 60%;
    margin: 0
  }

  .web-ewm .web-ewm-img {
    width: 70%;
    margin: 5px auto 0;
    padding-bottom: 15px;
  }

  .web-ewm p {
    font-size: 14px;
    margin-top: 2px;
  }

  .web-ewm .web-ewm-img img {
    width: 100%;
  }

  .top-nav {
    height: 50px;
    line-height: 50px;
    width: 90%;
  }

  .web-site-one p {
    line-height: 35px;
  }

  #nav-btn {
    margin-top: 12px;
  }

  #down-list {
    width: 32%;
    top: 54px;
  }

  #down-list ul li {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
  }

  .three-point li h3 {
    font-size: 16px;
    margin: 10px 0;
  }

  .three-point {
    margin: 25px auto 0;
  }

  .bolang img {
    width: 60px;
    margin-top: 10px;
  }

  .web-site-one p {
    line-height: 20px;
  }

  .web-site-one h2 {
    font-size: 24px;
    padding: 25px 0 5px 0;
  }

  .web-site-one p {
    font-size: 14px;
  }

  .three-point li {
    padding: 0 1%;
  }

  .three-point li p {
    font-size: 13px;
  }

  .web-site-img1 img {
    width: 80%;
    margin-top: 15px;
  }

  .web-site-one h3 {
    font-size: 16px;
    margin: 15px 0;
  }

  .web-site-img1 {
    padding-bottom: 20px;
  }

  .web-site-bottom h3 {
    font-size: 18px;
  }

  .web-site-bottom p {
    font-size: 13px;
    line-height: 20px;
  }

  .web-site-bottom h3 {
    font-size: 18px;
  }
}

/*电脑端页面*/
@media (min-width: 1400px)   {
  .banner-bg {
    margin-top: -30px;
  }
}
@media (min-width: 1300px) and (max-width: 1440px)  {
  .banner-bg {
    margin-top: -30px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px)  {
  .banner-bg {
    margin-top: -60px;
  }
}
@media (min-width: 1100px) and (max-width: 1200px)  {
  .banner-bg {
    margin-top: -70px;
  }
}
@media (max-width: 1100px)  {
  .banner-bg {
    margin-top: -80px;
  }
}

@media (min-width: 800px) and (max-width: 1800px)  {
  .contentBox {
    width: 1250px;
  }



  /*.banner-bg .banner-bg-text {*/
    /*font-size: 31px;*/
    /*font-family: Microsoft YaHei;*/
    /*font-weight: 400;*/
    /*color: rgba(255, 255, 255, 1);*/
    /*line-height: 38px;*/
    /*padding-top: 115px;*/
    /*text-align: center;*/
  /*}*/

  /*.banner-bg .banner-bg-tab {*/
    /*display: flex;*/
    /*margin: auto;*/
    /*width: 550px;*/
    /*justify-content: space-between;*/
    /*margin-top: 27px;*/
    /*font-size: 14px;*/
    /*font-family: Microsoft YaHei;*/
    /*font-weight: 400;*/
    /*color: rgba(255, 255, 255, 1);*/
  /*}*/

  .arrow-box {
    margin-top: 130px;
  }

  /*.arrow-box img {*/
    /*width: 40px;*/
  /*}*/

  /*.title-box .title-top {*/
    /*font-size: 44px;*/
  /*}*/

  /*.title-box .title-bottom {*/
    /*font-size: 23px;*/
  /*}*/

  .product-box {
    background-position: 50%;
    background-size: 75%;
    background-repeat: no-repeat;
    height: 1826px;
    margin-top: 50px;
    width: 100%;
  }

  .doubleDivisionBox{
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 1029px;
    margin-top: -63px;
    padding-top: 59px;
    width: 100%;
    position: relative;
  }
  .doubleDivision-item-1{
    top: 232px;
    left: 32%;
  }
  .doubleDivision-item-2{
    top: 192px;
    right: 37%;
  }
  .doubleDivision-item-1 .item-tabs-p{
    width: 221px;
    position: absolute;
    top: 272px;
    left: -112px;
  }
  .doubleDivision-item-1 .item-tabs-b{
    width: 50px;
    position: absolute;
    top: 496px;
    right: -90px;
  }
  .doubleDivision-item-2 .item-tabs-p{
    width: 221px;
    top: 245px;
  }
  .doubleDivision-item-2 .item-tabs-b{
    width: 50px;
    position: absolute;
    top: 494px;
    right: -15px;
  }
  .doubleDivision-item-1 .item-tabs{
    background-position: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 309px;
    height: 255px;
    padding: 60px;
    position: absolute;
    top: 113px;
    z-index: 10;
  }
  .item-tabs div{
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 33px;
    display: flex;
    align-items: center;
  }


  .doubleDivision-item-2 .item-tabs{
    background-position: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 309px;
    height: 255px;
    padding: 60px;
    position: absolute;
    top: 92px;
  }

  .dataBox .dataBox-list{
    width: 940px;
  }
  .dataBox .dataBox-list .data-item{
    width: 268px;
    height: 375px;
  }

  .dataBox .dataBox-list .data-item .data-item-img{
    width: 86px;
    height: 86px;
  }
  .dataBox .dataBox-list .data-item .data-item-title{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(184, 28, 37, 1);
    line-height: 20px;
    text-align: center;
  }
  .por-logo {
    width: 90px;
  }

  .nav-right img {
    width: 35px;
  }

  .nav-list li {
    width: 35px;
  }

  #nav-btn {
    display: none;
  }

  #down-list {
    display: none !important;
  }

  .bx-viewport {
    height: 620px;
  }

  .bxslider li img {
    height: 620px;
  }

  .bg-blue img {
    width: 120px;
  }
}




