﻿@charset "UTF-8";
.top-title {
  width: 90%;
  padding: 10px 5%;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-color: #fff; }
  .top-title .top-title-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
            box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
    position: relative;
    z-index: 4; }
    .top-title .top-title-box > h3 {
      font-weight: bold;
      letter-spacing: 0.05em;
      font-size: 20px;
      color: #333;
      margin-bottom: 15px; }
    .top-title .top-title-box > p {
      font-size: 14px;
      color: #333;
      line-height: 1.6em;
      margin-bottom: 10px; }
  .top-title .top-title-bg {
    position: absolute;
    background: #3a3b3d;
    width: 3000px;
    height: 3000px;
    border-radius: 50%;
    left: 50%;
    top: -2950px;
    margin-left: -1500px;
    z-index: 2; }

.top-nav {
  height: 50px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #EEE; 
  z-index: 9;
}
  .top-nav > div {
    width: 30%;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-weight: bold;
    font-size: 16px;
    text-align: center; }
  .top-nav > .active {
    color: #32d3ff;
    position: relative; }
  .top-nav > .active::after {
    content: "";
    width: 40px;
    height: 0;
    border-bottom: 2px solid #32d3ff;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px; }
.top-nav-change{
  background-color: rgba(0,0,0,0.8);
}
.top-nav-change > div{
  color: #fff !important;
}
.top-nav-change > .active{
  color: #32d3ff !important;
}
.xy-main {
  padding-bottom: 100px; }

.type1-box {
  width: 90%;
  margin: 20px 5%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .type1-box .box-left {
    width: 15%; }
    .type1-box .box-left img {
      width: 100%; }
  .type1-box .box-right {
    width: 80%; }
    .type1-box .box-right .box-title {
      font-size: 16px;
      color: #333;
      margin-bottom: 10px;
      font-weight: bold; }
    .type1-box .box-right > p {
      font-size: 14px;
      color: #666;
      line-height: 1.6em;
      margin: 5px 0; }
    .type1-box .box-right > p::before {
      content: "·";
      margin-right: 5px;
      font-size: 12px;
      font-weight: bold; }

.main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .main-title > h3 {
    font-size: 20px;
    color: #32d3ff; }
  .main-title > p {
    margin-top: 10px;
    color: #666;
    font-size: 14px; 
      padding: 0 16px;}

/*.main-title::after {
  content: "";
  width: 60px;
  height: 0;
  border-bottom: 3px solid #32d3ff;
  position: absolute;
  left: 50%;
  bottom: -13px;
  margin-left: -30px; }
*/
.main-title-o > h3 {
  color: #ff913a; }

.main-title-o::after {
  border-bottom: 3px solid #ff913a; }

.xy-footer {
  height: 50px;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #3a3b3d;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
          box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5%; }
  .xy-footer .footer-nav {
    width: 82%;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    
    .xy-footer .footer-nav > span {
      font-size: 14px;
      color: #bbb;
      display: inline-block;
      width: 30%;
      text-align: center;line-height: 20px;padding: 5px 0;
    }
      .xy-footer .footer-nav > span a{display: inline-block;}
    .xy-footer .footer-nav .active {
      font-size: 15px;
      color: #ff913a;
      width:40%;line-height: 50px;padding: 0;}
    .xy-footer .footer-nav .active::after {
      content: "";
      height: 12px;
      width: 12px;
      margin-left: 5px;
      display: inline-block;
      background-image: url("../img/nav-right.png");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    .xy-footer .footer-nav .active::before {
      content: "";
      height: 12px;
      width: 12px;
      margin-right: 5px;
      display: inline-block;
      background-image: url("../img/nav-left.png");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
  .xy-footer .footer-menu {
    height: 50px;
    width: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px; }
    .xy-footer .footer-menu img {
      width: 100%;
      height: 100%; }
.footer-nav-tips{font-size: 12px;color: #fff;}
.footer-nav2 {
  height: 40px;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 60px;
  background-color: #686a6d;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
          box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; padding: 0 2%;}
  .footer-nav2 .sj {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #686a6d;
    position: absolute;
    left: 40%;
    bottom: -16px; }
  .footer-nav2 .footer-nav {
    width: 82%;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer-nav2 .footer-nav > span {
      font-size: 12px;
      color: #bbb;
      display: inline-block;
      text-align: center;
      display: inline-block;
      min-width: 20%; line-height: 18px;width: 30%;padding: 2px 0;}
      .footer-nav2 .footer-nav > span a{display: inline-block;}
    .footer-nav2 .footer-nav .active {
      font-size: 14px;
      color: #ff913a;line-height: 40px;width: 40%;padding: 0;}
    .footer-nav2 .footer-nav .active::after {
      content: "";
      height: 10px;
      width: 10px;
      display: inline-block;
      background-image: url("../img/secondnav-right.png");
      background-size: 100% 100%;
      margin-left: 3px;
      background-repeat: no-repeat; }
    .footer-nav2 .footer-nav .active::before {
      content: "";
      height: 10px;
      width: 10px;
      margin-right: 3px;
      display: inline-block;
      background-image: url("../img/secondnav-left.png");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
  .footer-nav2 .footer-menu {
    height: 40px;
    width: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px; }
    .footer-nav2 .footer-menu img {
      width: 100%;
      height: 100%; }
.btn-box {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn-box .btn-item {
    height: 50px;
    width: 200px;
    line-height: 50px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #ff913a; }
  .btn-box .btn-item h1{line-height: 24px;font-size:16px;margin-top:4px;}
  .btn-box .btn-item p{line-height: 16px;font-size:12px;}
  .btn-box .btn-item-b {
    background-color: #32d3ff; }
.LLC {
  padding: 10px;
  font-size: 14px;
  padding-left: 20px; }

.LLC-item {
  margin-bottom: 10px; }
  .LLC-item .LLC-item-title {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    width: 100%;
    position: relative; }
  .LLC-item .LLC-item-title::after {
    content: "";
    height: 12px;
    width: 12px;
    background-color: #ff913a;
    position: absolute;
    top: 8px;
    left: -20px; }
  .LLC-item .LLC-item-content {
    line-height: 24px;
    font-size: 12px;
    color: #666;
    width: 49%;
    display: inline-block; }

.main-title-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 5%; }
  .main-title-two h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold; }
  .main-title-two p {
    color: #666;
    font-size: 14px;
    margin: 10px 0;
    text-align: center; }

.type2-box {
  width: 90%;
  background-color: #fff;
  margin: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px; }
  .type2-box .type2-item {
    margin: 20px 0; }
    .type2-box .type2-item h3 {
      font-size: 18px;
      display: inline-block;
      border-bottom: 3px solid #ff913a;
      margin-bottom: 5px;
      color: #333; }
    .type2-box .type2-item p {
      font-size: 14px;
      line-height: 1.6em;
      color: #333; }

.type2-box-o .type2-item h3 {
  border-bottom: 3px solid #32d3ff; }

.type3-box {
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  margin: 20px 5%;
  background-color: #fff; }
  .type3-box .type3-box-title {
    color: #32d3ff;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px; }
  .type3-box .type3-box-content {
    line-height: 1.6em;
    font-size: 14px;
    color: #666; }
    .type3-box .type3-box-content a {
      color: #32d3ff; }

.main-title-o h3 {
  color: #ff913a; }

.type3-box-o .type3-box-title {
  color: #ff913a; }
.type3-box-o .type3-box-content a {
  color: #ff913a; }

.type4-box {
  width: 90%;
  margin: 20px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  background-color: #fff;
  position: relative; }
  .type4-box .type4-line {
    width: 0;
    height: calc(100% - 175px);
    border-right: 1px dashed #ddd;
    position: absolute;
    top: 40px;
    left: 28px; }
  .type4-box .type4-box-item {
    margin: 20px 0;
    padding-left: 40px;
    position: relative; }
    .type4-box .type4-box-item > b {
      width: 25px;
      height: 25px;
      text-align: center;
      line-height: 25px;
      background-color: #32d3ff;
      font-size: 16px;
      color: white;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 50%; }
  .type4-box .type4-box-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold; }
  .type4-box .type4-box-content {
    font-size: 14px;
    color: #333;
    line-height: 1.6em; }
    .type4-box .type4-box-content a {
      color: #32d3ff; }

.type5-box {
  width: 90%;
  margin: 20px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  background-color: #fff; }
  .type5-box .type5-box-title {
    color: #ff913a;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; }
  .type5-box .type5-box-content {
    color: #666;
    font-size: 14px;
    line-height: 1.6em;
    text-indent: 2em; }
  .type5-box .btn-item {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px; }

.type6-box {
  width: 90%;
  margin: 20px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  background-color: #fff; }
  .type6-box > p {
    color: #333;
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.6em; }
  .type6-box .LLC-item .LLC-item-content {
    width: 100%; }
  .type6-box .type6-item {
    margin: 10px 0; }
    .type6-box .type6-item h4 {
      font-size: 14px;
      margin-bottom: 5px;
      color: #333; }
    .type6-box .type6-item p {
      margin-left: 1.6em;
      font-size: 14px;
      color: #333; }
  .type6-box .type6-btn {
    width: 100%;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px; }
    .type6-box .type6-btn a{width: 48%;}
    .type6-box .type6-btn .type6-btn-item {
      width: 100%;
      border: 1px solid #32d3ff;
      padding: 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .type6-box .type6-btn .type6-btn-item img {
        height: 20px;
        width: auto; }
      .type6-box .type6-btn .type6-btn-item span {
        font-size: 12px;
        color: #32d3ff; text-align: center;line-height: 16px;}
  .type6-box .type6-box-list {
    margin: 20px 0; }
    .type6-box .type6-box-list p {
      line-height: 1.8em;
      font-size: 14px;
      color: #333; }
    .type6-box .type6-box-list span {
      font-size: 12px;
      color: #999;
      margin-top: 1em;
      display: block; }

.main-title-three {
  margin-bottom: 20px; }
  .main-title-three h3 {
    font-size: 18px;
    color: #666;
    text-align: center; }

.type7-box {
  width: 90%;
  margin: 20px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  background-color: #fff; }
  .type7-box h4 {
    font-size: 16px;
    color: #ff913a;
    margin-bottom: 15px; }
  .type7-box p {
    font-size: 14px;
    color: #333; }
.type9-box {
  width: 90%;
  margin: 20px 5%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .type9-box .box-left {
    width: 15%; }
    .type9-box .box-left img {
      width: 100%; }
  .type9-box .box-right {
    width: 80%; }
    .type9-box .box-right .box-title {
      font-size: 16px;
      color: #333;
      margin-bottom: 10px;
      font-weight: bold; }
    .type9-box .box-right > .box-content {
      font-size: 14px;
      color: #666;
      line-height: 1.6em;
      margin: 5px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .type9-box .box-right > .box-content div {
        width: 10%;
        text-align: right; }
      .type9-box .box-right > .box-content p {
        width: 90%; }
      .type9-box .box-right > .box-content .link::after{
        content: "";
        width: 12px;
        height: 12px;
        display: inline-block;
        background-image: url("../img/link.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
        top: 2px;
        left: 5px; }

.dblist{overflow: hidden;}
.dblist-line{width:50%;float: left;}
.dblist-line p{font-size: 14px;
    color: #666;
    line-height: 1.6em;
    margin: 5px 0;}
.dblist-line p::before{content: "·";
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;}
.list-box-right-link-btn{font-size: 14px;color: #10cbff;margin-top:20px;text-align: right;}
@media screen and (max-width: 359px) {
  .xy-footer .footer-nav .active{font-size: 12px;}
  .footer-nav2 .footer-nav .active{font-size: 12px;}
 }

