html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
  margin: 0;
  padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "simsun", "arial", "tahoma";
  color: #333;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

a {
  color: #333;
}

a,
img {
  -webkit-touch-callout: none;
}

img {
  display: block;
}

a[title="站长统计"] {
  display: none;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

input[type="password"],
input[type="text"],
textarea {
  resize: none;
  outline: 0;
  -webkit-appearance: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #fff;
  outline: none;
}

.li,
.dd {
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

:focus {
  outline: none;
}

ul::after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.body-bg {
  background: #f5f6f8;
}

.c-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.c-content::after {
  content: "";
  display: block;
  clear: both;
}

.g-header {
  background: #fff;
}

.c-header-top {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f2f2f2;
}

.c-header-top-city {
  float: left;
}

.c-header-top-city select {
  background: none;
  border: 0;
  padding-left: 22px;
  background: url(../images/m-dw.png) left center no-repeat;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.c-header-div {
  margin-top: 30px;
}

.c-header-top-login {
  float: right;
}

.c-header-top-login img {
  position: relative;
  top: 5px;
  margin-right: 5px;
  display: inline-block;
}

.c-header-top-login a {
  color: #d0a24a;
}

.c-header-top-item {
  float: right;
  color: #888 !important;
  margin-left: 15px;
  padding-left: 15px;
}

.c-header-top-item.select {
  padding: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-top: 11px;
}

.c-header-top-item select {
  background: none;
  border: 0;
  color: #888;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  display: block;
}

.c-header-logo {
  float: left;
}

.c-header-logo img {
  width: 260px;
}

.c-header-search {
  width: 550px;
  height: 80px;
  margin-left: 70px;
  float: left;
  margin-top: 10px;
}

.c-header-search-t a {
  float: left;
  font-size: 15px;
  width: 70px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

.c-header-search-t a.active {
  background: #d0a24a;
  color: #fff;
}

.c-header-search-input {
  width: 550px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d0a24a;
  float: left;
  overflow: hidden;
}

.c-header-search-input input {
  border: 0;
  height: 50px;
  float: left;
  width: 400px;
  padding-left: 50px;
  background: url(../images/m-ss.png) 18px center no-repeat;
  color: #999;
  font-size: 15px;
}

.c-header-search button {
  width: 100px;
  height: 50px;
  background: #d0a24a;
  color: #fff;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: 0;
  float: right;
}

.c-header-tel {
  width: 300px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -40px;
  top: 40px;
}

.c-header-tel a {
  width: 50px;
  float: left;
}

.c-header-tel p {
  float: left;
  margin-left: 30px;
  color: #f32425;
  font-size: 26px;
  padding-left: 30px;
  background: url(../images/m-tel.png) left center no-repeat;
}

.c-header-nav {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #d0a24a;
  margin-top: 30px;
  position: relative;
  z-index: 100;
}

.c-header-nav ul {
  padding-left: 258px;
  float: left;
}

.c-header-nav ul li {
  width: 60px;
  float: left;
  text-align: center;
  margin-right: 50px;
}

.c-header-nav ul li a {
  display: block;
  transition: all 0.3s;
  font-size: 18px;
}

.c-header-nav ul li a:hover {
  color: #d0a24a;
}

.c-header-nav ul li a.active {
  color: #d0a24a;
}

.c-header-nav ul li:last-child {
  width: auto;
}

.c-nav-news {
  float: right;
  width: 192px;
  height: 38px;
  line-height: 38px;
  padding-left: 38px;
  background: #f5f6f8 url(../images/m-horn.png) 12px center no-repeat;
  overflow: hidden;
}

.c-nav-news .swiper-container {
  height: 100%;
}

.c-nav-news .swiper-slide {
  width: calc(100% - 30px);
  height: 38px !important;
  background: url(../images/m-arr-r.png) 175px center no-repeat;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-nav-news .swiper-slide a {
  display: block;
  color: #888888;
}

.c-banner-right {
  width: 950px;
  float: right;
  padding-top: 20px;
}

.c-i-banner {
  position: relative;
  margin-bottom: 50px;
}

.c-i-banner-swiper {
  width: 950px;
  height: 400px;
  overflow: hidden;
}

.c-i-banner-swiper img {
  width: 100%;
}

.c-i-banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d0a24a;
}

.c-nav-left {
  width: 230px;
  height: 756px;
  position: absolute;
  top: -46px;
}

.c-nav-left-title-bg {
  width: calc(100% - 18px);
  height: 46px;
  line-height: 46px;
  background: #d0a24a url(../images/m-nav-left1.png) 196px center no-repeat;
  cursor: pointer;
  padding-left: 18px;
  font-size: 18px;
  color: #fff;
}

.c-nav-left ul {
  height: 709px;
  background: #2d2f35;
}

.c-nav-left ul li {
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  transition: all 0.3s;
  padding: 0 18px;
}

.c-nav-left ul li a {
  color: #fff;
  display: block;
  height: 60px;
  border-bottom: 1px solid #3f4146;
  box-sizing: border-box;
  font-size: 15px;
  transition: all 0.3s;
  background: url(../images/arr-r.png) 187px center no-repeat;
  position: relative;
}

.c-nav-left ul li span {
  color: #fff;
  display: block;
  height: 60px;
  border-bottom: 1px solid #3f4146;
  box-sizing: border-box;
  font-size: 15px;
  transition: all 0.3s;
  background: url(../images/arr-r.png) 187px center no-repeat;
  position: relative;
}

.c-nav-left ul li:hover {
  background: #fff;
}

.c-nav-left ul li:hover a {
  color: #222;
  background: url(../images/arr-r2.png) 187px center no-repeat;
  border-color: #fff;
}

.c-nav-left ul li:hover span {
  color: #222;
  background: url(../images/arr-r2.png) 187px center no-repeat;
  border-color: #fff;
}

.c-nav-left ul li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.3s;
}

.c-nav-left ul li:nth-child(1) a::after {
  background: url(../images/m-nav-left2.png) center no-repeat;
}

.c-nav-left ul li:nth-child(2) a::after {
  background: url(../images/m-nav-left4.png) center no-repeat;
}

.c-nav-left ul li:nth-child(3) a::after {
  background: url(../images/m-nav-left6.png) center no-repeat;
}

.c-nav-left ul li:nth-child(4) a::after {
  background: url(../images/m-nav-left8.png) center no-repeat;
}

.c-nav-left ul li:nth-child(5) a::after {
  background: url(../images/m-nav-left10.png) center no-repeat;
}

.c-nav-left ul li:nth-child(6) a::after {
  background: url(../images/m-nav-left12.png) center no-repeat;
}

.c-nav-left ul li:nth-child(1):hover a::after {
  background: url(../images/m-nav-left3.png) center no-repeat;
}

.c-nav-left ul li:nth-child(2):hover a::after {
  background: url(../images/m-nav-left5.png) center no-repeat;
}

.c-nav-left ul li:nth-child(3):hover a::after {
  background: url(../images/m-nav-left7.png) center no-repeat;
}

.c-nav-left ul li:nth-child(4):hover a::after {
  background: url(../images/m-nav-left9.png) center no-repeat;
}

.c-nav-left ul li:nth-child(5):hover a::after {
  background: url(../images/m-nav-left11.png) center no-repeat;
}

.c-nav-left ul li:nth-child(6):hover a::after {
  background: url(../images/m-nav-left13.png) center no-repeat;
}

.c-nav-left .c-nav-left-btn {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #d0a24a;
  margin-top: 90px;
}

.c-i-banner-list {
  margin-top: 20px;
  overflow: hidden;
}

.c-i-banner-list li {
  width: 194px;
  height: 242px;
  padding: 14px;
  background: #fff;
  float: left;
  margin-right: 20px;
}

.c-i-banner-list li .img {
  width: 194px;
  height: 194px;
  overflow: hidden;
  margin-bottom: 20px;
}

.c-i-banner-list li .img img {
  transition: all 0.3s;
  width: 194px;
  height: 194px;
}

.c-i-banner-list li:hover .img img {
  transform: scale(1.1);
}

.c-i-banner-list li .text {
  overflow: hidden;
  font-size: 16px;
  color: #222;
}

.c-i-banner-list li .text p {
  float: left;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-i-banner-list li .text span {
  float: right;
  color: #d0a24a;
  font-weight: bold;
}

.c-i-banner-list li:last-child {
  margin-right: 0;
}

.c-i-title {
  margin-bottom: 30px;
}

.c-i-title p {
  font-size: 30px;
  margin-bottom: 10px;
}

.c-i-title span {
  font-size: 15px;
  color: #888;
}

.c-i-box1 {
  margin-bottom: 90px;
}

.c-i-box1-left {
  width: 590px;
  float: left;
}

.c-i-box1-left .img-box {
  overflow: hidden;
}

.c-i-box1-left .img-box img {
  width: 590px;
  height: 446px;
  transition: all 0.3s;
}

.c-i-box1-left .img-box:hover img {
  transform: scale(1.1);
}

.c-i-box1-right {
  width: 590px;
  float: right;
}

.c-i-box1-right ul li {
  overflow: hidden;
  float: left;
  width: 285px;
  height: 212px;
}

.c-i-box1-right ul li img {
  transition: all 0.3s;
  width: 285px;
  height: 212px;
}

.c-i-box1-right ul li:hover img {
  transform: scale(1.1);
}

.c-i-box1-right ul li:nth-child(-n + 2) {
  margin-bottom: 20px;
}

.c-i-box1-right ul li:nth-child(odd) {
  margin-right: 20px;
}

.c-i-box2 {
  margin-bottom: 60px;
}

.c-i-box2 .swiper-container {
  position: static;
}

.c-i-box2 .swiper-slide {
  background: #fff;
  padding: 20px;
  width: 265px;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 16px;
}

.c-i-box2 .swiper-slide .img {
  width: 245px;
  height: 245px;
  overflow: hidden;
  margin-bottom: 20px;
}

.c-i-box2 .swiper-slide .img img {
  transition: all 0.3s;
  width: 245px;
  height: 245px;
}

.c-i-box2 .swiper-slide:hover .img img {
  transform: scale(1.1);
}

.c-i-box2 .swiper-slide p {
  color: #222;
  margin-bottom: 15px;
}

.c-i-box2 .swiper-slide span {
  overflow: hidden;
  display: block;
  color: #d0a24a;
}

.c-i-box2 .swiper-slide span i {
  font-weight: bold;
}

.c-i-box2 .swiper-slide span em {
  float: right;
  font-weight: bold;
  color: #999;
}

.c-i-box2 .swiper-button-next,
.c-i-box2 .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  background: #d3a752;
  top: 60%;
}

.c-i-box2 .swiper-button-next:after,
.c-i-box2 .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
}

.c-i-box2 .swiper-button-next {
  right: -88px;
}

.c-i-box2 .swiper-button-prev {
  left: -88px;
}

.c-i-box3 li {
  background: #fff;
  padding: 20px;
  width: 346px;
  font-size: 16px;
  float: left;
}

.c-i-box3 li .img-box {
  width: 346px;
  height: 346px;
  overflow: hidden;
  margin-bottom: 25px;
}

.c-i-box3 li .img-box img {
  transition: all 0.3s;
  width: 346px;
  height: 346px;
}

.c-i-box3 li:hover .img-box img {
  transform: scale(1.1);
}

.c-i-box3 li p {
  color: #222;
  margin-bottom: 15px;
}

.c-i-box3 li span {
  overflow: hidden;
  display: block;
  color: #d0a24a;
}

.c-i-box3 li span i {
  font-weight: bold;
}

.c-i-box3 li span em {
  float: right;
  color: #999;
}

.c-i-box3 li:nth-child(2) {
  margin: 0 21px;
}

.c-i-banner2 {
  margin: 50px auto;
}

.c-i-banner2 img {
  width: 1200px;
  height: 150px;
}

.c-school-banner2 {
  margin: 0;
  margin-bottom: 20px;
}

.c-i-box4-left {
  width: 200px;
  height: 600px;
  float: left;
  background: #1f2127;
}

.c-i-box4-left li {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}

.c-i-box4-left li span {
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  display: block;
  transition: all 0.3s;
  position: relative;
}

.c-i-box4-left li span::after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 19px;
}

.c-i-box4-left li:hover span {
  background: #d9af5e;
}

.c-i-box4-left li:hover span::after {
  background: url(../images/arr-r3.png);
}

.c-i-box4-left li span.active {
  background: #d9af5e;
}

.c-i-box4-left li span.active::after {
  background: url(../images/arr-r3.png);
}

.c-i-box4-center {
  float: left;
  margin: 0 20px;
  width: 230px;
  height: 600px;
}

.c-i-box4-center img {
  width: 230px;
  height: 600px;
}

.c-i-box4-right {
  float: right;
  width: 730px;
  height: 600px;
}

.c-i-box4-right li {
  width: 200px;
  height: 260px;
  padding: 15px;
  background: #fff;
  float: left;
  margin-right: 20px;
}

.c-i-box4-right li:nth-child(-n + 3) {
  margin-bottom: 20px;
}

.c-i-box4-right li:nth-child(3n) {
  margin-right: 0;
}

.c-i-box4-right li .img-box {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}

.c-i-box4-right li .img-box img {
  transition: all 0.3s;
  width: 200px;
  height: 200px;
}

.c-i-box4-right li:hover .img-box img {
  transform: scale(1.1);
}

.c-i-box4-right li .text {
  font-size: 12px;
  overflow: hidden;
}

.c-i-box4-right li .text p {
  float: left;
  width: 50%;
  color: #222;
}

.c-i-box4-right li .text p span {
  display: block;
  font-weight: bold;
  color: #d0a24a;
}

.c-i-box4-right li .text .btn {
  float: right;
  width: 70px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #d0a24a;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  margin-top: 3px;
}

.g-footer {
  margin-top: 60px;
  background: #fff;
  border-top: 2px solid #d0a24a;
  padding-top: 60px;
  width: 100%;
}

.c-footer-left {
  width: 200px;
  float: left;
}

.c-footer-left .logo {
  margin-bottom: 45px;
  width: 163px;
  height: 45px;
}

.c-footer-left .logo img {
  width: 163px;
  height: 45px;
}

.c-footer-left .tel {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.c-footer-left .text p {
  font-size: 14px;
  line-height: 24px;
  color: #888;
  margin-bottom: 20px;
  cursor: pointer;
}

.c-footer-left .text p img {
  display: inline-block;
  margin-right: 10px;
}

.c-footer-left .text p:nth-child(1) img {
  position: relative;
  top: 2px;
}

.c-footer-left .text p:nth-child(3) img {
  position: relative;
  top: 2px;
}

.c-footer-right {
  width: 720px;
  float: right;
  overflow: hidden;
}

.c-footer-right .c-footer-right-t {
  overflow: hidden;
}

.c-footer-right .c-footer-right-t a,
.c-footer-right .c-footer-right-t select {
  float: right;
  width: 90px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  border: 0;
  margin-left: 50px;
  cursor: pointer;
}

.c-footer-right .ma {
  text-align: center;
  float: right;
  margin-top: 50px;
  width: 130px;
  color: #888888;
  cursor: pointer;
}

.c-footer-right .ma img {
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
}

.c-footer-icp {
  text-align: center;
  height: 35px;
  background: #f2f2f2;
  color: #888888;
  padding-top: 20px;
}

.g-right-fix {
  position: fixed;
  right: 0;
  top: 460px;
  width: 60px;
  height: 420px;
}

.g-right-fix li {
  border: 1px solid #fff;
  border-bottom: 1px solid #f5f6f8;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.g-right-fix li .popup {
  display: none;
  position: absolute;
  right: 70px;
  width: 250px;
  padding: 20px;
  top: 0;
  background: #ffffff;
  box-shadow: 0px 0px 5px #999999;
  border-radius: 4px;
  z-index: 100;
}

.g-right-fix li:hover .popup {
  display: block;
}

.g-right-fix li a {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 100px;
  font-size: 12px;
}

.g-right-fix li:hover {
  border: 1px solid #d0a24a;
}

.g-right-fix li:hover a {
  color: #d0a24a;
}

.g-right-fix li:nth-child(1) {
  background: #fff url(../images/m-right-1.png) center 10px no-repeat;
}

.g-right-fix li:nth-child(2) {
  background: #fff url(../images/m-right-2.png) center 10px no-repeat;
}

.g-right-fix li:nth-child(3) {
  background: #fff url(../images/m-right-4.png) center 10px no-repeat;
}

.g-right-fix li:nth-child(4) {
  background: #fff url(../images/m-right-5.png) center 10px no-repeat;
}

.g-right-fix li:nth-child(5) {
  background: #fff url(../images/m-right-6.png) center 10px no-repeat;
}

.g-right-fix li:nth-child(6) {
  background: #fff url(../images/m-right-7.png) center 10px no-repeat;
}

.g-right-fix li:nth-child(7) {
  background: #d0a24a url(../images/m-right-7.png) center no-repeat;
  border: 1px solid #d0a24a;
}

.g-right-fix li:nth-child(1):hover {
  background: #fff url(../images/m-right-8.png) center 10px no-repeat;
}

.g-right-fix li:nth-child(2):hover {
  background: #fff url(../images/m-right-9.png) center 10px no-repeat;
}

.g-right-fix li:nth-child(3):hover {
  background: #fff url(../images/m-right-11.png) center 10px no-repeat;
}

.g-right-fix li:nth-child(4):hover {
  background: #fff url(../images/m-right-12.png) center 10px no-repeat;
}

.g-right-fix li:nth-child(5):hover {
  background: #fff url(../images/m-right-13.png) center 10px no-repeat;
}

.g-right-fix li:nth-child(6):hover {
  background: #fff url(../images/m-right-7.png) center 10px no-repeat;
}

.g-right-fix li:nth-child(7):hover {
  border: 1px solid #d0a24a;
}

.c-service-banner-nav-t {
  background: url(../images/service-banner-bg3.jpg);
  width: 230px;
  height: 46px;
  margin-top: -47px;
  cursor: pointer;
}

.c-service-banner {
  padding: 30px;
  width: 1140px;
  height: 254px;
  background: url(../images/service-banner-bg.jpg);
  overflow: hidden;
  position: relative;
}

.c-service-banner-left {
  float: left;
  background: #fff;
}

.c-service-banner-left ul li {
  padding: 20px;
  width: 254px;
  height: 254px;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
}

.c-service-banner-left ul li img {
  transition: all 0.3s;
  width: 214px;
  height: 214px;
}

.c-service-banner-left ul li:hover img {
  transform: scale(1.1);
}

.c-service-banner-left ul li:last-child {
  border: 0;
}

.c-service-banner-right {
  width: 358px;
  height: 254px;
  background: #fff;
  float: right;
}

.c-service-banner-right .service-banner-right-tiitle {
  width: 100%;
  height: 60px;
  background: url(../images/service-banner-bg2.jpg);
}

.c-service-banner-right li {
  font-size: 15px;
  height: 35px;
  line-height: 40px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-service-banner-right li a {
  transition: all 0.3s;
}

.c-service-banner-right li:hover a {
  color: #d0a24a;
}

.c-service-box1 {
  margin: 20px 0 60px;
  overflow: hidden;
}

.c-service-box-left {
  float: left;
  width: 430px;
}

.c-service-left-nav {
  width: 430px;
  height: 460px;
  position: relative;
  margin-bottom: 20px;
}

.c-service-left-nav-t {
  width: 200px;
  height: 46px;
  line-height: 46px;
  padding: 0 18px;
  background: #cba347;
  color: #fff;
  font-size: 18px;
  background: #d0a24a url(../images/m-nav-left1.png) 196px center no-repeat;
}

.c-service-left-nav ul {
  background: #1f2127;
  font-size: 15px;
  width: 230px;
  height: 414px;
}

.c-service-left-nav ul li {
  height: 60px;
  line-height: 60px;
  font-size: 15px;
}

.c-service-left-nav ul li .nav-bg {
  color: #fff;
  display: block;
  height: 60px;
  border-bottom: 1px solid #3f4146;
  box-sizing: border-box;
  font-size: 15px;
  transition: all 0.3s;
  background: url(../images/arr-r.png) 210px center no-repeat;
  position: relative;
  cursor: pointer;
  padding: 0 18px;
  transition: all 0.3s;
}

.c-service-left-nav ul li.active .nav-bg {
  color: #222;
  background: #fff url(../images/arr-r2.png) 210px center no-repeat;
  border-color: #fff;
}

.c-service-left-nav ul li .nav-bg:hover {
  color: #222;
  background: #fff url(../images/arr-r2.png) 210px center no-repeat;
  border-color: #fff;
}

.c-service-left-nav ul li .nav-bg::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 36px;
  top: 20px;
  transition: all 0.3s;
}

.c-service-left-nav ul li:nth-child(1) .nav-bg::after {
  background: url(../images/m-nav-left2.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(2) .nav-bg::after {
  background: url(../images/m-nav-left4.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(3) .nav-bg::after {
  background: url(../images/m-nav-left6.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(4) .nav-bg::after {
  background: url(../images/m-nav-left8.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(5) .nav-bg::after {
  background: url(../images/m-nav-left14.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(6) .nav-bg::after {
  background: url(../images/m-nav-left16.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(1) .nav-bg:hover::after {
  background: url(../images/m-nav-left3.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(2) .nav-bg:hover::after {
  background: url(../images/m-nav-left5.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(3) .nav-bg:hover::after {
  background: url(../images/m-nav-left7.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(4) .nav-bg:hover::after {
  background: url(../images/m-nav-left9.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(5) .nav-bg:hover::after {
  background: url(../images/m-nav-left15.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(6) .nav-bg:hover::after {
  background: url(../images/m-nav-left17.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(1).active .nav-bg::after {
  background: url(../images/m-nav-left3.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(2).active .nav-bg::after {
  background: url(../images/m-nav-left5.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(3).active .nav-bg::after {
  background: url(../images/m-nav-left7.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(4).active .nav-bg::after {
  background: url(../images/m-nav-left9.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(5).active .nav-bg::after {
  background: url(../images/m-nav-left15.png) center no-repeat;
}

.c-service-left-nav ul li:nth-child(6).active .nav-bg::after {
  background: url(../images/m-nav-left17.png) center no-repeat;
}

.c-service-left-nav ul li dl {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 460px;
  background: #1f2127;
  display: none;
}

.c-service-left-nav ul li.active dl {
  display: block;
}

.c-service-left-nav li dl a {
  color: #fff;
  padding: 0 25px;
  display: block;
  height: 48px;
  line-height: 48px;
  background: url(../images/arr-r3.png) 174px center no-repeat;
  transition: all 0.3s;
}

.c-service-left-nav li dl a:hover {
  background: #d4a853 url(../images/arr-r3.png) 174px center no-repeat;
}

.c-service-left-nav li dl a.active {
  background: #d4a853 url(../images/arr-r3.png) 174px center no-repeat;
}

.c-service-left-box-t {
  margin-bottom: 30px;
  font-size: 24px;
  color: #222;
}

.c-service-left-box2 {
  background: #fff;
  padding: 30px;
  width: 370px;
  margin-bottom: 20px;
}

.c-service-left-box2 li {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #efefef;
}

.c-service-left-box2 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.c-service-left-box2 li .img-box {
  width: 66px;
  height: 66px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 66px;
  float: left;
}

.c-service-left-box2 li .img-box img {
  width: 66px;
  height: 66px;
}

.c-service-left-box2 li .text {
  float: left;
  width: 284px;
}

.c-service-left-box2 li .text .p1 {
  font-size: 20px;
  margin-bottom: 10px;
}

.c-service-left-box2 li .text .p2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #d0a24a;
}

.c-service-left-box2 li .text .p2 img {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.c-service-left-box2 li .text .p3 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #888;
}

.c-service-left-box2 li .text .p3 span {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.c-service-left-box2 li .text .p4 {
  font-size: 16px;
}

.c-service-left-box2 li .text .p4 span {
  color: #888;
}

.c-service-left-box2 li .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  text-align: right;
}

.c-service-left-box2 li .icon img {
  display: inline-block;
}

.c-service-left-box3 {
  background: #fff;
  padding: 30px;
  width: 370px;
}

.c-service-left-box3 li:nth-child(1) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #efefef;
}

.c-service-left-box3 li .img-box {
  overflow: hidden;
  margin-bottom: 20px;
  width: 370px;
  height: 277px;
}

.c-service-left-box3 li .img-box img {
  transition: all 0.3s;
  width: 370px;
  height: 277px;
}

.c-service-left-box3 li:hover .img-box img {
  transform: scale(1.1);
}

.c-service-left-box3 li p {
  color: #222;
  margin-bottom: 15px;
  font-size: 18px;
}

.c-service-left-box3 li span {
  overflow: hidden;
  display: block;
  color: #d0a24a;
  font-size: 16px;
}

.c-service-left-box3 li span i {
  font-weight: bold;
}

.c-service-left-box3 li span em {
  float: right;
  color: #999;
}

.c-service-box-right {
  float: right;
  width: 750px;
}

.c-service-box-right li {
  width: 208px;
  height: 268px;
  padding: 15px 14px;
  background: #fff;
  float: left;
  margin-right: 20px;
  margin-bottom: 24px;
}

.c-service-box-right li:nth-child(3n) {
  margin-right: 0;
}

.c-service-box-right li .img-box {
  width: 208px;
  height: 208px;
  overflow: hidden;
  margin-bottom: 20px;
}

.c-service-box-right li .img-box img {
  transition: all 0.3s;
  width: 208px;
  height: 208px;
}

.c-service-box-right li:hover .img-box img {
  transform: scale(1.1);
}

.c-service-box-right li .text {
  font-size: 12px;
  overflow: hidden;
}

.c-service-box-right li .text p {
  float: left;
  width: 50%;
  color: #222;
}

.c-service-box-right li .text p span {
  display: block;
  font-weight: bold;
  color: #d0a24a;
  margin-top: 2px;
}

.c-service-box-right li .text .btn {
  float: right;
  width: 70px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #d0a24a;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  margin-top: 3px;
}

.c-service-banner-nav-t.service-show {
  width: 245px;
  height: 67px;
  background: url(../images/service-show-top-bg.png);
  text-align: center;
  line-height: 67px;
  color: #fff;
  font-size: 28px;
  margin-top: -60px;
  position: relative;
}

.c-service-banner-nav-t.service-show span {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.c-service-show-top {
  margin-top: 13px;
  padding: 40px 0 30px 40px;
  background: #fff;
  height: 456px;
  overflow: hidden;
  margin-bottom: 20px;
}

.c-service-show-top .c-service-show-t-left {
  float: left;
  width: 500px;
}

.c-service-show-t-left .gallery-top {
  margin-bottom: 20px;
  width: 100%;
}

.c-service-show-t-left .gallery-top .swiper-slide {
  width: 500px;
  height: 375px;
  overflow: hidden;
  cursor: pointer;
}

.c-service-show-t-left .gallery-top .swiper-slide img {
  overflow: hidden;
  width: 500px;
  height: 375px;
  transition: all 0.3s;
}

.c-service-show-t-left .gallery-top .swiper-slide:hover img {
  transform: scale(1.2);
}

.c-service-show-t-left .gallery-thumbs {
  width: 100%;
}

.c-service-show-t-left .gallery-thumbs .swiper-slide {
  width: 70px !important;
  height: 60px;
  margin-right: 10px !important;
  cursor: pointer;
}

.c-service-show-t-right {
  width: 620px;
  float: left;
  margin-left: 30px;
}

.c-service-show-t-right .c-service-show-t-name {
  font-size: 20px;
  color: #000;
  line-height: 24px;
  font-weight: 550;
  margin-bottom: 15px;
}

.c-service-show-t-right .c-service-show-t-des {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 30px;
}

.c-service-show-t-right .c-service-show-t-pri {
  font-size: 24px;
  color: #d0a24a;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  overflow: hidden;
}

.c-service-show-t-right .c-service-show-t-pri p {
  width: 150px;
  float: left;
}

.c-service-show-t-right .c-service-show-t-pri span {
  float: right;
  font-size: 16px;
  color: #999999;
  font-weight: normal;
}

.c-service-show-t-right .c-service-show-t-type {
  margin-bottom: 30px;
}

.c-service-show-t-right .c-service-show-t-type a,
.c-service-show-t-right .c-service-show-t-type span {
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}

.c-service-show-t-right .c-service-show-t-type a {
  width: 100px;
  text-align: center;
  cursor: pointer;
  background: #e8e8e9;
  color: #1e2026;
  font-size: 16px;
}

.c-service-show-t-right .c-service-show-t-type a.active {
  background: #fbf7ee;
  color: #d0a24a;
}

.c-service-show-t-right .c-service-show-t-type span {
  font-size: 12px;
  color: #1e2026;
}

.c-service-show-t-right .c-service-show-t-type span img {
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -4px;
}

.c-service-show-t-right .c-service-show-t-type span:last-child {
  margin-right: 0;
}

.c-service-show-t-right .c-service-show-t-tel {
  height: 40px;
  line-height: 40px;
  color: #f32425;
  font-size: 24px;
  padding-left: 30px;
  background: url(../images/m-tel.png) left center no-repeat;
}

.c-service-show-t-right .c-service-show-t-tel .btn {
  display: block;
  float: right;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #d6aa57;
  color: #fff;
  font-size: 16px;
}

.c-content div.t {
  font-size: 24px;
  color: #222222;
  margin-bottom: 25px;
  overflow: hidden;
}

.c-content div.t a {
  float: right;
  font-size: 16px;
  color: #222;
  transition: all 0.3s;
}

.c-content div.t a:hover {
  color: #d0a24a;
}

.c-service-show-box {
  overflow: hidden;
}

.c-service-show-box-left {
  float: left;
  width: 750px;
}

.c-service-show-box-left img {
  max-width: 100%;
}

.c-service-show-b-l-list1 .text {
  background: #fff;
  margin-bottom: 20px;
  padding: 30px;
}

.c-service-show-b-l-list1 .text p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 15px;
}

.c-service-show-b-l-list2 {
  background: #fff;
  padding: 30px 12px 30px 30px;
}

.c-service-show-b-l-list2 li {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ededed;
}

.c-service-show-b-l-list2 li .name {
  margin-bottom: 20px;
  overflow: hidden;
}

.c-service-show-b-l-list2 li .name .ph {
  float: left;
  margin-right: 20px;
  width: 66px;
  height: 66px;
}

.c-service-show-b-l-list2 li .name p {
  height: 66px;
  float: left;
}

.c-service-show-b-l-list2 li .name p span {
  display: block;
  font-size: 20px;
  line-height: 40px;
}

.c-service-show-b-l-list2 li .name p img {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.c-service-show-b-l-list2 li .des {
  margin-bottom: 20px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.c-service-show-b-l-list2 li .img-box {
  width: 708px;
  margin-bottom: 30px;
}

.c-service-show-b-l-list2 li .img-box img {
  width: 708px;
}

.c-service-show-b-l-list2 li .btn {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}

.c-service-show-b-l-list2 li .btn a {
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
}

.c-service-show-b-l-list2 li .btn1 {
  background: #eaeaea url(../images/service-show-l-btn1.png) center no-repeat;
  margin-left: 20px;
}

.c-service-show-b-l-list2 li .btn2 {
  background: #eaeaea url(../images/service-show-l-btn3.png) center no-repeat;
}

.c-service-show-b-l-list2 li .btn1.active {
  background: #faf6ed url(../images/service-show-l-btn2.png) center no-repeat;
}

.c-service-show-b-l-list2 li .btn2.active {
  background: #faf6ed url(../images/service-show-l-btn4.png) center no-repeat;
}

.c-service-show-b-l-list2 li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-service-show-box-right {
  width: 430px;
  float: right;
}

.c-service-show-box-right ul li {
  border-bottom: 2px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.c-service-show-box-right ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.c-service-show-box-right .img-box {
  margin-bottom: 25px;
  overflow: hidden;
}

.c-service-show-box-right .img-box img {
  transition: all 0.3s;
  width: 370px;
  height: 277px;
}

.c-service-show-box-right .img-box:hover img {
  transform: scale(1.1);
}

.c-service-show-b-r-list1 p {
  font-size: 18px;
  overflow: hidden;
  color: #222;
}

.c-service-show-b-r-list1 p span {
  float: right;
  font-weight: bold;
  font-size: 16px;
  color: #d0a24a;
}

.c-service-show-b-r-list2 p {
  font-size: 16px;
  font-weight: 550;
  line-height: 28px;
  margin-bottom: 20px;
}

.c-service-show-b-r-list2 a {
  display: inline-block;
  text-align: center;
  width: 100px;
  line-height: 40px;
  margin-right: 10px;
  color: #fff;
  background: #d7ac5a;
}

.c-service-show-b-r-list2 .btn2 {
  background: #fbf7ef;
  color: #d7ac5a;
}

.c-question-banner {
  height: 400px;
  padding-top: 20px;
}

.c-question-banner .c-nav-left {
  height: 466px;
}

.c-question-banner .c-nav-left ul {
  height: 420px;
}

.c-question-banner-swiper {
  float: left;
  margin-left: 250px;
  width: 700px;
  height: 400px;
}

.c-question-banner-swiper .swiper-slide img {
  width: 700px;
  height: 400px;
}

.c-question-banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d0a24a;
}

.c-question-banner-btn {
  width: 230px;
  height: 400px;
  float: right;
  background: #fff;
  text-align: center;
}

.c-question-banner-btn p {
  color: #d3a751;
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 110px;
}

.c-question-banner-btn span {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  display: block;
}

.c-question-banner-btn a {
  display: block;
  margin: 0 auto 20px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #d3a751;
  color: #fff;
}

.c-question-banner-btn .btn2 {
  background: #fbf6ee;
  color: #d5a955;
}

.c-question-box1 {
  margin: 20px 0;
}

.c-question-box1 ul li {
  background: #fff;
  width: 245px;
  padding: 20px;
  float: left;
  margin-right: 20px;
  font-size: 16px;
  text-align: center;
  color: #222;
}

.c-question-box1 ul li:last-child {
  margin-right: 0;
}

.c-question-box1 ul li .img-box {
  overflow: hidden;
  width: 245px;
  height: 245px;
  margin-bottom: 20px;
}

.c-question-box1 ul li .img-box img {
  width: 245px;
  height: 245px;
  transition: all 0.3s;
}

.c-question-box1 ul li:hover .img-box img {
  transform: scale(1.1);
}

.c-content .list {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}

.c-question-box2-left {
  width: 750px;
  float: left;
  position: relative;
}

.c-question-b-l-box1 {
  overflow: hidden;
  margin-bottom: 20px;
}

.c-question-b-l-box1 .c-nav-left {
  position: relative;
  top: 0;
  height: 542px;
  float: left;
}

.c-question-b-l-box1 .c-nav-left ul {
  height: 496px;
}

.c-question-b-l-box1 .c-question-b-l-box-r {
  background: #fff;
  padding: 30px;
  width: 440px;
  height: 482px;
  float: right;
}

.c-question-b-l-box1 .c-question-b-l-box-r .img-box {
  width: 440px;
  height: 330px;
  overflow: hidden;
  margin-bottom: 30px;
}

.c-question-b-l-box1 .c-question-b-l-box-r .img-box img {
  width: 440px;
  height: 330px;
  transition: all 0.3s;
}

.c-question-b-l-box1 .c-question-b-l-box-r .img-box:hover img {
  transform: scale(1.1);
}

.c-question-b-l-box1 .c-question-b-l-box-r p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.c-question-b-l-box2 li {
  width: 335px;
  float: left;
  padding-bottom: 20px;
  border-bottom: 2px solid #efefef;
  margin-bottom: 20px;
}

.c-question-b-l-box2 li p {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 25px;
  transition: all 0.3s;
}

.c-question-b-l-box2 li p img {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

.c-question-b-l-box2 li span {
  display: block;
  color: #666;
}

.c-question-b-l-box2 li:nth-child(2n) {
  float: right;
}

.c-question-b-l-box2 li:nth-child(11),
.c-question-b-l-box2 li:nth-child(12) {
  border: 0;
  margin-bottom: 0;
}

.c-question-b-l-box2 li:hover p {
  color: #d3a751;
}

.c-question-b-l-box3 li:nth-child(1) {
  padding-bottom: 30px;
  border-bottom: 2px solid #efefef;
  margin-bottom: 20px;
}

.c-question-b-l-box3 li:nth-child(2) {
  padding-bottom: 30px;
  border-bottom: 2px solid #efefef;
  margin-bottom: 20px;
}

.c-question-b-l-box3 li .name {
  height: 40px;
  margin-bottom: 10px;
  line-height: 40px;
  color: #222;
  font-size: 16px;
  overflow: hidden;
}

.c-question-b-l-box3 li .name img {
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.c-question-b-l-box3 li p {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.c-question-b-l-box3 li p img {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

.c-question-b-l-box3 li span {
  font-size: 16px;
  color: #999;
  line-height: 26px;
  display: block;
}

.c-question-box2-right {
  width: 430px;
  float: right;
}

.c-question-b-r-box1 {
  height: 482px;
}

.c-question-b-r-box1 li {
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ededed;
  height: 66px;
}

.c-question-b-r-box1 li i {
  float: left;
  line-height: 66px;
  width: 45px;
  color: #d0a24a;
  font-size: 18px;
  font-weight: 550;
}

.c-question-b-r-box1 li .ph {
  float: left;
  width: 66px;
  height: 66px;
  border-radius: 66px;
  overflow: hidden;
}

.c-question-b-r-box1 li .ph img {
  width: 66px;
  height: 66px;
}

.c-question-b-r-box1 li p {
  float: left;
  margin-left: 15px;
  line-height: 33px;
  font-size: 20px;
}

.c-question-b-r-box1 li span {
  color: #888888;
  display: block;
  font-size: 15px;
}

.c-question-b-r-box1 li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.c-question-b-r-box3 li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-bottom: 2px solid #efefef;
  font-size: 16px;
}

.c-question-b-r-box3 li p {
  width: 290px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}

.c-question-b-r-box3 li span {
  float: right;
  color: #888;
  width: 60px;
  font-weight: bold;
}

.c-question-b-r-box3 li:hover p {
  color: #d3a751;
}

.c-question-b-r-box3 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.c-content-breadcrumb {
  background: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  color: #222;
  margin: 20px 0;
}

.c-question-list-left {
  float: left;
  width: 750px;
}

.c-question-list-l-box1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.c-question-list-l-box1 .c-nav-left {
  height: 412px;
  top: 0;
  position: relative;
  float: left;
}

.c-question-list-l-box1 .c-nav-left ul {
  height: 380px;
}

.c-question-list-l-box1-tab {
  width: 440px;
  height: 352px;
  float: right;
  margin-bottom: 0 !important;
}

.tab-top a {
  display: inline-block;
  color: #666;
  margin-top: 5px;
}

.tab-top a.btn2 {
  margin-left: 30px;
}

.tab-top span {
  cursor: pointer;
  transition: all 0.3s;
  margin-right: 15px;
}

.tab-top span:hover {
  color: #d0a24a;
}

.tab-top span.active {
  color: #d0a24a;
}

.c-question-list-tab-body {
  display: none;
}

.c-question-list-tab-body li,
.c-question-list-l-box2 li {
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 2px solid #efefef;
  position: relative;
}

.c-question-list-tab-body li p {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  margin-bottom: 20px;
  transition: all 0.3s;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-question-list-tab-body li span,
.c-question-list-l-box2 li span {
  color: #666;
  margin-right: 30px;
}

.c-question-list-tab-body li .zt,
.c-question-list-l-box2 li .zt {
  position: absolute;
  right: 0;
  top: 10%;
}

.c-question-list-tab-body li p:hover {
  color: #d0a24a;
}

.c-question-list-tab-body li:nth-child(3n) {
  border-bottom: 0;
}

.c-question-list-l-box2 li p {
  font-size: 16px;
  color: #000;
  height: 56px;
  line-height: 28px;
  margin-bottom: 20px;
  transition: all 0.3s;
  width: 640px;
  overflow: hidden;
}

.c-question-list-l-box2 li p:hover {
  color: #d0a24a;
}

.c-page {
  overflow: hidden;
  margin-top: 30px;
}

.c-page a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  margin-right: 5px;
  font-style: 14px;
  color: #999999;
  border-radius: 4px;
  border: 1px solid #999;
  box-sizing: border-box;
  transition: all 0.3s;
}

.c-page a:hover {
  background: #d0a24a;
  border-color: #d0a24a;
  color: #fff;
}

.c-page a.active {
  background: #d0a24a;
  border-color: #d0a24a;
  color: #fff;
}

.c-question-list-right {
  width: 430px;
  float: right;
}

.c-service-show-b-r-list1 .img-box {
  margin-bottom: 25px;
  overflow: hidden;
}

.c-service-show-b-r-list1 .img-box img {
  transition: all 0.3s;
  width: 370px;
  height: 277px;
}

.c-service-show-b-r-list1 .img-box:hover img {
  transform: scale(1.1);
}

.c-question-list-r-list3 li {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  margin-right: 35px;
}

.c-question-list-r-list3 li a {
  display: block;
  background: #e8e8e9;
  color: #1e2026;
  transition: all 0.3s;
}

.c-question-list-r-list3 li:nth-child(-n + 3) {
  margin-bottom: 20px;
}

.c-question-list-r-list3 li:nth-child(3n) {
  margin-right: 0;
}

.c-question-list-r-list3 li:hover a {
  background: #fbf6ee;
  color: #d0a24a;
}

.c-question-list-r-list3 li.active a {
  background: #fbf6ee;
  color: #d0a24a;
}

.c-question-b-r-box4 {
  background: #fff;
  padding: 30px 20px;
}

.c-question-b-r-box4 .img-box {
  width: 390px;
  height: 278px;
  overflow: hidden;
}

.c-question-b-r-box4 .img-box img {
  width: 390px;
  height: 278px;
  transition: all 0.3s;
}

.c-question-b-r-box4 .img-box:hover img {
  transform: scale(1.1);
}

.c-question-ask {
  overflow: hidden;
}

.c-question-ask .c-question-ask-left {
  float: left;
  width: 50px;
  margin-right: 20px;
}

.c-question-ask .c-question-ask-left img {
  width: 50px;
  height: 50px;
}

.c-question-ask .c-question-ask-right {
  width: 620px;
  float: right;
}

.c-question-ask-right .c-question-ask-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  line-height: 28px;
  font-weight: 550;
  cursor: pointer;
}

.c-question-ask-right .c-question-ask-des {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  line-height: 28px;
  cursor: pointer;
}

.c-question-ask-right .c-question-ask-img {
  margin-bottom: 20px;
}

.c-question-ask-right .c-question-ask-img img {
  display: inline-block;
  margin-right: 15px;
  width: 130px;
  height: 130px;
  cursor: pointer;
}

.c-question-ask-right .c-question-ask-des2 span {
  color: #666;
  margin-right: 30px;
  cursor: pointer;
}

.c-question-answer-titile {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 50px;
  color: #000000;
}

.c-question-answer-titile img {
  width: 50px;
  float: left;
  margin-right: 20px;
}

.c-question-answer-titile i {
  font-weight: bold;
}

.c-question-answer li {
  padding-bottom: 30px;
  border-bottom: 2px solid #ededed;
  margin-bottom: 20px;
  position: relative;
}

.c-question-answer li .c-question-answer-name {
  overflow: hidden;
  margin-bottom: 20px;
}

.c-question-answer li .c-question-answer-name .ph {
  width: 66px;
  height: 66px;
  border-radius: 66px;
  float: left;
  margin-right: 20px;
}

.c-question-answer li .c-question-answer-name .name p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 550;
}

.c-question-answer li .c-question-answer-name .name span {
  color: #666;
  line-height: 26px;
}

.c-question-answer li .c-question-answer-name .name span:nth-child(2) {
  margin-right: 10px;
}

.c-question-answer li .c-question-answer-name .name span:nth-child(3) {
  margin-right: 50px;
  padding-left: 10px;
  border-left: 1px solid #9c9c9c;
}

.c-question-answer li .c-question-answer-des {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.c-question-answer li .c-question-answer-like {
  position: absolute;
  right: 0;
  top: 3%;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #e8e8e9 url(../images/service-show-l-btn3.png) center no-repeat;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
}
.c-question-answer li .c-question-answer-des img {
  max-width: 100%;
}

.c-question-answer li .c-question-answer-like.active {
  background: #faf6ed url(../images/service-show-l-btn4.png) center no-repeat;
}

.c-question-show-tab ul {
  display: none;
}

.c-question-show-tab li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ededed;
  width: 49%;
  float: left;
}

.c-question-show-tab li:nth-child(2n) {
  float: right;
}

.c-question-show-tab li:nth-child(5) {
  border: 0;
  margin-bottom: 0;
}

.c-question-show-tab li:nth-child(6) {
  border: 0;
  margin-bottom: 0;
}

.c-question-show-tab li p {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}

.c-question-show-tab li p img {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

.c-question-show-tab li p:hover {
  color: #d3a751;
}

.c-school-i-list1 {
  margin-top: 20px;
  overflow: hidden;
}

.c-school-i-list1 .c-school-i-list1-l {
  float: left;
  width: 690px;
  height: 392px;
}

.c-school-i-list1 .c-school-i-list1-r {
  float: right;
  width: 370px;
  height: 392px;
}

.c-school-i-list1-l .img-box {
  width: 330px;
  height: 330px;
  float: left;
  overflow: hidden;
}

.c-school-i-list1-l .img-box img {
  width: 330px;
  height: 330px;
  transition: all 0.3s;
}

.c-school-i-list1-l .img-box:hover img {
  transform: scale(1.1);
}

.c-school-i-list1-l ul {
  float: right;
  width: 330px;
}

.c-school-i-list1-l ul li {
  border-bottom: 2px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.c-school-i-list1-l ul li p {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-school-i-list1-l ul li span {
  display: none;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.c-school-i-list1-l ul li span a {
  float: right;
  color: #d0a24a;
  margin-top: 2px;
}

.c-school-i-list1-l ul li span b {
  float: right;
  color: #d0a24a;
  margin-top: 2px;
}

.c-school-i-list1-l ul li.active {
  padding-bottom: 30px;
}

.c-school-i-list1-l ul li.active p {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 550;
}

.c-school-i-list1-l ul li.active span {
  display: block;
}

.c-school-i-list1-l ul li:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}

.c-school-i-list1-r div.t {
  overflow: visible;
}

.c-school-i-list1-r div.t a {
  display: inline-block;
  width: 100px;
  height: 40px;
  background: #d8ad5b;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: relative;
  top: -7px;
}

.c-school-i-list1-r div.t .btn2 {
  background: #fbf7ef;
  color: #d7ac5a;
  margin-left: 10px;
}

.c-school-i-list1-r p {
  font-size: 16px;
  color: #000;
  font-weight: 550;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-school-i-list2 {
  margin-bottom: 20px;
}

.c-school-i-list2 li {
  width: 530px;
  height: 260px;
  background: #fff;
  padding: 30px;
  float: left;
  margin-bottom: 20px;
}

.c-school-i-list2 li .img-box {
  width: 200px;
  height: 200px;
  float: left;
  overflow: hidden;
}

.c-school-i-list2 li .img-box img {
  width: 200px;
  height: 200px;
  transition: all 0.3s;
}

.c-school-i-list2 li .img-box:hover img {
  transform: scale(1.1);
}

.c-school-i-list2 li .text {
  width: 310px;
  float: right;
}

.c-school-i-list2 li .text a {
  height: 50px;
  line-height: 50px;
  display: block;
  border-bottom: 2px solid #efefef;
  transition: all 0.03s;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-school-i-list2 li .text a:hover {
  color: #d0a24a;
}

.c-school-i-list2 li:nth-child(2n) {
  float: right;
}

.c-school-i-list2 li:nth-child(7) {
  margin-bottom: 0;
}

.c-school-i-list2 li:nth-child(8) {
  margin-bottom: 0;
}

.c-school-i-list3 ul {
  display: none;
  position: relative;
}

.c-school-i-list3 ul li {
  width: 560px;
}

.c-school-i-list3 ul li p {
  margin-bottom: 10px;
}

/*.c-school-i-list3 ul li:nth-child(5){margin-bottom: 0;border: 0;padding-bottom: 0;}*/
/*.c-school-i-list3 ul li:nth-child(6){margin-bottom: 0;border: 0;padding-bottom: 0;}*/
.c-school-i-list3 ul .btn {
  position: absolute;
  right: 0px;
  top: -45px;
}

.c-school-list {
  overflow: hidden;
  margin-bottom: 20px;
}

.c-school-list-left {
  width: 750px;
  float: left;
}

.c-school-list-list1 li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ededed;
  overflow: hidden;
}

.c-school-list-list1 li .img-box {
  width: 190px;
  height: 190px;
  float: left;
  overflow: hidden;
}

.c-school-list-list1 li .img-box img {
  width: 190px;
  height: 190px;
  transition: all 0.3s;
}

.c-school-list-list1 li .img-box:hover img {
  transform: scale(1.1);
}

.c-school-list-list1 li .text {
  width: 470px;
  float: right;
}

.c-school-list-list1 li .text .title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 550;
}

.c-school-list-list1 li .text .des {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
  border-bottom: 2px solid #ededed;
  padding-bottom: 20px;
}

.c-school-list-list1 li .text .des2 span {
  color: #999;
  margin-right: 20px;
}

.c-school-list-list1 li .text .des2 span:nth-child(3) {
  margin-right: 0;
}

.c-school-list-list1 .more {
  font-size: 20px;
  color: #d0a24a;
  margin: 0 auto;
  width: 130px;
  display: block;
}

.c-school-list-list2 ul li {
  width: 100%;
  float: none;
}

.c-school-list-list2 ul li:nth-child(2n) {
  float: none;
}

.c-school-list-list2 ul li:last-child {
  margin-bottom: 0;
  border: 0;
  padding: 0;
}

.c-school-list-list3 ul li p {
  margin-bottom: 0;
}

.c-school-list-list3 ul li:nth-child(2) {
  margin-bottom: 0;
  border: 0;
  padding: 0;
}

.c-school-show {
  width: 690px;
  float: left;
}

.c-school-show-title {
  margin-bottom: 20px;
}

.c-school-show-title h1 {
  font: 600 25px "Microsoft Yahei";
  margin-bottom: 25px;
  color: #000;
}

.c-school-show-title span {
  margin-right: 45px;
  color: #999999;
  cursor: pointer;
}

.c-school-show-body {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ededed;
  font-size: 16px;
  line-height: 32px;
}

.c-school-show-body img {
  max-width: 100%;
}

.c-school-show-bottom .share {
  margin-bottom: 20px;
  color: #999;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}

.c-school-show-bottom .share p {
  float: left;
}

.c-school-show-bottom .share p img {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.c-school-show-bottom .share span {
  float: right;
}

.c-school-show-bottom .remarks {
  font-size: 16px;
  line-height: 28px;
  color: #999;
  margin-bottom: 30px;
}

.c-school-show-bottom .btn {
  overflow: hidden;
}

.c-school-show-bottom .btn a {
  color: #cba347;
  font-size: 16px;
  width: 45%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-school-show-bottom .btn a:nth-child(2) {
  float: right;
  text-align: right;
}

.c-tag {
  margin-top: 60px;
}

.c-tag-box li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ededed;
  overflow: hidden;
}

.c-tag-box li .c-tag-t-bg {
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 10px;
  background: #d8ad5b;
  text-align: center;
  line-height: 90px;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}

.c-tag-box li .c-tag-btn {
  float: right;
  width: 1030px;
  height: 90px;
  overflow: hidden;
}

.c-tag-box li .c-tag-btn a {
  display: block;
  float: left;
  width: auto;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #e8e8e9;
  color: #1e2026;
  transition: all 0.3s;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
  padding: 0 10px;
}

.c-tag-box li .c-tag-btn a:hover {
  background: #fbf6ed;
  color: #d0a24a;
}

.c-tag-box li .c-tag-btn a.active {
  background: #fbf6ed;
  color: #d0a24a;
}

.c-tag-box li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.c-tag div.t a {
  color: #999;
}

.c-tag-list {
  overflow: hidden;
}

.c-tag-list-left {
  width: 750px;
  float: left;
}

.c-tag-list-left-list1 {
  margin-bottom: 20px;
}

.c-tag-list-left-list1 ul li {
  width: 206px;
  padding: 15px;
  float: left;
  margin-right: 20px;
  background: #fff;
}

.c-tag-list-left-list1 ul li .img-box {
  width: 206px;
  height: 206px;
  overflow: hidden;
  margin-bottom: 20px;
}

.c-tag-list-left-list1 ul li .img-box img {
  width: 206px;
  height: 206px;
  transition: all 0.3s;
}

.c-tag-list-left-list1 ul li .img-box:hover img {
  transform: scale(1.1);
}

.c-tag-list-left-list1 ul li .text {
  overflow: hidden;
  font-size: 12px;
  color: #222;
}

.c-tag-list-left-list1 ul li .text p {
  float: left;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-tag-list-left-list1 ul li .text span {
  float: right;
  color: #d0a24a;
  font-weight: bold;
}

.c-tag-list-left-list1 ul li:nth-child(3n) {
  margin-right: 0px;
}

.c-tag-list-left-list1 ul li:nth-child(-n + 3) {
  margin-bottom: 20px;
}

.c-tag-list-left-list2-t {
  overflow: hidden;
  margin-bottom: 15px;
}

.c-tag-list-left-list2 .img-box {
  width: 330px;
  height: 270px;
  float: left;
  overflow: hidden;
}

.c-tag-list-left-list2 .img-box img {
  width: 330px;
  height: 270px;
  transition: all 0.3s;
}

.c-tag-list-left-list2 .img-box:hover img {
  transform: scale(1.1);
}

.c-tag-list-left-list2 .text {
  float: right;
  width: 340px;
}

.c-tag-list-left-list2 .text p {
  font-size: 20px;
  color: #000;
  font-weight: 550;
  margin: 25px 0 20px;
}

.c-tag-list-left-list2 .text span {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

.c-tag-list-left-list2 ul li {
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid #ededed;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-tag-list-left-list2 ul li a {
  transition: all 0.3s;
  font-size: 16px;
  color: #666;
  display: block;
}

.c-tag-list-left-list2 ul li a:hover {
  color: #d0a24a;
}

.c-tag-list-left-list2 ul li:last-child {
  border: 0;
}

.c-tag-list-right {
  width: 430px;
  float: right;
}

.c-tag-list-left-list3 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ededed;
}

.c-tag-list-left-list3 li p {
  font-size: 16px;
  color: #000;
  font-weight: 550;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.c-tag-list-left-list3 li span {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.c-tag-list-left-list3 li:last-child {
  margin: 0;
  border: 0;
  padding: 0;
}

.c-tag-list-left-list3 li:hover p {
  color: #d0a24a;
}

.c-tag-list-right-list1 .img-box {
  width: 370px;
  height: 370px;
  overflow: hidden;
  margin-bottom: 30px;
}

.c-tag-list-right-list1 .img-box img {
  width: 370px;
  height: 370px;
  transition: all 0.3s;
}

.c-tag-list-right-list1:hover .img-box img {
  transform: scale(1.1);
}

.c-tag-list-right-list1 p {
  padding-top: 30px;
  border-top: 2px solid #efefef;
  font-size: 20px;
  color: #000;
  font-weight: 550;
  margin-bottom: 15px;
}

.c-tag-list-right-list1 span {
  font-size: 24px;
  font-weight: bold;
  color: #d0a24a;
}

.c-contact-banner {
  margin: 60px 0;
  cursor: pointer;
}

.c-contact-banner img {
  width: 1200px;
  height: 600px;
}

.c-contact-box1 {
  overflow: hidden;
}

.c-contact-left {
  width: 590px;
  height: 590px;
  float: left;
  overflow: hidden;
}

.c-contact-left .c-contact-left-item {
  width: 285px;
  height: 285px;
  background: #fff;
  border-radius: 10px;
  float: left;
  text-align: center;
  cursor: pointer;
}

.c-contact-left .c-contact-left-item img {
  width: 100px;
  height: 100px;
  margin: 50px auto 20px;
}

.c-contact-left .c-contact-left-item p {
  font-size: 24px;
  color: #222;
  margin-bottom: 15px;
}

.c-contact-left .c-contact-left-item span {
  font-size: 18px;
  font-weight: 550;
  color: #999999;
}

.c-contact-left .c-contact-left-item:nth-child(-n + 2) {
  margin-bottom: 20px;
}

.c-contact-left .c-contact-left-item:nth-child(1),
.c-contact-left .c-contact-left-item:nth-child(3) {
  margin-right: 20px;
}

.c-contact-right {
  width: 570px;
  height: 570px;
  float: right;
  background: #fff;
  padding: 10px;
}

.city-select {
  margin-bottom: 20px;
}

.city-select select {
  border: 0;
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #dfe0e3;
  border-radius: 5px;
  margin-right: 10px;
}

.city-hot {
  margin-bottom: 30px;
  overflow: hidden;
}

.city-hot p {
  font-size: 24px;
  color: #222;
  margin-bottom: 30px;
}

.city-hot a {
  display: block;
  float: left;
  width: 75px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #e8e8e9;
  color: #1e2026;
  transition: all 0.3s;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.city-hot a:hover {
  background: #fbf6ed;
  color: #d0a24a;
}

.city-hot a.active {
  background: #fbf6ed;
  color: #d0a24a;
}

.c-city-box .c-tag-btn p {
  overflow: hidden;
}

.c-city-box li .c-tag-btn {
  height: auto;
}

.question-nav-left ul li:nth-child(4) a::after {
  background: url(../images/m-nav-left14.png) center no-repeat;
}

.question-nav-left ul li:nth-child(5) a::after {
  background: url(../images/m-nav-left14.png) center no-repeat;
}

.question-nav-left ul li:nth-child(4) a:hover::after {
  background: url(../images/m-nav-left15.png) center no-repeat;
}

.question-nav-left ul li:nth-child(5) a:hover::after {
  background: url(../images/m-nav-left15.png) center no-repeat;
}

.question-nav-left ul li:nth-child(4).active a::after {
  background: url(../images/m-nav-left15.png) center no-repeat;
}

.question-nav-left ul li:nth-child(5).active a::after {
  background: url(../images/m-nav-left15.png) center no-repeat;
}

.question-list-left ul li:nth-child(4) a::after {
  background: url(../images/m-nav-left14.png) center no-repeat;
}

.question-list-left ul li:nth-child(5) a::after {
  background: url(../images/m-nav-left18.png) center no-repeat;
}

.question-list-left ul li:nth-child(6) a::after {
  background: url(../images/m-nav-left20.png) center no-repeat;
}

.question-list-left ul li:nth-child(4) a:hover::after {
  background: url(../images/m-nav-left15.png) center no-repeat;
}

.question-list-left ul li:nth-child(5) a:hover::after {
  background: url(../images/m-nav-left19.png) center no-repeat;
}

.question-list-left ul li:nth-child(6) a:hover::after {
  background: url(../images/m-nav-left21.png) center no-repeat;
}

.question-list-left ul li:nth-child(4).active a::after {
  background: url(../images/m-nav-left15.png) center no-repeat;
}

.question-list-left ul li:nth-child(5).active a::after {
  background: url(../images/m-nav-left19.png) center no-repeat;
}

.question-list-left ul li:nth-child(6).active a::after {
  background: url(../images/m-nav-left21.png) center no-repeat;
}

.service-box ul,
.display-none,
.tools-web {
  display: none !important;
}

.service-box ul.active {
  display: block !important;
}

.service-box {
  height: auto;
}

.c-question-b-l-box-r-box {
  display: none;
}

/*分页*/
#page {
  color: #666;
  display: block;
  text-align: center;
}

#page ul {
  float: right;
}

#page a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  margin-right: 5px;
  font-style: 14px;
  color: #999999;
  border-radius: 4px;
  border: 1px solid #999;
  box-sizing: border-box;
  transition: all 0.3s;
}

.xl-nextPage,
.xl-prevPage {
  width: 60px;
  color: #0073a9;
  height: 28px;
  display: inline-block;
  min-width: 30px;
  cursor: pointer;
  font-size: 13px;
  line-height: 28px;
  background-color: #f9f9f9;
  border: 1px solid #dce0e0;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#page a.xl-active {
  background-color: #e5b409;
  color: white;
}

#page a:hover {
  background-color: #e5b409;
  color: white;
}

.news-show-body p img {
  margin: 0 auto;
}

.c-school-show-body p img {
  margin: 0 auto;
}
.banner-info {
  height: 200px;
  margin-bottom: 20px;
  background: #ffffff;
}

.banner-info-img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}