/* 通用样式开始 */
body {
  margin: 0;
  font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
  font-size: 16px !important;
  color: #333;
  line-height: 180%;
  background: #fff;
  -webkit-text-size-adjust: none;
}
:focus {
  outline: 0;
}

.w100 {
  width: 900px;
  margin: 0 auto;
}

.fleft {
  float: left;
}

.fright {
  float: right !important;
}

.color1 {
  color: #58a0c5;
} /* 网站主颜色 */

.border {
  border: 1px solid #e6e5e5;
} /* 通用框描边 */

.f30 {
  font-size: 30px;
}
.mar_t_20 {
  margin-top: 20px;
}
.mar_t_50 {
  margin-top: 50px;
}
.mar_t_30 {
  margin-top: 30px;
}
.mar_b_50 {
  margin-bottom: 50px;
}

/*分页*/
.fenye {
  padding: 40px 2% 30px 2%;
  text-align: center;
  clear: both;
  width: 96%;
}

.fenye li {
  padding-left: 5px;
  padding-right: 5px;
  display: inline;
  font-size: 14px;
}

.thisclass {
  font-weight: bold;
}

/* 通用样式结束 */

/* 当前位置 */
.npositionbg {
  width: 100%;
  background: #f8f8f8;
  height: 54px;
  line-height: 54px;
  width: 100%;
}
.nposition {
  text-align: right;
}
.nposition i {
  font-size: 12px !important;
  color: #454545 !important;
}

/* 如果有左右分栏，左边ncontent_left，右边ncontent_right */

.ncontent_left {
  width: 25%;
  margin-top: 30px;
  float: left;
  margin-bottom: 50px;
}

.ncontent_right {
  float: left;
  width: 68%;
  margin-left: 2.8%;
  padding: 30px 2% 0px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* 
npic缩略图列表
nlist带缩略图新闻
nnews 不带缩略图新闻，只标题和时间
*/

.nlist {
}

.nlist {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #edeaea;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.nlist:first-child {
  margin-top: 50px !important;
}
.nlist:last-child {
  margin-bottom: 50px !important;
}
.nlist .pic img {
  width: 100%;
  height: 200px;
}

.nlist .text h1 {
  font-size: 24px;
  font-weight: normal;
}

.nlist .text p {
  color: #888;
  margin-top: 10px;
  line-height: 30px;
  font-size: 16px;
}

.nlist .text .more {
  margin-top: 10px;
  background: #5ca4ca;
  width: 72px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}

.nlist .text .more a {
  color: #fff;
}

/* 
npic缩略图列表
nlist带缩略图新闻
nnews 不带缩略图新闻，只标题和时间
*/

.nnews {
}

.nnews ul li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.nnews ul li .nnews_pic {
  float: left;
  width: 20%;
}

.nnews ul li .nnews_pic img {
  width: 100%;
  height: 120px;
}

.nnews ul li .nnews_text {
  float: left;
  width: 75%;
  margin-left: 5%;
}

.nnews ul li .nnews_text h2 {
  font-size: 20px;
  width: 100%;
}

.nnews ul li .nnews_text p {
  width: 100%;
  line-height: 24px;
  margin-top: 10px;
}

.newsbanner {
  background: url(/skin/images/newsbanner.jpg) no-repeat center center;
  width: 100%;
  height: 286px;
}

/* 
npic缩略图列表
nlist带缩略图新闻
nnews 不带缩略图新闻，只标题和时间
*/

.npic {
}
.npic h2 {
  font-size: 24px;
}
.npic .pic {
  width: 100%;
  display: inline-block;
}
.npic img {
  width: 90%;
  height: auto;
}
.npic .item {
  border-bottom: 1px solid #ddd;
  padding: 25px 0px 25px;
  display: inline-block;
  width: 100%;
}
.npic .item p {
  font-size: 14px;
  color: #888;
  line-height: 26px;
  margin-top: 5px;
}
.npic .item .more {
  margin-top: 10px;
  width: 72px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e63737;
}

.npic .item .more a {
  color: #e63737;
}

/* 文章详情页 */
.wenzhang_title {
  font-size: 24px;
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #666;
  margin-top: 30px;
}

.wenzhang_time {
  width: 100%;
  text-align: center;
  color: #aaa;
  margin-top: 10px;
  font-size: 14px;
}

.wenzhang_body {
  margin-top: 20px;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  padding-bottom: 30px;
}
.wenzhang_body table {
  text-align: center;
}
.wenzhang_shangxia {
  margin: 20px 0px 50px;
  font-size: 14px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  width: 100%;
  color: #666;
  line-height: 30px;
}

.wenzhang_shangxia .shang {
  float: left;
  margin-bottom: 50px;
}

.wenzhang_shangxia .xia {
  float: right;
}

/* 人才招聘 */

.renli_list {
  width: 100%;
}
.renli_list .th {
  background: #5ca4ca;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.renli_list li {
  width: 100%;
  margin-top: 1px;
  float: left;
}
.renli_list li .renli_text {
  width: 100%;
  background: #f3f3f3;
  float: left;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  color: #666;
}
.renli_list li .more {
  color: #b92027;
}
.renli_list li .k1 {
  width: 20%;
  text-align: center;
  float: left;
}
.renli_list li .k2 {
  width: 20%;
  text-align: center;
  float: left;
}
.renli_list li .k3 {
  width: 20%;
  text-align: center;
  float: left;
}
.renli_list li .k4 {
  width: 20%;
  text-align: center;
  float: left;
}
.renli_list li .k5 {
  width: 20%;
  text-align: center;
  float: left;
}

.renli_con {
  display: none;
  width: 100%;
  background: #fafafa;
  padding: 30px 0% 30px 0%;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.renli_con .renli_con1 {
  margin-left: 7.5%;
}

.renli_btn2 {
  background: #b92027;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-left: 30px;
  margin-top: 10px;
  font-size: 14px;
  margin: 0 auto;
}
.renli_btn2 a {
  color: #fff;
}

/* 产品详情 */

/*客户留言*/

.message {
  text-align: left;
  padding-top: 22px;
}
.message .m_tit {
  text-align: left;
  font-size: 16px;
  color: #1d1717;
  font-weight: bold;
}
.message .m_txt {
  margin-top: 8px;
  color: #777;
  font-size: 14px;
  text-align: left;
  line-height: 35px;
}
.message .input {
  width: 95%;
  background: #eeeeee;
  outline-width: 0;
  border: 1px dashed #aaaaaa;
  height: 32px;
  line-height: 32px;
  color: #474747;
  text-indent: 10px;
}
.message .textarea {
  width: 95%;
  height: 130px;
  background: #eeeeee;
  outline-width: 0;
  border: 1px dashed #aaaaaa;
  line-height: 20px;
  padding: 5px 0;
  color: #474747;
  text-indent: 10px;
}
.message .btn {
  cursor: pointer;
  margin: 20px auto 0 0;
  width: 95%;
  background: #dd3939;
  outline-width: 0;
  border: 1px dashed #b21818;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
}
.message .btn:hover {
  background: #c81717;
}

.ntuijian h1 {
  text-align: center;
  font-size: 30px;
  color: #666;
  font-weight: lighter;
  padding-bottom: 30px;
}
.ntuijian h2 {
  font-size: 16px;
  line-height: 36px;
}
.ntuijian .layui-col-md4 {
  text-align: center;
}
.ntuijian img {
}
.ntuijian span {
  font-weight: bold;
  font-size: 16px;
}

.contact h1 {
  font-size: 30px;
  font-weight: lighter;
  color: #333;
}
.contact h2 {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.contact p {
  line-height: 28px;
}
.contact .layui-row {
  margin-top: 50px;
}
.contact .info {
  padding: 30px;
}
.contact .layui-col-md6 img {
  width: 100%;
  height: auto;
}

/*本项目样式*/

.ntitle {
  font-size: 30px;
  width: 100%;
  text-align: center;
  padding: 40px 0px;
}
.ncontent {
  line-height: 30px;
  font-size: 16px;
}
.product1_item {
  text-align: center;
  margin-top: 20px;
}
.product1_item1 {
  border-right: 1px dashed #e60012;
}
.productbg {
  width: 100%;
  background: #f8f8f9;
  padding: 50px 0px;
  margin-top: 50px;
}
.product2_item {
  text-align: center;
  position: relative;
}
.product2_item h2 {
  font-size: 16px;
}
.product2_item .video {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -23px;
}

.product3_item {
  width: 100%;
  background: #f2f2f2;
  border-left: 3px solid #e50011;
  height: 50px;
  line-height: 50px;
}
.product3_item_left {
  float: left;
  font-size: 18px;
  padding-left: 15px;
}
.product3_item_right {
  float: right;
  font-size: 14px;
  padding-right: 40px;
}
#product3_item {
  margin-bottom: 60px;
}
/* 大屏幕 */

@media screen and (min-width: 1200px) {
}

/* 平板电脑和小屏电脑之间的分辨率 */

@media (min-width: 768px) and (max-width: 979px) {
  .w100 {
    width: 96%;
    padding: 0px 2% 0 2%;
  }

  .wenzhang_body img {
    width: 100% !important;
  }

  .nlist ul li .text .more img {
    width: auto !important;
  }

  .nlist ul li .pic {
    width: 100%;
  }

  .layui-col-space20 {
    margin: 0;
  }

  /*本项目样式*/
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */

@media (max-width: 767px) {
  .w100 {
    width: 96%;
    padding: 0px 2% 0 2%;
  }
  .layui-col-space20 {
    margin: 0 !important;
  }
  .wenzhang_body img {
    max-width: 100% !important;
  }
  .ncontent img {
    max-width: 100% !important;
  }
  .nbanner {
    height: 150px !important;
    background-size: cover;
  }

  /*本项目样式*/
}

/* 横向放置的手机及分辨率更小的设备 */

@media (max-width: 480px) {
  .w100 {
    width: 96%;
    padding: 0px 2% 0 2%;
  }
  .wenzhang_body {
    width: 100%;
    margin-left: 0;
  }
  .ncontent img {
    width: 100% !important;
    height: auto !important;
  }

  .nlist ul li .text .more img {
    width: auto !important;
  }
  .nlist ul li .pic {
    width: 100%;
  }
  .nlist ul li .text {
    width: 100%;
    margin-top: 10px;
  }

  .nbanner {
    height: 150px !important;
    background-size: cover !important;
  }

  /*本项目样式*/
}
