.opacity_show {
  opacity: 0;
  animation: show 2s;
  -moz-animation: show 2s;
  /* Firefox */
  -webkit-animation: show 2s;
  /* Safari and Chrome */
  -o-animation: show 2s;
  /* Opera */
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards; }

.left1 {
  left: -200px;
  top: -200px;
  animation: left1 .5s;
  -moz-animation: left1 .5s;
  /* Firefox */
  -webkit-animation: left1 .5s;
  /* Safari and Chrome */
  -o-animation: left1 .5s;
  /* Opera */
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards; }

.left2 {
  left: -200px;
  top: 315px;
  animation: left2 .5s;
  -moz-animation: left2 .5s;
  /* Firefox */
  -webkit-animation: left2 .5s;
  /* Safari and Chrome */
  -o-animation: left2 .5s;
  /* Opera */
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards; }

.left3 {
  left: -200px;
  top: 1000px;
  animation: left3 .5s;
  -moz-animation: left3 .5s;
  /* Firefox */
  -webkit-animation: left3 .5s;
  /* Safari and Chrome */
  -o-animation: left3 .5s;
  /* Opera */
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards; }

.right1 {
  right: -200px;
  top: -200px;
  animation: right1 .5s;
  -moz-animation: right1 .5s;
  /* Firefox */
  -webkit-animation: right1 .5s;
  /* Safari and Chrome */
  -o-animation: right1 .5s;
  /* Opera */
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards; }

.right2 {
  right: -200px;
  top: 315px;
  animation: right2 .5s;
  -moz-animation: right2 .5s;
  /* Firefox */
  -webkit-animation: right2 .5s;
  /* Safari and Chrome */
  -o-animation: right2 .5s;
  /* Opera */
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards; }

.right3 {
  right: -200px;
  top: 1000px;
  animation: right3 .5s;
  -moz-animation: right3 .5s;
  /* Firefox */
  -webkit-animation: right3 .5s;
  /* Safari and Chrome */
  -o-animation: right3 .5s;
  /* Opera */
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards; }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes left1 {
  from {
    left: -200px;
    top: -200px; }
  to {
    left: 195px;
    top: 8%; } }
@keyframes left2 {
  from {
    left: -200px;
    top: 315px; }
  to {
    left: 100px;
    top: 40%; } }
@keyframes left3 {
  from {
    left: -200px;
    top: 1000px; }
  to {
    left: 195px;
    top: 70%; } }
@keyframes right1 {
  from {
    right: -200px;
    top: -200px; }
  to {
    right: 195px;
    top: 8%; } }
@keyframes right2 {
  from {
    right: -200px;
    top: 315px; }
  to {
    right: 100px;
    top: 40%; } }
@keyframes right3 {
  from {
    right: -200px;
    top: 1000px; }
  to {
    right: 195px;
    top: 70%; } }
.index-item {
  padding: 50px 0 0 0; }
  .index-item h2 {
    margin: 30px auto; }

#advantage .section .section1_back {
  width: 100%;
  min-width: 1150px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.section1 {
  width: 100%;
  height: 100%; }

.SO_box {
  position: relative;
  width: 1150px;
  height: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0 auto; }
  .SO_box .circle_center {
    width: 400px;
    height: 400px;
    background: #00a1e0;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 27%;
    left: 375px;
    opacity: 0;
    text-align: center;
    color: white; }
    .SO_box .circle_center p {
      margin: 0px 0 30px 0;
      text-align: left;
      font-size: 14px; }
  .SO_box .circle_left1 {
    width: 150px;
    height: 150px;
    background: #00a1e0;
    border: none;
    border-radius: 50%;
    position: absolute;
    left: -200px;
    top: -200px;
    text-align: center;
    color: white; }
  .SO_box .circle_left2 {
    width: 150px;
    height: 150px;
    background: #00a1e0;
    border: none;
    border-radius: 50%;
    position: absolute;
    left: -200px;
    top: 315px;
    text-align: center;
    color: white; }
  .SO_box .circle_left3 {
    width: 150px;
    height: 150px;
    background: #00a1e0;
    border: none;
    border-radius: 50%;
    position: absolute;
    left: -200px;
    top: 1000px;
    text-align: center;
    color: white; }
  .SO_box .circle_right1 {
    width: 150px;
    height: 150px;
    background: #00a1e0;
    border: none;
    border-radius: 50%;
    position: absolute;
    right: -200px;
    top: -200px;
    text-align: center;
    color: white; }
  .SO_box .circle_right2 {
    width: 150px;
    height: 150px;
    background: #00a1e0;
    border: none;
    border-radius: 50%;
    position: absolute;
    right: -200px;
    top: 315px;
    text-align: center;
    color: white; }
  .SO_box .circle_right3 {
    width: 150px;
    height: 150px;
    background: #00a1e0;
    border: none;
    border-radius: 50%;
    position: absolute;
    right: -200px;
    top: 1000px;
    text-align: center;
    color: white; }
  .SO_box button p {
    font-size: 14px;
    padding: 0 18px; }

.apply {
  padding: 50px; }
  .apply .btn .btn-block {
    border: 1px solid #00a1e0;
    border-radius: 2px;
    background: none;
    color: #00a1e0; }

body {
  position: relative; }

.icon-lengxing {
  font-size: 11px; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.btn-apply:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #00a1e0;
  border-bottom: none; }

@media screen and (min-width: 1200px) {
  .copy {
    height: 45px;
    margin-left: 146px; }

  .in-touch {
    display: block !important; } }
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .copy {
    height: 45px;
    margin-left: 146px; }

  .in-touch {
    display: block !important; } }
@media screen and (min-width: 768px) and (max-width: 959px) {
  .copy {
    height: 60px;
    margin-left: 10px; }

  .in-touch {
    display: block !important; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .copy {
    height: 60px;
    margin-left: 10px; }

  .in-touch {
    display: block !important; } }
@media only screen and (max-width: 479px) {
  .copy {
    height: 60px;
    margin-left: 10px; }

  .in-touch {
    display: block !important; }

  .mymenu {
    display: none; } }

/*# sourceMappingURL=index.css.map */
