* {
  word-break: break-all;
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  font-size: 16px;
  color: #222;
  font-family: Arial, Helvetica, sans-serif, "Î¢ÈíÑÅºÚ", "microsoft Yahei", "Courier New", Courier,
    monospace;
  line-height: 1;
  background-color: #fff;
  width: 100%;
  text-align: justify;
  overflow-x: hidden;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  color: #00479d;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.blank {
  clear: both;
  height: 20px;
}
.c:after {
  display: table;
  content: "";
  clear: both;
}
.c {
  *zoom: 1;
}
img {
  max-width: 100%;
  border: 0;
  height: auto;
}
.img {
  line-height: 0;
  overflow: hidden;
}
.img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.userSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
table {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 auto;
}
table tr:nth-child(odd) {
  background: #f4f4f4;
}
table tr:hover {
  background: #00479d;
  color: #fff;
  cursor: pointer;
}
table td,
table th {
  font-size: 15px;
  line-height: 24px;
  padding: 4px;
  text-align: center;
  border: 1px solid #ddd;
  white-space: nowrap;
}
.w1300 {
  width: 1300px;
  margin: 0 auto;
}
.fdh {
  position: fixed;
  display: none;
  line-height: 40px;
  height: 40px;
  background-color: #222222;
  width: 100%;
  z-index: 8;
  bottom: 0px;
}
.fdh li {
  width: 33.33%;
  float: left;
  text-align: center;
  box-sizing: border-box;
}
.fdh .li {
  background-color: #00479d;
}
.fdh a {
  display: block;
  color: #fff;
}
.nyban img {
  min-height: 310px;
  object-fit: cover;
}
.dqwz {
  background: #f0f3fa;
  padding: 10px 0;
  border-top: 1px solid #d3dcf0;
  border-bottom: 1px solid #d3dcf0;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 50px;
}
.dqwz .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dqwz .p2 {
  display: none;
  color: #fff;
  padding: 10px 0;
}
.prenext {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 98%;
  line-height: 30px;
  margin-top: 20px;
  border-top: 1px #ddd solid;
  padding-top: 20px;
}
.prenext .pre {
  float: left;
  width: 48%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prenext .next {
  text-align: right;
  float: right;
  width: 48%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page {
  text-align: center;
}
.page span {
  display: none;
}
.page a {
  display: inline-block;
  font-size: 14px;
  color: #222;
  font-family: "Microsoft YaHei", Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}
.page a.current {
  color: #fff;
  border-color: #ff3c00;
  background: #ff3c00;
}
.page a:hover {
  color: #fff;
  border-color: #e1662d;
  background: #e1662d;
}
.map {
  display: block;
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
}

/* index.html */
.header {
  padding: 26px 0 28px;
}
.headLogo {
  float: left;
}
.headR {
  float: right;
}
.headLanguage {
  float: right;
  cursor: pointer;
  padding: 0 0 12px;
  position: relative;
  z-index: 999;
}
.headLanguage .globe {
  display: inline-block;
  width: 25px;
  margin-right: 6px;
  vertical-align: middle;
}
.headLanguage .arrow {
  display: inline-block;
  width: 16px;
  vertical-align: middle;
}
.headLanguage ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background-color: #e6e8ea;
}
.headLanguage ul li {
  margin: 5px 0;
}
.headLanguage ul li a {
  display: block;
  padding: 5px 10px;
}
.headLanguage ul li img {
  display: inline-block;
  vertical-align: middle;
}
.headLanguage ul li span {
  font-size: 15px;
}
.headTel {
  line-height: 37px;
  font-size: 32px;
  padding-left: 53px;
  background: url(../images/headTelIco.png) no-repeat left center;
}
.headMenu {
  background-color: #090909;
}
.headMenu li {
  position: relative;
  float: left;
  width: 16.66%;
  font-size: 18px;
  text-align: center;
  line-height: 52px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.headMenu li.active,
.headMenu li:hover {
  background-color: #00479d;
}
.headMenu li a {
  display: block;
  color: #fff;
}
.headMenu li .sub {
  display: none;
  position: absolute;
  top: 52px;
  left: -200%;
  width: 600%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
  z-index: 1;
}
.headMenu li .sub dl {
  float: left;
  width: 25%;
  font-size: 16px;
  text-align: left;
  padding-top: 10px;
  padding-left: 3%;
  padding-bottom: 30px;
}
.headMenu li .sub dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 46px;
}
.headMenu li .sub dl dd a {
  line-height: 28px;
  color: #666;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.headMenu li .sub dl dd a:hover {
  color: #00479d;
}
.headMenu li .sub dl dd.more a {
  color: #00479d;
  font-size: 15px;
  margin-top: 3px;
  font-weight: bold;
}
.bannerBox {
  position: relative;
}
.bannerBox .bd {
  line-height: 0;
  cursor: pointer;
}
.bannerBox .bd img {
  min-height: 180px;
  object-fit: cover;
}
.bannerBox .hd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  width: 112px;
  line-height: 0;
  text-align: center;
  padding: 1px 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 14px;
}
.bannerBox .hd li {
  display: inline-block;
  cursor: pointer;
  margin: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}
.bannerBox .hd li.on {
  background-color: #00479d;
}
.indexTit {
  text-align: center;
  margin-bottom: 30px;
}
.indexTit h2 {
  font-size: 42px;
}
.indexTit p {
  color: #666;
  font-size: 16px;
  margin-top: 10px;
}
.indexTit .tit_m {
  display: none;
}
.serieBox {
  padding: 40px 0 60px;
  background: url(../images/serieBoxBg.jpg) repeat;
}
.serieBox li {
  float: left;
  width: 50%;
  font-size: 0;
  text-align: center;
}
.serieBox li a {
  display: inline-block;
}
.productBox {
  padding: 40px 0 60px;
}
.productBox .menu li {
  float: left;
  width: 23.5%;
  line-height: 24px;
  font-size: 18px;
  margin-left: 2%;
  padding: 15px 0;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  background: #f4f4f4;
  cursor: pointer;
  text-align: center;
}
.productBox .menu li.l1 {
  margin-left: 0;
}
.productBox .menu li.active {
  color: #fff;
  background: #313131;
}
.productBox .menu li .m {
  display: none;
}
.productBox .list {
  display: none;
}
.productBox .list.active {
  display: block;
}
.productBox .list li {
  float: left;
  width: 24.25%;
  margin-left: 1%;
  margin-top: 1%;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
}
.productBox .list li.l1,
.productBox .list li.l5 {
  margin-left: 0;
}
.productBox .list li a {
  display: block;
}
.productBox .list li p {
  line-height: 2.4;
  font-size: 17px;
  text-align: center;
  background-color: #f2f2f2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productBox .list li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.productBox .list li:hover p {
  color: #fff;
  background-color: #00479d;
}
.aboutBox {
  padding: 40px 0 60px;
  overflow: hidden;
  background: url(../images/boxBg.jpg) repeat;
}
.aboutBox .tit p {
  margin-top: 5px;
}
.aboutBox .tit:after {
  display: block;
  content: "";
  width: 2em;
  height: 3px;
  margin: 10px 0 20px;
  background-color: #00479d;
}
.aboutBox .txt p {
  line-height: 1.6;
  font-size: 18px;
  text-indent: 2em;
  margin-bottom: 10px;
}
.aboutBox .pic {
  float: right;
  margin-left: 80px;
}
.aboutBox ul {
  margin-top: 20px;
}
.aboutBox li {
  margin-right: 20px;
  border: 1px #ddd solid;
  width: 330px;
  font-size: 0;
  background: #fff;
}
.ysBox {
  padding-bottom: 100px;
  background: url(../images/ysBoxBg.jpg) no-repeat center bottom;
}
.ysBox ul {
  position: relative;
  margin-top: 66px;
  padding-bottom: 38px;
  z-index: 1;
}
.ysBox ul:before {
  position: absolute;
  top: 0;
  right: 8px;
  content: "";
  width: 565px;
  height: 390px;
  background: url(../images/ysBoxPic1.png) no-repeat right top;
  z-index: -1;
}
.ysBox ul:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 705px;
  height: 580px;
  background: url(../images/ysBoxPic2.png) no-repeat left bottom;
  z-index: -1;
}
.ysBox ul li {
  width: 418px;
}
.ysBox ul .l1 {
  padding-top: 102px;
}
.ysBox ul .l2 {
  margin-left: 732px;
  padding-top: 159px;
}
.ysBox ul .l3 {
  margin-top: 73px;
  margin-left: 826px;
}
.ysBox ul .l3:before {
  display: block;
  content: "";
  width: 574px;
  height: 1px;
  margin-left: -97px;
  margin-bottom: 44px;
  background-color: #232323;
}
.ysBox ul li h3 {
  font-size: 19px;
  margin-top: 16px;
}
.ysBox ul li .line {
  display: block;
  width: 100%;
  height: 12px;
  margin-top: 30px;
  background: url(../images/ysBoxIco.png) repeat;
}
.ysBox ul li p {
  line-height: 1.8;
  font-size: 15px;
  margin-top: 28px;
}
.caseBox {
  padding: 40px 0 60px;
}
.caseBox li {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 2%;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
}
.caseBox li.l1,
.caseBox li.l4 {
  margin-left: 0;
}
.caseBox li a {
  display: block;
}
.caseBox li p {
  line-height: 2.4;
  font-size: 17px;
  text-align: center;
  background-color: #f2f2f2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.caseBox .more {
  display: block;
  width: 180px;
  height: 42px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #00479d;
  border-radius: 4px;
  background-color: #00479d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.caseBox li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.caseBox li:hover p {
  color: #fff;
  background-color: #00479d;
}
.caseBox .more:hover {
  color: #00479d;
  background-color: #fff;
}
.newBox {
  padding: 40px 0 60px;
  background: url(../images/boxBg.jpg) repeat;
}
.newBox .menu {
  width: 513px;
  margin: 0 auto;
}
.newBox .menu li {
  float: left;
  width: 49%;
  line-height: 24px;
  color: #fff;
  font-size: 18px;
  margin-left: 2%;
  padding: 15px 0;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  background-color: #313131;
  cursor: pointer;
  text-align: center;
}
.newBox .menu li.active {
  background-color: #00479d;
}
.newBox .menu li.l1 {
  margin-left: 0;
}
.newBox dl {
  display: none;
  margin-top: 40px;
}
.newBox dl.active {
  display: block;
}
.newBox dl dt {
  float: left;
  width: 44%;
}
.newBox dl dt a {
  display: block;
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
.newBox dl dt h3 {
  font-size: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newBox dl dt .date {
  float: right;
  color: #999;
  font-weight: normal;
}
.newBox dl dt p {
  color: #999;
  font-size: 14px;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newBox dl dd {
  float: left;
  width: 50%;
  padding: 22px 0;
  margin-left: 6%;
  border-bottom: 1px solid #999;
}
.newBox dl dd:first-of-type {
  border-top: 1px solid #999;
}
.newBox dl dd a {
  display: block;
}
.newBox dl dd .date {
  float: left;
  width: 12%;
  border: 1px solid #000;
}
.newBox dl dd .date i {
  display: block;
  line-height: 50px;
  font-size: 38px;
  text-align: center;
}
.newBox dl dd .date span {
  display: block;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
}
.newBox dl dd .txt {
  float: left;
  width: 80%;
  margin-left: 5%;
}
.newBox dl dd .txt h3 {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newBox dl dd .txt .more {
  float: right;
  font-size: 14px;
}
.newBox dl dd .txt p {
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.footBox {
  color: #fff;
  padding: 40px 0;
  /* border-top: 3px solid #ee333a; */
  /* background-color: #2b2b2b; */
  background: url(../images/footBoxBg.jpg) no-repeat center;
  background-size: cover;
}
.footBox a {
  color: #fff;
}
.footBox dl {
  float: left;
  width: 23%;
}
.footBox dl.dl4 {
  width: 31%;
  text-align: right;
}
.footBox dl dt {
  line-height: 24px;
}
.footBox dl dt:after {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  margin: 10px 0;
  background-color: #ee333a;
}
.footBox dl dd {
  line-height: 21px;
  font-size: 14px;
  margin-bottom: 8px;
}
.footBox dl.dl4 dd {
  margin-bottom: 14px;
}
.footBox dl dd.img {
  line-height: 0;
  margin-bottom: 5px;
}
.copyRight {
  line-height: 1.6;
  font-size: 15px;
  padding: 12px 0;
  border-top: 1px solid #454545;
  background-color: #1e1e1e;
}
.copyRight .r {
  float: right;
}
.copyRight a,
.copyRight span {
  display: inline-block;
  color: #fff;
}

/* ny */
.nytit {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.nytit h1,
.nytit h2 {
  position: relative;
}
.nytit h1:after,
.nytit h2:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
  content: "";
  width: 1.1em;
  height: 4px;
  border-radius: 8px;
  background-color: #00479d;
}

/* channel.html */
.channel-main {
  margin-bottom: 80px;
}
.channel-main dl {
  margin-bottom: 40px;
}
.channel-main dt {
  position: relative;
}
.channel-main dt a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 84px;
  height: 26px;
  line-height: 24px;
  color: #00479d;
  font-size: 14px;
  text-align: center;
  border: 1px solid #00479d;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.channel-main dt a:hover {
  color: #fff;
  background-color: #00479d;
}
.channel-main dd {
  float: left;
  width: 24.25%;
  margin-left: 1%;
  text-align: center;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
}
.channel-main dd.d1 {
  margin-left: 0;
}
.channel-main dd a {
  display: block;
}
.channel-main dd p {
  font-size: 17px;
  line-height: 2.4;
  background-color: #f2f2f2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.channel-main dd:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.channel-main dd:hover p {
  color: #fff;
  background-color: #00479d;
}

/* list.html */
.list-main {
  margin-bottom: 80px;
}
.list-main li {
  float: left;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 1%;
  width: 24%\9;
  margin-right: 1%\9;
  text-align: center;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
}
.list-main li:nth-child(4n) {
  margin-right: 0;
}
.list-main li a {
  display: block;
}
.list-main li p {
  font-size: 17px;
  line-height: 2.4;
  background-color: #f2f2f2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-main li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.list-main li:hover p {
  color: #fff;
  background-color: #00479d;
}

/* new.html */
.new-main {
  margin-bottom: 80px;
}
.new-main .menu {
  width: 350px;
  margin: 0 auto;
}
.new-main .menu li {
  float: left;
  width: 170px;
  line-height: 44px;
  font-size: 18px;
  margin-left: 10px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
.new-main .menu li.l1 {
  margin-left: 0;
}
.new-main .menu li a {
  display: block;
  color: #222;
  background-color: #f4f4f4;
}
.new-main .menu li.active a {
  color: #fff;
  background-color: #00479d;
}
.new-main .list {
  margin: 20px 0;
}
.new-main .list li {
  width: 47%;
  border-bottom: 1px dashed #e2e7f1;
  padding: 20px 0;
  float: left;
  margin-right: 3%;
}
.new-main .list li:nth-of-type(2n) {
  margin-left: 3%;
  margin-right: 0;
}
.new-main .list li h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-main .list li .date {
  line-height: 20px;
  color: #666;
  font-size: 14px;
  display: block;
  background: url(../images/newIco.png) left center no-repeat;
  padding-left: 30px;
  margin: 10px 0 5px;
}
.new-main .list li p {
  height: 48px;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* gy.html */
.gy-main {
  margin-bottom: 60px;
}
.gy-main .txt p {
  line-height: 1.8;
  font-size: 18px;
  text-indent: 2em;
  margin-bottom: 10px;
}
.gy-main .pic {
  text-align: center;
}
.gj {
  margin: 60px 0;
}
.gj .tit {
  text-align: center;
  padding-bottom: 30px;
}
.gj .tit strong {
  display: inline-block;
  font-size: 32px;
  padding-bottom: 18px;
}
.gj .tit p {
  line-height: 20px;
  font-size: 18px;
}
.gj .txt {
  line-height: 28px;
  color: #666;
  font-size: 16px;
  text-align: left;
  padding: 0px 0px 20px 0px;
}
.gj li {
  float: left;
  width: 24.25%;
  padding: 2px;
  margin-right: 1%;
  margin-bottom: 1%;
  border: 1px solid #b1b1b1;
}
.gj li.l4,
.gj li.l8 {
  margin-right: 0;
}
.gj li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* lxwm.html */
.lxwm-main {
  margin-bottom: 40px;
}
.lxwm-main .lxwmL {
  float: left;
  width: 53%;
}
.lxwm-main .lxwmL .txt {
  margin-top: 20px;
}
.lxwm-main .lxwmL .txt p {
  color: #676767;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}
.lxwm-main .way-con {
  width: 90%;
  overflow: hidden;
  padding-top: 10px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}
.lxwm-main .way-con b {
  display: block;
  color: #676767;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
}
.lxwm-main .way-con a {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  width: 125px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  background-color: #26252d;
}
.lxwm-main .lxwmR {
  float: right;
  width: 46%;
  border: 10px solid #ddd;
  border-radius: 80px 0 0 0;
  overflow: hidden;
}

/* article.html */
.article-main {
  margin-bottom: 80px;
}

.article-main h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 2;
}
.article-main .info {
  text-align: center;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  border-bottom: 1px #dddddd solid;
}
.news-lj {
  clear: both;
  overflow: hidden;
  padding: 10px 20px;
  padding-left: 130px;
  box-sizing: border-box;
  background: url(../images/ico_newslj.png) #f3f3f3 no-repeat 20px center;
  margin: 30px auto;
}
.news-lj p {
  color: #666;
  line-height: 24px;
  padding: 10px 0;
}
.news-lj p font {
  color: #00479d;
}
.news-tel span {
  float: left;
  padding-left: 42px;
  background: url(../images/new-tel.png) no-repeat left center / contain;
}
.news-tel span strong {
  color: #00479d;
  font-size: 26px;
  font-weight: 700;
  margin-left: 8px;
}
.news-tel a.new_btn {
  float: right;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  padding: 0 20px 0 55px;
  background: url(../images/ico_btn.png) #00479d no-repeat 10px 4px / 30px;
}
.article-main .conetnt {
  line-height: 2;
  font-size: 18px;
  padding: 0 15px;
}

/* part.html */
.part-main {
  margin-bottom: 80px;
}
.part-main .nyl {
  float: left;
  width: 45%;
  overflow: hidden;
}
.part-main .nyl img {
  width: 100%;
}
.part-main .nyr {
  float: left;
  width: 51%;
  margin-left: 4%;
  display: inline;
}
.part-main .nyr h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.part-main .description {
  color: #666;
  line-height: 1.6;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 2px #00479d solid;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.part-main .list1 {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
.part-main .list1 li {
  float: left;
  width: 25%;
  line-height: 26px;
}
.part-main .list1 li i {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.part-main .nytel {
  color: #999;
  font-size: 15px;
  padding-top: 30px;
}
.part-main .nytel strong {
  display: inline-block;
  color: #00479d;
  font-size: 30px;
  vertical-align: text-bottom;
  font-family: Arial, Helvetica, sans-serif;
}
.part-main .nyrBtn {
  margin: 30px 0 0;
}
.part-main .nyrBtn a {
  float: left;
  width: 167px;
  height: 45px;
  line-height: 43px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #00479d;
  background-color: #00479d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.part-main .nyrBtn a.backBtn {
  margin-left: 30px;
}
.part-main .nyrBtn a:hover {
  color: #00479d;
  background-color: #fff;
}
.cp_txt {
  margin-top: 30px;
}
.txt_name {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 20px;
}
.txt_name:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 3px;
  height: 90%;
  background-color: #00479d;
}
.cp_txt p {
  font-size: 18px;
  line-height: 2;
}

.tjcp li {
  float: left;
  width: 24.25%;
  margin-left: 1%;
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.tjcp li.l1 {
  margin-left: 0;
}
.tjcp li a {
  display: block;
}
.tjcp li p {
  font-size: 17px;
  line-height: 2.4;
  background-color: #f2f2f2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tjcp li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.tjcp li:hover p {
  color: #fff;
  background-color: #00479d;
}

@media (max-width: 1340px) {
  .w1300 {
    width: 90%;
  }
  .headMenu li {
    font-size: 17px;
  }
  .indexTit h2 {
    font-size: 38px;
  }
  .productBox .menu li {
    padding: 10px 0;
  }
  .ysBox {
    display: none;
  }
  .newBox .menu {
    width: 363px;
  }
  .newBox .menu li {
    padding: 10px 0;
  }
  .footBox dl {
    width: 16%;
  }
  .footBox dl.dl3 {
    width: 37%;
  }
  .lxwm-main .lxwmL {
    width: 100%;
  }
  .lxwm-main .way-con {
    width: 100%;
  }
  .lxwm-main .lxwmR {
    display: none;
  }
  .part-main .nyl {
    width: 47%;
  }
  .part-main .nyr {
    margin-left: 2%;
  }
  .part-main .list1 {
    display: none;
  }
  .part-main .nytel {
    border-top: 1px solid #ddd;
  }
  .part-main .nyrBtn a {
    width: 157px;
  }
  .part-main .nyrBtn a.backBtn {
    margin-left: 20px;
  }
  .cp_txt p {
    font-size: 17px;
  }
}
@media (max-width: 1140px) {
  .indexTit h2 {
    font-size: 32px;
  }
  .indexTit p {
    font-size: 14px;
    margin-top: 6px;
  }
  .productBox .list li p {
    line-height: 2.2;
    font-size: 16px;
  }
  .aboutBox {
    padding-bottom: 40px;
  }
  .aboutBox .pic {
    display: none;
  }
  .aboutBox .txt p {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .caseBox li p {
    line-height: 2.2;
    font-size: 16px;
  }
  .footBox dl.dl1,
  .footBox dl.dl2 {
    display: none;
  }
  .footBox dl.dl3 {
    width: 42%;
  }
  .footBox dl.dl4 {
    float: right;
    width: 58%;
  }
  .gy-main .txt p {
    font-size: 17px;
  }
  .channel-main {
    margin-bottom: 60px;
  }
  .channel-main dd p {
    line-height: 2.2;
    font-size: 16px;
  }
  .list-main li p {
    line-height: 2.2;
    font-size: 16px;
  }
  .new-main {
    margin-bottom: 60px;
  }
  .article-main {
    margin-bottom: 60px;
  }
  .article-main .conetnt {
    font-size: 17px;
    padding: 0 10px;
  }
  .part-main {
    margin-bottom: 60px;
  }
  .part-main .nyr h2 {
    margin-bottom: 15px;
  }
  .tjcp li p {
    line-height: 2.2;
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .headMenu li .sub {
    display: none !important;
  }
  .indexTit h2 {
    font-size: 28px;
  }
  .productBox .menu li {
    font-size: 16px;
    padding: 6px 0;
  }
  .newBox dl dt {
    width: 100%;
  }
  .newBox dl dt .img {
    text-align: center;
  }
  .newBox dl dt a {
    display: none;
  }
  .newBox dl dd {
    width: 100%;
    margin-left: 0;
  }
  .newBox dl dd:first-of-type {
    border-top: 0;
  }
}
@media (max-width: 768px) {
  .fdh {
    display: block;
  }
  .dqwz {
    display: block;
    height: auto;
    line-height: 16px;
    text-align: center;
    border: 0;
    padding: 0;
    margin-bottom: 30px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #090909;
  }
  .dqwz .w1300 {
    width: 100%;
  }
  .dqwz .p1 {
    font-size: 14px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
    background-color: #fff;
    padding: 15px;
  }
  .dqwz .p1 b {
    padding-left: 0;
  }
  .dqwz .p2 {
    display: block;
  }
  .nyban {
    display: none;
  }
  .prenext {
    margin-top: 10px;
    padding-top: 10px;
  }
  .page {
    margin-top: 10px;
  }
  .nytit {
    margin-bottom: 4px;
  }
  .nytit h1,
  .nytit h2 {
    font-size: 26px;
  }
  .header {
    padding: 16px 0 18px;
  }
  .headMenu .w1300 {
    width: 100%;
  }
  .headMenu li {
    width: 33.33%;
    line-height: 46px;
  }
  .bannerBox .hd {
    width: 70px;
    bottom: 8px;
  }
  .bannerBox .hd li {
    margin: 1px;
    width: 13px;
    height: 13px;
  }
  .indexTit {
    margin-bottom: 20px;
  }
  .indexTit h2 {
    font-size: 26px;
  }
  .indexTit .tit_pc {
    display: none;
  }
  .indexTit .tit_m {
    display: block;
  }
  .indexTit p {
    display: none;
  }
  .serieBox {
    padding-bottom: 40px;
  }
  .productBox {
    padding-bottom: 40px;
  }
  .productBox .menu li .pc {
    display: none;
  }
  .productBox .menu li .m {
    display: block;
  }
  .productBox .list li {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }
  .productBox .list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .aboutBox .txt p {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .caseBox {
    padding-bottom: 40px;
  }
  .caseBox li {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }
  .caseBox li:nth-of-type(2n) {
    margin-right: 0;
  }
  .caseBox .more {
    margin-top: 10px;
  }
  .newBox {
    padding-bottom: 40px;
  }
  .newBox dl {
    margin-top: 30px;
  }
  .footBox {
    padding: 30px 0;
  }
  .footBox dl.dl3 {
    float: none;
    width: 60%;
    margin: 0 auto;
  }
  .footBox dl.dl4 {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .copyRight {
    margin-bottom: 40px;
    text-align: center;
  }
  .copyRight .r {
    float: none;
  }
  .gy-main .txt p {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .channel-main {
    margin-bottom: 40px;
  }
  .channel-main dl {
    margin-bottom: 20px;
  }
  .channel-main dd {
    width: 49%;
    margin-left: 0%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .channel-main dd:nth-of-type(2n) {
    margin-right: 0;
  }
  .list-main {
    margin-bottom: 40px;
  }
  .list-main li {
    width: 49%;
    margin-left: 0%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .list-main li:nth-of-type(2n) {
    margin-right: 0;
  }
  .new-main {
    margin-bottom: 40px;
  }
  .new-main .list {
    margin: 10px 0;
  }
  .new-main .list li {
    width: 100%;
    margin-right: 0;
  }
  .new-main .list li:nth-of-type(2n) {
    margin-left: 0;
  }
  .lxwm-main .lxwmL .txt {
    margin-top: 0;
  }
  .lxwm-main .lxwmL .txt p {
    font-size: 17px;
  }
  .lxwm-main .way-con {
    margin-top: 20px;
  }
  .article-main {
    margin-bottom: 40px;
  }
  .article-main h1 {
    font-size: 26px;
    line-height: 1.4;
  }
  .article-main .info {
    margin-bottom: 10px;
  }
  .news-lj {
    display: none;
  }
  .article-main .conetnt {
    line-height: 1.6;
    font-size: 16px;
  }
  .part-main {
    margin-bottom: 40px;
  }
  .part-main .nyl {
    width: 95%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    text-align: center;
    float: none;
  }
  .part-main .nyr {
    width: 98%;
    margin: 0 1%;
  }
  .part-main .nyr h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .part-main .description {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .part-main .nytel {
    text-align: center;
    padding-top: 20px;
  }
  .part-main .nyrBtn {
    display: none;
  }
  .txt_name {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .cp_txt p {
    line-height: 1.6;
    font-size: 16px;
  }
  .tjcp li {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }
  .tjcp li:nth-of-type(2n) {
    margin-right: 0;
  }
  .tjcp li:nth-of-type(n + 3) {
    margin-top: 2%;
  }
  .gj li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .gj li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .headTel {
    display: none;
  }
}
@media (max-width: 480px) {
  .w1300 {
    width: 94%;
  }
  .headLogo {
    float: none;
  }
  .siteinfoL {
    display: none;
  }
  .caseBox .more {
    width: 120px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
  }
  .newBox dl {
    margin-top: 20px;
  }
  .newBox dl h3 {
    line-height: 1.2;
  }
  .newBox .menu {
    width: 100%;
  }
  .newBox dl dd .date {
    display: none;
  }
  .newBox dl dd .txt {
    width: 100%;
    margin-left: 0;
  }
  .footBox dl.dl3 {
    width: 100%;
    text-align: center;
  }
  .footBox dl.dl3 dt {
    display: none;
  }
  .footBox dl.dl3 dd {
    line-height: 1.6;
    margin-bottom: 0px;
  }
  .channel-main dt a {
    width: auto;
    height: 14px;
    line-height: 1;
    color: #222;
    border: 0;
  }
  .channel-main dt a:hover {
    color: #222;
    background: none;
  }
  .new-main .menu {
    width: 100%;
  }
  .new-main .menu li {
    width: 49%;
    line-height: 38px;
    font-size: 16px;
    margin-left: 2%;
  }
}
