* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  outline: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}

img {
  display: block;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
body {
  font-weight: normal;
  color: #072840;
  font-family: Arial, "Microsoft YaHei";
}

body,
html {
  overflow-x: hidden;
}




.index-bg {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  border-bottom: 8px solid #1CA8EB;
}

.index-bg .index-bgbox {
  background: #1CA8EB;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.index-bg .index-bgbox>img {
  width: 100%;
}

.header {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000;
  top: 0;
  width: 1200px;
}

.header .transparent:after {
  border-color: transparent !important;
}

.header .transparent:before {
  border-color: transparent !important;
}

.header .transparent>a {
  border-color: transparent !important;
}

.header>div {
  position: relative;
}

.header>div:after {
  content: "";
  display: block;
  clear: both;
}

.header>div:first-child {
  background: #fff url("../images/header-bg.png") no-repeat center bottom;
  background-size: 100% 8px;
  height: 53px;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.header>div:first-child>a:first-child {
  float: left;
  margin-left: 48px;
  margin-top: 4px;
}

.header>div:first-child>a:nth-child(4) {
  height: 100%;
  float: right;
  margin-right: 92px;
  position: relative;
}

.header>div:first-child>a:nth-child(4)>img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}

.header>div:first-child>ul {
  position: absolute;
  height: 100%;
  left: 230px;
  display: table;
}

.header>div:first-child>ul:after {
  content: "";
  display: block;
  clear: both;
}

.header>div:first-child>ul .first-li>div {
  display: block !important;
}

.header>div:first-child>ul>li {
  float: left;
  height: 100%;
  font-size: 16px;
  text-align: center;
  margin-right: 20px;
  position: relative;
}

.header>div:first-child>ul>li>div {
  z-index: 1000;
  position: absolute;
  top: 53px;
  width: 970px;
  background: #024FA8;
}

.header>div:first-child>ul>li>div:after {
  content: "";
  display: block;
  clear: both;
}

.header>div:first-child>ul>li>div>i {
  position: absolute;
  top: 80px;
  height: 10px;
  background: #1CA8EB;
  -webkit-transition: left ease .3s, width linear .3s;
  -moz-transition: left ease .3s, width linear .3s;
  -ms-transition: left ease .3s, width linear .3s;
  -o-transition: left ease .3s, width linear .3s;
  transition: left ease .3s, width linear .3s;
}

.header>div:first-child>ul>li>div>a {
  float: left;
  height: 80px;
}

.header>div:first-child>ul>li>div>a>div {
  height: 45px;
  position: relative;
}

.header>div:first-child>ul>li>div>a>div>img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.header>div:first-child>ul>li>div>a>p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  margin-top: 7px;
}

.header>div:first-child>ul>li>img {
  display: none;
}

.header>div:first-child>ul>li:hover {
  background: #024FA8;
}

.header>div:first-child>ul>li:hover>a {
  color: #fff;
}

.header>div:first-child>ul>li:first-child {
  width: 200px;
}

.header>div:first-child>ul>li:first-child>div {
  left: 0;
}

.header>div:first-child>ul>li:first-child>div>a:first-child {
  width: 240px;
}

.header>div:first-child>ul>li:first-child>div>a:nth-child(2) {
  width: 237px;
}

.header>div:first-child>ul>li:first-child>div>a:nth-child(3) {
  width: 236px;
}

.header>div:first-child>ul>li:first-child>div>a:nth-child(4) {
  width: 257px;
}

.header>div:first-child>ul>li:nth-child(2),
.header>div:first-child>ul>li:nth-child(4) {
  width: 180px;
}

.header>div:first-child>ul>li:nth-child(3) {
  width: 216px;
}

.header>div:first-child>ul>li:nth-child(3)>div {
  left: -420px;
}

.header>div:first-child>ul>li:nth-child(3)>div>a:nth-child(4) {
  width: 257px;
}

.header>div:first-child>ul>li:nth-child(3)>div>a:nth-child(2) {
  width: 214px;
}

.header>div:first-child>ul>li:nth-child(3)>div>a:nth-child(3) {
  width: 257px;
}

.header>div:first-child>ul>li:nth-child(3)>div>a:first-child {
  width: 242px;
}

.header>div:first-child>ul>li:last-child {
  margin-right: 0;
}

.header>div:first-child>ul>li>a {
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  line-height: 53px;
}

.header>div:first-child>ul>li .hover {
  background: #024FA8;
  color: #fff;
}

.header>div:first-child>div {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header>div:first-child>div:after {
  content: "";
  display: block;
  clear: both;
}

.header>div:first-child>div>a {
  color: #799dc6;
  font-size: 12px;
  line-height: 1em;
  float: left;
}

.header>div:first-child>div>a:first-child {
  padding-right: 4px;
  border-right: 1px solid #6A8EB5;
}

.header>div:first-child>div>a:last-child {
  padding-left: 4px;
}

.header>div:first-child>p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 180px;
}

.header>div:first-child>p>a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 1em;
}

.header>div:first-child>img {
  display: none;
}

.header>div:nth-child(2),
.header>div:nth-child(3) {
  z-index: 888;
  display: table;
  margin: 0 auto;
}

.header>div:nth-child(2)>a,
.header>div:nth-child(3)>a {
  position: relative;
  z-index: 100;
  float: left;
  -webkit-transition: all linear .7s;
  -moz-transition: all linear .7s;
  -ms-transition: all linear .7s;
  -o-transition: all linear .7s;
  transition: all linear .7s;
  border-right: 8px solid #1CA8EB;
  border-bottom: 8px solid #1CA8EB;
}

.header>div:nth-child(2)>a>img,
.header>div:nth-child(3)>a>img {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -ms-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.header>div:nth-child(2)>a .scaleimg,
.header>div:nth-child(3)>a .scaleimg {
  -webkit-transform: scaleY(0) !important;
  -moz-transform: scaleY(0) !important;
  -ms-transform: scaleY(0) !important;
  -o-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
}

.header>div:nth-child(2)>a:first-child,
.header>div:nth-child(3)>a:first-child {
  border-left: 8px solid #1CA8EB;
}

.header>div:nth-child(2)>a>img {
  transform-origin: bottom !important;
}

.header>div:nth-child(2):before {
  -webkit-transition: all linear .7s .7s;
  -moz-transition: all linear .7s .7s;
  -ms-transition: all linear .7s .7s;
  -o-transition: all linear .7s .7s;
  transition: all linear .7s .7s;
  content: "";
  border: 8px solid #1CA8EB;
  border-top: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 980px;
  height: 20px;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header>div:nth-child(2):after {
  -webkit-transition: all linear .7s .7s;
  -moz-transition: all linear .7s .7s;
  -ms-transition: all linear .7s .7s;
  -o-transition: all linear .7s .7s;
  transition: all linear .7s .7s;
  content: "";
  border: 8px solid #1CA8EB;
  border-top: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 855px;
  height: 47px;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header>div:nth-child(3)>a>img {
  transform-origin: top !important;
}

.header>div:nth-child(3):before {
  -webkit-transition: all linear .7s .7s;
  -moz-transition: all linear .7s .7s;
  -ms-transition: all linear .7s .7s;
  -o-transition: all linear .7s .7s;
  transition: all linear .7s .7s;
  content: "";
  border: 8px solid #1CA8EB;
  border-top: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 621px;
  height: 21px;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header>div:nth-child(3):after {
  -webkit-transition: all linear .7s .7s;
  -moz-transition: all linear .7s .7s;
  -ms-transition: all linear .7s .7s;
  -o-transition: all linear .7s .7s;
  transition: all linear .7s .7s;
  content: "";
  border: 8px solid #1CA8EB;
  border-top: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 529px;
  height: 69px;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.index-video {
  width: 887px;
  margin: 0 auto;
  margin-top: -362px;
}

@media screen and (max-width: 1199px) {
  .index-video {
    width: 100%;
    margin: 0 auto;
  }
}

.index-video>div {
  background: #0D2639;
  position: relative;
  height: 490px;
}

.index-video>div>video {
  display: block;
  margin: 3px auto 0;
  width: 865px;
  height: 484px;
  cursor: pointer;
}

.index-video>div>img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
}

.index-video>div>img:hover {
  opacity: 0.5;
}

.index-video>a {
  display: block;
  margin-top: 18px;
  text-align: center;
  color: #01aef0;
  font-size: 18px;
  line-height: 1em;
}

.index-video>a:hover {
  text-decoration: underline;
}

.index-news {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
  margin-bottom: 72px;
}

@media screen and (max-width: 1199px) {
  .index-news {
    width: 100%;
    margin: 0 auto;
  }
}

.index-news:after {
  content: "";
  display: block;
  clear: both;
}

.index-news>img {
  position: absolute;
  left: 0;
  top: 54px;
  z-index: 100;
  width: 410px;
  height: 203px;
}

.index-news>div {
  float: right;
  width: 900px;
  height: 286px;
  border: 10px solid #1CA8EB;
  position: relative;
  padding-top: 54px;
  z-index: 50;
}

.index-news>div>span {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
  width: 120px;
  height: 116px;
  background: #fff url("../images/news-border.png") no-repeat;
}

.index-news>div>ul {
  color: #072840;
  font-size: 15px;
  line-height: 21px;
  width: 600px;
  margin-right: 82px;
  float: right;
  position: relative;
  text-align: justify;
  z-index: 50;
}

.index-news>div>ul>li>a {
  color: #024FA8;
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  text-decoration: underline;
}

.index-news>div>ul>li:first-child {
  color: #072840;
  font-size: 24px;
  line-height: 1em;
}

.index-news>div>ul>li:nth-child(2) {
  margin-top: 11px;
  margin-bottom: 10px;
}




.pop_privacy{
	position: fixed;
	left:0;right:0;
	bottom:0;
	background-color:#fff;
	z-index:999;
	display:none;
	border-top:2px solid #1CA8EB;
}
.pop_privacy .privacy_body{padding:30px 0;width:1200px;margin:0 auto;}
.pop_privacy .privacy_body .box{display:flex;justify-content:space-between;}
.pop_privacy .privacy_body .box span{font-size:16px;line-height:40px;color:#333;}
.pop_privacy .privacy_body .box span a{font-size:16px;color:#1ca8eb;}
.pop_privacy .privacy_body .box a.agree{display:inline-block;width:105px;height:40px;line-height:40px;background-color:#01aef0;color:#fff;font-size:16px;text-decoration:none;cursor:pointer;text-align:center;}

.fot_pos{position:relative; z-index:100;}
.big_map{width:100px; height:30px; line-height:30px; text-align:center;position:absolute; z-index:100000000;bottom:10px; right:20px; background:#0D2639; color:#fff; border-radius: 5px;}
.foot_icp{display:inline-block;width:100%;}
.foot_icp a{color:#fff;font-size:14px;}
.index-footer .share .bdsharebuttonbox>a{display: inline-block;}




.index-footer {
  width: 100%;
  height: 730px;
  background: url("../images/index-footer-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 28px;
  position: relative;
}

.index-footer>* {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .index-footer>* {
    width: 100%;
    margin: 0 auto;
  }
}

.index-footer .share {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .index-footer .share {
    width: 100%;
    margin: 0 auto;
  }
}

.index-footer .share:after {
  content: "";
  display: block;
  clear: both;
}

.index-footer .share .bdsharebuttonbox {
  float: right;
}

.index-footer .share .bdsharebuttonbox>a {
  margin: 0;
  margin-right: 37px;
  padding-left: 28px;
  height: 28px;
}

.index-footer .share .bdsharebuttonbox>a:first-child {
  background: url("../images/shre-wx.png") no-repeat;
}

.index-footer .share .bdsharebuttonbox>a:nth-child(2) {
  background: url("../images/shre-wb.png") no-repeat;
}

.index-footer .share .bdsharebuttonbox>a:nth-child(3) {
  background: url("../images/share-in.png") no-repeat;
  margin-right: 0;
}

.index-footer .communication {
  clear: both;
  margin-top: 42px;
}

.index-footer .communication>ul:after {
  content: "";
  display: block;
  clear: both;
}

.index-footer .communication>ul>li {
  float: left;
}

.index-footer .communication>ul>li:first-child {
  width: 380px;
  margin-right: 140px;
}

.index-footer .communication>ul>li:last-child {
  float: right;
}

.index-footer .communication>ul>li>p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}

.index-footer .communication>ul>li>p>a {
  color: #fff;
}

.index-footer .communication>ul>li>p:last-child {
  margin-bottom: 0;
}

.index-footer .communication>ul>li>div {
  margin-bottom: 7px;
  width: 25px;
  height: 18px;
  position: relative;
}

.index-footer .communication>ul>li>div>img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.index-footer .communication>div {
  margin-top: 23px;
  width: 100%;
  height: 156px;
  margin-bottom: 32px;
}

.index-footer .footer-link {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .index-footer .footer-link {
    width: 100%;
    margin: 0 auto;
  }
}


.index-footer .footer-link:after {
  content: "";
  display: block;
  clear: both;
}

.index-footer .footer-link>p {
  padding-bottom: 10px;
  margin-bottom: 28px;
  border-bottom: 1px solid #1CA8EB;
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}

.index-footer .footer-link>p>img {
  float: left;
  margin-right: 10px;
}

.index-footer .footer-link>ul {
  float: left;
}

.index-footer .footer-link>ul>li>a {
  display: block;
}

.index-footer .footer-link>ul>li>a:first-child {
  color: #1CA8EB;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 11px;
  font-weight: bold;
  white-space: nowrap;
}

.index-footer .footer-link>ul>li>a:not(:first-child) {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.index-footer .footer-link>ul>li>a:not(:first-child):hover {
  color: #1CA8EB;
}

.index-footer .footer-link>ul>li:not(:last-child) {
  float: left;
  width: 178px;
}

.index-footer .footer-link>ul>li:nth-child(3) {
  margin-right: 0;
}

.index-footer .footer-link>ul>li:last-child {
  text-align: right;
  white-space: nowrap;
}

.index-footer .footer-link>div {
  float: right;
}

.index-footer .footer-link>div>ul {
  float: left;
}

.index-footer .footer-link>div>ul:first-child {
  margin-right: 65px;
}

.index-footer .footer-link>div>ul>li {
  height: 47px;
  margin-bottom: 20px;
  cursor: pointer;
}

.index-footer .footer-link>div>ul>li:first-child {
  position: relative;
}

.index-footer .footer-link>div>ul>li:first-child>img {
  top: -10px;
  width: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.index-footer .footer-link>div>ul>li:last-child {
  margin-bottom: 0;
}

.index-footer .footer-link>div>ul img {
  width: 130px;
}

.index-footer .terms {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.footer-link .linkbox-r{
	display: flex;padding-left: 113px;
}

.footer-link .linkbox-r li{
	text-align: left;
}

.index-footer .terms>div {
  padding: 12px 0 6px;
  width: 100%;
}

.index-footer .terms>div>div {
  display: table;
  margin: 0 auto;
}

.index-footer .terms>div>div:after {
  content: "";
  display: block;
  clear: both;
}

.index-footer .terms>div>div>span.copyright {
  color: #1CA8EB;
  font-size: 10px;
  line-height: 12px;
  float: left;
}

.index-footer .terms>div>div>a{
	    padding: 0 12px;
    border-right: 1px solid #1CA8EB;
  color: #1CA8EB;
  font-size: 10px;
  line-height: 12px;
  float: left;
}

.index-footer .terms>div>div>a.comytxt{
	overflow:hidden;margin-left:5px;padding-right: 10px;
}

.index-footer .terms>div>div>a .icptxt{
	display: inline-block;vertical-align: middle;margin-right:5px;margin-top:-3px;
}

.index-footer .terms>div>div>a:hover {
  text-decoration: underline;
}

.index-footer .terms>div>div>a:first-child {
  padding-right: 12px;
  border-right: 1px solid #1CA8EB;
}

.index-footer .terms>div>div>a:last-child {
  padding-left: 12px;
  border:none;
}

.index-footer .terms>p {
  width: 100%;
  height: 47px;
  background: url("../images/bottom-bg.png") no-repeat center center;
}

.earth-run {
  width: 1090px;
  height: 732px;
  margin: 0 auto 148px;
}

.earth-run>p {
  width: 220px;
  height: 108px;
  background: url(../images/earth-middle-bg.png) no-repeat;
  margin: 0 auto 60px;
  padding-top: 24px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1em;
}

.earth-run>div>div {
  position: relative;
}

.earth-run>div>div .globalrect {
  width: 10px;
  height: 10px;
}

.earth-run>div>div .color1 {
  border: 1px solid #024FA8;
  background: #ffffff;
}

.earth-run>div>div .color2 {
  background: #1CA8EB;
}

.earth-run>div>div .color3 {
  background: #0D2639;
}

.earth-run>div>div .color4 {
  border: 1px solid #1CA8EB;
}

.earth-run>div>div .color5 {
  background: #AFAFAF;
}

.earth-run>div>div .intro {
  width: 421px;
  height: 223px;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border: 8px solid rgba(28, 168, 235, 0.8);
  bottom: 31px;
  left: 91px;
  padding: 36px 36px 0;
}

.earth-run>div>div .intro>p {
  color: #072840;
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #1CA8EB;
  margin-bottom: 15px;
  font-weight: bold;
}

.earth-run>div>div .intro>ul:after {
  content: "";
  display: block;
  clear: both;
}

.earth-run>div>div .intro>ul>li>p {
  color: #072840;
  font-size: 11px;
  line-height: 1em;
  padding-left: 17px;
  position: relative;
  white-space: nowrap;
  margin-bottom: 12px;
}

.earth-run>div>div .intro>ul>li>p:last-child {
  margin-bottom: 0;
}

.earth-run>div>div .intro>ul>li>p>i {
  position: absolute;
  left: 0;
  top: 1px;
}

.earth-run>div>div .intro>ul>li:first-child {
  float: left;
}

.earth-run>div>div .intro>ul>li:nth-child(2) {
  float: right;
}

.earth-run>div>div .regin {
  overflow: hidden;
  position: absolute;
  width: 120px;
  height: 64px;
  background: rgba(2, 79, 168, 0.8);
  padding: 11px 0 0 10px;
}

.earth-run>div>div .regin>div:first-child {
  float: left;
}

.earth-run>div>div .regin>div:first-child>i {
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 8px;
}

.earth-run>div>div .regin>div:first-child>i:last-child {
  margin-bottom: 0;
}

.earth-run>div>div .regin>div:nth-child(2) {
  float: left;
  margin-left: 8px;
}

.earth-run>div>div .regin>div:nth-child(2)>p {
  color: #ffffff;
  font-size: 16px;
  line-height: 17px;
}

.earth-run>div>div .regin>div:nth-child(2)>h6 {
  color: #ffffff;
  font-size: 12px;
  line-height: 13px;
}

.earth-run>div>div .reginstyle {
  height: 0;
  padding: 0;
}

.earth-run>div>div .regin1 {
  left: 91px;
  top: 107px;
  -webkit-transition: all linear 0.2s 0.2s;
  -moz-transition: all linear 0.2s 0.2s;
  -ms-transition: all linear 0.2s 0.2s;
  -o-transition: all linear 0.2s 0.2s;
  transition: all linear 0.2s 0.2s;
}

.earth-run>div>div .regin2 {
  left: 570px;
  top: 99px;
  -webkit-transition: all linear 0.2s 0.4s;
  -moz-transition: all linear 0.2s 0.4s;
  -ms-transition: all linear 0.2s 0.4s;
  -o-transition: all linear 0.2s 0.4s;
  transition: all linear 0.2s 0.4s;
}

.earth-run>div>div .regin3 {
  left: 570px;
  top: 166px;
  -webkit-transition: all linear 0.2s 0.6s;
  -moz-transition: all linear 0.2s 0.6s;
  -ms-transition: all linear 0.2s 0.6s;
  -o-transition: all linear 0.2s 0.6s;
  transition: all linear 0.2s 0.6s;
}

.earth-run>div>div .regin4 {
  right: 166px;
  top: 140px;
  -webkit-transition: all linear 0.2s 0.8s;
  -moz-transition: all linear 0.2s 0.8s;
  -ms-transition: all linear 0.2s 0.8s;
  -o-transition: all linear 0.2s 0.8s;
  transition: all linear 0.2s 0.8s;
}

.earth-run>div>div .regin5 {
  right: 293px;
  top: 233px;
  -webkit-transition: all linear 0.2s 1s;
  -moz-transition: all linear 0.2s 1s;
  -ms-transition: all linear 0.2s 1s;
  -o-transition: all linear 0.2s 1s;
  transition: all linear 0.2s 1s;
}

.earth-run>div>div .regin6 {
  right: 293px;
  top: 300px;
  -webkit-transition: all linear 0.2s 1.2s;
  -moz-transition: all linear 0.2s 1.2s;
  -ms-transition: all linear 0.2s 1.2s;
  -o-transition: all linear 0.2s 1.2s;
  transition: all linear 0.2s 1.2s;
}

.earth-run>div>div .regin7 {
  right: 293px;
  top: 367px;
  -webkit-transition: all linear 0.2s 1.4s;
  -moz-transition: all linear 0.2s 1.4s;
  -ms-transition: all linear 0.2s 1.4s;
  -o-transition: all linear 0.2s 1.4s;
  transition: all linear 0.2s 1.4s;
}

.earth-run>div>div .regin8 {
  right: 108px;
  top: 233px;
  -webkit-transition: all linear 0.2s 1.6s;
  -moz-transition: all linear 0.2s 1.6s;
  -ms-transition: all linear 0.2s 1.6s;
  -o-transition: all linear 0.2s 1.6s;
  transition: all linear 0.2s 1.6s;
}

.earth-run>div>div .regin9 {
  right: 108px;
  top: 300px;
  -webkit-transition: all linear 0.2s 1.8s;
  -moz-transition: all linear 0.2s 1.8s;
  -ms-transition: all linear 0.2s 1.8s;
  -o-transition: all linear 0.2s 1.8s;
  transition: all linear 0.2s 1.8s;
}

.earth-run>div>div .regin10 {
  right: 168px;
  bottom: 98px;
  -webkit-transition: all linear 0.2s 2s;
  -moz-transition: all linear 0.2s 2s;
  -ms-transition: all linear 0.2s 2s;
  -o-transition: all linear 0.2s 2s;
  transition: all linear 0.2s 2s;
}

.earth-run>div>div .regin11 {
  right: 168px;
  bottom: 31px;
  -webkit-transition: all linear 0.2s 2.2s;
  -moz-transition: all linear 0.2s 2.2s;
  -ms-transition: all linear 0.2s 2.2s;
  -o-transition: all linear 0.2s 2.2s;
  transition: all linear 0.2s 2.2s;
}

.earth-run>div>div .regin12 {
  right: 43px;
  bottom: 31px;
  -webkit-transition: all linear 0.2s 2.4s;
  -moz-transition: all linear 0.2s 2.4s;
  -ms-transition: all linear 0.2s 2.4s;
  -o-transition: all linear 0.2s 2.4s;
  transition: all linear 0.2s 2.4s;
}

.earth-business {
  width: 100%;
  background: url("../images/earth-business-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 144px;
}

.earth-business>div {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .earth-business>div {
    width: 100%;
    margin: 0 auto;
  }
}

.earth-business>div>p {
  width: 224px;
  margin: 0 auto;
  height: 113px;
  background: url("../images/earth-middle-bg.png") no-repeat;
  padding-top: 25px;
  text-align: center;
  color: #fff;
  color: #ffffff;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 68px;
}

.earth-business>div .regoin:after {
  content: "";
  display: block;
  clear: both;
}

.earth-business>div .regoin>div {
  float: left;
  margin-right: 25px;
  width: 220px;
}

@media screen and (min-width: 1200px) {
  .earth-business>div .regoin>div:first-child>div>div {
    position: relative;
  }

  .earth-business>div .regoin>div:first-child>div>div:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    border-right: 1px solid #ffffff;
  }
}

.earth-business>div .regoin>div>div {
  width: 100%;
  height: 95px;
  background: #1CA8EB;
  color: #fff;
  padding-top: 22px;
  margin-bottom: 25px;
}

.earth-business>div .regoin>div>div>p {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}

.earth-business>div .regoin>div>div>div {
  margin-top: 17px;
  width: 100%;
}

.earth-business>div .regoin>div>div>div:after {
  content: "";
  display: block;
  clear: both;
}

.earth-business>div .regoin>div>div>div>p {
  float: left;
  width: 220px;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
}

.earth-business>div .regoin>div>div>div>p:last-child {
  float: right;
}

.earth-business>div .regoin>div>ul:after {
  content: "";
  display: block;
  clear: both;
}

.earth-business>div .regoin>div>ul>li {
  width: 220px;
  margin-right: 25px;
  float: left;
}

.earth-business>div .regoin>div>ul>li>p {
  width: 100%;
  height: 145px;
  overflow: hidden;
  position: relative;
}

.earth-business>div .regoin>div>ul>li>p>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.earth-business>div .regoin>div>ul>li>div {
  width: 100%;
  height: 210px;
  background: rgba(0, 0, 0, 0.5);
  padding: 22px 15px 0;
}

.earth-business>div .regoin>div>ul>li>div>p {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
  text-align: justify;
}

.earth-business>div .regoin>div>ul>li>div>p:last-child {
  margin-bottom: 0;
}

.earth-business>div .regoin>div>ul>li:last-child {
  margin-right: 0;
}

.earth-business>div .regoin>div:last-child {
  margin-right: 0;
}

.earth-business>div .regoin>div:first-child {
  width: 465px;
}

.news-center-text {
  color: #ffffff;
  font-size: 60px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 12px;
  position: absolute;
  top: 252px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

.news-detail-container {
  width: 720px;
  margin: 0 auto;
  padding: 112px 0 110px;
}

@media screen and (max-width: 1199px) {
  .news-detail-container {
    width: 100%;
    margin: 0 auto;
  }
}

.news-detail-container img {
  display: block;
  width: 720px;
}

.news-detail-container>p {
  color: #1CA8EB;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 22px;
}

.news-center-list {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 76px;
}

@media screen and (max-width: 1199px) {
  .news-center-list {
    width: 100%;
    margin: 0 auto;
  }
}

.news-center-list>ul:before {
  content: "";
  display: table;
}

.news-center-list>ul>li {
  height: 260px;
  position: relative;
  border-top: 3px solid #0D2639;
  border-bottom: 3px solid #0D2639;
  border-right: 9px solid #0D2639;
}

.news-center-list>ul>li:after {
  content: "";
  display: block;
  clear: both;
}

.news-center-list>ul>li>img {
  position: absolute;
  width: 23px;
  height: 268px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-center-list>ul>li>ul {
  width: 450px;
  padding-top: 33px;
}

.news-center-list>ul>li>ul>li:first-child {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1CA8EB;
  font-size: 26px;
  line-height: 1em;
  margin-bottom: 11px;
}

.news-center-list>ul>li>ul>li:nth-child(2)>p {
  color: #072840;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 6px;
  text-align: justify;
}

.news-center-list>ul>li>ul>li:nth-child(2)>p>a {
  color: #024FA8;
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  text-decoration: underline;
}

.news-center-list>ul>li>ul>li:nth-child(2)>p:last-child {
  margin-bottom: 0;
}

.news-center-list>ul>li>div {
  width: 528px;
  height: 233px;
  overflow: hidden;
  position: relative;
  top: -16px;
}

.news-center-list>ul>li>div>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-center-list>ul>li>div>img {
  height: auto;
}

.news-center-list>ul>li:nth-child(odd) {
  margin-top: 125px;
}

.news-center-list>ul>li:nth-child(odd)>ul {
  float: right;
  margin-right: 60px;
}

.news-center-list>ul>li:nth-child(odd)>div {
  float: left;
  margin-left: 75px;
  cursor: pointer;
}

.news-center-list>ul>li:nth-child(even) {
  margin-top: 113px;
}

.news-center-list>ul>li:nth-child(even)>div {
  float: right;
  margin-right: 60px;
}

.news-center-list>ul>li:nth-child(even)>ul {
  float: left;
  margin-left: 75px;
}

.contact-container {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 82px;
}

@media screen and (max-width: 1199px) {
  .contact-container {
    width: 100%;
    margin: 0 auto;
  }
}

.contact-container>ul {
  padding: 72px 0 56px;
}

.contact-container>ul:after {
  content: "";
  display: block;
  clear: both;
}

.contact-container>ul>li {
  width: 530px;
  float: left;
}

.contact-container>ul>li>img {
  float: left;
}

.contact-container>ul>li>ul {
  width: 392px;
  float: right;
}

.contact-container>ul>li>ul>li:first-child {
  color: #1CA8EB;
  font-size: 24px;
  line-height: 34px;
  margin-top: -7px;
  white-space: nowrap;
}

.contact-container>ul>li>ul>li:not(:first-child) {
  padding-left: 28px;
}

.contact-container>ul>li>ul>li:nth-child(2) {
  margin-top: 24px;
  white-space: nowrap;
  margin-bottom: 32px;
  color: #072840;
  font-size: 18px;
  line-height: 22px;
  background: url("../images/contact-location.png") no-repeat left 3px;
}

.contact-container>ul>li>ul>li:nth-child(3) {
  margin-bottom: 20px;
  color: #072840;
  font-size: 16px;
  line-height: 1em;
  background: url("../images/contact-pho.png") no-repeat left center;
}

.contact-container>ul>li>ul>li:nth-child(4) {
  background: url("../images/contact-pho2.png") no-repeat left center;
}

.contact-container>ul>li:nth-child(2) {
  float: right;
}

.contact-container>ul:nth-child(2) {
  border-top: 3px solid #1CA8EB;
  border-bottom: 3px solid #1CA8EB;
}

.bsg-cn-intro {
  width: 1200px;
  margin: 0 auto;
  padding: 145px 50px 215px;
}

@media screen and (max-width: 1199px) {
  .bsg-cn-intro {
    width: 100%;
    margin: 0 auto;
  }
}

.bsg-cn-intro:after {
  content: "";
  display: block;
  clear: both;
}

.bsg-cn-intro>p {
  float: left;
  width: 300px;
  position: relative;
}

.bsg-cn-intro>p>img {
  width: 100%;
}

.bsg-cn-intro>p>span {
  position: absolute;
  top: 104px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 20px;
  width: 100%;
  color: #ffffff;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
}

.bsg-cn-intro>div {
  width: 665px;
  float: right;
  position: relative;
  top: -3px;
}

.bsg-cn-intro>div>p {
  color: #072840;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}

.bsg-cn-intro>div>p:last-child {
  margin-bottom: 0;
}

.charter .text {
  text-align: center;
  padding: 80px 0;
  color: #072840;
  font-size: 28px;
  line-height: 1em;
  font-weight: bold;
}

.charter .charter-container {
  background-size: cover;
}

.charter .charter-container:before {
  content: '';
  display: table;
}

.charter .charter-container>p {
  margin: -42px auto -150px;
  position: relative;
}

.charter .charter-container>p>img {
  margin: 0 auto;
}

.charter .charter-container>p>span {
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 36px;
  line-height: 1em;
  font-weight: bold;
}

.charter .charter-container>ul {
  width: 1058px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .charter .charter-container>p {
    display: none;
  }

  .charter .charter-container>ul {
    width: 100%;
    margin: 0 auto;
  }
}

.charter .charter-container>ul:after {
  content: "";
  display: block;
  clear: both;
}

.charter .charter-container>ul>li {
  float: left;
  width: 260px;
  margin-right: 6px;
  position: relative;
}

.charter .charter-container>ul>li:last-child {
  margin-right: 0;
}

.charter .charter-container>ul>li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -6px;
  top: 0;
  width: 6px;
  height: 100%;
  background: rgba(13, 38, 57, 0.9);
}

.charter .charter-container>ul>li>div {
  height: 240px;
  background: rgba(28, 168, 235, 0.9);
}

.charter .charter-container>ul>li>div>div {
  height: 104px;
  position: relative;
  margin-bottom: 20px;
}

.charter .charter-container>ul>li>div>div>img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.charter .charter-container>ul>li>div>p {
  color: #ffffff;
  font-size: 28px;
  line-height: 36px;
  padding-left: 40px;
}

.charter .charter-container>ul>li>p {
  height: 240px;
  background: rgba(255, 255, 255, 0.9);
  padding: 47px 25px 0;
  text-align: justify;
  color: #072840;
  font-size: 16px;
  line-height: 20px;
}

.culture-policy {
  background: url("../images/culture-mid-bg.jpg") no-repeat center center;
  background-size: cover;
}

.culture-policy .title {
  height: 150px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 52px;
}

.culture-policy .title>h3 {
  color: #072840;
  font-size: 34px;
  line-height: 1em;
  margin-bottom: 7px;
  font-weight: bold;
}

.culture-policy .title>p {
  color: #072840;
  font-size: 24px;
  line-height: 1em;
}

.culture-policy .detail {
  padding: 35px 0 90px;
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .culture-policy .detail {
    width: 100%;
    margin: 0 auto;
  }
}

.culture-policy .detail>ul:after {
  content: "";
  display: block;
  clear: both;
}

.culture-policy .detail>ul>li {
  width: 240px;
  height: 375px;
  float: left;
  padding: 0 26px;
}

.culture-policy .detail>ul>li>div {
  position: relative;
  height: 75px;
  margin-bottom: 27px;
}

.culture-policy .detail>ul>li>div>img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.culture-policy .detail>ul>li>h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 6px;
  letter-spacing: 2px;
}

.culture-policy .detail>ul>li>p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}

.culture-policy .detail>ul>li:nth-child(odd) {
  background: rgba(2, 79, 168, 0.8) url("../images/culture-border-b.png") no-repeat center center;
}

.culture-policy .detail>ul>li:nth-child(even) {
  background: rgba(28, 168, 235, 0.8) url("../images/culture-border-h.png") no-repeat center center;
}

.culture-policy .detail>div {
  margin-top: 11px;
  height: 320px;
  background: rgba(2, 79, 168, 0.8) url("../images/culture-border-L.png") no-repeat center center;
}

.culture-policy .detail>div:after {
  content: "";
  display: block;
  clear: both;
}

.culture-policy .detail>div>ul {
  float: left;
  padding: 86px 0 0 58px;
}

.culture-policy .detail>div>ul>li>img {
  margin-left: 30px;
}

.culture-policy .detail>div>ul>li:first-child {
  margin-bottom: 28px;
}

.culture-policy .detail>div>ul>li:nth-child(2) {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
  line-height: 1em;
}

.culture-policy .detail>div>div {
  float: right;
  width: 657px;
  padding-top: 50px;
  margin-right: 35px;
}

.culture-policy .detail>div>div>p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}

.culture-policy .detail>div>div>ul {
  margin-bottom: 17.5px;
  margin-top: 14.5px;
}

.culture-policy .detail>div>div>ul:after {
  content: "";
  display: block;
  clear: both;
}

.culture-policy .detail>div>div>ul>li {
  width: 305px;
}

.culture-policy .detail>div>div>ul>li>p {
  text-align: justify;
  position: relative;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
  padding-left: 14px;
}

.culture-policy .detail>div>div>ul>li>p:after {
  content: "";
  position: Absolute;
  width: 4px;
  height: 4px;
  background: url("../images/culture-circle.png") no-repeat;
  top: 5px;
  left: 0;
}

.culture-policy .detail>div>div>ul>li>p:last-child {
  margin-bottom: 0;
}

.culture-policy .detail>div>div>ul>li:first-child {
  float: left;
}

.culture-policy .detail>div>div>ul>li:last-child {
  float: right;
}

.culture-policy2 {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 95px;
}

@media screen and (max-width: 1199px) {
  .culture-policy2 {
    width: 100%;
    margin: 0 auto;
  }
}

.culture-policy2>p {
  width: 220px;
  height: 108px;
  background: url("../images/earth-middle-bg.png") no-repeat;
  margin: 0 auto 58px;
  padding-top: 24px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1em;
}

.culture-policy2>ul:after {
  content: "";
  display: block;
  clear: both;
}

.culture-policy2>ul>li {
  float: left;
  width: 360px;
}

.culture-policy2>ul>li>div {
  margin-bottom: 49px;
  text-align: justify;
}

.culture-policy2>ul>li>div:last-child {
  margin-bottom: 0;
}

.culture-policy2>ul>li>div>p {
  color: #1CA8EB;
  font-size: 20px;
  line-height: 31px;
  padding-left: 50px;
  font-weight: bold;
  height: 31px;
  position: relative;
  margin-bottom: 19px;
}

.culture-policy2>ul>li>div>p>img {
  position: Absolute;
  top: 0;
  left: 0;
}

.culture-policy2>ul>li>div>div>ul {
  margin: 24px 0 17px;
}

.culture-policy2>ul>li>div>div>ul>li {
  padding-left: 18px;
  color: #072840;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
  position: relative;
}

.culture-policy2>ul>li>div>div>ul>li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: url("../images/culture-circle.png") no-repeat;
  top: 6px;
  left: 0;
}

.culture-policy2>ul>li>div>div>ul>li:last-child {
  margin-bottom: 0;
}

.culture-policy2>ul>li>div>div>p {
  color: #072840;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
}

.culture-policy2>ul>li>div>div>p>a {
  color: #024FA8;
  font-style: italic;
  text-decoration: underline;
}

.culture-policy2>ul>li>div>div>p:last-child {
  margin-bottom: 0;
}

.culture-policy2>ul>li:first-child {
  padding-right: 50px;
}

.culture-policy2>ul>li:last-child {
  padding-left: 50px;
  border-left: 1px solid #DDDDDD;
}

.culture-policy2>ul>li:nth-child(2) {
  width: 480px;
  padding: 0 50px;
  border-left: 1px solid #DDDDDD;
}

.search-box {
  width: 1200px;
  height: 304px;
  margin: -304px auto 0;
  z-index: 100;
  position: relative;
}

.search-box .link {
  color: #ffffff;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 50px;
}

.search-box .link:after {
  content: "";
  display: block;
  clear: both;
}

.search-box .link>a {
  color: #ffffff;
  font-size: 18px;
  line-height: 1em;
}

.search-box .text {
  color: #ffffff;
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 45px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 12px;
}

.search-box .input {
  width: 950px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 14px;
}

.search-box .input:after {
  content: "";
  display: block;
  clear: both;
}

.search-box .input>input {
  float: left;
  width: 720px;
  height: 55px;
  font-size: 16px;
  color: #ffffff;
}

.search-box .input>input::-webkit-input-placeholder {
  color: #ffffff;
}

.search-box .input>input:-moz-placeholder {
  color: #ffffff;
}

.search-box .input>input::-moz-placeholder {
  color: #ffffff;
}

.search-box .input>input:-ms-input-placeholder {
  color: #ffffff;
}

.search-box .input>input::placeholder {
  color: #ffffff;
}

.search-box .input>img {
  float: right;
  margin-top: 15px;
  cursor: pointer;
}

.result {
  min-height: 627px;
  width: 1200px;
  margin: 0 auto;
  padding-top: 86px;
  padding-bottom: 70px;
}

@media screen and (max-width: 1199px) {
  .result {
    width: 100%;
    margin: 0 auto;
  }
}

.result>p {
  color: #072840;
  font-size: 18px;
  line-height: 1em;
  display: none;
}

.result>div:after {
  content: "";
  display: block;
  clear: both;
}

.result>div>p {
  color: #072840;
  font-size: 18px;
  line-height: 1em;
}

.result>div>h3 {
  color: #072840;
  font-size: 14px;
  line-height: 1em;
  margin: 13px 0 20px;
}

.result>div>ul>li {
  border-top: 3px solid #1CA8EB;
  padding: 36px 0 47px;
}

.result>div>ul>li>a {
  display: block;
  color: #1CA8EB;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 17px;
  font-weight: bold;
}

.result>div>ul>li>p {
  color: #072840;
  font-size: 16px;
  line-height: 20px;
}

.result>div>ul>li>p>a {
  color: #024FA8;
}

.result>div>ul>li>p>a:last-child {
  font-style: italic;
  text-decoration: underline;
}

.result>div>a {
  float: right;
  color: #1CA8EB;
  font-size: 18px;
  line-height: 1em;
}

.develop-container {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .develop-container {
    width: 100%;
    margin: 0 auto;
  }
}

.develop-container>p {
  width: 220px;
  height: 108px;
  background: url(../images/earth-middle-bg.png) no-repeat;
  margin: 0 auto 60px;
  padding-top: 24px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1em;
}

.develop-container .text:after {
  content: "";
  display: block;
  clear: both;
}

.develop-container .text>li {
  float: left;
  width: 500px;
}

.develop-container .text>li>p {
  color: #072840;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 12px;
  text-align: justify;
}

.develop-container .text>li>p:last-child {
  margin-bottom: 0;
}

.develop-container .text>li:last-child {
  float: right;
}

.develop-container .img {
  margin: 70px 0 130px;
}

.develop-container .img:after {
  content: "";
  display: block;
  clear: both;
}

.develop-container .img>img {
  float: left;
  height: 497px;
}

.develop-container .img>img:nth-child(2) {
  margin: 0 4px;
}

.develop-container .chart {
  padding-bottom: 130px;
}

.develop-container .chart:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(right, #ffffff 0%, #DEDEDE 50%, #ffffff 100%);
  background: -webkit-linear-gradient(right, #ffffff 0%, #DEDEDE 50%, #ffffff 100%);
  background: -o-linear-gradient(right, #ffffff 0%, #DEDEDE 50%, #ffffff 100%);
  background: linear-gradient(right, #ffffff 0%, #DEDEDE 50%, #ffffff 100%);
}

.develop-container .chart>p {
  width: 220px;
  height: 108px;
  background: url(../images/earth-middle-bg.png) no-repeat;
  margin: 0 auto 30px;
  padding-top: 24px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1em;
}

.develop-container .chart>h3 {
  color: #072840;
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
}

.develop-container .chart>ul:after {
  content: "";
  display: block;
  clear: both;
}

.develop-container .chart>ul>li {
  float: left;
  width: 500px;
  height: 370px;
  margin-top: 102px;
}

.develop-container .chart>ul>li>h3 {
  color: #1CA8EB;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.develop-container .chart>ul>li>h4 {
  color: #072840;
  font-size: 16px;
  line-height: 20px;
}

.develop-container .chart>ul>li>div {
  position: relative;
  height: 300px;
  margin: 25px 0 18px;
}

.develop-container .chart>ul>li>div>div {
  height: 300px;
}

.develop-container .chart>ul>li>div>p {
  text-align: justify;
  position: absolute;
  width: 110px;
  padding: 11px 10px 17px 16px;
  background: #1CA8EB;
  color: #072840;
  font-size: 14px;
  line-height: 18px;
}

.develop-container .chart>ul>li>div>p:after {
  content: "";
  position: absolute;
  bottom: -13px;
  right: 20px;
  border-top: 13px solid #1CA8EB;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.develop-container .chart>ul>li>div>img {
  height: 300px;
}

.develop-container .chart>ul>li>p {
  color: #072840;
  font-size: 16px;
  line-height: 20px;
}

.develop-container .chart>ul>li:nth-child(even) {
  float: right;
}

.develop-container .chart>div {
  margin-top: 100px;
  border-bottom: 3px solid #0D2639;
}

.develop-container .chart>div>ul>li {
  padding: 0 10px;
}

.develop-container .chart>div>ul>li:after {
  content: "";
  display: block;
  clear: both;
}

.develop-container .chart>div>ul>li:nth-child(even) {
  background: #ffffff;
}

.develop-container .chart>div>ul>li:first-child {
  background: #024FA8 !important;
}

.develop-container .chart>div>ul>li:first-child>p {
  font-size: 16px !important;
  font-weight: bold;
  color: #ffffff !important;
}

.develop-container .chart>div>ul>li:first-child>ul>li {
  font-size: 16px !important;
  font-weight: bold;
  color: #ffffff !important;
}

.develop-container .chart>div>ul>li:last-child>ul>li {
  font-weight: bold;
}

.develop-container .chart>div>ul>li:nth-child(odd) {
  background: #ECECEC;
}

.develop-container .chart>div>ul>li>p {
  float: left;
  color: #072840;
  font-size: 16px;
  line-height: 50px;
}

.develop-container .chart>div>ul>li>ul {
  float: right;
}

.develop-container .chart>div>ul>li>ul>li {
  float: left;
  text-align: right;
  color: #072840;
  font-size: 14px;
  line-height: 50px;
}

.develop-container .chart>div>ul>li>ul>li:nth-child(2) {
  width: 190px;
}

.develop-container .chart>div>ul>li>ul>li:nth-child(3) {
  width: 220px;
}

.earth-title {
  font-size: 48px;
  letter-spacing: 5px;
}

.video-list {
  width: 1200px;
  margin: 0 auto;
  padding: 48px 0 0;
}

@media screen and (max-width: 1199px) {
  .video-list {
    width: 100%;
    margin: 0 auto;
  }
}

.video-list .index-video {
  margin-top: 102px;
}

.video-list .index-video>p {
  text-align: center;
  color: #072840;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 25px;
}

.english {
  padding-top: 10px !important;
}

.video-circle {
  display: table;
  margin: 53px auto 0;
  margin-bottom: 108px;
}

.video-circle:after {
  content: "";
  display: block;
  clear: both;
}

.video-circle .hover {
  border-bottom-color: #0E3E69;
}

.video-circle a {
  float: left;
  height: 34px;
  line-height: 30px;
  padding: 0 15px;
  color: #0E3E69;
  font-size: 18px;
  position: relative;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

.video-circle a>img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-circle>div {
  float: left;
}

.video-circle>div>span {
  float: left;
  height: 34px;
  line-height: 30px;
  padding: 0 15px;
  color: #0E3E69;
  font-size: 18px;
}

.global-text-intro {
  padding-bottom: 135px;
}

.global-text-intro>p {
  width: 220px;
  height: 108px;
  background: url(../images/earth-middle-bg.png) no-repeat;
  margin: 0 auto 67px;
  padding-top: 24px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1em;
}

.global-text-intro>div {
  width: 1200px;
  margin: 0 auto;
}

.global-text-intro>div:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1199px) {
  .global-text-intro>div {
    width: 100%;
    margin: 0 auto;
  }
}

.global-text-intro>div>img {
  float: left;
  width: 500px;
}

.global-text-intro>div>div {
  float: right;
  width: 600px;
}

.global-text-intro>div>div>p {
  color: #072840;
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}

.global-text-intro>div>div>p:first-child {
  margin-top: -2px;
}

.bsg-region {
  background: url("../images/bsg-region-bg.jpg") no-repeat center center;
  background-size: cover;
}

.bsg-region>div {
  width: 1200px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 138px;
}

@media screen and (max-width: 1199px) {
  .bsg-region>div {
    width: 100%;
    margin: 0 auto;
  }
}

.bsg-region>div>p {
  width: 220px;
  height: 108px;
  background: url(../images/earth-middle-bg.png) no-repeat;
  margin: 0 auto 47px;
  padding-top: 24px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1em;
}

.bsg-region>div>ul {
  padding: 0 20px;
}

.bsg-region>div>ul:after {
  content: "";
  display: block;
  clear: both;
}

.bsg-region>div>ul>li {
  float: left;
  width: 550px;
}

.bsg-region>div>ul>li>p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}

.bsg-region>div>ul>li>p:last-child {
  margin-bottom: 0;
}

.bsg-region>div>ul>li:last-child {
  float: right;
}

.bsg-region>div>div {
  margin-top: 20px;
}

.bsg-region>div>div:after {
  content: "";
  display: block;
  clear: both;
}

.bsg-region>div>div>img {
  width: calc(100% / 4);
  float: left;
}

.bsg-history {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 133px;
}

@media screen and (max-width: 1199px) {
  .bsg-history {
    width: 100%;
    margin: 0 auto;
  }
}

.bsg-history>p {
  width: 220px;
  height: 108px;
  background: url(../images/earth-middle-bg.png) no-repeat;
  margin: 0 auto 47px;
  padding-top: 24px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1em;
}

.bsg-history>h3 {
  color: #072840;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}

.bsg-history>h3:last-child {
  margin-bottom: 0;
}

.job-center-text {
  color: #ffffff;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 5px;
  position: absolute;
  top: 252px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  font-weight: bold;
}

.job-apply-container {
  width: 1200px;
  margin: 0 auto;
  margin-top: 39px;
  margin-bottom: 49px;
}

@media screen and (max-width: 1199px) {
  .job-apply-container {
    width: 100%;
    margin: 0 auto;
  }
}

.job-apply-container:after {
  content: "";
  display: block;
  clear: both;
}

.job-apply-container .right {
  width: 260px;
  float: right;
}

.job-apply-container .left {
  float: left;
  width: 910px;
}

.search-link {
  border: 1px solid #E1E1E1;
  margin-bottom: 20px;
}

.search-link>div {
  padding: 0 15px;
}

.search-link>div>a {
  display: block;
  width: 100%;
  height: 56px;
  color: #2C80C8;
  font-size: 16px;
  line-height: 55px;
  padding-left: 53px;
  background-position: 5px center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #E1E1E1;
}

.search-link>div:last-child>a {
  border-bottom: none;
}

.search-link>div:first-child>a {
  background-image: url("../images/zp-right-icon1.png");
}

.search-link>div:nth-child(2)>a {
  background-image: url("../images/zp-right-icon2.png");
}

.search-link>div:nth-child(3)>a {
  background-image: url("../images/zp-right-icon3.png");
}

.after-login {
  border: 1px solid #E1E1E1;
  margin-bottom: 20px;
}

.after-login .hover {
  background: #FB8023;
}

.after-login .hover>a {
  color: #ffffff;
  border-bottom: none !important;
}

.after-login .hover:nth-child(2)>a {
  background-image: url("../images/zp-right-icon2-mark.png");
}

.after-login .hover:nth-child(3)>a {
  background-image: url("../images/zp-right-icon4-mark.png");
}

.after-login .hover:nth-child(4)>a {
  background-image: url("../images/zp-right-icon5-mark.png");
}

.after-login .hover:nth-child(5)>a {
  background-image: url("../images/zp-right-icon6-mark.png");
}

.after-login>div {
  padding: 0 15px;
}

.after-login>div>a {
  display: block;
  width: 100%;
  height: 56px;
  color: #2C80C8;
  font-size: 16px;
  line-height: 55px;
  padding-left: 53px;
  background-position: 5px center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #E1E1E1;
}

.after-login>div:last-child>a {
  border-bottom: none;
}

.after-login>div:first-child>a {
  background-image: url("../images/zp-right-icon1.png");
}

.after-login>div:nth-child(2)>a {
  background-image: url("../images/zp-right-icon2.png");
}

.after-login>div:nth-child(3)>a {
  background-image: url("../images/zp-right-icon4.png");
}

.after-login>div:nth-child(4)>a {
  background-image: url("../images/zp-right-icon5.png");
}

.after-login>div:nth-child(5)>a {
  background-image: url("../images/zp-right-icon6.png");
}

.after-login>div:nth-child(6)>a {
  background-image: url("../images/log_out.png");
  background-size: 21px;
}

.job-search {
  border: 1px solid #E1E1E1;
  padding: 23px 20px 20px;
}

.job-search>p {
  color: #4b4b4b;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 25px;
}

.job-search>form>div {
  margin-bottom: 15px;
}

.job-search>form>div:last-child {
  margin-bottom: 0;
}

.job-search>form>div>p {
  color: #a2a2a2;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 8px;
}

.job-search>form>div>select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 34px;
  padding-left: 8px;
  font-size: 14px;
  color: #5c5c5c;
  background: url("../images/search-slide-icon.png") no-repeat 198px center;
  border: 1px solid #DADADA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.job-search>form>div>select::-ms-expand {
  display: none;
}

.job-search>h3 {
  margin-top: 20px;
  width: 100%;
  height: 50px;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  background: #FB8023 no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

.job-search>h3:hover {
  background: #FC7103;
}

.my-apply-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  margin-bottom: 28px;
}

.my-apply-title>p {
  color: #373737;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 13px;
}

.my-apply-title>h3 {
  color: #939393;
  font-size: 16px;
  line-height: 1em;
}

.my-apply-title>h3>a {
  color: #2C80C8;
}

.my-apply-title>a {
  width: 25px;
  height: 20px;
  background: url("../images/send-email.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 12px;
}

.job-list>li {
  border: 1px solid #e1e1e1;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}

.job-list>li:last-child {
  margin-bottom: 0px;
}

.job-list>li>div {
  width: 700px;
}

.job-list>li>div>p {
  color: #080808;
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 15px;
}

.job-list>li>div>h3 {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 18px;
}

.job-list>li>div>ul {
  margin-top: 30px;
}

.job-list>li>div>ul>li {
  margin-bottom: 15px;
  line-height: 14px;
}

.job-list>li>div>ul>li:last-child {
  margin-bottom: 0;
}

.job-list>li>div>ul>li>span {
  font-size: 14px;
}

.job-list>li>div>ul>li>span:first-child {
  color: #3b3b3b;
}

.job-list>li>div>ul>li>span:nth-child(2) {
  color: #8b8b8b;
}

.job-list>li>p {
  margin-top: 19px;
}

.job-list>li>p:after {
  content: "";
  display: block;
  clear: both;
}

.job-list>li>p .second {
  background: #FB8023;
}

.job-list>li>p .second:hover {
  background: #FA5D08;
}

.job-list>li>p>a {
  float: left;
  margin-right: 8px;
  width: 111px;
  height: 38px;
  color: #ffffff;
  font-size: 16px;
  line-height: 38px;
  background: #2C80C8 no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}

.job-list>li>p>a:hover {
  background: #0364BC;
}

.job-list>li>p>a:last-child {
  margin-right: 0;
}

.job-list>li>img {
  position: absolute;
  right: 20px;
  top: 20px;
}

#login,
#reg,
#email,
#newpsd {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
}

#login>div,
#reg>div,
#email>div,
#newpsd>div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 447px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
}

#login>div,
#reg>div,
#email>div,
#newpsd>div {
  padding: 24px 18px 32px;
}

#login>div>div,
#reg>div>div,
#email>div>div,
#newpsd>div>div {
  border-bottom: 1px solid #E1E1E1;
  padding-right: 10px;
  padding-bottom: 15px;
}

#login>div>div:after,
#reg>div>div:after,
#email>div>div:after,
#newpsd>div>div:after {
  content: "";
  display: block;
  clear: both;
}

#login>div>div>span,
#reg>div>div>span,
#email>div>div>span,
#newpsd>div>div>span {
  float: left;
  color: #313030;
  font-size: 24px;
  line-height: 1em;
  margin-right: 20px;
}

#login>div>div>p,
#reg>div>div>p,
#email>div>div>p,
#newpsd>div>div>p {
  float: left;
  color: #a2a2a2;
  font-size: 14px;
  line-height: 1em;
  margin-top: 10px;
}

#login>div>div>p>a,
#reg>div>div>p>a,
#email>div>div>p>a,
#newpsd>div>div>p>a {
  color: #2C80C8;
}

#login>div>div>img,
#reg>div>div>img,
#email>div>div>img,
#newpsd>div>div>img {
  float: right;
  cursor: pointer;
}

#login>div>form,
#reg>div>form,
#email>div>form,
#newpsd>div>form {
  margin: 32px 0 19px;
}

#login>div>form>div,
#reg>div>form>div,
#email>div>form>div,
#newpsd>div>form>div {
  margin-bottom: 25px;
}

#login>div>form>div:nth-child(2),
#reg>div>form>div:nth-child(2),
#email>div>form>div:nth-child(2),
#newpsd>div>form>div:nth-child(2) {
  margin-bottom: 10px;
}

#login>div>form>div>p,
#reg>div>form>div>p,
#email>div>form>div>p,
#newpsd>div>form>div>p {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 10px;
}

#login>div>form>div>input,
#reg>div>form>div>input,
#email>div>form>div>input,
#newpsd>div>form>div>input {
  padding-left: 10px;
  width: 100%;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #D4D4D4;
}

#login>div>form>ul:after,
#reg>div>form>ul:after,
#email>div>form>ul:after,
#newpsd>div>form>ul:after {
  content: "";
  display: block;
  clear: both;
}

#login>div>form>ul>li:first-child,
#reg>div>form>ul>li:first-child,
#email>div>form>ul>li:first-child,
#newpsd>div>form>ul>li:first-child {
  float: left;
  position: relative;
}

#login>div>form>ul>li:first-child>input,
#reg>div>form>ul>li:first-child>input,
#email>div>form>ul>li:first-child>input,
#newpsd>div>form>ul>li:first-child>input {
  position: absolute;
  width: 13px;
  height: 13px;
  z-index: 100;
  opacity: 0;
  left: 0;
  top: 0;
}

#login>div>form>ul>li:first-child>input:checked+i,
#reg>div>form>ul>li:first-child>input:checked+i,
#email>div>form>ul>li:first-child>input:checked+i,
#newpsd>div>form>ul>li:first-child>input:checked+i {
  border: none;
  background: url("../images/right.png") no-repeat center center;
  background-size: 100%;
}

#login>div>form>ul>li:first-child>i,
#reg>div>form>ul>li:first-child>i,
#email>div>form>ul>li:first-child>i,
#newpsd>div>form>ul>li:first-child>i {
  float: left;
  width: 13px;
  height: 13px;
  border: 1px solid #979797;
  margin-right: 5px;
  position: relative;
  z-index: 50;
}

#login>div>form>ul>li:first-child>label,
#reg>div>form>ul>li:first-child>label,
#email>div>form>ul>li:first-child>label,
#newpsd>div>form>ul>li:first-child>label {
  float: left;
  color: #acb2b8;
  font-size: 14px;
  line-height: 1em;
}

#login>div>form>ul>li:last-child,
#reg>div>form>ul>li:last-child,
#email>div>form>ul>li:last-child,
#newpsd>div>form>ul>li:last-child {
  float: right;
  font-size: 14px;
  line-height: 1em;
}

#login>div>form>ul>li:last-child>a,
#reg>div>form>ul>li:last-child>a,
#email>div>form>ul>li:last-child>a,
#newpsd>div>form>ul>li:last-child>a {
  color: #2C80C8;
}

#login>div>h3,
#reg>div>h3,
#email>div>h3,
#newpsd>div>h3 {
  width: 100%;
  height: 56px;
  color: #ffffff;
  font-size: 20px;
  line-height: 56px;
  background: #2C80C8 no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

#login>div>h3:hover,
#reg>div>h3:hover,
#email>div>h3:hover,
#newpsd>div>h3:hover {
  background: #036FCB;
}

.chance-title {
  margin-bottom: 19px;
}

.chance-title>p {
  color: #373737;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 13px;
}

.chance-title>h3 {
  color: #636363;
  font-size: 14px;
  line-height: 18px;
}

.chance-table:after {
  content: "";
  display: block;
  clear: both;
}

.chance-table>form {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -ms-align-items: stretch;
}

.chance-table>form>ul {
  width: calc(100% / 4);
  border-top: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}

.chance-table>form>ul>li:first-child {
  border-bottom: 1px solid #D0D0D0;
  height: 53px;
}

.chance-table>form>ul>li:first-child>p {
  color: #373737;
  font-size: 18px;
  line-height: 53px;
  text-align: center;
}

.chance-table>form>ul>li:nth-child(2) {
  padding: 25px 28px 38px;
}

.chance-table>form>ul>li:nth-child(2)>div {
  position: relative;
  padding-left: 27px;
  margin-bottom: 25px;
}

.chance-table>form>ul>li:nth-child(2)>div:last-child {
  margin-bottom: 0;
}

.chance-table>form>ul>li:nth-child(2)>div>input {
  position: absolute;
  z-index: 100;
  width: 14px;
  height: 14px;
  opacity: 0;
  left: 0;
  top: 2px;
}

.chance-table>form>ul>li:nth-child(2)>div>input:checked+i {
  border: none;
  background: url("../images/right.png") no-repeat center center;
  background-size: 100%;
}

.chance-table>form>ul>li:nth-child(2)>div>i {
  position: absolute;
  z-index: 50;
  width: 14px;
  height: 14px;
  border: 1px solid #9D9D9D;
  left: 0;
  top: 2px;
}

.chance-table>form>ul>li:nth-child(2)>div>label {
  color: #898989;
  font-size: 14px;
  line-height: 18px;
  display: block;
  cursor: pointer;
}

.chance-table>form>ul:last-child {
  border-right: 1px solid #D0D0D0;
}

.chance-table>h3 {
  float: right;
  margin-top: 35px;
  width: 138px;
  height: 38px;
  color: #ffffff;
  font-size: 16px;
  line-height: 38px;
  background: #2C80C8 no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.chance-table>h3:hover {
  background: #036FCB;
}

.my-data-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #E1E1E1;
}

.my-data-title:after {
  content: "";
  display: block;
  clear: both;
}

.my-data-title>p {
  float: left;
  color: #373737;
  font-size: 24px;
  line-height: 1em;
  margin-right: 31px;
}

.my-data-title>ul {
  float: left;
}

.my-data-title>ul .hover {
  border-color: #2C80C8;
}

.my-data-title>ul .hover>a {
  color: #2C80C8;
  border: none;
}

.my-data-title>ul>li {
  float: left;
  padding: 6px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid transparent;
}

.my-data-title>ul>li>a {
  display: block;
  color: #949494;
  font-size: 14px;
  line-height: 1em;
  padding: 0 10px;
  border-right: 1px solid #E1E1E1;
  text-align: center;
}

.my-data-title>ul>li:last-child>a {
  border-right: none;
}

.my-data-title>h3 {
  float: right;
  color: #939393;
  font-size: 14px;
  line-height: 1em;
}

.my-data-title>h3>span {
  color: #2C80C8;
}

.my-data-list {
  margin-top: 30px;
}

.my-data-list>li {
  width: 100%;
  border: 1px solid #E4E4E4;
  padding: 16px 20px 12px;
  margin-bottom: 20px;
}

.my-data-list>li:last-child {
  margin-bottom: 0;
}

.my-data-list>li>p {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 1em;
}

.my-data-list>li>p>span {
  margin-right: 20px;
}

.my-data-list>li>h3 {
  margin: 12px 0 9px;
  color: #303030;
  font-size: 18px;
  line-height: 1em;
}

.my-data-list>li>h4,
.my-data-list>li>h5 {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 26px;
}

.my-data-list>li>h5 {
  margin-top: 19px;
}

.basic-title {
  padding-bottom: 14px;
  border-bottom: 1px solid #E1E1E1;
}

.basic-title>p {
  color: #373737;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 14px;
}

.basic-title>div {
  color: #939393;
  font-size: 14px;
  line-height: 1em;
}

.basic-title>div:after {
  content: "";
  display: block;
  clear: both;
}

.basic-title>div>p {
  float: left;
}

.basic-title>div>ul {
  float: right;
}

.basic-title>div>ul>li {
  float: left;
  margin-right: 35px;
  position: relative;
}

.basic-title>div>ul>li:not(:last-child):after {
  content: "";
  width: 12px;
  height: 10px;
  background: url("../images/arrows-icon.png") no-repeat;
  position: absolute;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.basic-title>div>ul>li:last-child {
  margin-right: 0;
}

.basic-title>div>ul .hover {
  color: #2C80C8;
}

.basic-data-form {
  padding-bottom: 50px;
  margin-top: 21px;
}

.basic-data-form>div {
  margin-bottom: 15px;
}

.basic-data-form>div:after {
  content: "";
  display: block;
  clear: both;
}

.basic-data-form>div:nth-child(3)>input {
  background: url("../images/calendar-icon.png") no-repeat 349px center;
}

.basic-data-form>div:last-child {
  margin-bottom: 0;
}

.basic-data-form>div>p {
  float: left;
  width: 138px;
  text-align: right;
  color: #393939;
  font-size: 14px;
  line-height: 44px;
  margin-right: 18px;
}

.basic-data-form>div>p>span {
  color: #ff0000;
  margin-right: 3px;
}

.basic-data-form>div>input,
.basic-data-form>div>select {
  float: left;
  width: 390px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #C6C6C6;
  padding-left: 12px;
}

.basic-data-form>div>input::-webkit-input-placeholder,
.basic-data-form>div>select::-webkit-input-placeholder {
  color: #9c9c9c;
}

.basic-data-form>div>input:-moz-placeholder,
.basic-data-form>div>select:-moz-placeholder {
  color: #9c9c9c;
}

.basic-data-form>div>input::-moz-placeholder,
.basic-data-form>div>select::-moz-placeholder {
  color: #9c9c9c;
}

.basic-data-form>div>input:-ms-input-placeholder,
.basic-data-form>div>select:-ms-input-placeholder {
  color: #9c9c9c;
}

.basic-data-form>div>input::placeholder,
.basic-data-form>div>select::placeholder {
  color: #9c9c9c;
}

.basic-data-form>div>select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/slidedown-icon.png") no-repeat 355px center;
}

.basic-data-form>div>select::-ms-expand {
  display: none;
}

.basic-data-form>div>div {
  height: 44px;
  float: left;
  position: relative;
}

.basic-data-form>div>div>div {
  float: left;
  margin-right: 47px;
  position: relative;
  padding-left: 24px;
  margin-top: 13px;
}

.basic-data-form>div>div>div>input {
  position: Absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  opacity: 0;
  z-index: 100;
}

.basic-data-form>div>div>div>input:checked+i:after {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #2C80C8;
  position: absolute;
  top: 4px;
  left: 4px;
}

.basic-data-form>div>div>div>i {
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  z-index: 50;
  border: 1px solid #C7C7C7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.basic-data-form>div>div>div>label {
  display: block;
  color: #393939;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
}

.basic-data-form>div>div>ul {
  position: relative;
}

.basic-data-form>div>div>ul>li:first-child {
  width: 120px;
  height: 120px;
  border: 1px solid #C6C6C6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.basic-data-form>div>div>ul>li:first-child>img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.basic-data-form>div>div>ul>li:nth-child(2) {
  width: 112px;
  height: 37px;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #C4C4C4;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: -136px;
}

.basic-data-form>div>div>a {
  display: block;
  margin-top: 49px;
  width: 238px;
  height: 50px;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  background: #2C80C8 no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

.basic-data-form>div>div>a:hover {
  background: #036CC9;
}

.write-rusume {
  padding-top: 30px;
}

.write-rusume>div>p {
  font-size: 24px;
  color: #373737;
  position: relative;
  top: -8px;
}

.resume-message {
  margin-top: 38px;
}

.resume-message .file>div:first-child:first-child {
  position: Relative;
  padding-left: 29px;
}

.resume-message .file>div:first-child:first-child>input {
  position: Absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  opacity: 0;
  z-index: 100;
}

.resume-message .file>div:first-child:first-child>input:checked+i:after {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #2C80C8;
  position: absolute;
  top: 2px;
  left: 2px;
}

.resume-message .file>div:first-child:first-child>i {
  position: absolute;
  left: 1px;
  top: 0;
  width: 14px;
  height: 14px;
  z-index: 50;
  border: 1px solid #C7C7C7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.resume-message .file>div:first-child:first-child>label {
  display: block;
  color: #393939;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}

.resume-message .file>div:nth-child(2)>ul {
  margin-top: 25px;
  padding-bottom: 32px;
  border-bottom: 1px solid #D4D4D4;
}

.resume-message .file>div:nth-child(2)>ul>li:first-child {
  width: 105px;
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  background: #2C80C8 no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.resume-message .file>div:nth-child(2)>ul>li:first-child:hover {
  background: #036FCB;
}

.resume-message .file>div:nth-child(2)>ul>li:nth-child(2) {
  margin-top: 12px;
  margin-bottom: 26px;
  color: #858585;
  font-size: 14px;
  line-height: 18px;
}

.resume-message .file>div:nth-child(2)>ul>li:nth-child(3):after {
  content: "";
  display: block;
  clear: both;
}

.resume-message .file>div:nth-child(2)>ul>li:nth-child(3)>ul {
  float: left;
  margin-right: 13px;
}

.resume-message .file>div:nth-child(2)>ul>li:nth-child(3)>ul>li {
  float: left;
  position: relative;
  padding: 9px 41px 9px 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #787878;
  font-size: 14px;
  line-height: 1em;
  border: 1px solid #C6C6C6;
  margin-right: 13px;
}

.resume-message .file>div:nth-child(2)>ul>li:nth-child(3)>ul>li:last-child {
  margin-right: 0;
}

.resume-message .file>div:nth-child(2)>ul>li:nth-child(3)>ul>li>img {
  position: Absolute;
  width: 13px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.resume-message .file>div:nth-child(2)>ul>li:nth-child(3)>p {
  float: left;
  width: 80px;
  height: 34px;
  color: #ffffff;
  font-size: 14px;
  line-height: 34px;
  background: #2C80C8 no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.resume-message .file>div:nth-child(2)>ul>li:nth-child(3)>p:hover {
  background: #0367BF;
}

.resume-message .work-experience {
  margin-top: 38px;
  padding-bottom: 46px;
}

.resume-message .work-experience>div:first-child:first-child {
  position: Relative;
  padding-left: 29px;
}

.resume-message .work-experience>div:first-child:first-child>input {
  position: Absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  opacity: 0;
  z-index: 100;
}

.resume-message .work-experience>div:first-child:first-child>input:checked+i:after {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #2C80C8;
  position: absolute;
  top: 2px;
  left: 2px;
}

.resume-message .work-experience>div:first-child:first-child>i {
  position: absolute;
  left: 1px;
  top: 0;
  width: 14px;
  height: 14px;
  z-index: 50;
  border: 1px solid #C7C7C7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.resume-message .work-experience>div:first-child:first-child>label {
  display: block;
  color: #393939;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}

.resume-message .work-experience>div:nth-child(2)>div {
  margin-top: 40px;
}

.resume-message .work-experience>div:nth-child(2)>div>ul>li {
  position: relative;
  margin-bottom: 15px;
}

.resume-message .work-experience>div:nth-child(2)>div>ul>li:after {
  content: "";
  display: block;
  clear: both;
}

.resume-message .work-experience>div:nth-child(2)>div>ul>li:last-child {
  margin-bottom: 0px;
}

.resume-message .work-experience>div:nth-child(2)>div>ul>li>div {
  float: left;
  margin-right: 10px;
}

.resume-message .work-experience>div:nth-child(2)>div>ul>li>div:nth-last-child(2) {
  margin-right: 0;
}

.resume-message .work-experience>div:nth-child(2)>div>ul>li>div>input {
  display: block;
  width: 100%;
  border: 1px solid #C6C6C6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 13px;
  height: 40px;
}

.resume-message .work-experience>div:nth-child(2)>div>ul>li>div>p {
  text-align: center;
  color: #393939;
  font-size: 14px;
  line-height: 1em;
}

.resume-message .work-experience>div:nth-child(2)>div>ul>li>div:first-child {
  width: 183px;
}

.resume-message .work-experience>div:nth-child(2)>div>ul>li>div:nth-child(2) {
  width: 241px;
}

.resume-message .work-experience>div:nth-child(2)>div>ul>li>div:nth-child(3) {
  width: 142px;
}

.resume-message .work-experience>div:nth-child(2)>div>ul>li>div:nth-child(4) {
  width: 268px;
}

.resume-message .work-experience>div:nth-child(2)>div>ul>li:not(:first-child)>img {
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.resume-message .work-experience>div:nth-child(2)>div>ul>li:not(:first-child)>div:nth-child(4)>input {
  float: left;
  width: 124px;
  padding-right: 26px;
  background: url("../images/calendar-icon.png") no-repeat 97px center;
  background-size: 20px;
}

.resume-message .work-experience>div:nth-child(2)>div>ul>li:not(:first-child)>div:nth-child(4)>input:nth-child(2) {
  float: right;
}

.resume-message .work-experience>div:nth-child(2)>textarea {
  margin-top: 20px;
  width: 100%;
  color: #515151;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 13px;
  height: 200px;
  resize: none;
  border: 1px solid #C0C0C0;
}

.resume-message .work-experience>div:nth-child(2)>div {
  margin-top: 31px;
}

.resume-message .work-experience>div:nth-child(2)>div:after {
  content: "";
  display: block;
  clear: both;
}

.resume-message .work-experience>div:nth-child(2)>div>p {
  float: left;
  color: #ffffff;
  font-size: 14px;
  line-height: 42px;
  width: 136px;
  height: 42px;
  background: #2C80C8 no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  margin-right: 25px;
}

.resume-message .work-experience>div:nth-child(2)>div>p:hover {
  background: #036CC9;
}

.resume-message .work-experience>div:nth-child(2)>div>p:last-child {
  margin-right: 0;
  background: #FB8023;
}

.resume-message .work-experience>div:nth-child(2)>div>p:last-child:hover {
  background: #FC7103;
}

#back-apply,
#success-apply {
  display: none;
  width: 610px;
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 24px 26px 32px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 5px 10px #868686;
  -moz-box-shadow: 0 5px 10px #868686;
  box-shadow: 0 5px 10px #868686;
}

#back-apply>p,
#success-apply>p {
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}

#back-apply>p:after,
#success-apply>p:after {
  content: "";
  display: block;
  clear: both;
}

#back-apply>p>span,
#success-apply>p>span {
  float: left;
  color: #000000;
  font-size: 24px;
  line-height: 1em;
}

#back-apply>p>img,
#success-apply>p>img {
  float: right;
  cursor: pointer;
}

#back-apply>div,
#success-apply>div {
  position: relative;
  margin-top: 32px;
  color: #515151;
  font-size: 16px;
  line-height: 36px;
}

#back-apply>div>span,
#success-apply>div>span {
  position: absolute;
  right: 0;
  left: 0;
}

.job-intro-detail {
  display: none;
  position: relative;
  z-index: 999;
}

.job-intro-detail>div {
  left: 119px;
  top: 25px;
  position: Absolute;
  width: 610px;
  padding: 24px 26px 32px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 5px 10px #868686;
  -moz-box-shadow: 0 5px 10px #868686;
  box-shadow: 0 5px 10px #868686;
}

.job-intro-detail>div:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #F5F5F5;
  top: -20px;
  left: 50px;
}

.job-intro-detail>div>p {
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}

.job-intro-detail>div>p:after {
  content: "";
  display: block;
  clear: both;
}

.job-intro-detail>div>p>span {
  float: left;
  color: #000000;
  font-size: 24px;
  line-height: 1em;
}

.job-intro-detail>div>p>img {
  float: right;
  cursor: pointer;
}

.job-intro-detail>div>ul {
  position: relative;
  margin-top: 40px;
}

.job-intro-detail>div>ul>li {
  margin-bottom: 48px;
}

.job-intro-detail>div>ul>li:last-child {
  margin-bottom: 0;
}

.job-intro-detail>div>ul>li>p {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 24px;
}

.job-intro-detail>div>ul>li>p:not(:first-child) {
  padding-left: 6px;
  position: relative;
}

.job-intro-detail>div>ul>li>p:not(:first-child):after {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.job-intro-detail>div>ul>span {
  position: absolute;
  right: 0;
  left: 0;
}

.move-right {
  position: relative;
  opacity: 0;
  left: -200px;
}

.move-left {
  position: relative;
  opacity: 0;
  right: -200px;
}

#bdshare_weixin_qrcode_dialog {
  width: 260px !important;
  height: 320px !important;
}

.reap-container {
  width: 1200px;
  margin: 0 auto;
  padding: 78px 0 180px;
}

@media screen and (max-width: 1199px) {
  .reap-container {
    width: 100%;
    margin: 0 auto;
  }
}

.reap-container>img {
  float: right;
  margin-bottom: 30px;
}

.reap-container>div {
  clear: both;
}

.reap-container>div:after {
  content: "";
  display: block;
  clear: both;
}

.reap-container>div>div>div {
  height: 538px;
  position: relative;
}

.reap-container>div>div>p {
  position: Absolute;
  bottom: -75px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #515151;
  font-size: 29px;
  line-height: 1em;
  font-weight: bold;
}

.reap-container>div .payment {
  float: left;
  position: relative;
}

.reap-container>div .payment>div {
  width: 570px;
}

.reap-container>div .payment>div>ul {
  position: absolute;
  bottom: 0;
}

.reap-container>div .payment>div>ul:first-child {
  left: 0;
}

.reap-container>div .payment>div>ul:nth-child(2) {
  left: 114px;
}

.reap-container>div .payment>div>ul:nth-child(3) {
  left: 228px;
}

.reap-container>div .payment>div>ul:nth-child(4) {
  left: 342px;
}

.reap-container>div .payment>div>ul:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}

.reap-container>div .payment>div>ul>li {
  height: 104px;
  width: 114px;
  cursor: pointer;
  position: relative;
  background: linear-gradient(to right, #436395, #32486B);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#436395, endcolorstr=#32486B, gradientType=1);
}

.reap-container>div .payment>div>ul>li:first-child>i {
  position: absolute;
  top: -5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #5173A9;
  height: 10px;
  width: 100%;
}

.reap-container>div .payment>div>ul>li:first-child>i:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #3B5581;
}

.reap-container>div .payment>div>ul>li>div {
  width: 58px;
  height: 63px;
  margin: 0 auto;
  position: relative;
}

.reap-container>div .payment>div>ul>li>div>img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
}

.reap-container>div .payment>div>ul>li>p {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  height: 18px;
  margin-top: 3px;
  padding: 0 8px;
  margin-bottom: 15px;
  word-break: break-all;
}

.reap-container>div .payment>div>ul>li>h3 {
  height: 8px;
  background: url("../images/reap-border.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.reap-container>div .payment>p {
  width: 100%;
  white-space: nowrap;
}

.reap-container>div .study {
  margin-left: 50px;
  margin-right: 50px;
}

.reap-container>div .study>div {
  width: 228px;
}

.reap-container>div .study>div>ul {
  position: absolute;
  bottom: 0;
}

.reap-container>div .study>div>ul>li {
  background: linear-gradient(to right, #F8B54B, #D08620);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#F8B54B, endcolorstr=#D08620, gradientType=1);
}

.reap-container>div .study>div>ul>li:first-child>i {
  background: #F9C671;
}

.reap-container>div .study>div>ul>li:first-child>i:after {
  background: #F5A129;
}

.reap-container>div .culture>div {
  width: 114px;
}

.reap-container>div .culture>div>ul>li {
  background: linear-gradient(to right, #8BA8D5, #6289C7);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8BA8D5, endcolorstr=#6289C7, gradientType=1);
}

.reap-container>div .culture>div>ul>li:first-child>i {
  background: #A9BFE0;
}

.reap-container>div .culture>div>ul>li:first-child>i:after {
  background: #7C9DD0;
}

.reap-container>div .relations {
  float: right;
}

.reap-container>div .relations>div {
  width: 114px;
}

.reap-container>div .relations>div>ul>li {
  background: linear-gradient(to right, #FB763D, #C6581A);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FB763D, endcolorstr=#C6581A, gradientType=1);
}

.reap-container>div .relations>div>ul>li:first-child>i {
  background: #E38C5B;
}

.reap-container>div .relations>div>ul>li:first-child>i:after {
  background: #DC6A2F;
  padding: 0;
}

.environment-bg {
  width: 100%;
  height: 884px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: url("../images/environment-bg.png") no-repeat center center;
  background-size: cover;
}

.environment-bgbox {
  border-bottom: none;
}

.environment-bgbox .index-bgbox {
  background: none;
}

.environment-show {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-top: 79px;
}

@media screen and (max-width: 1199px) {
  .environment-show {
    width: 100%;
    margin: 0 auto;
  }
}

.environment-show>img {
  float: right;
  margin-bottom: 150px;
}

.environment-show .img {
  clear: both;
  background: #1CA8EB;
  padding: 0 30px;
  height: 374px;
}

.environment-show .img>ul {
  position: relative;
  top: -78px;
}

.environment-show .img>ul:after {
  content: "";
  display: block;
  clear: both;
}

.environment-show .img>ul>li {
  float: left;
  margin-right: 6px;
  cursor: pointer;
  width: 374px;
}

.environment-show .img>ul>li>div {
  width: 100%;
  height: 374px;
  overflow: hidden;
  position: relative;
}

.environment-show .img>ul>li>div>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.environment-show .img>ul>li>p {
  margin-top: 20px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1em;
  text-align: center;
}

.environment-show .img>ul>li:last-child {
  margin-right: 0;
}

.environment-show .page {
  margin-top: 22px;
  padding-right: 25px;
}

.environment-show .page:after {
  content: "";
  display: block;
  clear: both;
}

.environment-show .page>div {
  float: right;
}

.environment-show .page>div>a {
  float: left;
  padding: 0 13px;
  border-right: 2px solid #1CA8EB;
  color: #1CA8EB;
  font-size: 20px;
  line-height: 1em;
}

.environment-show .page>div>a:last-child {
  border-right: none;
}

.environment-show .page>div .hover {
  color: #2e2e2e;
  cursor: default;
}

#environment-big-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001;
}

#environment-big-img>img {
  height: 650px;
}

#environment-big-img>span {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  position: Absolute;
  top: -10px;
  right: -10px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.join-swiper {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 46px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .join-swiper {
    width: 100%;
    margin: 0 auto;
  }
}

.join-swiper .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  border: 1px solid #CACACA;
  width: 12px;
  height: 12px;
}

.join-swiper .swiper-wrapper {
  height: 763px;
}

.join-swiper .swiper-wrapper img {
  position: absolute;
  bottom: 0;
}

.join-swiper .swiper-pagination-bullet-active {
  background: #06365A;
}

.join-swiper .swiper-pagination {
  position: static;
  margin-top: 90px;
}

.join-swiper>img {
  position: absolute;
  right: 0;
  top: 70px;
}

#reap-pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.4);
}

#reap-pop>div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 350px;
  padding-bottom: 25px;
  background: #A7A7A7;
}

#reap-pop>div>p {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 9px;
  padding: 0 30px 0 20px;
  display: table;
  background: linear-gradient(to right, #436395, #32486B);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#436395, endcolorstr=#32486B, gradientType=1);
  position: relative;
}

#reap-pop>div>p:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 1px;
  border-top: 14px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid #A7A7A7;
  border-bottom: 14px solid #A7A7A7;
}

#reap-pop>div>h3 {
  padding: 0 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
}

#start {
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 10000;
  width: 100%;
  height: 100%;
}

.public-hint {
  display: none;
}

/*# sourceMappingURL=bsg_comm.css.map */



.header {
  width: 100%;
  left: 0;
  right: 0;
  transform: translateX(0);
}

.header>div:first-child {
  background: #fff;
  height: 80px;
}

.header>div:nth-child(2),
.header>div:nth-child(3) {
  display: none !important;
}

.new_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.new_header .logo {
  height: 50px;
}

.new_header .nav_list__body {
  position: static !important;
  height: 80px;
  top: 0 !important;
  right: 0 !important;
  transform: translateY(0) !important;
  width: calc(100% - 200px);
}

.new_header .nav_list__body ul {
  display: flex;
  justify-content: flex-end;
}

.new_header .nav_list__body ul li {
  line-height: 80px;
  position: relative;
  z-index: 1000;
}

.new_header .nav_list__body ul li>a {
  font-size: 16px;
  color: #072840;
  font-weight: normal;
  display: block;
  transition: all .3s;
  padding: 0 30px;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  height: 80px;
  line-height: 80px;
}

.new_header .nav_list__body ul li>a:hover,
.new_header .nav_list__body ul li>a.hover {
  border-color: #0044b4;
  color: #0044b4;
}

.new_header .nav_list__body ul li div {
  width: 260px;
  background-color: #edeff2;
  transition: all .5s;
  position: absolute;
  left: 0;
  top: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
}

.new_header .nav_list__body ul li div p {
  line-height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #d4d5d8;
  display: flex;
  justify-content: space-between;
  color: #072840;
  align-items: center;
}

.new_header .nav_list__body ul li div p i {
  color: #0245b4;
  display: none;
  background: url(../images/nav_ico.png) center no-repeat;
  width: 13px;
  height: 13px;
  background-size: 100% 100%;
}

.new_header .nav_list__body ul li div p:hover {
  color: #0245b4;
}

.new_header .nav_list__body ul li div p:hover i {
  display: inline;
}

.new_header .nav_list__body ul li:hover div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.new_header .nav_list__body ul li.ico {
  padding-right: 0;
}

.new_header .nav_list__body ul li.ico a {
  display: inline;
  border: 0;
  padding: 0 0 0 20px;
}

.new_header .nav_list__body ul li.ico img {
  display: inline;
  vertical-align: middle;
}


.footer_logo {
  padding: 30px 0 20px;
}

.footer_logo img,
.footer_logo span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.footer_logo span {
  font-size: 18px;
  font-weight: normal;
}

.move-right {
  border-bottom: 1px solid #1CA8EB;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.index-footer {
  height: 530px;
}

.menu_btn {
  background: url(../images/menu_ico.png) center no-repeat;
  display: inline-block;
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-left: 30px;
  display: none;
  vertical-align: middle;
}

.menu_btn.open{
  background-image:url(../images/menu_ico_1.png);
}



.mobile_pop_menu__body {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  background-color: #edeff2;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.mobile_pop_menu__body.show{
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.mobile_pop_menu__body ul li>div.out {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid #d4d5d8;
}

.mobile_pop_menu__body ul li>div>a {
  font-size: 17px;
  color: #072840;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

.mobile_pop_menu__body ul li>div>a:hover {
  color:#0044b4;
}

.mobile_pop_menu__body ul li i.ri {
  background: url(../images/nav_ico.png) center no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
}
.mobile_pop_menu__body ul li div.earth{
  display:none;
}
.mobile_pop_menu__body ul li div.earth a{
  display:block;
  height:35px;
  line-height: 35px;
}
.mobile_pop_menu__body ul li div.earth p{
  height:35px;
  line-height:35px;
  font-size:13px;
  padding-left:30px;
  border-bottom: 1px solid #d4d5d8;
  color:#072840;
}

.mobile_pop_menu__body ul li i.mo {
  background: url(../images/mo_2.png) center no-repeat;
  width: 10px;
  height: 10px;
  background-size: cover;
}

.mobile_pop_menu__body ul li.show i.mo{background-image: url(../images/mo_1.png);}
.mobile_pop_menu__body ul li.show>div.out.a{color:#0044b4;}


.index__body_2021{
  position: relative;
  height:calc(100vh);
}
.index__body_2021 .kv_con{
  position: absolute;
  z-index:1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-size:100% 100%;
  background-position: center;
  background-repeat: no-repeat;
      background-image: url(/Public/Home/images/index_bg_1.jpg);
}
.index__body_2021 .kv_con .txt{
  color:#fff;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50% , -60%);
}
.index__body_2021 .kv_con .txt .in{max-width: 700px;}
.index__body_2021 .kv_con .txt .s_1{
  text-transform: uppercase;
  font-family: Arial;
  font-size:40px;
  font-weight:700;
  line-height:50px;
  color:#fff;
  position: relative;
  padding-bottom:20px;
  margin-bottom:30px;
}
.index__body_2021 .kv_con .txt .s_1::after{
  content: "";
  background-color:#fff;
  height:3px;
  width: 45px;
  position: absolute;
  left:0;
  bottom:0;
}

.index__body_2021 .kv_con .txt h4{
  color:#fff;
  font-size:20px;
  line-height:40px;
  padding-bottom:40px;
}
p{
  font: size 16px;
  line-height:1.5;
  color:#fff;
}

.index__body_2021 .btm_ico_list{
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  display:flex;
  align-items: center;
  flex-wrap: wrap;
  z-index:2;
}
.index__body_2021 .btm_ico_list li{
  width:33.3333%;
  box-sizing: border-box;

  border-right: 1px solid rgba(255,255,255,.3);
  text-align: center;
  background-color:rgba(0,0,0,.3);
  transition: all .5s;
  padding:20px 0;
  height:130px;
  box-sizing: border-box;
  cursor: pointer;
  border-top:3px solid transparent;
}
.index__body_2021 .btm_ico_list li:last-child{border-radius: 0;}
.index__body_2021 .btm_ico_list li p{color:#fff;font-size:16px;}
.index__body_2021 .btm_ico_list li img{margin:15px auto 0;max-width:80%;}

.index__body_2021 .btm_ico_list li:hover , .index__body_2021 .btm_ico_list li.cur{
  background-color:rgba(255,255,255,.1);
}

.index__body_2021 .btm_ico_list li.s_1:hover , .index__body_2021 .btm_ico_list li.s_1.cur{
  border-top-color:#0044b4;
}
.index__body_2021 .btm_ico_list li.s_2:hover , .index__body_2021 .btm_ico_list li.s_2.cur{
  border-top-color:#5c91ed;
}
.index__body_2021 .btm_ico_list li.s_3:hover , .index__body_2021 .btm_ico_list li.s_3.cur{
  border-top-color:#52caf5;
}

.mb30{
  margin-bottom:30px;
}
.mb20{
  margin-bottom:20px;
}
.b_txt{
  border-left:2px solid #0044b4;
  padding-left:30px;
  margin-bottom:30px;
}
.b_txt.bor_1{
  border-color:#5c91ed;
}
.b_txt.bor_2{
  border-color:#52caf5;
}

.index__body_2021 .btn_con a{
  display:inline-block;
  border-radius: 2em;
  color:#fff;
  padding:10px 20px;
  margin-right:10px;
  border:1px solid #fff;
  transition: all .3s;
}
.index__body_2021 .btn_con span , .index__body_2021 .btn_con i{
  display: inline-block;
  vertical-align: middle;
}
.index__body_2021 .btn_con i{
  background: url(../images/btn_ico.png) center no-repeat;
  width:13px;
  height:13px;
  margin-left: 5px;
}
.index__body_2021 .btn_con a:hover{
  background-color:#0044b4;
  border-color:#0044b4;
}
.index__body_2021 .btn_con a.b_1:hover{
  background-color:#5c91ed;
  border-color:#5c91ed;
}
.index__body_2021 .btn_con a.b_2:hover{
  background-color:#52caf5;
  border-color:#52caf5;
}




@media screen and (max-width: 1199px) {
  .new_header .nav_list__body {
    height: 40px;
  }

  .new_header .logo {
    height: auto;
    margin-top: -3px;
    backface-visibility:hidden;
-webkit-backface-visibility:hidden;	/* Chrome 和 Safari */
-moz-backface-visibility:hidden; 	/* Firefox */
-ms-backface-visibility:hidden; 	
  }

  .new_header .nav_list__body ul li {
    line-height: 40px;
  }

  .new_header .nav_list__body ul li>a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }

  .new_header .nav_list__body ul li div {
    width: 180px;
  }

  .new_header .nav_list__body ul li div p {
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
  }

  .new_header .nav_list__body ul li.ico a img {
    width: 12px;
  }
  .index__body_2021 .txt{
    padding:0 20px;
  }
}

@media screen and (min-width: 300px) and (max-width: 1160px) {
  .new_header .logo {
    height: auto;
    width: 40px;
  }

  .new_header .nav_list__body ul li {
    display: none;
  }

  .new_header .nav_list__body ul li.ico {
    display: block
  }

  .menu_btn {
    display: inline-block;
  }

  .new_header .nav_list__body {
    width: calc(100% - 90px);
  }

  .header {
    position: relative;
  }


  .index__body_2021 .kv_con{
    background-size:cover;
  }

  .index__body_2021 .kv_con .txt{
    padding-top:25%;
    top:0;
    transform: translate(-50% , 0);
  }
  .index__body_2021 .kv_con .txt .logo{
    height:40px;
    margin-bottom:15px;
  }

  .index__body_2021 .kv_con .txt .s_1{
    font-size:34px;
    line-height:1.2;
    padding-bottom:15px;
    margin-bottom:25px;
  }
  .index__body_2021 .kv_con .txt .s_1:after{
    height:2px;
    width:30px;
  }

  

  .index__body_2021 .kv_con .txt h4{
    font-size:12px;
    line-height:1.7;
    padding-bottom:20px;
    font-weight: 700;
  }

  .index__body_2021 .kv_con .txt p{
    font-weight: 700;
    font-size: 9px;
    line-height:1.5;
  }

  .mb30{margin-bottom:15px;}
  .mb20{margin-bottom:10px;}

  .index__body_2021 .kv_con .txt .in img{
    height:30px;
  }

  .index__body_2021 .btn_con a{
    padding:5px 10px;
    font-size:8px;
  }
  .index__body_2021 .kv_con .txt p{font-size:10px; line-height:1.5;}

  .index__body_2021 .btm_ico_list li{
    width:100%;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.3);
    height:auto;
    padding:15px 0;
    background-color:rgba(0,0,0,.2);
  }
  .index__body_2021 .btm_ico_list li:last-child{
    border-bottom:0;
  }
  .index__body_2021 .btm_ico_list li p{
    font-size:8px;
  }
  .index__body_2021 .btm_ico_list li img{
    height:22px;
    margin:5px auto 0;
  }

  .index__body_2021 .kv_con{background-image:url(../images/mobile_kv_bg.jpg) !important;}
  .header > div:first-child{border:0 !important;}
  .pop_privacy .privacy_body{width:100% !important;box-sizing: border-box;
    padding:15px 15px !important;}
    .pop_privacy .privacy_body .box span{font-size:14px !important;line-height:1.5 !important;
      width:80%;padding-right:10px;}

  /*
  .index__body_2021{height:calc(100vh + 100px);}
  */
  .index__body_2021 .btm_ico_list{bottom:0;}

  }
}
