@charset "UTF-8";
/*reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

address,
caption,
cite,
data,
dfn,
em,
strong,
th,
var,
i {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: '';
}

fieldset,
img,
abbr,
acronym {
  border: 0;
}

html {
  font-size: 100px;
}

button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0px solid transparent;
  outline: none;
}

.c:before,
.c:after {
  content: "";
  display: table;
}

.c:after {
  clear: both;
}

.c {
  zoom: 1;
}

body {
  font: 14px tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif;
  text-align: justify;
  background: url(../images/bg.png) repeat;
}

a {
  text-decoration: none;
  transition: filter .3s ease-in;
}

a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.hide {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.banner {
  padding-top: 175px;
  height: 792px;
  box-sizing: border-box;
  background: url(../images/banner.png) 50% 50%/cover no-repeat;
}

.banner .container {
  width: 1240px;
  height: 100%;
  display: flex;
  align-items: center;
}

.bannerForm {
  width: 294px;
  height: 446px;
  background-color: #eff3f6;
}

.bannerForm .t {
  text-align: center;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  flex-direction: column;
}

.bannerForm .t h3 {
  color: #003a80;
  font-size: 24px;
  font-weight: bold;
}

.bannerForm .t p {
  color: #9e9e9e;
  font-size: 14px;
}

.bannerForm .bannerFormBox {
  padding: 0 27px;
  padding-top: 15px;
}

.bannerForm .bannerFormBox .items p {
  line-height: 34px;
  color: #4d4d4d;
  font-size: 12px;
}

.bannerForm .bannerFormBox button {
  height: 51px;
  background-color: #003a80;
  width: 100%;
  border-radius: 6px;
  text-align: center;
  line-height: 51px;
  color: #fff;
  font-size: 16px;
  margin-top: 18px;
}

.bannerForm .bannerFormBox .tips {
  color: #7d7c7c;
  font-size: 14px;
  margin-top: 14px;
}

.container {
  width: 1300px;
  margin: 0 auto;
}

.header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  min-width: 1300px;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
}

.header .headerT {
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.37);
}

.header .headerT .container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  color: #efefef;
}

.header .headerT .tips {
  font-size: 14px;
  color: #efefef;
}

.header .headerT .headerTr {
  display: flex;
  font-size: 14px;
  align-items: center;
}

.header .headerT .headerTr a {
  display: block;
  width: 100px;
  line-height: 10px;
  text-align: center;
  height: 10px;
  color: #efefef;
  border-right: 1px solid #efefef;
}

.header .headerT .headerTr span {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.header .headerT .headerTr span img {
  width: 20px;
  height: 16px;
  margin-right: 10px;
}

.header .headerT .headerTr span .img1 {
  display: block;
}

.header .headerT .headerTr span .img2 {
  display: none;
}

.header .headerD {
  height: 124px;
}

.header .headerD .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .headerD .logo img {
  display: block;
  width: 285px;
  height: 58px;
}

.header .headerD .logo .img1 {
  display: block;
}

.header .headerD .logo .img2 {
  display: none;
}

.header .headerD .meau {
  display: flex;
  align-items: center;
}

.header .headerD .meau ul {
  display: flex;
  align-items: center;
}

.header .headerD .meau ul li a {
  position: relative;
  padding: 0 35px;
  color: #fff;
  font-size: 16px;
  border-right: 1px solid #fff;
}

.header .headerD .meau ul li a::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  content: '';
  width: 21px;
  height: 2px;
  background-color: #fff;
  bottom: -20px;
}

.header .headerD .meau ul li a::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /*content: '';*/
  display: block;
  width: 1px;
  height: 16px;
  background-color: #fff;
}

.header .headerD .meau ul li a:hover, .header .headerD .meau ul li a.active {
  font-size: 16px;
  color: #242424;
  font-weight: bold;
}

.header .headerD .meau ul li a:hover::before, .header .headerD .meau ul li a.active::before {
  display: block;
}

.header .headerD .search {
  display: flex;
  padding-left: 35px;
}

.header .headerD .search input {
  color: #fff;
  font-size: 14px;
  display: none;
  width: 200px;
  height: 35px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-right: 35px;
  padding: 0 15px;
  box-sizing: border-box;
}

.header .headerD .search input::placeholder {
  color: #fff;
}

.header .headerD .search button {
  cursor: pointer;
}

.header .headerD .search button img {
  width: 20px;
  height: 20px;
}

.header .headerD .search button .img1 {
  display: block;
}

.header .headerD .search button .img2 {
  display: none;
}

.header .headerD .search:hover input {
  display: block;
}

.indexTitle {
  text-align: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 38px;
  margin-bottom: 38px;
}

.indexTitle h3 {
  color: #101010;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.indexTitle p {
  color: #939393;
  font-size: 14px;
}

.part1 .container {
  display: flex;
}

.part1 .items {
  display: block;
  width: 205px;
  height: 264px;
  background-color: #ffffff;
  margin-right: 14px;
  padding-top: 32px;
  box-sizing: border-box;
}

.part1 .items:nth-of-type(6n) {
  margin-right: 0;
}

.part1 .items h3 {
  text-align: center;
  color: #4e4e4e;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 18px;
}

.part1 .items p {
  text-align: center;
  color: #8e8e8e;
  font-size: 14px;
}

.part1 .items span {
  display: block;
  margin: 0 auto;
  width: 19px;
  height: 19px;
  margin-top: 28px;
}

.part1 .items span img {
  display: block;
  width: 100%;
}

.part1 .items .icon {
  transition: .2s linear all;
  width: 85px;
  height: 85px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 100%;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.part1 .items .icon .img1 {
  display: block;
}

.part1 .items .icon .img2 {
  display: none;
}

.part1 .items:hover h3 {
  font-weight: bold;
  color: #003a80;
}

.part1 .items:hover .icon {
  background-image: linear-gradient(32deg, #003a80 0%, #5aa4fe 100%);
}

.part1 .items:hover .icon .img1 {
  display: none;
}

.part1 .items:hover .icon .img2 {
  display: block;
}

.part2 .container {
  display: flex;
}

.part2 .items {
  width: 252px;
  height: 325px;
  background-color: #e5f1ff;
  text-align: center;
  margin-right: 10px;
  box-sizing: border-box;
  padding-top: 40px;
  position: relative;
}

.part2 .items h3 {
  color: #003a80;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.part2 .items p {
  color: #959595;
  font-size: 16px;
}

.part2 .items .icon {
  height: 226px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part2 .items .icon img {
  max-width: 100%;
  max-height: 100%;
}

.part2 .items:nth-of-type(5n) {
  margin-right: 0;
}

.part2 .items span {
  display: block;
  width: 105px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 16px;
  position: absolute;
  left: 50%;
  border: 1px solid #003a80;
  bottom: 25px;
  transform: translateX(-50%);
  color: #003a80;
}

.part2 .items:nth-of-type(1) span {
  color: #003a80;
  border: 1px solid #003a80;
}

.part2 .items:nth-of-type(1):hover span {
  background-color: #003a80;
  color: #fff;
}

.part2 .items:nth-of-type(2) {
  background-color: #e5fffa;
}

.part2 .items:nth-of-type(2) h3 {
  color: #0b7460;
}

.part2 .items:nth-of-type(2) span {
  color: #0b7460;
  border: 1px solid #0b7460;
}

.part2 .items:nth-of-type(2):hover span {
  background-color: #0b7460;
  color: #fff;
}

.part2 .items:nth-of-type(3) {
  background-color: #f4eff6;
}

.part2 .items:nth-of-type(3) h3 {
  color: #8537a4;
}

.part2 .items:nth-of-type(3) span {
  color: #8537a4;
  border: 1px solid #8537a4;
}

.part2 .items:nth-of-type(3):hover span {
  background-color: #8537a4;
  color: #fff;
}

.part2 .items:nth-of-type(4) {
  background-color: #fef4f4;
}

.part2 .items:nth-of-type(4) h3 {
  color: #c64b4b;
}

.part2 .items:nth-of-type(4) span {
  color: #c64b4b;
  border: 1px solid #c64b4b;
}

.part2 .items:nth-of-type(4):hover span {
  background-color: #c64b4b;
  color: #fff;
}

.part2 .items:nth-of-type(5) {
  background-color: #faf9ed;
}

.part2 .items:nth-of-type(5) h3 {
  color: #696315;
}

.part2 .items:nth-of-type(5) span {
  color: #696315;
  border: 1px solid #696315;
}

.part2 .items:nth-of-type(5):hover span {
  background-color: #696315;
  color: #fff;
}

.part .indexTitle {
  margin-top: 35px;
  margin-bottom: 16px;
}

.part3 .container {
  display: flex;
}

.part3 .items {
  display: block;
  width: 252px;
  height: 325px;
  background: url(../images/index/indexBg.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  box-sizing: border-box;
  padding-top: 64px;
}

.part3 .items:nth-of-type(5n) {
  margin-right: 0;
}

.part3 .items .t {
  text-align: center;
}

.part3 .items .t h3 {
  font-weight: bold;
  color: #003a80;
  font-size: 24px;
  line-height: 1;
}

.part3 .items .t span {
  display: block;
  margin: 0 auto;
  margin-top: 22px;
  background-color: #003a80;
  width: 29px;
  height: 3px;
}

.part3 .items .icon {
  height: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part3 .items .icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.gg {
  width: 100%;
  margin-top: 55px;
}

.gg img {
  display: block;
  width: 100%;
}

.partItems {
  display: flex;
  flex-wrap: wrap;
}

.partItems .items {
  width: 50%;
  height: 608px;
  background-color: #fff;
  padding: 16px;
  box-sizing: border-box;
  padding-bottom: 0;
  margin-bottom: 25px;
  padding-top: 0;
}

.partItems .items:nth-of-type(2n) {
  background-color: #f3f3f3;
}

.partItems .items .t {
  display: flex;
  align-items: center;
  height: 82px;
}

.partItems .items .t h3 {
  color: #2c2c2c;
  font-size: 24px;
  margin-right: 22px;
  font-weight: bold;
}

.partItems .items .t p {
  color: #a0a0a0;
  font-size: 16px;
}

.partItems .items .ul {
  display: flex;
  margin-top: 11px;
}

.partItems .items .ul .li {
  width: 302px;
  cursor: pointer;
  height: 363px;
  background: url(../images/index/img17.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 24px;
  box-sizing: border-box;
  margin-right: 14px;
}

.partItems .items .ul .li:nth-of-type(2) {
  margin-right: 0;
}

.partItems .items .ul .li h3 {
  color: #003a80;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 1;
}

.partItems .items .ul .li img {
  display: block;
  width: 20px;
  height: 1px;
}

.partItems .items .ul .li p {
  color: #b0b1b5;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
}

.partItems .items .ul .li span {
  margin-top: 19px;
  width: 86px;
  height: 31px;
  display: block;
  background-color: #003a80;
  color: #fff;
  border-radius: 16px;
  text-align: center;
  line-height: 31px;
}

.part5 {
  padding-bottom: 39px;
  background: url(../images/index/img26.png) no-repeat center bottom;
  background-size: 100% auto;
}

.part5 .container {
  margin-top: 46px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 14px;
  padding-top: 0;
}

.part5 .container .part5T {
  display: flex;
  align-items: center;
  height: 69px;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
}

.part5 .container .part5T .l {
  display: flex;
}

.part5 .container .part5T .l a {
  color: #9d9d9d;
  font-size: 16px;
  display: block;
  line-height: 20px;
  padding-right: 23px;
  margin-right: 23px;
  border-right: 1px solid #dfdfdf;
}

.part5 .container .part5T .l a.active, .part5 .container .part5T .l a:hover {
  font-size: 20px;
  color: #343434;
  font-weight: bold;
}

.part5 .container .part5T .r a {
  color: #949494;
  font-size: 14px;
}

.part5 .container .part5D {
  display: flex;
  flex-wrap: wrap;
}

.part5 .container .part5D a {
  display: flex;
  align-items: center;
  width: 612px;
  margin-right: 29px;
  border-bottom: 1px dotted #cacfd9;
}

.part5 .container .part5D a:nth-of-type(2n) {
  margin-right: 0;
}

.part5 .container .part5D a p {
  font-size: 14px;
  color: #949494;
}

.part5 .container .part5D a.items {
  line-height: 53px;
  position: relative;
  box-sizing: border-box;
  padding-left: 24px;
}

.part5 .container .part5D a.items::after {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #458ee5;
}

.part5 .container .part5D a.items:hover p {
  color: #458ee5;
}

.part5 .container .part5D a.items p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.part5 .container .part5D a.items1 {
  padding: 20px 0;
}

.part5 .container .part5D a.items1 img {
  margin-right: 18px;
}

.part5 .container .part5D a.items1 .r {
  height: 121px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.part5 .container .part5D a.items1 .r h3 {
  color: #949494;
  font-size: 14px;
}

.part5 .container .part5D a.items1 .r p {
  color: #b4b4b4;
  font-size: 14px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.part5 .container .part5D a.items1 .r span {
  color: #bababa;
  font-size: 12px;
}

.part5 .container .part5D a.items1:hover .r h3,
.part5 .container .part5D a.items1:hover .r p,
.part5 .container .part5D a.items1:hover .r span {
  color: #458ee5;
}

.footer {
  background-color: #fff;
  min-width: 1300px;
}

.footerT {
  min-height: 100px;
  box-sizing: border-box;
  padding-top: 16px;
  background: url(../images/footer2.png) repeat-x;
  border-bottom: 1px solid #f0f0f1;
}

.footerT .container {
  display: flex;
}

.footerT .container .l {
  width: 93px;
  height: 42px;
  color: #fff;
  font-size: 14px;
  background: url(../images/footer1.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 37px;
  margin-right: 30px;
}

.footerT .container .link {
  width: 100px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.footerT .container .link a {
  color: #6d7580;
  font-size: 14px;
  display: block;
  line-height: 1;
  margin: 12px 0;
  margin-right: 32px;
}

.footerD {
  display: flex;
  margin-top: 31px;
}

.footerD .l {
  width: 539px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footerD .l .t {
  display: flex;
  margin-bottom: 37px;
}

.footerD .l .t a {
  line-height: 1;
  color: #5c5c5c;
  font-size: 15px;
  display: block;
  margin: 0 30px;
}

.footerD .l .d {
  display: flex;
}

.footerD .l .d a {
  display: block;
  margin: 0 24px;
  color: #999999;
  font-size: 13px;
}

.footerD .c {
  height: 180px;
  width: 396px;
  display: flex;
  box-sizing: border-box;
  border-left: 1px solid #f0f0f1;
  border-right: 1px solid #f0f0f1;
  padding-left: 48px;
  justify-content: center;
  flex-direction: column;
}

.footerD .c .dh {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.footerD .c .dh img {
  width: 32px;
  height: 43px;
  margin-right: 17px;
}

.footerD .c .dh .r {
  flex: 1;
  width: 100px;
}

.footerD .c .dh .r p {
  color: #7b7b7b;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1;
}

.footerD .c .dh .r h3 {
  color: #f9c300;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

.footerD .c li {
  display: flex;
  color: #8e8e8e;
  font-size: 14px;
  margin-bottom: 10px;
}

.footerD .c li:last-child {
  margin-bottom: 0;
}

.footerD .c li p {
  width: 246px;
}

.footerD .ewm {
  width: 100px;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.footerD .ewm .items {
  width: 116px;
  text-align: center;
}

.footerD .ewm .items:nth-of-type(2) {
  margin-left: 48px;
}

.footerD .ewm .items img {
  width: 116px;
  display: block;
  height: 116px;
}

.footerD .ewm .items p {
  color: #8e8e8e;
  font-size: 14px;
  margin-top: 30px;
}

.footerTxt {
  height: 64px;
  line-height: 64px;
  border-top: 1px solid #f0f0f1;
  color: #5c626c;
  font-size: 14px;
  text-align: center;
  margin-top: 46px;
}

.serviceBanner {
  background: url(../images/service/banner_1.png) 50% 50%/cover no-repeat;
}

.serviceBanner .container {
  width: 1300px;
}

.bannerMain {
  width: 229px;
  height: 549px;
  box-sizing: border-box;
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0.76);
}

.bannerMain .items {
  display: flex;
  justify-content: space-between;
  height: 46px;
  align-items: center;
  padding-left: 31px;
  box-sizing: border-box;
  padding-right: 35px;
  position: relative;
  color: #fff;
  font-size: 16px;
}

.bannerMain .items .jt {
  position: absolute;
  right: 0;
  display: none;
}

.bannerMain .items:hover, .bannerMain .items.active {
  background-color: #2d4f75;
}

.bannerMain .items:hover .jt, .bannerMain .items.active .jt {
  display: block;
}

.mt42 {
  margin-top: 42px;
}

.serviceList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 37px;
}

.serviceList .box {
  height: 469px;
  width: 416px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 20px;
  margin-right: 26px;
  margin-bottom: 22px;
}

.serviceList .box:nth-of-type(7), .serviceList .box:nth-of-type(8), .serviceList .box:nth-of-type(9) {
  margin-bottom: 0;
}

.serviceList .box:nth-of-type(3n) {
  margin-right: 0;
}

.serviceList .box .t {
  text-align: center;
  height: 106px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #f4f4f4;
  margin-bottom: 13px;
}

.serviceList .box .t h3 {
  line-height: 1;
  color: #2d4f75;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 14px;
}

.serviceList .box .t p {
  line-height: 1;
  color: #7e7e7e;
  font-size: 16px;
}

.serviceList .box .ul {
  display: flex;
  flex-wrap: wrap;
}

.serviceList .box .ul .li {
  width: 101px;
  height: 101px;
  box-sizing: border-box;
  padding-top: 16px;
  margin: 4px 0;
  margin-right: 36px;
}

.serviceList .box .ul .li:nth-of-type(3n) {
  margin-right: 0;
}

.serviceList .box .ul .li .icon {
  height: 40px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serviceList .box .ul .li .icon img {
  max-height: 40px;
  margin: 0 auto;
}

.serviceList .box .ul .li .icon .img1 {
  display: block;
}

.serviceList .box .ul .li .icon .img2 {
  display: none;
}

.serviceList .box .ul .li p {
  line-height: 1;
  text-align: center;
  color: #404040;
  font-size: 16px;
}

.serviceList .box .ul .li:hover {
  background-color: #2d4f75;
}

.serviceList .box .ul .li:hover .icon .img1 {
  display: none;
}

.serviceList .box .ul .li:hover .icon .img2 {
  display: block;
}

.serviceList .box .ul .li:hover p {
  color: #fff;
}

.rmtj {
  padding: 24px;
  padding-top: 0;
  padding-bottom: 43px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 36px;
  margin-bottom: 48px;
}

.rmtj .t {
  height: 102px;
  line-height: 102px;
  position: relative;
  text-align: center;
  font-size: 30px;
  color: #101010;
  font-weight: bold;
}

.rmtj .t a {
  position: absolute;
  right: 25px;
  font-size: 16px;
  color: #505050;
  font-weight: normal;
}

.rmtj .t a img {
  width: 16px;
  height: 16px;
  margin-right: 9px;
}

.rmtj .rmtjMain {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.rmtj .rmtjMain .box {
  width: 294px;
  height: 391px;
  display: block;
  background-color: #f1f3f7;
  margin-right: 24px;
}

.rmtj .rmtjMain .box:nth-of-type(4n) {
  margin-right: 0;
}

.rmtj .rmtjMain .box .icon {
  height: 213px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rmtj .rmtjMain .box h3 {
  font-weight: bold;
  color: #171616;
  text-align: center;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  margin-bottom: 23px;
}

.rmtj .rmtjMain .box p {
  width: 221px;
  margin: 0 auto;
  text-align: center;
  color: #9f9f9f;
  font-size: 14px;
  line-height: 24px;
}

.rmtj .rmtjMain .box span {
  text-align: center;
  display: block;
  color: #f45e1c;
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
}

.rmtj .rmtjMain .box span i {
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  padding-right: 3px;
}

.header2 {
  background-color: #fff;
  position: relative;
}

.header2 .headerT {
  border-bottom: 1px solid #e6e6e6;
}

.header2 .headerT .tips {
  color: #7f7f7f;
}

.header2 .headerT .headerTr a {
  color: #7f7f7f;
  border-right: 1px solid #7f7f7f;
}

.header2 .headerT .headerTr span {
  color: #2d4f75;
}

.header2 .headerT .headerTr span .img1 {
  display: none;
}

.header2 .headerT .headerTr span .img2 {
  display: block;
}

.header2 .headerD .logo .img1 {
  display: none;
}

.header2 .headerD .logo .img2 {
  display: block;
}

.header2 .headerD .meau ul li a {
  color: #696969;
}

.header2 .headerD .meau ul li a::before {
  background-color: #696969;
}

.header2 .headerD .meau ul li a::after {
  background-color: #696969;
}

.header2 .headerD .search input {
  border: 1px solid #696969;
  color: #696969;
}

.header2 .headerD .search input::placeholder {
  color: #696969;
}

.header2 .headerD .search button .img1 {
  display: none;
}

.header2 .headerD .search button .img2 {
  display: block;
}

.allnav {
  height: 60px;
  display: flex;
  align-items: center;
}

.allnav > img {
  width: 16px;
  height: 15px;
  display: block;
}

.allnav a {
  color: #808080;
  font-size: 14px;
  display: block;
  padding: 0 15px;
}

.allnav a:hover, .allnav a:last-child {
  color: #2d4f75;
}

.fenlType {
  background-color: #fcfcfc;
  border: 1px solid #ededed;
  margin-bottom: 23px;
}

.fenlType .box {
  display: flex;
  align-items: center;
  min-height: 57px;
  border-bottom: 1px solid #ededed;
  position: relative;
}

.fenlType .box .change {
  display: block;
  width: 48px;
  height: 20px;
  position: absolute;
  right: 20px;
  border: solid 1px #000000;
  color: #003a80;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

.fenlType .box:last-child {
  border-bottom: none;
}

.fenlType .box .l {
  height: 100%;
  width: 170px;
  box-sizing: border-box;
  padding-left: 22px;
  font-weight: bold;
  font-size: 14px;
  color: #515151;
}

.fenlType .box .r {
  width: 100px;
  background-color: #fff;
  border-left: 1px solid #ededed;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  min-height: 57px;
  padding: 10px 0;
  padding-right: 86px;
  box-sizing: border-box;
  box-sizing: border-box;
}

.fenlType .box .r a {
  display: block;
  line-height: 37px;
  margin-left: 26px;
  color: #4c4c4c;
  font-size: 15px;
}

.fenlType .box .r a:hover, .fenlType .box .r a.active {
  font-weight: bold;
  color: #003a80;
}

.flserviceL {
  padding-top: 24px;
  padding-bottom: 1px;
}

.flserviceL .rmtjMain .box {
  margin-bottom: 26px;
}

.shopInfo {
  background-color: #fff;
  padding: 21px 14px;
  padding-bottom: 34px;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.shopInfo .l {
  width: 662px;
  margin-right: 28px;
}

.shopInfo .l .bigImg {
  width: 100%;
  height: 427px;
  object-fit: cover;
}

.shopInfo .l .smallImg {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  margin-top: 26px;
}

.shopInfo .l .smallImg img {
  width: 89px;
  height: 60px;
  object-fit: cover;
}

.shopInfo .r {
  flex: 1;
  width: 100px;
}

.shopInfo .r .title h3 {
  color: #3e3e3e;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 16px;
}

.shopInfo .r .title p {
  color: #8e8e8e;
  font-size: 14px;
}

.shopInfo .r .box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 0 17px;
  margin-top: 15px;
}

.shopInfo .r .box1 div {
  display: flex;
  align-items: center;
}

.shopInfo .r .box1 div span {
  display: block;
  color: #8e8e8e;
  font-size: 14px;
  margin-right: 28px;
}

.shopInfo .r .box1 div p {
  color: #f45e1c;
  font-size: 24px;
  font-weight: bold;
}

.shopInfo .r .box1 div p i {
  font-weight: normal;
  font-size: 16px;
}

.shopInfo .r .box1 a {
  color: #4a4a4a;
  font-size: 14px;
}

.shopInfo .r .box1 a img {
  width: 5px;
  margin-left: 9px;
}

.shopInfo .r .box2 {
  display: flex;
}

.shopInfo .r .box2 .box2L {
  flex: 1;
  width: 10px;
  margin-right: 15px;
}

.shopInfo .r .box2 .box2L .items {
  height: 63px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ededed;
  color: #003a80;
  font-size: 14px;
  padding-left: 16px;
}

.shopInfo .r .box2 .box2L .items a {
  display: block;
  width: 95px;
  margin-left: 20px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  color: #fff;
  background-color: #2d4f75;
}

.shopInfo .r .box2 .box2L .items1 {
  display: flex;
  align-items: center;
  height: 63px;
  border-bottom: 1px solid #ededed;
  padding-left: 16px;
  color: #8e8e8e;
  font-size: 14px;
}

.shopInfo .r .box2 .box2L .items1 p {
  color: #474747;
}

.shopInfo .r .box2 .box2L .items2 {
  display: flex;
  height: 63px;
  align-items: center;
  padding-left: 14px;
  border-bottom: 1px solid #ededed;
  color: #2a2a2a;
  font-size: 14px;
}

.shopInfo .r .box2 .box2L .items2 span {
  display: block;
  margin-right: 30px;
}

.shopInfo .r .box2 .box2R {
  width: 168px;
  background-color: #f7f7f7;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.shopInfo .r .box2 .box2R img {
  display: block;
}

.shopInfo .r .box2 .box2R p {
  color: #8e8e8e;
  font-size: 14px;
  margin-top: 16px;
}

.shopInfo .r .box3 {
  margin-bottom: 39px;
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
}

.shopInfo .r .box3 a {
  display: block;
  background-color: #2d4f75;
  color: #fff;
  width: 276px;
  font-size: 16px;
  height: 52px;
  text-align: center;
  line-height: 52px;
}

.shopInfo .r .box3 a:nth-of-type(2) {
  background-color: #f45e1c;
}

.shopInfo .r .boxShare a {
  display: flex;
  align-items: center;
  color: #a3a3a3;
  font-size: 14px;
}

.shopInfo .r .boxShare a img {
  display: block;
  width: 15px;
  height: 17px;
  margin-right: 9px;
}

.hr {
  height: 6px;
  background-color: #f4f4f4;
}

.shopInfo2 {
  margin-bottom: 21px;
  display: flex;
}

.shopInfo2 .l {
  width: 331px;
  background-color: #fff;
  padding-bottom: 16px;
}

.shopInfo2 .l > .title {
  width: 294px;
  margin: 0 auto;
  line-height: 65px;
  border-bottom: 1px solid #f1f1f1;
  color: #767575;
  font-size: 18px;
  text-align: center;
  margin-bottom: 16px;
}

.shopInfo2 .l .box {
  width: 294px;
  height: 391px;
  display: block;
  background-color: #f1f3f7;
  margin: 0 auto;
  margin-bottom: 18px;
}

.shopInfo2 .l .box:last-child {
  margin-bottom: 0;
}

.shopInfo2 .l .box .icon {
  height: 213px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopInfo2 .l .box h3 {
  font-weight: bold;
  color: #171616;
  text-align: center;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  margin-bottom: 23px;
}

.shopInfo2 .l .box p {
  width: 221px;
  margin: 0 auto;
  text-align: center;
  color: #9f9f9f;
  font-size: 14px;
  line-height: 24px;
}

.shopInfo2 .l .box span {
  text-align: center;
  display: block;
  color: #f45e1c;
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
}

.shopInfo2 .l .box span i {
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  padding-right: 3px;
}

.shopInfo2 .r {
  flex: 1;
  width: 100px;
  margin-left: 15px;
}

.shopInfo2 .r .tab {
  display: flex;
  align-items: center;
  height: 49px;
  color: #686868;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
}

.shopInfo2 .r .tab a {
  width: 131px;
  line-height: 49px;
  display: block;
  text-align: center;
}

.shopInfo2 .r .tab a:hover, .shopInfo2 .r .tab a.active {
  background-color: #2d4f75;
  color: #fff;
}

.shopInfo2 .r .info .images {
  background-color: #fff;
  padding: 22px 20px;
}

.shopInfo2 .r .info .images img {
  display: block;
  width: 100%;
}

.shopInfo2 .r .tabInfo {
  width: 100%;
  padding: 0 10px;
  background-color: #fff;
  padding-bottom: 10px;
}

.shopInfo2 .r .tabInfo .title {
  height: 64px;
  line-height: 64px;
  box-sizing: border-box;
  padding-left: 16px;
  border-bottom: 2px solid #f4f4f4;
  color: #8a8a8a;
  font-size: 20px;
}

.shopInfo2 .r .tabInfo table {
  width: 100%;
}

.shopInfo2 .r .tabInfo table td {
  line-height: 65px;
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
  color: #4b4b4b;
  font-size: 16px;
}

.shopInfo2 .r .tabInfo table td span {
  font-size: 16px;
  color: #f45e1c;
}

.shopInfo2 .r .tabInfo table tr:last-child td {
  border-bottom: none;
}

.shopInfo2 .r .comment {
  background-color: #fff;
  padding: 0 10px;
  padding-bottom: 32px;
}

.shopInfo2 .r .comment .title {
  height: 64px;
  line-height: 64px;
  box-sizing: border-box;
  padding-left: 16px;
  border-bottom: 2px solid #f4f4f4;
  color: #8a8a8a;
  font-size: 20px;
}

.shopInfo2 .r .commentList .items {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  border-bottom: 1px solid #f4f4f4;
}

.shopInfo2 .r .commentList .items .userL {
  display: flex;
}

.shopInfo2 .r .commentList .items .userL > img {
  display: block;
  width: 63px;
  height: 63px;
  border-radius: 100%;
  margin-right: 27px;
}

.shopInfo2 .r .commentList .items .userT {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.shopInfo2 .r .commentList .items .userT h3 {
  color: #232323;
  font-size: 18px;
}

.shopInfo2 .r .commentList .items .userT .start {
  margin-left: 17px;
}

.shopInfo2 .r .commentList .items .userT .start .layui-rate li i.layui-icon {
  font-size: 16px;
}

.shopInfo2 .r .commentList .items .userT .start .layui-rate {
  padding: 0;
}

.shopInfo2 .r .commentList .items .user {
  height: 63px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shopInfo2 .r .commentList .items .user p {
  color: #7f7f7f;
  font-size: 16px;
}

.shopInfo2 .r .commentList .items .imgList {
  display: flex;
  flex-wrap: wrap;
}

.shopInfo2 .r .commentList .items .imgList img {
  display: block;
  width: 68px;
  height: 68px;
  object-fit: cover;
  margin-right: 19px;
}

.shopInfo2 .r .commentList .items .time {
  line-height: 63px;
  color: #7f7f7f;
  font-size: 14px;
}

.repairBanner {
  margin-bottom: 30px;
}

.repairBanner img {
  display: block;
  width: 100%;
}

.repairTitle {
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #ededed;
  color: #272727;
  font-size: 18px;
  font-weight: bold;
}

.repair {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}

.repair .repairL {
  width: 987px;
}

.repair .repairR {
  width: 288px;
}

.repair .repairSearch {
  background-color: #fff;
  padding: 0 15px;
  padding-bottom: 15px;
}

.repair .repairSearch .search {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  margin-top: 20px;
}

.repair .repairSearch .search input {
  flex: 1;
  height: 100%;
  border: none;
  background-color: transparent;
  color: #777;
  font-size: 14px;
  padding-left: 19px;
}

.repair .repairSearch .search input::placeholder {
  color: #777;
}

.repair .repairSearch .search button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 48px;
}

.repair .repairSearch .search button img {
  display: block;
  width: 20px;
}

.repair .repairSearch .tableList {
  margin-top: 15px;
}

.repair .repairSearch .tableList table {
  width: 100%;
}

.repair .repairSearch .tableList table td {
  line-height: 42px;
  color: #777;
  font-size: 14px;
  border: 1px solid #ededed;
  padding-left: 13px;
}

.repair .repairBj {
  background-color: #fff;
  padding: 0 15px;
  margin-top: 20px;
}

.repair .repairBj .repairBjM {
  padding-top: 25px;
}

.repair .repairBj .repairBjM .t {
  text-align: center;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.repair .repairBj .repairBjM .t span {
  color: #2d4f75;
}

.repair .repairBj .repairBjM img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
}

.repair .repairBj .repairBjM .txt {
  line-height: 51px;
  text-align: center;
  color: #3d3d3d;
  font-size: 14px;
}

.repair .repairHot {
  background-color: #fff;
  padding: 0 15px;
  margin-top: 20px;
  padding-bottom: 8px;
}

.repair .repairHot .ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.repair .repairHot .ul .items {
  display: block;
  width: 120px;
  height: 39px;
  background-color: #ededed;
  text-align: center;
  line-height: 39px;
  color: #777777;
  font-size: 14px;
  margin-right: 8px;
  margin-bottom: 7px;
}

.repair .repairHot .ul .items:nth-of-type(2n) {
  margin-right: 0;
}

.repair .repair1 {
  background-color: #fff;
  padding-bottom: 25px;
}

.repair .repair1 .repair1T {
  border-bottom: 1px solid #ededed;
  height: 52px;
  display: flex;
  margin-bottom: 22px;
}

.repair .repair1 .repair1T a {
  display: block;
  height: 52px;
  line-height: 52px;
  text-align: center;
  width: 104px;
  font-size: 15px;
  color: #838383;
  border-right: 1px solid #ededed;
  position: relative;
}

.repair .repair1 .repair1T a::after {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  content: '';
  display: none;
  top: 0;
  left: 0;
  background-color: #003a80;
}

.repair .repair1 .repair1T a.active, .repair .repair1 .repair1T a:hover {
  color: #272727;
  height: 53px;
  font-weight: bold;
  background-color: #fff;
}

.repair .repair1 .repair1T a.active::after, .repair .repair1 .repair1T a:hover::after {
  display: block;
}

.repair .repair1 .getMore {
  display: flex;
  width: 111px;
  height: 41px;
  background-color: #2d4f75;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 41px;
  margin: 0 auto;
  color: #fff;
}

.repair .repair1 .getMore img {
  margin-left: 9px;
  width: 11px;
  height: 6px;
}

.repair .repair1 .fenlType {
  width: 951px;
  display: block;
  margin: 0 auto;
}

.repair .repair1 .fenlType .box .l {
  width: 130px;
}

.repair .repair1 .repair1D .tabD + .tabD {
  display: none;
}

.repair .repair2 {
  background-color: #fff;
  padding: 0 14px;
  padding-bottom: 26px;
}

.repair .repair2 .repairTitle {
  padding-left: 5px;
  line-height: 60px;
  height: 60px;
}

.repair .repair2 .repair2Main {
  display: flex;
  margin-top: 22px;
}

.repair .repair2 .repair2Main .repair2MainL {
  width: 457px;
  height: 286px;
  position: relative;
}

.repair .repair2 .repair2Main .repair2MainL img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.repair .repair2 .repair2Main .repair2MainL p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fefefe;
  font-size: 18px;
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.repair .repair2 .repair2Main .repair2MainR {
  margin-left: 17px;
  flex: 1;
  width: 100px;
}

.repair .repair2 .repair2Main .repair2MainR .items {
  display: flex;
  margin-bottom: 14px;
}

.repair .repair2 .repair2Main .repair2MainR .items:last-child {
  margin-bottom: 0;
}

.repair .repair2 .repair2Main .repair2MainR .items img {
  width: 199px;
  height: 136px;
  object-fit: cover;
}

.repair .repair2 .repair2Main .repair2MainR .items .info {
  width: 1px;
  flex: 1;
  margin-left: 19px;
}

.repair .repair2 .repair2Main .repair2MainR .items .info h3 {
  color: #3f3f3f;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
}

.repair .repair2 .repair2Main .repair2MainR .items .info p {
  line-height: 30px;
  color: #808080;
  font-size: 14px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.repair .repair3 {
  background-color: #fff;
  padding: 0 14px;
  padding-bottom: 26px;
}

.repair .repair3 .repairTitle {
  padding-left: 5px;
  line-height: 60px;
  height: 60px;
}

.repair3Main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

.repair3Main .items {
  display: block;
  width: 307px;
  height: 253px;
  padding: 25px 13px 0 19px;
  background-color: #f9f9f9;
  margin-right: 16px;
  position: relative;
}

.repair3Main .items:nth-of-type(3n) {
  margin-right: 0;
}

.repair3Main .items h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2b2b2b;
  font-size: 20px;
  margin-bottom: 20px;
}

.repair3Main .items p {
  word-break: break-all;
  font-size: 14px;
  text-overflow: ellipsis;
  color: #7b7b7b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 这里是超出几行省略 */
  line-height: 30px;
  overflow: hidden;
}

.repair3Main .items .d {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 13px 0 19px;
}

.repair3Main .items .d .time {
  display: flex;
  align-items: center;
  color: #acacac;
  font-size: 14px;
}

.repair3Main .items .d .time img {
  width: 16px;
  height: 16px;
  margin-right: 9px;
}

.repair3Main .items .user {
  display: flex;
  color: #acacac;
  font-size: 12px;
}

.repair3Main .items .user img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 11px;
}

.repair4 {
  background-color: #fff;
  padding: 0 14px;
  padding-bottom: 26px;
}

.repair4 .repair4Title {
  height: 62px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ededed;
  padding-left: 5px;
}

.repair4 .repair4Title a {
  display: block;
  margin-right: 42px;
  color: #898989;
  font-size: 16px;
}

.repair4 .repair4Title a:hover, .repair4 .repair4Title a.active {
  color: #272727;
  font-size: 18px;
  font-weight: bold;
}

.repair4D .items {
  border-bottom: 1px solid #ededed;
  display: flex;
  padding: 25px 0;
}

.repair4D .items .info {
  margin-left: 27px;
  flex: 1;
  width: 100px;
  position: relative;
}

.repair4D .items .info h3 {
  color: #3f3f3f;
  font-size: 18px;
}

.repair4D .items .info > p {
  color: #808080;
  font-size: 14px;
  line-height: 30px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 这里是超出几行省略 */
  line-height: 30px;
  overflow: hidden;
}

.repair4D .items .d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.repair4D .items .d .user {
  display: flex;
  align-items: center;
  color: #acacac;
  font-size: 14px;
}

.repair4D .items .d .user img {
  border-radius: 100%;
  width: 23px;
  height: 24px;
  margin-right: 10px;
}

.repair4D .items .d .tool {
  display: flex;
  align-items: center;
  color: #acacac;
  font-size: 14px;
}

.repair4D .items .d .tool .time {
  margin-right: 31px;
}

.repair4D .items .d .tool .look {
  margin-right: 31px;
  display: flex;
  align-items: center;
}

.repair4D .items .d .tool .look img {
  width: 17px;
  height: 11px;
  margin-right: 10px;
}

.repair4D .items .d .tool .type {
  color: #2d4f75;
}

.repair4D .items .d .tool .type img {
  width: 17px;
  height: 17px;
  margin-right: 13px;
}

.repair4D .items > img {
  display: block;
  width: 250px;
  height: 169px;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 44px 0;
  margin-bottom: 20px;
}

.pages a,
.pages span {
  display: block;
  padding: 0 20px;
  line-height: 44px;
  text-align: center;
  background-color: #f5f5f5;
  color: #454646;
  font-size: 14px;
  margin: 0 5px;
}

.pages span,
.pages a:hover {
  background-color: #2d4f75;
  color: #fff;
}

.repairInfo {
  background-color: #fff;
  padding: 0 18px;
  margin-bottom: 20px;
}

.repairInfo .title {
  height: 124px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #ededed;
}

.repairInfo .title h3 {
  color: #3f3f3f;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.repairInfo .title .user {
  display: flex;
  align-items: center;
  color: #acacac;
  margin-left: 30px;
  font-size: 14px;
}

.repairInfo .title .user img {
  border-radius: 100%;
  width: 23px;
  height: 24px;
  margin-right: 10px;
}

.repairInfo .title .tool {
  display: flex;
  align-items: center;
  color: #acacac;
  font-size: 14px;
}

.repairInfo .title .tool .time {
  margin-right: 31px;
}

.repairInfo .title .tool .look {
  margin-right: 31px;
  display: flex;
  align-items: center;
}

.repairInfo .title .tool .look img {
  width: 17px;
  height: 11px;
  margin-right: 10px;
}

.repairInfo .title .tool .type {
  color: #2d4f75;
}

.repairInfo .title .tool .type img {
  width: 17px;
  height: 17px;
  margin-right: 13px;
}

.repairInfo .main {
  border-bottom: 1px solid #ededed;
  padding: 33px 6px;
  color: #808080;
  font-size: 16px;
  line-height: 30px;
}

.repairInfo .main img {
  display: block;
  margin: 35px auto;
  max-width: 100%;
}

.repairInfo .repairPages {
  height: 129px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6px;
  font-size: 16px;
}

.repairInfo .repairPages .items {
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #808080;
  font-size: 16px;
}

.repairInfo .repairPages a {
  display: block;
  color: #3f3f3f;
  margin-left: 20px;
  width: 400px;
}

.ov {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ov2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.ov3 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.repairL .wntj {
  margin-bottom: 19px;
  background-color: #fff;
  padding: 0 14px;
  padding-bottom: 26px;
}

.repairL .wntj .boxMain {
  display: flex;
  margin-top: 24px;
}

.repairL .wntj .boxMain .box {
  width: 294px;
  height: 391px;
  display: block;
  background-color: #f1f3f7;
  margin: 0 auto;
}

.repairL .wntj .boxMain .box:last-child {
  margin-bottom: 0;
}

.repairL .wntj .boxMain .box .icon {
  height: 213px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.repairL .wntj .boxMain .box h3 {
  font-weight: bold;
  color: #171616;
  text-align: center;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  margin-bottom: 23px;
}

.repairL .wntj .boxMain .box p {
  width: 221px;
  margin: 0 auto;
  text-align: center;
  color: #9f9f9f;
  font-size: 14px;
  line-height: 24px;
}

.repairL .wntj .boxMain .box span {
  text-align: center;
  display: block;
  color: #f45e1c;
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
}

.repairL .wntj .boxMain .box span i {
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  padding-right: 3px;
}

.loginBox {
  height: 747px;
  background: url(../images/login/bg.jpg) 50% 50%/cover no-repeat;
}

.loginBox .container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 109px;
}

.loginBox .boxTit {
  text-align: center;
}

.loginBox .boxTit .title {
  display: block;
  width: 502px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.loginBox .boxTit p {
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
}

.loginBox .boxTit a {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin-top: 50px;
  width: 150px;
  height: 50px;
  background-color: #003a80;
}

.loginBox .boxTit a img {
  width: 17px;
  height: 17px;
  display: block;
  margin-right: 14px;
}

.loginBox .loginMain {
  width: 367px;
  min-height: 458px;
  background-color: #fff;
  margin-left: 120px;
  padding: 0 33px;
  padding-bottom: 27px;
  position: relative;
  border-radius: 5px;
}

.loginBox .loginMain .title {
  height: 89px;
  line-height: 89px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.loginBox .loginMain .form .items {
  margin-bottom: 20px;
  position: relative;
}

.loginBox .loginMain .form .items input {
  width: 100%;
  height: 50px;
  border: 1px solid #e0e0e0;
  background-color: transparent;
  border-radius: 5px;
  padding-left: 17px;
  font-size: 12px;
  color: #3f3f3f;
}

.loginBox .loginMain .form .items button {
  position: absolute;
  right: 0;
  top: 0;
  width: 89px;
  text-align: left;
  height: 100%;
  background-color: transparent;
  line-height: 50px;
  color: #fea700;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
}

.loginBox .loginMain .form .btn {
  cursor: pointer;
  width: 100%;
  height: 50px;
  background-color: #003a80;
  margin-top: 8px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  border: solid 1px #e0e0e0;
}

.loginBox .loginMain .form .items2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #444444;
  font-size: 14px;
  margin-top: 26px;
}

.loginBox .loginMain .form .items2 .to {
  color: #003a80;
}

.loginBox .loginMain .recruitLogin {
  padding-top: 54px;
}

.loginBox .loginMain .recruitLogin .items {
  display: flex;
}

.loginBox .loginMain .recruitLogin .items span {
  display: block;
  width: 104px;
  flex-shrink: 0;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 50px;
}

.loginBox .loginMain .recruitLogin .items.itemsSub button {
  position: inherit;
  width: 221px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  background-color: #003a80;
  border: solid 1px #e0e0e0;
}

.loginBox .loginMain .recruitLogin .items .layui-form-select {
  flex: 1;
}

.loginBox .loginMain .recruitLogin .items .itemsCity {
  display: flex;
  flex: 1;
  width: 100px;
}

.loginBox .loginMain .recruitLogin .items .itemsCity .layui-form-select {
  width: 88px;
  margin-right: 19px;
}

.loginBox .loginMain .recruitLogin .items .itemsCity .layui-form-select:last-child {
  margin-right: 0;
}

.loginBox .loginMain .toLink {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 27px;
  display: block;
  width: 301px;
  height: 50px;
  background-color: #f4f4f4;
  text-align: center;
  line-height: 50px;
  color: #5d5d5d;
  border-radius: 5px;
}

.minCon {
  min-width: 1300px;
}

.recruit1 {
  background: url(../images/recruit/bg.jpg) 50% 50%/cover no-repeat;
  height: 658px;
}

.recruit1 .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.recruit1 .t {
  text-align: center;
}

.recruit1 .t h3 {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.86);
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1;
}

.recruit1 .t p {
  font-size: 24px;
  line-height: 1;
  color: #f7f7f7;
}

.recruit1 .list {
  margin-top: 99px;
  display: flex;
  justify-content: center;
}

.recruit1 .list .items {
  text-align: center;
  margin: 0 58px;
  line-height: 1;
}

.recruit1 .list .items .num {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 35px;
}

.recruit1 .list .items p {
  font-size: 16px;
  color: #fff;
}

.recruit1 a {
  display: block;
  margin: 0 auto;
  margin-top: 69px;
  width: 183px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  color: #fff;
  font-size: 16px;
  background-color: #003a80;
  border-radius: 5px;
  font-weight: bold;
}

.recruitTit {
  margin-top: 62px;
  margin-bottom: 66px;
  text-align: center;
}

.recruitTit h3 {
  color: #0b0b0b;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}

.recruitTit p {
  line-height: 1;
  color: #8a8a8a;
  font-size: 14px;
}

.recruit2 {
  margin-bottom: 66px;
}

.recruit2 .list {
  display: flex;
  justify-content: center;
}

.recruit2 .list .items {
  margin: 0 72px;
  text-align: center;
}

.recruit2 .list .items .icons {
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
}

.recruit2 .list .items .icons img {
  display: block;
  max-height: 77px;
}

.recruit2 .list .items h3 {
  color: #484848;
  font-size: 18px;
  margin-bottom: 20px;
}

.recruit2 .list .items p {
  line-height: 30px;
  color: #9b9b9b;
  font-size: 14px;
}

.recruit2 a {
  display: flex;
  margin: 0 auto;
  text-align: center;
  line-height: 65px;
  width: 203px;
  height: 65px;
  background-color: #2d4f75;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 77px;
  border-radius: 5px;
}

.recruit2 a img {
  width: 20px;
  height: 23px;
  display: block;
  margin-right: 14px;
}

.recruit3 {
  height: 394px;
  background: url(../images/recruit/bg2.png) 50% 50%/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.recruit3 h3 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}

.recruit3 p {
  color: #fff;
  font-size: 30px;
}

.recruit4 {
  margin-bottom: 64px;
}

.recruit4 .recruitTit {
  margin-top: 53px;
  margin-bottom: 46px;
}

.recruit4 .recruitTit h3 {
  margin-bottom: 25px;
}

.recruit4 .list {
  display: flex;
  justify-content: center;
}

.recruit4 .list .items {
  width: 229px;
  line-height: 1;
  text-align: center;
  position: relative;
}

.recruit4 .list .items::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: 16px;
  width: calc(50% - 30px);
  height: 1px;
  background-color: #ededed;
}

.recruit4 .list .items::before {
  position: absolute;
  content: '';
  display: block;
  right: 0;
  bottom: 16px;
  width: calc(50% - 30px);
  height: 1px;
  background-color: #ededed;
}

.recruit4 .list .items:nth-of-type(1)::after {
  display: none;
}

.recruit4 .list .items:last-child::before {
  display: none;
}

.recruit4 .list .items .icons {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.recruit4 .list .items .icons img {
  display: block;
  max-height: 65px;
}

.recruit4 .list .items h3 {
  color: #484848;
  font-size: 18px;
  margin-bottom: 15px;
}

.recruit4 .list .items p {
  line-height: 30px;
  color: #a5a5a5;
  font-size: 14px;
}

.recruit4 .list .items span {
  display: block;
  width: 32px;
  height: 32px;
  border: solid 1px #d3d3d3;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 28px;
  text-align: center;
  line-height: 32px;
  border-radius: 100%;
  color: #a1a1a1;
  font-size: 14px;
}

.mine {
  margin-top: 59px;
  margin-bottom: 39px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.mine .mineL {
  min-height: 526px;
  background-color: #fff;
  width: 246px;
  border-radius: 5px;
}

.mine .mineL .user {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 216px;
  border-bottom: 3px solid #003a80;
  margin-bottom: 52px;
}

.mine .mineL .user img {
  width: 91px;
  height: 91px;
  border-radius: 100%;
  margin-bottom: 22px;
}

.mine .mineL .user p {
  text-align: center;
  color: #646464;
  font-size: 16px;
}

.mine .mineL .list .items {
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 62px;
  position: relative;
  font-size: 15px;
}

.mine .mineL .list .items img {
  margin-right: 13px;
}

.mine .mineL .list .items::after {
  position: absolute;
  transition: .2s linear all;
  left: 0;
  content: '';
  display: block;
  top: 0;
  height: 0;
  width: 4px;
  background-color: #003a80;
}

.mine .mineL .list .items:hover, .mine .mineL .list .items.active {
  background-color: #f0f0f0;
  color: #003a80;
}

.mine .mineL .list .items:hover::after, .mine .mineL .list .items.active::after {
  height: 50px;
}

.mine .mineR {
  border-radius: 5px;
  width: 1013px;
  margin-left: 27px;
  min-height: 753px;
  background-color: #fff;
  padding: 0 17px;
}

.mine .mineR .repairTitle {
  line-height: 65px;
  height: 65px;
  font-size: 18px;
  color: #262626;
  font-weight: normal;
}

.changeAvatar {
  width: 184px;
  height: 186px;
  background-color: #ffffff;
  border: solid 3px #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  margin-top: 44px;
  margin-left: 18px;
}

.changeAvatar img {
  display: block;
  width: 98px;
  height: 98px;
  border-radius: 100%;
}

.changeAvatar p {
  color: #939393;
  font-size: 14px;
  text-align: center;
  margin-top: 29px;
}

.userForm {
  padding: 0 18px;
  margin-top: 59px;
}

.userForm .box {
  display: flex;
  flex-wrap: wrap;
}

.userForm .box .items {
  width: 296px;
  margin-right: 20px;
  margin-bottom: 40px;
}

.userForm .box .items:nth-of-type(3n) {
  margin-right: 0;
}

.userForm .box .items p {
  color: #9c9c9c;
  font-size: 14px;
  padding-left: 10px;
}

.userForm .box .items input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #59626d;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  border: 1px solid #ededed;
}

.userForm .btns {
  display: flex;
  justify-content: center;
}

.userForm .btns button {
  width: 128px;
  height: 46px;
  border-radius: 4px;
  text-align: center;
  line-height: 43px;
  margin: 0 10px;
}

.userForm .btns button.sub {
  background-color: #003a80;
  color: #fff;
  font-size: 14px;
  border: solid 3px #003a80;
}

.userForm .btns button.reset {
  color: #928f8f;
  font-size: 14px;
  border: solid 3px #f4f4f4;
}

.orderTitle {
  height: 65px;
  display: flex;
  border-bottom: 1px solid #ededed;
  padding: 0 17px;
  align-items: center;
}

.orderTitle p {
  color: #262626;
  font-size: 18px;
  margin-right: 73px;
}

.orderTitle .ordernav {
  display: flex;
  align-items: center;
}

.orderTitle .ordernav a {
  display: block;
  line-height: 65px;
  margin-right: 26px;
  color: #797979;
  font-size: 14px;
  position: relative;
  padding: 0 4px;
}

.orderTitle .ordernav a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #003a80;
  content: '';
  display: none;
}

.orderTitle .ordernav a:hover, .orderTitle .ordernav a.active {
  color: #003a80;
}

.orderTitle .ordernav a:hover::after, .orderTitle .ordernav a.active::after {
  display: block;
}

.orderList .items {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #ededed;
  position: relative;
}

.orderList .items .shop {
  width: 526px;
  display: flex;
  align-items: center;
}

.orderList .items .shop img {
  display: block;
  width: 122px;
  height: 90px;
  margin-right: 23px;
}

.orderList .items .shop .info {
  flex: 1;
  width: 100px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.orderList .items .shop .info h3 {
  color: #4f4f4f;
  font-size: 18px;
}

.orderList .items .shop .info p {
  color: #bbbbbb;
  font-size: 14px;
}

.orderList .items .shop .info .d {
  display: flex;
  align-items: center;
}

.orderList .items .shop .info .d p {
  margin-right: 12px;
  color: #bbbbbb;
  font-size: 14px;
}

.orderList .items .shop .info .d p span {
  color: #515151;
}

.orderList .items .price {
  color: #f45e1c;
  font-size: 24px;
  font-weight: bold;
  margin-left: 38px;
}

.orderList .items .price i {
  font-weight: bold;
  font-size: 16px;
}

.orderList .items a {
  position: absolute;
  right: 0;
  width: 94px;
  height: 40px;
  background-color: #003a80;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}

.orderList .items a.dsm {
  background-color: #f9c300;
}

.orderList .items a.dpj {
  background-color: #838383;
}

.orderList .items a.qx {
  background-color: #d7d7d7;
  color: #706565;
  font-size: 16px;
}

.addressBox .repairTitle {
  padding: 0 17px;
}

.addressList {
  display: flex;
  flex-wrap: wrap;
}

.addressList .items {
  cursor: pointer;
  width: 259px;
  background-color: #fafafa;
  height: 169px;
  border: solid 1px #e8e8e8;
  display: block;
  padding: 0 10px;
  padding-top: 4px;
  position: relative;
  color: #7e7e7e;
  font-size: 14px;
  margin-right: 35px;
  margin-bottom: 35px;
}

.addressList .items .img1 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}

.addressList .items .img2 {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
}

.addressList .items .t {
  display: flex;
  align-items: center;
  height: 54px;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
}

.addressList .items .t .name {
  color: #7e7e7e;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.addressList .items .t .name img {
  margin-right: 13px;
}

.addressList .items .t .name p {
  width: 100px;
}

.addressList .items .t a {
  display: none;
  width: 115px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  border-radius: 3px;
  background-color: #05509a;
  color: #fff;
}

.addressList .items .addre {
  display: flex;
  align-items: center;
  height: 49px;
  line-height: 1;
  border-bottom: 1px solid #ededed;
}

.addressList .items .addre img {
  margin-right: 13px;
}

.addressList .items .addre p {
  width: 200px;
}

.addressList .items .d {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
}

.addressList .items .d .tool {
  display: none;
}

.addressList .items .d a {
  padding: 0 10px;
  color: #0072ca;
}

.addressList .items:hover {
  border: 1px solid #ff7c00;
}

.addressList .items:hover .img1 {
  display: none;
}

.addressList .items:hover .img2 {
  display: block;
}

.addressList .items:hover .t a {
  display: block;
}

.addressList .items:hover .d .tool {
  display: flex;
}

.addressList .empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px dashed #ededed;
  background-color: transparent;
}

.addressList .empty img {
  display: block;
  margin-bottom: 18px;
}

.addressList .empty p {
  color: #a4a4a4;
  font-size: 14px;
}

.addressBox .tips {
  margin-top: 25px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  color: #7c7c7c;
  font-size: 13px;
}

.addressBox .tips i {
  color: #05509a;
}

.addressBox .tips p {
  color: #ff8a00;
}

.addAddress .items {
  display: flex;
  align-items: center;
  margin-right: 18px;
  margin: 18px 0;
}

.addAddress .items span {
  width: 1100px;
  display: block;
  width: 105px;
  margin-right: 15px;
  font-size: 14px;
  color: #909090;
  letter-spacing: 1px;
  text-align: right;
}

.addAddress .items input {
  width: 208px;
  height: 50px;
  border: 1px solid #e0e0e0;
  background-color: transparent;
  border-radius: 5px;
  padding-left: 17px;
  font-size: 12px;
  color: #3f3f3f;
}

.addAddress .items .itemsCity {
  display: flex;
  align-items: center;
}

.addAddress .items .itemsCity .layui-form-select {
  width: 135px;
  margin-right: 27px;
}

.addAddress .items .itemsCity .layui-form-select input {
  width: 100%;
}

.addAddress .items.bcdz a {
  display: block;
  text-align: center;
  align-items: center;
  background-color: #05509a;
  width: 136px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
}

.newsList {
  margin-top: 25px;
}

.newsList a {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  padding: 18px 0;
  margin-bottom: 22px;
}

.newsList a .time {
  width: 133px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 78px;
  border-right: 1px solid #dedede;
}

.newsList a .time h3 {
  color: #5a5a5a;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 20px;
}

.newsList a .time p {
  color: #888888;
  font-size: 14px;
}

.newsList a .info {
  flex: 1;
  width: 100px;
  line-height: 36px;
  margin-left: 32px;
  padding-right: 180px;
}
