﻿.wrap {
  width: 100%;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.banner a {
  display: block;
  width: 100%;
}
.banner a img {
  display: block;
  width: 100%;
}
.nav {
  width: 100%;
  height: 75px;
  background: #115496;
}
.navinner {
  width: 100%;
  font-size: 0;
  position: relative;
}
.navinner a {
  display: inline-block;
  vertical-align: middle;
  width: 14.2%;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-size: 18px;
  color: #fff;
  transition: background 0.3s linear;
}
.navinner a.on {
  background: #003c79;
}
.navinner a:hover {
  background: #003c79;
}
.con {
  width: 100%;
  padding-bottom: 60px;
  overflow: hidden;
}
.coninner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.coninner .com {
  margin: 5px;
  width: 590px;
  margin-top: 25px;
  overflow: hidden;
}
.coninner .com .title {
  width: 575px;
  box-sizing: content-box;
  padding-right: 15px;
  text-align: justify;
  font-size: 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
}
.coninner .com .title span {
  color: #003c79;
  font-size: 24px;
  font-weight: bold;
  float: left;
  padding: 0 15px 15px;
  position: relative;
}
.coninner .com .title span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #003c79;
  left: 0;
  bottom: -2px;
}
.coninner .com .title a {
  float: right;
  font-size: 18px;
  color: #999;
  margin-top: 13px;
}
.coninner .com .title a img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.listwrap {
  width: 100%;
  padding: 20px 15px;
  overflow: hidden;
  background-color: #fff;
}
.list {
  width: 100%;
  overflow: hidden;
}
.list li {
  width: 531px;
  height: 50px;
  box-sizing: content-box;
  padding-left: 19px;
  padding-right: 10px;
  line-height: 50px;
  font-size: 0;
  transition: all 0.3s linear;
  position: relative;
}
.list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #07417c;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.list li a {
  width: 75%;
  height: 50px;
  float: left;
  line-height: 50px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list li span {
  font-size: 14px;
  color: #999;
  width: 20%;
  float: right;
  height: 50px;
  text-align: right;
  line-height: 50px;
}
.list li:hover {
  padding-left: 30px;
}
.list li:hover a {
  color: #07417c;
}
.list li:hover span {
  color: #07417c;
}
/* foot */

.foot {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.foot .foottop,
.foot .footbot {
  padding: 20px 0;
}

.foot .foottop {
  text-align: center;
  border-bottom: 2px solid #004892;
}
.foot .foottop .select_5,
.foot .foottop .select_4,
.foot .foottop .select_3,
.foot .foottop .select_2,
.foot .foottop .select_1 {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  text-align: left;
  width: 200px;
  margin-right: 15px;
  text-indent: 10px;
  line-height: 32px;
  height: 32px;
  font-size: 13px;
  background: #ffffff;
  border: #e5e5e5 1px solid;
  position: relative;
}

.foot .foottop .select_span {
  background: #ffffff url(../img/selectbot.jpg) no-repeat 170px center;
  color: #777777;
  font-size: 14px;
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-right: 30px;
}

.select_ul {
  display: none;
  border: 1px solid #999;
  position: absolute;
  bottom: 30px;
  width: 100%;
  max-height: 310px;
  overflow-y: auto;
  z-index: 2;
  box-sizing: border-box;
}

.select_li {
  height: 28px;
  line-height: 28px;
  padding-left: 4px;
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.select_li a {
  color: #000;
  display: block;
}

.select_li a:hover {
  background-color: #004892;
  color: #fff;
}

.webfoot {
  display: none;
}

.footbot {
  color: #999;
}

.footbot .p1 {
  text-align: left;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 5px;
}

.footbot .p2 {
  margin-left: 0px;
  margin-left: 20px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 14px;
  line-height: 25px;
}

.footbot .p3 {
  margin-left: 0px;
  font-size: 14px;
  line-height: 25px;
}

.footbot .p3 a {
  width: 20px;
  height: 20px;
}

.footimg1 {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1100px) {
  .container {
    width: 100% !important;
    padding: 0 10px;
    overflow: hidden;
  }
  .nav {
    height: 35px;
  }
  .navinner a {
    width: 20%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .coninner .com {
    width: 100%;
  }
  .coninner .com .title {
    width: 100%;
    box-sizing: border-box;
  }
  .coninner .com .title span {
    font-size: 18px;
  }
  .coninner .com .title a {
    font-size: 14px;
  }
  .list li {
    width: 100%;
    box-sizing: border-box;
  }
  .list li a {
    font-size: 14px;
  }
  .list li span {
    width: 25%;
    font-size: 12px;
  }
  /* foot */
  .foot {
    display: none;
  }
  .webfoot {
    padding-bottom: 20px;
    display: block;
  }
  .webfootcon .p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .webfootcon .p a {
    padding: 0 10px;
    font-size: 12px;
    position: relative;
  }
  .webfootcon .p a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 7px;
    left: 0;
    top: 50%;
    background-color: #ccc;
    transform: translateY(-50%);
  }
  .webfootcon .p2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .webfootcon .p3 a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .webfootcon .p3 a img {
    margin-right: 5px;
  }
}
