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

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: 300px;
  background-image: url("../img/bg-ph.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

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

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

.wrap .header .header-box .logo {
  position: relative;
  top: -80px;
  left: 10px;
  transition: all linear 1s;
}

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

.wrap .header .header-box .header-title {
  text-align: center;
  position: relative;
  top: -130px;
  transition: all linear 1s;
}

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

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

.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: 18px;
  color: white;
  font-family: 微软雅黑;
  font-size: 12px;
}

.wrap .main-wrap .main .main-item .item-title {
  font-weight: 700;
  width: 100%;
  color: #333;
  line-height: 16px;
  font-size: 14px;
  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;
  font-size: 12px;
  line-height: 16px;
  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: 13px;
  color: #2476b6;
}

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

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

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

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

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

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

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

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

.wrap .footer .foot-con .con1 img {
  width: 70%;
  height: 40px;
}

.wrap .footer .foot-con .con2 {
  width: 65%;
  float: left;
  top: 30px;
}

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

.wrap .footer .foot-con .con3 {
  float: left;
  width: 100%;
  padding: 10px 0;
}

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

.wrap .footer .foot-con .con3 div img {
  display: inline-block;
  height: 40px;
  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: 6px;
  color: white;
}

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

.fg img {
  width: 100%;
}

.clear {
  clear: both;
}
