/*@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
/* =======================================================
*
* 	
*	主体样式
*
* ======================================================= */
body {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: rgb(0, 119, 184);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: rgb(0, 119, 184);
  outline: none;
}

p {
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: rgb(0, 119, 184);
}

::-moz-selection {
  color: #fff;
  background: rgb(0, 119, 184);
}

::selection {
  color: #fff;
  background: rgb(0, 119, 184);
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn.btn-md {
  padding: 10px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: rgb(0, 119, 184);
  color: #fff;
  border: 2px solid rgb(0, 119, 184);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: rgb(0, 119, 184) !important;
  border-color: rgb(0, 119, 184) !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: rgb(0, 119, 184);
  border: 2px solid rgb(0, 119, 184);
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: rgb(0, 119, 184);
  color: #fff;
}

.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: rgb(0, 119, 184);
}

.Head-social {
  padding: 0;
  margin: 0;
}

.Head-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.Head-social li a {
  font-size: 22px;
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.Head-social li a:hover {
  color: rgb(0, 119, 184);
}

.Head-social li a:hover,
.Head-social li a:active,
.Head-social li a:focus {
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}

@media screen and (max-width: 800px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}

@media screen and (max-width: 800px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}

@media screen and (max-width: 800px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

#HeadTitlePage {
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(15px);
  left: 0;
  top: 0;
}

#HeadTitlePage .Fire {
  color: rgb(0, 119, 184);
}

#HeadTitlePage .header-inner {
  padding-left: 0px;
  width: 100%;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 800px) {
  #HeadTitlePage .header-inner {
    height: 30px;
  }
}

#HeadTitlePage h1 {
  position: relative;
  height: 100%;
  margin-left: 0;
  font-weight: bold;
  font-size: 2vw;
}
#HeadTitlePage h1 .Logo
{
  position: absolute;
  color: black;
  top: 0%;
  left: 0;
  height: 100%;
  width: 25%;
}
#HeadTitlePage h1 .Logo a {
  position: absolute;
  color: black;
  top: 0%;
  left: 35%;
  height: 100%;
  width: 60%;
}

#HeadTitlePage h1 a img {
  position: absolute;
  top: 2%;
  left: 0%;
  width: 100%;
  height: 96%;
}

@media screen and (max-width: 800px) {
  #HeadTitlePage h1 a img {
    width: 80%;
  }
}

@media screen and (max-width: 800px) {
  #HeadTitlePage h1 .FJ {
    visibility: hidden;
    opacity: 0;
  }
}

#HeadTitlePage h1 a>span {
  color: rgb(0, 119, 184);
}

#HeadTitlePage h1 a:hover,
#HeadTitlePage h1 a:active,
#HeadTitlePage h1 a:focus {
  text-decoration: none;
  outline: none;
}

#HeadTitlePage h1 a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgb(0, 119, 184);
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  border-radius: 10%;
}

#HeadTitlePage nav {
  position: absolute;
  top: 30%;
  right: 1%;
  height: 70%;
}

@media screen and (max-width: 800px) {
  #HeadTitlePage nav {
    display: none;
  }
}

#HeadTitlePage nav ul {
  height: 100%;
  padding: 0;
  margin: 0 0 0 0;
}

#HeadTitlePage nav ul li {
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#HeadTitlePage nav ul li a {
  height: 100%;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: bolder;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


#HeadTitlePage nav ul li ol {
  position: fixed;
  display: inline-block;
  top: 59px;
  left: 0;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.8);
  visibility: hidden;
}
@media screen and (max-width: 800px) {
	#HeadTitlePage nav ul li ol {
    position: fixed;
    display: inline-block;
    top: 29px;
    left: 0;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.8);
    visibility: hidden;
  }
}
#HeadTitlePage nav ul li ol li {
  float: left;
  width: 16vw;
  height: 50%;
  cursor: pointer;
  margin-top: 2vw;
  margin-left: 4vw;
  margin-right: 4vw;
  margin-bottom: 2vw;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

#HeadTitlePage nav ul li ol li a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#HeadTitlePage nav ul li ol li .TextBox {
  height: 100%;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: bolder;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#HeadTitlePage nav ul li ol li:hover {
  color: rgb(0, 119, 184);
}

#HeadTitlePage nav ul li a i {
  line-height: 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 3px;
  visibility: hidden;
}

#HeadTitlePage nav ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: rgb(0, 119, 184);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#HeadTitlePage nav ul li:hover ol {
  visibility: visible;
}

#HeadTitlePage nav ul li a ol:hover {
  visibility: visible;
}

#HeadTitlePage nav ul li a:hover {
  text-decoration: none;
  color: rgb(0, 119, 184);
}

#HeadTitlePage nav ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#HeadTitlePage nav ul li a:active,
#HeadTitlePage nav ul li a:focus {
  outline: none;
  text-decoration: none;
}

#HeadTitlePage nav ul li.cta {
  margin-left: 10px;
}

#HeadTitlePage nav ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgb(0, 119, 184);
  color: rgb(0, 119, 184);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

#HeadTitlePage nav ul li.cta a:hover {
  color: #fff;
  background: rgb(0, 119, 184);
  ;
}

#HeadTitlePage nav ul li.cta a:hover:after {
  display: none;
}

#HeadTitlePage nav ul li.active a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

#HeadTitlePage nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#Index_HeadPage {
  /*background: #fff url(../images/loader.gif) no-repeat center center;overflow: hidden;*/
  width: 100vw;
  height: 45vw;
}

@media screen and (max-width: 800px) {
  #Index_HeadPage {
    /*background: #fff url(../images/loader.gif) no-repeat center center;overflow: hidden;*/
    width: 100vw;
    height: 70vw;
  }
}

#Index_HeadPage img {
  width: 100%;
  height: 100%;
}

#Index_HeadPage .slides>ul {
  position: relative;
  height: 100%;
}

#Index_HeadPage .flexslider {
  background: none;
  position: relative;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
}

#Index_HeadPage .flexslider .flex-viewport {
  height: 100%;
}

#Index_HeadPage .flexslider .slides {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#Index_HeadPage .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
}

#Index_HeadPage .flexslider .slides .Libox {
  width: 100vw;
  height: 100%;
}

#Index_HeadPage .flexslider a {
  font-size: 5vw;
  color: rgba(255, 255, 255, 0.99);
  z-index: 4;
}

#Index_HeadPage .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.08);
}

#Index_HeadPage .flexslider .flex-control-nav li .flex-active {
  background: rgba(255, 255, 255, 0.6);
}

#Index_HeadPage .TextBox {
  transition: 3s;
  position: relative;
  margin-top: -40%;
  left: 10%;
  height: 50%;
  width: 35vw;
  font-size: 15px;
  font-weight: bold;
  color: #fff;

}

@media screen and (max-width: 800px) {
  #Index_HeadPage .TextBox {
    width: 80vw;
    margin-top: -60%;
  }
}

#Index_HeadPage .TextBox .TitleP {
  position: relative;
  top: 10%;
  height: 50%;
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #Index_HeadPage .TextBox .TitleP {
    font-size: 12px;
  }
}

#Index_HeadPage .TextBox .TitleP .TB {
  font-size: 42px;
  font-weight: bolder;
}
@media screen and (max-width: 800px) {
  #Index_HeadPage .TextBox .TitleP .TB {
    font-size: 18px;
  }
}
#Index_HeadPage .TextBox .TitleP .TO {
  font-weight: normal;
}

#Index_HeadPage .TextBox .Line {
  position: relative;
  height: 2px;
  margin-bottom: 8px;
  width: 20%;
  margin-left: 0%;
  background-color: rgba(255, 255, 255, 1);
}
@media screen and (max-width: 800px) {
  #Index_HeadPage .TextBox .Line {
    width: 10%;
    height: 1px;
    margin-bottom: 4px;
  }
}
#Index_HeadPage ol {
  position: absolute;
  bottom: 1px;
  height: 5%;
}

#Index_HeadPage ol li {
  display: inline-block;
}

#Index_HeadPage ol a {
  height: 15px;
  width: 15px;
}

#Index_HeadPage .TextBox .BtnBox {
  vertical-align: middle;
  height: 30px;
  width: 10vw;
  margin-top: 45%;
  transition: 0.2s;
  cursor: pointer;
  text-align: center;
  border-color: #ffffff;
  border-style: solid;
  background-color: rgba(0, 119, 184, 0);
}

@media screen and (max-width: 800px) {
  #Index_HeadPage .TextBox .BtnBox {
    height: 26px;
    font-size: 2vw;
    width: 20vw;
    margin-top: 42%;
  }
}

#Index_HeadPage .TextBox .BtnBox:hover {
  border-color: rgb(0, 119, 184);
  background-color: rgb(0, 119, 184);
}

#Index_HeadPage .TextBox .MainTitle {
  position: absolute;
  top: 0;
  background: rgba(0, 152, 255, 0.05);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.1), rgba(0, 152, 255, 0.6), rgba(255, 255, 255, 0.1));
  /* 模糊大小就是靠的blur这个函数中的数值大小 */
  backdrop-filter: blur(30px);
  width: 100%;
  height: 100%;
}

.wrap-testimony {
  position: relative;
  width: 100%;
}

.wrap-testimony .testimony-slide {
  text-align: center;
  overflow: hidden;
}

.wrap-testimony .testimony-slide span {
  font-size: 18px;
}

.wrap-testimony .testimony-slide span a.twitter {
  color: rgb(0, 119, 184);
  font-weight: 300;
}

.wrap-testimony .testimony-slide figure {
  margin-bottom: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.wrap-testimony .testimony-slide figure img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  width: 72%;
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}

.wrap-testimony .testimony-slide blockquote p {
  font-size: 20px;
  line-height: 1.6em;
  color: #1a1a1a;
}

.wrap-testimony .testimony-slide.active {
  display: block;
}


#Index_ServicePage .item-grid {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}


#Index_ServicePage .item-grid:hover,
#Index_ServicePage .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.item-block {
  margin-bottom: 7em;
  float: left;
}

.item-block .icon {
  display: block;
  margin-bottom: 30px;
}

.item-block .icon img {
  max-width: inherit;
  height: 90px;
  margin: 0 auto;
}

.item-block h3 {
  font-size: 20px;
  font-weight: 700;
}

.item-block p:last-child {
  margin-bottom: 0;
}

.googleplus-color {
  color: #dc4e41;
}

.facebook-color {
  color: #3b5998;
}

.twitter-color {
  color: #55acee;
}



.contact-info {
  margin-bottom: 4em;
  padding: 0;
}

.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}

.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgb(0, 119, 184);
}

.contact-info li a {
  color: rgb(0, 119, 184);
}

#map {
  height: 500px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  #map {
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

.Head-staff img {
  margin-bottom: 1.5em;
}

.Head-staff h3 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 20px;
}

.Head-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

.Head-staff .Head-social {
  text-align: center;
}

.Head-staff .Head-social a {
  color: #000;
}

.BeforeFooterPage {
  background: rgba(0, 0, 0, 0.03);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}

.BeforeFooterPage .ToTopBtnBox {
  width: 100%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.BeforeFooterPage .btn {
  text-align: center;
  background: rgb(0, 119, 184);
  color: #fff;
}

.BeforeFooterPage .Line {
  width: 100%;
  height: 0.5vw;
  background: rgb(0, 119, 184);
}



#FooterPage {
  color: #000;
  position: relative;
  height: 30vw;
  width: 100%;
  background: rgb(243, 243, 243);
}

#FooterPage ul {
  font-size: small;
}

#FooterPage .FooterPage_Box {
  position: relative;
  width: 96%;
  left: 2%;
}

@media screen and (max-width: 800px) {
  #FooterPage {
    position: relative;
    width: 96%;
    height: 180vw;
    left: 2%;
  }
}

@media screen and (max-width: 500px) {
  #FooterPage {
    position: relative;
    width: 96%;
    height: 300vw;
    left: 2%;
  }
}

#FooterPage .FooterPage_Box .Box_Left {
  position: absolute;
  padding-top: 2vw;
  left: 0%;
  width: 12%;
}

#FooterPage .FooterPage_Box .Fire {
  color: rgb(0, 119, 184);
}

#FooterPage .FooterPage_Box .Box_Center {
  position: absolute;
  padding-top: 2vw;
  left: 17%;
  width: 45%;
}

#FooterPage .FooterPage_Box .Box_Right {
  position: absolute;
  padding-top: 2vw;
  right: 0%;
  width: 35%;
}

@media screen and (max-width: 800px) {
  #FooterPage .FooterPage_Box .Box_Left {
    position: relative;
    padding-top: 2vw;
    left: 5%;
    width: 90%;
    height: 60vw;
  }
}

@media screen and (max-width: 500px) {
  #FooterPage .FooterPage_Box .Box_Left {
    position: relative;
    padding-top: 2vw;
    left: 5%;
    width: 90%;
    height: 100vw;
  }
}

@media screen and (max-width: 800px) {
  #FooterPage .FooterPage_Box .Box_Center {
    position: relative;
    padding-top: 2vw;
    left: 5%;
    width: 90%;
    height: 60vw;
  }
}

@media screen and (max-width: 500px) {
  #FooterPage .FooterPage_Box .Box_Center {
    position: relative;
    padding-top: 2vw;
    left: 5%;
    width: 90%;
    height: 100vw;
  }
}

@media screen and (max-width: 800px) {
  #FooterPage .FooterPage_Box .Box_Right {
    position: relative;
    padding-top: 2vw;
    left: 5%;
    width: 90%;
    height: 60vw;
  }
}

@media screen and (max-width: 500px) {
  #FooterPage .FooterPage_Box .Box_Right {
    position: relative;
    padding-top: 2vw;
    left: 5%;
    width: 90%;
    height: 100vw;
  }
}

#FooterPage a {
  color: #000;
  cursor: default;
  text-decoration: none;
  /* 去掉下划线 */
}

#FooterPage .FooterPage_Box a:hover {
  cursor: pointer;
  text-decoration: none;
  /* 去掉下划线 */
}

#FooterPage .FooterPage_Box .Box_Left ul,
#FooterPage .FooterPage_Box .Box_Center ul,
#FooterPage .FooterPage_Box .Box_Right ul {
  position: absolute;
  left: 0%;
  width: 100%;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

#FooterPage .FooterPage_Box .Box_Left ul li {
  font-size: medium;
  float: left;
  display: block;
  width: 100%;
  margin-top: 1vw;
}

#FooterPage .FooterPage_Box .Box_Center ul li {
  float: left;
  display: block;
  width: 30%;
  margin: 1vw 2.5% 0 0;
}

#FooterPage .FooterPage_Box .Box_Right ul li {
  font-size: small;
  float: left;
  display: block;
  cursor: default;
  width: 100%;
  margin-top: 1vw;
}

#FooterPage .FooterPage_Box .Box_Right ul li .Blue {
  color: rgb(0, 119, 184);
  float: left;
}

#FooterPage .Box_Bottom {
  position: absolute;
  bottom: 0%;
  width: 100%;
}

#FooterPage .Box_Bottom .Show {
  width: 100%;
  background-color: #fff;
  color: rgb(152, 152, 152);
  bottom: 0%;
  font-size: smaller;
  display: flex;
  justify-content: center;
  align-items: center;
}

#FooterPage .Box_Bottom .BtnBox {
  width: 70%;
  left: 15%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: bold;
}

#FooterPage .Box_Bottom .BtnBox a {
  width: 30%;
  margin-left: 2.5%;
  color: rgb(152, 152, 152);
  font-size: smaller;
}

#FooterPage h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: bold;
}

#FooterPage .BeiAnText {
  color: rgb(152, 152, 152);
  background: rgba(0, 0, 0, 0);
  border: none;
  text-align: center;
  animation-iteration-count: 1;
  text-decoration: none;
}

#FooterPage .BeiAnText:hover {
  color: rgb(152, 152, 152);
}

#FooterPage .BeiAnText:hover:not(.active) {
  animation: BottomBox-button-hover 1s;
  animation-fill-mode: forwards;
  text-decoration: none;
}



#BodyPage {
  position: relative;
  z-index: 2;
  background: #fff;
}

#Head-Offcanvas,
.HeadTitlePage-nav-toggle,
#BodyPage {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#Head-Offcanvas,
.HeadTitlePage-nav-toggle,
#BodyPage {
  position: relative;
}

#BodyPage {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.offcanvas-visible #BodyPage {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#Head-Offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: black;
  padding: 30px;
}

@media screen and (max-width: 800px) {
  #Head-Offcanvas {
    display: block;
  }
}

#Head-Offcanvas ul {
  padding: 0;
  margin: 0;
}

#Head-Offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}

#Head-Offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}

#Head-Offcanvas ul li a:hover {
  color: rgb(0, 119, 184);
}

#Head-Offcanvas ul li.active a {
  color: rgb(0, 119, 184);
}

#Head-Offcanvas ul li.cta {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  float: left;
}

#Head-Offcanvas ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

#Head-Offcanvas ul li.cta a:hover {
  background: #fff;
  text-decoration: none;
}

#Head-Offcanvas ul li.cta a:hover:after {
  display: none;
}

.HeadTitlePage-nav-toggle {
  font-size: small;
  cursor: pointer;
  text-decoration: none;
}

.HeadTitlePage-nav-toggle.active i::before,
.HeadTitlePage-nav-toggle.active i::after {
  background: #fff;
}

.HeadTitlePage-nav-toggle.dark.active i::before,
.HeadTitlePage-nav-toggle.dark.active i::after {
  background: #fff;
}

.HeadTitlePage-nav-toggle:hover,
.HeadTitlePage-nav-toggle:focus,
.HeadTitlePage-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.HeadTitlePage-nav-toggle i {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}

.HeadTitlePage-nav-toggle i::before,
.HeadTitlePage-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.HeadTitlePage-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}

.HeadTitlePage-nav-toggle.dark i::before,
.HeadTitlePage-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.HeadTitlePage-nav-toggle i::before {
  top: -5px;
}

.HeadTitlePage-nav-toggle i::after {
  bottom: -5px;
}

.HeadTitlePage-nav-toggle:hover i::before {
  top: -7px;
}

.HeadTitlePage-nav-toggle:hover i::after {
  bottom: -7px;
}

.HeadTitlePage-nav-toggle.active i {
  background: transparent;
}

.HeadTitlePage-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.HeadTitlePage-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.HeadTitlePage-nav-toggle {
  position: fixed;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .HeadTitlePage-nav-toggle {
    display: block;
  }
}


#Index_FriendPage .friend {
  position: relative;
  color: #6d6d6d;
  margin-left: 1%;
  width: 98%;
  overflow: hidden;
}

#Index_FriendPage .friend ul {
  width: 100%;
  list-style: none;
  padding-left: 0;
}

#Index_FriendPage .friend li {
  width: 13.7%;
  height: 6vw;
  margin: 2% 1.1% 2% 1.1%;
  float: left;
  cursor: default;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  #Index_FriendPage .friend li {
    height: 20vw;
    margin: 0.5% 0% 0.5% 2.5%;
    width: 30%;
  }
}

#Index_FriendPage .friend li img {
  transform: scale(0.8);
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

#Index_FriendPage .friend li .PicBox:hover img {
  transform: scale(1);
}

.animate-box {
  opacity: 0;
  transition: 2s;
}