﻿@import url(common.css);
.section {
  width: 100%;
  height: auto;
  background: #F2F2F2;
}
.banner img {
  width: 100%;
  height: 345px;
}
.main {
  width: 1280px;
  margin: 0 auto;
  background: #fff;
  text-align: left;
  margin-top: -200px;
  position: relative;
  z-index: 1111;
}
.main h2 {
  border-bottom: 1px solid #DBDBDB;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 20px;
}
.main h2 a {
  float: right;
  font-size: 12px;
}
.main h2 span {
  display: inline-block;
  line-height: 40px;
  border-bottom: 2px solid #000080;
}
.main .right {
  width: 28%;
  float: right;
  margin: 3%;
}
.main .right img {
  width: 100%;
}
.main .right p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
}
.main .left {
  width: 56%;
  margin: 3%;
  display: inline-block;
}
.main .left h3 {
  line-height: 50px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
.main .left p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 23px;
  color: #333333;
  opacity: 1;
  margin-bottom: 30px;
}
