* {
  padding: 0;
  margin: 0;
}
/* li * {
  transition: 0.5s;
} */

body {
  margin: auto;
  font-size: 16px;
  min-width: 1200px;
  max-width: 2000px;
}

img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.mt-32 {
  margin-top: 32px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-15 {
  margin-top: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.p-25 {
  padding: 25px;
}

.line-single {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* 只显示两行，超过显示省略号 */
.line-two {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-four {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  /* font-size: 16px; */
}

.bg-white {
  background-color: #fff;
  zoom: 1;
}

.layout {
  padding: 60px 0;
}

/* header */
.header {
  background-color: #fff;
  font-size: 0;
  border-bottom: 1px solid #e5e5e5;
}

.header .logo {
  width: 525px;
  height: auto;
  margin-top: 26.5px;
}

.header .search-group {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #a1ceea;
  width: 384px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  margin: 42px 0;
}

.header .search-group input {
  border: none;
  padding-left: 20px;
  width: 320px;
  font-size: 16px;
}

.header .search-group img {
  width: 24px;
  margin-top: -3px;
  margin-left: 10px;
}

/* 
.header .btn {
	border-radius: 4px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding-left: 40px;
	padding-right: 20px;
	background: #2e7cc9 url(../images/icon_dom.png) 11px center no-repeat;
	display: inline-block;
	background-size: 20px auto;
	cursor: pointer;
	font-size: 16px;
}

.header .btn:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
} */

/* nav-banner */
.nav {
  position: relative;
}
.nav .pt-list {
  width: 1200px;
  margin: auto;
}

.nav .pt-list a {
  display: inline-block;
}

.nav .pt-list > li {
  height: 60px;
  line-height: 60px;
  width: 14.2%;
  /* 100% / 7 */
  float: left;
  /* 防止边框影响宽度 */
  text-align: center;
}

.nav .pt-list > li > a {
  position: relative;
  font-size: 20px;
  color: #5f5e5e;
}
.nav .pt-list > li > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 1000;
  width: 0;
  height: 3px;
  margin: auto;
  background-color: #007cc5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nav .pt-list > li > a:hover {
  font-weight: bold;
  color: #007cc5;
}
.nav .pt-list > li > a:hover:after {
  width: 100%;
}
.nav .pt-list li.active > a {
  font-weight: bold;
  color: #007cc5;
}
.nav .pt-list li.active a:after {
  width: 100%;
}

/* subnav */
.subnav {
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 2001;
  background-color: #0079c3;
  display: none;
}

.subnav .layout {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 35px 0;
}
.subnav .dropTitle {
  float: left;
  position: relative;
  letter-spacing: 0.1em;
  margin-right: 60px;
}
.subnav .dropTitle a {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.subnav .dropMenu {
  float: left;
  list-style-type: disc;
  margin-top: -5px;
  max-width: 950px;
}

.subnav .dropMenu li {
  float: left;
  text-align: left;
}
.subnav .dropMenu li a {
  line-height: 36px;
  height: 36px;
  font-size: 16px;
  padding-right: 50px;
  display: block;
  transition: none;
  color: #fff;
}
.subnav .dropMenu a:hover {
  color: #fff;
}

.nav-left {
  width: 100px;
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 99;
  transition: 0.5s;
}

.nav-left ul li {
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 10px;
}

.nav-left ul li:hover a {
  color: #fff;
}

.nav-left ul li:hover {
  background-color: #4c8ee9;
}

.nav-left ul li:hover .wechat {
  display: block;
}
.wechat {
  width: 100px;
  height: 100px;
  position: absolute;
  background-color: #fff;
  left: -112px;
  top: 0;
  display: none;
  box-sizing: border-box;
  text-align: center;
}

.wechat p {
  margin-top: 8px;
}

.wechat img {
  width: 100px;
}

.wechat span {
  position: absolute;
  right: -10px;
  top: 40px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* datepicker */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #3886ca;
  background-color: #c7dff5;
  color: #3886ca;
}

/* 分页 */
/* .pagination {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
} */

.content {
  background-color: #fff;
  width: 1200px;
  margin: auto;
  padding: 30px 0;
  box-sizing: border-box;
  margin-bottom: 70px;
}
/* 位置面包屑 */
.breadcrumb {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  line-height: 60px;
}
.breadcrumb a {
  color: #fff;
  display: inline-block;
  margin: 0 5px;
}
.page {
  max-width: 2000px;
  background: url(../img/page-bg.png) no-repeat top center;
}
.banner {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 100%;
}
.tab-list {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #45a2d2;
  margin-top: -5px;
}
.tab-list li {
  margin: 0 20px;
  display: inline-block;
}
.tab-list li a {
  display: block;
  color: #fff;
}
.tab-list li a:hover:after,
.tab-list li a.active:after {
  content: '';
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 3px;
  padding: 0 5px;
  margin-left: -5px;
  margin-top: -3px;
  background-color: #b2d7ed;
}
.foot {
  height: 340px;
  max-width: 2000px;
  margin: auto;
  background: url(../img/f-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  font-size: 14px;
}

.foot .container {
  position: relative;
}

.foot .f-logo {
  margin-top: 120px;
}

.foot .f-center {
  color: #b7e1ff;
  width: 580px;
  margin-top: 62px;
  margin-left: 50px;
  position: relative;
}

.foot .f-center .f-content {
  border-left: 1px solid #b7e1ff;
  padding-left: 12px;
  display: inline-block;
  margin-bottom: 40px;
}

.foot .f-center .copyright {
  position: absolute;
  bottom: 40px;
  right: -240px;
}

.f-group {
  position: absolute;
  right: 0;
  top: 62px;
}

.f-group a {
  display: block;
  margin-bottom: 10px;
}
