* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: none;
  border: none;
  background: none;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  color: #444;
}
a:hover {
  text-decoration: none;
}
body {
  font-size: 14px;
  font-family: "Microsoft YaHei", "微软雅黑";
  background: #fff;
  color: #444;
}
ul,
ol {
  margin-bottom: 0;
  list-style: none;
}
h1,
h2,
h3,
h4 {
  margin-bottom: 0;
  margin-top: 0;
}
p {
  margin: 0 0 ;
}
.header-wrap {
  width: 100%;
  height: 50px;
  background: #464646;
  box-shadow: 0px 2px 2px #233946;
  overflow: hidden;
}
.header {
  width: 1020px;
  height: 50px;
  margin: 0 auto;
  vertical-align: middle;
}
.header .h-logo {
  width: auto;
  line-height: 50px;
  float: left;
}
.header .h-logo a {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
}
.header .nav {
  float: right;
  color: #fff;
  padding-top: 10px;
}
.header .nav li {
  float: left;
  margin: 0 20px;
}
.header .nav a {
  color: #fff;
  padding: 5px 20px;
  display: block;
}
.header .nav a:hover {
  background: #ffffff;
  border-radius: 5px;
  color: #464646;
}
.header .nav .cur {
  background: #ffffff;
  border-radius: 5px;
  color: #464646;
}
.main-box {
  width: 100%;
  height: 810px;
  margin: 0 auto;
  background: url("../images/banner-bg.jpg") 0 0 no-repeat;
  position: relative;
  overflow: hidden;
  background-position: center center;
}
.main-box .con {
  color: #fff;
}
.main-box .title {
  padding: 120px 0 5px;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  font-weight: normal;
}
.main-box .lines {
  width: 60px;
  border: 2px solid #ffffff;
  text-align: center;
  margin: 0 auto;
}
.main-box .English-title {
  width: 100%;
  text-align: center;
  padding: 15px 0 25px;
}
.main-box .intro {
  width: 600px;
  height: auto;
  background: rgba(255, 255, 255, 0.3);
  margin: 10px auto ;
  padding: 30px 20px 80px;
  line-height: 25px;
  text-indent: 2rem;
}
.main-box2 {
  width: 1020px;
  height: 810px;
  margin: 0 auto;
  overflow: hidden;
}
.main-box2 .main-title {
  margin: 100px auto 40px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}
.main-box2 .con {
  margin: 10px auto;
  width: 100%;
  overflow: hidden;
}
.main-box2 .con p {
  line-height: 30px;
  font-size: 14px;
  text-indent: 2em;
  padding-bottom: 10px;
}
.main-box2 .con .left {
  float: left;
  margin-right: 30px;
  margin-left: 80px;
}
.main-box2 .con .left img {
  width: 280px;
  height: 280px;
  padding-top: 10px;
}
.main-box2 .con .right {
  float: left;
  height: 280px;
  border-left: 1px solid #ddd;
  padding-top: 20px;
}
.main-box2 .con2 {
  margin: 20px auto;
  width: 100%;
  overflow: hidden;
}
.main-box2 .con2 .left {
  width: 50%;
  float: left;
}
.main-box2 .con2 .right {
  width: 50%;
  float: left;
}
.main-box2 .con2 h3 {
  padding: 10px 0;
}
.main-box2 .con2 h4 {
  padding: 10px;
}
.main-box2 .con2 p {
  line-height: 25px;
  padding: 0 10px;
}
.main-box2 .pic {
  margin-top: 4px;
}
.main-pic {
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 120px;
  overflow: hidden;
}
.main-pic img {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 4px;
  margin-left: -600px;
}
.footer-wrap {
  width: 100%;
  height: 80px;
  background: #464646;
  color: #fff;
  padding-top: 16px;
  overflow: hidden;
}
.footer-wrap .footer {
  width: 1020px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}
