/*****通用编码******/
body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,input{margin:0px;padding:0px;font-family:"microsoft yahei";}
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
img{border:none;}
ul,ol,li,form, dl {list-style: none;}
p{margin:0px; padding:0px;}
a{text-decoration:none!important;}
.row{
  margin: 0!important;
}
body{
position: relative;
}
/**font**/
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../font/iconfont.woff') format('woff'),
  url('../font/iconfont.ttf') format('truetype'),
  url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/**top**/
.top{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  line-height: 75px;
}

.public{
margin-top:200px!important;
}
.top h1{
  width: 270px;
  height: auto;
  line-height: 75px;
  background: url(../images/logo.png) no-repeat 0 center;
  text-indent: -9999em;
  float: left;
}
.topnav{
  float: right;
  height: auto;
}
.topnav li{
  width: 140px;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
}
.topnav li a{
  display: block;
  color: #fff;
width:80%;
margin:0 auto;
  font-size: 18px;
  line-height: 73px;
}
.topnav li a:hover{
/*background:rgba(0,0,0,.2);*/
background-color:rgba(28,104,167,.8)
}
.topnav li ul{
  width: 140px;
  height: auto;
  display: none;
  background: rgba(78,140,238,.5);
  position: absolute;
z-index:9999;
}
.topnav li ul li a{
  display: block;
  line-height: 40px;
font-size:14px;
border-bottom:1px dashed rgba(255,255,255,.5);
}
.topnavhover{
background-color:rgba(28,104,167,.8);
border-bottom: 2px solid #FFF;
}
.topnav li:hover ul{
  display: block;
}

/**wapcho**/
.top h2 i{
  font-size: 30px;
  color: #fff;
  line-height: 75px;
  float: right;
}
.wapcho{
  width: 50%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  color: #4e8cee;
  text-align: center;
  padding-top: 20px;
  display: none;
  z-index: 9999;
}
.wapcho li{
  padding: 0 10px;
  box-sizing: border-box;
}
.wapcho li a{
  display: block;
  border-bottom: 1px dashed #4e8cee;
  line-height: 50px;
}
.wapcho h3{
  margin-top: 30px;
  color: #4e8cee;
  font-size: 20px;
}
.wapcho h3 span{
  font-size: 18px;
  line-height: 40px;
}
.banner{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.banner img{
  width: 100%;
}
.banner .swiper-pagination-bullet{
  background: rgb(255,255,255);
}
.banner .swiper-pagination-bullet-active{
  background: #fff;
}
@media only screen and (max-width: 1200px) {
  .topnav{
    width: 100%;
  }
  .topnav li{
    width: 16.66%;
  }
  .top h1{
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner{
    margin-top: 75px;
  }
  .top{
    background: #213037;
    position: absolute;
    top: -75px;
    left: 0;
  }
  .top h1{
    width: 226px;
  }
}
/**sy_ys**/
.sy_ys{
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f0f3f7;
  padding: 20px 0;
}
.sy_ys ul li{
  padding: 0 10px;
}
.sy_ysinfo{
  background: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 25px;
}
.sy_ysinfo img{
  float: left;
  font-size: 50px;
}
.sy_ysinfo div{
  float: left;
  margin-left: 20px;
}
.sy_ysinfo div h5{
  color: #2c3033;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.sy_ysinfo div p{
  color: #808080;
  font-size: 14px;
  line-height: 35px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.sy_ys ul li:hover .sy_ysinfo{
  box-shadow:0 1px 15px rgba(0,0,0,0.3);
  transition: ease .5s;
}
@media only screen and (max-width: 1200px) {
  .sy_ysinfo div{
    width: 100%;
    margin: 0;
  }
  .sy_ysinfo{
    padding: 10px;
    text-align: center;
  }
  .sy_ysinfo i{
    margin-left: 30%;
  }
  .sy_ysinfo img{float: inherit;
}
  
}
@media only screen and (max-width: 767px) {
  .sy_ys ul li{
    margin-bottom: 20px;
  }
  .sy_ysinfo{
    padding: 5px;
  }
  .sy_ysinfo div p{
    font-size: 12px;
  }
  .sy_ys .container{
    margin: 0;
    padding: 0;
  }
  
}

/**sy_news**/
.sy_news{
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 60px 0;
}
.sy_newimg{
  padding-left: 0;
}
.sy_newimg img{
  width: 100%;
}
.sy_newjj2{
  padding-right: 0;
}
.sy_news_about h5,.sy_news_dt h5,.sy_news_gsyj h5,.sy_news_gg h5{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.sy_news_about h5 span,.sy_news_dt h5 span,.sy_news_gsyj h5 span,.sy_news_gg h5 span{
  color: #2c3033;
  font-size: 20px;
  float: left;
}
.sy_news_about h5 a,.sy_news_dt h5 a,.sy_news_gsyj h5 a,.sy_news_gg h5 a{
  color: #4e8cee;
  font-size: 14px;
  float: right;
}
.sy_news_about div,.sy_news_dt ul,.sy_news_gsyj div,.sy_news_gg ul{
  background: #f6f6f6;
  color: #5e6267;
  font-size: 14px;
}
.sy_news_about div,.sy_news_gsyj div{
  margin-bottom: 25px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.sy_news_gg p{
  width: 100%;
  height: 80px;
    line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.sy_news_dt ul{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sy_news_dt ul li a{
  display: block;
  color: #5e6267;
  height: auto;
  overflow: hidden;
  line-height: 23px;
}
.sy_news_dt ul li a span:nth-child(1){
  display: block;
  width: 70%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  float: left;
}
.sy_news_dt ul li a:hover span:nth-child(1){
  color: #000;
}
.sy_news_dt ul li a span:nth-child(2){
  float: right;
}
.sy_news_gg ul li h5{
  text-align: center;
  color: #3c3c3c;
  font-size: 16;
  font-weight: bold;
}
.sy_news_gg ul li h5 a{
  color: #3c3c3c;
    float: inherit;
}
.sy_news_gg ul li div{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sy_news_gg ul li div a{
  float: left;
  color: #5e6267;
}
.sy_news_gg ul li div a:hover{
color:#000;
}
.sy_news_gg ul li div span{
  float: right;
}
@media only screen and (max-width: 767px) {
  .sy_newjj1,.sy_newjj2{
    padding: 0;
  }
  .sy_news_dt,.sy_news_gg{
    margin-bottom: 25px;
  }
}

/**sy_case**/
.sy_case{
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(../images/mapbg.jpg) no-repeat center;
}
@media only screen and (max-width: 1200px) {
  .sy_case{
    background-size: contain;
  }
  .sy_caseinfo{
    margin: calc(50% - 275px) 0;
  }
  .sy_proinfo p{
    display: none!important;
  }
}
.sy_caseinfo{
  float: right;
  color: #fff;
  margin: calc(50% - 240px) 0;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  width: 300px;
  height: 175px;
}

.addr{
  width: 300px;
  height: auto;
  overflow: auto;
  position: relative;
}
.addr .iconfont{
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 42px;
  color: #ff4800;
  z-index: 1;
cursor: pointer;
}

.addjlinfo{
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  z-index: 3;
  padding: 10px;
  background:rgba(89,220,195,.5);
  margin-bottom: 67px;
  position: relative;
  visibility:hidden;
}
.addjlinfo i{
  width: 0;
    height: 0;
    border-top: 20px solid rgba(89,220,195,.5);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 12px;
}
.addjlinfo h5,.addjlinfo p{
  border-bottom: 1px dashed #fff;
  line-height: 30px;
}
.addjlinfo h5 a{
color: #fff;
}
.addjlinfo ul li{
  line-height: 30px;
}
.caseaddr{
  position: relative;
}
/**吉林**/
.addjl{
  position: absolute;
  top: 70px;
  right: 4%;
}
/**辽宁**/
.addll{
  position: absolute;
  top: 150px;
  right: 6.5%;
}
/**贵州**/
.addgz{
  position: absolute;
  top: 440px;
  left: 47%;
}
/**江苏**/
.addjs{
  position: absolute;
  top: 300px;
  right: 23%;
}
.addjs .iconfont{
  left: 155px;
}
.addjs .addjlinfo i{
  left: 165px;
}
/**重庆**/
.addcq{
  position: absolute;
  top: 345px;
  left: 48%;
}
/**四川**/
.addsc{
  position: absolute;
  top: 300px;
  left: 40%;
}
/**广西**/
.addgx{
  position: absolute;
  top: 500px;
  left: 50%;
}
/**广东**/
.addgd{
  position: absolute;
  top: 490px;
  left: 57%;
}
/**陕西**/
.addsx{
  position: absolute;
  top: 280px;
  left: 43%;
}
/**福建**/
.addfj{
  position: absolute;
  top: 430px;
  right: 10%;
}
/**新疆**/
.addxj{
  position: absolute;
  top: 150px;
  left: 20%;
}
/**青海**/
.addqh{
  position: absolute;
  top: 270px;
  left: 33%;
}

/**sy_pro**/
.sy_pro{
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #373d41;
  /*margin: 40px 0;*/
  position: relative;
}
.swiper-container-serve .swiper-slide{
  position: relative;
}
.sy_proinfo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding-top: 90px;
  background: rgba(0,0,0,.4);
  transition: ease 1s;
}
.sy_proinfo i{
  font-size: 50px;
}
.sy_proinfo span{
  width: 20px;
  display: block;
  height: 2px;
  background: #fff;
  margin: 25px auto;
}
.sy_proinfo h5{
  font-size: 20px;
  font-weight: bold;
}
.sy_proinfo h5 a{
  color: #fff;
}
.sy_proinfo span:nth-of-type(2){
  display: none;
}
.sy_proinfo p{
  display: none;
  font-size: 14px;
  padding: 0 20px;
line-height:20px;
  height: 80px;
  overflow: hidden;
}
.sy_promore{
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  display: none;
  line-height: 30px;
  width: 100px;
  margin: 20px auto 0;
}
.sy_promore:hover{
  color: #fff;
}
.sy_proinfo:hover{
  background: rgba(104,157,241,.5);
  padding-top: 20px;
  transition: ease 1s;
}
.sy_proinfo:hover span:nth-of-type(2){
  display: block;
}
.sy_proinfo:hover span:nth-of-type(1){
  display: none;
}
.sy_proinfo:hover p{
  display: block;
}
.sy_proinfo:hover .sy_promore{
  display: block;
}

.sy_pro .swiper-button-next{
  height: 100%;
  background: rgba(95,100,103,.8);
  color: #fff;
  font-size: 80px;
  right: 0;
  top: 22px;
  width: 45px;
  line-height: 4;
  text-align: center;
  font-weight: 100;
position: absolute;
display: none;
}
.sy_pro:hover .swiper-button-next{
display: block;
}
.sy_pro .swiper-button-prev{
  height: 100%;
  background: rgba(95,100,103,.8);
  color: #fff;
  font-size: 80px;
  left: 0;
  width: 45px;
  top: 22px;
display: none;
  text-align: center;
  line-height: 4;
  font-weight: 100;
position: absolute;
}
.sy_pro:hover .swiper-button-prev{
display: block;
}
/**sy_zjsc**/
.sy_zjsc{
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(../images/numbg.jpg) no-repeat center;
  background-size:cover
}
.sy_zjsc ul{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sy_zjsc ul li{
  width: 33.333%;
  text-align: center;
  float: left;
  color: #fff;
  padding: 30px 0;
}
.sy_zjsc ul li h5{
  font-size: 24px;
}
.sy_zjsc ul li h5 span{
  font-size: 44px;
}
.sy_zjsc ul li p{
  font-size: 16px;
  line-height: 25px;
}

@media only screen and (max-width: 767px) {
  .sy_zjsc ul li h5{
    font-size: 20px;
  }
  .sy_zjsc ul li h5 span{
    font-size: 30px;
  }
  .sy_zjsc ul li p{
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  .sy_proinfo{
    padding-top: 20px;
  }
  .sy_proinfo h5{
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .sy_proinfo{
    padding-top: 10px;
  }
}

/**sy_par**/
.sy_par{
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #eee;
  padding-bottom: 30px;
}
.sy_par h4{
  color: #2c3033;
  font-size: 32px;
  margin: 40px 0;
  text-align: center;
  font-weight:bold
}
.sy_par ul{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sy_par ul li{
  width: 32%;
  margin-right: 1.33%;
  float: left;
  background: #fff;
  height: 140px;
  margin-bottom: 1.33%;
  text-align: center;
  position: relative;
overflow: hidden;
}
.sy_par ul li div{
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.9);
  display: none;
  transition: ease 1s;
}
.sy_par ul li div h5{
  color: #2e2e2e;
  font-size: 22px;
  margin: 20px 0;
  font-weight: bold;
}
.sy_par ul li div p{
  color: #484848;
  font-size: 16px;
  line-height: 24px;
  padding: 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-align: left;
  overflow: hidden;
}
.sy_par ul li:hover div{
  display: block;
  -moz-animation: fadeInUp cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-animation: fadeInUp cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  animation: fadeInUp cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.sy_par ul li a{
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center
}
.sy_par ul li img{
  display:block;
  width:80%;
  height:80%;
  object-fit:contain
}

/**footer**/
.footer{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 35px;
  background: #1c68a7;
  z-index: 222;
/*position: absolute;
bottom: 0;
  left: 0;*/
}
.footposi{
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.footinfo{
  display:flex;
  align-items:flex-start;
  justify-content:space-between
}
.footlogo{
  text-align: center;
}
.footdh,.footabout{
  margin-left:10px
}
.footinfo h5{
  color: #e3e3e3;
  font-size: 16px;
  padding-bottom: 20px;
}
.footinfo li{
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}
.footinfo li a{
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}
.footCode{
  width:140px;
  text-align:center;
  color:#fff;
  line-height:2
}
.footCode img{
  width:100%
}
.footCode p{
  margin-top:5px;
  font-size:12px
}
.footbq{
  background: #1c68a7;
  margin-top: 35px;
}
.footbq p{
  line-height: 50px;
  color: #fff;
}
.footbq p a{
  color: #fff;
}
.footbq p:nth-child(1){
  float: left;
}
.footbq p:nth-child(2){
  float: right;
}
@media only screen and (max-width: 767px) {
  .sy_par ul li{
    height: 80px;
    overflow: hidden;
  }
  .sy_news{
    padding-bottom: 0;
  }
  .footer{
    margin-bottom: 3.8em;
    padding-bottom: 20px;
  }
  .sy_case{
    height: 167px;
    margin-bottom: 20px;
  }
  .sy_caseinfo{
    margin: 0!important;
    line-height: 30px;
    font-size: 18px;
    padding-top: 1em;
    box-sizing: border-box;
  }
  .sy_par ul li img{
    max-width: 100%;
    margin-top: 12.5px;
  }
  .sy_par ul li div p{
    visibility:hidden;
  }
  .sy_par ul li div h5{
    font-size: 20px;
    width: 100%;
  }
  .sy_pro{
    margin: 0 0 20px;
  }
  .sy_par{
    padding-bottom: 30px;
  }
  .sy_par h4{
    font-size: 24px;
    margin: 25px 0;
  }

}

@media only screen and (max-width: 1200px) {
  .sy_par ul li{
    width: 48%;
    margin: 1%;
  }
  .sy_news{
    padding-bottom: 0;
  }
  .sy_pro{
    margin: 0 0 40px;
  }
}

/**wapfoot**/
.wapfoot{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
.wapfoot a{
  width: 33.3%;
  display: block;
  text-align: center;
  background: #5182c3;
  float: left;
  padding: 5px 0;
  border-right: 1px solid #fff;
}
.wapfoot a:last-child{
  border: 0;
}
.wapfoot a p{
  color: #fff;
}
.wapfoot a img{
  width: 20%;
}


/**about**/
.footposi{
  position: fixed;
  bottom: 0;
  left: 0;
}
.cydh{
  background: #1c68a7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.count{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
margin-top:75px;
/*padding-bottom:300px;*/
}
.countleft{
width:190px;
  padding-left: 0;
 position: fixed;
z-index: 1;
top:auto;
left:auto;
}
.countleftlxwm{
width:190px;
  padding-left: 0;
z-index: 99999;
}
.proleft {position: inherit;}
.countleft ul li,.countleftlxwm ul li{
  width: 100%;
  height: auto;
  line-height: 30px;
  text-align: right;
  border-right: 4px solid #fff;
}
.countleft ul li a,.countleftlxwm ul li a{
  display: block;
    height: auto;
    line-height: 44px;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    font-size: 18px;
    text-align: right;
font-weight: normal;
    padding-right: 35px;
}
/**.countleft ul li:nth-child(1){
  border-top: 1px solid #f0f0f0;
  border-right: 4px solid #0457b7;
}
.countleft ul li a:hover,.countleft ul li a.hover,.countleft ul li a:active{
  border-right: 4px solid #0457b7;
  transition: ease 1s;
}**/
.countleft ul li a{font-size:14px;padding-right: 25px;}

.countright,.countleftright{
  padding-right: 0;
float: right;
}
.countright h2,.countleftright h2{
    padding-bottom: 18px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
}
.countxq,.countxqlxwm{
  color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}
.countxq img{
max-width:100%;
height:auto;
}
/**case**/
.countright ul,.countleftright ul{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.caselist li{
  margin-bottom: 20px;
}
.caselist li:nth-child(odd){
  padding-left: 0;
  padding-right: 20px;
}
.caselist li:nth-child(even){
  padding-right: 0;
  padding-left: 20px;
}
.caseimg img{
  width: 100%;
  padding-bottom: 10px;
}
.caselist li h4{
  color: #000;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 400;
}
.caselist li h4 a{
color: #000;
}
.caselist li p{
    color: #5e6267;
    font-size: 14px;
    line-height: 2;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .countright ul li,.countleftright ul li{
    padding: 0!important;
  }
  .countright,.countleftright{
    padding: 0;
  }
  .countright h2,.countleftright h2{
    margin-top: 20px;
  }
.count{
margin-top:0;
}
}
.swiper-container-wapcho .swiper-slide{
  text-align: center;
  line-height: 40px;
  margin-bottom: 2px;
}
.swiper-container-wapcho .swiper-slide a{
  color: #666;
    font-size: 18px;
    display: block;
    line-height: 40px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.swiper-container-wapcho .swiper-slide a:hover{
  border-bottom: 2px solid #0457b7;
}
.nywaphover{
/**border-bottom: 2px solid #0457b7;**/
border-right:4px solid #0457b7!important;
transition: ease .1s;
}
.swiper-container-wapcho{
  border-left: 1px solid #dedede;
  box-shadow: 0 1px 1px 1px #eee;
}

/**newslist**/
.newlist,.newlist li{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newlist li{
  padding-bottom: 15px;
  border-bottom: 1px dashed #bfbfbf;
  margin-bottom: 20px!important;
}
.newsimg{
  padding-left: 0;
}
.newsimg img{
  width: 100%;
}
.newswz{
  padding-right: 0;
}
.newswz h5{
  width: 100%;
  height: auto;
  overflow: hidden; 
  padding-bottom: 15px;
}
.newswz h5 a{
  display: block;
  width: 60%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  float: left;
  color: #000;
  font-size: 18px;
}
.newswz h5 span{
  float: right;
  color: #a3a3a3;
  font-size: 14px;
}
.newswz p a{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  color: #656565;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
line-height:24px;
}
@media only screen and (max-width: 767px) {
  .newsimg,.newswz{
    padding: 0;
  }
  .newlist li{
    padding-bottom: 20px;
  }
  .newswz h5{
    margin-top: 10px;
  }
  .newswz p{
    padding-bottom: 10px;
  }
  .newswz p a{
    -webkit-line-clamp: 4!important;
  }
}
@media only screen and (max-width: 1200px) {
  .newswz p a{
    -webkit-line-clamp: 3;
  }
}
.paging{
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.paging a{
  display: inline-block;
  width: 55px;
  border: 1px solid #0457b7;
  font-size: 14px;
  line-height: 25px;
  border-radius: 5px;
  
}
.paging a:hover,.paging a.hover,.paging a:active{
  background: #0457b7;
  color: #fff;
}

/**cpycimg**/
.cpycimg{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.cpycimg img{
  width: 100%;
}
.cpyclist{
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.cpyclist tr td{
  border: 1px solid #dedeed;
  text-align: center;
}
.cpyclist tr:first-child{
  line-height: 35px;
  font-weight: bold;
}
.cpyclist tr{
  line-height: 45px;
}
.cpyclist tr a{
  color: #0457b7;
}
.cpyclist tr td{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

/**zpinfo**/
.sy_pro_bg{
width:100%;
}
.sy_pro_pic{
width:24%;
margin-bottom:10px;
}
.zptitinfo,.zpxqjs{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}
.zptitinfo p:nth-child(1){
  width: 100%!important;
}
.zptitinfo p{
  width: 33.3%!important;
  float: left;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.zptitinfo p:nth-child(1){
  padding-right: 30px;
}
.zptitinfo p,.zpxqjs p{
  width: 100%;
  height: auto;
  line-height: 30px;
  font-size: 16px;
}
.zpxqjs div{
  padding: 0 10px;
}
.zpxqjs h5{
  margin-top: 20px;
  font-size: 18px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .zptitinfo p{
    width: 50%!important;
    float: left;
  }
.nywaphover{
border-bottom: 2px solid #0457b7!important;
}
  .footinfo{
    flex-direction:column
  }
  .footdh{
    width:100%;
  }
  .footCode{
    width:100%;
  }
  .footCode img{
    margin:0 auto;
    display:block;
    width:36%;
  }
}

@media only screen and (max-width: 320px) {
  .zptitinfo p{
    width: 100%!important;
    float: left;
  }
}
/*---qqzx---*/.main-im{position:fixed;right:10px;bottom:10%; margin-top:-136px;z-index:99999;width:110px;height:272px;}
.main-im .qq-a{display:block;width:106px;height:116px;font-size:14px;color:#0484cd;text-align:center;position:relative;}
.main-im .qq-a span{bottom:5px;position:absolute;width:90px;left:10px;}
.main-im .qq-hover-c{width:70px;height:70px;border-radius:35px;position:absolute;left:18px;top:10px;overflow:hidden;z-index:9;}
.main-im .qq-container{z-index:99;position:absolute;width:109px;height:118px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #dddddd;background: url(../images/qq-icon-bg.png) no-repeat top center}
.main-im .img-qq{max-width:60px;display:block;position:absolute;left:6px;top:3px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.main-im .im-qq:hover .img-qq{max-width:70px;left:1px;top:8px;position:absolute;}
.main-im .im_main{background:#F9FAFB;border:1px solid #dddddd;border-radius:10px;background:#F9FAFB;display:block;}
.main-im .im_main .qq_c{ margin-top:4px; width:109px; height:75px; border-bottom:solid 1px #ddd;}
.main-im .im_main .qq_c a img{ margin-top:10px; margin-left:10px;}
.main-im .im_main .im-tel{color:#000000;text-align:center;width:109px;height:50px;border-bottom:1px solid #dddddd;}
.main-im .im_main .im-tel div{font-weight:bold;font-size:12px;margin-top:6px;}
.main-im .im_main .im-tel .tel-num{font-family:Arial;font-weight:bold;color:#e66d15;}
.main-im .im_main .im-tel:hover{background:#fafafa;}
.main-im .im_main .weixing-container{width:55px;height:47px;border-right:1px solid #dddddd;background:#f5f5f5;border-bottom-left-radius:10px;background: url(../images/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show{width:112px;height:172px;background:#ffffff;border-radius:10px;border:1px solid #dddddd;position:absolute;left:-125px;top:-126px;}
.main-im .im_main .weixing-show .weixing-sanjiao{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffffff;border-width:6px;left:112px;top:134px;position:absolute;z-index:2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #dddddd;border-width:8px;left:112px;top:132px;position:absolute;}
.main-im .im_main .weixing-show .weixing-ma{width:104px;height:103px;padding-left:5px;padding-top:5px;}
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto;text-align:center;}
.main-im .im_main .go-top{width:104px;height:47px;background:#f5f5f5;border-bottom-right-radius:10px;background: url(../images/totop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a{display:block;width:108px;height:47px;}
.main-im .close-im{position:absolute;right:10px;top:-12px;z-index:100;width:24px;height:24px;}
.main-im .close-im a{display:block;width:24px;height:24px;background: url(../images/close_im.png) no-repeat left top;}
.main-im .close-im a:hover{text-decoration:none;}
.main-im .open-im{cursor:pointer;margin-left:20px;width:40px;height:133px;background: url(../images/open_im.png) no-repeat left top; display:none;float: right;margin-right: 20px;
}
.cpzxlmalla{
display:block;
  width: 100%;
  height: auto;
  overflow: hidden;
color:#222!important;
cursor: pointer;
  font-size: 20px!important;
  font-weight: bold!important;
  margin: 20px 0 5px!important;
padding-right: 15px!important;
}
.cpzxlmall ul{display:none;}
.proleftlm:nth-child(1) ul{display:block;}
.tblj{border: 1px solid #dddddd;
    border-radius: 10px;
    background: #F9FAFB;
    display: block;
    position: fixed;
    z-index: 99999;
    right: 10px;
    bottom: 40%;
    overflow: hidden;
    text-align: center;
}
.tblj p{line-height: 2;
    font-size: 16px;
color:#333
}