@charset "gb2312";
* {
  word-break: break-all;
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif, "微软雅黑", "microsoft Yahei", "Courier New", Courier,
    monospace;
  padding: 0px;
  margin: 0px auto;
  line-height: 32px;
  background-color: #fff;
  overflow-x: hidden;
  text-align: justify;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #65a9fc;
  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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear,
.c {
  clear: both;
}
.blank {
  clear: both;
  height: 20px;
}
img {
  max-width: 100%;
  border: 0;
  height: auto;
}
.imgZoom {
  overflow: hidden;
}
.imgZoom img {
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  display: block;
}
.imgZoom:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
table {
  border: 1px solid #dddddd;
}
table tr:nth-child(odd) {
  background: #F4F4F4;
}
table td, table th {
  border: 1px solid #dddddd;
}
table tr td:hover {
  background: #0c62d9;
  color: #fff;
}
.input,
.textarea {
  border-top: ridge 1px #ccc;
  border-right: inset 1px #d8d8d8;
  border-bottom: inset 1px #d8d8d8;
  border-left: ridge 1px #ccc;
  font-size: 14px;
  color: #666;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  background-color: #fff;
}
.wrap {
  width: 1350px;
  margin: 0 auto;
}
.head {
  position: relative;
  height: 100px;
  padding: 20px 0 0 0;
}
.logo,
.tel {
  position: absolute;
}
.tel {
  right: 0;
}
.nav {
  width: 100%;
  background: #0C62D9;
  height: 58px;
  line-height: 58px;
}
.nav ul li {
  width: 14.2%;
  float: left;
  text-align: center;
}
.nav ul li a {
  display: block;
  color: #fff;
}
.nav ul li a:hover {
  background: #ff8a00;
}
.nav ul .nLi {
  position: relative;
}
.nav ul .nLi .sub {
  width: 200%;
  display: none;
  position: absolute;
  z-index: 99;
}
.nav ul .nLi .sub a {
  float: left;
  background: #0c62d9;
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #65a9fc;
}
.nav ul .nLi .sub a:nth-child(even) {
  border-left: 1px solid #65a9fc;
}
.nav ul .nLi .sub a:nth-last-child(-n + 2) {
  border-bottom: none;
}
.nav ul .nLi .sub a:hover {
  background: #ff8a00;
}
.nav ul .nLi .newsub {
  width: 100%;
}
.nav ul .nLi .newsub a {
  width: 100%;
  border-bottom: 1px solid #65a9fc!important;
}
.sjNav {
  display: none;
}
.slideBox {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.slideBox .hd {
  position: absolute;
  overflow: hidden;
  height: 15px;
  bottom: 15px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
}
.slideBox .hd ul li {
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 5px;
  background: #fff;
  cursor: pointer;
  border-radius: 10px;
}
.slideBox .hd ul li.on {
  background: #0c62d9;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd ul li {
  zoom: 1;
}
.slideBox .bd img {
  width: 100%;
  display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 40px;
  background: #65a9fc url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=70);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.app a img {
  width: 100%;
}
.app .slick-prev,
.app .slick-next {
  outline: none;
  position: absolute;
  top: 50%;
  border: #0C62D9;
  background: #0C62D9;
  height: 40px;
  width: 30px;
  z-index: 9;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.app .slick-prev:hover,
.app .slick-next:hover {
  background: #65a9fc;
}
.app .slick-prev {
  left: 10px;
}
.app .slick-next {
  right: 10px;
}
.app .slick-prev .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}
.icon-font {
  position: relative;
}
.app .slick-prev .icon-left-arrow:after {
  background-position: -33px -180px;
}
.app .slick-next .icon-right-arrow:after {
  background-position: -27px -480px;
}
.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icon_spirit.png) no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}
.app .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}
.app .slick-dots li.slick-active {
  background: #65a9fc;
}
.app .slick-dots li {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #707070;
  margin: 0 2px;
}
.app .slick-dots li button {
  display: none;
}
.slideBox_bottom {
  background: #0c62d9;
  width: 100%;
  padding: 20px 0;
  z-index: 11;
  overflow: hidden;
  margin-bottom: 50px;
}
.slideBox_bottom > div {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}
.slideBox_bottom > div > a {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  display: block;
  width: 25%;
  float: left;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.slideBox_bottom > div > a:hover {
  transform: translateY(-15px);
}
.slideBox_bottom .sliBoCon p{
  margin-top: -10px;
}
.m1 {
  margin-bottom: 50px;
  text-align: center;
}
.m1 .mat {
  margin-bottom: 20px;
}
.m1 .mat h2 {
  font-size: 36px;
  margin-bottom: 10px;
  background: url(../images/mt.png) no-repeat center center;
}
.m1 > .wrap > .sycpzs {
  overflow: hidden;
  margin-right: -20px;
  margin-left: -10px; 
}
.m1 > .wrap > .sycpzs li {
  width: 23%;
  border: 1px #dddddd solid;
  float: left;
  text-align: center;
  margin: 0 1% 20px;
  display: inline;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.m1 > .wrap > .sycpzs li span {
  line-height: 40px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #eeeeee;
}
.m1 > .wrap > .sycpzs li:hover span{
  background: #0c62d9;
  color: #fff;
}
.m2 {
  position: relative;
  background: url(../images/ys.jpg) no-repeat center center;
  height: 1366px;
}
.m2 .tit {
  position: absolute;
  /*left: 50%;
  transform: translateX(-50%);*/
  left: 0;
  right: 0;
  margin: auto;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  top: 58px;
  letter-spacing: 3px;
  width: 273px;
}
.m2 .titContainer {
  position: absolute;
  font-size: 16px;
  /*left: 50%;
  transform: translateX(-50%);*/
  left: 0;
  right: 0;
  margin: auto;
  color: #dde7f9;
  border: 1px solid #fff;
  padding: 0 20px;
  top: 145px;
  width: 740px;
}
.m2 .mys {
  position: absolute;
  width: 1300px;
  top: 222px;
  /*left: 50%;
  transform: translateX(-50%);*/
  left: 0;
  right: 0;
  margin: auto;
}
.m2 .mys .pic {
  position: absolute;
}
.m2 .mys .h1plate, 
.m2 .mys .h2plate,
.m2 .mys .h3plate,
.m2 .mys .h4plate {
  position: absolute;
  width: 500px;
  height: 120px;
}
.m2 .mys .h1tit,
.m2 .mys .h2tit,
.m2 .mys .h3tit,
.m2 .mys .h4tit {
  position: absolute;
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
}
.m2 .mys .h1titContainer,
.m2 .mys .h2titContainer,
.m2 .mys .h3titContainer,
.m2 .mys .h4titContainer {
  position: absolute;
  font-size: 14px;
  color: #000;
  top: 30px;
}
.m2 .mys .h1container,
.m2 .mys .h2container,
.m2 .mys .h3container,
.m2 .mys .h4container {
  position: absolute;
  top: 65px;
  font-size: 16px;
  color: #000;
  top: 65px;
}
.m2 .mys .h1plate {
  top: 85px;
  left: 824px;
}
.m2 .mys .h2plate {
  top: 340px;
  left: 824px;
}
.m2 .mys .h3plate {
  top: 620px;
  left: 105px;
}
.m2 .mys .h4plate {
  top: 880px;
  left: 105px;
}
.m3 {
  text-align: center;
  padding: 50px 0;
  position: relative;
  height: 557px;
}
.m3 .mat {
  margin: 0;
}
.m3 .about {
  position: absolute;
  /*left: 50%;
  transform: translateX(-50%);*/
  left: 0;
  right: 0;
  margin: auto;
}
.m3 .about .pic {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 9;
  width: 707px;
  height: auto;
}
.m3 .about .container {
  position: absolute;
  text-align: justify;
  width: 500px;
  top: 60px;
  left: 810px;
}
.m3 .mat h2 {
  font-size: 36px;
  margin-bottom: 3px;
  background: url(../images/mt.png) no-repeat center center;
}
.m3 .about .container .contit {
  font-size: 26px;
}
.m3 .about .container .contitcon {
  font-size: 12px;
  margin-bottom: 30px;
}
.m3 .about .container span {
  display: block;
  text-indent: 2em;
  font-size: 16px;
}

.m3 .about .container .more {
  display: block;
  width: 129px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background: #0c62d9;
  text-transform: uppercase;
  margin-top: 30px;
}
.m3 .about .container .more:hover {
  background: #ff8a00;
}
.m4 {
  text-align: center;
  background: #f6f7fb;
  padding: 50px 0;
}
.m4 .mat {
  margin-bottom: 20px;
}
.m4 .mat h2 {
  font-size: 36px;
  margin-bottom: 3px;
  background: url(../images/mt.png) no-repeat center center;
}
.m4 .container {
  overflow: hidden;
}
.m4 .container ul {
  zoom: 1;
}
.m4 .container li {
  width: 300px;
  margin: 0 20px 0 0;
  overflow: hidden;
  text-align: center;
  background: #f7f7f7;
  border: 2px solid #fff;
  border-radius: 5px;
}
.m4 .container .pic {
  text-align: center;
  line-height: 0px;
}
.m4 .container li .title {
  font-size: 15px;
  width: 100%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
  background-color: #eeeeee;
  color: #000;
}
.m4 .container li a:hover .title,
.m4 .sjal .picList li a:hover span,
.cpxg .cpzs li a:hover p,
.xgcp .cpzs li a:hover span,
.mcon .cpzs li a:hover span {
  background: #0367d8;
  color: #fff;
  display: block;
}
.m5 {
  text-align: center;
  margin: 50px auto;
}
.m5 .mat {
  margin-bottom: 20px;
}
.m5 .mat h2 {
  font-size: 36px;
  margin-bottom: 3px;
  background: url(../images/mt.png) no-repeat center center;
}
.m5 .h5left {
  width: 50%;
  float: left;
}
.m5 .h5right {
  width: 45%;
  float: left;
  margin-left: 5%;
}
.m5 .rx_t {
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  height: 47px;
  margin-bottom: 25px;
}
.m5 .rx_t .rx_tit span {
  border-bottom: 3px solid #467cd4;
  height: 47px;
  float: left;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
}
.m5 .rx_t a {
  display: block;
  float: right;
  background: #467cd4;
  border-radius: 3px;
  color: #fff;
  width: 60px;
  text-align: center;
  margin-top: 17px;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
}
.m5 .rx_t a:hover{
  background:#ff8a00;
}
.m5 .synewl li {
  text-align: left;
  margin-bottom: 25px;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px #ddd dashed;
}
.m5 .synewl .date {
  width: 20%;
  margin-right: 4%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  background: #0c62d9;
  padding: 10px 0;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.m5 .synewl .date span {
  font-size: 26px;
  display: block;
  color: #ffffff;
}
.m5 .synewl .new_desc {
  width: 76%;
  float: left;
}
.m5 .synewl .n_tit {
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px;
}
.m5 .synewl .n_info {
  font-size: 13px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
}
.m5 .synewr {
  overflow: hidden;
  margin-bottom: 30px;
}
.m5 .synewr li {
  text-align: left;
  background: url(../images/m7ico.png) no-repeat left center;
  line-height: 55px;
  font-size: 16px;
  padding-left: 20px;
  border-bottom: 1px #ccc dashed;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m5 .synewr span {
  float: right;
  color: #666;
}
.foot {
  color: #fff;
  background: #0c62d9;
  padding-top: 30px;
  line-height: 28px;
  font-size: 15px;
}
.foot dl dt:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
.foot .cp {
  float: left;
  width: 40%;
}
.foot .cp dt {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.foot .cp dd a {
  color: #fff;
}
.foot .lxfs {
  float: left;
  width: 40%;
}
.foot .lxfs dt {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.foot .wx {
  float: left;
  width: 20%;
}
.foot .wx dt {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.foot .bq {
  padding: 10px 0px;
  color: #fff;
  border-top: 1px #0c62d9 solid;
  margin-top: 20px;
}
.fdh {
  display:none;
}

.nyban {
  width: 100%;
  height: 300px;
  background: url(../images/nyban.jpg) no-repeat center center;
}
.dqwz {
  border-bottom: 1px #cccccc solid;
  margin-bottom: 20px;
  background-color: #eeeeee;
  padding: 10px 0;
  font-size: 15px;
}
.dqwz b {
  color: #EA3D02;
}
.gyban, .lxban, .xwban {
  margin-bottom: 30px;
}
.nyban .wrap {
  display: none;
}
.mat {
  text-align: center;
  margin-bottom: 30px;
}
.mcon {
  text-align: justify;
  font-size: 16px;
  line-height: 2;
}
.cpzs li {
  width: 23%;
  border: 1px #dddddd solid;
  float: left;
  text-align: center;
  margin: 0 0.9% 2%;
  box-sizing: border-box;
  display: inline;
  overflow: hidden;
  background-color: #eeeeee;
  line-height: 40px;
}
.mrtit {
  text-align: left;
  border-bottom: 1px #dddddd solid;
  margin-bottom: 15px;
  padding: 20px 0 20px 50px;
  font-weight: bold;
  font-size: 20px;
}


.mrtit>a {
  position: relative;
}
.mrtit>a:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border: 4px solid #0367D8;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 1px;
}
.mrtit em {
  float: right;
  font-style: normal;
  font-weight: normal;
  padding-right: 10px;
  font-size: 14px;
  margin-top: 10px;
}
.m1 .mat1 h2 {
  background: none;
}
.mleft {
  width: 290px;
  float: left;
  margin-right: 40px;
  display: inline;
}
.mleft .cplb {
  background: #003e92;
  padding: 5px;
}
.mleft .cptit {
  text-align: center;
  margin: 20px auto;
}
.mleft .cplb .sideMenu {
  overflow: hidden;
  border-bottom: none;
  background-color: #fff;
  padding: 10px 10px 0 10px;
}
.mleft .cplb h3 {
  text-align: center;
  line-height: 45px;
  height: 45px;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
}
.mleft .cplb h3 a {
  display: block;
  background-color: #eeeeee;
  color: #333333;
}
.mleft .cplb h3 a:hover{
  background: #eeeeee;
}
.leftlx{ color:#ffffff; text-align:left; padding:10px;}
.leftlx h3{text-align:left !important; }

.mright {
  width: 1020px;
  float: left;
}
.mright .cpzs li:hover {
  background-color: #0367D8;
}
.mright .cpzs li:hover a {
  color: #fff;
}
.page {
  line-height: normal;
  font-size: 14px;
}
.page a, .page span {
  display: block;
  color: #390;   
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0px;
  border: 1px solid #ccc;
  padding-top: 3px;
  float: left;
  margin-top: 5px;
  margin-right: 2px;
  margin-bottom: 5px;
  margin-left: 2px;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
  height: 18px;
}
.page a:hover, .page a.current {
  color: #f44;
  border: 1px solid #f44;
}
.page input {
  padding: 0px;
  color: #390;
  height: 16px;
  width: 25px;
  border: 0px solid #fff;
  text-align: center;
  margin-top: 0px;
  margin-right: -5px;
  margin-bottom: 0px;
  margin-left: -5px;
  vertical-align: middle;
  font-size: 12px;
}
.ny {
  margin-bottom: 30px;
}
.topc {
  margin-bottom: 30px;
}
.nyl {
  width: 50%;
  margin: 0 auto;
  float: left;
}
.nyr {
  width: 46%;
  float: left;
  margin-left: 4%;
  display: inline;
}
.prodTitle {
  font-size: 28px;
  line-height: 45px;
  padding-left: 40px;
  overflow: hidden;
  color: #000;
  font-weight: normal;
}
.list2 {
  padding: 30px 0;
  overflow: hidden;
}
.list2 .mfbj {
  width: 40%;
  float: left;
  background-color: #0858B2;
  text-align: center;
  border-radius: 5px;
  line-height: 70px;
  margin-right: 5%;
}
.list2 li {
  height: 70px;
}
.list2 .mfbj a {
  color: #fff;
  font-size: 18px;
}
.proonedetailfltel {
  font-size: 14px;
  color: #999;
  float: right;
  background-color: #0367D8;
  width: 55%;
  border-radius: 5px;
  text-indent: 30px;
}
.proonedetailfltel span {
  display: block;
  color: #fff;
}
.proonedetailfltel strong {
  font-size: 30px;
  vertical-align: text-bottom;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
}
.proonedetailfltel strong a {
  color: #fff;
}
.nyms {
  padding: 30px 0;
  border-top: 1px #ddd solid;
  margin: 0 0 30px 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.list1 {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
.list1 li {
  width: 25%;
  float: left;
}
.list1 li i {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
#mynav {
  width: 100%;
  position: relative;
  z-index: 99;
  color: #fff;
  border-radius: 5px;
}
.promenu {
  margin: 0 auto;
  overflow: hidden;
  background-color: #0367D8;
  left: 0!important;
}
.promenu ul {
  overflow: hidden;
  width: 100%;
}
.promenu ul li {
  float: left;
  text-align: center;
  width: 33.33%;
}
.promenu ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 10px 0;
}
.promenu ul li:hover, .promenu .cur, .promenu .cur a {
  color: #fff;
  background-color: #0858B2;
}
.topc2 {
  margin-top: 40px;
}
.two-box {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.cp_txt {
  width: 100%; 
  overflow: hidden;
  margin-bottom: 52px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}
.txt_name {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
  text-align: center;
}
.prenext {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 98%;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 15px;
  border-top: 1px #ddd solid;
  padding: 20px 0;
}
.prenext .pre {
  float: left;
  width: 50%;
  text-align: left;
}
.prenext .next {
  text-align: right;
  float: left;
  width: 50%;
}
.prenext .pre a {
  color: #666;
  text-decoration: none;
}
.prenext .pre a {
  color: #666;
  text-decoration: none;
}
.nch1 {
  text-align: left;
  overflow: hidden;
}
.nch1 li {
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px #ccc dashed;
  padding-bottom: 10px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  text-indent: 20px;
}
.nch1 li h2 {
  font-size: 18px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nch1 li:before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border: 2px solid #0367D8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}

.nch1 li .time {
  font-size: 14px;
  color: #999;
}
.nch1 li p {
  line-height: 32px;
  font-size: 16px;
  padding: 10px 0;
  color: #666;
}
.nch1 li:hover {
  transform: translateX(15px);
}
.newt {
  text-align: center;
  font-size: 30px;
}
.info {
  text-align: center;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  border-bottom: 1px #dddddd solid;
}
.cpzs1 li {
  width: 31%;
}
.cont-way {
  clear: both;
  overflow: hidden;
  padding-bottom: 80px;
}
.way-info {
  float: left;
  width: 100%;
  padding-top: 50px;
}
.way-con {
  clear: both;
  overflow: hidden;
  padding-top: 50px;
  margin-top: 40px;
  border-top: 1px solid #ddd;
}
.way-con b {
  display: block;
  color: #666;
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  margin: 10px 0;
}
.way-con span {
  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: #0367D8;
}
.xgxw li {
  border-bottom: 1px #dddddd dashed;
  background: url(../images/mli.jpg) no-repeat left center;
  padding-left: 20px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.mcon .cp .cpzs li span a,
.m1 .mright .cpzs1 li span,
.xgcp .cpzs li span {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fw2 ul {
  overflow: hidden;
  width: 500px;
  margin: 0 auto 30px;
}
.fw2 li {
  color: #666666;
  font-size: 16px;
  text-align: left;
  line-height: 25px;
}
.fw2 li span {
  color: red;
}
.fw2 dl {
  width: 23%;
  float: left;
  margin: 0 1%;
}
.fw2 dt {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  background-color: #0c62d9;
  text-align: center;
  border-radius: 50%;
  line-height: 100px;
}
.fw2 dt img {
  width: 70%;
  margin: 10px auto;
}
.fw2 dt:hover img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.fw2 dd {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.fw2 dd h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
  color: #000;
}
.fw3 {
  padding: 40px 0;
}
.fw3 ul {
  overflow: hidden;
}
.fw3 li {
  width: 16%;
  float: left;
  text-align: center;
}
.imgFanzhuan {
  overflow: hidden;
}
.imgFanzhuan img {
  display: block;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  margin: 0 auto;
}
.imgFanzhuan:hover img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.fw3 li p {
  margin-top: 15px;
}
.fw2 .imgFanzhuan,
.fw3 .imgFanzhuan img {
  cursor: pointer;
}
.m4_topHt {
  width: 100%;
  background: url(../images/bn17.png) no-repeat 50% 50%;
  height: 244px;
}
#divMainTab {
  width: 100%;
  margin-bottom: 30px;
}
#divMainTab ul {
  width: 100%;
  margin: 0 auto;
}
#divMainTab li {
  float: left;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  width: 25%;
  height: 55px;
  line-height: 55px;
}
#divMainTab .normal {
  background-color: #eeeeee;
}
#divMainTab .selected {
  background: #0C62D9;
  border-color: #0C62D9;
  color: #ffffff;
}
#div1, #div2, #div3, #div4 {
  margin-bottom: 50px;
}
.cpzs ul li p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bq .wrap a {
  color: #fff;
}
@media screen and (max-width: 1350px) {
  .wrap {
    width: 90%;
  }
  .m1 > .wrap > .sycpzs{
    margin-right: 0;
    margin-left: 0;
  }
  .m1 > .wrap > .left {
    width: 25%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .m1 > .wrap > {
    width: 73%;
  }
  .m2 {
    display: none;
  }
  .m3 {
    padding: 0 0 50px 0;
  }
  .m3 .about .pic {
    width: 55%;
  }
  .m3 .about .container {
    width: 43%;
    left: 59%;
  }
  .nyban {
    height: auto;
  }
  .mleft {
    width: 25%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .mright {
    width: 73%;
  }
  .lxtp,
  .m4_topHt {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .m3 .about .container span:last-child {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .tel,
  .m1 > .wrap > .left, .mleft,
  .m3 .about .container .contit,
  .m3 .about .container .contitcon {
    display: none;
  }
  .m1 > .wrap > {
    width: 100%;
  }
  .m1 > .wrap > .sycpzs li {
    width: 31%;
  }
  .m1 > .wrap > .sycpzs li:nth-child(n + 10){
    display: none;
  }
  .m3 {
    height: 440px;
  }
  .mright {
    width: 100%;
  }
  #top .head {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 0;
  }
  #top .head .logo {
    position: static;
  }
  .m3 .about .pic {
    width: 50%;
  }
  .m3 .about .container {
    width: 47%;
    left: 55%;
  }
}
@media screen and (max-width: 800px) {
  .m3 .about .container span:last-child {
    display: block;
  }
  .nyban {
    padding: 50px 0 0 0;
  }
  .mcon {
    width: 98%;
    margin: 0 1%;
    font-size: 14px;
  }
  .head,
  .nav {
    display: none;
  }
  .sjNav {
    display: block;
  }
  /* 导航 */
  .sjNav {
    position: fixed;
    background: #000;
    width: 100%;
    height: 50px;
    z-index: 99;
  }
  .sjLogo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .mobile-inner-header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
  }
  .overflowH {
    overflow: hidden;
  }
  .mobile-inner-header-background {
    z-index: 9;
    background: #000;
  }
  .mobile-inner-header-icon {
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }
  .mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
  }
  .mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
  }
  .mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
  }
  .mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
  }
  .mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
  }
  @keyframes clickfirst {
    0% {
      transform: translateY(4px) rotate(0deg);
    }
    100% {
      transform: translateY(0) rotate(45deg);
    }
  }
  @keyframes clicksecond {
    0% {
      transform: translateY(-4px) rotate(0deg);
    }
    100% {
      transform: translateY(0) rotate(-45deg);
    }
  }
  .mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
  }
  .mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
  }
  @keyframes outfirst {
    0% {
      transform: translateY(0) rotate(-45deg);
    }
    100% {
      transform: translateY(-4px) rotate(0deg);
    }
  }
  @keyframes outsecond {
    0% {
      transform: translateY(0) rotate(45deg);
    }
    100% {
      transform: translateY(4px) rotate(0deg);
    }
  }
  .mobile-inner-nav {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
  }
  .mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #ffffff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
  }
  .mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
  }
  @-webkit-keyframes returnToNormal {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes returnToNormal {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .slideBox {
    top: 50px;
    margin-bottom: 100px;
  }
  .m3 .about .pic {
    display: none;
  }
  .m3 .about .container {
    width: 100%;
    left: 0;
    top: 20px;
  }
  .m4 .picList li {
    width: 31%;
    border: 1px #dddddd solid;
    float: left;
    text-align: center;
    margin: 0 0.9% 2%;
    box-sizing: border-box;
    display: inline;
    overflow: hidden;
    background-color: #eeeeee;
    line-height: 40px;
  }
  .m5 .h5left, .m5 .h5right {
    width: 98%;
    margin: 0 1% 2%;
  }
  .m1 .mat h2, .m3 .mat h2, .m4 .mat h2, .m5 .mat h2 {
    font-size: 26px;
  }
  .fdh {
    display: block;
    line-height: 40px;
    height: 40px;
    background-color: #222222;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 99999;
    bottom: 0px;
    color: #fff;
  }
  .fdh li {
    width: 33.33%;
    float: left;
    display: block;
    text-align: center;
    border-right: 1px #ddd solid;
    box-sizing: border-box;
  }
  .fdh .li {
    background-color: #0367D8;
  }
  .fdh a {
    color: #fff;
  }
  .foot .cp {
    display: none;
  }
  .foot .lxfs {
    width: 70%;
  }
  .foot .wx {
    width: 23%;
  }
  .nyl, .nyr {
    width: 98%;
    margin: 0 1%;
  }
  .nyl {
    text-align: center;
    margin-bottom: 20px;
  }
  .newt, .mat h2, .prodTitle {
    font-size: 26px;
  }
  .list2 {
    padding-bottom: 0;
  }
  .nyms {
    width: 98%;
    margin: 1%;
  }
  .bq {
    padding-bottom: 40px!important;
  }
  .ny .promenu,.ny #mynav {
    margin-top: 50px;
  }
  .slideBox_bottom {
    display: none;
  }
  .fw2 dl {
    width: 100%;
  }
  .fw3 li {
    width: 33%;
    margin-bottom: 2%;
  }
  .m3 {
    height: 350px;
  }
  .cpzs li {
    width: 31%;
  }
}
@media screen and (max-width: 640px) {
  .m1 > .wrap > .sycpzs li{
    width: 48%;
    border: 1px #dddddd solid;
    box-sizing: border-box;
  }
  .m1 > .wrap > .sycpzs li:nth-child(n + 7) {
    display: none;
  }
  .m1 .mat h2, .m3 .mat h2, .m4 .mat h2, .m5 .mat h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .m3 {
    height: 440px;
  }
  .m4 .picList li {
    width: 48%;
  }
  .m4 .picList li:nth-child(n + 5){
    display: none;
  }
  .m5 .rx_t .rx_tit span {
    font-size: 18px;
  }
  .foot .lxfs, 
  .foot .wx {
    margin-left: 20%;
    width: 80%;
  }
  .bq .fr {
    display: none;
  }
  .cpzs li, .cpfl li {
    width: 48%;
  }
  .list2 .mfbj {
    width: 100%;
    margin: 0 auto 2%;
  }
  .proonedetailfltel {
    width: 100%;
    margin: 0 auto 2%;
    text-align: center;
    text-indent: 0;
  }
  .list1 {
    margin-bottom: 20px;
    display: none;
  }
  .fw2 ul {
    width: auto;
  }
}
@media screen and (max-width: 520px) {
}
@media screen and (max-width: 480px) {
  .fw3 li {
    width: 50%;
  }
  #divMainTab li {
    width: 48%;
    margin: 0 1%;
    box-sizing: border-box;
  }
}
.cp dd{
  display: inline-block;
  width: 49%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:1rem;top:50%;width:60px; height:240px}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:80px;height:80px;background-color:#3b3939;margin-bottom:0.3rem;cursor:pointer;outline:none; border-radius:6px; color:#ffffff; text-align:center; font-size:0.8rem;}
.suspension .a.active,
.suspension .a:hover{background:#2254c7;}
.suspension .a .i{ display:block;width:25px;height:25px; margin:0 auto; padding-top:20px;}
.suspension .a-service .i{ background:url(../images/fl1.png) no-repeat center center;    background-size: 100%;}
.suspension .a-service-phone .i{ background:url(../images/fl2.png) no-repeat center center;    background-size: 100%;}
.suspension .a-qrcode .i{ background:url(../images/fl4.png) no-repeat center center;    background-size: 100%;}
.suspension .a-cart .i{ background:url(../images/fl3.png) no-repeat center center;    background-size: 100%;}
.suspension .a-top .i{ background:url(../images/fl5.png) no-repeat center center; background-size: 100%;}
.suspension .a-top{display:none;}
.suspension .a-top:hover{}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:60px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:50%;}
.suspension .d-service{top:-20px;}
.suspension .d-service-phone{top:50px;}
.suspension .d-qrcode{top:70px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

@media (max-width: 990px) {
    .suspension {
        display: none;
    }
}