* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  font-size: 14px;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  overflow-x: hidden;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.webqq_ewm {
  box-sizing: content-box;
}
html {
  cursor: url(../images/cur.png), default;
}
a {
  cursor: url(../images/Acur.png), default;
}
textarea {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="text"] {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="button"] {
  cursor: url(../images/Acur.png), default !important;
}
input,
button {
  outline: none;
}
@keyframes animated {
  0% {
    cursor: url('../images/Pcuro1.png'), auto;
  }
  8.8% {
    cursor: url('../images/Pcuro2.png'), auto;
  }
  17.6% {
    cursor: url('../images/Pcuro3.png'), auto;
  }
  26.4% {
    cursor: url('../images/Pcuro4.png'), auto;
  }
  35.2% {
    cursor: url('../images/Pcuro5.png'), auto;
  }
  44% {
    cursor: url('../images/Pcuro6.png'), auto;
  }
  52.8% {
    cursor: url('../images/Pcuro7.png'), auto;
  }
  61.6% {
    cursor: url('../images/Pcuro8.png'), auto;
  }
  70.4% {
    cursor: url('../images/Pcuro9.png'), auto;
  }
  79.2% {
    cursor: url('../images/Pcuro10.png'), auto;
  }
  88% {
    cursor: url('../images/Pcuro11.png'), auto;
  }
  100% {
    cursor: url('../images/Pcuro12.png'), auto;
  }
}
.wjdh-ico1,
.wjdh-ico2 {
  vertical-align: middle;
}
.UrbansubstationBox {
  display: inline-block;
  position: relative;
  z-index: 999;
}
.Urbansubstation {
  position: absolute;
  bottom: 100%;
  left: 0%;
  transform: translateX(-25%);
  background: #f8f8f8;
  width: 0;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  border-radius: 10px;
  color: #333 !important;
}
.Urbansubstationfenzhan {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  color: #333 !important;
}
.UrbansubstationBoxCenter p {
  width: 94%;
  height: 100%;
  border: 1px dashed #e2e2e2;
  margin: 0 auto 10px;
  border-radius: 5px;
  line-height: 0 !important;
}
.UrbansubstationBoxCenter p a {
  text-align: left;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: block;
  color: #666 !important;
  padding: 5px 10px 5px 30px;
  line-height: 26px !important;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.UrbansubstationBox:hover .Urbansubstation {
  min-width: 160px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.Urbansubstation p a:hover::before {
  border-color: #c30d23;
}
.Urbansubstation p a:hover::after {
  background: #c30d23;
}
.Urbansubstation p a::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ddd;
  position: absolute;
  top: 16px;
  left: 15px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Urbansubstation p a::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  position: absolute;
  top: 11px;
  left: 10px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Urbansubstation p a:hover {
  transform: translateY(-2px);
  color: #c30d23 !important;
}
.disablemouserightclick,
.disablechoose,
.disablecopy {
  display: none;
}
.businessLicenseBox {
  display: none;
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.businessLicenseBoxCenter {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70vw;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  display: block;
  border-radius: 10px;
}
.businessLicenseImg {
  max-width: 70vw;
  max-height: 70vh;
  display: block;
  border-radius: 10px;
  object-fit: contain;
}
.businessLicenseClose {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding: 3px;
  cursor: pointer;
}
.businessLicense img {
  height: 14px;
  vertical-align: middle;
  width: auto;
}

.dl-container {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}


.clear {
  clear: both;
}
.header {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  z-index: 4;
  background: url(../images/headerBg.png) no-repeat center top;
  background-size: contain;
  height: 112px;
}
.header .headerBoxtext {
  width: 1576px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 78px;
  align-items: center;
}
.header .headerBoxtext .headerBoxtextl {
  font-size: 16px;
  color: #666666;
}
.header .headerBoxtext .headerBoxtextr {
  padding-left: 30px;
  background: url(../images/headerBoxtextr.png) no-repeat center left;
  display: flex;
  align-items: center;
}
.header .headerBoxtext .headerBoxtextr i {
  font-size: 24px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  display: block;
}
.header .headerBoxtext .headerBoxtextr span {
  line-height: 1;
  display: block;
  color: #666666;
  font-size: 16px;
}
.header .headerBox {
  box-sizing: border-box;
  margin: 0 auto;
  align-items: center;
  position: relative;
  width: 100%;
}
.header .headerBox .headerBoxtop {
  background: #fff;
  width: 1774px;
  margin: 0 auto;
  padding: 0 90px;
  box-sizing: border-box;
  height: 105px;
  border-radius: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .headerBox .headerBoxtop .headerBoxtopbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .logo {
  display: block;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .logo a {
  display: block;
  height: 47px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .logo a img {
  display: block;
  height: 47px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .logo a em {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 1;
  margin-top: 13px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav {
  box-sizing: border-box;
  margin: 0 auto;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav li.m {
  float: left;
  text-align: center;
  position: relative;
  padding: 0  5px;
  height: 105px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav li.m:last-child {
  margin-right: 0;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav li.m:last-child::after {
  opacity: 0;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav li.m::before {
  content: "";
  width: 100%;
  height: 0px;
  background: #2051b8 url(../images/menuico.png) center 22px no-repeat;
  opacity: 0;
  border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .m.another a.mmm {
  color: #333;
  height: 105px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .m.another a.mmm i {
  color: #fff;
  height: 105px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .m.another a.mmm span {
  opacity: 1;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .m.another::before {
  height: 128px;
  opacity: 1;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav a.mmm {
  height: 66px;
  display: block;
  font-size: 18px;
  color: #333;
  position: relative;
  background: url(../images/navline.png) no-repeat center;
  background-size: cover;
  padding: 0 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav a.mmm span {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding-bottom: 11px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #adc8c1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav a.mmm i {
  width: 100%;
  font-size: 18px;
  line-height: 66px;
  text-align: left;
  font-style: normal;
  position: relative;
  z-index: 2;
  text-align: center;
  display: block;
  line-height: 105px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub {
  display: none;
  width: 100%;
  padding: 0;
  position: fixed;
  top: 180px;
  overflow: hidden;
  text-align: left;
  z-index: 110;
  left: 0;
  background-color: #f5f5f5;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao {
  width: 1440px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao.max1100 {
  max-width: 1106px;
  background: url(../images/cr_img1.png) no-repeat left bottom;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_one {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_one ul li {
  float: left;
  display: inline;
  height: 184px;
  width: 25%;
  overflow: hidden;
  text-align: center;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_one ul li a {
  display: block;
  height: 100%;
  border-right: 1px solid #e6e6e6;
  line-height: 56px;
  overflow: hidden;
  color: #000;
  margin-top: 13px;
  font-size: 18px;
  transition: all 0.3s;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_one ul li:last-child a {
  border-right: 0;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_one ul li a:hover {
  color: #2051b8;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_one ul li a i {
  display: block;
  width: 101px;
  height: 84px;
  margin: 0 auto;
  margin-bottom: 23px;
  overflow: hidden;
  background-repeat: no-repeat;
  transition: all 0.3s;
  margin-top: 20px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four {
  width: 50%;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four.l {
  border-right: 1px solid #e3e3e3;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four.r {
  width: 49%;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four h4 a {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  height: 18px;
  line-height: 18px;
  display: block;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four h4 a:hover {
  color: #2051b8;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four .ul {
  margin-top: 23px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four .ul li {
  padding-top: 11px;
  padding-bottom: 11px;
  height: 44px;
  line-height: 22px;
  padding-left: 15px;
  margin-right: 40px;
  width: 325px;
  overflow: hidden;
  float: left;
  display: inline;
  margin-bottom: 10px;
  position: inherit;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four .ul li:nth-child(2n+0) {
  margin-right: 0;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four .ul li:hover {
  background-color: #fff;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four .ul li a {
  display: block;
  text-align: left;
  color: #999;
  font-size: 14px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four .ul li a i {
  margin-right: 10px;
  margin-top: 4px;
  float: left;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center center;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four .ul li a b {
  font-weight: 400;
  font-size: 16px;
  display: block;
  color: #000;
  height: 22px;
  overflow: hidden;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four .ul2 {
  width: 540px;
  margin: 0 auto;
  overflow: hidden;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four .ul2 h4 {
  padding-bottom: 23px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four .ul2 li {
  padding-top: 15px;
  padding-bottom: 0px;
  height: 70px;
  line-height: 22px;
  margin-right: 40px;
  width: 100%;
  overflow: hidden;
  float: left;
  display: inline;
  margin-bottom: 10px;
  position: inherit;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four .ul2 li:nth-child(2n+0) {
  margin-right: 0;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four .ul2 li a {
  display: block;
  text-align: left;
  color: #999;
  font-size: 14px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four .ul2 li a b {
  font-weight: 400;
  font-size: 16px;
  display: block;
  color: #000;
  height: 22px;
  overflow: hidden;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four .ul2 li p {
  display: block;
  text-align: left;
  color: #999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 41px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_four .ul2 li a:hover b {
  color: #2051b8;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_five {
  width: 429px;
  overflow: hidden;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
  border-right: 1px solid #e6e6e6;
  height: 259px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_five img {
  width: 391px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_five a {
  width: 391px;
  height: 259px;
  padding: 0;
  margin-right: 45px;
  float: left;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_five2 {
  float: right;
  text-align: left;
  margin-top: 71px;
  width: 60%;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_five2 a {
  text-align: left;
  float: left;
  height: 42px;
  line-height: 38px;
  color: #000;
  font-size: 16px;
  width: 42%;
  margin-left: 7%;
  margin-bottom: 42px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_five2 a b {
  /* display: inline-block; */
  font-size: 16px;
  font-weight: normal;
  /* width: 100%; */
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_five2 a::before {
  content: "-";
  padding-right: 10px;
  font-size: 24px;
  font-weight: 100;
  line-height: 30px;
  display: inline-block;
  margin-top: 5px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_five2 a:nth-child(2n+0) {
  margin-right: 3px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_five2 a i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #999 url(../images/top_pic3.png) no-repeat center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 20px;
  transition: all 0.3s;
  margin-left: 0;
  margin-top: 3px;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_five2 a:hover {
  color: #2051b8;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_five2 a:hover i {
  background-color: #2051b8;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_six {
  overflow: hidden;
  /* min-height: 246px; */
  width: 100%;
  border-left: 1px solid #e6e6e6;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_six ul li {
  float: left;
  display: inline;
  /* height: 246px; */
  width: 33.2%;
  overflow: hidden;
  border-right: 1px solid #e6e6e6;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_six ul li .xiao_six_con {
  margin: 0 auto;
  width: 80%;
  max-width: 360px;
  /* height: 246px; */
  overflow: hidden;
  text-align: left;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_six ul li .xiao_six_l {
  font-size: 18px;
  font-weight: 700;
  height: 62px;
  line-height: 62px;
  /* border-bottom: 1px solid #e6e6e6;
  margin-bottom: 23px; */
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_six ul li .xiao_six_l a {
  font-size: 18px;
  font-weight: 700;
  height: 62px;
  line-height: 62px;
  /* border-bottom: 1px solid #e6e6e6; */
  /* margin-bottom: 23px; */
  display: block;
  color: #333;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_six ul li a {
  float: left;
  width: 178px;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_six ul li a:hover {
  color: #2051b8;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_six ul li .a {
  display: block;
  width: 182px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 31px;
  transition: all 0.3s;
  clear: both;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_six ul li .a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
}
.header .headerBox .headerBoxtop .headerBoxtopbox .headerr .nav .sub .nav_xiao .xiao_six ul li a::before {
  content: "-";
  padding-right: 15px;
}
.fixedNav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  _position: absolute;
}
.footer {
  background: #121212;
  padding-top: 61px;
}
.footer .footertop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.footer .footertop .footertopl ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.footer .footertop .footertopl ul li {
  padding-left: 60px;
  padding-right: 60px;
  border-right: 1px dashed #414141;
}
.footer .footertop .footertopl ul li h4 {
  padding-bottom: 20px;
}
.footer .footertop .footertopl ul li h4 a {
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.footer .footertop .footertopl ul li p a {
  display: block;
  line-height: 30px;
  color: #dbdbdb;
}
.footer .footertop .footertopl ul li p a:hover {
  color: #2051b8;
}
.footer .footertop .footertopl ul li:last-child {
  border-right: 0;
}
.footer .footertop .footertopc img {
  display: block;
  width: 110px;
  height: 110px;
  border: 1px solid #ccc;
}
.footer .footertop .footertopc h5 {
  display: block;
  text-align: center;
  color: #dbdbdb;
  font-size: 14px;
  padding-top: 10px;
}
.footer .footertop .footertopr a {
  display: flex;
  justify-content: flex-end;
}
.footer .footertop .footertopr a i {
  width: 135px;
  background: #2051b8;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.footer .footertop .footertopr h5 {
  margin-top: 21px;
  margin-bottom: 12px;
  padding-left: 40px;
  line-height: 30px;
  font-size: 22px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
  text-align: right;
  background: url(../images/footertopr.png) no-repeat left center;
  height: 30px;
}
.footer .footertop .footertopr p {
  text-align: right;
  color: #dbdbdb;
  line-height: 30px;
  font-size: 14px;
}
.footer .footerbottom {
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #414141;
  display: flex;
  justify-content: space-between;
  color: #dbdbdb;
}
.footer .footerbottom a {
  color: #dbdbdb;
}
