.header {
  background-color: #1789ca;
  height: 100px;
  width: 100%
}

.header_within {
  height: 100%;
  width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto
}

.header .logo {
  width: 500px;
  height: 65px;
  cursor: pointer
}

.abo-c {
  font-size: 20px;
  margin-top: 146px;
  text-align: center;
  color: #999999;
}

/* 导航 */
.navs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.navs_word {
  height: 100%;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-right: 40px;
  transition: all 300ms;
  cursor: pointer;
}

.navs_word:last-child{
  margin-right: 0;
}

.navs_word:after{
  content: '';
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 5px;
  background-color: #ffffff;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: ease-in 300ms;
}

.navs_word:hover:after{
  opacity: 1;
  visibility: initial;
  width: 100%;
}
.navs_word.on:after{
  opacity: 1;
  visibility: initial;
  width: 100%;
}

.navs_word.on{
  color: #eedea0;
}

.navs_word:hover{
  color: #eedea0;
}


.subnav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,0);
  font-size: 16px;
  z-index: 9999;
  background-color: white;
  color: #3e3e3e;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: ease-in 300ms;
}

.navs_word:hover .subnav{
  opacity: 1;
  visibility: initial;
  top: 100%;
}

.subnav_word {
  display: block;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  padding: 15px;
  transition: all 1s;
}

.subnav_word:hover {
  background-color: #1789ca;
  color: #ffffff;
  font-weight: bold;
}

.index_mobile {
  display: inline-block;
  background: url("../images/mobile.png") no-repeat center center;
  width: 35px;
  height: 35px;
  background-size: cover
}

.float_navigation {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
}

.float_menu {
  width: 85px;
  height: 85px;
  font-size: 15px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #1789ca;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
}

.float_top {
  width: 85px;
  height: 85px;
  font-size: 15px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #a4a4a4;
  margin-top: 10px;
  border-radius: 10px;
}

.float_menu i, .float_top i {
  font-size: 35px;
  margin-bottom: 5px;
}

.float_menu:first-child {
  margin-top: 0;
}

.float_code {
  position: absolute;
  width: 112px;
  height: 112px;
  padding: 12px;
  background-color: #fae379;
  right: 70%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: ease-out 1s;
}

.float_menu:hover {
  background-color: #fae379;
  color: #313232
}

.float_menu:hover .float_code, .float_menu:hover .float_text {
  visibility: initial;
  opacity: 1;
  right: 100%
}


.float_text {
  position: absolute;
  display: inline-block;
  padding: 10px;
  background-color: #fae379;
  transition: ease-out 1s;
  right: 70%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 7px;
}

.float_text p i {
  margin-right: 7px
}

.float_text p:first-child {
  margin-top: auto
}

.float_text p {
  font-size: 16px;
  color: #0C0C0C;
  display: inline-block;
  width: 165px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-weight: bold
}


.index_slide {
  /*width: 100%;*/
  /*min-width: 1920px;*/
  height: 400px;
  overflow: hidden;
  position: relative;
}

.mySwiper {
  width: 100%;
  height: 100%;
}

.index_switch_page {
  bottom: 25px !important;
}

.index_switch_page span {
  background: #ffffff;
  opacity: 1 !important;
  width: 13px !important;
  height: 13px !important;
}

.index_switch_page span.swiper-pagination-bullet-active {
  background: #1789ca !important;
}

.bidding_info {
  height: 1039px;
  background: url("../images/new_bg1.jpg") no-repeat center center;
  background-size: cover;
}

/* 列表标题 */
.title-1 {
  margin: 0 auto;
  font-size: 48px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}

.title-1.on {
  text-align: left;
}

.title-1 div {
  font-size: 16px;
  color: #b9b9b9;
}

.m-1 .top {
  margin: 30px 0 60px;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%
}

.m-1 .title {
  font-size: 24px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e1db;
  margin-bottom: 10px;
  font-weight: bold;
}

.m-1 .title a {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}

.m-1 .title a:hover{
  color: #1789ca;
}

.m-1-left {
  border-radius: 10px;
  padding: 25px;
  width: 590px;
  background-color: #fbf8f1;
}

.m-1-right {
  border-radius: 10px;
  padding: 25px;
  width: 590px;
  background-color: #ecf2f6;
}

.m-1-left .title {
  color: #e1a311;
}

.m-1-right .title {
  color: #1789ca;
}

.m-1 .top .el {
  border-bottom: 1px dashed #dcdcdc;
  padding: 15px 0;
}

.m-1 .top .el a {
  padding-left: 20px;
  display: block;
  font-size: 16px;
  color: #191919;
}

.m-1-left .el a {
  background: url(../images/dot1.png) no-repeat center left;
}

.m-1-right .el a {
  background: url(../images/dot2.png) no-repeat center left;
}

.m-1-left .el:hover a {
  color: #1789ca;
}

.m-1-right .el:hover a {
  color: #e1a311;
}

.m-1 .btm {
  width: 100%;
  overflow: hidden;
  margin-bottom: 75px;
  position: absolute;
  bottom: 0
}

.m-1 .btm .cont {
  padding-top: 20px;
}

.m-1 .btm .el {
  text-align: center;
  margin-right: 27px;
  width: 355px;
  height: 150px;
  padding: 40px 30px;
  float: left;
  background-color: white;
}

.m-1 .btm .el:last-child {
  margin-right: 0;
}

.m-1 .btm .el .img {
  height: 135px;
  padding-top: 15px;
  float: left;
  padding-right: 25px;
  border-right: 1px solid #efefef;
  width: 80px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.m-1 .btm .el .img img {
  margin: 0 auto;
  display: block;
  width: 64px;
  height: 62px;
  margin-bottom: 20px;
}

.m-1 .btm .el .txt {
  padding: 5px 0;
  text-align: left;
  line-height: 30px;
  float: right;
  width: 210px;
  font-size: 16px;
  color: #797979
}

.about_info {
  overflow: hidden;
  display: inline-block;
  padding: 60px 0;
  background-color: #f7f7f7;
}

.m-2 .left {
  float: left;
  width: 700px;
}

.m-2 .left .txt {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-indent: 2em;
}

.m-2 .left .icon {
  margin-top: 40px;
}

.m-2 .left .icon .el {
  float: left;
  margin-right: 70px;
  font-size: 16px
}

.m-2 .left .icon .el img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 64px;
  height: 64px
}

.m-2 .left .icon .el.e1 {
  color: #668ab9;
}

.m-2 .left .icon .el.e2 {
  color: #7e9ba5;
}

.m-2 .left .icon .el.e3 {
  color: #e6c891;
}

.m-2 .left .icon .el.e4 {
  color: #8aa280;
}

.m-2 .left .more {
  margin-top: 35px;
  width: 125px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #fae379;
  border-radius: 10px;
}

.m-2 .left .more a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #999999;
}

.m-2 .left .more a:hover {
  color: #1789ca;
  font-weight: bold
}

.m-2 .right {
  padding-top: 100px;
  width: 358px;
  height: 389px;
  text-align: right;
}

.service_info {
  padding: 70px 0;
  background-color: white;
  display: inline-block;
  overflow: hidden;
}

.m-3 .left, .m-3 .right {
  width: 636px;
  height: 250px;
  border-radius: 10px;
  position: relative;
}

.m-3 .left {
  float: left;
  background-color: #ecf2f6;
}

.m-3 .right {
  float: right;
  background-color: #fbf8f0;
}

.m-3 .top {
  border-bottom: 1px solid #d4d9dd;
}

.m-3 .top .img {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  float: left;
  width: 159px;
  padding: 50px 0;
  height: 95px;
  border-right: 1px solid #d4d9dd;
}

.m-3 .top .img .iconfont {
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  color: white;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 100%;
  text-align: center;
}

.m-3 .left .top .img .iconfont {
  background-color: #1789ca;
  font-size: 25px;
}

.m-3 .right .top .img .iconfont {
  background-color: #e1a311;
  font-size: 30px;
}

.m-3 .left .top .img {
  color: #1789ca;
}

.m-3 .right .top .img {
  color: #e1a311;
}

.m-3 .top .cont {
  float: right;
  width: 425px;
  padding: 40px 20px;
  height: 115px;
  overflow: hidden;
}

.m-3 .top .cont .el a {
  display: block;
}

.m-3 .top .cont .el .txt {
  font-size: 18px;
  color: #191919;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m-3 .top .cont .el .smry {
  margin-top: 8px;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  height: 50px;
}

.m-3 .top .cont .el .time {
  margin-top: 17px;
  color: #999999;
  font-size: 14px;
}

.m-3 .top .cont .el:hover .txt {
  color: #1789ca;
}

.m-3 .btm {
  padding: 17px 20px;
}

.m-3 .btm a {
  font-size: 14px;
  color: #999999;
}

.m-3 .btm a:hover {
  color: #1789ca;
}

.m-3 .hd {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.m-3 .hd .prev, .m-3 .hd .next {
  user-select: none;
  margin: 0 5px;
  font-size: 15px;
  cursor: pointer;
  font-weight: bold;
  color: #d0d0d0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.m-3 .hd .prev:hover, .m-3 .hd .next:hover {
  color: #fae379;
}

/* 底部 */
.footer {
  font-size: 16px;
  color: #000;
  display: inline-block;
  width: 100%;
  min-width: 1300px
}

.footer a {
  font-size: 16px;
  color: #000;
}

.footer .f-1 {
  background: url(../images/footer.png) no-repeat center bottom;
  padding: 45px 0;
  background-size: cover
}

.footer .f-1 .fcont {
  margin-top: 50px;
}

.footer .f-1 .flk {
  border-bottom: 1px solid #e2e8ec;
  padding-bottom: 20px;
}

.footer .f-1 .flk span {
  font-size: 18px;
  color: #1789ca;
  vertical-align: middle;
}

.footer .f-1 .flk a {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #2f2f2f;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.footer .f-1 .flk a:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #c2c2c2;
  position: absolute;
  top: 2px;
  left: 16px;
}

.footer .f-1 .flk :first-child + a:after {
  display: none;
}

.footer .f-1 .flk :first-child + a {
  padding: 0;
}

.footer .f-1 .flk a:hover {
  color: #1789ca;
}

.footer .f-1 .fnav .el {
  float: left;
  margin-right: 70px;
}

.footer .f-1 .fnav .el > a {
  font-size: 18px;
  color: #000000;
}

.footer .f-1 .fnav a:hover {
  color: #1789ca;
  font-weight: bold;
}

.footer .f-1 .fnav .el .sel a {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  color: #8b8b8b;
}

.footer .f-1 .fnav .el .sel a:hover {
  color: #1789ca;
  font-weight: bold;
}

.footer .f-1 .ftxt {
  width: 355px;
  font-size: 16px;
  color: #383838;
}

.footer .f-1 .ftxt .tel {
  font-size: 24px;
  color: #b00e01;
  font-weight: bold;
}

.footer .f-1 .ftxt a:hover {
  color: #1789ca;
}

.footer .f-1 .ftxt .iconfont {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background-color: #b00e01;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: 4px;
}

.footer .f-1 .ftxt div {
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 16px
}

.footer .f-1 .fcode {
  font-size: 16px;
  color: #9b9b9b;
  width: 120px;
  text-align: center;
}

.footer .f-1 .fcode img {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.footer .f-2 {
  font-size: 16px;
  color: #fff;
  background-color: #1789ca;
  padding: 15px 0;
}

.footer .f-2 a {
  font-size: 16px;
  color: #fff;
}

.footer .f-2 .fr a {
  vertical-align: top;
}

/* 幻灯&栏目图片 */
.ban {
  background-color: #000;
  overflow: hidden;
  height: 350px;
  width: 100%;
  position: relative;
}

.ban img {
  height: 400px;
  min-width: 1920px;
}

.innav_pos {
  width: 1220px;
  padding: 0 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -650px;
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #f5f5f5;
  background-color: white;
}

/* 位置 */
.pos {
  width: 450px;
  padding: 35px 0;
  line-height: normal;
  font-size: 14px;
  color: #666666;
}

.pos .iconfont {
  font-size: 20px;
  vertical-align: -2px;
}

.pos a {
  font-size: 14px;
  color: #666666;
}

.pos * {
  font-size: 14px;
  color: #666666;
}

.pos a:hover {
  color: #af2023;
}

/* 内页子导航 */
.innav {
  width: 750px;
  text-align: right;
}

.innav .el {
  border-bottom: 2px solid transparent;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.innav a {
  height: 68px;
  font-size: 16px;
  margin-left: 40px;
  color: #666666;
  text-align: center;
}

.innav .el.on a, .innav .el:hover a {
  color: #af2023;
  border-bottom: 2px solid #af2023;
  font-weight: bold;
}

.brief_info {
  width: 1220px;
  height: 646px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 647px
}

.brief_left {
  width: 590px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brief_right {
  width: 588px;
  height: 100%;
  display: inline-block;
  font-size: 18px;
  color: #000000;
  text-align: justify;
  text-indent: 2em;
  line-height: 2em
}

.brief_title {
  font-size: 40px;
  color: #000000
}

.brief_img {
  width: 100%;
  height: 430px
}

.brief_process {
  display: flex;
  justify-content: space-between
}

.brief_process > div p {
  text-align: center
}

.brief_process > div p {
  display: block;
}

.brief_process > div p:first-child {
  font-size: 40px;
  color: #000000
}

.brief_process > div p:last-child {
  font-size: 14px;
  color: #b7b8b7;
  margin-top: 5px
}

.corporate_culture {
  width: 100%;
  height: 571px;
  background: url("../images/cc_02.jpg") no-repeat center center
}

.corporate_info {
  height: 100%;
  position: relative
}

.corporate_title {
  font-size: 48px;
  position: absolute;
  left: 50%;
  top: 18%;
  transform: translate(-50%, 0);
  color: #ffffff
}

.corporate_introduce {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: space-between;
  width: 100%
}

.corporate_list {
  display: inline-block
}

.corporate_list i {
  font-size: 80px;
  color: #ffffff
}

.corporate_list p {
  color: #ffffff;
  text-align: center
}

.corporate_list p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px
}

.corporate_list p:nth-child(3) {
  font-size: 22px;
  margin-top: 15px
}

.honor {
  width: 100%;
  padding: 50px 0;
  display: inline-block;
  background-color: #ffffff
}

.honor_title {
  width: 100%;
  text-align: center;
  font-size: 48px;
  color: #3c3b3b
}

.honor_slide {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  position: relative
}

.honor_text {
  width: 100%;
  font-size: 16px;
  color: #3c3b3b;
  text-align: center;
  margin-top: 10px
}

.contact_map {
  width: 100%;
  height: 380px
}

.contact_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px
}

.contact_list {
  display: inline-block;
  text-align: center;
  width: 30%
}

.contact_list p:nth-child(1) {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fae379;
  text-align: center;
  line-height: 80px;
  display: inline-block
}

.contact_list p:nth-child(1) i {
  font-size: 35px;
  color: #ffffff
}

.contact_list p:nth-child(2) {
  font-size: 22px;
  color: #010101;
  margin-top: 15px
}

.contact_list p:nth-child(3) {
  font-size: 20px;
  color: #6a6a6a;
  margin-top: 15px
}

.policy_list {
  width: 100%;
  display: inline-block;
}

.policy_info {
  cursor: pointer;
  padding: 34px 28px 24px;
  width: calc(100% - (28px * 2));
  background-color: #f9f9f9;
  margin-bottom: 30px;
  transition: all 1s
}

.policy_top {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px
}

.policy_title {
  font-size: 18px;
  color: #333333;
  width: 80%;
  display: inline-block
}

.policy_time {
  display: inline-block;
  font-size: 14px;
  color: #999999
}

.policy_middle {
  width: 100%;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 2em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.policy_button {
  cursor: pointer;
  width: 114px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #fae379;
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px
}

.policy_button i {
  font-size: 18px;
  margin-left: 5px
}

.policy_info:hover {
  background-color: #1789ca
}

.policy_info:hover p, .policy_info:hover p span {
  color: #ffffff
}

.policy_info:hover .policy_button {
  background-color: #ffffff;
  color: #0C0C0C
}

.list_page {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 35px
}

.list_page a {
  border: 1px solid #999999;
  font-size: 16px;
  color: #999999;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  width: 43px;
  height: 43px;
  padding: 0;
  text-align: center;
  line-height: 43px
}

.list_page a:first-child {
  margin-left: 0
}

.list_page a:last-child {
  margin-right: 0
}

.list_page a.on {
  background-color: #fae379
}

/*.list_page a.none {*/
/*  background-color: #c7c7c7;*/
/*  color: #eeeeee;*/
/*  border-color: #c7c7c7;*/
/*}*/

.list_page a:hover {
  background-color: #fae379
}

/*.list_page a.none:hover {*/
/*  background-color: #c7c7c7;*/
/*  color: #ffffff*/
/*}*/

.list_page a:nth-child(-n+2), .list_page a:nth-last-child(-n+2) {
  padding: 10px 15px;
  width: auto;
  height: auto;
  line-height: unset;
}

.keyword_search {
  width: 100%;
  height: 100px;
  background-color: #f3f9fc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #363535
}

.keyword_search input {
  background-color: #ffffff;
  border: 1px solid #d9e4eb;
  width: 545px;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  color: #000000;
  outline: none
}

.keyword_search button {
  border: none;
  outline: none;
  background-color: #1789ca;
  color: #ffffff;
  font-size: 18px;
  height: 50px;
  width: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.keyword_search button i {
  font-size: 23px;
  margin-right: 10px
}

.new_info {
  cursor: pointer;
  padding: 26px 23px;
  width: calc(100% - (23px * 2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  margin-top: 30px;
  transition: all 1s
}

.new_title {
  font-size: 16px;
  color: #333333;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new_time {
  font-size: 14px;
  color: #999999
}

.new_info:hover {
  background-color: #1789ca
}

.new_info:hover p {
  color: #ffffff
}

.tender-t {
  text-align: center;
  color: #000000;
  width: 100%
}

.tender-t .t {
  font-size: 40px;
  margin-bottom: 35px;
  color: #000000;
  line-height: 60px;
}

.tender-t .msg {
  font-size: 16px;
  color: #919191;
  background-color: #fef9e3;
  padding: 15px 0;
}

.content {
  padding-bottom: 40px;
  font-size: 16px;
  color: #000;
}

.content p {
  font-size: 16px;
  color: #000;
  line-height: 40px;
}

.content img {
  width: auto
}

.content table th, .content table td {
  border: 1px solid #0C0C0C
}

.file {
  margin: 30px 0;
}

.file .tit {
  font-size: 18px;
  color: #1789ca;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #1789ca
}

.file p {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 35px;
  display: block;
}

.file p img {
  width: 16px;
  height: 16px
}

.file a:hover {
  color: #1789ca;
}

/* 上下篇 */
.pn {
  background-color: #f8f8f8;
  margin-bottom: 15px;
  padding: 30px 35px;
}

.pn .fl {
  max-width: 900px;
}

.pn .fl p {
  font-size: 16px;
  color: #393838;
  font-weight: bolder;
}

.pn .fl p:first-child {
  margin-bottom: 18px;
}

.pn .fl p a {
  color: #656363;
  font-weight: normal;
}

.pn .fl p a:hover {
  color: #af2023;
}

.pn a.fr {
  width: 150px;
  margin-top: 8px;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  background-color: #fae379;
  color: #3f3f3f;
  text-align: center;
  display: block;
}

.pn a.fr:hover {
  background-color: #af2023;
  color: white;
}

.picture_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px
}

.picture_info {
  width: 275px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  background-color: #f1f1f1
}

.picture_img {
  width: 100%;
  height: 200px;
  overflow: hidden
}

.picture_img img {
  transition: 600ms
}

.picture_title {
  padding: 0 5% 10px;
  width: 90%;
  margin-top: 15px;
  font-size: 16px;
  color: #0C0C0C;
  ite-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.picture_info:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* register */
.rg-bd {
  border: solid 1px #e3e3e3;
}

/*注册页*/
.registerp {
  width: 1140px;
  height: 91px;
  margin: 27px auto;
  background: #f8f8f8;
  padding-top: 25px;
}

.registerp * {
  font-size: 16px
}

.registerp h6 {
  color: #434344;
  text-indent: 43px;
  font-size: 16px;
  line-height: 30px;
}

.registerp h6 a {
  color: #1789ca;
  margin-right: 50px;
}

.registerp h6 a:hover {
  color: #FF0000;
}

.registerp p {
  color: #8d8d8d;
  text-indent: 43px;
  line-height: 30px;
  font-size: 14px
}

.registerp p font {
  color: #FF0000;
  font-size: 14px
}

.regbox {
  width: 1140px;
  margin: 20px auto 30px auto;
  overflow: hidden;
}

.regbox2 {
  width: 1140px;
  overflow: hidden;
  margin: -30px auto 0 auto;
}

.register h2 {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-bottom: solid 1px #2ec0ff;
  color: #1789ca;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 29px;
}

/*表单左边*/
.register * {
  font-size: 16px
}

.register dl {
  width: 100%;
  height: 42px;
  margin-bottom: 13px;
  overflow: hidden;
}

.register dl dt {
  float: left;
  width: 110px;
  height: 42px;
  color: #000;
  text-align: left;
  line-height: 42px;
  font-size: 16px;
}

.register dl dt font {
  color: #FF0000;
  margin-left: 5px;
  margin-right: 5px;
}

/*表单右边*/
.register dl dd {
  float: left;
  height: 42px;
  line-height: 42px;
  position: relative;
  display: flex;
  align-items: center
}

/*单选*/
.register dl dd input[type="radio"] {
  opacity: 0;
}

.register dl dd input[type="radio"] + label::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: text-bottom;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ededed;
  content: "";
}

.register dl dd input[type="radio"]:checked + label::before {
  background-color: #666666;
  background-clip: content-box;
  border-color: #ededed;
  border-width: 5px;
}

/*文本*/
.register dl dd input[type="text"], .register dl dd input[type="password"] {
  width: 240px;
  height: 40px;
  line-height: 40px;
  border: solid 1px #e5e5e5;
  display: block;
  padding: 0 10px;
  float: left;
  font-size: 14px;
  outline: none
}

.register dl dd span {
  float: left;
  font-size: 15px;
  color: #949494;
  margin-left: 38px;
}

/*下拉框*/
.register dl dd select {
  float: left;
  width: 263px;
  height: 40px;
  line-height: 40px;
  border: solid 1px #e5e5e5;
  padding: 0 50px 0 5px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

/*验证码*/
.register dl dd input[name=code] {
  width: 109px;
}

.register dl dd img {
  width: 119px;
  height: 40px;
  margin-left: 10px;
  border: solid 1px #e5e5e5;
  float: left;
}

.register dl dd input[type=button] {
  float: left;
  cursor: pointer;
  width: 119px;
  height: 40px;
  background: #1789ca;
  border: 0;
  border-radius: 5px;
  margin-left: 10px;
  color: #ffffff;
  font-size: 16px;
}

.register dl dd input[type=button]:hover {
  background-color: #2ec0ff;
}

.register dl dd .fs {
  background: #cccccc !important;
}

/*复选框*/
.register dl dd input[type=checkbox] {
  -webkit-appearance: none;
  vertical-align: middle;
  margin-top: 0;
  border: #999 solid 1px;
  border-radius: 3px;
  min-height: 22px;
  min-width: 22px;
  background: #e0e0e0;
  margin-right: 10px
}

.register dl dd input[type=checkbox]:checked::after {
  content: '';
  top: 17px;
  left: 5px;
  position: absolute;
  background: transparent;
  border: #424242 solid 2px;
  border-top: none;
  border-right: none;
  height: 6px;
  width: 10px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.register dl dd label {
  font-size: 14px
}

.register dl dd label a {
  color: #1789ca;
}

.register dl dd label a:hover {
  color: #2ec0ff;
}

/*按钮*/
.register input[type="submit"] {
  width: 260px;
  height: 50px;
  line-height: 50px;
  background: #1789ca;
  color: #FFFFFF;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-left: 110px;
  margin-bottom: 40px;
  cursor: pointer;
  transition-duration: .3s;
}

.register input[type="submit"]:hover {
  background: #2ec0ff;
}

.register .bth {
  background: #cccccc !important;
}

.login {
  width: 502px;
  color: #000;
  height: 480px;
  border-radius: 5px;
  margin: 0 auto;
  background: #ffffff;
}

.login_logo {
  width: 502px;
  height: 100px;
  line-height: 100px;
  background-color: #1789ca;
  background-size: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}

.login_logo img {
  margin: 23px auto;
  max-width: 420px;
  max-height: 100px;
  width: auto;
  height: auto;
  display: block;
}

.login_main {
  width: 382px;
  margin: 24px auto 0 auto;
  text-align: center;
}

.logininput {
  width: 320px;
  height: 50px;
  line-height: 50px;
  border: solid 1px #e1e5ed;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 14px;
  outline: none
}

.login_main #mobile {
  background: url(../images/login_user.png) no-repeat 15px center;
}

.login_main #password {
  background: url(../images/login_pass.png) no-repeat 15px center;
  padding-right: 60px;
  width: 280px;
}

.login_main #submit {
  width: 382px;
  height: 50px;
  cursor: pointer;
  line-height: 52px;
  background: #1789ca;
  border: 0;
  font-size: 22px;
  color: #ffffff;
  border-radius: 5px;
}

.login_main #submit:hover {
  background: #2ec0ff;
}

.login_code {
  width: 382px;
  height: 42px;
  margin-bottom: 25px;
}

.login_code .hide {
  display: none;
}

.login_code .show {
  display: block;
}

.login_code #code {
  width: 160px;
  height: 50px;
  border: solid 1px #e1e5ed;
  border-radius: 5px;
  margin-bottom: 12px;
  padding-left: 40px;
  padding-right: 20px;
  background: url(../images/login_code.png) no-repeat 13px center;
  background-size: 22px;
  float: left;
  font-size: 14px;
  outline: none
}

.login_code input[type=button].fs {
  background: #cccccc !important;
}

.login_code input[type=button] {
  float: right;
  width: 150px;
  height: 50px;
  background: #007eff;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
}

.login_code em {
  float: right;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
}

.login_code em img {
  width: 150px;
  height: 50px;
}

.login span {
  display: block;
  width: 382px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}

.login span a {
  color: #FF0000;
  font-weight: bold;
}

.login span a:hover {
  color: #3566cd;
}

.login_more {
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  overflow: hidden;
}

.login_more a {
  display: inline-block;
}

.login_more img {
  width: 18px;
  display: block;
  float: left;
  margin: 12px 5px 0 15px;
}

.login_more img#wx_loginico {
  width: 25px;
  margin-top: 10px;
}

.policy-t {
  text-align: center;
  margin-bottom: 30px;
}

.policy-t .t {
  font-size: 40px;
  color: #000;
  margin-bottom: 30px;
  line-height: 60px;
}

.policy-t .msg {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #696868;
  background-color: #f7f7f7;
}

.file_download{
  width: 98%;
  padding: 15px 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  margin-bottom: 15px;
  transition: all 1s;
}

.file_download:hover{
  background-color: #1789ca;
  color: #ffffff;
}

.file_download:hover .file_btn{
  background-color: #fae379;
  color: #1789ca;
  font-weight: bold;
}

.file_btn{
  width: 10%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 16px;
  background-color: #1789ca;
  color: #ffffff;
  cursor: pointer;
  padding: 5px 3px;
  border-radius: 7px;
  transition: all 1s;
}

.file_btn img{
  width: 32px;
  height: 32px;
}

.file_title{
  width: 85%;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}