html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font-weight: normal; */
  vertical-align: baseline;
  outline: none;
}

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

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

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

a {
  color: #7e8c8d;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

html,
body {
  width: 100%;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
}

html {
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
}

html body {
  background-color: #F3F3F7;
}

html body section {
  width: 1280px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

html body section h3.title {
  font-size: 24px;
  font-weight: 500;
  color: #0770D1;
  height: 24px;
}

html body section h3.title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #0770D1;
  margin-right: 10px;
  vertical-align: -4px;
}

html body section main {
  width: 900px;
}

body .bar {
  width: 100%;
  min-width: 1280px;
  background-color: #ffffff;
}

body .bar .bar-title {
  border-bottom: solid 1px #e5e5e5
}

body .bar .bar-title .bar-title-con {
  width: 1280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  color: #333
}

body .bar .bar-title .bar-title-con .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

body .bar .bar-title .bar-title-con .left>li {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  margin-right: 30px
}

body .bar .bar-title .bar-title-con .left>li a {
  font-weight: 400;
  font-size: 14px;
  color: #333
}

body .bar .bar-title .bar-title-con .left>li a.home {
  color: #0770d1
}

body .bar .bar-title .bar-title-con .left>li.nav {
  position: relative;
  padding-right: 15px;
  cursor: pointer
}

body .bar .bar-title .bar-title-con .left>li.nav:hover .nav_box {
  display: block
}

body .bar .bar-title .bar-title-con .left>li.nav::after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 10px;
  height: 18px;
  background: url(../images/a91b75e0.png) center/contain no-repeat
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 100;
  padding-top: 4px;
  -webkit-animation: an .3s ease-in-out;
  animation: an .3s ease-in-out
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in {
  padding: 10px 20px 13px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1608);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1608)
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  white-space: nowrap
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li:first-of-type::after {
  content: "|";
  margin-left: 20px;
  color: #bebebe
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li a {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  padding: 0 20px
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li a.active,
body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li a:hover {
  width: 56px;
  color: #0770d1
}

body .bar .bar-title .bar-title-con .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

body .bar .bar-title .bar-title-con .right li {
  padding-left: 30px
}

body .bar .bar-title .bar-title-con .right li.login {
  color: #0770d1
}

body .bar .bar-title .bar-title-con .right li.login a {
  color: #0770d1;
  margin: 0 4px
}

body .bar .bar-title .bar-title-con .right li a {
  font-weight: 400;
  font-size: 14px;
  color: #333
}

body .bar .bar-header {
  width: 1280px;
  margin: 0 auto;
  height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .bar .bar-header .logo {
  width: 176px;
  height: 44px;
  margin-left: 20px;
  margin-top: 26px;
}

body .bar .bar-header .logo h1 {
  height: 44px;
}

body .bar .bar-header .logo h1 img {
  height: 44px;
}

body .bar .bar-header .search-box {
  margin-top: 28px;
  width: 521px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
}

body .bar .bar-header .search-box form {
  width: 540px;
  height: 40px;
}

body .bar .bar-header .search-box form input.search-content {
  padding: 0 108px 0 10px;
  height: 40px;
  width: 520px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background: #fff;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

body .bar .bar-header .search-box form input.search-content::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

body .bar .bar-header .search-box form input.search-content::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

body .bar .bar-header .search-box form input.search-content:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

body .bar .bar-header .search-box form input.search-content::-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

body .bar .bar-header .search-box form input.search-content::placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

body .bar .bar-header .search-box form button.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  cursor: pointer;
  width: 97px;
  height: 40px;
  background-color: #0770d1;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
}

body .bar .bar-header .search-box form button.search-submit img {
  vertical-align: -3px;
  padding-right: 6px;
}

body .bar .bar-header .tel {
  line-height: 96px;
  margin-right: 20px;
  width: 176px;
}

body .bar .bar-header .tel a {
  position: relative;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

body .bar .bar-header .tel a::before {
  position: absolute;
  content: '';
  left: -43px;
  top: 5px;
  z-index: 10;
  width: 22px;
  height: 24px;
  background-image: url(../images/cc9595ab.png);
  background-size: 22px 24px;
}

.bar .menu-5062847 {
  height: 60px;
}

.bar .menu-5062847 menu {
  width: 100%;
  height: 60px;
  background: #0770D1;
  top: 0;
  z-index: 20;
}

.bar .menu-5062847 menu .c {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bar .menu-5062847 menu .c .con {
  float: right;
  width: 670px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar .menu-5062847 menu .c .con.left a {
  width: auto;
  margin-left: 43px;
}

.bar .menu-5062847 menu .c .con.left a.active,
.bar .menu-5062847 menu .c .con.left a:hover {
  background: initial;
}

.bar .menu-5062847 menu .c .con a {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  width: 100px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.bar .menu-5062847 menu .c .con a.active,
.bar .menu-5062847 menu .c .con a:hover {
  background: #0054A2;
}

.school-8226626 {
  width: 900px;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 30px;
}

.form-8971908 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-8971908>div {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
}

.form-8971908>div:first-of-type {
  margin-left: 0;
}

.form-8971908>div:nth-of-type(4)::after {
  content: initial;
}

.form-8971908>div::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 14px;
  z-index: 10;
  pointer-events: none;
  width: 11px;
  height: 6px;
  background: url(../images/da83319e.png) center center / 11px 6px;
}

.form-8971908>div select,
.form-8971908>div input {
  height: 35px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  border: none;
  border-radius: 4px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.form-8971908>div select:-internal-autofill-previewed,
.form-8971908>div input:-internal-autofill-previewed,
.form-8971908>div select:-internal-autofill-selected,
.form-8971908>div input:-internal-autofill-selected {
  -webkit-text-fill-color: #000000;
  -webkit-transition: background-color 5000s ease-out 0.5s;
  transition: background-color 5000s ease-out 0.5s;
}

.form-8971908>div input {
  padding-right: 80px;
}

.form-8971908>div input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.form-8971908>div input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.form-8971908>div input:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.form-8971908>div input::-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.form-8971908>div input::placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.form-8971908>div button {
  position: absolute;
  right: 0;
  top: 0;
  width: 69px;
  height: 35px;
  background: #0770D1;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.table-0242347 {
  width: 100%;
  text-align: center;
}

.table-0242347 tbody tr {
  height: 40px;
  background: #FFFFFF;
  line-height: 40px;
}

.table-0242347 tbody tr:first-of-type {
  background: #0770D1;
}

.table-0242347 tbody tr:first-of-type td {
  color: white;
}

.table-0242347 tbody tr:first-of-type td:first-of-type {
  color: white;
}

.table-0242347 tbody tr:nth-of-type(even) {
  background-color: #F8F8F8;
}

.table-0242347 tbody tr td {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  min-width: 70px;
}

.table-0242347 tbody tr td:first-of-type {
  color: #0770D1;
}

.table-0242347 tbody tr td:first-of-type a {
  color: #0770D1;
}

.pages {
  text-align: center;
  margin: 30px auto 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.pages span {
  height: 35px;
  background: #338eff;
  border-radius: 2px;
  line-height: 35px;
  font-size: 14px;
  letter-spacing: -1px;
  border: 1px solid #338eff;
  display: inline-block;
  padding: 0 10px;
  color: #fff
}

.pages a {
  height: 35px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 0 10px;
  color: #999;
  line-height: 35px;
  font-size: 14px;
  letter-spacing: -1px;
  display: inline-block;
  background-color: #fff
}

.pages a:hover {
  background: #f1f1f1;
  color: #000;
  text-decoration: none
}

.gaikuang-2251708 {
  width: 900px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gaikuang-2251708 .con {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gaikuang-2251708 .con img {
  width: 163px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 20px;
}

.gaikuang-2251708 .con p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-top: -3px;
  text-align: justify;
}

.list-2815078 {
  width: 900px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
}

.list-2815078 .lis {
  margin-top: 5px;
}

.list-2815078 .lis a {
  background: url(../images/e47fed32.png) left center / 10px 13px no-repeat;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-right: 30px;
  margin-top: 15px;
  display: inline-block;
}

.list-2815078 .lis a:hover {
  color: #0770D1;
}

aside {
  width: 360px;
  margin-top: 30px;
}

aside .ad {
  width: 360px;
}

aside .ad img {
  width: 360px;
  cursor: pointer;
}

aside .activily-3074171 {
  margin-top: 20px;
}

aside .activily-3074171 h3 {
  padding-top: 20px;
  font-size: 20px;
  height: 20px;
}

aside .activily-3074171 h3::before {
  height: 20px;
}

aside .zhinan {
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 20px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside .zhinan h3 {
  font-size: 20px;
  font-weight: 500;
  color: #0770D1;
  height: 20px;
}

aside .zhinan h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #0770D1;
  margin-right: 10px;
  vertical-align: -4px;
}

aside .zhinan ul {
  margin-top: 5px;
}

aside .zhinan ul li {
  height: 46px;
  line-height: 46px;
  border-bottom: solid 1px #DEDEDE;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

aside .zhinan ul li:last-of-type {
  border-bottom: none;
}

aside .zhinan ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  padding-left: 14px;
}

aside .zhinan ul li a:hover {
  color: #0770D1;
}

.activily-3074171 {
  width: 360px;
}

.activily-3074171 .wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 20px 15px;
  background-color: white;
}

.activily-3074171 h3 {
  font-size: 24px;
  font-weight: 500;
  color: #0770D1;
  height: 24px;
}

.activily-3074171 h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #0770D1;
  margin-right: 10px;
  vertical-align: -4px;
}

.activily-3074171 .swiper {
  width: 330px;
  margin-top: 20px;
  overflow: hidden;
}

.activily-3074171 .swiper .swiper-slide {
  width: 330px;
  height: 342px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.activily-3074171 .swiper .swiper-slide .con {
  width: 330px;
  height: 220px;
  position: relative;
}

.activily-3074171 .swiper .swiper-slide .con::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 58px;
  height: 52px;
  z-index: 10;
  background: url(../images/9a943cd3.png) center / contain no-repeat;
}

.activily-3074171 .swiper .swiper-slide .con img {
  width: 330px;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.activily-3074171 .swiper .swiper-slide .con p {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 12px;
  font-weight: 400;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.activily-3074171 .swiper .swiper-slide>p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding-top: 12px;
}

.activily-3074171 .swiper .swiper-slide .btn {
  text-align: center;
  margin-top: 15px;
}

.activily-3074171 .swiper .swiper-slide .btn a {
  display: inline-block;
  width: 150px;
  height: 34px;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #1583E3;
  font-size: 14px;
  font-weight: 400;
  color: #1583E3;
  background: url(../images/c344b826.png) 98px center / 17px 13px no-repeat;
  padding-right: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .footer_nav {
  background-color: #044781;
  clear: both;
  min-width: 1280px;
}

body .footer_nav .con {
  width: 1280px;
  margin: 0 auto;
}

body .footer_nav .con .footer-menu {
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .footer_nav .con .footer-menu h2 {
  width: 176px;
  height: 44px;
  margin-left: 20px;
  margin-top: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}

body .footer_nav .con .footer-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 590px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .footer_nav .con .footer-menu ul li {
  line-height: 90px;
}

body .footer_nav .con .footer-menu ul li a {
  display: inline-block;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  font-weight: 300;
}

body .footer_nav .con .footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 27px 0 14px 0;
}

body .footer_nav .con .footer-contact ul {
  width: 633px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body .footer_nav .con .footer-contact ul li:nth-of-type(even) {
  margin-top: -16px;
}

body .footer_nav .con .footer-contact ul li img {
  width: 120px;
  height: 120px;
  margin: 0 10px;
}

body .footer_nav .con .footer-contact ul li span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  margin-top: 10px;
}

body .footer_nav .con .footer-contact ul li p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

body .footer_nav .con .footer-contact ul li p:last-of-type {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
  margin-right: 10px;
}

body .footer_nav .con .footer-contact .right {
  padding-bottom: 10px;
}

body .footer_nav .con .footer-contact .right p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

body .footer_nav .con .footer-contact .right p:first-of-type {
  margin-top: 0;
}

body .footer_nav .con .footer-contact .right p span {
  position: relative;
  margin-right: 19px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

body .footer_nav .con .footer-contact .right p span:hover a {
  color: #46A9FF;
}

body .footer_nav .con .footer-contact .right p span:hover a.img-wrap {
  display: block;
}

body .footer_nav .con .footer-contact .right p span:first-of-type {
  width: 80px;
  display: inline-block;
  text-align: right;
  margin-top: 0;
}

body .footer_nav .con .footer-contact .right p span:last-of-type {
  margin-right: 0;
}

body .footer_nav .con .footer-contact .right p span a {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

body .footer_nav .con .footer-contact .right p span a.img-wrap {
  position: absolute;
  display: none;
  width: 120px;
  height: 136px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 16px;
}

body .footer_nav .con .footer-contact .right p span a.img-wrap img {
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0 0 2px 0 rgba(185, 201, 214, 0.7);
  box-shadow: 0 0 2px 0 rgba(185, 201, 214, 0.7);
}

body .footer_nav .con .footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .footer_nav .con .footer-copyright p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
  line-height: 46px;
}

body .footer_nav .con .footer-copyright p a {
  color: rgba(255, 255, 255, 0.55);
  float: left;
}

body .footer_nav .con .footer-copyright p a img {
  width: 15px;
  height: 17px;
  margin: 0 4px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
