/* 初始化CSS  重置浏览器样式*/
html {
  background-color: #fff;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
a {
  color: #666;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: 0.5s all;
}
a:hover {
  text-decoration: none;
  color: #c32331;
}
i,
b {
  font-style: normal;
}
#clear {
  clear: both;
}
* {
  box-sizing: border-box;
}
.indexbox {
  background: #fffaef;
  padding-bottom: 50px;
}
.indexbox .banner {
  background: url(../images/banner.png) no-repeat center top;
  height: 778px;
  max-width: 1920px;
  margin: 0 auto;
}
.indexbox .nav {
  margin: 50px auto 0;
  width: 680px;
  height: 117px;
}
.indexbox .nav ul {
  width: 100%;
  height: 100%;
}
.indexbox .nav ul li {
  width: 299px;
  height: 117px;
  float: left;
}
.indexbox .nav ul li:nth-child(2) {
  float: right;
}
.indexbox .nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexbox .nav ul li a img {
  width: 100%;
  height: 100%;
}
.indexbox .zcbox {
  width: 1223px;
  height: 640px;
  background: url(../images/zcbk.png) no-repeat center top;
  margin: 30px auto 0;
  padding-top: 80px;
}
.indexbox .zcbox .hd {
  width: 310px;
  margin: 0 auto;
}
.indexbox .zcbox .hd ul {
  width: 100%;
  height: 42px;
}
.indexbox .zcbox .hd ul li {
  float: left;
  width: 100px;
  height: 42px;
  position: relative;
  text-align: center;
  color: #676565;
  font-size: 24px;
  cursor: pointer;
}
.indexbox .zcbox .hd ul li:last-child {
  float: right;
}
.indexbox .zcbox .hd ul .on {
  color: #ff5a00;
}
.indexbox .zcbox .hd ul .on::after {
  content: "";
  display: block;
  width: 40px;
  height: 6px;
  background-color: #fb8c23;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.indexbox .zcbox .bd {
  margin: 20px auto 0;
  width: 980px;
}
.indexbox .zcbox .bd .item {
  display: none;
  width: 100%;
}
.indexbox .zcbox .bd .item ul {
  width: 100%;
}
.indexbox .zcbox .bd .item ul li {
  width: 100%;
  height: 177px;
  margin-bottom: 36px;
}
.indexbox .zcbox .bd .item ul li h2 {
  width: 980px;
  height: 64px;
  background-color: #fff3db;
  border-radius: 16px;
  padding: 23px 29px;
}
.indexbox .zcbox .bd .item ul li h2 a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #f36906;
}
.indexbox .zcbox .bd .item ul li .text {
  margin: 32px auto 0;
  width: 948px;
  color: #868686;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.indexbox .title1 {
  margin: 16px auto 0;
  width: 1223px;
}
.indexbox .title1 .top {
  background: url(../images/title1.png) no-repeat center top;
  width: 1040px;
  height: 81px;
  margin: 0 auto;
}
.indexbox .title1 a {
  margin-top: 10px;
  display: block;
  width: 1223px;
  height: 640px;
  background: url(../images/zcbk.png) no-repeat center top;
  position: relative;
}
.indexbox .title1 a img {
  position: absolute;
  top: 78px;
  left: 89px;
  width: 1009px;
  height: 477px;
}
.indexbox .title2 {
  margin: 17px auto 0;
  width: 1223px;
}
.indexbox .title2 .top {
  background: url(../images/title2.png) no-repeat center top;
  width: 1040px;
  height: 81px;
  margin: 0 auto;
}
.indexbox .title2 .conter {
  margin-top: 42px;
  width: 1223px;
  height: 511px;
}
.indexbox .title2 .conter .left {
  float: left;
  width: 570px;
  height: 511px;
  background-color: #fcfcfc;
  border-radius: 35px;
  border: solid 4px rgba(252, 112, 37, 0.63);
  padding-top: 26px;
}
.indexbox .title2 .conter .left ul {
  margin: 0 auto;
  width: 512px;
}
.indexbox .title2 .conter .left ul li {
  width: 100%;
  height: 70px;
  background-color: #fff3e7;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 25px 28px;
}
.indexbox .title2 .conter .left ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333;
}
.indexbox .title2 .conter .right {
  float: right;
  width: 570px;
  height: 511px;
  background-color: #fcfcfc;
  border-radius: 35px;
  border: solid 4px rgba(252, 112, 37, 0.63);
  padding: 26px 32px;
}
.indexbox .title2 .conter .right ul {
  width: 100%;
  height: 100%;
}
.indexbox .title2 .conter .right ul li {
  float: left;
  width: 240px;
  height: 216px;
  background-color: #fff3e7;
  border-radius: 10px;
  margin-bottom: 25ox;
}
.indexbox .title2 .conter .right ul li:nth-child(2n) {
  float: right;
}
.indexbox .title2 .conter .right ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 24px;
}
.indexbox .title2 .conter .right ul li a .pic {
  width: 107px;
  height: 97px;
  margin: 0 auto;
}
.indexbox .title2 .conter .right ul li a .pic img {
  width: 100%;
  height: 100%;
}
.indexbox .title2 .conter .right ul li a .text {
  margin: 20px auto 0;
  width: 206px;
  height: 50px;
  position: relative;
}
.indexbox .title2 .conter .right ul li a .text p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #f75201;
  font-size: 22px;
  text-align: center;
  width: 100%;
}
.indexbox .title3 {
  margin: 16px auto 0;
  width: 1223px;
}
.indexbox .title3 .top {
  background: url(../images/title1.png) no-repeat center top;
  width: 1040px;
  height: 81px;
  margin: 0 auto;
}
.indexbox .title3 .btk {
  margin-top: 10px;
  display: block;
  width: 1223px;
  height: 640px;
  background: url(../images/zcbk.png) no-repeat center top;
  position: relative;
}
.indexbox .title3 .btk img {
  position: absolute;
  top: 78px;
  left: 89px;
  width: 1009px;
  height: 477px;
}
.indexbox .title3 .wbtk {
  margin: 10px auto 0;
  display: block;
  width: 1201px;
  height: 440px;
}
.indexbox .title3 .wbtk img {
  width: 100%;
  height: 100%;
}
.indexbox .title4 {
  margin: 17px auto 0;
  width: 1223px;
}
.indexbox .title4 .top {
  background: url(../images/title3.png) no-repeat center top;
  width: 1040px;
  height: 81px;
  margin: 0 auto;
}
.indexbox .title4 .conter {
  margin: 68px auto 0;
  width: 1223px;
}
.indexbox .title4 .conter ul {
  width: 100%;
  overflow: hidden;
}
.indexbox .title4 .conter ul li {
  float: left;
  width: 588px;
  height: 157px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 3px rgba(255, 108, 40, 0.2);
  border-radius: 20px;
  margin-bottom: 26px;
}
.indexbox .title4 .conter ul li:nth-child(2n) {
  float: right;
}
.indexbox .title4 .conter ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.indexbox .title4 .conter ul li a .pic {
  width: 103px;
  height: 120px;
}
.indexbox .title4 .conter ul li a .pic img {
  width: 100%;
  height: 100%;
}
.indexbox .title4 .conter ul li a .text {
  color: #f75201;
  font-size: 26px;
}
