@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: #1F77DA;
  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;
}
.red {
  color: #f00;
}
.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);
}
.about {
  float: right;
  margin-left: 60px;
  display: inline;
}
/**/
tr:hover {
  width: 100%;
  background-color: #d90000;
  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: 1200px;
  margin: 0 auto;
}
.head {
  padding: 10px 0;
}
.logo {
  float: left;
}
.tmid {
  float: left;
}
.tel {
  float: right;
  text-align: right;
}
.sjtel {
  display: none;
}
.mmap {
  overflow: hidden;
}
.mmap dd {
  width: 48%;
  float: left;
  margin: 0 1%;
}
/* 菜单 */
.sj {
  display: none;
}
.nav {
  background-color: #1F77DA;
  border-top: 5px solid #ea3d02;
  height: 58px;
  width: 100%;
  line-height: 58px;
}
.nav li {
  float: left;
  width: 14.2%;
  position: relative;
}
.nav li a {
  display: block;
  font-size: 17px;
  color: #fff;
  text-align: center;
}
.nav li a:hover {
  background-color: #0858B2;
  color: #fff;
}
.nav .sub {
  display: none;
  width: 100%;
  min-width: 123px;
  left: 0;
  top: 58px;
  position: absolute;
  background: #0E69D1;
  z-index: 999;
}
.nav .sub a {
  display: block;
  font-size: 15px;
  line-height: 40px;
  border: 0;
}
.nav .sub a:hover {
  background: #0858B2;
  color: #fff;
}
.mat {
  text-align: center;
  margin-bottom: 30px;
}
.mat h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
h2.h2_title {
  text-align: center;
  height: 40px;
  background: url(../images/artline01.png) repeat-x left 20px;
  font-weight: bold;
}
h2.h2_title span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: 40px;
  color: #1F77DA;
  background: #fff;
  line-height: 40px;
padding: 0 20px;
}
.mat h2.h2_title i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  background: url(../images/artty01.png) no-repeat center;
}

.mat p {
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  line-height: 20px;
}
.line {
  width: 100%;
  height: 3px;
  margin: 10px 0 auto;
  background-color: #0E69D1;
  width: 30px;
}
.m_top {
  overflow: hidden;
  padding: 60px 0 20px 0;
}
.m_top .mnav {
  overflow: hidden;
  margin-left: -9px;
  margin-bottom: -8px;
  float: right;
}
.m_top .mnav > li {
  padding-left: 9px;
  padding-bottom: 8px;
  display: inline-block;
  /* float: left; */
}
.m_top .mnav > li .box {
  display: block;
  padding: 5px 28px;
  background: #f1f1f1;
  text-align: center;
}
.m_top .mnav > li .box:hover {
  background: #1966bf;
  color: #fff;
}
.m_top .mnav > li .on {
  background: #1966bf;
  color: #fff;
}
.m_top .btn {
  float: right;
}
.m_top .btn .more {
  display: inline-block;
  padding: 0 28px;
  background: #f1f1f1;
  text-align: center;
  border-radius: 30px;
}
.m_top .btn .more:hover {
  background: #1966bf;
  color: #fff;
}
.g_title {
  clear: both;
  text-align: left;
}
.g_title .l1 {
  font-size: 25px;
  color: #d90000;
  float: left;
  font-weight: bold;
}
.g_title .l2 {
  font-size: 14px;
  color: #bbb;
  float: left;
  padding: 0 0 0 10px;
  text-transform: uppercase;
}
#sjslideBox {
  display: none;
}
.slideBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 10px;
}
.slideBox .hd ul li.on {
  background: #1F77DA;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd img {
  width: 100%;
  display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
.m1 {
  margin-bottom: 50px;
}
.m1t {
  text-align: center;
  margin-bottom: 30px;
}
.mleft {
  width: 290px;
  float: left;
  margin-right: 40px;
  display: inline;
}
.sjlb {
  display: none;
}
.cplb {
  background-color: #0E69D1;
  padding: 5px;
height: 778px;
}
.cptit {
  text-align: center;
  margin: 20px auto;
}
.cplb .sideMenu {
  overflow: hidden;
  border-bottom: none;
  background-color: #fff;
  padding: 10px 10px 0 10px;
height:600px;
}
.cplb h3 {
  text-align: center;
  line-height: 45px;
  height: 45px;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
}
.cplb h3 a {
  display: block;
  background-color: #1F77DA;
  color: #fff;
}
.cplb h3 a:hover {
  background-color: #0858B2;
  color: #fff;
}
.sideMenu ul {
  display: none; /* 默认都隐藏 */
}
.cplb li {
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px #ddd dashed;
  background: url(../images/m7ico.png) no-repeat 10px center;
  font-size: 15px;
}
.cplb li a {
  display: block;
  padding-left: 25px;
}
.cplb li a:hover {
  display: block;
}
.mright .m_top {
  padding-top: 0;
}
.mmore {
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 30px auto auto;
  background-color: #d90000;
  border-radius: 5px;
}
.mmore a {
  color: #fff;
}
.mright {
  width: 870px;
  float: left;
}
.symrt {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #353535;
  margin-bottom: 20px;
}
.symrt1 {
  width: 120px;
  background: url(../images/mrt1.png) #fcc513 no-repeat 20px center;
  padding-left: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  float: left;
}
.m1gd {
  width: 90px;
  margin-right: 20px;
  float: right;
  background: url(../images/m1.jpg) no-repeat right center;
}
.m1gd a {
  color: #fff;
}
.sycpzs {
  overflow: hidden;
  margin-right: -20px;
  margin-left: -10px;
}
.sycpzs li {
  width: 31%;
  border: 1px #dddddd solid;
  float: left;
  text-align: center;
  margin: 0 1% 20px;
  display: inline;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.sycpzs li:hover span {
  background-color: #0367D8;
}
.sycpzs li span {
  line-height: 40px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #eeeeee;
}
.sycpzs li:hover span a,
.sycpzs li:hover span {
  color: #fff;
}
.mys {
  position: relative;
  background: url(../images/ys.jpg) no-repeat center center;
  height: 900px;
}
.myss {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 365px;
  top: 243px;
}
.mys1,
.mys2,
.mys3,
.mys4 {
  position: absolute;
  width: 300px;
  line-height: 26px;
}
.mys1,
.mys3 {
  left: -518px;
  text-align: left;
}
.mys2,
.mys4 {
  left: 210px;
  text-align: right;
}
.mys3 {
  bottom: -25px;
  left: -626px;
}
.mys4 {
  left: 323px;
  bottom: 0;
}
.mainCon {
  width: 100%;
  padding: 50px 0 50px;
}
.mainCon .mat h2,
.mainCon .mat p {
  color: #333;
}
.mainCon dl {
  width: 100%;
  overflow: hidden;
}
.mainCon dt {
  width: 550px;
  float: left;
  margin-left: 50px;
  display: inline;
}
.mainCon dd {
  width: 600px;
  float: left;
  padding-top: 20px;
}
.mainCon dd h3 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.mainCon dd h3 a {
  color: #333;
}
.mainCon dd h4 {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #666;
  line-height: 30px;
}
.mainCon dd p {
  font-size: 15px;
  color: #333;
  line-height: 28px;
  margin-top: 30px;
}
.mainCon dd .more {
  display: block;
  width: 129px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background: #0E69D1;
  text-transform: uppercase;
  margin-top: 30px;
}

.picMarquee-left{
  width: 100%;
  position: relative;
  margin: 0 auto 20px;
  overflow: hidden;
}
.picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
  margin: 0 -10px;
}
.picMarquee-left .bd ul li {
  /**/
  margin: 0 20px 0 0;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 300px;
  background-color: #f7f7f7;
  border: 2px #ffffff solid;
}
.picMarquee-left .bd ul li .pic {
  text-align: center;
  position: relative;
}
.picMarquee-left .bd ul li .pic img {
  display: block;
}
.picMarquee-left .bd ul li h3 {
  font-size: 15px;
  width: 100%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
  background-color: #eeeeee;
  color: #000;
}
.picMarquee-left .bd ul li:hover h3 {
  background-color: #0367D8;
  color:#fff;
}
.picMarquee-left .bd ul li .title {
  text-align: center;
}
.sjal {
  display: none;
}

.m3 {
  padding: 50px 0 50px;
  background-color: #f7f7f7;
  background: url(../images/m3bg.jpg) no-repeat center center;
}
.picMarquee-leftfa,
.picMarquee-rightfa,
.picMarquee-right_fa {
  display: inline-block;
  color: #1F77DA;
  margin:0 30px;
  cursor:pointer;
}
.picMarquee-rightfa{
color:#000;
}
.m3 .mat .line {
  margin: 10px auto auto;
}
.m3tgd a {
  color: #212121;
}
.m3gd {
  width: 100%;
}
.m3gd span {
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-left: 7px #d90000 solid;
  border-right: 7px #d90000 solid;
  background-color: #d90000;
}
.m3gd span a {
  color: #fff;
  font-size: 16px;
}

.m5 {
  padding: 50px 0;
}
.xwshow_left {
  width: 550px;
  float: left;
  margin-right: 50px;
}
.xwshow_left .imgZoom {
  border: 1px #dddddd solid;
  text-align: center;
}
.xwshow_left img {
  margin: 0 auto;
}
.xwshow_left h3 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 18px;
  transition: all ease-in-out 0.3s;
}

.xwshow_left:hover .wd_xw h3 {
  color: #ffba01;
  transition: all ease-in-out 0.3s;
}

.xwshow_left:hover .wd_xw p {
  color: #000;
  transition: all ease-in-out 0.3s;
}
.xwshow_left .wd_xw p {
  padding: 0;
  margin: 0;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  transition: all ease-in-out 0.3s;
}

.xwshow_right {
  width: 600px;
  float: left;
}

.xwshow_title h4 {
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #333;
  font-size: 20px;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xwshow_right ul li:hover .xwshow_title h4 {
  transition: all ease-in-out 0.3s;
  color: #0367D8;
}
.xwshow_title span {
  display: inline-block;
  margin-left: 37px;
  font-family: "Arial";
  color: #333;
  font-size: 20px;
}
.xwshow_title .time1 {
  /* display: inline-block; */
  float: right;
  font-family: "Arial";
  color: #333;
  font-size: 20px;
}
.xwshow_right ul li:hover p {
  transition: all ease-in-out 0.3s;
  color: #000;
}
.xwshow_right p {
  font-size: 14px;
  color: #999999;
  margin-top: 17px;
  line-height: 24px;
  transition: all ease-in-out 0.3s;
}

.xwshow_right ul li {
  list-style-type: none;
  height: 120px;
  border-bottom: 1px solid #e8e9ea;
  margin-bottom: 20px;
}

.foot {
  background-color: #1F77DA;
  color: #fff;
  line-height: 28px;
  font-size: 15px;
  padding-top: 20px;
}
.foot a {
  color: #fff;
}
.foot dd a {
  color: #fff;
}
.foot dd a:hover {
  color: #fff;
}
.foot dl {
  float: left;
}
.foot dl dt {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.foot dl dt:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
.f1 p {
  margin-bottom: 30px;
}
.f1 b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.fcp dl {
  width: 16.6%;
  float: left;
}
.fcp dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fcp {
  width: 68%;
  float: left;
}
.foot .fr {
  width: 21%;
}
.foot .fwx {
float:right;
  width: 11%;
}
.foot .fwx img {
  width: 130px;
}
.bq {
  padding: 10px 0px;
  color: #fff;
  background-color: #1F77DA;
  margin-top: 20px;
}
.fmenu {
  border-bottom: 1px #2189ff solid;
}
/*  导航部分 */
#mynav {
  width: 1200px;
  position: relative;
  z-index: 99;
  color: #fff;
  border-radius: 5px;
}
.topc2 {
  margin-top: 40px;
}
.promenu {
  margin: 0 auto;
  overflow: hidden;
  background-color: #0367D8;
}
.promenu ul {
  overflow: hidden;
  width: 100%;
}
.promenu ul li {
  float: left;
  text-align: center;
  width: 25%;
}
.promenu ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 10px 0;
}
.promenu ul li a:hover {
  color: #fff;
}
.promenu ul li:hover,
.promenu .cur,
.promenu .cur a {
  color: #fff;
  background-color: #0858B2;
}
.cpxgxw li {
  width: 48%;
  float: left;
  margin: 0 1%;
  background: url(../images/mli.jpg) no-repeat left center;
  text-indent: 25px;
  border-bottom: 1px #ddd dashed;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpxgxw li span {
  float: right;
  color: #999;
}
.two-box h3 {
  font-size: 18px;
  color: #ff0000;
  margin: 20px 0;
  position: relative;
  padding-left: 26px;
}
.two-box h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border: 3px #ff0000 solid;
  border-radius: 50%;
}
.two-box h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
}
.flink {
  background-color: #1F77DA;
  padding: 15px 0;
  color: #ffffff;
}
.flink a {
  color: #ffffff;
}
.flink b {
  font-size: 18px;
}
.fdh {
  display: none;
}
.nyban {
  width: 100%;
  height: 300px;
  background: url(../images/nyban.jpg) no-repeat center center;
}

.gyban,
.lxban,
.xwban {
  margin-bottom: 30px;
} 

.nyban .wrap {
  position: relative;
  top: 20%;
  display: none;
}

.nyban h2 {
  font-size: 42px;
  height: 50px;
  line-height: 50px;
}
.nybancon {
  width: 50%;
  padding: 40px 70px;
}
.nybancon div {
  width: 30px;
  height: 4px;
  background-color: #d90000;
  margin: 10px 0;
}
.nybancon p {
  margin-bottom: 20px;
  color: #ff0000;
}
.nybancon p a {
  color: #ff0000;
}
.nybancon span {
  font-size: 18px;
  border-top: 1px #fff solid;
  padding-top: 10px;
}
.ny {
  margin-bottom: 30px;
}
.cpzs {
  overflow: auto;
  zoom: 1;
  font-family: "微软雅黑", "microsoft Yahei", "Courier New", Courier, monospace;
}
.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;
}
.cpzs1 li {
  width: 31%;
}
.cpzs li:hover {
  background-color: #0367D8;
}
.cpzs li span,
.cpzs li p {
  display: block;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cpzs li:hover a {
  color: #fff;
}
.p16 {
  font-weight: bold;
  font-size: 16px;
}
.ptitle {
  line-height: 35px;
  margin-bottom: 8px;
  text-align: center;
}
.pline {
  border-bottom: 4px double #dddddd;
  height: 35px;
}
.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;
}
.daodu {
  padding: 10px 30px;
  border: 1px #cccccc solid;
  border-radius: 5px;
  background-color: #f4f4f4;
  margin: 30px auto;
  text-align: center;
  display: none;
}
.daodu span {
  font-size: 20px;
  color: #ff0000;
  font-family: Arial, Helvetica, sans-serif;
}
.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;
}
.mrtit {
  border-bottom: 1px #dddddd solid;
  margin-bottom: 15px;
  background: url(../images/mrt1.png) no-repeat left center;
  padding: 20px 0 20px 50px;
  font-weight: bold;
  font-size: 20px;
}
.mrtit em {
  float: right;
  font-style: normal;
  font-weight: normal;
  padding-right: 10px;
  font-size: 14px;
  margin-top: 10px;
}
.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 .pre a {
  color: #666;
  text-decoration: none;
}
.prenext .pre a:hover {
  color: #d90000;
} /* 上一篇 */
.prenext .next {
  text-align: right;
  float: left;
  width: 50%;
}
.prenext .next a {
  color: #666;
  text-decoration: none;
}
.prenext .next a:hover {
  color: #d90000;
}
.cont-way {
  clear: both;
  overflow: hidden;
  padding-bottom: 80px;
}
.way-info {
  float: left;
  width: 100%;
  padding-top: 50px;
}
.way-info h3 {
  color: #333;
  font-size: 18px;
  margin-bottom: 30px;
}
.way-info p {
  line-height: 30px;
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}
.way-info p img {
  margin-right: 10px;
}
.way-info p em {
  color: #ed1c24;
  font-size: 24px;
  font-weight: bold;
}
.way-con {
  clear: both;
  overflow: hidden;
  padding-top: 50px;
  margin-top: 40px;
  border-top: 1px solid #ddd;
}
.way-con img {
  float: left;
  width: 170px;
  height: 170px;
  margin-right: 15px;
}
.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;
}
.rxcp {
  margin-bottom: 30px;
}
.rxcp li {
  width: 140px;
  float: left;
  text-align: center;
  height: 120px;
  overflow: hidden;
  display: inline;
  border: 1px #dddddd solid;
  margin: 0px 3px 15px;
}
.rxcp li img {
  height: 85px;
}
.rxcp li span {
  display: block;
  background-color: #eeeeee;
}
.ltit {
  border-bottom: #dddddd double;
  text-indent: 1em;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 15px;
}
.nch1 {
  overflow: hidden;
}
.nch {
  margin-bottom: 50px;
}
.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:hover {
  transform: translateX(15px);
}
.nch1 li:hover h2 a {
  color: #0367D8;
}
.nch1 li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border: 2px solid #0367D8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.nch1 li .time {
  font-size: 14px;
  color: #999;
}
.nch1 li h2 {
  font-size: 18px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nch1 li p {
  line-height: 32px;
  font-size: 16px;
  padding: 10px 0;
  color: #666;
}
.nch1 li .gd {
  width: 33px;
  height: 33px;
  float: right;
}
.nch1 li .gd a {
  display: block;
  background: url(../images/nchico.png) no-repeat 0 0;
  width: 33px;
  height: 33px;
}
.nch1 li .gd a:hover {
  background-position: -33px 0;
  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;
}
/*
.zx{ border-bottom:1px #dddddd dashed; padding-bottom:20px; margin-bottom:20px;}
.zx h3 a{ font-size:18px; font-weight:300;}
.zx h3 span{ font-size:14px; font-weight:normal; color:#999999; display:block; }
.zx p{ line-height:24px; color:#999;}*/
.zx li {
  width: 45%;
  float: left;
  height: 40px;
  line-height: 40px;
  background-color: #222;
  text-align: center;
  margin-right: 2%;
  display: inline;
  margin-bottom: 3%;
}
.zx li a {
  color: #ffffff;
}
.zx .li1 {
  background-color: #222;
}
.xgxw {
  margin-bottom: 30px;
  margin-top: 30px;
}
.xgxw .mat {
  line-height: 30px;
}
.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;
}
.topc {
  margin-bottom: 30px;
}
.ny1 {
  margin-bottom: 40px;
  overflow: hidden;
}
.nyimg {
  width: 40%;
  float: left;
  border: 1px #ddd solid;
  box-sizing: border-box;
  text-align: center;
  height: 380px;
  overflow: hidden;
}
.nyimg img {
  width: 100%; /* height:380px;*/
}
.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;
  background: url(../images/mrt1.png) 0 10px no-repeat;
  padding-left: 40px;
  overflow: hidden;
  color: #000;
  font-weight: normal;
}
.dh {
  margin: 20px 0 0;
  color: #666;
  float: right;
}
.dh b {
  font-size: 28px;
  font-weight: bold;
  color: #d90000;
  font-family: Arial, Helvetica, sans-serif;
}
.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;
}
.nyms h1 {
  font-size: 24px;
  margin-bottom: 15px;
}
.dqwz {
  border-bottom: 1px #cccccc solid;
  margin-bottom: 20px;
  background-color: #eeeeee;
  padding: 10px 0;
  font-size: 15px;
}
.dqwz b {
  color: #EA3D02;
}
.list2 {
  padding: 30px 0;
  overflow: hidden;
}
.list2 li {
  height: 70px;
}
.list2 .mfbj {
  width: 40%;
  float: left;
  background-color: #0858B2;
  text-align: center;
  border-radius: 5px;
  line-height: 70px;
  margin-right: 5%;
}
.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 strong {
  font-size: 30px;
  vertical-align: text-bottom;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
}
.proonedetailfltel strong a {
  color: #fff;
}
.proonedetailfltel span {
  display: block;
  color: #fff;
}
.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;
}
.tufr {
  float: right;
}
.ms {
  color: #666;
}
.cp_body {
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.cp_name {
  width: 100%;
  border-bottom: 1px #eaeaea solid;
  background-color: #d90000;
  float: left;
}
.cp_erNav {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.cp_erNav li {
  width: 25%;
  height: 64px;
  float: left;
  line-height: 64px;
  display: inline;
  text-align: center;
}
.cp_erNav li a {
  color: #fff;
  text-decoration: none;
  float: left;
  width: 100%;
  font-size: 16px;
}
.cp_erNav li a:hover {
  color: #fff;
  float: left;
  width: 100%;
}
.cp_erNav li:first-child,
.cp_erNav li:hover {
  background-color: #d90000;
}
.cp_txt {
  width: 100%;
  overflow: hidden;
  margin-bottom: 52px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}
.two-box {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.cp_txt table {
  margin-top: 10px;
  font-size: 13px;
}
.txt_name {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
  text-align: center;
}
.hot_anl {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.hot_anl li {
  width: 23%;
  overflow: hidden;
  float: left;
  margin: 0 1% 2%;
  display: inline;
  padding: 0;
  text-align: center;
}
.hot_anl li img,
.cp_list li img {
  display: block;
}
.hot_anl li p {
  width: 100%;
  height: 35px;
  color: #333;
  overflow: hidden;
  background-color: #ccc;
  text-align: center;
}
.hot_anl li p a {
  color: #333;
  text-decoration: none;
}
.hot_anl li p a:hover {
  text-decoration: underline;
}
.hot_anl li span {
  display: block;
  overflow: hidden;
  color: #595757;
  font-size: 12px;
  overflow: hidden;
}
.hot_anl li span a {
  color: #fe700c;
  text-decoration: none;
}
.hot_anl li span a:hover {
  text-decoration: underline;
}
.cp_list {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0px;
  list-style-type: none;
}
.cp_list li {
  width: 23%;
  overflow: hidden;
  float: left;
  margin: 0 1% 2%;
  box-sizing: border-box;
  display: inline;
}
.cp_list li p,
.hot_anl li p {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  overflow: hidden;
  background-color: #eee;
  text-indent: 0;
}
.cp_list li p a {
  color: #333;
  text-decoration: none;
}
.cp_list li p a:hover {
  color: #ff9e00;
  text-decoration: underline;
}
.list-h li {
  float: left;
}
.mcon {
  font-size: 16px;
  line-height: 2;
}
.mcon p {
  margin-bottom: 10px;
}
.gyul {
  clear: both;
  overflow: hidden;
  margin: 30px auto;
}
.gyul li {
  float: left;
  width: 25%;
  text-align: center;
}
.gyul li img {
  width: 140px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gyul li p {
  text-indent: 0;
  margin: 10px auto 0;
}
.gyul li:hover img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.nycp1 {
  padding: 50px 0;
  overflow: hidden;
}
.nycp1l {
  width: 56%;
  float: left;
  margin-right: 4%;
}
.nycp h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.nycp1l p {
  font-size: 16px;
  text-indent: 32px;
}
.nycp1r {
  width: 40%;
  float: left;
}
.nycp2 {
  margin-bottom: 50px;
}
.nycp2 ul {
  overflow: hidden;
}
.nycp2 li {
  width: 23%;
  float: left;
  margin: 0 1% 2%;
  text-align: center;
}
.nycp2 li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nycp21 {
  text-align: center;
}
.gy p {
  text-indent: 32px;
}
.nynav {
  text-align: center;
  padding: 20px 0 30px;
}
.nynav a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 10px 10px;
  border: 1px #d90000 solid;
  color: #d90000;
}
.nynav a:hover {
  background-color: #d90000;
  color: #fff;
}
video{
  width:100%;
  max-width: 550px;
}

@media screen and (max-width: 1200px) {
.lxtp {
display:none;
}
  .wrap {
    width: 90%;
    margin: 0 5%;
  }
  .tmid,
  .mys {
    display: none;
  }
  .m1 {
    margin-bottom: 0;
  }
  .xwshow_left {
    width: 45%;
    margin-right: 5%;
  }
  .xwshow_right {
    width: 50%;
  }
  .mleft {
    width: 25%;
    margin-right: 2%;

margin-bottom:10px;
  }
.mleft .cplb,
.mleft .cplb .sideMenu{
 height:auto;
}
  .mright {
    width: 73%;
  }
  .sycpzs {
    margin-right: 0;
    margin-left: 0;
  }
  .sycpzs li {
    width: 31.3333333%;
    margin: 0 1% 2%;
    border: 0;
  }
  .sycpzs li:hover .box {
    display: none;
  }
  .mab1 {
    width: 50%;
  }
  .mabimg {
    width: 45%;
    margin-left: 5%;
  }
  .nyban {
    height: auto;
  }
  .nyban img {
    display: none;
    width: 100%;
  }
  .nyimg {
    height: auto;
  }
  .rxcp li {
    width: 48%;
    box-sizing: border-box;
    margin: 1%;
  }
  .nymstxt {
    height: 150px;
    overflow: hidden;
  }
  .mainCon dt {
    width: 40%;
    margin-left: 5%;
  }
  .mainCon dd {
    width: 55%;
  }
  #mynav {
    width: 100%;
    left: 0 !important;
  }
  .promenu ul {
    margin: 0 auto;
  }
  .new2,
  .new3 {
    width: 48%;
  }
  .new3 {
    margin-left: 4%;
  }
  .m621 {
    display: none;
  }
  .m62c {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .tmid {
    display: none;
  }
  .xwshow_title .time1 {
    float: none;
    display: block;
  }
  .xwshow_right ul li {
    height: auto;
  }
  .f2,
  .fcp {
    display: none;
  }
  .foot .f1 {
    width: 60%;
  }
  .foot .fwx {
    width: 30%;
  }
  .head {
    padding: 0;
  }
  .logo {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 0;
  }
  .tel,
  .mleft {
    display: none;
  }
  .mright {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
.wrap>.mcon>.cont-way>.way-info p {
display:none;
}
.slideBox .prev, .slideBox .next,.slideBox .hd{
display:none;
}
  #sjslideBox {
    display: block;
    padding-top: 50px;
  }
  .logo {
    display: none;
  }
  #slideBox {
    display: none;
  }
  .xwshow_left {
    display: none;
  }
  .xwshow_right {
    width: 100%;
  }
  .top1 {
    display: none;
  }
  .top2 {
    height: auto;
  }
  .head {
    padding: 0;
  }
  .xwshow_left {
    display: none;
  }
  .xwshow_right {
    width: 100%;
  }
  .nav .wrap {
    width: 100%;
    margin: 0;
  }
  .banner {
    margin-bottom: 40px;
  }
  .sjtel {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  .sj {
    display: block;
  }
  .dn {
    display: none;
  }
.sjLogo {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    z-index: 10;
}
  .nav {
    position: fixed;
    height: 50px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    background-image: none;
    border: none;
    background-color: rgba(0, 0, 0, 1);
    z-index: 99;
  }

.nav li {
  float: none;
  width: auto;
  position: relative;
}
.nav li a {
  display: block;
  font-size: 17px;
  color: #fff;
  text-align: center;
}
.nav li a:hover {
  background: rgba(0,0,0,0);
  color: rgba(255, 255, 255, 0.4);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.mobile-inner-header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
}
.overflowH {
  overflow: hidden;
}

.mobile-inner-header-background {
  /* background: #000; */
  z-index: 9;
  background-color: #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;
  }
}
.nyban {
padding: 50px 0 0 0;
}
  .mab1 {
    width: 98%;
    margin: 0 1%;
  }
  .mab2 li {
    width: 33.3333%;
  }
  .mabimg,
  .about {
    display: none;
  }

  .g_title .l2 {
    display: none;
  }
  .conp {
    width: 98%;
    margin: 0 1%;
  }
  .n_news li {
    width: 98%;
  }
  .mcon {
    width: 98%;
    margin: 0 1%;
  }
  .nymstxt {
    height: 90px;
    overflow: hidden;
  }
  .nyimg {
    width: 98%;
    margin: 1%;
  }
  .nyms {
    width: 98%;
    margin: 1%;
  }
  .zx li {
    width: 48%;
  }
  .bq {
    margin-bottom: 40px;
  }
  .fhdb {
    display: none;
  }
  .m5 {
    padding: 0 0 30px;
  }
  .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.33333333%;
    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;
  }
  .nynav {
    display: none;
  }
  .nylx {
    display: none;
  }
  .nycontact .dt,
  .nycontact ul {
    width: 100%;
  }
  .nycontact li {
    text-align: center;
  }
  .gsjj {
    background-size: cover;
  }
  .jjgd {
    margin-left: auto;
    margin-right: auto;
  }
  .mcon {
    font-size: 14px;
  }
  .m_top {
    padding: 30px 0;
  }
  .mabout {
    padding: 50px 0;
  }
  .nyl,
  .nyr {
    width: 98%;
    margin: 0 1%;
  }
  .nyl {
    text-align: center;
    margin-bottom: 20px;
  }
  .newt,
  .mat h2,
  .prodTitle {
    font-size: 26px;
  }
  .prodTitle {
    background: url(../images/mrt1.png) 2px 0 no-repeat;
  }
  .mnew1,
  .mnew2 {
    width: 98%;
    margin: 0 1% 2%;
  }
  .prenext .next,
  .prenext .pre {
    width: 98%;
    margin: 0 1%;
    text-align: left;
  }
  .n_news li .box {
    padding: 0;
    height: auto;
    padding-bottom: 10px;
  }
  .n_news .date_box {
    display: none;
  }
  .n_news li {
    padding: 0;
  }
  .mat {
    margin-bottom: 10px;
  }
  .mrtit {
    font-size: 16px;
  }
  .two-box p,
  .gy p {
    text-indent: 0;
    padding: 0 10px;
  }
  .two-box {
    width: 98%;
    margin: 0 1%;
  }
  .mainCon {
    margin-top: 0;
  }
  .mainCon dt {
    width: 100%;
    display: none;
  }
  .mainCon dd {
    width: auto;
    padding: 20px;
    position: relative;
    top: 0;
    height: auto;
  }
  .mainCon dd .more {
    left: auto;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    height: 40px;
    line-height: 40px;
  }
  .mainCon dl {
    height: auto;
  }
  .nyban h2 {
    font-size: 26px;
  }
  .nybancon {
    width: auto;
    padding: 20px;
  }
  .way-info {
    width: 100%;
    padding-top: 20px;
  }
  .way-con {
    padding-top: 20px;
  }
  .mmap dd {
    width: 98%;
  }
  .m1 .fcp dl {
    width: 48%;
    margin-bottom: 2%;
  }
  .cpxgxw li {
    width: 98%;
  }
  .new2,
  .new3 {
    width: 98%;
    margin: 0 1% 30px;
  }
  .list2 {
    padding-bottom: 0;
  }
  .xwshow_right ul li {
    width: 98%;
    float: none;
  }
  .xwshow_right ul {
    margin: 0 auto;
  }
  .xwshow_right p {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .picMarquee-rightfa .bd{
    display:none;
  }
  .sycpzs li {
    width: 48%;
    border: 1px #dddddd solid;
    box-sizing: border-box;
  }
  .sycpzs li:nth-child(n + 7) {
    display: none;
  }
  .mat h2 {
    margin-bottom: 0;
  }
  .mat div {
    display: none;
  }
  .sjal {
    display: block;
  }
  .m3 {
    background-size: cover;
    margin-bottom: 30px;
  }

  .m4 {
    background-size: cover;
    margin-bottom: 30px;
  }
  .cp_list li,
  .hot_anl li {
    width: 48%;
    margin: 0 1% 2%;
  }
  .cpzs li,
  .cpfl li {
    width: 48%;
  }
  .fwx,
  .flx,
  .flx1 {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .about {
    float: none;
    margin: 0;
    width: 100%;
  }
  /*
.nyban {
	margin-bottom: 20px;
}*/
  .gyul li img {
    width: 80%;
  }
  .nycp2 li {
    width: 48%;
  }
  .bq .fr {
    display: none;
  }
  .bq {
    text-align: center;
  }
  .m72 span,
  .mm {
    display: none;
  }
  .daodu {
    padding: 10px;
  }
  .mainCon dd {
    padding: 10px;
  }
  .mainCon dd h3 {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }
  .mainCon dd h4 {
    text-align: center;
    line-height: 18px;
  }
  .line {
    margin: 0 auto 10px;
  }
  .mainCon dd p {
    margin-top: 0;
  }
  .n_news li h3 {
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 0;
  }
  .n_news li {
    margin-bottom: 15px;
  }
  .newt,
  .mat h2,
  .txt_name,
  .g_title .l1 {
    font-size: 22px;
    line-height: 28px;
  }
  .prodTitle {
    font-size: 22px;
    line-height: 30px;
  }
  .slideBox {
    margin-bottom: 30px;
  }
  .mainCon {
    padding: 20px 0;
  }
  .foot dl {
    width: 100%;
  }
  .foot .fr {
    margin-left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  .foot .fwx {
    width: 100%;
    margin: 20px auto auto;
    text-align: center;
    float: none;
    padding-top: 0;
  }
  .foot dl dt:after {
    display: none;
  }
  .foot dl.fwx dt {
    margin-bottom: 0;
  }
  .list1 {
    margin-bottom: 20px;
    display: none;
  }
  .list1 li {
    width: 50%;
  }
  .proonedetailfltel {
    width: 100%;
    margin: 0 auto 2%;
    text-align: center;
    text-indent: 0;
  }
  .list2 .mfbj {
    width: 100%;
    margin: 0 auto 2%;
  }
  .nyms {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .m71 {
    display: none;
  }
  .xwshow_title h4 {
    font-size: 16px;
  }
  .xwshow_title .time1 {
    display: none;
  }
  .foot dl dt {
    padding-bottom: 0;
  }
  .way-con {
    margin-top: 20px;
  }
  .way-info h3 {
    margin-bottom: 20px;
  }
  .cont-way {
    padding-bottom: 30px;
  }
  .m3 {
    padding: 30px 0;
  }

  .m4 {
    padding: 30px 0;
  }
  .picMarquee-leftfa,
  .picMarquee-rightfa,
  .picMarquee-right_fa {
    margin:0 5px;
    font-size: 20px!important;
  }
}
@media screen and (max-width: 520px) {
  .logo {
    padding: 8px 0;
  }
  /*.logo img{ max-width:90%;}*/
  .synew2 .date {
    display: none;
  }
  .synew2 .new_desc {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sjlb li {
    width: 48%;
  }
  .cp_erNav li a {
    font-size: 14px;
  }
  .foot .f1 {
    width: 100%;
  }
  .nav li a {
    font-size: 14px;
  }
  .n_news li a {
    margin-bottom: 0;
  }
  .n_news .date_box strong {
    font-size: 28px;
  }
  #divMainTab ul {
    width: 100%;
  }
  #divMainTab li {
    width: 48%;
    margin: 0 1%;
    box-sizing: border-box;
  }
}

