/* 清除浮动 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #f30;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/* 圆角  */
/*边框圆角*/
/*单行载断*/
/*单行载断溢出省略号*/
.spill1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/*下阴影*/
/* 背景自适应 */
/* box-sizing */
/* 文本元素内垂直居中 */
/* input提示字体颜色修改 */
.pa100 {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ztwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ztwrap {
    width: 96%;
  }
}
img {
  vertical-align: middle;
  max-width: 100%;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
/*常用颜色*/
header {
  padding-top: 80px;
  position: relative;
}
header nav {
  background-color: #ffffff;
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1600px) {
  header nav .ztwrap {
    max-width: 950px;
  }
  header nav .ztwrap .navs li {
    padding: 0 15px;
  }
}
header nav a {
  color: #333333;
}
header nav .ztwrap {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
header nav .logo {
  font-size: 20px;
}
header nav .logo img {
  margin-right: 20px;
}
header nav .navs li.active {
  position: relative;
}
header nav .navs li.active::after {
  content: '';
  position: absolute;
  width: 64px;
  height: 3px;
  background-color: #2653ac;
  top: 0;
  left: 50%;
  margin-left: -32px;
}
header nav ul {
  display: flex;
}
header nav ul li {
  padding: 0 25px;
}
header nav ul li a {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
}
header nav .tel {
  position: absolute;
  right: 2%;
  height: 80px;
  top: 0;
  padding-top: 6px;
  background: url(../images/tel_r.png) no-repeat left;
  padding-left: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
header nav .tel p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: right;
}
header .banner {
  height: 250px;
  background: url(../images/contentBanner.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
header .bannerTitle {
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 100px;
  width: 100%;
}
header .bannerTitle h1 {
  font-size: 2em;
  padding-top: 1.25em;
  padding-bottom: 13px;
  position: relative;
}
header .bannerTitle h1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -32px;
  width: 64px;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.5;
}
header .bannerTitle p {
  padding-top: 5px;
}
.goBack {
  border-bottom: 1px solid #e5edf5;
}
.goBack .ztwrap {
  line-height: 60px;
  height: 60px;
  font-size: 14px;
  color: #999;
}
.goBack .ztwrap a {
  color: #999;
}
.goBack .ztwrap span {
  color: #333;
}
.container .h2_title h2 {
  font-size: 30px;
  color: #2653ac;
  font-weight: 600;
}
.container .h2_title h2 em {
  color: #333;
  font-size: 1em;
  font-weight: 600;
}
.container .h2_title p span {
  display: block;
  font-size: 12px;
  color: #2653ac;
  transform: scale(0.8);
  font-weight: 600;
  line-height: 1;
  margin-left: -125px;
}
.pagelist {
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
}
.pagelist input {
  width: 2.8em;
}
.pagelist input.number {
  padding: 0;
  margin-left: 4px;
}
.pagelist span,
.pagelist input {
  display: inline-block;
  vertical-align: middle;
  min-width: 42px;
  height: 42px;
  line-height: 42px;
  color: #999;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  cursor: pointer;
  margin-top: 4px;
  margin-bottom: 4px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .pagelist span,
  .pagelist input {
    display: none;
  }
  .pagelist span.prev,
  .pagelist input.prev,
  .pagelist span.next,
  .pagelist input.next,
  .pagelist span.number,
  .pagelist input.number {
    display: inline-block;
  }
}
.pagelist span a,
.pagelist input a {
  display: block;
  color: #666;
}
.pagelist span a:hover,
.pagelist input a:hover {
  color: #2653ac;
}
.pagelist span:hover,
.pagelist input:hover {
  color: #2653ac;
}
.pagelist span.on,
.pagelist input.on {
  background-color: #2653ac;
}
.pagelist span.on a,
.pagelist input.on a {
  color: #fff;
}
.pagelist span.next,
.pagelist input.next {
  padding: 0 5px;
}
.pagelist span.next img,
.pagelist input.next img {
  vertical-align: middle;
}
.pagelist span.prev,
.pagelist input.prev {
  padding: 0 5px;
}
.pagelist span.prev img,
.pagelist input.prev img {
  vertical-align: middle;
}
.pagelist span.jump,
.pagelist input.jump {
  margin-left: -6px;
  background-color: #f6f6f6;
  border: solid 1px #e5e5e5;
}
.pagelist span + span {
  margin-left: 4px;
}
@media (max-width: 640px) {
}
.siderbar {
  position: fixed;
  width: 90px;
  right: 30px;
  bottom: 100px;
  z-index: 999;
  background: #4ab1ef;
}
.siderbar ul li {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.siderbar ul li span {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 6px 0;
  background: #76c000;
  bottom: 0;
}
.siderbar ul li:nth-child(2) {
  padding: 10px 0;
  text-align: center;
}
.siderbar ul li:nth-child(2) img {
  margin-bottom: 5px;
}
.siderbar ul li:nth-child(2) a {
  font-size: 12px;
  display: block;
  line-height: 1.6;
  color: #fff;
}
.getdoyoo {
  display: block;
  margin: 30px auto 0;
  width: 250px;
  font-size: 18px;
  color: #fff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #dedede;
  color: #333;
}
.getdoyoo:hover {
  color: #2653ac;
  border-color: #2653ac;
}
.getdoyoo.colorBlure {
  background-color: #2653ac;
  color: #fff;
  border-color: #2653ac;
}
footer {
  background-image: url(../images/footerbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 0 30px;
}
footer .profooter {
  padding-top: 40px;
  *zoom: 1;
  zoom: 1;
}
footer .profooter dl {
  width: 230px;
  color: #fff;
  margin: 0 auto 20px;
  font-size: 14px;
}
footer .profooter dl h3 {
  display: none;
}
footer .profooter dl i {
  display: none;
}
footer .profooter dt {
  margin-bottom: 10px;
}
footer .profooter dt strong {
  font-size: 22px;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}
footer .profooter dt .prophonebox {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .profooter dt .prophonebox > div {
  margin-left: 10px;
}
footer .profooter dt .prophonebox > div p {
  font-size: 14px;
  line-height: 20px;
  color: #fefefe;
}
footer .profooter dd:last-child {
  display: none;
}
footer .profooter article {
  overflow: hidden;
  color: #fff;
  margin-top: 20px;
  width: 250px;
  margin: 0 auto;
}
footer .profooter article img {
  width: 100px;
  height: 100px;
  padding-right: 10px;
  float: left;
}
footer .profooter article h3 {
  color: #fbe4ad;
  font-size: 20px;
  padding: 5px 0;
}
footer .profooter article p {
  font-size: 12px;
  display: block;
}
footer .profooter a {
  color: #fff;
}
footer .profooter a:hover {
  text-decoration: none;
}
footer .profooter:after {
  content: " ";
  clear: both;
  display: table;
}
footer .copyright {
  padding: 30px 10px 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
footer .copyright p a {
  color: #999;
}
footer .copyright p a:hover {
  color: #fff;
}
@media (min-width: 480px) {
  footer .profooter dl {
    width: 48%;
    float: left;
    margin: 0 auto;
  }
  footer .profooter dl dt {
    margin-bottom: 0;
  }
  footer .profooter dl dd:last-child {
    display: block;
  }
  footer .profooter dl article {
    width: auto;
  }
}
@media (min-width: 768px) {
  footer .profooter dl {
    width: 68%;
    color: #fff;
  }
  footer .profooter dl h3 {
    display: block;
    color: #fbe4ad;
    font-size: 20px;
  }
  footer .profooter dt {
    font-size: 14px;
    width: 40%;
    float: left;
    box-sizing: border-box;
  }
  footer .profooter dd {
    position: relative;
    width: 50%;
    float: left;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    border-right: solid 1px #555;
    border-left: solid 1px #555;
  }
  footer .profooter article img {
    width: 100px;
    height: 100px;
    float: left;
  }
  footer .copyright {
    padding: 30px 50px 40px;
  }
}
@media (min-width: 992px) {
  footer .profooter dl {
    width: 66.66%;
  }
  footer .profooter dl i {
    display: block;
    position: absolute;
    color: #fbe4ad;
    width: 56px;
    height: 56px;
    left: 50px;
    top: 15px;
    font-size: 56px;
  }
  footer .profooter dt {
    width: 50%;
  }
  footer .profooter dt strong {
    font-size: 30px;
  }
  footer .profooter dd {
    position: relative;
    padding: 0px 35px 20px 65px;
  }
  footer .profooter dd h3 {
    padding: 5px 0;
  }
  footer .profooter article {
    width: 33.33%;
    padding-left: 30px;
    box-sizing: border-box;
  }
}
@media (min-width: 1200px) {
  footer .profooter {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 80px 0;
    box-sizing: border-box;
  }
}
