* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
body {
  font-family: "Microsoft YaHei";
  background-color: #fff;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  height: auto;
  color: #333;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #e60212;
}
.clear-fix::before,
.clear-fix::after {
  content: '';
  display: table;
  clear: both;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
header .hed {
  height: 35px;
  background: #f3f3f3;
  line-height: 35px;
}
header .hed .h {
  display: flex;
  justify-content: space-between;
}
header .hed .h p {
  text-indent: 8px;
  line-height: 38px;
}
header .hed .h ul {
  display: flex;
}
header .hed .h ul li a {
  font-size: 14px;
  font-weight: normal;
  margin: 0 10px;
  display: inline-block;
  line-height: 35px;
}
header .hed .h ul li .en {
  color: #e60212 !important;
  font-size: 16px !important;
  font-weight: bold;
}
header .top .l {
  display: flex;
  justify-content: space-between;
}
header .top .logo img {
  width: 535px;
}
header .top .tel,
header .top .fw {
  display: flex;
}
header .top .t-tel {
  display: flex;
  margin-top: 25px;
  justify-content: space-evenly;
}
header .top .t-tel span {
  font-size: 48px;
  margin: 0 10px;
  margin: 10px 10px 0 10px;
  color: #e60212;
}
header .top .t-tel b {
  font-size: 28px;
  font-family: Impact;
  font-weight: normal;
  color: #e60212;
  letter-spacing: 2px;
}
header .top h3 {
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  text-indent: 10px;
}
header .top .top-t {
  margin-top: 5px;
}
header .top .top-t p {
  font-size: 16px;
  margin-top: 5px;
  color: #4c535a;
}
header .top .top-t b {
  display: block;
  color: #e60212;
  font-size: 24px;
}
header .top .top-t span {
  font-size: 48px;
  margin: 0 10px;
  margin: 30px 10px 0 10px;
  color: #e60212;
}
header nav {
  background: #4a86e8;
}
header nav ul {
  display: flex;
  justify-content: space-between;
}
header nav ul li {
  flex-grow: 1;
  box-shadow: 0 0 1px #cecece;
}
header nav ul li a {
  display: block;
  line-height: 65px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
header nav ul li a:hover {
  color: #d9d9d9;
}
header nav ul .on a {
  color: #d9d9d9;
}
header .hdTxt {
  display: none;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
}
.i-title {
  text-align: center;
  line-height: 40px;
  margin: 10px 0;
}
.i-title h2 {
  font-size: 30px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
  color: #303030;
  letter-spacing: 2px;
}
.i-title h2 em {
  color: #dc0504;
  font-style: normal;
}
.i-title h2::after {
  content: '';
  display: block;
  height: 5px;
  width: 50px;
  background: #ccc;
  margin: 10px auto;
}
.i-title p {
  text-align: center;
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 18px;
  text-transform: uppercase;
  color: #999;
  font-family: 'deckerregular';
}
.sup {
  margin: 20px 0;
}
.sup ul {
  display: flex;
  justify-content: space-between;
}
.sup ul li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
}
.sup ul li:hover .text h3 {
  color: #fb0200;
}
.sup ul li {
  width: 24%;
  line-height: 2;
  cursor: pointer;
}
.sup ul li .img img {
  width: 293px;
  height: auto;
}
.sup ul li .text {
  text-align: center;
  margin: 5px 0;
  line-height: 2;
}
.sup ul li .text h3::after {
  content: '';
  display: block;
  height: 2px;
  width: 50px;
  background: #ccc;
  margin: 10px auto;
}
.sup ul li .text h3 {
  font-size: 18px;
  font-weight: bold;
}
.sup ul li .item {
  display: flex;
  justify-content: space-evenly;
  margin: 15px 0px;
}
.sup ul li .item i {
  color: #fb0200;
  font-size: 50px;
  line-height: 56px;
}
.sup ul li .item .info h3 {
  font-size: 18px;
  font-weight: bold;
}
.service ul {
  display: flex;
  justify-content: space-around;
}
.service ul li {
  text-align: center;
  cursor: pointer;
}
.service ul li a {
  display: block;
  color: #fff;
  width: 185px;
  height: 145px;
  text-align: center;
  background: url(../images/icons.png) no-repeat;
}
.service ul li .e-tex h3 {
  font-size: 16px!important;
}
.service ul li .e-tex p {
  font-size: 12px!important;
}
.service ul li .txt h3 {
  margin: 16px auto 5px auto;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 2;
  color: #fff;
}
.service ul li .txt p {
  letter-spacing: 2px;
}
.service ul li:first-child {
  background-color: #4a86e8;
}
.service ul li:nth-child(2) {
  background: #b977ce;
}
.service ul li:hover:nth-child(2) {
  background-color: #8117a3;
}
.service ul li:nth-child(3) {
  background: #ffad01;
}
.service ul li:hover:nth-child(3) {
  background-color: #cd8404;
}
.service ul li:nth-child(4) {
  background: #fb7937;
}
.service ul li:hover:nth-child(4) {
  background-color: #c94200;
}
.service ul li:nth-child(5) {
  background: #7dbb1a;
}
.service ul li:hover:nth-child(5) {
  background-color: #578d00;
}
.service ul li:last-child {
  background: #ff4f60;
}
.service ul li:hover:last-child {
  background-color: #b00717;
}
.service ul li:hover:first-child {
  background-color: #0251a7;
}
.car {
  margin: 20px 0;
}
.car ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.car ul li {
  margin: 10px 0;
}
.car ul li a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.car ul li .img {
  overflow: hidden;
}
.car ul li .img img {
  width: 255px;
  height: 185px;
  transform: scale(1);
  transition: all 0.6s;
  position: relative;
  max-width: 265px;
  margin: 0px auto;
  max-height: 170px;
  cursor: pointer;
}
.car ul li img:hover {
  transform: scale(1.1);
}
.car ul li .z-in {
  padding: 0!important;
}
.car ul li .z-in h3 {
  font-size: 16px!important;
}
.car ul li .z-in .txt {
  font-size: 14px!important;
}
.car ul li .info {
  line-height: 1.5;
  padding: 15px 20px;
}
.car ul li .info .h3 {
  border-bottom: none!important;
  font-weight: normal;
}
.car ul li .info h3 {
  font-size: 18px;
  color: #000;
  line-height: 2;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 5px;
  font-family: "Microsoft YaHei";
}
.car ul li .info .txt {
  display: flex;
  justify-content: center;
  overflow: hidden;
  line-height: 24px;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: #d5d5d5;
}
.car ul li .info .txt span {
  color: #6e6e6e;
  margin: 0 10px;
}
.car ul li .info p {
  font-size: 16px;
  margin: 5px;
}
.car ul li .info .jg {
  color: #dc0504;
  font-weight: bold;
  display: inline;
}
.car ul li:hover h3 {
  color: #dc0504;
  font-weight: bold;
}
.car ul li:hover p {
  color: #333;
}
.number {
  padding: 66px 0;
}
.number ul li {
  float: left;
  width: 25%;
  color: #dc0504;
  text-align: center;
}
.number ul li p {
  color: #282828;
  font-size: 16px;
  padding-top: 15px;
}
.number ul li h3 {
  display: inline-block;
  font-size: 36px;
  line-height: 30px;
  font-weight: normal;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black, " sans-serif";
}
.number ul li b {
  display: inline-block;
  font-size: 36px;
  line-height: 30px;
}
.news {
  margin-bottom: 10px;
}
.news .hd {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}
.news .hd li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.news .hd li a {
  display: block;
  line-height: 40px;
  width: 160px;
  font-size: 14px;
  border: 1px solid #ebebeb;
}
.news .hd li.on a {
  background-color: #e60212;
  border-color: #e60212;
  color: #fff;
}
.news .bd {
  display: flex;
  justify-content: space-between;
}
.news .bd ul {
  width: 67.5%;
}
.news .bd li {
  width: 50%;
  float: left;
}
.news .bd li a {
  display: block;
  margin-left: 14px;
  border: 1px solid #eee;
  background-color: #fff;
  margin-top: 20px;
  overflow: hidden;
}
.news .bd li .img-center {
  overflow: hidden;
  height: 285px;
  line-height: 260px;
  text-align: center;
}
.news .bd li .img-center img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 260px;
}
.news .bd li a:hover .img-center img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news .bd li .date {
  float: left;
  width: 80px;
  color: #666;
  padding: 26px 0;
  text-align: center;
  border-right: 1px solid #eee;
  line-height: 1;
}
.news .bd li .date strong {
  display: block;
  font-size: 40px;
  font-weight: normal;
  color: #333;
  font-family: Impact;
  margin-bottom: 6px;
}
.news .bd li .info {
  margin-left: 75px;
  padding: 20px;
}
.news .bd li .info h4 {
  width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.news .bd li .info p {
  color: #888;
  margin: 10px 0 0;
  overflow: hidden;
  line-height: 1.8;
  height: 50px;
}
.news .bd li a:hover {
  border-color: #e60212;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.news .bd li a:hover strong {
  color: #e60212;
}
.news #wrapper {
  width: 338px;
  height: 368px;
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
  background: #FAFAFA;
}
.news .item {
  width: 338px;
  height: 105px;
  margin-top: 10px;
  border-bottom: 1px solid #eee;
}
.news .item p {
  position: relative;
  padding-left: 34px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .item span {
  position: relative;
  padding-left: 34px;
  font-size: 14px;
  color: #aaa;
}
.news .item p::before {
  content: "Q";
  width: 16px;
  height: 16px;
  background: #e60212;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 16px;
  text-align: center;
}
.news .item a span::before {
  content: "A";
  width: 16px;
  height: 16px;
  background: #4a86e8;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: 16px;
  text-align: center;
}
.news .item a span::before .item img {
  width: 100%;
}
.news .item a span::before .item:nth-child(odd) {
  background: #FAFAFA;
}
.news .item a span::before .item:nth-child(even) {
  background: #FAFAFA;
}
.news .item a span::before .ovh2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.link {
  background-color: #0251a7;
  color: #fff;
}
.link b {
  font-size: 20px;
  line-height: 50px;
}
.link ul {
  display: flex;
}
.link ul li a {
  display: inline-block;
  line-height: 50px;
  width: 105px;
  text-align: center;
  color: #fff;
}
footer {
  background-color: #0b5eba;
  color: #fff;
}
footer .f-t {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
  background: url(../images/f-bg.png) no-repeat 50% center;
}
footer .flogo {
  border-right: 1px dotted #eee;
  padding: 0 10px;
}
footer .flogo img {
  height: 90px;
  margin: 40px 0;
}
footer .flogo .into {
  color: #fff;
  text-align: center;
}
footer .flogo .into p {
  font-size: 24px;
}
footer .flogo .into span {
  font-size: 12px;
}
footer ul {
  width: 45%;
  border-right: 1px dotted #eee;
  margin-top: 10px;
}
footer ul li {
  line-height: 2;
  font-size: 16px;
}
footer ul li s {
  margin: 0 20px;
}
footer ul li a {
  color: white;
}
footer ul li a:hover {
  color: white;
}
footer .f-wx {
  width: 26%;
  text-align: center;
}
footer .f-wx img {
  margin: 10px;
  width: 120px;
  height: auto;
}
footer .f-wx span {
  display: inline-block;
  margin: 5px 0;
}
footer .f-copy {
  text-align: center;
  line-height: 2;
}
footer .f-copy a {
  margin: 0 5px;
  color: white;
}
footer .f_menu {
  display: none;
}
.online {
  position: fixed;
  bottom: 200px;
  right: 10px;
  width: 60px;
  z-index: 999;
  color: #999;
}
.online p {
  text-align: center;
}
.online img {
  width: 150px;
  vertical-align: middle;
}
.online .box {
  position: absolute;
  top: 0;
  width: 190px;
  height: 45px;
  border: none;
  margin-right: 10px;
  border-radius: 5px;
  background: #e60212;
  transition: all 0.5s;
  opacity: 0;
  color: #fff;
  text-align: center;
}
.online .box p {
  font-size: 14px !important;
  margin: 0px auto 7px !important;
}
.online .box h4 {
  font-size: 18px !important;
  font-weight: bold !important;
}
.online .txt {
  margin-top: 5px;
  line-height: 1.5;
}
.online dl dt {
  opacity: 0;
  transition: all 0.5s;
}
.online dl:hover dt {
  opacity: 1;
}
.online a {
  color: #666;
}
.online a:hover {
  text-decoration: none;
}
.online dl {
  background: #c91521;
  padding: 10px 5px;
  margin-bottom: 1px;
  position: relative;
  border-radius: 10px;
}
.online dl dd {
  color: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.online dl dd i {
  font-size: 25px;
}
.online dl:hover {
  background: #e60212;
}
.online dl dt {
  position: absolute;
  top: 0px;
  right: 60px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
  display: none;
  padding: 10px 15px;
  font-weight: normal;
}
.online dl dt h3 {
  display: block;
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.online dl dt h3 i {
  margin-right: 5px;
}
.online dl dt h3 span {
  float: right;
  cursor: pointer;
}
.online dl dt input {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
  height: 40px;
  line-height: 40px;
  padding: 3px 5px;
  width: 100%;
}
.online dl dt button {
  margin: 10px 0;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background: #c91521;
  color: #fff;
  cursor: pointer;
}
#message {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transform: scale(0);
  transition: 0.3s;
}
.messagebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
}
#message .m-content .m-message {
  width: 530px;
  background: #fff;
  padding: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 1002;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}
.m-message {
  margin: 48px auto 0;
}
.m-message h2 {
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}
.m-message label {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
}
.m-message label em {
  display: block;
  float: right;
  color: red;
  height: 32px;
  line-height: 32px;
}
.m-message label span {
  width: 70px;
  line-height: 42px;
  color: #2F2F2F;
  float: left;
  font-weight: bold;
  text-align: right;
  margin-right: 30px;
  display: inline-block;
}
.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
  width: 100%;
  overflow: hidden;
  line-height: 40px;
  border: #cccccc 1px solid;
  border-radius: 3px;
  padding: 0 14px;
  box-sizing: border-box;
  color: #555;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.m-message label input:focus,
.m-message label textarea:focus {
  border-color: #ce2e33;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 232, 230, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(223, 221, 219, 0.6);
}
.m-message label textarea {
  height: 72px;
  line-height: 24px;
  padding: 10px 14px;
}
.m-message label.code {
  line-height: 34px;
}
.m-message label.code input {
  width: 30%;
  float: left;
  margin-right: 30px;
}
.m-message label.code .pic {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 32px;
}
.m-message label.code img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-message .btn-1 {
  text-align: center;
}
.m-message .btn-1 .focus {
  background: #ce2e33;
  color: #fff;
  line-height: 50px;
  width: 100px;
  border: none;
}
.ban img {
  width: 100%;
}
.pro {
  margin-top: 20px;
}
.p-left {
  width: 25%;
  float: left;
}
.p-left .pro_l_left {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-top: 0px;
  overflow: hidden;
}
.p-left .pro_l_left ul {
  padding: 7px 20px;
  overflow: hidden;
  display: block;
}
.p-left .pro_l_left ul li {
  color: #333;
  font-size: 16px;
  line-height: 46px;
  border-bottom: 1px dashed #ccc;
}
.p-left .pro_l_left ul li a {
  position: relative;
  display: block;
  color: #6f6e6e;
  box-shadow: none;
  text-align: left;
  padding-left: 10px;
  padding-right: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-left .pro_l_left .p-type li a:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  font-family: 宋体;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: #a4a4a4;
  border-radius: 50%;
  transition: all 0.5s;
}
.p-left .pro_l_left .p-type .on a::after {
  background: #e60212;
}
.p-left .pro_l_left .on a {
  color: #e60212;
}
.p-left .pro_l_left li:hover a {
  color: #e60212;
}
.p-left .pro_l_left li a:hover:after {
  background: #e60212;
}
.p-left .pro_l_left h4 {
  text-align: center;
  background: #0b5eba;
  color: #fff;
  line-height: 70px;
  font-weight: bold;
  font-size: 22px;
}
.p-left .pro_l_left .n-left ul a {
  font-size: 14px;
  padding: 0;
  padding-left: 12px;
  padding-right: 0px !important;
}
.p-left .pro_l_left .n-left ul li {
  position: relative;
}
.p-left .pro_l_left .n-left ul li a::before {
  content: "";
  position: absolute;
  margin-top: 20px;
  width: 4px;
  height: 4px;
  background-color: #ddd;
  left: 0;
  top: 0;
}
.p-left .pro_tit {
  color: #fff;
  line-height: 36px;
  text-align: center;
  padding: 30px 0;
  background: #0b5eba;
  box-sizing: border-box;
}
.p-left .pro_tit h3 {
  font-size: 24px;
  font-weight: bold;
}
.p-left .pro_tit h3 i {
  display: none;
}
.p-left .pro_tit span {
  font-size: 16px;
  display: block;
}
.p-left .con ul {
  padding: 7px 0;
  overflow: hidden;
}
.p-left .con ul li {
  font-size: 14px;
}
.p-left .con ul li s {
  margin: 0 5px;
  font-size: 14px;
}
.p-left .l-t img {
  width: 298px;
}
.p-left .l-t .tel {
  line-height: 40px;
  background: #0b5eba;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
.p-left .l-t .tel s {
  color: #fff;
  margin: 3px 5px 0 0;
  font-size: 40px;
  margin-top: 17px;
}
.p-left .l-t .tel span {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}
.p-left .l-t .tel strong {
  color: #fff;
  font-size: 26px;
  line-height: 25px;
  display: block;
  font-family: arial;
  font-weight: bold;
}
.p-right {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.p-right li:hover {
  box-shadow: 0px 7px 17px #dedede;
}
.p-right li {
  border: 1px solid #e9e9e9;
  transition: 0.5s;
  margin-bottom: 10px;
  margin-top: 10px;
}
.p-right li h3 {
  font-size: 14px;
  line-height: 55px;
  color: black;
  padding: 0 10px;
  background: #fff;
}
.p-right .img img {
  width: 300px;
  height: 210px;
}
.p-right .view {
  border: 1px solid #eee;
  width: 95%;
  display: flex;
  justify-content: space-around;
}
.p-right .view .left {
  width: calc(60% - 10px);
  cursor: pointer;
}
.p-right .view .left img {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 2px;
  border: 1px solid #eee;
}
.p-right .view .right {
  width: calc(40% - 10px);
  margin-top: 1%;
}
.p-right .view .right h1 {
  font-size: 26px;
  margin: 10px 0px;
  border-bottom: 1px solid #eee;
  line-height: 2;
}
.p-right .view .right .d-info {
  line-height: 2.7 !important;
  font-size: 16px!important;
}
.p-right .view .right .den {
  line-height: 2!important;
}
.p-right .view .right .info {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  line-height: 4;
  padding: 5px 0;
  overflow: hidden;
}
.p-right .view .right .info i {
  font-size: 14px;
  font-style: normal;
}
.p-right .view .right .info b {
  font-size: 26px;
  color: #e60212;
}
.p-right .view .right .info dl {
  display: flex;
  text-align: center;
  justify-content: center;
  border: 1px solid gray;
  border-right: none;
  font-size: 16px;
}
.p-right .view .right .info dl dd {
  flex-grow: 1;
  border-right: 1px solid gray;
}
.p-right .view .right .info dl dd em {
  display: block;
  font-style: normal;
  border-top: 1px solid gray;
}
.p-right .view .right .text {
  display: flex;
  padding: 15px 0;
}
.p-right .view .right .text i {
  font-size: 48px;
  color: #e60212;
  margin: 0px 5px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.p-right .view .right .text h4 {
  font-size: 14px;
}
.p-right .view .right .text p {
  font-size: 28px;
  font-weight: bold;
  color: #e60212;
}
.p-right .view .right .t-info {
  display: flex;
  justify-content: space-between;
}
.p-right .view .right .t-info .form {
  display: block;
  line-height: 90px;
}
.p-right .view .right .t-info .form a {
  display: inline-block;
  background: #e60212;
  color: #fff;
  width: 80px;
  text-align: center;
  line-height: 35px;
}
.p-right .cont {
  width: 100%;
  margin: 10px 0 0px 20px;
  border-bottom: 1px dashed #eee;
}
.p-right .cont .zclc {
  text-indent: 8px;
}
.p-right .cont h3 {
  font-size: 24px;
  background: #f2f2f2;
  padding: 10px 0;
  font-weight: bold;
}
.p-right .cont h3 i {
  font-size: 26px;
  color: #333;
  margin: 0 10px;
}
.p-right .cont .zj {
  font-size: 16px!important;
}
.p-right .cont .content {
  padding: 3px;
  line-height: 2;
  margin-top: 20px;
  font-size: 14px;
}
.p-right .h-tj {
  margin: 10px 20px;
  width: 100%;
}
.p-right .h-tj h3 {
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #333;
}
.p-right .h-tj li {
  float: left;
  margin: 5px 7px;
}
.p-right .h-tj li img {
  width: 270px;
  height: 176px;
  overflow: hidden;
}
.p-right .h-tj li h4 {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
table {
  border-color: #b1acac;
  text-indent: 4px;
}
.content table td {
  white-space: nowrap;
}
.art_right {
  width: 72%;
  float: right;
  margin: 5px 10px;
}
.art_right s {
  margin-left: 20px;
  margin-top: -30px;
}
.art_right img {
  max-width: 600px;
  height: auto;
  display: block;
  clear: both;
  margin: auto;
}
.art_right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.art_right ul li {
  line-height: 30px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px dotted #333;
}
.art_right ul li s {
  float: right;
  color: #999;
  font-weight: normal;
}
.art_right ul li p {
  font-weight: normal;
  line-height: 30px;
  color: #666;
  height: 60px;
  margin-bottom: 10px;
  overflow: hidden;
}
.art_right ul li h4 {
  color: black;
  font-weight: bold;
  width: 75%;
  /* 设置容器宽度 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  white-space: nowrap;
  /* 防止文本换行 */
  text-overflow: ellipsis;
}
.art_right .title {
  text-align: center;
  line-height: 50px;
}
.art_right .title h1 {
  font-size: 24px;
  font-weight: bold;
}
.art_right .art-cont {
  line-height: 3 !important;
}
.art_right .art-cont p {
  text-indent: 2em;
}
.car .pagebar,
.art_right .pagebar {
  margin: 10px 0 25px 0;
  text-align: center;
}
.car .pagebar a,
.art_right .pagebar a {
  width: 55px;
  display: inline-block;
  border: 1px solid #eee;
  text-align: center;
  line-height: 32px;
  margin: 5px 0;
}
.car .pagebar a:hover,
.art_right .pagebar a:hover {
  background: #0b5eba;
  color: #fff;
  border: none;
}
.car .pagebar .page-num,
.art_right .pagebar .page-num {
  width: 50px;
  margin: 0 5px;
}
.car .pagebar .page-num-current,
.art_right .pagebar .page-num-current {
  background: #0b5eba;
  color: #fff;
  border: none;
}
.p-d {
  margin: 10px 20px;
  text-align: left;
  width: 100%;
}
.p-d li {
  border: none !important;
  font-weight: normal !important;
}
.p-d li:hover {
  box-shadow: none;
}
.l-con .art-cont {
  float: left;
  margin: 0 10px;
  width: 880px;
}
.l-con .art-cont li {
  width: 45%;
  margin: 5px;
  float: left;
  line-height: 30px;
}
.l-con .art-cont li .wrap {
  border: 1px solid #eee;
  margin-left: 20px;
  text-align: center;
  padding: 20px;
  background-color: #f5f5f5;
}
.l-con .art-cont p {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px;
  height: 100px !important;
  font-size: 18px;
}
.l-con .art-cont p img {
  margin: -25px 0px 0px 50px;
  border-style: none;
  display: block;
  height: 130px;
  width: 130px !important;
  float: left;
}
.l-con .art-cont img {
  margin: 20px 0px 0px;
  border-style: none;
  display: block;
  height: 70px;
  width: auto;
  float: left;
}
.address {
  background-color: #f5f5f5;
  margin-top: 15px;
  height: 150px;
  width: 785px;
  float: left;
  margin-left: 35px;
  margin-bottom: 10px;
}
.address img {
  height: 80px;
  float: left;
  padding-top: 45px;
  padding-left: 20px;
}
.address span {
  margin: 0px;
  font-size: 18px;
  line-height: 50px;
  top: 25%;
  left: 20px;
  position: relative;
}
.address .e-dz {
  top: 1% !important;
}
.maps {
  margin-left: 35px;
  float: left;
}
.hw span {
  padding: 20px;
  line-height: 2;
  font-size: 16px;
}
.hw li {
  width: 255px !important;
}
.hw li img {
  height: 195px !important;
}
.qb li {
  width: 137px !important;
}
.qb span {
  padding: 20px;
  line-height: 2;
  font-size: 16px;
}
.qb img {
  width: 135px !important;
  height: 100px !important;
}
.lc_right {
  width: 72%;
  float: right;
  margin: 5px 10px;
}
.rentList {
  display: flex;
  flex-wrap: wrap;
}
.rentList > li {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.rentTitle > span {
  font-weight: bold;
  color: #e60212;
}
.rentList > li .rentRight {
  box-shadow: 0 0 84px rgba(0, 0, 0, 0.1) !important;
  min-height: 306px !important;
}
.rentList > li .rentRight .rentTitle::before {
  display: none !important;
}
.rentList > li:nth-child(even) {
  justify-content: flex-start !important;
}
.rentList > li:nth-child(even) .rentLeft {
  left: initial !important;
  right: 0 !important;
}
.rentLeft {
  width: 76%;
  float: left;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.rentTitle {
  display: flex;
  font-size: 26px;
  color: #292929;
  font-weight: bold;
  font-family: "Microsoft YaHei";
  position: relative;
  letter-spacing: 2px;
}
.rentTxt {
  display: block;
  overflow: hidden;
  line-height: 2;
  margin-top: 30px;
  font-size: 16px;
  color: #6b6b6b;
}
.rentRight {
  width: 50%;
  float: right;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  padding: 15px 15px 15px 20px;
}
.img-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.icon ul {
  display: flex;
  margin: 20px auto;
}
.icon ul li {
  text-align: center;
  margin: 0 5px;
}
.icon ul li img {
  width: 115px;
}
.icon ul li .info h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.icon ul li .info p {
  line-height: 30px;
  font-size: 14px;
}
.icon ul .tb1:hover {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
  transition: all 1s, height 1s, background 1s, transform 1s;
}
.brand .pp {
  text-align: center;
  line-height: 2.5;
}
.brand .pp h2 {
  font-size: 28px;
}
.brand .pp p {
  font-size: 14px;
}
.brand .pp span {
  font-size: 30px;
  color: #E60212;
  font-weight: normal;
}
.brand ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.brand ul li {
  width: calc(100% / 6);
  margin: 10px;
  text-align: center;
  border: 1px solid #c9c7c7;
  border-radius: 5px;
  cursor: pointer;
}
.brand ul li img {
  width: 100px;
  vertical-align: middle;
}
.brand ul li p {
  font-size: 20px;
  margin-top: -25%;
  color: #000;
  font-weight: bold;
  display: none;
}
.brand ul li span {
  font-size: 28px;
  margin-top: 20px;
  color: #000;
  display: inline-block;
}
.brand ul li:hover span {
  color: #fff;
}
.brand ul li:hover p {
  display: block;
}
.brand ul li:hover img {
  opacity: 0.3;
}
.brand ul li:hover {
  background: #c9c7c7;
}
.i-cy .imgList {
  animation: rolling 18s linear infinite;
  position: absolute;
  display: flex;
  cursor: pointer;
}
.i-cy .imgList .img {
  border: 1px solid #eee;
}
.i-cy .imgList .img img {
  height: 100px;
  float: left;
}
@keyframes rolling {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.i-cy .i-c {
  height: 100px;
  overflow: hidden;
  border: 1px solid #eee;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
    font-family: "microsoft yahei";
  }
  .hed ul li:first-child,
  .hed ul li:nth-child(2),
  header .top .top-t,
  header .top .t-tel,
  header nav,
  .m-contant .h-c,
  .online,
  .about .about_con .right,
  .news .ntj,
  #wrapper,
  .link,
  .p-left .n-left,
  .p-left .con,
  .p-right .view .right .text,
  .p-left .l-t,
  .maps,
  footer .f-c,
  footer .f-wx,
  .rentLeft {
    display: none;
  }
  .w {
    width: 100%;
  }
  table {
    width: 100%;
  }
  table span {
    font-size: 16px !important;
  }
  header .top .l .logo img {
    width: 80%;
    height: auto;
  }
  .hdTxt {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 3%;
    top: 43px;
    display: block !important;
  }
  .nav1 h2 {
    font-size: 38px;
  }
  .nav_sub {
    width: 129px;
    position: absolute;
    top: 37px;
    right: -5px;
    z-index: 1000;
    background: rgba(11, 94, 186, 0.8);
  }
  .nav_sub ul li {
    border-bottom: 1px dashed #e5e5e5;
  }
  .nav_sub ul li:last-child {
    border-bottom: none;
  }
  .nav_sub ul li a {
    display: block;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 16px;
  }
  .i-title {
    line-height: 30px;
  }
  .i-title h2 {
    font-size: 22px !important;
  }
  .i-title p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .service ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service ul li {
    margin: 5px;
    width: 46%;
  }
  .service ul li a {
    width: auto;
    height: 145px;
  }
  .service ul li .txt h3 {
    font-size: 18px;
  }
  .car ul li {
    width: 48%;
  }
  .car ul li .info h3 {
    font-size: 14px!important;
  }
  .car ul li .img img {
    width: 100%;
    height: auto;
  }
  .car ul li .info {
    padding: 0;
  }
  .car ul li .info p {
    font-size: 14px;
  }
  .car ul li .z-in .txt span {
    margin: 0 3px!important;
  }
  .car ul li .info .txt {
    font-size: 12px!important;
    line-height: 20px;
  }
  .number {
    padding: 30px 0;
  }
  .number ul li h3 {
    font-size: 22px;
  }
  .number ul li b {
    font-size: 22px;
  }
  .number ul li p {
    font-size: 12px;
  }
  .news .bd ul {
    width: 97%;
  }
  .news .bd li {
    width: 100%;
    float: none;
  }
  footer {
    padding-bottom: 90px !important;
  }
  footer .flogo {
    border-right: none;
  }
  footer .flogo img {
    margin: 10px 0;
  }
  .f_menu {
    width: 100%;
    margin: 0px auto;
    display: inline-block !important;
    background: #0251a7;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    max-width: 640px;
    position: fixed;
    bottom: 0px;
    overflow: hidden;
    padding-bottom: 1em;
    z-index: 99999;
  }
  .f_menu ul {
    padding-top: 12px;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
    display: flex;
  }
  .f_menu ul li {
    width: calc(100% / 3);
  }
  .f_menu a {
    color: #fff;
    display: inline-block;
    line-height: 30px;
  }
  .f_menu span {
    color: #fff;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
  }
  .f_menu ul li i {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
  }
  .wx {
    display: block;
    z-index: 2247483630;
    line-height: 30px;
  }
  .jconfirm-holder {
    width: 80%;
    margin: 0 auto;
  }
  .jconfirm-box {
    text-align: center;
  }
  .jconfirm-box img {
    width: 2.49094203rem;
    height: 2.49094203rem;
  }
  .jconfirm-box .wxtitle {
    color: #000;
    font-size: 1.13224638rem;
    line-height: 1.13224638rem;
    font-weight: bold;
    margin: 0.56612319rem 0;
    font-family: STheiti SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-top: 0;
  }
  .jconfirm-box .wechat-number,
  .jconfirm-box .desc {
    color: #666;
    line-height: 1.13224638rem;
    margin: 0.56612319rem 0;
  }
  .jconfirm-box .desc {
    margin-bottom: 0;
  }
  .jconfirm-box .jconfirm-content {
    overflow: hidden !important;
  }
  .jconfirm-box .jconfirm-buttons {
    float: none !important;
  }
  .jconfirm-box .jconfirm-buttons .btn {
    background-color: #1aad17 !important;
    border-radius: 0.50951087rem !important;
    width: 8.15217391rem;
    height: 2.54755435rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
    color: #fff !important;
  }
  #message .m-content .m-message {
    width: 100%;
    padding: 20px;
  }
  .m-message label input.inp,
  .m-message label textarea,
  .m-message label.code input {
    width: 90%;
  }
  #message .m-content {
    margin-top: 20%;
  }
  .p-left {
    width: 100%;
  }
  .p-left .pro_tit {
    padding: 10px 0;
  }
  .p-left .pro_tit h3 {
    font-size: 20px;
  }
  .p-left .pro_tit h3 i {
    font-size: 22px;
    margin: 0 20px;
    display: inline-block;
  }
  .p-left .pro_l_left ul li {
    width: 100%;
  }
  .p-right {
    width: 100%;
  }
  .p-right .img {
    height: auto;
    width: 100%;
  }
  .p-right .img img {
    width: 100%;
    height: 125px;
    overflow: hidden;
    transition: all 0.5s;
  }
  .p-right .view .left img {
    width: 100%;
  }
  .p-right .v-zj .left {
    width: 56%!important;
  }
  .p-right .v-zj .right {
    width: 44%!important;
  }
  .p-right .view .left {
    width: 60%;
    height: auto;
  }
  .p-right .view .right {
    width: 38%;
    margin: 0;
  }
  .p-right .view .right h1 {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-right .view .right .info {
    font-size: 12px!important;
    padding: 0;
    line-height: 2.5 !important;
  }
  .p-right .view .right .info i {
    font-size: 12px;
  }
  .p-right .view .right .d-info {
    line-height: 2!important;
  }
  .p-right .view .right .info b {
    font-size: 16px;
  }
  .p-right .view .right .info dl {
    font-size: 10px;
  }
  .p-right .view .right .text {
    display: none;
    padding: 5px 0;
  }
  .p-right .view .right .t-info .form {
    margin: 0 25px;
    line-height: 50px;
  }
  .p-right .cont {
    padding: 3px;
    margin: 0;
  }
  .p-right .h-tj {
    display: none;
  }
  .p-right .view {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .p-right .cont .content {
    padding: 0;
  }
  .p-right .cont .content table {
    width: 100% !important;
    font-size: 12px;
  }
  .p-t dd a {
    font-size: 14px;
    width: 95%;
    margin: 5px;
  }
  .art_right {
    width: 100%;
    margin: 0;
  }
  .art_right ul {
    padding: 1%;
  }
  .art_right ul li s {
    margin-top: -28px;
  }
  .art_right ul li p {
    width: 98%;
  }
  .art_right h4 {
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .art-cont {
    padding: 1%;
    line-height: 2;
    font-size: 12px;
  }
  .art-cont img {
    width: 98%;
  }
  .art_right .title h1 {
    font-size: 14px;
  }
  .art_right .title p {
    font-size: 12px;
  }
  .p-d {
    margin: 10px 20px 10px 20px;
    width: 90%;
  }
  .l-con .art-cont {
    width: 100%;
    margin: 0;
  }
  .l-con .art-cont li {
    width: 47%;
    margin: 5px;
  }
  .l-con .art-cont li .wrap {
    padding: 0px;
    margin-left: 1px;
  }
  .l-con .art-cont p {
    margin-bottom: 0;
    height: 90px;
    overflow: hidden;
    font-size: 12px;
    margin-top: 20px;
    line-height: 30px;
  }
  .l-con .art-cont p img {
    margin: -1px 0px 0px 20px;
    float: left;
    width: 100px!important;
    height: 100px!important;
  }
  .l-con .art-cont img {
    margin-top: 30px;
    height: auto;
    width: 35px;
    float: left;
    margin-left: 5px;
  }
  .address {
    margin: 5px 0;
    height: auto !important;
    width: 100% !important;
    position: relative;
    line-height: 2;
  }
  .address span {
    font-size: 12px;
    line-height: 50px;
    top: 25%;
    left: 20px;
    position: relative;
  }
  .address img {
    height: 55px !important;
    float: left;
    padding-top: 5px;
    padding-left: 0px;
    width: auto !important;
    margin: 15px 0 10px 10px;
  }
  .hw span {
    padding: 5px;
  }
  .hw li {
    width: 190px !important;
  }
  .hw li img {
    height: 160px !important;
  }
  .qb span {
    padding: 5px;
  }
  .qb li {
    width: 126px!important;
  }
  .qb img {
    width: 126px!important;
    height: 91px!important;
  }
  .lc_right {
    width: 100%;
    margin: 0;
  }
  .rentRight {
    width: 100%;
  }
  .rentList > li {
    margin-bottom: 10px;
  }
  .rentTitle {
    font-size: 22px;
  }
  .icon ul {
    flex-wrap: wrap;
  }
  .icon ul li {
    width: 45%;
  }
  .brand .pp h2 {
    font-size: 20px;
  }
  .brand .pp img {
    width: 100%;
  }
  .brand ul li img {
    width: 100%;
  }
  .brand ul li span {
    font-size: 14px;
    margin-top: 20px;
  }
  .content table td {
    white-space: normal !important;
  }
  .icon ul li .info h2 {
    font-size: 16px;
  }
  .rentTxt {
    margin-top: 10px;
  }
  .rentList > li .rentRight {
    min-height: 288px!important;
  }
  .sup ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .sup ul li {
    width: 48%;
    line-height: 1.3;
    margin: 10px 0;
  }
  .sup ul li .text h3 {
    font-size: 16px;
  }
  .sup ul li .text p {
    font-size: 12px;
  }
  .sup ul li .item .info h3 {
    font-size: 16px;
  }
  .sup ul li .item p {
    font-size: 12px;
  }
  .sup ul li .item i {
    font-size: 42px;
    line-height: 40px;
    margin: 0 5px;
  }
  .sup ul li .img img {
    width: 100%;
  }
}
