@charset "UTF-8";
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}

/* 设置默认字体 */
address,
cite,
dfn,
em,
var {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/* 将斜体扶�? */
code,
kbd,
pre,
samp,
tt {
  font-family: 'Courier New', Courier, monospace;
}

/* 统一等宽字体 */
/* 重置列表元素 */
ul,
ol {
  list-style: none;
}

/* 重置文本格式元素 */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*********/
/* 重置ie下img边框 */
a img {
  border: 0;
}

input,
textarea,
select {
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input:focus,
textarea:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-modify: read-write-plaintext-only;
}

*:focus {
  outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

html {
  font-size: 100%;
}

html * {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 14px;
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Tahoma,
    'Microsoft Yahei', Arial, Helvetica, sans-serif;
  line-height: 1.42857;
  color: #323232;
  position: relative;
  background: url(../img/bg.png);
  background-size: 100% 100%;
}

div,
section {
  position: relative;
}

a,
i,
span,
em,
strong,
img {
  display: inline-block;
}

a,
a:link,
a:visited {
  color: #6c718a;
}

table th,
table td {
  text-align: center;
  vertical-align: middle;
}

button {
  border: 0;
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Tahoma,
    'Microsoft Yahei';
  font-size: 16px;
}

input[type='text'],
input[type='password'],
input[type='search'],
textarea,
select {
  font-size: 16px;
  color: #414141;
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Tahoma,
    'Microsoft Yahei';
  border: 0;
  box-sizing: border-box;
  line-height: 24px;
}

input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bebebe;
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Tahoma,
    'Microsoft Yahei';
  font-size: 16px;
}

input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1;
  color: #bebebe;
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Tahoma,
    'Microsoft Yahei';
  font-size: 16px;
}

input[type='text']::-ms-input-placeholder,
input[type='password']::-ms-input-placeholder,
input[type='search']::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bebebe;
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Tahoma,
    'Microsoft Yahei';
  font-size: 16px;
}

[data-env='mobile'] input[type='text'],
[data-env='mobile'] input[type='password'],
[data-env='mobile'] input[type='search'],
[data-env='mobile'] textarea,
[data-env='mobile'] select {
  padding-top: 8px;
  padding-bottom: 8px;
}

input[disabled],
button[disabled] {
  background: #fff;
}

.clear:after {
  display: block;
  content: '';
  height: 0;
  width: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.hidden {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

[v-cloak] {
  display: none;
}

.main {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
}

.logo {
  height: 80px;
  position: relative;
}
.go-visa {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100px;
  height: 40px;
  cursor: pointer;
  display: block;
}
.logo .y-btn {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.logo .a-btn {
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #1434cb;
  cursor: pointer;
  text-align: center;
  margin-right: 10px;
  border-radius: 6px;
}
.logo .a-btn:hover {
  background: #fcc015;
}

.menu {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 34px;
  width: 34px;
  font-size: 12px;
}

.menu .icon {
  display: inline-block;
  height: 34px;
  width: 34px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  line-height: 30px;
}

.menu .icon img {
  vertical-align: middle;
  width: 25px;
  height: 15px;
  font-size: 0px;
}

.banner img {
  display: block;
  width: 100%;
}

.menu:hover .icon {
  background: #575d88;
}

.menu .menu-list {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 15px;
  background: #1434cb;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  z-index: 999;
}

.menu:hover .menu-list {
  display: block;
  width: 90px;
}

.menu .menu-list li {
  display: block;
  height: 33px;
  color: #fff;
  line-height: 33px;
  text-align: left;
  cursor: pointer;
}
.menu .menu-list li a {
  display: block;
  color: #fff;
}

.menu .menu-list li a:hover {
  color: #fcc015;
}

.menu .menu-list li + li {
  border-top: 1px solid #cad1d6;
}

.bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg div {
  position: absolute;
}

.bg .shade-1 {
  width: 320px;
  height: 535px;
  top: 100px;
  left: 0;
  background-image: url('../img/shade-1.png');
}

.bg .shade-2 {
  width: 519px;
  height: 487px;
  bottom: 0;
  right: 0;
  background-image: url('../img/shade-2.png');
}

/*首页*/
.index {
  padding-bottom: 30px;
}

.index .swiper ul img {
  display: block;
  width: 100%;
}

.index .swiper .swiper-switch {
  z-index: 10;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  text-align: center;
}

.index .swiper .swiper-switch span {
  background: #a0a0a0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.index .swiper .swiper-switch .on {
  background: #cb963e;
}

.nav {
  margin: 30px 0;
}

.nav li {
  float: left;
  line-height: 30px;
  font-size: 14px;
  color: #6c718a;
  padding-right: 18px;
}
.nav li:hover {
  color: #c29d5c;
  cursor: pointer;
}
.nav li.on {
  color: #c29d5c;
}
.nav li a {
  color: #6c718a;
}

.nav li a:hover {
  color: #c29d5c;
}
.nav li.on a {
  color: #c29d5c;
}
.index .list {
  min-height: 20vw;
}

.index .list .active {
  display: block;
}

.index .list .list-status {
  text-align: center;
  width: 100%;
  color: #ccc;
  border: 0 none;
  height: 20vw;
  line-height: 20vw;
  padding: 0 !important;
  list-style: none !important;
}

.index .list ul li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 13px 45px;
  position: relative;
}

.index .list ul li:nth-child(odd) {
  padding: 0 13px 45px 0;
}

.index .list ul li:nth-child(even) {
  padding: 0 0px 45px 13px;
}

.index .list ul li a,
.index .list ul li img {
  display: block;
  width: 100%;
  height: 215px;
}

.index .list ul li p {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  /*background: url("../img/index/cur-shade.png") 0 0/100% 100%;*/
  -webkit-transition: all ease-out 0.28s;
  transition: all ease-out 0.28s;
  background-color: #1434cb;
  color: #ffffff;
  box-sizing: border-box;
  padding: 10px 20px;
  line-height: 24px;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index .list ul li a {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.index .list ul li a:hover p {
  top: 130px;
}

.tab-list {
  margin-top: 30px;
}

.tab-list li {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 121px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #58617e;
}

.tab-list li {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}
.tab-list li:hover {
  -webkit-filter: grayscale(10%); /* Chrome, Safari, Opera */
  filter: grayscale(10%);
}

.tab-list li:last-child {
  border: none;
}

.tab-list li img {
  margin: auto;
  vertical-align: middle;
}

.tab-list li p {
  color: #6c718a;
  line-height: 32px;
}

/*
.tab-list li:hover .normal {
    display: none
}

.tab-list li .hover {
    display: none
}
*/

.tab-list li:hover .hover {
}

.tab-list li:hover p {
  color: #c29d5c;
}

/*详情*/
.detail {
  padding-bottom: 30px;
}

.detail .swiper ul img {
  display: block;
  width: 100%;
}

.detail .swiper .swiper-switch {
  z-index: 10;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 96%;
  text-align: right;
}

.detail .swiper .swiper-switch span {
  background: #a0a0a0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.detail .swiper .swiper-switch .on {
  background: #fff;
}

.detail .intro {
  color: #fff;
  border-bottom: 1px solid #1434cb;
  margin-top: 32px;
  padding-bottom: 65px;
}
.detail .intro dl img {
  max-width: 256px;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
a.back {
  color: #fff;
  height: 26px;
  line-height: 26px;
  width: 88px;
  border-radius: 4px;
  background: #1434cb;
  text-align: center;
  margin: 15px 0;
}

.detail .intro .title {
  font-size: 18px;
  margin-bottom: 20px;
}

.detail .intro .explain {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  opacity: 0.6;
  background: #1434cb;
}

.detail .intro .explain img {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 12px;
  height: 37px;
}

.detail .intro dl {
  margin-top: 20px;
  color: #cccccc;
  line-height: 30px;
}
.detail .intro dl a {
  color: #e1a744;
  text-decoration: underline;
}
.detail .intro dl dt {
  font-size: 16px;
  margin-bottom: 8px;
  color: #4a4a4a;
}

.detail .intro dl dd ~ dt {
  margin-top: 36px;
}

.detail .intro dl .icon-start {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  margin-right: 8px;
  background: url('../img/detail/start.png') no-repeat;
}

.detail .intro dd {
  padding-left: 26px;
  color: #000000;
}

.detail .intro .attention {
  padding-left: 26px;
  font-size: 12px;
  margin-top: 10px;
}

.detail .intro .submit {
  text-align: center;
  margin-top: 90px;
}
.detail .intro .sub,
.detail .intro .sub-a {
  text-align: center;
  margin-top: 30px;
}
.detail .intro .submit p {
  font-family: NotoSansSC-Medium;
  font-size: 12px;
  color: #4a4a4a;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  margin-top: 12px;
}

.detail .intro .sub-btn,
.detail .intro .sub-btn-a {
  border: 0;
  font-size: 24px;
  color: #fff;
  height: 52px;
  line-height: 52px;
  width: 262px;
  cursor: pointer;
  background: transparent url('../img/detail/button-1.png') 0 0 no-repeat;
}

/* 弹窗 */
.modal,
.new-modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  display: none;
}

.modal .box,
.new-modal .box {
  /* position: fixed;
  top: 50%;
    left: 50%;
    width: 50%;
    max-width: 720px;
    min-width: 608px;
    height: auto;
    z-index: 2000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/

  width: 100%;
  height: 100%;
  z-index: 2000;
}

.modal .box-mask,
.new-modal .box-mask {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.modal section,
.new-modal section {
  width: 640px;
  margin: 0 auto;
  background: url(../img/bg.png);
  background-size: 100% 100%;
}

.modal #section1,
.new-modal #section1 {
  width: 640px;
  height: 750px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.modal #iframeId,
.new-modal #iframeId {
  width: 640px;
  height: 740px;
  margin: 0 auto;
  background: url(../img/newbg.jpg);
  background-size: 100%;
}
.modal .head,
.new-modal .head {
  line-height: 54px;
  color: #fff;
  font-size: 18px;
  padding-left: 12px;
  padding-right: 5px;
  border-radius: 4px 4px 0 0;
  text-align: center;
}

.modal .head a,
.new-modal .head a {
  cursor: pointer;
  float: right;
  background: transparent url('../img/detail/close.png') center center no-repeat;
  width: 30px;
  height: 30px;
  margin-top: 12px;
}

.modal .container,
.new-modal .container {
  padding: 0 124px;
  color: #fff;
}

.modal button,
.new-modal button {
  color: #fff;
  font-size: 24px;
  display: block;
  width: 100%;
  height: 53px;
  margin-top: 40px;
  background: transparent url('../img/detail/button-2.png') 0 0/100% auto
    no-repeat;
  cursor: pointer;
}

.modal .form .line,
.new-modal .form .line {
  position: relative;
  box-sizing: border-box;
  height: 44px;
  background: #fff;
  border-radius: 4px;
  padding: 10px 0;
  border-radius: 4px;
}

.modal .form .line label,
.new-modal .form .line label {
  display: inline-block;
  padding-left: 16px;
  font-size: 16px;
  color: #5a5a5a;
  width: 54px;
}
.modal .form .line .lerr,
.new-modal .form .line .lerr {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 10px;
  display: none;
  color: #fb0303;
}
.modal .form .line .reg,
.new-modal .form .line .reg {
  position: absolute;
  top: 45px;
  right: 10px;
  color: #fff;
  text-decoration: underline;
}
.modal .form .line .reg:hover,
.new-modal .form .line .reg:hover {
  color: #e1a744;
}
.modal .form .line input,
.new-modal .form .line input {
  width: 280px;
}

.modal .form .line select,
.new-modal .form .line select {
  width: 140px;
}

.modal .form .line .icon-select,
.new-modal .form .line .icon-select {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  width: 10px;
  height: 16px;
  background: transparent url('../img/detail/select-arrow.png') center center
    no-repeat;
}

.info-confirm {
  color: #fff;
  width: 390px;
  padding-bottom: 30px;
  margin: 0 auto;
}

.info-confirm .title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.info-confirm .desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.info-confirm .btns {
  overflow: hidden;
  width: 390px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.info-confirm .btn {
  overflow: hidden;
  width: 172px;
  line-height: 50px;
  height: 50px;
  background-color: #133468;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  cursor: pointer;
  float: right;
  color: #fff;
}

.info-confirm .btn.active {
  background: url(../img/detail/button-2.png) center center no-repeat;
  background-size: 100% 100%;
  float: left;
}

.visa-pop-header {
  width: 390px;
  margin: 0 auto;
  padding-top: 30px;
}

.visa-pop-header .ovh {
  overflow: hidden;
}

.visa-pop-logo {
  float: left;
  width: 116px;
}

.visa-pop-close {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 0px;
  background: url(../img/detail/close.png) center center no-repeat;
}
#new-web {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 780px;
  height: 496px;
  margin-left: -390px;
  margin-top: -248px;
}

#visa-msg {
  width: 500px;
  height: 460px;
  margin: 0 auto;
  position: relative;
}
#visa-msg p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
#visa-msg .img {
  display: block;
  margin: 15px auto;
}
#visa-msg .ling {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url('../img/ling.png') no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 2px;
}

.beian {
  padding-top: 30px;
  border-top: 1px solid #1434cb;

  font-family: NotoSansSC-Regular;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
.beian a {
  color: #000000;
  padding: 0 10px;
  /* border-bottom: 1px solid #575e7c;*/
  text-decoration: underline;
}
.beian img {
  width: 20px;
  display: block;
  font-size: 0;
  margin: 15px auto;
}

section.new-section {
  height: 300px;
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -304px;
}

section.new-section .desc {
  margin: 30px 0 15px 0;
  text-align: center;
  font-size: 16px;
}

section.new-section select {
  width: 250px;
  height: 36px;
  padding-left: 16px;
  margin: 0 auto;
  display: block;
  -webkit-appearance: menulist;
}

#section1 {
  height: unset !important;
}
