@charset "utf-8";
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
}
body {
  font-family: Microsoft YaHei;
  font-size: 14px;
  margin: 0 auto;
  overflow-x: hidden;
}
a,
input,
textarea {
  outline: 0 none;
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  border: none;
  display: block;
}
.clear {
  clear: both;
}
div {
  margin: 0 auto;
}
a.topimg {
  display: block;
}
a.topimg img {
  width: 100%;
}
h2.btn {
  text-align: center;
  font-weight: normal;
  padding-top: 60px;
  padding-bottom: 30px;
}
h2.btn a {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #f39800;
  border-radius: 20px;
  margin: 0 30px;
}
.tit {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 40px;
}
.tit .bigtit {
  font-size: 50px;
  font-weight: 700;
  color: #282828;
}
.tit .subtit {
  font-size: 24px;
  color: #595959;

  display: inline-block;
  padding: 0 20px;
  margin-top: 15px;
}
.c1,
.c2,
.c3,
.c4,
.c5,
.c6,
.c7 {
  width: 1200px;
  margin: 0 auto;
}

.c1 ul {
  overflow: hidden;
  padding-top: 80px;
}
.c1 ul li {
  float: left;
}
.c1 ul li.img {
  width: 550px;
}
.c1 ul li.c1t {
  width: 650px;
  padding-left: 36px;
}
.c1tit {
  padding-top: 25px;
}
.c1tit h3 {
  font-size: 36px;
  color: #eb6100;
  display: inline-block;
  vertical-align: middle;
}
.c1tit img {
  display: inline-block;
  vertical-align: middle;
}
.c1txt {
  font-size: 20px;
  line-height: 34px;
  color: #282828;
  margin-top: 20px;
}

.content2 {
  background: #eeeeee;
  padding: 55px 0;
}
.c2 ul {
  overflow: hidden;
}
.c2 ul li {
  width: 290px;
  height: 70px;
  background: #fff;
  float: left;
  margin: 5px;
}
.c2 ul li.on {
  background: #8c97cb;
}
.c2 ul li.on span {
  color: #fff;
}
.c2 ul li a {
  display: block;
}
.c2 ul li a img {
  display: inline;
  vertical-align: middle;
  padding-left: 15px;
}
.c2 ul li a span {
  color: #f39800;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
}

.c3switchbox {
  overflow: hidden;
}
.c3switchbox .c3hd {
  float: right;
  width: 200px;
  padding-right: 10px;
}
.c3switchbox .c3hd li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  background: #f39800;
  text-align: center;
  cursor: pointer;
}
.c3switchbox .c3hd li.on {
  color: #f39800;
  background: #eeeeee;
}

.c3switchbox .c3bd {
  float: left;
  width: 980px;
}
.c3switchbox .c3bd ul {
  overflow: hidden;
  /*display: none;*/
}
.c3switchbox .c3bd ul .c3limg {
  float: left;
  width: 330px;
  margin-right: 20px;
}
.c3switchbox .c3bd ul p {
  font-size: 24px;
  color: #282828;
  text-align: center;
  padding: 18px 0 22px;
}

.c4 {
  width: 1200px;
  margin: 30px auto 0;
  position: relative;
}
img.c4ab {
  margin-left: -360px;
}

.c4 form {
  width: 580px;
  position: absolute;
  top: 92px;
  right: 158px;
  font-size: 0;
}
.c4 form p {
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}
.c4 form p span {
  font-size: 36px;
  display: block;
}
.c4 form input {
  display: inline-block;
  border: none;
  outline: none;
  height: 66px;
  line-height: 66px;
  width: 267px;
  margin: 0 10px;
  background: #fff;
  font-size: 20px;
  color: #6a6a6a;
  border-radius: 15px;
  padding: 0 20px;
}

.c4 form .dbtijiao {
  width: 560px;
  background: #f39800;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.c5 ul {
  padding: 0 50px;
  background: #fff;
  overflow: hidden;
}
.c5 ul li {
  width: 530px;
  margin: 0 10px 20px;
  float: left;
}
.c5 ul li > a {
  display: block;
}
.c5 ul li > a img {
  width: 100%;
}
.c5 ul li p.c5tit {
  font-size: 30px;
  font-weight: 700;
  padding: 20px 5px 10px;
  text-align: center;
  color: #f39800;
}
.c5 ul li p.txt {
  font-size: 21px;
  color: #282828;
  padding: 0 5px;
}
h2.c5btn {
  text-align: center;
  font-weight: normal;
  padding: 30px 0;
}
h2.c5btn a {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f39800;
  border-radius: 15px;
  margin: 0 15px;
}
h2.c5btn a.btn2 {
  background: #009e96;
}

.content6 {
  background: #eee;
  padding: 50px 0;
}
.c6 {
  padding: 0 50px;
}
.c6 ul {
  overflow: hidden;
}
.c6 ul li {
  width: 330px;
  margin: 0 18px;
  float: left;
}
.c6 ul li div {
  text-align: center;
  margin-top: 10px;
}
.c6 ul li div p {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #009e96;
  vertical-align: middle;
}
.c6 ul li div a {
  display: inline;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 2px 4px;
  background: red;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 15px;
}
.c7 {
  margin-bottom: 50px;
}
.c7 ul {
  overflow: hidden;
}
.c7 ul li {
  width: 290px;
  margin: 5px;
  float: left;
}

.content8 {
  margin-top: 52px;
  width: 1200px;
}
.content8 h6 {
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.content8 h6 a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #f29b76;
}
.content8 ul {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 20px;
}
.content8 li {
  float: left;
  text-align: center;
  margin-right: 32px;
  font-size: 18px;
}
.content8 li a {
  color: #282828;
  letter-spacing: 2px;
}
.content8 li img {
  margin-bottom: 24px;
}
.content8 .mr0 {
  margin-right: 0;
}
