/*宽高*/
/*背景*/
/*边框*/
/*居中, 距离上边距, 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(../image/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(../image/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(../image/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: 60px;
  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(../image/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手机屏幕*/
