/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
a:hover {
  color: #000;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #083b90;
}
.advertising {
  width: 1200px;
}
.right {
  position: sticky;
  top: 0;
  height: 100%;
}
.right .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.right .advertising img {
  width: 100%;
  height: 100%;
}
.right .advertising-2 {
  margin-top: 40px;
  height: 250px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 100px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.head a {
  left: 0;
  position: absolute;
  display: block;
 /* height: 50px;*/
  width: 17%;
}
.head span {
  color: #55b5ea;
  font-size: 14px;
}
.head .search {
  margin-left: 20px;
  width: 300px;
}
.head .search form {
  border: 2px solid #083b90;
  height: 40px;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.head .search form input {
  width: 85%;
  padding-left: 20px;
  height: 100%;
}
.head .search form button {
  border-radius: 18px;
  font-size: 16px;
  color: #fff;
  height: 40px;
  background: #083b90 url(http://www.fangchan.yktworld.com/static/img/search.png) no-repeat center;
  width: 25%;
}
.nav {
  background-color: #083b90;
  height: 50px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.nav ul li {
  flex: 1;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.nav ul li a {
  color: #fff;
  font-size: 18px;
}
.nav ul .cur,
.nav ul li:hover {
  background-color: #306aab;
}
.big-tit {
  text-align: center;
  white-space: normal;
}
.big-tit a {
  display: block;
  overflow: hidden;
  width: 100%;
}
.big-tit h1 {
  color: #002483;
  font-size: 40px;
  font-weight: 700;
}
.big-tit h2 {
  color: #5d5d5d;
  font-size: 16px;
}
.big-tit span {
  color: #5d5d5d;
  text-indent: 2em;
  line-height: 18px;
  margin-top: 20px;
  display: block;
  float: left;
}
.big-tit span:first-of-type {
  width: 87%;
}
.big-tit span:last-of-type {
  color: #ff6600;
  margin-left: 20px;
}
.big-tit-2 h1 {
  padding: 10px 0;
  background-color: #e9f4fe;
}
.big-tit-2 h2 {
  margin-top: 10px;
  text-align: left;
}
.big-tit-2 span {
  display: inline;
  float: none;
}
.fouce {
  width: 860px;
  height: 480px;
}
.fouce #swiper-1 {
  height: 100%;
  width: 100%;
}
.fouce #swiper-1 .swiper-slide {
  height: 100%;
  width: 100%;
}
.fouce #swiper-1 .swiper-slide img {
  height: 90%;
}
.fouce #swiper-1 .swiper-slide span {
  color: #fff;
  display: block;
  height: 10%;
  line-height: 48px;
  padding-left: 20px;
  background-color: #4b4b4b;
}
.fouce #swiper-1 .swiper-pagination {
  text-align: right;
  left: -20px;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 19px;
  height: 12px;
  border-radius: 0;
  background-color: #585858;
  opacity: 1;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8a8a8a;
}
.list {
  width: 321px;
}
.list ul {
  border: 1px solid #e7e7e7;
}
.list ul li {
  border-top: 1px solid #e7e7e7;
  height: 52.5px;
  line-height: 52.5px;
  padding: 0 20px;
}
.list ul li:hover {
  background-color: #0197d6;
}
.list ul li:hover a {
  color: #fff;
}
.list ul li a {
  font-size: 16px;
  color: #002483;
}
.tit {
  height: 47px;
  line-height: 47px;
  background-color: #e9f4fe;
}
.tit a {
  display: block;
  width: 30%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  background-color: #0197d6;
}
.bg {
  background-color: #f5f5f5;
}
.info-scroll {
  line-height: 40px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  background-color: #e9f4fe;
}
.info-scroll .title-scroll {
  width: 132px;
  background-color: #019bd9;
  text-align: center;
}
.info-scroll .title-scroll a {
  color: #fff;
  font-size: 20px;
}
.info-scroll .swiper-container {
  width: 87%;
  overflow: hidden;
  z-index: 999;
}
.info-scroll .swiper-container .swiper-slide {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.info-scroll .swiper-container .swiper-slide a {
  font-size: 16px;
  color: #002483;
}
.box .left-tit {
  width: 80px;
  background-color: #083b90;
  padding: 20px 15px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.box .left-tit a {
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 30px;
}
.box .item {
  width: 31%;
  box-sizing: border-box;
  padding: 20px 30px;
}
.box .item .img-box {
  margin-top: 20px;
  height: 210px;
}
.box .item .img-box img {
  height: 70%;
}
.box .item .img-box h2 {
  margin-top: 10px;
  font-size: 17px;
}
.box .title {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #dfdfdf;
}
.box .title a {
  display: flex;
  justify-content: space-between;
}
.box .title a span {
  color: #42aade;
  font-size: 14px;
}
.box .title a span:first-of-type {
  padding: 0 10px;
  font-size: 24px;
  border-bottom: 2px solid #019bd9;
}
.box .list-2 ul {
  border-top: none;
  border: 1px solid #dfdfdf;
}
.box .list-2 ul li {
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.box .list-2 ul li:last-of-type {
  border: none;
}
.box .list-2 ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #dfdfdf;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.box .list-2 ul li:hover::before {
  background-color: #69bce5;
}
.box .img-list {
  max-height: 810px;
  overflow-y: auto;
}
.box .img-list::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
.box .img-list::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.box .img-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(144, 147, 153, 0.3);
}
.box .img-list ul li {
  white-space: normal;
  margin-top: 20px;
}
.box .img-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .img-list ul li a img {
  width: 30%;
}
.box .img-list ul li a h2 {
  width: 65%;
}
.box .img-box {
  position: relative;
  height: 193px;
}
.box .img-box span {
  background: #019bd9;
  height: 50px;
  line-height: 50px;
}
.box .title-3 {
  height: 40px;
  line-height: 40px;
  border-bottom: 0.5px solid #019bd9;
}
.box .title-3 a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  background-color: #42aade;
}
.box .bg-box {
  padding: 40px;
  background-color: #f5f5f5;
}
.box .big-box {
  text-align: center;
}
.box .big-box h1 {
  font-size: 18px;
  color: #019bd9;
  font-weight: 700;
}
.box .big-box h2 {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
  text-indent: 2rem;
  color: #5d5d5d;
}
.box .two-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box .two-list ul li {
  width: 48%;
  height: 32px;
  line-height: 32px;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}
.box .two-list ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #dfdfdf;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.box .two-list ul li:hover::before {
  background-color: #69bce5;
}
.box .two-list ul li a {
  font-size: 14px;
}
.box .img-list-2 a {
  height: 130px;
  margin-top: 20px;
  display: block;
  position: relative;
}
.box .img-list-2 a span {
  height: 40px;
  line-height: 40px;
}
.box .img-list-3 ul li {
  white-space: normal;
  margin-top: 20px;
}
.box .img-list-3 ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .img-list-3 ul li a img {
  width: 24%;
  height: 90px;
}
.box .img-list-3 ul li a .txt {
  width: 71%;
}
.box .img-list-3 ul li a .txt h1 {
  font-size: 18px;
  color: #002483;
}
.box .img-list-3 ul li a .txt h2 {
  margin-top: 10px;
  text-indent: 2rem;
  font-size: 14px;
}
.box .crumbs a {
  margin-right: 5px;
  color: #929292;
}
.box .crumbs a:first-of-type {
  color: #083b90;
}
.box .list-list ul li {
  height: 120px;
  white-space: normal;
  margin-top: 20px;
}
.box .list-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .list-list ul li a img {
  height: 120px;
  width: 26%;
}
.box .list-list ul li a h2 {
  width: 70%;
  font-size: 18px;
}
.box .list-list ul .no-img {
  height: 80px;
}
.box .list-list ul .no-img a h2 {
  text-indent: 2rem;
  width: 100%;
}
.box .paging {
  justify-content: center;
}
.box .paging a,
.box .paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 0px;
  background-color: #bbbbbb;
}
.box .paging .hover,
.box .paging a:hover,
.box .paging span:hover {
  color: #fff;
  background-color: #666666;
}
.box .con-tit h4 {
  font-size: 29px;
  font-weight: 700;
  padding-bottom: 20px;
}
.box .con-info {
  text-align: center;
}
.box .con-info span {
  font-size: 13px;
  margin-right: 20px;
}
.box .con-txt p {
  font-size: 16px;
  text-indent: 2rem;
  padding: 5px 0;
  line-height: 31px;
  text-align: justify;
}
.box .con-txt img{
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .keywords {
  text-align: center;
}
.box .keywords span,
.box .keywords a {
  color: #fff;
  font-size: 15px;
}
.box .keywords a {
  margin-right: 20px;
}
.box .pian a {
  font-weight: 700;
  font-size: 20px;
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.box .pian a:hover {
  background-color: #bbbbbb;
}
.box-1 {
  width: 324px;
}
.box-2 {
  width: 517px;
}
.box-3 {
  width: 320px;
}
.box-5 {
  width: 465px;
}
.box-6 {
  width: 710px;
}
.box-7 {
  width: 218px;
}
.box-8 {
  width: 664px;
}
.box-9 {
  width: 240px;
}
.box-10 {
  width: 32%;
}
.left {
  width: 800px;
}
.right {
  width: 320px;
}
