@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  min-width: 1180px;
}

img:hover {
  cursor: pointer;
}

p {
  padding: 0;
  margin: 0;
}

.a1 {
  text-decoration: none;
  color: white;
}

.a1:hover {
  color: #666;
}

.a2 {
  text-decoration: none;
  color: white;
}

.a2:hover {
  color: orange;
}

.wrap {
  width: 100%;
  background-color: #666;
}

.wrap .header {
  width: 100%;
  height: 550px;
  background-image: url("../img/bg-pc.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.wrap .header:hover {
  cursor: pointer;
}

.wrap .header .header-box {
  position: relative;
  height: 100%;
  padding: 0 10%;
}

.wrap .header .header-box .logo {
  position: relative;
  top: -50px;
}

.wrap .header .header-box .logo img {
  width: 20%;
}

.wrap .header .header-box .header-title {
  text-align: center;
  position: relative;
  top: -150px;
}

.wrap .header .header-box .header-title img {
  width: 80%;
}

.wrap .main-wrap {
  padding: 0 15%;
}

.wrap .main-wrap .main {
  background-color: white;
  padding: 20px;
}

.wrap .main-wrap .main .main-top {
  background-color: #2476b6;
  padding: 20px;
  border-radius: 5px;
}

.wrap .main-wrap .main .main-top p {
  text-indent: 2em;
  line-height: 28px;
  color: white;
  font-family: 微软雅黑;
  font-size: medium;
}

.wrap .main-wrap .main .main-item .item-title {
  font-weight: 700;
  width: 100%;
  color: #333;
  line-height: 36px;
  font-size: 24px;
  border-bottom: 4px solid #666;
}

.wrap .main-wrap .main .main-item .item-title p {
  padding: 10px 0;
  display: inline-block;
  height: 100%;
  color: #2476b6;
}

.wrap .main-wrap .main .main-item .item-title .line {
  display: block;
  border-bottom: 4px solid #2476b6;
  position: relative;
  top: 4px;
  transition: all linear 1s;
}

.wrap .main-wrap .main .main-item .item-content {
  overflow: hidden;
  padding: 20px 0;
}

.wrap .main-wrap .main .main-item .item-content p {
  text-indent: 2em;
  line-height: 25px;
  padding-top: 5px;
}

.wrap .main-wrap .main .main-item .item-content img {
  position: relative;
  width: 100%;
  transition: transform linear 0.1s;
}

.wrap .main-wrap .main .main-item .item-content .item-img {
  width: 40%;
  margin: 0 20px;
  overflow: hidden;
}

.wrap .main-wrap .main .main-item .item-content .left {
  float: left;
}

.wrap .main-wrap .main .main-item .item-content .right {
  float: right;
}

.wrap .main-wrap .main .main-item .item-content span {
  font-weight: 700;
  font-size: 18px;
  color: #2476b6;
}

.wrap .main-wrap .main .main-item .item-content .title {
  font-weight: 700;
  font-size: 18px;
  color: #2476b6;
}

.wrap .main-wrap .main .main-item .item-content .item-info {
  margin-top: 10px;
  font-weight: 700;
  color: #2476b6;
}

.wrap .main-wrap .main .info {
  background-color: #2476b6;
  padding: 20px;
  border-radius: 5px;
}

.wrap .main-wrap .main .info p {
  text-indent: 2em;
  line-height: 28px;
  color: white;
  font-family: 微软雅黑;
  font-size: medium;
  padding: 5px;
}

.wrap .main-wrap .main .info .info-title {
  text-indent: 0;
  font-weight: 700;
  border-bottom: 1px solid gold;
}

.wrap .footer {
  width: 100%;
  height: 80px;
  padding: 10px 0;
  background-color: #333;
}

.wrap .footer .foot-con {
  width: 70%;
  margin: 0 auto;
}

.wrap .footer .foot-con .con1 {
  width: 20%;
  float: left;
}

.wrap .footer .foot-con .con1 img {
  height: 80px;
}

.wrap .footer .foot-con .con2 {
  width: 47%;
  float: left;
}

.wrap .footer .foot-con .con2 p {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 26px;
}

.wrap .footer .foot-con .con3 {
  float: right;
  width: 33%;
}

.wrap .footer .foot-con .con3 div {
  width: 33%;
  text-align: center;
  float: left;
}

.wrap .footer .foot-con .con3 div img {
  display: inline-block;
  height: 60px;
  margin: 0 auto;
  transition: all 1s ease;
}

.wrap .footer .foot-con .con3 div img:hover {
  position: relative;
  top: -10px;
  transform: scale(2);
}

.wrap .footer .foot-con .con3 div p {
  text-indent: 0;
  font-size: 12px;
  color: white;
}

.fg {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.fg img {
  width: 100%;
}

.clear {
  width: 100%;
  clear: both;
}
