body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "微软雅黑";
  font-size: 16px; }

@media screen and (max-width: 900px) {
  body {
    font-size: 12px; } }

::selection {
  background: #042d97;
  color: #fff; }

::-moz-selection {
  background: #042d97;
  color: #fff; }

::-webkit-selection {
  background: #042d97;
  color: #fff; }

#showdata {
 }

body {
  overflow-x: hidden; }

img {
  border: 0; }

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

.clearfix {
  zoom: 1; }

em, i {
  font-style: normal; }

a {
  font-size: 16px;
  transition: all .3s; }

a:hover {
  text-decoration: none;
  color: #e51e01; }

.w1300 {
  max-width: 1300px;
  margin: 0 auto; }

.w1200 {
  max-width: 1200px;
  margin: 0 auto; }

.fl {
  float: left; }

.fr {
  float: right; }

.h30 {
  height: 30px; }

.h60 {
  height: 60px; }

.f14 {
  font-size: 14px; }

.f18 {
  font-size: 18px; }

.db {
  display: block; }

.dib {
  display: inline-block; }

/*公共*/
header { width:100%; min-width:1300px;
  /*background: url(h_top_bg.jpg) top center no-repeat;*/
  position: relative;
  z-index: 9999; }
  header .logoImg {
    margin: 10px; }
    header .logoImg a {
      display: block;
      float: left; }
  header .tel {
    font-size: 14px;
    background: url(1_06.jpg) left no-repeat;
    width: 228px;
    margin-top: 20px;
    color: #000;
    padding-left: 50px;
    margin-right: 20px;
    box-sizing: border-box; }
    header .tel b {
      font-size: 26px;
      color: #000000;
      font-family: Arial;
      display: block; }

.qh_nav { float:right; width:70%; 
  z-index: 9999;  }
  .qh_nav ul {
    margin-top: 20px; float:right; margin-right:8%; }
  .qh_nav li {
    float: left;
    height: 56px;
    line-height: 56px; margin-right:3px; }
    .qh_nav li a {
      color: #000;
      display: block;
      width: 88px;
      text-align: center;
      border-radius: 30px; }
      .qh_nav li a:hover {
        background: #0083C7;
        color: #fff; }
  .qh_nav li a.on {
        background: #0083C7;
        color: #fff; }

  .qh_nav .qh_nav1 ul {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.862);
    position: absolute;
    left: 0px;
    top: 66px;
    padding: 20px 2%;
    box-sizing: border-box;
    overflow: hidden;
    transition: .5s;
    text-align: center;
 }
	 .qh_nav .qh_nav2{ position:relative;}
	  .qh_nav .qh_nav2 ul {
    visibility: hidden;
    opacity: 0;
    width:150px;
    background: rgba(0, 0, 0, 0.862);
    position: absolute;
    left: 0px;
    top: 66px;  padding: 20px 2%;
    box-sizing: border-box;
    overflow: hidden;
    transition: .5s;
    text-align: center; text-align:center;
 }
   .qh_nav .qh_nav2 ul a {font-size:14px;
	color:#fff;
display:inline-block;
	padding-left:20px;
	padding-right:20px; line-height:30px;
}
   .qh_nav .qh_nav2 ul a:last-child{ background-image:none;}
 .qh_nav .qh_nav2 ul a:hover{ color:#fff;
}
    .qh_nav .qh_nav1 ul a {
      width: 13.2%;
      color: #fff;
      margin: 20px 1% 0 0;
      display: block;
      float: left; }
      .qh_nav .qh_nav1 ul a span {
        color: #fff;
        text-align: center;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .3s;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        background: #0083C7; }
      .qh_nav .qh_nav1 ul a img {
        width: 100%;
        display: block;
        height: 100%; }
      .qh_nav .qh_nav1 ul a:hover span {
        color: #fff;
        background: #000; }
  .qh_nav .qh_nav1:hover ul{
    visibility: visible;
    opacity: 1;
    top: 56px; }
	 .qh_nav .qh_nav2:hover ul { visibility: visible;
    opacity: 1;
    top: 36px; }

/*左右滚动*/
.syal {
  width: 1300px;
  overflow: hidden; }
  .syal li {
    float: left;
    margin-right: 20px;
    width: 300px; }
    .syal li a {
      display: block; }
      .syal li a img {
        display: block;
        width: 100%;
        border: 1px solid #ccc; }
      .syal li a ol {
        color: #000;
        text-align: center;
        font-size: 18px;
        margin: 10px 0 0 0; }

/*产品上下滚动*/
.sycp {
  margin-top: 30px;  min-width:1300px; }
  .sycp h2 {
    margin: 69px auto 30px auto;
    font-size: 38px;
    line-height: 30px;
    text-align: center; }
    .sycp h2 b {
      color: #0183C7;
      margin: 30px auto;
      display: block;
      position: relative;
      width: 878px; }
      .sycp h2 b ::before {
        position: absolute;
        right: 170px;
        top: 20px;
        width: 100px;
        height: 1px;
        content: "";
        background: #868686; }
      .sycp h2 b ::after {
        position: absolute;
        left: 170px;
        top: 20px;
        width: 100px;
        height: 1px;
        content: "";
        background: #868686; }
    .sycp h2 i {
      color: #f77d00; }
    .sycp h2 em {
      display: block;
      font-size: 16px;
      margin-top: 15px;
      font-weight: normal; }
  .sycp .more {
	text-align: center;
	display: block;
	margin-top: 40px;
	background-image: url(t2.jpg);
	background-repeat: no-repeat;
	background-position: center center; height:46px;
}
  .sycp .more dd{display:inline-block; width:578px; height:46px;}
   .sycp .more dd .tel{
	float:left;
	width:285px;
	text-align:center;
	color:#FF8716;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
-webkit-text-stroke:1px #fff;	text-stroke: 1px #fff;
	font-style: oblique; line-height:46px; font-size:26px; font-weight:bold;
}
 .sycp .more dd .lmc{ width:285px; float:right; text-align:center;line-height:46px; color:#fff; font-weight:bold; font-size:22px;}
.anliroll {
  height: 880px;
  width: 86%;
  margin: 0 auto; }
  .anliroll li {
    float: left;
    width: 23.2558139535%;
    background: #fff;
    margin: 2% 0 0 1.4%; }
    .anliroll li a {
      display: block;
      overflow: hidden;
      position: relative; }
      .anliroll li a h4 { width:100%; height:300px;
        overflow: hidden; }
      .anliroll li a img {
        width: 100%;
        display: block;
        transition: all .5s; min-height:300px; }
      .anliroll li a ol {
        line-height: 90px;
        color: #555;
        width: 100%;
        transition: all .3s;
        font-size: 20px;
        border-bottom: 1px solid #e1dfdf;
        padding: 0 10px;
        box-sizing: border-box; }
        .anliroll li a ol a {
          color: #555;
          font-size: 20px; }
      .anliroll li a span {
        display: inline-block;
        position: absolute;
        right: 10px;
        bottom: 6%;
        border: 1px solid #0183C7; background-color:#0183C7; color:#FFFFFF;
        border-radius: 999px;
        padding: 10px 20px; }
      .anliroll li a:hover {
        color: #fff; }
        .anliroll li a:hover img {
          transform: scaleX(1.2) scaleY(1.2); }
        .anliroll li a:hover ol {
          background: #0183C7;
          color: #fff;
          padding-left: 25px; }
        .anliroll li a:hover span {
          background: #fff;
          color: #ff9900;
          border: 1px solid #0183C7; }

.sygsjj {
  background: url(1_10.jpg) top center repeat-x;
  margin-top: 80px;
  padding-bottom: 40px; }
  .sygsjj .gscf {
    width: 90%;
    margin: 0 auto 40px auto; }
    .sygsjj .gscf img {
      width: 100%;
      box-shadow: 15px 15px 5px rgba(0, 0, 0, 0.192); }
  .sygsjj ul {
    display: flex;
    width: 680px;
    margin: 0 auto; }
    .sygsjj ul li {
      flex: 1;
      background: url(gbj.png) center no-repeat;
      width: 149px;
      height: 139px;
      text-align: center;
      padding-top: 20px;
      box-sizing: border-box; }
      .sygsjj ul li span {
        font-size: 47px;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff; }
      .sygsjj ul li p {
        text-align: center;
        font-size: 16px;
        color: #fff; }
  .sygsjj .gs_con {
    text-align: center;
    color: #fff;
    line-height: 200%;
    margin-top: 30px; }
    .sygsjj .gs_con p {
      text-align: center;
      color: #fff; }
    .sygsjj .gs_con a {
      width: 200px;
      padding: 2px 0;
      display: block;
      margin: 20px auto;
      border: 1px solid #fff;
      color: #fff; }
      .sygsjj .gs_con a:hover {
        background: #0083C7;
        color: #fff; }

/*污水处理行业 解决方案	*/
.fhxc {
  margin: 70px auto;
  overflow: hidden;
  height: 830px; }
  .fhxc .fh_l {
    float: left;
    width: 236px;
    border: 1px solid #d0d0d0; }
    .fhxc .fh_l h3 {
      background: #0183C7;
      color: #fff;
      font-size: 36px;
      text-align: center;
      padding: 20px 0; }
   .fhxc .fh_l h3 dd{ text-align:center; color:#000; text-align:center;}
.fhxc .fh_l h3 dd .lm{ font-size:24px; color:#0183C7;   -webkit-text-stroke: 1px #fff;text-stroke: 1px #fff;}
.fhxc .fh_l h3 dd  p{ text-align:center;}
.fhxc .fh_l h3 dd .red{ font-size:48px; color:#fff; margin-top:10px; margin-bottom:5px;}
.fhxc .fh_l h3 dd .en{
	color:#ff9900;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;
}
    .fhxc .fh_l a {
      display: block;
      height: 65px;
      line-height: 65px;
      margin: 0 10px;
      border-bottom: 1px dotted #d0d0d0;
      text-align: right;
      font-size: 18px;
      padding-right: 30px;
      color: #8b8b8b; }
      .fhxc .fh_l a:hover {
        background: url(1_25.jpg) right no-repeat;
        color: #0083C7; }
    .fhxc .fh_l ._act5 a {
      background: url(1_25.jpg) right no-repeat;
      color: #0083C7; }
    .fhxc .fh_l .fh_l_n_tel {
      background: #0183C7;
      height: 100px;
      text-align: center; color:#fff;}
      .fhxc .fh_l .fh_l_n_tel p { font-size:16px; text-align: center; padding-top:20px; color:#fff}
	 .fhxc .fh_l .fh_l_n_tel h4{ font-size:30px;text-align: center; margin-top:10px; color:#fff;
	font-family: Impact,"Times New Roman", Times, serif;
}	
  .fhxc .fh_r {
    float: right;
    width: 1010px;
    position: relative; }
	    .fhxc .fh_r h3 dd{ font-size:45px; font-weight:bold; color:#0183C7;font-style: oblique; }
    .fhxc .fh_r h3 a {
	
	float: right;
	display: block;
	font-weight:bold;
	
}
	    .fhxc .fh_r h3 dd .red{
	color:#ff9900;
	margin-left:20px;
	font-weight:normal;
	
}
 .fhxc .fh_r h3  dd p{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:24px; color:#DDDDDD; font-weight:bold; text-transform:uppercase;}
      .fhxc .fh_r h3 a img {
        margin-top: 30px; }
    .fhxc .fh_r ul li a { overflow:hidden;
      position: absolute;
      display: block; }
      .fhxc .fh_r ul li a img {
        width: 100%;
        transition: all .3s;  }
      .fhxc .fh_r ul li a span {
        transition: all .3s; }
    .fhxc .fh_r ul li a:nth-of-type(1) {
      width: 500px;
      height: 356px;
      top: 120px;
      left: 0; }
    .fhxc .fh_r ul li a:nth-of-type(2) {
      width: 500px;
      height: 356px;
      top: 120px;
      right: 0; }
  .fhxc .fh_r ul li a:nth-of-type(1) img,  .fhxc .fh_r ul li a:nth-of-type(2) img{ min-height:356px;} 
    .fhxc .fh_r ul li a:nth-of-type(3) {
      width: 330px;
      height: 258px;
      top: 540px;
      left: 0; }
    .fhxc .fh_r ul li a:nth-of-type(4) {
      width: 330px;
      height: 258px;
      top: 540px;
      left: 340px; }
    .fhxc .fh_r ul li a:nth-of-type(5) {
      width: 330px;
      height: 258px;
      top: 540px;
      right: 0; }
  .fhxc .fh_r ul li a:nth-of-type(3) img,  .fhxc .fh_r ul li a:nth-of-type(4) img,  .fhxc .fh_r ul li a:nth-of-type(5) img{ min-height:258px;} 
    .fhxc .fh_r ul li a:hover img {
      transform: scale(1.02, 1.02); }

#home-news {
  width: 80%;
  margin: 50px auto 0px auto;
  overflow: hidden; min-width:1250px; }
  #home-news .news-cont {
    width: 500px;
    overflow: hidden;
    margin: 0 auto; }
    #home-news .news-cont span {
      display: block;
      width: 150px;
      height: 40px;
      border: solid 1px #ddd;
      box-sizing: border-box;
      margin: 5px;
      float: left;
      text-align: center;
      line-height: 40px;
      color: #0183C7;
      font-size: 18px;
      -webkit-transition-duration: .5s;
      -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
      -o-transition-duration: .5s;
      transition-duration: .5s;
      cursor: pointer; }
  #home-news .news-cont-on {
    background: #0183C7;
    color: #fff !important; }
  #home-news ul {
    width: 100%;
    margin: 0 auto; }
    #home-news ul li {
      width: 30%;
      margin: 20px 1.6%;
      background: #fff;
      overflow: hidden;
      float: left; }
      #home-news ul li span {
        overflow: hidden;
        display: block; height:18vw; }
        #home-news ul li span img { min-height:18vw;
          width: 100%;
          display: block;
          -webkit-transition-duration: .5s;
          -moz-transition-duration: .5s;
          -ms-transition-duration: .5s;
          -o-transition-duration: .5s;
          transition-duration: .5s;
          overflow: hidden; }
      #home-news ul li:hover span img {
        transform: scale(1.1);
        width: 100%; }
      #home-news ul li h4 a {
        font-size: 20px;
        color: #000;
        line-height: 40px;
        font-weight: normal;
        padding: 10px 0px;
        margin: 0;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        #home-news ul li h4 a:hover {
          color: #0183C7; }
      #home-news ul li p {
        font-size: 16px;
        color: #999;
        line-height: 25px;
        font-weight: normal;
        padding: 0px 0px 20px 0px; }
      #home-news ul li em {
        font-size: 14px;
        color: #999;
        margin: 10px 0; }

#home-posi {
  width: 100%;
  background: #0183C7;
  overflow: hidden;
  padding-bottom: 10px; }

.home-posi {
  width: 1300px;
  height: 250px;
  margin: 0px auto;
  overflow: hidden;
  position: relative; }

.lei {
  width: 1300px;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 20px;
  overflow: hidden; }
  .lei dl {
    width: 200px;
    height: 250px;
    float: left; }
    .lei dl a dt {
      width: 200px;
      height: 160px; }
      .lei dl a dt img {

        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin: 0 auto;
        display: block; }
    .lei dl a dd {
      background: url(img1.png) center 25px no-repeat;
      -webkit-transition-duration: .5s;
      -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
      -o-transition-duration: .5s;
      transition-duration: .5s;
      font-size: 18px;
      color: #fff;
      text-align: center;
      height: 50px;
      display: block; }
    .lei dl a:hover dd {
      background: url(img2.png) center 25px no-repeat; }

.footer_con {
  background: #0183C7;
  padding: 30px 0; min-width:1300px;}
  .footer_con ul {
    overflow: hidden;
    margin-bottom: 30px; }
    .footer_con ul li {
      display: block;
      float: left; }
    .footer_con ul li:nth-of-type(1) {
      width: 281px; }
      .footer_con ul li:nth-of-type(1) h3 {
        background: #0171AD;
        color: #fff;
        height: 104px;
        box-sizing: border-box;
        padding-top: 20px;
        font-size: 30px;
        padding-left: 20px; }
        .footer_con ul li:nth-of-type(1) h3 em {
          display: block;
          font-size: 16px; }
      .footer_con ul li:nth-of-type(1) .footer_con_li {
        background: #fff;
            padding: 20px;
        box-sizing: border-box; height:215px; overflow-x: hidden;overflow-y: auto;}
      .footer_con ul li:nth-of-type(1) a {
        display: block;
        width: 40%;
        float: left;
        margin-left: 1%;
        height: 30px; }
    .footer_con ul li:nth-of-type(2) {
      margin-left: 50px;
      font-size: 18px;
      background: #fff;
      border: 3px solid #018FDC;
      padding: 20px 20px 10px 20px;
      box-sizing: border-box;
      width: 360px; }
      .footer_con ul li:nth-of-type(2) h3 {
        font-size: 18px;
        position: relative;
        padding-top: 10px;
        margin-bottom: 10px; }
        .footer_con ul li:nth-of-type(2) h3 ::before {
          position: absolute;
          content: "";
          width: 30px;
          height: 2px;
          background: #0183C7;
          left: 0;
          top: 0; }
        .footer_con ul li:nth-of-type(2) h3 b {
          color: #ff9900;
          font-size: 38px;
          display: block;
          font-family: Impact;
          margin-top: 15px; }
      .footer_con ul li:nth-of-type(2) p {
        font-size: 16px;
        line-height: 30px; }
    .footer_con ul li:nth-of-type(3) {
      width: 350px;
      margin-left: 50px; }
      .footer_con ul li:nth-of-type(3) h3 {
        font-size: 30px;
        color: #fff;
        margin-bottom: 20px; }
      .footer_con ul li:nth-of-type(3) a {
        display: block;
        width: 40%;
        float: left;
        margin-left: 1%;
        height: 30px;
        color: #fff; }
    .footer_con ul li:nth-of-type(4) {
      float: right;
      color: #fff;
      text-align: center; }
      .footer_con ul li:nth-of-type(4) img {
        display: block;
        margin-bottom: 20px; }

.footer2 {
  background: #0183C7;
  text-align: center;
  color: #d6d6d6;
  padding: 15px 0;
  border-top: 1px solid #0193E0; }
  .footer2 p {
    text-align: center;
    color: #fff;
    font-size: 16px; }
.footer2 p a,.footer2 p span { color:#fff}
/*地图*/
#dituContent {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #f3f1ec;
  color: black;
  text-align: left;
  height: 400px; }

/*内页banner*/
.nb {
  position: relative; }
  .nb b {
    position: absolute;
    bottom: 0px;
    margin: auto;
    text-align: center;
    width: 250px;
    font-size: 30px;
    color: #fff;
    background-image: linear-gradient(to top, #0183C7 0%, #0183C7 25%, #0183C7 50%, rgba(1,131,199, 0) 100%);
    left: 0;
    right: 0;
    padding: 10px 20px; }
    .nb b i {
      display: block;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 16px; }
  .nb img {
    width: 100%; }

.sppic {
  display: none; }

.sppic1 img {
  display: none; }

.newsc .listc ul, .newsc .listc li {
  width: 100%; }

.newsc .listc li {
  transition: .3s; }
  .newsc .listc li.grayc {
    background-color: #f8f8f8; }
  .newsc .listc li a {
    padding: 50px 0;
    display: block; }
  .newsc .listc li:nth-of-type(even) {
    background: #f7f7f7; }
  .newsc .listc li:hover {
    background-color: #0e4295; }
    .newsc .listc li:hover .numc img {
      border: 1px solid #fa1e2f; }
    .newsc .listc li:hover .centerc {
      left: -16px; }
.newsc .listc .centerc {
  width: 980px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  left: 0; }
.newsc .listc .numc {
  display: block;
  width: 104px;
  border-right: 1px solid #ddd;
  line-height: 60px;
  font-size: 72px;
  color: #d2d2d2; }
  .newsc .listc .numc img {
    width: 104px; }
.newsc .listc .fontc {
  display: block;
  width: 83.7%;
  font-size: 18px;
  line-height: 30px; }
  .newsc .listc .fontc .introc {
    font-size: 14px;
    color: #bbb; }
  .newsc .listc .fontc p {
    font-size: 18px; }

.newsc .listc li:hover .numc, .newsc .listc li:hover .fontc p, .newsc .listc li:hover .fontc .introc {
  color: #fff; }

.f-cbc:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "."; }

.neaxtpg a {
  float: left;
  display: inline-block;
  width: 42%;
  text-align: center;
  padding: 10px 2%;
  border: 1px solid #ccc;
  margin: 0 1%; }

.neaxtpg a:hover {
  background: #0e4295;
  color: #fff; }

.neaxtpg {
  margin-bottom: 50px; }

.n_main {
  overflow: hidden;
  margin-top: 20px; }

.nmain_l {
  width: 21%; }
  .nmain_l h1 {
    height: 95px;
    background: #0183C7 no-repeat right top;
    color: #fff;
    padding-left: 25px;
    font-size: 36px;
    font-weight: normal;
    padding-top: 45px;
    line-height: 30px;
    font-weight: bold;
    text-align: center; }
    .nmain_l h1 em {
      display: block;
      font-size: 18px;
      color: rgba(255, 255, 255, 0.733);
      font-weight: normal;
      text-align: center; }
  .nmain_l .nmenu {
    border: 1px solid #eee; }
    .nmain_l .nmenu li {
      line-height: 48px;
      font-size: 15px;
      border-bottom: 1px solid #eaeaea; }
      .nmain_l .nmenu li .act {
        background: #0083C7;
        color: #fff;
        padding-left: 25px; }
      .nmain_l .nmenu li a {
        display: block;
        padding-left: 20px;
        position: relative;
        color: #6f6f6f; }
        .nmain_l .nmenu li a:hover {
          background: #f3f3f3;
          padding-left: 25px; }
      .nmain_l .nmenu li .iconfont {
        position: absolute;
        right: 10px;
        font-size: 16px; }
      .nmain_l .nmenu li ._act {
        background: #0183C7;
        color: #fff; }
        .nmain_l .nmenu li ._act .ion {
          color: #fff; }
        .nmain_l .nmenu li ._act:hover {
          background: #0183C7;
          color: #fff; }
          .nmain_l .nmenu li ._act:hover .ion {
            color: #fff; }
  .nmain_l .l_lx {
    background: rgba(0, 0, 0, 0.548); }
    .nmain_l .l_lx dt {
      height: 50px;
      line-height: 70px;
      font-size: 26px;
      color: #fff;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      margin: 0 20px; }
    .nmain_l .l_lx dd {
      padding: 20px 20px 20px 20px;
      box-sizing: border-box;
      color: #fff; }
      .nmain_l .l_lx dd p {
        color: #fff;
        line-height: 160%; }

.nmain_r {
  width: 76%; }
  .nmain_r .gs_conwz {
    line-height: 200%;
    margin-bottom: 20px; }
    .nmain_r .gs_conwz .ab_tit {
      font-size: 26px;
      color: #000; }
    .nmain_r .gs_conwz .abchan-tag {
      display: inline-block;
      background: url(pcat_xian.gif) repeat-x center;
      padding: 0 20px;
      font-size: 16px;
      color: #6e6e6e; }
      .nmain_r .gs_conwz .abchan-tag span {
        display: block;
        padding: 0 10px;
        background: #fff;
        color: darkgrey; }
  .nmain_r .gs_wz {
    margin-top: 20px; }
  .nmain_r .gs_wz p {
    line-height: 200%;
    margin-bottom: 15px; }

.chr-top {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 18px;
  margin-bottom: 20px;
  margin-top: 20px; }
  .chr-top h3 {
    font-size: 24px;
    color: #0183C7; }
    .chr-top h3 span {
      float: right;
      color: #6e6e6e;
      margin-top: 10px;
      font-size: 14px;
      font-weight: normal; }
      .chr-top h3 span i {
        color: #0183C7; }
      .chr-top h3 span a {
        color: #6e6e6e; }
    .chr-top h3 span a:hover {
      color: #0183C7; }
	   .chr-top h3 span a:last-child {
      color: #0183C7; }
    .chr-top h3 u {
      text-transform: uppercase;
      font-size: 16px;
      font-style: normal; }

.nmain_r1 {
  width: 95%;
  margin: 0 auto; }

.syys {
  background: url(1_07.jpg) center top no-repeat;
  overflow: hidden;
  height: 744px;
  margin-bottom: 50px; }
  .syys h3 {
    text-align: center;
    padding-top: 50px;
    font-size: 60px;
    color: #ff9900;
    -webkit-text-stroke: 2px #fff; }
    .syys h3 em {
      font-size: 80px;
      color: #0183C7;
      margin-top: 2px;
      margin-bottom: 20px; }
  .syys h4 {
    font-size: 18px;
    color: #666666;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px; }
  .syys ul {
    margin: 60px auto; }
    .syys ul li {
      display: inline-block;
      background: #fff;
      width: 17%;
      box-shadow: 0 0 15px #ccc;
      height: 381px;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px;
      margin-left: 2%;
      position: relative;
      transition: all .3s; }
      .syys ul li::before {
        position: absolute;
        content: "";
        bottom: -26px;
        left: 48%;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        z-index: 999;
        transition: all .3s;
        border: 15px solid #ff9900; }
      .syys ul li img {
        display: block;
        margin: 30px auto; }
      .syys ul li span {
        display: block;
        text-align: center;
        font-size: 26px;
        color: #000;
        margin-bottom: 50px; }
      .syys ul li em {
        text-align: center;
        display: block;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.521);
        text-transform: uppercase; }
      .syys ul li:hover {
        transform: translate(0, -10px);
        box-shadow: 0 0 15px #0183C7; }
        .syys ul li:hover::before {
          border: 15px solid #0183C7; }
        .syys ul li:hover span {
          color: #0183C7; }

@media (max-width: 1680px) {  header .qh_nav { width:75%}
  header .qh_nav ul { margin-right:2%; }
    header .qh_nav li a {
      padding: 0 6px; }       .anliroll li a h4 {height:250px;}
      .anliroll li a img { min-height:250px}    header .qh_nav li{ margin-right:1px;}}
@media (max-width: 1400px) {
  header .qh_nav { }
    header .qh_nav li a {
      padding: 0 5px; } .anliroll li a h4 {height:220px;}
      .anliroll li a img { min-height:220px} }
@media (max-width: 1385px) {
  header .qh_nav { width:75%}
    header .qh_nav li a { font-size:13px;
      padding: 0 2px; } }
@media (max-width: 1270px) {
  header .qh_nav {
    float: left; }
    header .qh_nav li a {
      padding: 0 2px; }
  header .tel {
   } .anliroll li a h4 {height:180px;}
      .anliroll li a img { min-height:180px}.izl-rmenu{ display:none}}

/*# sourceMappingURL=chen.css.map */