.head-box {
  width: 100%;
  height: 176px;
  background: url(../images/head-bg.png) no-repeat;
  background-size: 100% 100%;
  border-bottom: 10px #0C67B1 solid;
}
.head-box .main {
  position: relative;
  height: 100%;
}
.head-box .city-box {
  display: none;
  position: absolute;
  top: 100px;
  left: 150px;
  width: 580px;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 #D2D2D2;
  z-index: 2;
}
.head-box .city-box .arrow {
  position: absolute;
  top: -10px;
  left: 46%;
  width: 25px;
  height: 12px;
  margin-left: -8px;
  background: url(../images/arrow-up.png) no-repeat;
  background-size: 100%;
}
.head-box .city-box #city {
  overflow: hidden;
  padding: 10px 0;
}
.head-box .city-box #city .info {
  float: left;
  margin-left: 50px;
}
.head-box .city-box #city .info label {
  font-size: 14px;
  color: #333333;
}
.head-box .city-box #city .info select {
  border: none;
  font-size: 14px;
  color: #2183D3;
}
.head-box .city-box #city .info .prov {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.head-box .city-box #city .info .prov::-ms-expand {
  display: none;
}
.head-box .top {
  padding-top: 40px;
}
.head-box .top .int {
  float: left;
}
.head-box .top .int h1 {
  float: left;
  width: 354px;
  height: 53px;
}
.head-box .top .int h1 img {
  display: block;
  width: 100%;
}
.head-box .top .int .adr {
  float: left;
  margin: 20px 0 0 20px;
}
.head-box .top .int .adr .text {
  width: 90px;
  height: 26px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 13px;
  padding: 2px 10px;
  font-size: 16px;
  color: #0C67B1;
  cursor: pointer;
}
.head-box .top .int .adr .text i {
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url(../images/adr.png) no-repeat center;
  background-size: 100%;
  margin-right: 4px;
  vertical-align: sub;
}
.head-box .top .search-box {
  float: right;
}
.head-box .top .search-box .search-text {
  float: left;
  width: 280px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
}
.head-box .top .search-box .search-btn {
  width: 50px;
  height: 40px;
  float: left;
  background: #0C67B1 url(../images/search.png) no-repeat center;
  background-size: 24px 25px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.head-box .menu {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.head-box .menu li {
  float: left;
}
.head-box .menu li a {
  display: inline-block;
  font-size: 18px;
  color: #0C67B1;
  padding: 10px 18px;
}
.head-box .menu li a em {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
.head-box .menu li a em.icon1 {
  background: url(../images/nav1-now.png) no-repeat;
  background-size: 100%;
}
.head-box .menu li a em.icon2 {
  background: url(../images/nav2-now.png) no-repeat;
  background-size: 100%;
}
.head-box .menu li a em.icon3 {
  background: url(../images/nav3-now.png) no-repeat;
  background-size: 100%;
}
.head-box .menu li a em.icon4 {
  background: url(../images/nav4-now.png) no-repeat;
  background-size: 100%;
}
.head-box .menu li a.now {
  color: #FFFFFF;
  background: #0C67B1;
  border-radius: 6px 6px 0 0;
}
.head-box .menu li a.now em {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
.head-box .menu li a.now em.icon1 {
  background: url(../images/nav1.png) no-repeat;
  background-size: 100%;
}
.head-box .menu li a.now em.icon2 {
  background: url(../images/nav2.png) no-repeat;
  background-size: 100%;
}
.head-box .menu li a.now em.icon3 {
  background: url(../images/nav3.png) no-repeat;
  background-size: 100%;
}
.head-box .menu li a.now em.icon4 {
  background: url(../images/nav4.png) no-repeat;
  background-size: 100%;
}
.footer-box {
  width: 100%;
  height: 60px;
  background: #E3E3E3;
  margin-top: 45px;
}
.footer-box p {
  width: 1200px;
  margin: auto;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #666666;
}
.footer-box p label {
  padding-left: 20px;
}
.main {
  width: 1200px;
  margin: auto;
}
.bread-menu {
  font-size: 12px;
  color: #888888;
  padding: 10px 0;
  background: url(../images/bread.png) no-repeat left center;
  background-size: 16px;
  padding-left: 26px;
}
.index-wrapper .box {
  padding: 20px;
  background: #FFFFFF;
  margin-top: 20px;
}
.index-wrapper .box .title-box {
  border-bottom: 1px solid #D9DBDE;
}
.index-wrapper .box .title-box h2 {
  float: left;
  font-size: 18px;
  color: #0083DA;
  font-weight: 700;
  line-height: 35px;
}
.index-wrapper .box .title-box .tab-ul {
  float: left;
  margin-left: 20px;
}
.index-wrapper .box .title-box .tab-ul li {
  float: left;
  font-size: 16px;
  color: #666666;
  padding: 7px 9px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.index-wrapper .box .title-box .tab-ul li.now {
  background: #2183D3;
  border-radius: 8px 8px 0 0;
  color: #FFFFFF;
}
.index-wrapper .box .title-box .tab-ul li.now i {
  display: block;
}
.index-wrapper .box .title-box .tab-ul li i {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -8px;
  width: 15px;
  height: 8px;
  background: url(../images/arrow.png) no-repeat;
  background-size: 100%;
}
.index-wrapper .box .title-box .more {
  float: right;
  font-size: 14px;
  color: #0D253E;
  padding-top: 10px;
  background: url(../images/arrow-right.png) no-repeat right 13px;
  background-size: 14px 14px;
  padding-right: 15px;
}
.index-wrapper .box .tab-content {
  margin-top: 10px;
  height: 250px;
}
.index-wrapper .box .tab-content .int {
  overflow: hidden;
}
.index-wrapper .box .tab-content .int li {
  float: left;
  width: 48%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #D9DBDE;
}
.index-wrapper .box .tab-content .int li:nth-child(2n) {
  float: right;
}
.index-wrapper .box .tab-content .int li a {
  display: inline-block;
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #0D253E;
}
.index-wrapper .box .tab-content .int li a:hover {
  color: #2183D3;
}
.index-wrapper .box .tab-content .int li a em {
  float: left;
}
.index-wrapper .box .tab-content .int li a label {
  width: 70%;
  display: inline-block;
  padding-left: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
}
.index-wrapper .box .tab-content .int li a span {
  float: right;
  color: rgba(13, 37, 62, 0.4);
  padding-right: 10px;
}
.page2-wrapper {
  overflow: hidden;
}
.page2-wrapper .wrapper-left {
  width: 280px;
  float: left;
  background-color: #FFFFFF;
}
.page2-wrapper .wrapper-left ul li {
  width: 100%;
  margin-bottom: 10px;
}
.page2-wrapper .wrapper-left ul li .yjs {
  height: 100%;
  background: url(../images/subMenuBg.png);
  background-size: 100%;
  color: #FFFFFF;
  line-height: 54px;
  text-align: center;
  overflow: hidden;
  padding-left: 24px;
  box-sizing: border-box;
  cursor: pointer;
}
.page2-wrapper .wrapper-left ul li .yjs .yjstitle {
  float: left;
  margin-right: 5px;
}
.page2-wrapper .wrapper-left ul li .yjs .arrow {
  float: left;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/arrow-up.png);
  background-size: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 20px;
}
.page2-wrapper .wrapper-left ul li .yjs .arrow.ani {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}
.page2-wrapper .wrapper-left ul li .yjs .arrow.back {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}
.page2-wrapper .wrapper-left ul li ul {
  display: none;
}
.page2-wrapper .wrapper-left ul li ul li {
  cursor: pointer;
  height: 54px;
  background-color: #EFF8FF;
  border-bottom: 1px solid #D6ECFF;
  color: #333333;
  font-size: 16px;
  text-align: left;
  line-height: 54px;
  padding-left: 24px;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.page2-wrapper .wrapper-left ul li ul li .circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BADBFA;
  margin-right: 5px;
  margin-bottom: 2px;
}
.page2-wrapper .wrapper-right {
  float: left;
  width: 900px;
  border-top: 1px solid #2183D3;
  margin-left: 20px;
  background-color: #fff;
}
.page2-wrapper .wrapper-right .int {
  overflow: hidden;
  padding-top: 20px;
}
.page2-wrapper .wrapper-right .int li {
  float: left;
  width: 96%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #D9DBDE;
  margin-left: 2%;
}
.page2-wrapper .wrapper-right .int li a {
  display: inline-block;
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #0D253E;
}
.page2-wrapper .wrapper-right .int li a:hover {
  color: #2183D3;
}
.page2-wrapper .wrapper-right .int li a:hover .down {
  background: #4688F5;
}
.page2-wrapper .wrapper-right .int li a em {
  float: left;
}
.page2-wrapper .wrapper-right .int li a label {
  width: 70%;
  display: inline-block;
  padding-left: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
}
.page2-wrapper .wrapper-right .int li a span {
  float: right;
  color: rgba(13, 37, 62, 0.4);
  padding-right: 10px;
}
.page2-wrapper .wrapper-right .int li a .down {
  float: right;
  width: 60px;
  height: 26px;
  background: #82AFF7;
  border-radius: 4px;
  margin-top: 13px;
  margin-right: 20px;
  padding-left: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.page2-wrapper .wrapper-right .int li a .down img {
  width: 100%;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  margin-top: 5px;
}
.page2-wrapper .wrapper-right .int li a .down div {
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: center;
}
.page2Detail-wrapper {
  background: #FFFFFF;
  border-top: 1px solid #2183D3;
  padding: 40px;
}
.page2Detail-wrapper .title {
  width: 100%;
  border-bottom: 1px dotted #D9DBDE;
  overflow: hidden;
}
.page2Detail-wrapper .title h2 {
  font-size: 18px;
  color: #0D253E;
  text-align: center;
  font-weight: 700;
  padding-top: 30px;
}
.page2Detail-wrapper .title span {
  font-size: 14px;
  color: rgba(13, 37, 62, 0.4);
  margin-top: 5px;
  float: right;
}
.page2Detail-wrapper .text-content {
  padding: 15px 0;
  font-size: 16px;
  color: #0D253E;
  line-height: 34px;
}
.page2Detail-wrapper .file-box {
  background: #F6F9FC;
  padding: 20px;
}
.page2Detail-wrapper .file-box .name {
  float: left;
  font-size: 16px;
  color: #0C67B1;
  font-weight: 700;
  background: url(../images/file.png) no-repeat;
  background-size: 16px;
  padding-left: 26px;
}
.page2Detail-wrapper .file-box ul {
  float: left;
  width: 80%;
  margin-left: 45px;
}
.page2Detail-wrapper .file-box ul li {
  overflow: hidden;
  font-size: 16px;
  color: #0C67B1;
  padding-bottom: 20px;
}
.page2Detail-wrapper .file-box ul li:last-child {
  padding-bottom: 0;
}
.page2Detail-wrapper .file-box ul li label {
  float: left;
}
.page2Detail-wrapper .file-box ul li .down-btn {
  float: right;
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #82AFF7 url(../images/down.png) no-repeat 5px center;
  background-size: 16px;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  padding-left: 15px;
}
.page2-wrapper .page4 .selecttop {
  overflow: hidden;
  padding: 25px 20px;
  background: #F6F9FC;
}
.page2-wrapper .page4 .selecttop .listed {
  float: left ;
  margin-right: 20px;
}
.page2-wrapper .page4 .selecttop .listed:nth-child(2) {
  margin-right: 70px;
}
.page2-wrapper .page4 .selecttop select {
  font-size: 14px;
  border: 1px solid #E6E8EB;
  border-radius: 3px;
  padding: 5px 25px 5px 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #FFFFFF url(../images/arrow-down.png) no-repeat right 6px center;
  background-size: 16px 16px;
  box-sizing: border-box;
}
.page2-wrapper .page4 .selecttop select::-ms-expand {
  display: none;
}
.page2-wrapper .page4 .selecttop .btn {
  float: left ;
  width: 65px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #006DCF;
  border-radius: 0 4px 4px 0;
  color: #FFFFFF;
  cursor: pointer;
}
.page2-wrapper .page4 .selecttop .btn:hover {
  background: #095491;
}
.page2-wrapper .page4 .pagebottom {
  background-color: #FFFFFF;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  margin-top: 23px;
  padding-bottom: 30px;
  overflow-y: auto;
}
.page2-wrapper .page4 .pagebottom .pageul {
  padding-left: 20px;
  box-sizing: border-box;
  width: 33%;
  float: left;
}
.page2-wrapper .page4 .pagebottom .pageul .nrli {
  line-height: 40px;
  font-weight: 400;
  cursor: pointer;
  text-overflow: ellipsis;
}
.page2-wrapper .page4 .pagebottom .pageul .nrli:hover {
  color: #2183D3;
}
.page_pack {
  width: 99%;
  overflow: hidden;
  margin-top: 30px;
}
.page_pack ul {
  float: right;
}
.page_pack ul li {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #CCCCCC;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  text-align: center;
  margin-right: 8px;
}
.page_pack ul li:first-child {
  width: auto;
  font-size: 13px;
  color: #595959;
  padding: 0 10px;
}
.page_pack ul li:nth-child(2) a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: 16px 16px;
}
.page_pack ul li:last-child a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: 16px 16px;
}
.page_pack ul li.dot {
  border: none;
  font-size: 20px;
}
.page_pack ul li a {
  display: block;
  width: 100%;
  color: #333;
}
.page_pack ul li.new a {
  background: #006DCF;
  color: #FFF;
  border-radius: 6px;
}
