/*宽高*/
/*背景*/
/*边框*/
/*居中, 距离上边距, div居中*/
/*内行转块级*/
/*特殊a元素*/
/*字体相关*/
body,
html {
  width: 100%;
  height: 100%;
  /*G*/
  color: #333333;
  /*G*/
  font: 14px "Microsoft YaHei", "PingFang SC", sans-serif;
}
a {
  text-decoration: none;
  /*G*/
  color: #333333;
  /*G*/
  font: 14px "Microsoft YaHei", "PingFang SC", sans-serif;
}
/*G*/
input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
}
/*G*/
input::-moz-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
}
/*G*/
input::-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
}
body,
html,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: top;
  border: none;
}
li {
  list-style-type: none;
}
.li-inlineblock,
.div-inlineblock,
.select-input {
  letter-spacing: -10px;
}
.li-inlineblock > li,
.div-inlineblock > div,
.select-input > input {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.lf {
  float: left;
}
.rig {
  float: right;
}
.none {
  display: none;
}
.main,
.header,
.banner,
.section,
.footer {
  width: 100%;
}
/*G*/
/*全局居中，默认大小*/
.h-inner1,
.h-in2,
.nav-inner,
.f-top {
  margin: 0 auto;
  width: 1200px;
}
/** 头 部 ***********************************************************************/
/* h - 第一块*/
/* h - 第二块*/
.header {
  height: 160px;
  width: 100%;
  background: transparent url("../img/h1bg.png") no-repeat center center;
  background-size: cover;
}
.header .h-in2 {
  height: 110px;
}
/*logo和搜索框*/
.logo img {
  height: 57px;
  margin-top: 27px;
}
.select {
  margin-top: 37px;
}
.select-input input {
  display: inline-block;
  outline: none;
  border: none;
  height: 36px;
  vertical-align: top;
}
.select-input   .sinput {
  width: 165px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
}
.select-input   .sinputClick {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background: #ffffff url("../img/select.png") no-repeat center center;
}
/** 轮 播 图 ***********************************************************************/
.banner {
  height: 400px;
  width: 100%;
}
.tabBox {
  height: 400px;
  width: 100%;
  position: relative;
}
.tabBox .bd ul {
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.tabBox .bd li {
  height: 400px;
  width: 100%;
  overflow: hidden;
  text-align: center;
 
}
.tabBox .bd li a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%; 
  position: relative;
}
.tabBox .bd img {
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  height: 100%;
 
}
.tabBox .hd ul {
  height: 12px;
  width: auto;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  bottom: 30px;
}
.tabBox .hd ul li {
  cursor: pointer;
  margin: 0 10px;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.tabBox .hd ul .on {
  background-color: #00566c;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.tabBox .hd ul .on:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  top: -3px;
  left: -3px;
  z-index: 0;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 86, 108, 0.3);
}


.xgjj {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 600px;
  background: rgba(0, 84, 108, 0.75);
  text-align: center;
  -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.1, 1);
  -ms-transition: all 0.8s cubic-bezier(0.7, 0, 0.1, 1);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.1, 1);
  overflow: hidden;
}
.xgjj a {
  display: inline-block;
  height: 60px;
  width: 100%;
  vertical-align: top;
  line-height: 60px;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}
.xgjj .xgjjCon  a:hover { color: #eaaf26;}
.xgjj i {
  padding: 0 22px;
  background: transparent url("../img/arrow2.png") no-repeat center center;
}
.xgjjCon {
  text-align: left;
  line-height: 30px;
  color: #ffffff;
  padding: 20px 0 0 0;
}
.xgjjCon a {
  color: #ffffff;
  height: 40px;
  line-height: 38px;
  font-weight: bold;
  font-size: 20px;
}
.xgjjtime { padding: 12px 0px; }
.xgjjCon p {
  font-size: 16px;
  color: #becdc7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 120px;
}
.xgjj:hover {
  height: 300px;
}
.xgjj:hover > a {
  border-bottom: 1px solid #719f89;
}
.xgjj:hover i {
  background: transparent url("../img/arrow3.png") no-repeat center center;
}
/*导航*/
.nav {
  background: #ebf6f9;
}
.nav > div {
  width: 1250px;
}
.wp_nav > li {
  text-align: center;
  position: relative;
  width: 11.11111111%;
  /*width: 8.33333333%;*/
  height: 50px;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.wp_nav > li > a {
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: top;
  line-height: 50px;
}
.wp_nav > li:hover {
  background-color: #167c99;
}
.wp_nav > li:hover a {
  color: #FFFFFF !important;
}
.wp_nav .nav-item a { font-weight: bold; font-size: 17px; }
/*下拉菜单*/
.sub-nav {
  position: absolute;
  z-index: 3;
  width: 100% !important;
  border: none  !important;
}
.sub-nav li {
  overflow: hidden;
  word-wrap: nowrap;
}
.wp_nav .sub-nav .nav-item a  {
  text-align:center;
  border: none;
  background-color: #167c99;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  -webkit-transition: background-color .4s linear;
  transition: background-color .4s linear;
  color: #FFFFFF;
}
.wp_nav .sub-nav .nav-item a:hover {
  background-color: #ebebeb;
  color: #167c99 !important;
}
/** 尾 部 ***********************************************************************/
.footer {
  background-color: #00556c;
}
.f-top {
  line-height: 30px;
  color: #FFFFFF;
}
.f-top a {
  color: #FFFFFF;
}
.f-top .ft1 {
  height: 100%;
  width: 33.33333333%;
  padding: 5px 0;
  text-align: center;
}
.f-top .ft1 img {
  width: 50%;
  padding-top: 5px;
}
.f-top .ft2 {
  height: 100%;
  width: 66.66666667%;
  padding: 5px 0;
  line-height: 30px;
}
.f-top .ft2 h3 {
  font-size: 18px;
  line-height: 40px;
}
.f-top .ft2 .ft2con1 {
  margin-left: 130px;
  height: 100%;
  width: 30%;
}
.f-top .ft2 .ft2con1 li {
  height: 100%;
  width: 50%;
}
.f-top .ft2 a:hover {
  color: #b4b4b4;
}
.f-bottom {
  background-color: #ffffff;
  color: #808080;
  text-align: center;
  line-height: 14px;
  padding: 10px 0;
}
.f-bottom a:hover {
  color: #222222;
}
/***********************    响应式   **********************/
/*G电脑屏幕*/
@media screen and (max-width: 1200px) {
  .main,
  .header,
  .banner,
  .section,
  .footer {
    width: 1200px;
    margin: 0 auto;
  }
}
/*G平板屏幕*/
/*G手机屏幕*/
/*宽高*/
/*背景*/
/*边框*/
/*居中, 距离上边距, div居中*/
/*内行转块级*/
/*特殊a元素*/
/*字体相关*/
.section a:hover {
  color: #167c99;
}
.section-inner a,
.sp-lf li,
.sp-a-head,
.sp-rig,
.sp-title,
.sp-list,
.sp-imgitem a,
.sp-lf h1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pageImg {
  overflow: hidden;
  width: 100%;
  height: 400px;
  position: relative;
}
.pageImg img {
  height: 400px;
  position: absolute;
  top: 0;left: 50%; transform: translateX(-50%);
}
.section-inner {
  margin: 0 auto;
  width: 1200px;
  padding: 30px 0;
}
/************************************ 左 侧 栏 *************************************/
.sp-lf {
  width: 22.5%;
  /*270 / 1200*/
  margin-right: 1.583%;
  /*19 / 1200*/
}
.sp-lf a {
  display: inline-block;
  width: 100%;
}
/*栏目标题*/
.sp-lf h1 {
  width: 100%;
  background-color: #4c6999;
}
.sp-lf h1,.sp-lf h1 a {
  font-weight: normal;
  padding-left: 25px;
  height: 74px;
  font-size: 24px;
  line-height: 74px;
  color: #fff;
}

/*栏目下子栏*/
.sp-lf ul {
  width: 100%;
  position: relative;
}
/*栏目最下方块状装饰*/
.sp-lf ul:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 18px;
  background-color: #ebe8db;
}
.sp-lf li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 6px;
  height: 60px;
  background-color: #f7f7f7;
  transition: all .3s linear;
}
.sp-lf li:before {
  content: '';
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 6px;
  background-color: #4c6999;
}
.sp-lf li:hover:after { content: ''; position: absolute;
  height: 3px; 
  width: 12px; 
  top: 28.5px; 
  left: 25px; 
  background-color: #4c6999;  }
.sp-lf li i {
  float: right;
  font-style: normal;
  margin-right: 19px;
  color: #aaaaaa;
  /*background: #f00 url("../img/icon.png") no-repeat 0px 0px;*/
  /*padding: 30px 10px; */
}
.sp-lf li a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #444444;
  padding-left: 42px;
  border-right: 1px solid #ebe8db;
}
/**除了下线或上线添加线条**/
/*.sp-lf li:not(:first-child) a { border-bottom: 1px solid #ebe8db; }*/
.sp-lf li:not(:last-child) a {
  border-bottom: 1px solid #ebe8db;
}
.sp-lf li:hover {
  background-color: #fff;
}
.sp-lf li:hover a {
  color: #4c6999;
}
.sp-lf li:hover i {
  color: #4c6999;
  /*background: #f00 url("../img/icon.png") no-repeat 0px 0px;*/
  /*padding: 30px 10px; */
}
.sp-lf li:hover:before {
  background-color: #f0ad4e;
}
/*当前栏目 - sp-lf-current*/
.sp-lf .sp-lf-current {
  background-color: #fff;
}
.sp-lf .sp-lf-current a {
  color: #4c6999;
}
.sp-lf .sp-lf-current a i {
  color: #4c6999;
  /*background: #f00 url("../img/icon.png") no-repeat 0px 0px;*/
  /*padding: 30px 10px; */
}
/*左侧小方块*/
.sp-lf .sp-lf-current:before {
  background-color: #f0ad4e;
}
/*中间标识物，可替换成图片*/
.sp-lf .sp-lf-current:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 12px;
  top: 28.5px;
  left: 25px;
  background-color: #4c6999;
  /*background: #f00 url("../img/icon.png") no-repeat 0px 0px;*/
}
/************************************ 右 侧 栏 *************************************/
.sp-rig {
  position: relative;
  background-color: #fff;
  padding: 0 3%;
  width: 75.7166%;
  /*911 / 1200*/
}
/*标题和位置导航*/
.sp-title {
  width: 100%;
  height: 74px;
  border-bottom: 1px solid #e3e3e3;
}
.sp-title-lf h1 {
  position: relative;
  font-weight: normal;
  height: 74px;
  line-height: 74px;
  font-size: 26px;
  color: #444;
}
.sp-title-lf h1:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 5px;
  background-color: #167c99;
}
.sp-title-rig {
  line-height: 74px;
}
/*开头标签*/
.sp-title-rig i {
  padding: 10px 15px;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/
}
.sp-title-rig > div {
  display: inline-block;
  vertical-align: top;
}
/*最后一个栏目特殊样式*/
.sp-title-rig > div > span:last-child > a {
  color: #f0ad4e;
}
/*图标或箭头*/
.sp-title-rig > div > span:nth-child(1n) {
  color: #c0c0c0;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/
}
/************************************ page: 链 接 列 表 *************************************/
.sp-list { width: 100%; }
.sp-list-time { line-height: 39px;}
#wp_paging_w101 {  }
.wp_paging {width: 100%; text-align: center !important;}
.wp_paging>li { display: inline-block; }

#wp_news_w101 { width: 100%;
  padding: 20px 0; }

#wp_news_w101 li { position: relative;
  transform: all .5s;
  height: 39px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 26px; }
  /*文字前图片 - 一般使用before/after之一即可*/
#wp_news_w101 li:before,#wp_news_w101 li:after { position: absolute; content: ''; z-index: 2;
  width: 7px; 
  height: 7px;
  top: 50%;  }
#wp_news_w101 li:before { 
  left: 5px;
  margin-top: -3.5px; 
  background-color: #e1c668;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/  }
#wp_news_w101 li:after { z-index: 1;
  left: 7px; 
  margin-top: -1px; 
  background-color: #f5ebca;
  /*background: url('../img/icon2.png') no-repeat 0px 0px; }*/ }
#wp_news_w101 li a{ display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
  font-size: 16px;
  color: #444444;
  width: 88%;
  line-height: 39px; }

#wp_news_w101 li a:hover{
  color: #0c0c0c; }
/************************************ page: 单 页 文 章 *************************************/
.sp-article {
  padding: 10px 0 30px 0;
}
.spa-head {
  width: 100%;
  padding: 16px 0;
}
/*描述性东西，一般是时间/栏目/作者/浏览人数*/
.spa-desc {
  width: 100%;
  text-align: center;
  line-height: 27px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
}
.sp-article h1 {
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  font-size: 26px;
  color: #167c99;
}
.sp-content {
  color: #444444;
  line-height: 25px;
  font-size: 16px;
}
.sp-content hr {
  border: none;
  margin-bottom: 20px;
}
/************************************ page: 图 片 列 表 *************************************/
/*图片列表*/
.sp-imglist-outer {
  padding: 30px 0;
}
.sp-imglist {
  width: 100%;
}
.sp-imglist > li {
  width: 260px;
  height: 260px;
}
.sp-imglist > li:not(:nth-child(3n)) {
  margin-right: 3.3333%;
}
.sp-imglist h3 {
  text-align: center;
  width: 100%;
}
.sp-imglist a {
  font-size: 16px;
  line-height: 40px;
  color: #555;
}
.sp-imgitem {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.sp-imglist > li:hover .sp-imgitem {
  border: 3px solid #167c99;
}
.sp-imgitem {
  border: 3px solid #f1eacc;
}
.sp-imgitem a {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 254px;
  height: 194px;
  border: 1px solid #fff;
}
.sp-imgitem img {
  width: 252px;
  height: 192px;
}
/***********************		响应式		**********************/
/*G电脑屏幕*/
@media screen and (max-width: 1200px) {
  .sp-list li a {
    width: 81%;
  }
  .section-inner {
    width: 980px;
  }
  .sp-imglist > li:not(:nth-child(2n)) {
    margin-right: 3.3333%;
  }
}
/*G平板屏幕*/
@media screen and (max-width: 992px) {
  .sp-list li a {
    width: 78%;
  }
  .section-inner,
  .nav-inner {
    width: 800px;
  }
}
/*G手机屏幕*/
