@charset "utf-8";
.header {
  width: 100%;
  position: relative; margin: auto;
}
.hTop {
  height: 50px;
  line-height: 50px;
  background: #3cc4ce;
}
.searchBox {
  width: 1380px;
  margin: 0 auto;
  overflow: hidden;
}
.index-top-title {
  width: 400px;
  overflow: hidden;
  float: left;
  color:#ffffff;
}
.index-top-title a{
  margin:0 10px;
  color:#ffffff;
  font-size:16px;
}
.index-top-search {
  width: 300px;
  overflow: hidden;
  margin-top: 5px;
  float: right;
}
.index-top-search input {
  float: right;
  color: #6b6b6b;
}
.seek {
  width: 230px;
  height: 35px;
  line-height: 35px;
  border: none;
  outline: none;
  padding-left: 5px;
  border-radius: 10px;
  margin-top: 3px;
}
.search {
  background: url("../../images/common/search.png") center no-repeat;
  width: 51px;
  height: 40px;
  float: right;
  margin-left: 10px;
  outline: none;
  vertical-align: baseline;
  border: none;
  cursor: pointer;
}
.g-nav {
  width: 100%;
  height: 114px;
}
.logo {
  margin: 15px 0 0 27px;
  float: left;
  overflow: hidden;
}
.logo img {
  width: 415px;
  height: 80px;
}
.nav {
  float: right;
}
.nav ul li {
  float: left;
  margin: 0 15px;
  line-height: 114px;
}
.nav ul li a {
  font-size: 16px;
  color: #000000;
}
.nav ul li a:hover {
  color: #3cc4ce;
}
/*2020/7/18此段代码需要修改*/
.nav {
  float: right;
}
.nav ul li {
  float: left;
  margin: 0 15px;
  position: relative;
  line-height: 114px;
}
.nav ul li a {
  font-size: 16px;
  color: #000000;
}
.nav ul li {
  position: relative;
}
.nav_bar .xl_nav {
  position: absolute;
  left: -22px;
  display: none;
}
.nav_bar ul li:hover .xl_nav {
  z-index: 111;
  top: 110px;
  display: block;
  animation: drops 2s ;
  -webkit-animation: drops 1s ;
  -moz-animation: drops 1s ;
  -o-animation: drops 1s ;
}
.nav_bar .xl_nav .xl_nav_box {
  opacity: 0;
  filter: alpha(opacity=0);
  background: url(../../images/common/bb.png);
  border: 1px solid #e7e7e7;
  border-top: 3px solid #2eb6aa;
  width: 280px;
  position: relative;
}
@keyframes drops {
  0% {
    top: 115px;
  }
  100% {
    top: 110px;
    opacity: 1;
  }
}
.nav_bar .xl_nav .xl_nav_box b {
  position: absolute;
  left: 50px;
  top: -9px;
  display: block;
  width: 13px;
  height: 7px;
  background: url(../../images/common/nav_t.png);
}
.nav_bar .xl_nav .cf {
  padding: 20px 30px;
  overflow: hidden;
}
.nav_bar .xl_nav .cf ul li{
 line-height: 35px;
}

.nav_bar .xl_nav ul {
  float: left;
  width: 90%;
}
.nav_bar .xl_nav ul li {
  float: none;
  width: auto;
  height: auto;
  display: block;
  border-bottom: 1px solid #c8c6c7;
  margin: 0 20px;
  padding: 10px 0;
}
.nav_bar .xl_nav ul li a {
  font-size: 16px;
  color: #000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.nav_bar .xl_nav ul li i {
  display: block;
}
.nav_bar .xl_nav ul li i em {
  padding-top: 5px;
  display: block;
}
.nav_bar .xl_nav ul li i em a {
  line-height: 25px;
  display: block;
  font-size: 16px;
  color: #646464;
}
.nav_bar ul li:hover .xl_nav_box {
  margin-top: -10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav_bar .li3 .xl_nav {
  width: 250px;
}
.nav_bar .li3 .xl_nav_box {
  width: 250px;
}
.nav_bar ul li.li7 .xl_nav {
  left: -405px;
}
.nav_bar ul li.li7:hover .xl_nav {
    left: -196px;
}
.nav_bar ul li.li7:hover b {
  left: 78%;
}
.nav_bar ul li.li8 .xl_nav {
  left: -190px;
}
.nav_bar ul li.li8:hover .xl_nav {
  left: -190px;
}
.nav_bar ul li.li8:hover b {
  left: 78%;
}
.nav_bar ul li.li9 .xl_nav {
  left: -205px;
}
.nav_bar ul li.li9:hover .xl_nav {
    left: -200px;
}
.nav_bar ul li.li9:hover b {
  left: 82%;
}
.nav_bar ul li.li10 .xl_nav {
  left: -380px;
}
.nav_bar ul li.li10:hover .xl_nav {
    left: -188px;
}
.nav_bar ul li.li10:hover b {
  left: 76%;
}
/*2020/7/18此段代码需要修改*/
.banner {
  width: 100%;
  overflow: hidden;
}
/* 焦点图效果 */
.picBtnTop {
  width: 100%;
  height: 330px;
  position: relative;
  overflow: hidden;
}
.picBtnTop .bd {
  width: 100%;
  height: 330px;
  position: relative;
}
.picBtnTop .bd li {
  position: relative;
  zoom: 1;
  vertical-align: middle;
}
.picBtnTop .bd li .pic {
  position: relative;
  z-index: 0;
}
.picBtnTop .bd li .pic img {
  width: 100%;
  height: 330px;
  vertical-align: bottom;
}
.picBtnTop .bd li .bg {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #333;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.picBtnTop .bd li .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  border-bottom: none;
  text-align: left;
  opacity: 1;
}
.picBtnTop .bd li .title a {
  color: #ffffff;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: 2px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
/*.picBtnTop .prev{position:absolute; left:10px; top:50%; margin-top:-29px; display:block; width:37px; height:67px;*/
/*background:url(images/news/prev.png) no-repeat;}*/
/*.picBtnTop .next{ position:absolute; right:10px; top:50%; margin-top:-29px; display:block; width:37px; height:67px;*/
/*background:url(images/news/next.png) no-repeat; }*/
.picBtnTop .prev:hover,
.picBtnTop .next:hover {
  filter: alpha(opacity=60);
  opacity: 1;
}
.picBtnTop .prevStop {
  display: none;
}
.picBtnTop .nextStop {
  display: none;
}
.name {
  height: 160px;
  box-sizing: border-box;
  padding: 5px;
  background: #3cc4ce;
  filter: alpha(opacity=20);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3cc4ce, endcolorstr=#3cc4ce);
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=5);
  position: relative;
  left: 0px;
  top: -83px;
  z-index: 1;
  margin-bottom: -60px;
}
.name h4 {
  margin: 30px 0 30px 36px;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 27px;
  border-left: 11px solid #ffffff;
}
.name p {
  margin-left: 75px;
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
}
.footer {
  background: #2c2c2c; overflow: hidden;
}
.left_foot {
  width: 1100px;
  float: left;  padding:0 15px;
}
.right_foot {
  float: right;
}
.left_foot ul li h3 a {
  font-size: 22px;
  color: #999999;
  line-height: 36px;
}
.lis {
  margin-right: 4.5%;
}
.lis ul li {
  line-height: 26px;
}
.lis ul li a {
  color: #666666;
  font-size: 15px;
}
.lis h3 {
  line-height: 40px;
}
.hrefBox {
  width: 215px;
  border-left: 1px solid #424242;
  height: 246px;
}
.href {
  width: 137px;
  margin-left: 21%;
}
.ewm {
  width: 135px;
  height: 135px;
  border: 1px solid #e4e4e4;
}
.href p a {
  display: inline-block;
  border-radius: 100%;
  margin-right: 6%;
  float: left;
}
.href p a:last-child {
  margin-right: 0;
}
.href p a i {
  display: inline-block;
  border-radius: 100%;
}
.sitemap {
  width: 1050px;
  margin: 0 auto;
}
.sitemap p {
  line-height: 40px;
  text-align: center; 
 color:#666666;
}
.sitemap a,
span {
  color: #666666;
}
.pageBox {
  width: 1000px;
  min-height: 40px;
  background: #3cc4ce;
  margin: 0 auto;
}
/*内容页通用*/
.xyld-l {
  width: 434px;
  height: 402px;
  float: left;
}
.xyld-l img {
  width: 100%;
  height: 100%;
}
.xyld-r {
  float: right;
  width: 930px;
  min-height: 100px;
}
.xyld-xm {
  display: inline-block;
  font-size: 61px;
  color: #000;
  padding: 0 30px;
}
.xyld-zw {
  display: inline-block;
  font-size: 27px;
  color: #000;
  padding: 0 30px;
}
.xyld-xl {
  padding: 0 30px;
  margin-top: 30px;
}
.xyld-xl span {
  display: block;
  font-size: 19px;
  color: #000;
}
.xyld-gzjl {
  padding: 0 30px;
}
.xyld-gzjl p {
  display: inline-block;
  margin-top: 30px;
  font-size: 19px;
  color: #000;
  line-height: 42px;
}
/*内容页通用*/
.nr-xq-dqwz {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: #b2b2b2 1px solid; font-size: 18px;
}
.dqwz-logo {
  display: inline-block;
  width: 13px;
  height: 50px;
  margin-right: 10px;
  float: left;
  background: url(../../images/common/dqwz.png) 0 center no-repeat;
}
.nr-xq a {
  display: inline-block;
  font-size: 14px;
  color: #404040;
  /* float: left; */
  line-height: 30px;
  margin-left: 5px;
}
.nr-xq span {
  display: inline-block;
  font-size: 14px;
  color: #404040;
  line-height: 30px;
  margin-left: 5px;
}
.nr-xq {
  width: 94%;
  padding: 0 3%;
}
.xq-tt h1 {
  font-size: 42px;
  display: inline-block;
  color: #178991;
  width: 100%;
  text-align: center;
  line-height: 60px;
}
.xq-tt h3 {
  font-size: 25px;
  display: inline-block;
  color: #178991;
  width: 100%;
  text-align: center;
  line-height: 35px;
}
.ne-xq-jj {
      width: 100%;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #787878;
}
.jgyxDetail h1,h2,h3,h4{
   font-size:28px;
font-weight:bold;
}
.jgyxDetail p{
      font-size:24px;
      color: #000000;
       line-height: 42px;
}
.jgyxDetail p a,span{
    color: #000000;
}
.ne-xq-jj span {
  display: inline-block;
  font-size: 16px;
  color: #787878;
}
.ne-xq-jj span:nth-child(2) {
  margin-left: 30px;
}
.nr-xq-content p {
  display: block;
  font-size: 18px;
  color: #282828;
  line-height: 180%;
  margin-top: 30px;
}
.nr-xq-content span {
  display: block;
  font-size: 18px;
  color: #282828;
  line-height: 180%;
  margin-top: 30px;
}
.nr-xq-content {
    min-height: 300px;
    margin: 20px auto;
    line-height: 30px;
    font-size: 18px;     
    text-align: left;
}
.nr-xq-content img {
    display: block;
    margin:  auto;  
}

.nr-xq-content table {
    border-left: 1px solid #a5a5a5;
    border-top: 1px solid #a5a5a5
}

.nr-xq-content table td {
    border-right: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5
}

/* 搜索css */
.js{width:1300px;}
.list-info{ margin:auto;}
.jsL{ width:900px; float:left;}
.jsR{ width:350px; height:400px; float:right; background: #f6f6f6; }
.jsR h1{ width: 300px; height:40px; margin:10px auto; line-height: 40px; background: #3cc4ce; color: #FFF; font-size: 16px; text-align: center;}
.jsR input{ font-family: "微软雅黑", 'Microsoft YaHei', serif, Tahoma;}

/* 通用-列表页分页样式 */
.pages{padding: 15px 0;color: #ccc;text-align:center;}
.pages a{display: inline-block;color: #ddd;height: 25px;line-height: 25px;padding: 0 10px;border: 1px solid #ddd;margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.pages a:hover{text-decoration: none;border: 1px solid #3cc4ce;}
.pages span{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;vertical-align: middle;}
.pages span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #3cc4ce;	border: 1px solid #3cc4ce;border-radius: 4px;vertical-align: middle;}
.pages span.disabled{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}
.pages span.btn a{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #3cc4ce;	border: 1px solid #3cc4ce;border-radius: 4px;vertical-align: middle;cursor: pointer}
.pages span.btn a:hover{text-decoration: none;border: 1px solid #3cc4ce;}
.pages input[type=text]{display: inline-block;height: 25px;width: 20px;text-align: center;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}
