/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}

html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
}

/*swiper*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  -o-transition-property: left, top, -o-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.ban {
  width: 100%;
  height: 174px;
  padding-top: 512px;
  background: url(../img/ban.jpg) top center no-repeat;
}

.ban a {
  width: 240px;
  height: 60px;
  float: left;
  display: block;
  margin-right: 65px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 26px;
  border-radius: 30px;
  box-shadow: 0 5px 0 0 rgba(255, 255, 255, 0.36);
}

.ban a:first-child {
  margin-left: 326px;
  background: linear-gradient(to right, #e53622, #ff9e50);
}

.ban a:last-child {
  background: linear-gradient(to right, #d19a27, #e5cb80);
}

.title_bk {
  position: relative;
}

.title_bk::before {
  position: absolute;
  content: 'NEW  CHANNEL';
  width: 100%;
  text-align: center;
  font-size: 56px;
  line-height: 56px;
  color: #f3f3f3;
  font-weight: bold;
}

.title_bk h6 {
  text-align: center;
  font-size: 46px;
  color: #000;
  position: relative;
  z-index: 2;
  line-height: 50px;
  padding-top: 15px;
}

.title_bk h6 b {
  color: #e73e25;
}

.title_bk h6::before {
  position: absolute;
  content: '';
  width: 306px;
  height: 2px;
  background-color: #f1f1f1;
  left: 50%;
  bottom: -30px;
  margin-left: -153px;
}

.title_bk h6::after {
  position: absolute;
  content: '';
  width: 72px;
  height: 4px;
  background-color: #e73e25;
  left: 50%;
  bottom: -31px;
  margin-left: -36px;
  border-radius: 2px;
}

.title_bk p {
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 32px;
}

.title_bk p b {
  font-weight: normal;
  color: #e73e25;
}

.bikai {
  margin-top: 80px;
}

.bikai .dapo {
  margin-top: 150px;
  height: 395px;
  position: relative;
  background: url(../img/dp_bg.jpg) center no-repeat;
}

.bikai .dapo .dapo_list {
  position: absolute;
  animation: haha1 3s  linear infinite;
}

.bikai .dapo .list_p {
  text-align: center;
  padding-top: 45px;
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 24px;
}

.bikai .dapo .yi {
  width: 170px;
  height: 170px;
  top: -60px;
  left: 0;
  background: url(../img/dp_img1.png) no-repeat;
}

.bikai .dapo .yi_p {
  width: 170px;
  left: 0;
  top: -60px;
}

.bikai .dapo .er {
  width: 150px;
  height: 150px;
  top: 105px;
  left: 210px;
  background: url(../img/dp_img2.png) no-repeat;
}

.bikai .dapo .er_p {
  width: 150px;
  top: 105px;
  left: 213px;
}

.bikai .dapo .san {
  width: 161px;
  height: 161px;
  left: 95px;
  bottom: -74px;
  background: url(../img/dp_img3.png) no-repeat;
}

.bikai .dapo .san_p {
  width: 161px;
  left: 99px;
  bottom: -23px;
}

.bikai .dapo .si {
  width: 150px;
  height: 150px;
  right: 274px;
  top: -51px;
  background: url(../img/dp_img2.png) no-repeat;
}

.bikai .dapo .si_p {
  width: 150px;
  right: 274px;
  top: -51px;
}

.bikai .dapo .wu {
  width: 180px;
  height: 180px;
  right: 0;
  top: 74px;
  background: url(../img/dp_img4.png) no-repeat;
}

.bikai .dapo .wu_p {
  width: 180px;
  right: 0;
  top: 74px;
}

.bikai .dapo .liu {
  width: 170px;
  height: 170px;
  right: 184px;
  bottom: -74px;
  background: url(../img/dp_img1.png) no-repeat;
}

.bikai .dapo .liu_p {
  width: 170px;
  right: 184px;
  bottom: -23px;
}

@-webkit-keyframes haha1 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.jixun {
  width: 100%;
  padding: 70px 0;
  margin-top: 50px;
  background: rgba(71, 190, 251, 0.1);
}

.jixun .title_bk::before {
  color: #fff;
}

.jixun .title_bk h6::before {
  background-color: #fff;
}

.jixun .title_bk p {
  margin-top: 55px;
}

.jixun .jixun_top {
  margin-top: 60px;
}

.jixun .jixun_top .jx_img {
  width: 300px;
  height: 424px;
  float: left;
  border-radius: 20px;
}

.jixun .jixun_top .jixun_list {
  width: 298px;
  height: 422px;
  float: left;
  border: 1px solid #bcbcbc;
  border-radius: 20px;
  background: linear-gradient(to bottom, #fff, #fffaf2);
}

.jixun .jixun_top .jixun_list img {
  margin: 70px auto 0;
}

.jixun .jixun_top .jixun_list h6 {
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: normal;
  line-height: 26px;
  margin-top: 24px;
}

.jixun .jixun_top .jixun_list p {
  text-align: center;
  font-size: 18px;
  color: #555;
  line-height: 30px;
  margin-top: 20px;
}

.jixun .jixun_bottom {
  margin-top: 30px;
}

.jixun .jixuny {
  width: 1200px;
  height: 285px;
  margin-top: 60px;
  background: url(../img/jx_bg.png) no-repeat;
}

.jixun .jixuny .jixuny_left {
  width: 480px;
  float: left;
  margin-left: 54px;
}

.jixun .jixuny .jixuny_left span {
  width: 200px;
  height: 46px;
  display: block;
  margin-top: 40px;
  color: #1668ef;
  font-size: 24px;
  text-align: center;
  line-height: 46px;
  border-radius: 30px 0 30px 0;
  background-color: #fff;
}

.jixun .jixuny .jixuny_left p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  margin-top: 15px;
}

.jixun .jixuny .jixuny_right {
  width: 480px;
  float: right;
}

.jixun .jixuny .jixuny_right span {
  margin-top: 70px;
  color: #fff;
  background-color: #1668ef;
}

.jixun .jixuny .jixuny_right p {
  color: #1668ef;
}

.shezhi {
  margin-top: 100px;
}

.shezhi .shezhi_top {
  width: 357px;
  height: 66px;
  display: block;
  margin: 95px auto 0;
  font-size: 30px;
  color: #fff;
  line-height: 58px;
  text-align: center;
  background: url(../img/sz_bg.png) no-repeat;
}

.shezhi table {
  width: 1200px;
  display: block;
  margin-top: 45px;
  background-color: #fff;
  box-shadow: 0 0 9px 3px rgba(22, 104, 239, 0.4);
}

.shezhi table tr td {
  line-height: 88px;
  font-size: 18px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.shezhi table tr td:last-child {
  border-right: 0;
}

.shezhi table tr td:nth-child(1) {
  width: 240px;
  background: url(../img/tab_bg.png) 152px center no-repeat #1668ef;
  border-right: 0;
  color: #fff;
}

.shezhi table tr td:nth-child(2) {
  width: 450px;
}

.shezhi table tr td:nth-child(3) {
  width: 249px;
}

.shezhi table tr td:nth-child(4) {
  width: 258px;
}

.shezhi table tr:first-child td {
  font-size: 26px;
  color: #000;
  line-height: 70px;
  text-align: center;
}

.shezhi table tr:first-child td:first-child {
  color: #fff;
  background: #1668ef;
}

.shezhi table tr:last-child td {
  border-bottom: 0;
}

.shezhi table .lan td {
  line-height: 52px;
}

.shezhi table .lan td:nth-child(1) {
  color: #333;
  background: none;
  border-right: 1px solid #e6e6e6;
}

.shezhi table .bai td {
  line-height: 52px;
}

.shezhi .yuyue {
  width: 100%;
  height: 260px;
  margin-top: 70px;
  background: url(../img/yy_bg.jpg) no-repeat;
}

.shezhi .yuyue h6 {
  width: 100%;
  text-align: center;
  font-size: 34px;
  color: #fff;
  line-height: 36px;
  font-weight: normal;
  padding-top: 32px;
}

.shezhi .yuyue .form-item {
  width: 272px;
  height: 52px;
  float: left;
  display: block;
  margin-right: 47px;
  margin-top: 26px;
  border: 0;
}

.shezhi .yuyue .form-item input {
  width: 272px;
  height: 52px;
  border: none;
  font-size: 20px;
  color: #555;
  outline: none;
  text-indent: 20px;
  background-color: #fff;
}

.shezhi .yuyue .form-item:first-child {
  margin-left: 145px;
}

.shezhi .yuyue .submit {
  width: 180px;
  height: 50px;
  display: block;
  margin: 30px auto 0;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 5px 0 0 rgba(231, 64, 38, 0.36);
  background: linear-gradient(to right, #e53622, #ff9e50);
}

.shezhi .yuyue .submit:hover {
  background: linear-gradient(to right, #e53622, #ff9e50);
}

.fuwu {
  height: 610px;
  margin-top: 98px;
  padding: 70px 0;
  background: url(../img/fw_bg.png) bottom center no-repeat rgba(71, 190, 251, 0.1);
}

.fuwu .title_bk::before {
  color: #fff;
}

.fuwu .title_bk h6::before {
  background-color: #fff;
}

.fuwu .title_bk p {
  margin-top: 55px;
}

.fuwu .fuwu_top {
  height: 435px;
  margin-top: 110px;
  position: relative;
}

.fuwu .fuwu_top p {
  position: absolute;
  line-height: 44px;
  font-size: 20px;
  color: #333;
}

.fuwu .fuwu_top p:nth-child(1) {
  top: 0;
  left: 250px;
}

.fuwu .fuwu_top p:nth-child(2) {
  top: 73px;
  left: 181px;
}

.fuwu .fuwu_top p:nth-child(3) {
  top: 146px;
  left: 100px;
}

.fuwu .fuwu_top p:nth-child(4) {
  top: 218px;
  left: 18px;
}

.fuwu .fuwu_top p:nth-child(5) {
  top: 291px;
  left: 46px;
}

.fuwu .fuwu_top p:nth-child(6) {
  top: 364px;
  left: 46px;
}

.fuwu .fuwu_top p:nth-child(7) {
  top: 0;
  right: 144px;
}

.fuwu .fuwu_top p:nth-child(8) {
  top: 73px;
  right: 95px;
}

.fuwu .fuwu_top p:nth-child(9) {
  top: 146px;
  right: 84px;
}

.fuwu .fuwu_top p:nth-child(10) {
  top: 218px;
  right: 16px;
}

.fuwu .fuwu_top p:nth-child(11) {
  top: 291px;
  right: 53px;
}

.fuwu .fuwu_top p:nth-child(12) {
  top: 364px;
  right: 81px;
}

.guanli {
  padding: 100px 0 70px 0;
}

.guanli .guanli_list {
  height: 495px;
  margin-top: 40px;
  background: url(../img/gl_bg.jpg) no-repeat;
}

.guanli .guanli_list ul li {
  width: 150px;
  height: 80px;
  float: left;
  background: rgba(231, 62, 37, 0.05);
}

.guanli .guanli_list ul li p {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  padding-top: 16px;
}

.guanli .guanli_list ul li p b {
  font-weight: normal;
  font-size: 20px;
  color: #1b6cef;
}

.guanli .guanli_list .yi {
  padding-top: 215px;
  padding-left: 143px;
}

.guanli .guanli_list .yi li {
  margin-right: 54px;
}

.guanli .guanli_list .er {
  padding-top: 120px;
  padding-left: 30px;
}

.guanli .guanli_list .er li {
  margin-right: 63px;
}

.baozhang {
  padding: 80px 0 98px 0;
  background-color: rgba(71, 190, 251, 0.1);
}

.baozhang .title_bk::before {
  color: #fff;
}

.baozhang .title_bk h6::before {
  background-color: #fff;
}

.baozhang .title_bk p {
  margin-top: 55px;
}

.baozhang ul {
  padding-top: 50px;
}

.baozhang ul li {
  width: 360px;
  height: 420px;
  float: left;
  margin-top: 50px;
  margin-right: 60px;
  position: relative;
  border-radius: 50px 50px 10px 10px;
  background-color: #fff;
  box-shadow: 0 0 8px 2px rgba(27, 108, 239, 0.36);
}

.baozhang ul li img {
  border-radius: 50px 50px 0 0;
}

.baozhang ul li h6 {
  width: 360px;
  height: 113px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  line-height: 40px;
}

.baozhang ul li p {
  font-size: 20px;
  color: #333;
  line-height: 34px;
  padding: 20px 50px 0 50px;
}

.baozhang ul .mar0 {
  margin-right: 0;
}

.kaoyan {
  height: 735px;
  padding: 95px 0;
  position: relative;
}

.kaoyan .preview {
  width: 1054px;
  height: 180px;
  padding: 0 63px;
  border-radius: 10px;
  background-color: #fff;
  border: 10px solid #e73e25;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.kaoyan .preview .swiper-slide {
  width: 120px;
  height: 130px;
  float: left;
  border-radius: 10px;
  margin-top: 30px;
}

.kaoyan .preview .swiper-slide img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
}

.kaoyan .preview .active-nav {
  margin-top: 27px;
}

.kaoyan .preview .active-nav img {
  border: 3px solid #e73e25;
}

.kaoyan .preview .arrow {
  width: 25px;
  height: 52px;
  border-radius: 4px;
  position: absolute;
  top: 55px;
  z-index: 5;
  cursor: pointer;
}

.kaoyan .preview .arrow-left {
  left: 30px;
  background: url(../img/js_left.png) center no-repeat rgba(0, 0, 0, 0.4);
}

.kaoyan .preview .arrow-right {
  right: 30px;
  background: url(../img/js_right.png) center no-repeat rgba(0, 0, 0, 0.4);
}

.kaoyan .view {
  height: 334px;
  margin-top: 136px;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
}

.kaoyan .view .swiper-slide {
  float: left;
  height: 334px;
  position: relative;
}

.kaoyan .view .swiper-slide img {
  float: left;
  margin-right: 70px;
}

.kaoyan .view .swiper-slide .ky_right {
  width: 860px;
  float: right;
}

.kaoyan .view .swiper-slide .ky_right h6 {
  font-size: 28px;
  color: #000;
  font-weight: normal;
  line-height: 36px;
}

.kaoyan .view .swiper-slide .ky_right h6 span {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  border-radius: 18px;
  padding: 0 25px;
  margin-left: 10px;
  line-height: 36px;
  background: linear-gradient(to right, #e8432a 60%, #fefafa 100%);
}

.kaoyan .view .swiper-slide dl {
  margin-top: 20px;
}

.kaoyan .view .swiper-slide dl dt {
  width: 135px;
  height: 44px;
  float: left;
  font-size: 22px;
  color: #e73e25;
  text-align: center;
  line-height: 44px;
  border-radius: 20px 0 20px 0;
  border: 1px dashed #e73e25;
}

.kaoyan .view .swiper-slide dl dd {
  width: 695px;
  float: right;
}

.kaoyan .view .swiper-slide dl dd p {
  font-size: 16px;
  color: #333;
  line-height: 34px;
}

.kaoyan .view .swiper-slide .yi {
  margin-top: 40px;
}

.tushu {
  margin-top: 45px;
  padding-bottom: 90px;
}

.tushu .btn_kyjx {
  margin-bottom: 50px;
}

.tushu .title_bk {
  margin-bottom: 104px;
}

.tushu span {
  width: 100%;
  height: 50px;
  display: block;
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
  background: linear-gradient(to right, #e53622, #ff9e50);
}

.tushu .ts_img5 span {
  width: 582px;
  float: left;
}

.tushu .ts_img5 span:last-child {
  float: right;
}

.fenzhan {
  padding: 60px 0 100px 0;
  background-color: #ecf8ff;
}

.fenzhan .title_bk::before {
  color: #fff;
}

.fenzhan .title_bk h6::before {
  background-color: #fff;
}

.fenzhan ul {
  padding-top: 60px;
}

.fenzhan ul li {
  width: 239px;
  float: left;
  margin-right: 80px;
  margin-top: 40px;
}

.fenzhan ul li p {
  font-size: 22px;
  color: #333;
  text-align: center;
  line-height: 24px;
  margin-top: 16px;
}

.fenzhan ul .mar0 {
  margin-right: 0;
}

.dibu {
  width: 100%;
  height: 430px;
  padding-top: 70px;
  background: url(../img/foot_bg.jpg) top center no-repeat;
}

.dibu .title_bk h6 {
  color: #fff;
}

.dibu .title_bk h6::before {
  background: none;
}

.dibu .title_bk h6::after {
  background: none;
}

.dibu .title_bk::before {
  color: rgba(255, 255, 255, 0.1);
}

.dibu .yuyue {
  width: 272px;
  margin: 60px auto 0;
}

.dibu .yuyue .form-item {
  width: 100%;
  height: 52px;
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}

.dibu .yuyue input {
  width: 100%;
  height: 52px;
  border: none;
  text-indent: 20px;
  font-size: 20px;
  color: #555;
}

.dibu .yuyue .submit {
  width: 220px;
  height: 54px;
  display: block;
  cursor: pointer;
  margin: 18px auto 0;
  border-radius: 26px;
  font-size: 24px;
  color: #fff;
  line-height: 54px;
  text-indent: 38px;
  box-shadow: 0 4px 0 0 rgba(231, 64, 38, 0.36);
  background: linear-gradient(to right, #e53622, #ff9e50);
}

.dibu .yuyue .submit em {
  width: 22px;
  height: 22px;
  display: block;
  float: right;
  margin: 16px 39px 0 0;
  background: url(../img/sub_bg.png) no-repeat;
}

.dibu .yuyue .submit:hover {
  background: linear-gradient(to right, #e53622, #ff9e50);
}

.btn_kyjx {
  width: 240px;
  height: 60px;
  display: block;
  margin: 30px auto 0;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 26px;
  border-radius: 30px;
  box-shadow: 0 5px 0 0 rgba(255, 255, 255, 0.36);
  background: linear-gradient(to right, #e53622, #ff9e50);
}
.banxing_ky{
  margin-top: 50px;
}

.banxing_kybx{
  padding-top: 10px;
}

.banxing_list{
  width: 280px;
  height: 343px;
  float: left;
  margin-right: 24px;
  position: relative;
  border-radius: 10px;
  margin-top: 42px;
  background-color: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.mar0{
  margin-right: 0;
}

.banxing_list span{
  width: 280px;
  height: 151px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  color: #fff;
}

.banxing_list p{
  font-size: 16px;
  color: #333;
  line-height: 20px;
  position: relative;
  padding-left: 40px;
  margin-top: 10px;
}

.banxing_list p:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid #e64431;
  border-radius: 50%;
  left: 22px;
  top: 4px;
}

.banxing_list p:after{
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  border-left: 1px dashed #e64431;
  left: 26px;
  top: 14px;
}

.banxing_list .san:after{
  border-left: none;
}

.banxing_list a{
  width: 100px;
  height: 34px;
  float: left;
  display: block;
  line-height: 34px;
  font-size: 18px;
  text-align: center;
  border-radius: 17px;
  position: absolute;
  bottom: 30px;
}

.banxing_list a:last-child{
  right: 30px;
  color: #fff;
  background: linear-gradient(90deg, #e53622 0%, #ff7252 100%);
}

.banxing_list a:nth-last-child(2){
  left: 30px;
  color: #e53a26;
  border: 1px solid #e53a26;
}

.shezhi_ky{
  margin-top: 50px;
}

.shezhi_kaoy{
  padding-top: 50px;
}

.shezhi_list{
  width: 224px;
  height: 150px;
  float: left;
  margin-top: 20px;
  margin-right: 18px;
  position: relative;
  border-radius: 10px;
}

.shezhi_list img{
  border-radius: 10px;
}

.shezhi_list p{
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 26px;
  left: 0;
  top: 88px;
}

.shezhi_list:hover{
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
}

.mar0{
  margin-right: 0;
}
