@font-face {
  font-family: 'iconfont';
  /* project id 995532 */
  src: url('//at.alicdn.com/t/font_995532_q7fb9dcbc7g.eot');
  src: url('//at.alicdn.com/t/font_995532_q7fb9dcbc7g.eot?#iefix')
      format('embedded-opentype'),
    url('//at.alicdn.com/t/font_995532_q7fb9dcbc7g.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_995532_q7fb9dcbc7g.woff') format('woff'),
    url('//at.alicdn.com/t/font_995532_q7fb9dcbc7g.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_995532_q7fb9dcbc7g.svg#iconfont') format('svg');
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: '';
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-transform: uppercase;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '.';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
header {
  width: 100%;
  height: 134px;
  background: #f7325d;
}
header .cont {
  justify-content: space-between;
  display: flex;
  width: 1200px;
  align-items: center;
  margin: 0 auto;
}
header .cont .logo {
  float: left;
}
header .cont .logo img {
  display: block;
  /* margin-top: 12px; */
}
header .cont .right {
  float: right;
}
header .cont .right .top {
  float: right;
  margin-top: 35px;
  display: flex;
}
header .cont .right .top .tel {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
header .cont .right .top .tel .iconfont {
  vertical-align: middle;
  color: #ffffff;
  font-size: 24px;
  display: inline-block;
  margin-right: 8px;
}
header .cont .right .top .tel p {
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
}
header .cont .right .top .tel p span {
  font-size: 18px;
  font-weight: bold;
}
header .cont .right .top .search {
  vertical-align: middle;
  display: flex;
}
header .cont .right .top .search input {
  vertical-align: middle;
  width: 150px;
  height: 22px;
  border: 1px solid #ffffff;
  padding-left: 20px;
  box-sizing: border-box;
}
header .cont .right .top .search button {
  vertical-align: middle;
  width: 40px;
  height: 22px;
  background: #ffffff;
  cursor: pointer;
  border: none;
}
header .cont .right .top .search button .iconfont {
  color: #f7325d;
  line-height: 22px;
  text-align: center;
}
header .cont .right nav {
  margin-top: 15px;
}
header .cont .right nav ul {
  text-align: right;
}
header .cont .right nav ul li {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin: 0 30px;
  color: #fffc00;
  position: relative;
}
header .cont .right nav ul li:hover .sub {
  display: block;
}
header .cont .right nav ul li:hover > a,
header .cont .right nav ul li.on > a {
  color: #fffc00;
  font-weight: 700;
}
header .cont .right nav ul li .sub {
  position: absolute;
  left: 50%;
  width: 130px;
  background: #fff;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  top: 55px;
  transform: translateX(-50%);
}
header .cont .right nav ul li .sub > a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  color: #333;
}
header .cont .right nav ul li .sub > a:hover {
  background: #f7325d;
  color: #fff;
}
header .cont .right nav ul li > a {
  color: #ffffff;
  font-size: 16px;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 550px;
}
.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .bd ul {
  width: 100% !important;
  height: 550px !important;
}
.banner .bd ul li {
  width: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul li {
  margin: 0 4px;
  width: 20px;
  height: 4px;
  background: #f7325d;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.banner .hd .on {
  width: 50px;
}
.page {
  margin: 42px 0;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 29px;
  border: 1px solid #e5e5e5;
  margin: 0 3px;
}
.page ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.page ul li.prev {
  background: #f6f6f6;
  border-color: #f6f6f6;
}
.page ul li.prev a {
  color: #969696;
  line-height: 24px;
}
.page ul li.next {
  background: #f7325d;
  border-color: #f7325d;
}
.page ul li.next a {
  color: #ffffff;
  line-height: 24px;
}
.page ul .num.on a,
.page ul .num:hover a {
  color: #f7325d;
}

.index-tit {
  text-align: center;
  line-height: 1;
}
.index-tit .text .p1 {
  padding-top: 47px;
  color: #ebebeb;
  font-size: 71px;
  font-weight: bold;
}
.index-tit .text .p2 {
  display: inline-block;
  font-size: 40px;
  color: #f7325d;
  font-weight: bold;
  margin-top: -55px;
  background: #f5f5f5;
}
.index-tit .text .p2 span {
  color: #4a4f53;
}
.index-tit .icons {
  margin-top: 20px;
}
.index-tit .icons .dots {
  display: inline-block;
  width: 314px;
  height: 2px;
  vertical-align: middle;
  background: url(../images/dots.png) no-repeat center center;
}
.index-tit .icons .dots:first-child {
  margin-right: 45px;
}
.index-tit .icons .dots:last-child {
  margin-left: 45px;
}
.index-tit .icons .iconfont {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
  color: #f7325d;
}
.index-1 {
  width: 1200px;
  height: 361px;
  margin: 59px auto;
}
.index-1 .left {
  float: left;
  width: 50%;
  height: 100%;
  padding-left: 40px;
  background: #ffffff;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.04);
}
.index-1 .left .p1 {
  font-size: 18px;
  color: #515567;
  line-height: 30px;
  margin-top: 64px;
}
.index-1 .left .p1 span {
  color: #f7325d;
}
.index-1 .left .line1 {
  width: 468px;
  height: 1px;
  background: #fb98ae;
  margin-top: 18px;
}
.index-1 .left .p2 {
  font-size: 52px;
  color: #f7325d;
  font-weight: bold;
}
.index-1 .left .line2 {
  width: 468px;
  height: 4px;
  border-left: 100px solid #fb98ae;
  border-bottom: 1px solid #fb98ae;
}
.index-1 .left .p3 {
  color: #fba9b6;
  font-size: 35px;
  font-weight: lighter;
}
.index-1 .left .p4 {
  color: #fddadf;
  font-size: 27px;
  font-weight: lighter;
}
.index-1 .right {
  float: right;
  width: 50%;
}
.index-1 .right img {
  width: 100%;
  height: 100%;
}
.index-2 {
  width: 100%;
  height: 1031px;
  background: #f5f5f5 url(../images/bg.jpg) no-repeat center bottom;
}
.index-2 .list {
  width: 1200px;
  margin: 34px auto 0;
}
.index-2 .list ul li {
  position: relative;
  top: 0;
  margin-top: 27px;
  float: left;
  margin-right: 2.22%;
  width: 280px;
  height: 331px;
  background: #ffffff;
  padding: 12px 12px 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-2 .list ul li:nth-child(4n) {
  margin-right: 0;
}
.index-2 .list ul li .pic {
  width: 256px;
  height: 155px;
}
.index-2 .list ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-2 .list ul li .title {
  line-height: 1;
  text-align: center;
  margin-top: 30px;
  display: block;
  color: #333333;
  font-size: 18px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-2 .list ul li .desc {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  margin-top: 21px;
}
.index-2 .list ul li .line {
  width: 166px;
  height: 2px;
  background: #999999;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-2 .list ul li:hover {
  top: -17px;
}
.index-2 .list ul li:hover .title {
  color: #f7325d;
}
.index-2 .list ul li:hover .line {
  background: #f7325d;
}
.index-3 .list {
  width: 1200px;
  margin: 52px auto 0;
  line-height: 1;
}
.index-3 .list .item {
  width: 264px;
  height: 546px;
  border-left: 1px solid #dbdbdd;
  border-bottom: 1px solid #dbdbdd;
  float: left;
}
.index-3 .list .item .title {
  width: 100%;
  height: 169px;
  background: #f5f5f5;
  text-align: center;
  padding-top: 23px;
}
.index-3 .list .item .title .p1 {
  color: #333333;
  font-size: 24px;
  margin-top: 18px;
}
.index-3 .list .item .title .p2 {
  color: #999999;
  font-size: 14px;
  margin-top: 11px;
}
.index-3 .list .item .cate {
  padding: 0 30px;
}
.index-3 .list .item .cate ul li {
  border-bottom: 1px dashed #eeeeee;
}
.index-3 .list .item .cate ul li a {
  display: block;
  padding: 23px 0;
  color: #373d41;
  font-size: 18px;
  text-align: center;
}
.index-3 .list .last {
  width: 408px;
  height: 577px;
  float: right;
  position: relative;
  margin-bottom: 33px;
  top: -15px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.13);
}
.index-3 .list .last .title {
  width: 100%;
  height: 184px;
  background: url(../images/index-3.jpg) no-repeat center center;
  text-align: center;
  color: #ffffff;
  padding-top: 38px;
}
.index-3 .list .last .title .p1 {
  font-size: 24px;
  margin-top: 18px;
}
.index-3 .list .last .title .p2 {
  font-size: 14px;
  margin-top: 9px;
}
.index-3 .list .last .bot {
  border: 1px solid #eeeeee;
  border-top: none;
  height: 393px;
  padding: 0 30px;
}
.index-3 .list .last .title-sub {
  text-align: center;
}
.index-3 .list .last .title-sub .p1 {
  color: #333333;
  font-size: 18px;
  padding-top: 24px;
}
.index-3 .list .last .title-sub .p2 {
  color: #999999;
  font-size: 14px;
  margin-top: 10px;
}
.index-3 .list .last .title-sub .bar {
  width: 264px;
  height: 29px;
  border: 1px solid #f7325d;
  line-height: 27px;
  margin: 18px auto 32px;
}
.index-3 .list .last .title-sub .bar .iconfont {
  font-size: 12px;
  color: #f7325d;
}
.index-3 .list .last .title-sub .bar span {
  font-size: 15px;
  color: #f7325d;
  margin: 0 10px;
}
.index-3 .list .last .cate ul {
  border-top: 1px dashed #eeeeee;
  height: 110px;
  text-align: center;
}
.index-3 .list .last .cate ul li {
  line-height: 1;
  text-align: left;
  margin-top: 20px;
}
.index-3 .list .last .cate ul li p {
  color: #333333;
  font-size: 18px;
}
.index-3 .list .last .cate ul li span {
  display: block;
  color: #999999;
  font-size: 14px;
  margin: 12px 0;
}
.index-3 .list .last .cate ul li a {
  display: block;
  color: #f7325d;
  font-size: 14px;
}
.index-3 .list .last .cate ul li:nth-child(1) {
  float: left;
  margin-left: 14px;
}
.index-3 .list .last .cate ul li:nth-child(2) {
  float: right;
  margin-right: 14px;
}
.index-4 {
  width: 100%;
  height: 1704px;
  background: url(../images/index-4.jpg) center center;
}
.index-4 .index-tit .text .p1 {
  color: #f84c6e;
}
.index-4 .index-tit .text .p2 {
  background: #f7325d;
  color: #ffffff;
}
.index-4 .index-tit .text .p2 span {
  color: #fffc00;
}
.index-4 .index-tit .icons .dots {
  background: url(../images/dots1.png) no-repeat center center;
}
.index-4 .index-tit .icons .iconfont {
  color: #ffffff;
}
.index-4 .list {
  width: 1200px;
  height: 1395px;
  margin: 60px auto 0;
  background: url(../images/bg1.jpg) no-repeat center center;
  padding: 68px 0;
  line-height: 1;
}
.index-4 .list > div:nth-child(3) {
  margin-top: 44px;
}
.index-4 .list .item1 {
  float: right;
  width: 1103px;
  height: 274px;
}
.index-4 .list .item1 .left {
  position: relative;
  float: left;
  width: 480px;
  height: 228px;
  background: #f7325d;
  padding: 0 32px;
}
.index-4 .list .item1 .left span {
  display: block;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  margin-top: 32px;
}
.index-4 .list .item1 .left p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 27px;
  color: #ffffff;
}
.index-4 .list .item1 .left .refer {
  width: 191px;
  height: 43px;
  border: 1px solid #ffffff;
  text-align: center;
  margin-top: 27px;
}
.index-4 .list .item1 .left .refer a {
  display: inline-block;
  vertical-align: middle;
  line-height: 41px;
  font-size: 16px;
  color: #ffffff;
}
.index-4 .list .item1 .left .refer .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  width: 41px;
  height: 8px;
  background: url(../images/arrow.png) no-repeat center center;
}
.index-4 .list .item1 .left .three {
  position: absolute;
  right: -44px;
  top: 96px;
  width: 0;
  height: 0;
  border-width: 18px 22px;
  border-style: solid;
  border-color: transparent transparent transparent #f7325d;
}
.index-4 .list .item1 .right {
  float: right;
}
.index-4 .list .item1 .right img {
  width: 587px;
  height: 274px;
  object-fit: cover;
}
.index-4 .list .item2 .left img {
  width: 587px;
  height: 274px;
  object-fit: cover;
}
.index-4 .list .item2 {
  float: left;
  width: 1103px;
  height: 274px;
}
.index-4 .list .item2 .left {
  float: left;
}
.index-4 .list .item2 .right {
  position: relative;
  float: right;
  width: 480px;
  height: 228px;
  background: #f7325d;
  margin-top: 46px;
  padding: 0 32px;
}
.index-4 .list .item2 .right span {
  display: block;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  margin-top: 32px;
}
.index-4 .list .item2 .right p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 27px;
  color: #ffffff;
}
.index-4 .list .item2 .right .refer {
  width: 191px;
  height: 43px;
  border: 1px solid #ffffff;
  text-align: center;
  margin-top: 27px;
}
.index-4 .list .item2 .right .refer a {
  display: inline-block;
  vertical-align: middle;
  line-height: 41px;
  font-size: 16px;
  color: #ffffff;
}
.index-4 .list .item2 .right .refer .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  width: 41px;
  height: 8px;
  background: url(../images/arrow.png) no-repeat center center;
}
.index-4 .list .item2 .right .three {
  position: absolute;
  left: -44px;
  top: 96px;
  width: 0;
  height: 0;
  border-width: 18px 22px;
  border-style: solid;
  border-color: transparent #f7325d transparent transparent;
}
.index-4 .list .tel {
  width: 100%;
  text-align: center;
  margin-top: 58px;
}
.index-4 .list .tel .cont {
  position: relative;
  width: 586px;
  height: 62px;
  margin-right: 60px;
  display: inline-block;
  border: 1px solid #f7325d;
  text-align: center;
  line-height: 60px;
  color: #f7325d;
}
.index-4 .list .tel .cont .iconfont {
  font-size: 36px;
}
.index-4 .list .tel .cont span {
  display: inline-block;
  line-height: 60px;
  vertical-align: top;
  font-size: 24px;
}
.index-4 .list .tel .cont span strong {
  font-size: 28px;
}
.index-4 .list .tel .cont .btn {
  width: 138px;
  height: 45px;
  display: block;
  background: #f7325d;
  border-top-left-radius: 21px;
  border-bottom-right-radius: 21px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  right: -60px;
  top: 9px;
}
.index-5 {
  height: 688px;
}
.index-5 .list {
  width: 1200px;
  margin: 40px auto 0;
}
.index-5 .list ul li {
  position: relative;
  line-height: 1;
  width: 281px;
  height: 407px;
  float: left;
  margin-right: 2.1%;
}
.index-5 .list ul li:last-child {
  margin-right: 0;
}
.index-5 .list ul li .pic {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  z-index: 2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-5 .list ul li .pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.index-5 .list ul li .info {
  text-align: center;
  height: 326px;
  width: 100%;
  position: absolute;
  padding: 0 20px;
  box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.04);
  bottom: 0;
  z-index: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-5 .list ul li .info .title {
  font-weight: bold;
  color: #000000;
  font-size: 20px;
  display: block;
  padding-top: 107px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-5 .list ul li .info .desc {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  margin-top: 23px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-5 .list ul li .info .desc a {
  color: #999999;
}
.index-5 .list ul li .info .refer {
  display: block;
  width: 120px;
  height: 36px;
  border: 1px solid #f7325d;
  color: #f7325d;
  font-size: 14px;
  margin: 0 auto;
  line-height: 34px;
  border-radius: 18px;
  position: absolute;
  bottom: 43px;
  left: 0;
  right: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-5 .list ul li:hover .pic {
  border-color: #ffffff;
}
.index-5 .list ul li:hover .info {
  background: #f7325d;
  background: -moz-linear-gradient(left, #f7325d 0%, #ff6889 100%);
  background: -webkit-gradient(
    linear,
    left,
    left,
    color-stop(0%, #f7325d),
    color-stop(100%, #ff6889)
  );
  background: -webkit-linear-gradient(left, #f7325d 0%, #ff6889 100%);
  background: -o-linear-gradient(left, #f7325d 0%, #ff6889 100%);
  background: -ms-linear-gradient(left, #f7325d 0%, #ff6889 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7325d', endColorstr='#ff6889', GradientType=0);
  background: linear-gradient(to right, #f7325d 0%, #ff6889 100%);
}
.index-5 .list ul li:hover .info a {
  color: #ffffff;
  border-color: #ffffff;
}
.index-5 .list ul li:hover .info p {
  color: #ffffff;
}
:root .info {
  filter: none;
}
.index-6 {
  width: 100%;
  height: 433px;
  background: url(../images/bg2.jpg) center center;
}
.index-6 .cont {
  width: 1200px;
  margin: 0 auto;
  padding-top: 57px;
}
.index-6 .cont .info {
  width: 540px;
  float: right;
}
.index-6 .cont .info .title {
  color: #ffffff;
  font-size: 28px;
  line-height: 67px;
}
.index-6 .cont .info .line {
  width: 353px;
  height: 1px;
  background: #f7829d;
}
.index-6 .cont .info .desc {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  margin-top: 31px;
}
.index-7 {
  position: relative;
  height: 712px;
  width: 1200px;
  margin: 0 auto;
}
.index-7 .bar {
  position: absolute;
  top: -39px;
  width: 1117px;
  height: 78px;
  background: #ffffff;
  line-height: 78px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.index-7 .bar .s1 {
  color: #666666;
  font-size: 20px;
}
.index-7 .bar .s2 {
  color: #f7325d;
  font-size: 24px;
}
.index-7 .bar .btn {
  display: inline-block;
  width: 189px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  background: #f7325d;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.index-7 .index-tit {
  padding-top: 81px;
}
.index-7 .list {
  height: 404px;
  margin-top: 48px;
}
.index-7 .list .left {
  float: left;
  width: 586px;
  height: 100%;
  background: #ffffff;
  padding: 32px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.13);
}
.index-7 .list .left ul li {
  height: 92px;
  margin-top: 32px;
}
.index-7 .list .left ul li:first-child {
  margin-top: 0;
}
.index-7 .list .left ul li .pic {
  width: 167px;
  height: 100%;
  float: left;
  margin-right: 33px;
}
.index-7 .list .left ul li .pic img {
  width: 100%;
  height: 100%;
}
.index-7 .list .left ul li .info {
  line-height: 1;
  padding: 20px 0;
}
.index-7 .list .left ul li .info .title {
  color: #333333;
  font-size: 18px;
}
.index-7 .list .left ul li .info .date {
  color: #999999;
  font-size: 14px;
  margin-top: 21px;
}
.index-7 .list .right {
  float: right;
  width: 586px;
  height: 100%;
  background: #ffffff;
  padding: 32px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.13);
}
.index-7 .list .right ul li {
  margin-top: 26.5px;
}
.index-7 .list .right ul li:first-child {
  margin-top: 0;
}
.index-7 .list .right ul li .question {
  line-height: 30px;
}
.index-7 .list .right ul li .question .icon {
  float: left;
  width: 30px;
  height: 30px;
  background: #6cacf5;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 13px;
}
.index-7 .list .right ul li .question a {
  color: #333333;
  font-size: 16px;
}
.index-7 .list .right ul li .answer .icon {
  float: left;
  width: 30px;
  height: 30px;
  background: #f7325d;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 13px;
  margin-top: 8px;
}
.index-7 .list .right ul li .answer p {
  color: #999999;
  font-size: 14px;
  line-height: 23px;
  margin-top: 13.5px;
}
footer {
  padding-bottom: 20px;
  /* height: 196px; */
  background: #f7325d;
}
footer .cont {
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
footer .cont .foot-logo {
  float: left;
  margin-right: 85px;
}
footer .cont .foot-logo img {
  display: block;
  /* margin-top: 49px; */
}
footer .cont .line {
  float: left;
  margin-top: 41px;
  margin-right: 100px;
  width: 2px;
  height: 119px;
  background: url(../images/line.png) no-repeat center center;
}
footer .cont .info {
  width: 500px;
  float: left;
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 36px;
}
footer .cont .wechat {
  position: relative;
  float: right;
  margin-top: 30px;
  width: 130px;
  height: 130px;
  background: url(../images/border.png) no-repeat center center;
}
footer .cont .wechat img {
  margin: 11px;
  width: 108px;
  height: 108px;
}
footer .cont .wechat p {
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -8px;
}
