html {
  font-size: 62.5%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body {
  background: #fff;
  padding-bottom: 76px;
  color: #555;
  font-size: 0.14rem;
  font-family: "Microsoft Yahei";
  position: relative;
  width: 100%;
  max-width: 768px;
  min-width: 320px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
@media (max-width: 768px) {
  body {
    background: #fff;
    color: #555;
    font: 14px/1.8 "Questrial", "微软雅黑";
  }
}
.header {
  position: relative;
  width: 100%;
  background-size: 100%;
  padding: 0.22rem;
}
.header .Prev {
  padding: 0.08rem 0 0 0.1rem;
}
.header .Prev a img {
  width: 0.15rem;
  height: 0.25rem;
}
.header .logo {
  width: 2.7rem;
  float: left;
}
.header .logo a img {
  width: 100%;
}
.header .text {
  float: right;
  color: #ffffff;
  padding: 0.12rem 0 0 0.1rem;
}
.header .Nav {
  float: right;
  color: #ffffff;
}
.header .Nav a {
  width: 0.37rem;
  display: inline-block;
}
.header .Nav a img {
  width: 100%;
}
.header_cen {
  width: 100%;
  background: #0a63bd;
  text-align: center;
  padding: 0.18rem 0.22rem 0.18rem 0.22rem;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
}
.header_cen .Nav {
  float: right;
}
input[placeholder],
[placeholder],
*[placeholder] {
  color: #999999 !important;
}
/*初始化*/
input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 12px;
  color: #a6a6a6;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #a6a6a6;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  color: #a6a6a6;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #a6a6a6;
}
.am-offcanvas-bar {
  background-color: #ffffff;
  width: 200px;
}
#doc-oc-demo3 {
  z-index: 888888888;
}
#doc-oc-demo3 .am-offcanvas-bar ul {
  padding: 0.2rem 0;
}
#doc-oc-demo3 .am-offcanvas-bar ul li {
  width: 100%;
  height: 0.40rem;
  text-align: center;
  line-height: 0.40rem;
  margin: 0.1rem;
}
#doc-oc-demo3 .am-offcanvas-bar ul li a {
  font-size: 15px;
  font-family: "Microsoft YaHei";
  color: #000000;
}
.am-offcanvas-bar:after {
  background-color: #0a63bd;
}
.Margin_auto {
  margin: 0;
  background-color: #eff3f5 !important;
}
.slideBox {
  width: 100%;
  position: relative;
}
.slideBox > img {
  width: 100%;
  height: 100%;
}
.slideBox .hd {
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  z-index: 9;
  width: 100%;
}
.slideBox .hd ul {
  text-align: center;
}
.slideBox .hd li {
  display: inline-block;
  margin-left: 10px;
  border: 1px solid #fff;
  width: 0.62rem;
  height: 0.28rem;
  z-index: 222;
}
.slideBox .hd li img {
  width: 100%;
  display: block;
  height: 100%;
}
.slideBox .hd li.on {
  border: 1px solid #ffb400;
}
.slideBox .bd {
  width: 100%;
}
.slideBox .bd li {
  width: 100%;
}
.slideBox .bd li a {
  display: block;
  width: 100%;
  height: 100%;
}
.slideBox .bd li img {
  width: 100%;
  /*display: block;*/
  /*height: 100%;*/
  min-height: 2.45rem;
}

.news-details .text p img{
  max-width: 100%;
}

.About_us {
  width: 100%;
  background-color: #ffffff;
  padding: 0 0.22rem;
}
.About_us .About_cen {
  width: 100%;
  margin: 0 auto;
}
.About_us .About_cen .About_text {
  width: 100%;
}
.About_us .About_cen .About_text .title {
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  font-weight: bold;
}
.About_us .About_cen .About_text .title > a {
  color: #016ede;
}
.About_us .About_cen .About_text .Ab_text p {
  overflow: hidden;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  text-transform: uppercase;
  line-height: 2.143;
}
.About_us .About_cen .About_text > a {
  display: block;
  width: 130px;
  text-align: left;
  height: 40px;
  line-height: 40px;
  border: 1px solid #818181;
  padding-left: 48px;
  font-size: 14px;
  margin: 0.3rem auto;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  background: url("../images/002.png") no-repeat 20px 13px;
}
.About_us .About_cen .About_text a:hover {
  color: #3e3e3e;
}
.page-title {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: #818181;
  padding: 0.4rem 0  0.3rem 0;
}
.page-title > div {
  color: #3e3e3e;
}
.page-title > div > span {
  margin: 0 12px;
  font-weight: bold;
}
.page-title > div > img {
  vertical-align: middle;
  margin-top: -4px;
  max-width: 30%;
}
.page-title .case-btn {
  margin-top: 24px;
}
.page-title .case-btn > a {
  width: 116px;
  font-size: 14px;
  height: 36px;
  margin-right: 10px;
  line-height: 36px;
  display: inline-block;
  border: 1px solid #dcdcdc;
  color: #3e3e3e;
}
.page-title .case-btn > a.active {
  font-size: 14px;
  border: 0;
  background: #0a63bd;
  color: #ffffff;
}
.Product {
  width: 100%;
  padding: 0 0.22rem;
  background: url("../images/003.png") no-repeat;
}
.Product .page-title {
  color: #ffffff;
}
.Product .page-title > div {
  color: #ffffff;
}
.Product .Bannar {
  width: 100%;
  padding: 0.2rem 0;
}
.Product .Bannar .am-slider .am-slides li img {
  width: 100%;
}
.am-slider-default .am-slider-desc {
  background-color: #1669bc;
  font-size: 18.118px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  opacity: 0.8;
}
.am-slider-default .am-control-nav li a {
  width: 40px;
  height: 7px;
  background-color: #ffffff;
}
.am-slider-default .am-control-nav li a.am-active {
  background-color: #ff5400;
}
.am-slider-default .am-control-nav {
  bottom: -21px;
}
.Company {
  width: 100%;
  padding: 0 0.22rem;
}
.Company .Company_cen {
  width: 100%;
  margin: 0px auto;
}
.Company .Company_cen .Company_ri {
  width: 100%;
}
.Company .Company_cen .Company_ri > ul li a {
  padding: 0.1rem 0px;
  display: block;
}
.Company .Company_cen .Company_ri > ul li a .Le_hose {
  border-radius: 10px 10px 10px 10px;
  float: left;
  width: 100px;
  height: 80px;
  background-color: #0a63bd;
  text-align: center;
}
.Company .Company_cen .Company_ri > ul li a .Le_hose h4 {
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  border-bottom: 1px solid #2876c5;
}
.Company .Company_cen .Company_ri > ul li a .Le_hose > span {
  height: 34px;
  line-height: 34px;
  display: block;
  text-align: center;
  color: #ffffff;
}
.Company .Company_cen .Company_ri > ul li a .ri_tetx {
  padding-left: 120px;
}
.Company .Company_cen .Company_ri > ul li a .ri_tetx .title {
  height: 26px;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  font-weight: bold;
}
.Company .Company_cen .Company_ri > ul li a .ri_tetx .text_p {
  padding-top: 4px;
}
.Company .Company_cen .Company_ri > ul li a .ri_tetx .text_p p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  text-transform: uppercase;
  line-height: 1.8;
  height: 50px;
  overflow: hidden;
}
.Company .Company_cen .Company_ri > ul li a:hover {
  background-color: #f7f7f7;
}
.Company .Btn > a {
  display: block;
  width: 130px;
  text-align: left;
  height: 40px;
  line-height: 40px;
  border: 1px solid #818181;
  padding-left: 48px;
  font-size: 14px;
  margin: 0.3rem auto;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  background: url("../images/002.png") no-repeat 20px 13px;
}
.Fotter {
  width: 100%;
  padding: 0.2rem 0.42rem;
  background-color: #eeeeee;
}
.Fotter .foot_na {
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  font-weight: bold;
}
.Fotter > p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  text-transform: uppercase;
  line-height: 2.143;
}
.Fotter > .foot_nb {
  margin: 0.1rem 0;
  background: url("../images/004.png") no-repeat left center;
  padding-left: 64px;
}
.Fotter > .foot_nb > div.nb-text {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  font-weight: bold;
}
.Fotter > .foot_nb > div {
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: #ff5400;
  font-weight: bold;
}
.fixed {
  width: 100%;
  background-color: #0a63bd;
  position: fixed;
  bottom: 0;
  left: 0;
}
.fixed > ul li {
  padding: 8px 0;
  border-right: 1px solid #478ace;
  float: left;
  width: 25%;
  text-align: center;
}
.fixed > ul li a {
  display: block;
  height: 30px;
}
.fixed > ul li a img {
  display: inline-block;
  max-width: 100%;
}
.fixed > ul li a .img-a {
  display: inline-block;
}
.fixed > ul li > span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  margin-top: 0.1rem;
}
.fixed > ul li:last-child {
  border-right-style: none;
}
.Images {
  width: 100%;
}
.Images a img {
  width: 100%;
}
.Chanpin {
  padding: 0.2rem 0;
  background-color: #dbe9f6;
}
.Chanpin .Chanp_cen {
  width: 100%;
  padding: 0 0.24rem;
}
.Chanpin .Chanp_cen .title_bas {
  width: 100%;
  height: 0.76rem;
  line-height: 0.76rem;
  font-size: 0.36rem;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
}
.Chanpin .Chanp_cen .title_bas > span {
  color: #0a63bd;
}
.Chanpin .Chanp_cen > table {
  width: 100%;
}
.Chanpin .Chanp_cen > table tbody {
  width: 100%;
}
.Chanpin .Chanp_cen > table tbody tr {
  width: 100%;
  height: 0.6rem;
  background-color: #d5edfc;
}
.Chanpin .Chanp_cen > table tbody tr th {
  border-right: 1px solid #dbe9f6;
  text-align: center;
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
}
.Chanpin .Chanp_cen > table tbody tr th:last-child {
  border-right-style: none;
}
.Chanpin .Chanp_cen > table tbody tr td:last-child {
  border-right-style: none;
}
.Chanpin .Chanp_cen > table tbody tr td {
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  border-right: 1px solid #dbe9f6;
  text-align: center;
}
.Chanpin .Chanp_cen > table tbody tr:nth-of-type(2n+2) {
  background-color: #edf2f7;
}
.Chanpin .Chanp_cen > p {
  padding: 0.1rem 0;
  font-size: 0.2rem;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  text-transform: uppercase;
}
.Chanpin_3 {
  background-color: #e6f0f9;
}
.machine {
  width: 100%;
  background-color: #EEEEEE;
  padding: 30px 0.2rem;
}
.machine ul li {
  width: 100%;
  padding: 0.1rem 0;
}
.machine ul li .Title {
  width: 100%;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #0a63bd;
  font-weight: bold;
}
.machine ul li .Text-p img {
  width: 100%;
}
.machine ul li .Text-p > p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  text-transform: uppercase;
  line-height: 2.143;
}
.machine_nb {
  width: 100%;
  background: url("../images/008.png") no-repeat;
  padding: 20px 0.2rem;
}
.machine_nb .Title_s {
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  background: url("../images/010.png") no-repeat bottom center;
}
.machine_nb ul li {
  width: 100%;
}
.machine_nb ul li .Title {
  width: 100%;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #0a63bd;
  font-weight: bold;
}
.machine_nb ul li .Text-p {
  padding: 0.1rem 0;
}
.machine_nb ul li .Text-p img {
  width: 100%;
}
.machine_nb ul li .Text-p > p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 2.143;
}
.machine_nc {
  width: 100%;
  padding: 20px 0.2rem;
  background-color: #e6f0f9;
}
.machine_nc .Title_d {
  width: 100%;
  margin: 32px 0;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #3c3c3c;
  font-weight: bold;
}
.machine_nc .Img {
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.machine_nc .Img img {
  max-width: 100%;
}
.machine_nd {
  width: 100%;
  padding: 20px 0.2rem;
  background-color: #e6f0f9;
}
.machine_nd .Tab_n6 {
  width: 100%;
}
.machine_nd .Tab_n6 table {
  width: 100%;
}
.machine_nd .Tab_n6 table tbody {
  width: 100%;
}
.machine_nd .Tab_n6 table tbody tr {
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.machine_nd .Tab_n6 table tbody tr th {
  text-align: center;
  border-right: 1px solid #89cff7;
  font-size: .16rem;
  font-family: "Microsoft YaHei";
  color: #ffffff;
}
.machine_nd .Tab_n6 table tbody tr th:last-child {
  border-right-style: none;
}
.machine_nd .Tab_n6 table tbody tr td {
  text-align: center;
  font-size: .16rem;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
}
.machine_nd .Tab_n6 table tbody tr:nth-of-type(2n+1) {
  background-color: #f1f5f8;
}
.machine_nd .Tab_n6 table tbody tr:nth-of-type(2n+2) {
  background-color: #d9f0fd;
}
.machine_nd .Tab_n6 table tbody tr.title_t {
  background-color: #44b3f2;
}
.machine_ne {
  width: 100%;
  background-color: #f2f3f3;
}
.machine_ne .ne_tit {
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.machine_ne .ne_tit > h4 {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #3c3c3c;
  font-weight: bold;
  height: 30px;
  text-transform: uppercase;
}
.machine_ne .ne_tit > span {
  display: block;
  font-size: 14px;
  font-family: "Arial";
  color: #0a63bd;
  text-transform: uppercase;
}
.machine_ne img {
  width: 100%;
}
.machine_nf {
  width: 100%;
  background-color: #f3f6f9;
  padding: 0.1rem 0.4rem;
}
.machine_nf > ul li {
  margin: 0.1rem 0;
}
.machine_nf > ul li > div.nf_title > h4 {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #0a63bd;
  font-weight: bold;
  height: 30px;
}
.machine_nf > ul li > div.nf_title > div {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #0a63bd;
}
.machine_nf > ul li > .Text-p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  line-height: 1.571;
}
.J_shao {
  width: 100%;
  padding: 0.1rem 0.4rem;
  background: url("../images/014.png") no-repeat;
}
.J_shao .Title_s {
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  background: url("../images/010.png") no-repeat bottom center;
}
.J_shao .text_p {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.J_shao .text_p p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 2.25;
  text-align: center;
}
.J_shao .label_l {
  width: 100%;
  padding: 10px 0;
}
.J_shao .label_l > ul li {
  margin: 0.1rem 0;
  width: 45%;
  text-align: center;
}
.J_shao .label_l > ul li a {
  margin: 0 auto;
  display: block;
  width: 1.48rem;
  height: 1.48rem;
  border-radius: 50%;
  overflow: hidden;
  padding: 4px;
  background-color: #ffffff;
}
.J_shao .label_l > ul li a img {
  width: 1.48rem;
  height: 1.48rem;
}
.J_shao .label_l > ul li > span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
}
.J_shao .label_l > ul li .text p {
  height: 64px;
  overflow: hidden;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
}
.J_shao .label_l > ul li:nth-of-type(2n+1) {
  float: left;
}
.J_shao .label_l > ul li:nth-of-type(2n+2) {
  float: right;
}
.J_shao_b {
  background: url("../images/016.png") no-repeat;
}
.J_shao_c {
  background: url("../images/018.png") no-repeat;
}
.case {
  text-align: center;
  width: 100%;
  padding: 0.27rem 0;
  margin: 0 auto;
}
.case > .title {
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3e3e3e;
  font-weight: bold;
  background: #f3f3f3;
}
.case > div.table {
  border-top: 1px solid #fff;
}
.case > div.table > div:after {
  display: block;
  content: "";
  clear: both;
}
.case > div.table > div.title {
  font-size: 16px;
  color: #3e3e3e;
  font-weight: bold;
}
.case > div.table > div {
  font-size: 0.14rem;
}
.case > div.table > div > div {
  float: left;
  padding: 14px 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.case > div.table > div .customer {
  width: 35%;
  background: #f3f3f3;
}
.case > div.table > div .specification {
  width: 30%;
  background: #e3f4fa;
}
.case > div.table > div .model {
  width: 20%;
  background: #fcefdd;
}
.case > div.table > div .number {
  width: 15%;
  background: #eeebf9;
  border-right: 0;
}
.wap_nav {
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #eeeeee;
}
.wap_nav .swiper-container ul li {
  padding: 16px 0;
  text-align: center;
}
.wap_nav .swiper-container ul li a {
  display: block;
  height: 26px;
  line-height: 26px;
  border-right: 1px solid #eeeeee;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #575656;
}
.Contact_us {
  width: 100%;
}
.Contact_us .Text-p {
  width: 90%;
  padding: 0.4rem 0;
  margin: 0 auto;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  text-transform: uppercase;
  line-height: 2.143;
}
.Contact_us .map {
  width: 100%;
}
.Contact_us .map img {
  width: 100%;
}
.news-list {
  width: 100%;
  background-color: #f5f5f5;
  padding: 0.1rem 0;
}
.news-list > li {
  padding: 0.2rem 0.22rem;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.news-list > li > a {
  display: block;
}
.news-list > li > a > div .title {
  font-size: 18px;
  color: #3e3e3e;
  font-weight: bold;
  line-height: 1;
  height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list > li > a > div .text {
  font-size: 14px;
  color: #3e3e3e;
  overflow: hidden;
  text-align: justify;
  margin-top: 0.1rem;
  text-transform: uppercase;
  height: 82px;
  line-height: 2;
}
.news-details {
  width: 100%;
  margin: 0 auto;
}
.news-details .Title_news {
  padding: 0.1rem 0;
  text-align: center;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
}
.news-details .Title_news > div span {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgba(62, 62, 62, 0.569);
  display: inline-block;
  margin: 0 10px;
}
.news-details .Text-new {
  width: 100%;
  padding: 0.2rem 0.22rem;
}
.news-details .Text-new p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
  text-transform: uppercase;
  line-height: 2.143;
}
.news-details .Text-new p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.news-details .Link-news {
  width: 100%;
  padding: 0.1rem 0.22rem;
  border-top: 1px solid #eeeeee;
}
.news-details .Link-news > span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
}
.news-details .Link-news > span a {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #3e3e3e;
}
