.box {
  width: 1170px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.header-top {
  height: 88px;
  overflow: hidden;
}
.header-top .logo {
  float: left;
  margin: 4px 0;
}
.header-top .logo img {
  display: block;
  height: 76px;
}
.header-rg {
  float: right;
  padding: 20px 0;
}
.header-search {
  display: inline-block;
  vertical-align: bottom;
  height: 36px;
  border: 2px solid #3488ea;
  overflow: hidden;
}
.header-search input {
  float: left;
  width: 240px;
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
}
.header-search button {
  float: left;
  width: 80px;
  height: 36px;
  font-size: 14px;
  color: #fff;
  background: #3488ea;
}
.header-tel {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 45px;
}
.header-tel i {
  padding-right: 10px;
  margin-right: 10px;
  color: #adadad;
  line-height: 28px;
  border-right: 1px solid #dfdfdf;
}
.header-tel span {
  display: block;
  font-size: 12px;
  color: #adadad;
  text-align: right;
}
.header-tel p {
  font-size: 18px;
  line-height: 28px;
  color: #555;
}
.header-nav {
  border-top: 1px solid #eee;
  height: 58px;
  font-size: 18px;
  line-height: 58px;
  color: #333;
}
.header-nav ul {
  float: left;
}
.header-nav li {
  position: relative;
  float: left;
  width: 75px;
  margin-right: 60px;
}
.header-nav li:last-child {
  margin-right: 0;
}
.header-nav li:hover a {
  position: relative;
  color: #3488ea;
}
.header-nav li:hover a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #3488ea;
  content: '';
}
.header-nav li:hover .header-level {
  display: block;
}
.header-nav li.active a {
  position: relative;
  color: #3488ea;
}
.header-nav li.active a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #3488ea;
  content: '';
}
.header-nav a {
  display: block;
  text-align: center;
}
.back-group {
  float: right;
}
.back-group a {
  color: #3488ea;
}
.back-group a:hover {
  color: #2c6cbe;
}
.header-level {
  display: none;
  position: absolute;
  left: 50%;
  width: 120px;
  padding: 0 10px;
  margin-left: -70px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.header-level span {
  display: block;
  padding: 10px 0;
}
.header-level a {
  color: #333 !important;
  font-size: 14px;
  line-height: 20px;
}
.header-level a:before {
  display: none;
}
.header-level a:hover {
  color: #3488ea !important;
}
.header-level1 {
  width: 150px;
  margin-left: -85px;
}
.banner {
  width: 100%;
  position: relative;
  height: 480px;
  overflow: hidden;
}
.banner-list {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 480px;
  margin-left: -960px;
  overflow: hidden;
}
.banner-list .hd {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.banner-list .prev,
.banner-list .next {
  opacity: 0;
}
.banner-list .hd ul {
  overflow: hidden;
  zoom: 1;
}
.banner-list .hd ul li {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  background: url("../image/banner-dot.png") no-repeat center center;
}
.banner-list .hd ul li.on {
  background: url("../image/banner-dots.png") no-repeat center center;
}
.banner-list .bd {
  height: 480px;
}
.banner-list .bd ul {
  overflow: hidden;
  zoom: 1;
}
.banner-list .bd ul li {
  float: left;
  height: 480px;
  width: 100%;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
#prev,
#next {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 60px;
  margin-top: -30px;
  overflow: hidden;
  cursor: pointer;
}
#prev i,
#next i {
  width: 40px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
#prev {
  left: 5%;
}
#next {
  right: 5%;
}
.side {
  position: fixed;
  right: 0;
  top: 30%;
  width: 162px;
  height: 158px;
  padding: 40px 32px 10px 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../image/wei.png") no-repeat center;
  z-index: 11;
}

.foot {
  padding-top: 40px;
}
.foot1 {
  padding: 10px 0;
  font-size: 18px;
  border-bottom: 1px solid #dcdcdc;
  color: #040000;
}
.foot1 i {
  font-size: 18px;
  color: #040000;
}
.foot2 {
  padding: 20px 0;
  font-size: 14px;
  color: #333;
  overflow: hidden;
}
.foot2 p {
  padding: 10px 0;
}
.foot2 p span {
  margin-right: 15px;
}
.foot2-lf {
  float: left;
}
.foot2-rg {
  float: right;
  width: 85px;
  height: 85px;
  margin-right: 60px;
  border: 1px solid #ccc;
}
.foot-bottom {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: #f4f4f4;
}
.foot-bottom span {
  display: inline-block;
  margin: 0 10px;
}
.index-title {
  margin: 10px 0;
  font-size: 28px;
  color: #000;
  text-align: center;
  overflow: hidden;
  background: url("../image/line.jpg") no-repeat center;
}
.index-title span {
  display: block;
  font-size: 16px;
  color: #bbb;
}
.index-title p {
  display: inline-block;
  background: #fff;
}
.index1 {
  padding: 50px 0;
  overflow: hidden;
}
.index-new {
  overflow: hidden;
  margin-top: 30px;
}
.index-new-img {
  float: left;
  width: 526px;
  height: 360px;
  margin: 20px 0;
}
.new-pic {
  position: relative;
  float: left;
  width: 526px;
  height: 360px;
}
.new-pic .prev,
.new-pic .next {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 60px;
  margin-top: -30px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  background:none;
  z-index: 1;
}
.new-pic .prev i,
.new-pic .next i {
  width: 40px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
.new-pic .prev {
  left: 1%;
}
.new-pic .next {
  right: 1%;
}
.new-pic .bd {
  overflow: hidden;
}
.new-pic .bd ul {
  overflow: hidden;
  zoom: 1;
}
.new-pic .bd ul li {
  position: relative;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.new-pic .bd ul li img {
  display: block;
  width: 100%;
  height: 360px;
}
.new-pic .hd {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.new-pic .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
}
.new-pic .hd ul li {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: #fff;
}
.new-pic .hd ul li.on {
  background: #3488ea;
}
.pic-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  line-height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
}
.pic-text p {
  width: 80%;
  text-align: left;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-new-list {
  float: right;
  width: 620px;
}
.index-new-list ul li {
  padding: 12px 0;
  overflow: hidden;
  line-height: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.index-new-list ul li a {
  display: block;
}
.index-new-list ul li p {
  float: left;
  width: 75%;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index-new-list ul li span {
  float: right;
  font-size: 14px;
  color: #888;
}
.index-new-list ul li:hover p {
  color: #3488ea;
}
.index-new-top h2 {
  padding: 4px 0 15px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #134c9a;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.index-new-top p {
  height: 48px;
  font-size: 14px;
  color: #6b6b6b;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-new-top p:hover {
  text-decoration: underline;
}
.index-new-top span {
  color: #ff0000;
}
.index2 {
  overflow: hidden;
  margin-bottom: 40px;
}
.construct-list {
  margin: 60px 0 0;
}
.construct-list li {
  float: left;
  width: 25%;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.construct-list li span {
  display: block;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 5px solid #c98489;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.construct-list li span img {
  width: 100%;
  height: 100%;
}
.construct-list li p {
  margin-top: 15px;
}
.construct-list li a {
  display: inline-block;
}
.construct-list li:hover span {
  -webkit-box-shadow: 0 0 10px #c98489;
  -moz-box-shadow: 0 0 10px #c98489;
  box-shadow: 0 0 10px #c98489;
}
.index3 {
  padding: 35px 0 0;
  text-align: center;
  overflow: hidden;
}
#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#certify .swiper-container {
  padding: 50px 0;
}
#certify .swiper-slide {
  width: 572px;
  height: 370px;
  background: #fff;
  border: 5px solid #fff;
  box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
  display: block;
}
#certify .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.56);
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index4 {
  padding: 35px 0 0;
  overflow: hidden;
}
.culture-box {
  width: 1200px;
  margin: 0 auto;
}
.culture-list li {
  position: relative;
  float: left;
  width: 370px;
  margin-left: 45px;
  margin-top: 30px;
  cursor: default;
  overflow: hidden;
}
.culture-list li:hover {
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}
.culture-list li:hover .culture-intro {
  top: auto;
  bottom: 0;
}
.culture-list li:nth-child(3n+1) {
  margin-left: 0;
}
.culture-list .culture-img {
  width: 370px;
  height: 252px;
}
.culture-list .culture-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.culture-intro {
  display: block;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.culture-intro h2 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.culture-intro p {
  height: 72px;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.page-banner {
  height: 300px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.page-position {
  padding: 20px 0 40px;
  overflow: hidden;
  line-height: 30px;
}
.page-position p {
  float: left;
  font-size: 14px;
}
.page-position p span {
  color: #3488ea;
}
.page-position ul {
  float: right;
  overflow: hidden;
}
.page-position ul li {
  position: relative;
  float: left;
  padding: 0 10px;
}
.page-position ul li a {
  display: block;
  padding: 0 15px;
  font-size: 14px;
  color: #8d8d8d;
}
.page-position ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background: #dcdcdc;
  content: '';
}
.page-position ul li:first-child:before {
  display: none;
}
.page-position ul li:hover a,
.page-position ul li.active a {
  background: #3488ea;
  color: #fff;
}
.structure1 {
  padding: 50px 0;
  overflow: hidden;
}
.structure1-2 {
  float: right;
  width: 50%;
}
.structure1-2 h2 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.structure1-2 p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-indent: 2em;
}
.structure1-1 {
  float: left;
  width: 520px;
  margin-top: 45px;
}
.structure1-1img {
  width: 100%;
  height: 355px;
}
.structure1-1img img {
  width: 100%;
  height: 100%;
}
.structure1-1title {
  margin-top: 10px;
  text-align: center;
}
.structure1-1title p {
  font-size: 20px;
  color: #333;
}
.structure1-1title span {
  font-size: 12px;
  color: #a3a3a3;
}
.structure3 {
  margin-top: 45px;
}
.structure3 img {
  display: block;
  margin: 0 auto;
}
.new-middle {
  overflow: hidden;
}
.new-middle-rg {
  float: right;
  width: 620px;
}
.new-list li {
  padding: 10px 0 10px 15px;
  overflow: hidden;
  line-height: 30px;
  background: url("../image/dot.jpg") no-repeat left center;
  border-bottom: 1px dashed #dcdcdc;
}
.new-list li a {
  display: block;
  overflow: hidden;
}
.new-list li p {
  float: left;
  max-width: 65%;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.new-list li span {
  float: right;
  font-size: 14px;
  color: #888;
}
.new-list li a:hover p {
  color: #3488ea;
}
.new-box {
  margin-top: 50px;
}
.new-box .new-list li:nth-child(5n) {
  margin-bottom: 30px;
}
.paging-box {
  margin-top: 50px;
  overflow: hidden;
  text-align: center;
  clear: both;
}
.paging-box a {
  display: block;
}
.paging-box span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 0 2px 5px;
  background: #204fc4;
}
.paging-box span i {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #333;
}
.paging-box span:hover {
  background: #3488ea;
}
.paging-box span:hover i {
  color: #fff;
}
.paging-box ul {
  display: inline-block;
  vertical-align: top;
}
.paging-box ul li {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 0 3px 5px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  background: #eee;
}
.paging-box ul li a {
  color: #333;
}
.paging-box ul li.active,
.paging-box ul li:hover {
  background: #3488ea;
}
.paging-box ul li.active a,
.paging-box ul li:hover a {
  color: #fff;
}
.new-top {
  padding: 20px 60px 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.new-top h2 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #333;
  text-align: center;
}
.new-top p {
  width: 70%;
  margin: 0 auto;
  text-align: center ;
  font-size: 14px;
  line-height: 24px;
  color: #747474;
}
.new-top p span {
  color: #3488ea;
}
.detail-main {
  padding: 35px 60px 35px;
  margin-bottom: 80px;
  border: 1px solid #e5e5e5;
  border-top: 10px solid #e5e5e5;
}
.detail-title {
  padding: 0 0 30px;
  text-align: center;
  border-bottom: 1px dashed #dcdcdc;
}
.detail-title h1 {
  margin-bottom: 10px;
  font-size: 30px;
  color: #333;
  font-weight: normal;
}
.detail-title span {
  display: inline-block;
  font-size: 14px;
  color: #828282;
  margin: 0 5px;
}
.detail-title em {
  font-style: normal;
  cursor: default;
}
.detail-content {
  padding: 50px 0;
  font-size: 14px;
  color: #666;
}
.detail-choose-box {
  overflow: hidden;
}
.detail-choose-box .detail-choose-back {
  float: right;
}
.detail-choose-box span {
  float: left;
  margin: 5px 6px 5px 0;
}
.detail-choose {
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #e5e5e5;
}
.detail-choose-item {
  float: left;
  width: 70%;
  padding: 10px 0 ;
}
.detail-choose-item a {
  float: left;
  max-width: 49%;
  font-size: 14px;
  margin-right: 1%;
  color: #666;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.detail-choose-item a:hover {
  text-decoration: underline;
}
.detail-choose-back {
  display: block;
  width: 104px;
  height: 40px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #3488ea;
}
.detail-choose-back:hover {
  background: #337fe0;
}
.party-list li {
  padding: 15px 30px;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
.party-list li a {
  display: block;
}
.party-list li:hover {
  -webkit-box-shadow: 0 0 8px #ccc;
  -moz-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc;
}
.party-con {
  position: relative;
  float: left;
  width: 73%;
  margin: 35px 0;
}
.party-time1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  padding: 10px;
  background: #e5e5e5;
}
.party-time1 p {
  font-size: 14px;
  line-height: 30px;
  color: #424242;
}
.party-time1 span {
  display: block;
  font-size: 24px;
  color: #424242;
}
.party-intro1 {
  padding-left: 130px;
}
.party-intro1 h3 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #3b3b3b;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
}
.party-intro1 p {
  height: 48px;
  font-size: 14px;
  color: #828282;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.party-img {
  float: right;
  width: 240px;
  height: 170px;

}
.party-img img {
  width: 100%;
  height: 100%;
}
.results-list {
  padding-top: 30px;
}
.results-list li {
  float: left;
  width: 572px;
  margin-top: 20px;
}
.results-list li:nth-child(even) {
  float: right;
}
.results-list li a {
  display: block;
}
.results-list li:hover {
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}
.results-list li:hover .results-intro h2 {
  color: #3488ea ;
}
.results-list li:hover .results-intro .more {
  background: #3488ea;
  color: #fff;
  border-color: #3488ea;
}
.results-img {
  height: 176px;
}
.results-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.results-intro {
  padding: 20px 15px 30px;
}
.results-intro h2 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.results-intro p {
  height: 40px;
  font-size: 14px;
  color: #898989;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.results-intro .more {
  display: block;
  width: 88px;
  height: 32px;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #898989;
  text-align: center;
  line-height: 32px;
}
.results-intro .more i {
  font-size: 12px;
}
.contact-map {
  padding: 50px 0 0;
  border-top: 1px dashed #e5e5e5;
}
.contact-top h1 {
  font-size: 20px;
  color: #00468c;
  font-weight: normal;
}
.contact-top p {
  font-size: 12px;
  color: #969696;
}
.contact-bottom {
  overflow: hidden;
  padding: 30px 0;
}
.contact1 {
  float: left;
  width: 475px;
  padding-right: 30px;
  font-size: 14px;
  text-align: left;
  line-height: 28px;
  color: #969696;
}
.contact2 {
  float: left;
  width: 300px;
  padding: 0 50px;
  border-left: 1px solid #e5e5e5 ;
  border-right: 1px solid #e5e5e5 ;
}
.contact2-1 {
  padding-left: 60px;
  background: url("../image/dh.jpg") no-repeat left center;
}
.contact2-1 p {
  font-size: 14px;
  color: #333;
}
.contact2-1 span {
  font-size: 12px;
  color: #858585;
}
.contact2-2 {
  min-height: 50px;
  padding-left: 60px;
  margin-top: 20px;
  background: url("../image/share.jpg") no-repeat left center;
}
.contact2-2 .bshare-custom {
  padding-top: 10px;
}
.contact2-2 span {
  font-size: 12px;
  color: #858585;
}
.contact3 {
  float: right;
  width: 260px;
  font-size: 12px;
  color: #989898;
  text-align: center;
}
.contact3 img {
  width: 120px;
}
.page-box1 {
  margin: 50px 0;
}
.page-box1 .box {

  width: 1200px;
  position: relative;
  left: -15px;
}
.page-title {
  text-align: center;
}
.page-title h2 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
}
.page-title p {
  font-size: 14px;
  color: #a7a7ac;
  text-align: center;
  text-transform: uppercase;
  background: url("../image/line1.png") no-repeat center center;
}
.page-title p span {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
}
.page-level-nav {
  margin: 15px 0 0;
  text-align: center;
}
.page-level-nav a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  margin: 10px 5px 0;
  line-height: 30px;
  color: #333;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  overflow: hidden;
}
.page-level-nav a.active,
.page-level-nav a:hover {
  color: #fff;
  background: #204fc4;
  border: 1px solid #204fc4;
}
.page-level2-nav a {
  width: 200px;
}
.detail-main1 {
  border: none;
  margin-bottom: 0;
}
.detail-content {
  padding: 40px 0 50px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.choose-box {
  margin: 0 0 80px;
  font-size: 16px;
  line-height: 70px;
  overflow: hidden;
  background: #f5f5f5;
}
.choose-box p {
  float: left;
  width: 50%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.choose-box a {
  display: block;
  width: 100%;
  padding: 0 60px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.choose-box p:hover {
  background: #4575b8;
}
.choose-box p:hover a {
  color: #fff;
}
.choose-box .choose-prev a {
  background: url("../image/new-left.png") no-repeat left center;
}
.choose-box .choose-next a {
  float: right;
  text-align: right;
  background: url("../image/new-right.png") no-repeat right center;
}
.choose-box .choose-prev:hover a {
  background: url(../image/new-lefts.png) no-repeat left center;
}
.choose-box .choose-next:hover a {
  background: url(../image/new-rights.png) no-repeat right center;
}
.page-level1-nav {
  padding-top: 50px;
  font-size: 16px;
  color: #333;
}
.page-level1-nav a {
  display: inline-block;
  position: relative ;
  margin: 0 10px;
  color: #333;
}
.page-level1-nav a:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: none;
  content: '';
}
.page-level1-nav a.on,
.page-level1-nav a:hover {
  font-weight: bold;
  color: #204fc4;
}
.page-level1-nav a.on:before,
.page-level1-nav a:hover:before {
  background: #204fc4;
}
.territory-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.territory-title {
  padding-bottom: 18px;
  margin-bottom: 20px;
  background: url(../image/line3.png) repeat-x left bottom;
  overflow: hidden;
}
.territory-title p {
  float: left;
  font-size: 30px;
  color: #666;
}
.territory-title p span {
  margin-left: 5px;
  font-size: 12px;
  color: #3f4348;
  opacity: .5;
  text-transform: uppercase;
}
.territory-title a {
  float: right;
  height: 30px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 30px;
}
.territory-title a:hover {
  color: #204fc4;
}
.territory-content {
  float: left;
  width: 490px;
}
.territory-con {
  padding: 15px 0;
  font-size: 16px;
  line-height: 28px;
  color: #535353;
  text-indent: 2em;
}
.territory-img {
  float: right;
  position: relative;
  width: 572px;
  border: 3px solid #fff;
  margin: 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px #cac7c6;
  -moz-box-shadow: 0 0 10px #cac7c6;
  box-shadow: 0 0 10px #cac7c6;
}
.territory-img img {
  display: block;
  width: 100%;
  border-radius: 3px;
}
.territory-img1 {
  margin: 60px 15px 15px;
}
.list-reveal li {
  padding: 10px 0;
  overflow: hidden;
  line-height: 30px;
  border-bottom: 1px dashed #dcdcdc;
}
.list-reveal li:nth-child(5n) {
  margin-bottom: 30px;
}
.list-reveal li a {
  display: block;
  overflow: hidden;
}
.list-reveal li p {
  float: left;
  max-width: 65%;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.list-reveal li span {
  float: right;
  font-size: 14px;
  color: #888;
}
.list-reveal li a:hover p {
  color: #3488ea;
}
.contact-box1 {
  width: 810px;
  margin: 0 auto;
}
.contact-box1 .contact1 {
  width: 420px;
  border-right: 1px solid #dcdcdc;
}
.resource-list li {
  float: left;
  width: 48%;
  height: 238px;
  margin-bottom: 50px;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.resource-list li:nth-child(even) {
  float: right;
}
.resource-list li:hover {
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}
.resource-list a {
  padding: 30px 20px;
  position: relative;
  display: block;
}
.time2 {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 80px;
  text-align: center;
}
.time2 span {
  display: block;
  font-size: 23px;
  color: #424242;
}
.time2 p {
  font-size: 14px;
  color: #424242;
}
.resource-con {
  padding-left: 100px;
}
.resource-con h2 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: normal;
  color: #3b3b3b;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.resource-con .resource-intro {
  height: 120px;
  font-size: 14px;
  color: #828282;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.resource-con .invite-con {
  height: 100px;
  font-size: 14px;
  color: #828282;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.results-title {
  padding: 20px 0;
  text-align: center;
  font-size: 30px;
  color: #3b3b3b;
  border-bottom: 1px #cccccc dashed;
}
.results-detail {
  padding: 40px 0;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.culture-list1 li:hover .culture-img img {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
.culture-list2 li {
  padding-bottom: 90px;
}
.culture-list2 li:hover .culture-intro p {
  height: 72px;
  -webkit-line-clamp: 3;
}
.culture-list2 .culture-intro {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.culture-list2 .culture-intro p {
  height: 24px;
  -webkit-line-clamp: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.honor-list {
  overflow: hidden;
}
.honor-list li {
  float: left;
  width: 282px;
  margin-top: 40px;
  margin-left: 14px;
}
.honor-list li:nth-child(4n+1) {
  margin-left: 0;
}
.honor-list li p {
  height: 48px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.honor-list li:nth-child(1),
.honor-list li:nth-child(2),
.honor-list li:nth-child(3),
.honor-list li:nth-child(4) {
  margin-top: 0;
}
.honor-list li:hover .honor-img {
  border: 1px #204fc4 solid;
}
.honor-img {
  position: relative;
  width: 280px;
  height: 186px;
  margin-bottom: 15px;
  border: 1px #dcdcdc solid;
  overflow: hidden;
}
.honor-img img {
  position: relative;
  top: 50%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.prev {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 0 2px 5px;
  background: #eee;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #333;
}
.next {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 0 2px 5px;
  background: #eee;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #333;
}
.num {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 3px 5px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  background: #eee;
  display: inline-block;
  vertical-align: top;
}
.current {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 3px 5px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: white;
  background: #204fc4;
  display: inline-block;
  vertical-align: top;
}
.paging-box div {
  display: inline-block;
}
.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 111;
}
.structure1-26 {
  height: 450px;
}
.structure1-26-con {
  height: 365px;
  overflow: hidden;
}
.territory-more {
  float: right;
  height: 32px;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  padding: 0 20px;
  background: #204fc4;
  border-radius: 4px;
}
.territory-text-box {
  display: none;
  position: fixed;
  width: 96%;
  top: 50%;
  left: 50%;
  height: 80%;
  margin: 0 auto;
  padding: 30px;
  max-width: 1200px;
  background: #fff;
  z-index: 222;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
.territory-text-con {
  position: absolute;
  top: 145px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  font-size: 16px;
  color: #535353;
  max-height: 600px;
  overflow-y: auto;
}
.territory-text-title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}
.territory-text-title h2 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
}
.territory-text-title p {
  font-size: 16px;
  color: #999;
}
.territory-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  color: #333;
  cursor: pointer;
}
.search-key{
  font-size: 20px;
  color: #333;
}
.search-key span{
  color: #204fc4;
}