@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "Arial", arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #962323;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}
.jb1 {
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.jb1h {
  background: url("../images/jb12.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.jb2 {
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.jb2h {
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.wrap {
  width: 86%;
  max-width: 1400px;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col12,
.col {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  top: 50%;
  margin: -30px 0 0 0;
  background: url("../images/prevnextbtn.png");
  outline: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.swiper-button-next span,
.swiper-button-prev span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: no-repeat center;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-prev span {
  background-image: url("../images/arrow1.png");
}
.swiper-button-next {
  right: 0;
}
.swiper-button-next span {
  background-image: url("../images/arrow2.png");
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #962323;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 28px;
  font-size: 16px;
}
.article p {
  text-indent: 2em;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url("../images/mainFilter.png");
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 90px;
}
.header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #f6f6f6;
  padding: 0 20px;
}
.header .wrap {
  width: 100%;
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 45px;
  margin-top: 15px;
}
.header .logo img {
  height: 100%;
  display: block;
}
.header .search-box {
  float: right;
  margin-top: 25px;
  position: relative;
}
.header .search-box .search-btn {
  width: 40px;
  height: 40px;
  background: url("../images/search.png") no-repeat center;
  background-size: 18px auto;
  cursor: pointer;
}
.header .search-box .search-bar {
  width: 820px;
  height: 90px;
  position: absolute;
  right: -20px;
  top: -25px;
  z-index: 95;
  background: #f6f6f6;
  padding: 20px;
  display: none;
}
.header .search-box .search-bar .close {
  width: 50px;
  height: 50px;
  float: right;
  background: url("../images/close.png") no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .search-box .search-bar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .search-box .search-bar .btn {
  width: 50px;
  height: 50px;
  float: left;
  background: url("../images/search.png") no-repeat center;
  background-size: 18px auto;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 60px;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
  background: #fff;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.header .tel {
  float: right;
  width: 190px;
  margin: 28px 0 0 24px;
}
.header .nav {
  float: right;
  margin-right: 14px;
}
.header .nav .tel,
.header .nav .qrcode {
  display: none;
}
.header .nav > ul > li {
  float: left;
  position: relative;
  margin: 0 10px;
}
.header .nav > ul > li > a {
  height: 90px;
  line-height: 90px;
  display: block;
  font-size: 17px;
  overflow: hidden;
  font-weight: bold;
  padding: 0 12px;
  position: relative;
  letter-spacing: 2px;
}
.header .nav > ul > li > a i {
  display: none;
}
.header .nav > ul > li .arrow {
  display: none;
}
.header .nav > ul > li.on > a::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.header .nav > ul > li:hover > a,
.header .nav > ul > li.on > a:hover {
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
}
.header .nav > ul > li:hover > a:after,
.header .nav > ul > li.on > a:hover:after {
  display: none;
}
.header .nav .sub {
  position: absolute;
  display: none;
  z-index: 90;
}
.header .nav .sub1 {
  min-width: 100%;
  top: 90px;
  left: 0;
  padding: 0;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  min-height: 95px;
}
.header .nav .sub1 > ul > li {
  margin: 0;
}
.header .nav .sub1 > ul > li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.header .nav .sub1 > ul > li.kai .sub2,
.header .nav .sub1 > ul > li.on .sub2 {
  display: block;
}
.header .nav .sub1 > ul > li > a:hover,
.header .nav .sub1 > ul > li.on > a {
  background: #f4e7e8;
  color: #962323;
}
.header .nav .sub1 > ul > li > a {
  height: 48px;
  line-height: 48px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 20px;
}
.header .nav .sub1 > ul > li .arrow {
  display: none;
}
.header .nav .sub1 .more {
  width: 72px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 26px;
  border: solid 1px #fff;
  font-size: 12px;
  color: #fff;
  margin: 14px auto 20px auto;
  display: block;
  cursor: pointer;
}
.header .nav .sub1 .more:hover {
  background: #fff;
  color: #962323;
}
.header .nav .sub2 {
  width: 450px;
  min-height: 95px;
  top: 0;
  left: 100%;
  background: #e9e9e9;
  padding: 10px 0 10px 10px;
}
.header .nav .sub2 ul {
  width: 470px;
  float: left;
  padding: 0 10px;
}
.header .nav .sub2 ul li {
  width: 50%;
  float: left;
  padding: 0 4px;
  margin: 16px 0;
}
.header .nav .sub2 ul a {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.header .nav .sub2 ul a:hover {
  color: #962323;
}
.header .nav .sub2 .adve {
  width: 276px;
  float: left;
  border-left: solid 1px #bfbfc0;
  padding-left: 34px;
}
.header .nav .sub2 .adve .tit {
  font-size: 18px;
  font-weight: bold;
  color: #962323;
  padding-bottom: 10px;
  border-bottom: solid 1px #962323;
}
.header .nav .sub2 .adve .txt {
  line-height: 28px;
  font-size: 14px;
  color: #666;
  padding: 8px 0;
  margin-bottom: 10px;
}
.header .nav .sub2 .adve .pic img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1400px) {
  .header .nav > ul > li {
    margin: 0 8px;
  }
  .header .nav > ul > li > a {
    padding: 0 8px;
  }
  .header .nav .sub2 {
    width: 700px;
  }
  .header .nav .sub2 ul {
    width: 420px;
  }
  .header .nav .sub2 .adve {
    width: 240px;
    padding-left: 10px;
  }
}
.footer {
  background: #f4f4f4;
  padding: 30px 20px 0 20px;
  position: relative;
}
.footer .wave {
  width: 100%;
  height: 48px;
  position: absolute;
  left: 0;
  top: -48px;
  z-index: 50;
  background: url("../images/foot_wave.png") repeat-x 0 0;
  background-size: auto 100%;
}
.footer .wrap {
  width: 100%;
}
.footer .tit {
  font-size: 18px;
}
.footer .qrcodebox {
  width: 21.85714286%;
  float: left;
  padding: 0 20px 0 0;
}
.footer .qrcodebox .row {
  margin: 0 -12px;
}
.footer .qrcodebox .col {
  padding: 0 12px;
  text-align: center;
  color: #666;
}
.footer .qrcodebox img {
  width: 100%;
  display: block;
}
.footer .qrcodebox .pic {
  margin-bottom: 6px;
}
.footer .link-list {
  float: right;
  width: 57.57142857%;
  /* border-left: solid 1px #d4d4d4; */
  padding-left: 48px;
}
.footer .link-list .list {
  width: 25%;
  float: left;
}
/* .footer .link-list .list:nth-child(3) {
  width: 34%;
} */
.footer .link-list ul {
  margin-top: 12px;
}
.footer .link-list ul li {
  line-height: 28px;
  width: 80%;
}
.footer .link-list ul a {
  color: #666;
}
.footer .link-list ul a:hover {
  color: #962323;
}
.footer .contact {
  float: left;
  width: 33.57142857%;
  padding-left: 26px;
  line-height: 22px;
}
.footer .contact .tit {
  margin-bottom: 24px;
}
.footer .contact p {
  margin-bottom: 6px;
}
.footer .contact .p1,
.footer .contact .p2,
.footer .contact .p3 {
  padding-left: 24px;
  background: no-repeat 0 4px;
}
.footer .contact .p1 {
  background-image: url("../images/contact_icon1.png");
}
.footer .contact .p2 {
  background-image: url("../images/contact_icon2.png");
}
.footer .contact .p3 {
  background-image: url("../images/contact_icon3.png");
  background-position: 0 2px;
}
.footer .social-share {
  padding: 0;
  margin-top: 24px;
}
.footer .social-share:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .social-share a {
  width: 38px;
  height: 38px;
  float: left;
  position: relative;
  margin: 0 12px 0 0;
  background: no-repeat center;
  background-size: 100% 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .4;
}
.footer .social-share a:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.footer .social-share .icon-qq {
  background-image: url("../images/share1.png");
}
.footer .social-share .icon-wechat {
  background-image: url("../images/share2.png");
}
.footer .social-share .icon-weibo {
  background-image: url("../images/share3.png");
}
.footer .bottom {
  overflow: hidden;
  line-height: 22px;
  padding: 10px 0 14px 0;
}
.footer .friendship {
  float: left;
  width: 50%;
}
.footer .friendship a {
  margin-right: 12px;
}
.footer .technology {
  width: 50%;
  float: right;
  color: #666;
  text-align: right;
}
.footer .technology a {
  color: #666;
}
.footer .technology a:hover {
  color: #962323;
}
.fixed-sidebar {
  width: 82px;
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 90;
  text-align: center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.fixed-sidebar.hidden {
  right: 0;
}
.fixed-sidebar.hidden .close,
.fixed-sidebar.hidden ul {
  display: none;
}
.fixed-sidebar.hidden .head {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  position: absolute;
  right: -20px;
}
.fixed-sidebar .close {
  width: 13px;
  height: 13px;
  position: absolute;
  background: url("../images/fixed-sidebar-close.png") no-repeat 0 0;
  background-size: 100% 100%;
  top: -7px;
  right: 5px;
  z-index: 5;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.fixed-sidebar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.fixed-sidebar .head {
  cursor: pointer;
}
.fixed-sidebar ul {
  border-radius: 4px;
  box-shadow: 0 1px 6px 2px #f1f1f1;
}
.fixed-sidebar li {
  border-top: solid 1px #d8d8d8;
  position: relative;
}
.fixed-sidebar li:hover a {
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.fixed-sidebar li:hover .txt {
  color: #fff;
}
.fixed-sidebar li:hover .icon {
  -webkit-filter: grayscale(0%) brightness(100%);
  -moz-filter: grayscale(0%) brightness(100%);
  -ms-filter: grayscale(0%) brightness(100%);
  -o-filter: grayscale(0%) brightness(100%);
  filter: grayscale(0%) brightness(100%);
}
.fixed-sidebar li:first-child {
  border: none;
}
.fixed-sidebar li:first-child a {
  border-radius: 4px 4px 0 0;
}
.fixed-sidebar li:last-child a {
  border-radius: 0 0 4px 4px;
}
.fixed-sidebar li a {
  height: 64.3px;
  display: block;
  padding-top: 14px;
  background: #fff;
}
.fixed-sidebar li a .icon {
  height: 22px;
  line-height: 22px;
  -webkit-filter: grayscale(100%) brightness(40%);
  -moz-filter: grayscale(100%) brightness(40%);
  -ms-filter: grayscale(100%) brightness(40%);
  -o-filter: grayscale(100%) brightness(40%);
  filter: grayscale(100%) brightness(40%);
}
.fixed-sidebar li a .icon img {
  max-height: 100%;
  vertical-align: middle;
}
.fixed-sidebar li a .txt {
  line-height: 20px;
  font-size: 12px;
  color: #707070;
  margin-top: 4px;
}
.fixed-sidebar li .hide {
  height: 66px;
  line-height: 66px;
  position: absolute;
  top: 0;
  right: 84px;
  z-index: 5;
  white-space: nowrap;
  display: none;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.fixed-sidebar li .phone {
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
}
.fixed-sidebar li .qrcode {
  width: 140px;
  height: 140px;
  padding: 8px;
  background: #fff;
}
.fixed-sidebar li .qrcode img {
  width: 100%;
  display: block;
}
.fixed-sidebar li input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bottom-sidebar {
  display: none;
}
.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .swiper-pagination {
  bottom: 16px;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 5px;
  opacity: 1;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.banner .swiper-pagination-bullet-active {
  width: 40px;
  background: #962323;
}
.pcmore {
  width: 140px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  display: block;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.pcmore:hover {
  background: url("/temp/news/index/images_16.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .pcmore {
  color: #fff;
}
.main .pctitle {
  text-align: center;
}
.main .pctitle .en {
  font-family: "Arial", arial;
  font-size: 24px;
  color: #666;
  text-transform: uppercase;
}
.main .pctitle .tit {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}
.main .pctitle .line {
  line-height: 4px;
  margin-top: 10px;
}
.main .pctitle .line span,
.main .pctitle .line:before,
.main .pctitle .line::after {
  background: #930f0f;
  display: inline-block;
  vertical-align: middle;
}
.main .pctitle .line span {
  width: 4px;
  height: 4px;
  border-radius: 4px;
}
.main .pctitle .line:before,
.main .pctitle .line::after {
  content: " ";
  width: 28px;
  height: 1px;
  margin: 0 6px;
}
.main .pctitle .slogan {
  font-size: 14px;
  color: #666;
  letter-spacing: 15px;
  text-indent: 15px;
  margin-top: 26px;
}
.main .country {
  background: url("/temp/news/index/bg-IMMIGRATION-PROGRAMS.jpg") no-repeat center bottom;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 50px 0 30px 0;
  position: relative;
  top: 0;
}
.main .country .tab {
  text-align: center;
  margin: 30px 0 70px 0;
}
.main .country .tab ul {
  display: inline-block;
}
.main .country .tab li {
  float: left;
  border-radius: 10px;
  margin: 0 8px;
  overflow: hidden;
  width: 190px;
  height: 70px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  background: #e9e9e9;
  line-height: 24px;
  font-size: 18px;
  padding: 10px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.main .country .tab li.three {
  padding-left: 10px;
  padding-right: 10px;
}
.main .country .tab li span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.main .country .tab li.on{ 
  color: #ffffff;
  font-weight: bold;
}
.main .country .tab li.on span {
  display: block;
  z-index: -1;
}
.main .country .tabbox {
  min-height: 520px;
}
.main .country .cont {
  overflow: hidden;
  display: none;
}
.main .country .cont .text {
  width: 50%;
  text-align: left;
  margin-top: 70px;
  float: right;
  padding: 0 4%;
}
.main .country .cont .textt {
  display: inline-block;
  text-align: left;
}
.main .country .cont .textt .p1{
  font-size: 68px;
  color: #c31914;
  font-weight: 600;
}
.main .country .cont .textt .p1 span{
  font-size: 24px;
  color: #666;
}
.main .country .cont .p2 {
  font-size: 18px;
  color: #666;
  letter-spacing: 15px;
  margin: 10px 0 54px 0;
}
.main .country .cont .pcmore {
  float: left;
}
.main .country .cont .pic {
  width: 50%;
  float: left;
}
.main .country .cont .pcmore.m2 {
  display: none;
}
.main .project {
  padding: 45px 0 0 0;
  background: url("/temp/news/index/bg-Program-Highlights_02.jpg") no-repeat center bottom #f4f9fc;
  position: relative;
}
.main .project .wave {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: -60px;
  z-index: 20;
  background: url("../images/project_wave.png") no-repeat center bottom;
  background-size: auto 100%;
}
.main .project .content {
  margin-top: 60px;
  padding: 0 40px;
  min-height: 668px;
}
.main .project .swiper-button-next,
.main .project .swiper-button-prev {
  top: 30%;
}
.main .project .swiper-slide a {
  display: block;
  padding: 40px 24px 20px 24px;
  border-radius: 8px;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.main .project .swiper-slide img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .project .swiper-slide .pic {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  border: solid 4px #c8c6d9;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.main .project .swiper-slide .pic:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .project .swiper-slide .pic::after {
  content: "READ MORE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 16px;
  color: #fff;
  width: 122px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  text-align: center;
  opacity: 0;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .project .swiper-slide .tit,
.main .project .swiper-slide .en {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.main .project .swiper-slide .tit {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 4px;
  font-weight: bold;
}
.main .project .swiper-slide .en {
  line-height: 16px;
  font-size: 14px;
}
.main .project .swiper-slide ul {
  margin-top: 34px;
  overflow: hidden;
  color: #fff;
  opacity: 0;
}
.main .project .swiper-slide li {
  min-height: 35px;
  padding-left: 40px;
  background-position:center left;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  line-height: 35px;
  font-size: 16px;
  margin-bottom: 20px;
}
.main .project .swiper-slide li span {
  font-size: 14px;
}
.main .project .swiper-slide a,
.main .project .swiper-slide .pic,
.main .project .swiper-slide .tit,
.main .project .swiper-slide .en,
.main .project .swiper-slide ul {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .project .swiper-slide a:hover {
  padding: 15px 28px;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .project .swiper-slide a:hover .pic {
  width: 282px;
  height: 282px;
  border: solid 4px rgba(200, 198, 217, 0.5);
}
.main .project .swiper-slide a:hover .pic::after {
  opacity: 1;
}
.main .project .swiper-slide a:hover .tit,
.main .project .swiper-slide a:hover .en {
  width: auto;
  color: #fff;
}
.main .project .swiper-slide a:hover ul {
  height: auto;
  opacity: 1;
}
.main .seeworld {
  padding: 45px 0 0 0;
  background: url("/temp/news/index/bg-MAYA-PERSPECTIVE_08.jpg") no-repeat center bottom;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: relative;
}
.main .seeworld .wave {
  width: 100%;
  height: 52px;
  position: absolute;
  left: 0;
  top: -52px;
  z-index: 20;
  background: url("../images/seeworld_wave.png") no-repeat center bottom;
  background-size: auto 100%;
}
.main .seeworld .tab {
  overflow: hidden;
  margin: 20px 0 0 0;
}
.main .seeworld .tab span {
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  text-align: center;
  min-width: 108px;
  float: left;
  font-size: 16px;
  color: #666;
  padding: 0 18px;
  margin-right: 16px;
  cursor: pointer;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.main .seeworld .tab span.on {
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
}
.main .seeworld .tabbox {
  margin-top: 22px;
}
.main .seeworld .seeworld-list li a {
  background: #fff;
}
.main .seeworld .pcmore {
  margin-top: 38px;
  position: relative;
  z-index: 80;
}
.main .case {
  background: url("/temp/news/index/bg-CASE-STUDY_02.jpg") no-repeat center bottom;
  position: relative;
  padding: 0px 0 38px 0;
}
.main .case .wave {
  width: 100%;
  height: 46px;
  position: absolute;
  left: 0;
  top: -46px;
  z-index: 20;
  background: url("../images/case_wave.png") no-repeat center bottom;
  background-size: auto 100%;
}
.main .case .advertising {
  width: 100%;
  height: 391px;
  background: no-repeat center 0;
  position: absolute;
  top: -94px;
  left: 0;
  z-index: 30;
}
.main .case .advertising img {
  display: none;
}
.main .case .wrap {
  position: relative;
  z-index: 50;
}
.main .case .content {
  margin: 50px 0;
}
.main .case .swiper-slide:nth-child(even) .pic::after {
  top: auto;
  bottom: 0;
  background-image: url("../images/arrow6.png");
}
.main .case .swiper-slide a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f4f4;
  text-align: center;
  padding: 1px 0;
}
.main .case .swiper-slide a:hover .pic {
  border-radius: 0;
}
.main .case .swiper-slide a:hover .pic::before {
  background-size: 120% auto;
}
.main .case .swiper-slide a:hover .more {
  color: #fff;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  border: solid 1px #962323;
}
.main .case .swiper-slide a,
.main .case .swiper-slide .pic,
.main .case .swiper-slide .pic span,
.main .case .swiper-slide .text,
.main .case .swiper-slide .more {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .case .swiper-slide .pic {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.main .case .swiper-slide .pic span {
  height: 242px;
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .case .swiper-slide .pic::after {
  content: " ";
  width: 23px;
  height: 11px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -11px;
  z-index: 2;
  background: url("../images/arrow5.png");
}
.main .case .swiper-slide .pic::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: url("../images/case_filter.png") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: 300% auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .case .swiper-slide .text {
  padding: 40px 22px;
}
.main .case .swiper-slide .tit {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .case .swiper-slide .txt {
  height: 40px;
  line-height: 20px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-align: center;
}
.main .case .swiper-slide .txt span {
  text-align: left;
  display: inline-block;
}
.main .case .swiper-slide .more {
  min-width: 106px;
  height: 34px;
  line-height: 32px;
  border-radius: 32px;
  text-align: center;
  display: inline-block;
  padding: 0 14px;
  border: solid 1px #a2a2a2;
  margin-top: 22px;
}
.main .scheme {
  background: url("/temp/news/index/mfpgbg.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 54px 0 90px 0;
}
.main .scheme .title,
.main .scheme .slogan {
  text-align: center;
  color: #fff;
  letter-spacing: 4px;
  text-indent: 4px;
}
.main .scheme .title {
  font-size: 40px;
  font-weight: bold;
}
.main .scheme .slogan {
  font-size: 26px;
  margin: 14px 0 48px 0;
}
.main .scheme .content {
  line-height: 60px;
  text-align: center;
}
.main .scheme .contact,
.main .scheme .inpu,
.main .scheme .btn {
  vertical-align: middle;
  display: inline-block;
}
.main .scheme .contact {
  min-height: 60px;
  padding-left: 60px;
  background: url("../images/scheme_content.png") no-repeat 0 8px;
  color: #fff;
  line-height: 30px;
  margin-right: 50px;
  text-align: left;
}
.main .scheme .contact a {
  display: block;
  font-size: 30px;
  color: #fff;
}
.main .scheme .inpu {
  margin: 0 8px;
}
.main .scheme .inpu input {
  width: 294px;
  height: 50px;
  line-height: 48px;
  border-radius: 4px;
  border: solid 1px #fff;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  background: none;
}
.main .scheme .inpu input::-webkit-input-placeholder {
  color: #ffffff;
}
.main .scheme .inpu input:-moz-placeholder {
  color: #ffffff;
}
.main .scheme .inpu input::-moz-placeholder {
  color: #ffffff;
}
.main .scheme .inpu input:-ms-input-placeholder {
  color: #ffffff;
}
.main .scheme .btn a,
.main .scheme .btn button,
.main .scheme .btn input {
  min-width: 160px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  font-size: 18px;
  color: #333;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  cursor: pointer;
}
.main .scheme .btn a:hover,
.main .scheme .btn button:hover,
.main .scheme .btn input:hover {
  /* background: #962323; */
  color: #962323;
}
@media only screen and (max-width: 1480px) {
  .main .project .content {
    padding: 0;
  }
  .main .project .swiper-slide a {
    padding: 40px 24px;
  }
  .main .project .swiper-slide .pic {
    width: 240px;
    height: 240px;
  }
  .main .project .swiper-slide .tit {
    font-size: 18px;
  }
  .main .project .swiper-slide ul {
    margin-top: 20px;
  }
  .main .project .swiper-slide li {
    padding-left: 40px;
    background-repeat: 0 0;
    background-size: 32px auto;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .main .project .swiper-slide a:hover .pic {
    width: 200px;
    height: 200px;
  }
  .main .seeworld .cont li {
    padding: 6px;
  }
  .main .seeworld .cont li a {
    padding: 20px;
  }
  .main .seeworld .cont li .pic {
    width: 160px;
    height: 160px;
  }
  .main .seeworld .cont li .text {
    padding: 0 0 0 180px;
  }
  .main .case .swiper-slide a:hover .pic::before {
    background-size: 140% auto;
  }
  .main .case .swiper-slide .text {
    padding: 20px 12px;
  }
  .main .case .swiper-slide .tit {
    font-size: 16px;
  }
  .main .case .swiper-slide .txt {
    font-size: 14px;
  }
  .main .case .swiper-slide .more {
    margin-top: 16px;
  }
  .main .scheme .contact {
    margin-right: 20px;
  }
  .main .scheme .inpu input {
    width: 240px;
  }
}
.middle {
  display: table-cell;
  vertical-align: middle;
}
.container .banner {
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 390px;
  text-align: center;
  display: table;
  position: relative;
}
.container .banner .middle {
  padding-bottom: 10px;
}
.container .banner .entit {
  font-weight: lighter;
  font-size: 30px;
  letter-spacing: 4px;
  color: #fff;
  text-transform: uppercase;
}
.container .banner .title {
  font-size: 60px;
  color: #fff;
  letter-spacing: 8px;
  font-weight: normal;
}
.container .banner .title span {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 2px;
  margin: -20px 28px 0 28px;
  position: relative;
  background: #fff;
}
.container .banner .title span::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  opacity: .3;
  top: 11px;
  right: -7px;
}
.container .banner .title span:nth-child(2)::after {
  left: -7px;
  right: auto;
}
.container .banner .slogan {
  font-weight: lighter;
  font-size: 20px;
  letter-spacing: 14px;
  color: #fff;
  margin-top: 8px;
}
.container .banner .immigration {
  color: #fff;
  text-align: left;
  display: inline-block;
}
.container .banner .immigration .tit {
  font-size: 36px;
  color: #fff;
  letter-spacing: 6px;
  margin-bottom: 10px;
}
.container .banner .immigration ul li {
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 6px;
  padding-left: 24px;
  background: url("../images/star.png") no-repeat 0 6px;
  text-align: left;
  letter-spacing: 2px;
  font-size: 18px;
}
.container .banner .sort {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 5;
  text-align: center;
}
.container .banner .sort .center {
  display: inline-block;
}
.container .banner .sort a {
  height: 56px;
  line-height: 56px;
  float: left;
  margin: 0 2px;
  padding: 0 40px;
  font-size: 18px;
  font-weight: bold;
  color: #962323;
  background: rgba(255, 255, 255, 0.8);
}
.container .banner .sort a:hover,
.container .banner .sort a.on {
  color: #fff;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.container .banner .sort a:hover .i1,
.container .banner .sort a.on .i1 {
  display: none;
}
.container .banner .sort a:hover .i2,
.container .banner .sort a.on .i2 {
  display: inline-block;
}
.container .banner .sort a i {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 6px 0 0;
}
.container .banner .sort a .i2 {
  display: none;
}
.container .crumbs {
  background: #f4f4f4;
  height: 40px;
  line-height: 40px;
  color: #666;
}
.container .crumbs .wrap {
  background: url("../images/crumbs.png") no-repeat 0 center;
  background-size: 15px auto;
  padding-left: 22px;
}
.container .crumbs a {
  color: #666;
}
.container .crumbs a:hover {
  color: #962323;
}
.container .pctitle2 {
  text-align: center;
}
.container .pctitle2 .entit {
  font-family: "Arial", arial;
  font-size: 24px;
  color: #666;
  text-transform: uppercase;
}
.container .pctitle2 .title {
  font-size: 26px;
}
.container .paging {
  text-align: center;
  margin-top: 32px;
}
.container .paging ul {
  display: inline-block;
  overflow: hidden;
}
.container .paging li {
  float: left;
  margin: 0 3px;
}
.container .paging a {
  display: block;
  width: 62px;
  height: 44px;
  line-height: 42px;
  color: #555;
  font-family: "Arial", arial;
  font-size: 16px;
  border: solid 1px #e5e5e5;
}
.container .paging li.on a,
.container .paging a:hover {
  border: none;
  color: #fff;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.container .paging li.disabled  span {
  display: none;
}
.container .paging li.active span {
  display: block;
  width: 62px;
  height: 44px;
  line-height: 42px;
  color: #555;
  font-family: "Arial", arial;
  font-size: 16px;
  border: solid 1px #e5e5e5;
  border: none;
  color: #fff;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.container .prevnext {
  overflow: hidden;
}
.container .prevnext p {
  width: 50%;
  height: 20px;
  line-height: 20px;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.container .prevnext .next {
  text-align: right;
}
.container .prevnext a:hover {
  color: #45287c;
}
.container .pcmenu {
  text-align: center;
  overflow: hidden;
}
.container .pcmenu .tit {
  display: none;
}
.container .pcmenu ul {
  display: inline-block;
}
.container .pcmenu li {
  float: left;
}
.container .pcmenu li.on a:hover,
.container .pcmenu li.on a {
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
}
.container .pcmenu li a {
  display: block;
  padding: 0 26px;
  height: 38px;
  line-height: 36px;
  border-radius: 38px;
  font-size: 20px;
  color: #666666;
}
.container .pcmenu li a:hover {
  color: #962323;
}
.container .lrmenu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .lrmenu .pcmenu {
  margin-top: 10px;
  float: left;
}
.about-page .introduction {
  padding: 70px 0 140px 0;
  /* background: url("../images/introduction_bg.jpg") no-repeat center bottom; */
  min-height: 500px;
}
 .about-page .introduction .title {
  text-align: center;
  font-size: 24px;
  color: #962323;
}

.about-page .introduction .article {
  padding: 0 70px;
  margin: 50px 0 64px 0;
  line-height: 30px;
  /* font-size: 20px; */
  word-wrap: break-word;
  position: relative;
}

/*
.about-page .introduction .article::before,
.about-page .introduction .article::after {
  content: "";
  width: 41px;
  height: 25px;
  background: no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 2;
}
.about-page .introduction .article::before {
  background-image: url("../images/introduction_icon1.png");
  left: 10px;
  top: 6px;
}
.about-page .introduction .article::after {
  background-image: url("../images/introduction_icon2.png");
  right: 10px;
  bottom: 6px;
}
.about-page .introduction .article p {
  margin-bottom: 12px;
}
.about-page .introduction .article .en {
  font-size: 18px;
}
.about-page .introduction .features ul {
  overflow: hidden;
  margin: 0 -12px;
}
.about-page .introduction .features li {
  width: 33.3333%;
  float: left;
  padding: 0 12px 10px 12px;
}
.about-page .introduction .features li:nth-child(3n+1) {
  clear: left;
}
.about-page .introduction .features li .box {
  border: solid 1px #e4e4e4;
  border-radius: 10px;
  padding: 12px 14px 20px 14px;
  background: #fff;
  box-shadow: 0 1px 10px 1px #eee;
}
.about-page .introduction .features li .box:hover .pic i {
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
}
.about-page .introduction .features li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.about-page .introduction .features li .pic {
  position: relative;
  height: 195px;
}
.about-page .introduction .features li .pic i {
  display: block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: -42px;
  margin-left: -42px;
  z-index: 3;
  background: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.about-page .introduction .features li .tit {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px 0;
  position: relative;
  z-index: 5;
}
.about-page .introduction .features li .txt {
  line-height: 24px;
  font-size: 16px;
  position: relative;
  z-index: 5;
}
.about-page .introduction .features li .txt p {
  margin-top: 14px;
  padding-left: 16px;
  background: url("../images/features_p.png") no-repeat 0 7px;
}
.about-page .contact {
  padding: 8px 0 140px 0;
  background: url("../images/contact_bg.jpg") no-repeat center bottom #f8fcff;
  position: relative;
}
.about-page .contact .wave {
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
  top: -90px;
  z-index: 20;
  background: url("../images/contact_wave.png") no-repeat center bottom;
  background-size: auto 100%;
}
.about-page .contact ul {
  margin: 50px 0 40px 0;
  overflow: hidden;
}
.about-page .contact ul li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 40px;
  line-height: 18px;
  font-size: 15px;
}
.about-page .contact ul li:nth-child(4n+1) {
  clear: left;
}
.about-page .contact ul li:hover .icon {
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
}
.about-page .contact ul li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.about-page .contact ul li .icon {
  width: 119px;
  height: 119px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.about-page .contact ul li a {
  font-size: 15px;
}
.about-page .contact ul li a:hover {
  color: #333;
}
.about-page .contact ul li .t {
  font-size: 18px;
  margin-top: 24px;
}
.about-page .contact ul li p {
  margin-bottom: 8px;
}
.about-page .contact #allmap {
  border-radius: 8px;
  box-shadow: 0 1px 12px 1px #eee;
  height: 390px;
} */
.case-page {
  padding: 30px 0 70px 0;
}
.case-page.pd0 {
  padding: 0;
}
.case-page .caselist {
  margin-top: 32px;
}
.caselist li {
  margin-bottom: 7px;
}
.caselist li a {
  display: block;
  overflow: hidden;
  position: relative;
  background: #f4f4f4;
  border-radius: 10px 0 0 10px;
}
.caselist li a:hover .pic span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.caselist li a:hover .tit {
  color: #962323;
}
.caselist li a:hover .line {
  background: #962323;
}
.caselist li a:hover .more {
  border: none;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
}
.caselist li .pic span,
.caselist li .tit,
.caselist li .line,
.caselist li .more {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.caselist li .pic,
.caselist li .text {
  width: 50%;
  float: right;
}
.caselist li .pic {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
}
.caselist li .pic::after {
  content: " ";
  width: 9px;
  height: 19px;
  background: url("../images/arrow9.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 68px;
  right: 0;
  z-index: 5;
}
.caselist li .pic span {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.caselist li .pic img {
  display: none;
}
.caselist li .text {
  padding: 54px 38px;
}
.caselist li .till {
  min-width: 188px;
  font-size: 20px;
  color: #fff;
  padding: 0 14px;
  line-height: 32px;
  border-radius: 32px;
  text-align: center;
  display: inline-block;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.caselist li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin: 20px 0 12px 0;
}
.caselist li .line {
  width: 22px;
  height: 3px;
  background: #cccccc;
}
.caselist li .txt {
  height: 88px;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin: 18px 0 70px 0;
}
.caselist li .more {
  min-width: 110px;
  border: solid 1px #a2a2a2;
  height: 32px;
  line-height: 30px;
  border-radius: 32px;
  text-align: center;
  padding: 0 14px;
  display: inline-block;
}
.caselist li:nth-child(even) .pic,
.caselist li:nth-child(even) .text {
  float: left;
}
.caselist li:nth-child(even) .pic {
  left: auto;
  right: 0;
}
.caselist li:nth-child(even) .pic::after {
  background-image: url("../images/arrow10.png");
  left: 0;
  right: auto;
}
.pcdetails {
  margin-bottom: 30px;
}
.pcdetails .head {
  border-bottom: solid 1px #d7d7d7;
  text-align: center;
  padding: 70px 0 20px 0;
}
.pcdetails .head .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 18px;
}
.pcdetails .head .row {
  position: relative;
}
.pcdetails .head .info {
  float: left;
  margin-top: 10px;
}
.pcdetails .head .info span {
  display: inline-block;
  margin-right: 30px;
}
.pcdetails .head .till {
  min-width: 150px;
  font-size: 20px;
  color: #fff;
  padding: 0 14px 2px 14px;
  line-height: 32px;
  border-radius: 32px;
  text-align: center;
  display: inline-block;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 2;
}
.pcdetails .head .return {
  float: right;
  padding: 0 12px 0 36px;
  border: solid 1px #e3e3e3;
  height: 32px;
  line-height: 30px;
  border-radius: 32px;
  background: url("../images/return1.png") no-repeat 12px center #f6f6f6;
  font-size: 16px;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.pcdetails .head .return:hover {
  color: #fff;
  background-image: url("../images/return2.png");
  border: solid 1px #962323;
  background-color: #962323;
}
.pcdetails .article {
  padding: 36px 0 30px 0;
}
.case-page .related {
  padding: 18px 0 54px 0;
  background: url("../images/related_bg.jpg") repeat-x 0 0;
}
.case-page .related .title {
  border-bottom: solid 1px #d7d7d7;
  padding: 12px 0;
}
.case-page .related .title .tit {
  font-size: 24px;
  font-weight: bold;
}
.case-page .related .title .en {
  font-size: 20px;
  color: #b5b5b5;
}
.case-page .related .swiper-container {
  overflow: hidden;
  margin: 32px 0 0 0;
}
.case-page .related .swiper-slide a {
  display: block;
  text-align: center;
}
.case-page .related .swiper-slide a:hover .pic {
  background: #000;
}
.case-page .related .swiper-slide a:hover .pic::after {
  opacity: 1;
}
.case-page .related .swiper-slide a:hover img {
  opacity: .4;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.case-page .related .swiper-slide img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.case-page .related .swiper-slide .pic {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  background: #fff;
}
.case-page .related .swiper-slide .pic::after {
  content: "READ MORE";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 0 15px;
  height: 32px;
  line-height: 30px;
  border-radius: 32px;
  border: solid 1px #fff;
  color: #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.case-page .related .swiper-slide .text {
  padding: 0 20px;
  margin-top: 22px;
}
.case-page .related .swiper-slide .tit,
.case-page .related .swiper-slide .txt {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.case-page .related .swiper-slide .tit {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.case-page .related .swiper-slide .txt {
  height: 32px;
  line-height: 16px;
  color: #666;
  -webkit-line-clamp: 2;
  margin-top: 8px;
}
.seeworld-page {
  padding: 48px 0 76px 0;
}
.seeworld-page .seeworld-list {
  margin-top: 50px;
}
.seeworld-list ul {
  overflow: hidden;
  margin: 0 -12px;
}
.seeworld-list li {
  width: 50%;
  float: left;
  padding: 0 11px;
  margin-bottom: 20px;
}
.seeworld-list li:nth-child(2n+1) {
  clear: left;
}
.seeworld-list li a {
  background: #f4f4f4;
  border-radius: 8px;
  padding: 25px;
  display: block;
  overflow: hidden;
}
.seeworld-list li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.seeworld-list li a:hover .tit {
  color: #962323;
}
.seeworld-list li a:hover .line::after {
  width: 100%;
}
.seeworld-list li a:hover .more {
  background-image: url("../images/arrow4.png");
}
.seeworld-list li a:hover .more span {
  width: 74px;
}
.seeworld-list li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.seeworld-list li .pic {
  width: 202px;
  height: 202px;
  float: left;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.seeworld-list li .text {
  padding: 0 0 0 234px;
}
.seeworld-list li .date {
  margin-top: 8px;
  line-height: 30px;
  color: #333;
}
.seeworld-list li .date span {
  font-size: 40px;
  display: block;
}
.seeworld-list li .line::after,
.seeworld-list li .tit,
.seeworld-list li .more span {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.seeworld-list li .line {
  height: 1px;
  background: #666666;
  position: relative;
  margin: 10px 0;
}
.seeworld-list li .line::after {
  content: " ";
  width: 0%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #962323;
}
.seeworld-list li .tit {
  height: 44px;
  line-height: 22px;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.seeworld-list li .txt {
  height: 54px;
  line-height: 18px;
  color: #666;
  margin: 8px 0 22px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.seeworld-list li .more {
  color: #962323;
  padding-right: 10px;
  background: url("../images/arrow3.png") no-repeat right 0 center;
  display: inline-block;
}
.seeworld-list li .more span {
  float: left;
  height: 20px;
  line-height: 20px;
  width: 0px;
  overflow: hidden;
  white-space: nowrap;
}
.seeworld-page .head {
  text-align: center;
  position: relative;
  padding-bottom: 32px;
}
.seeworld-page .head .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 18px;
}
.seeworld-page .head .return {
  position: absolute;
  right: 0;
  bottom: 16px;
  z-index: 2;
  padding: 0 12px 0 36px;
  border: solid 1px #e3e3e3;
  height: 32px;
  line-height: 30px;
  border-radius: 32px;
  background: url("../images/return1.png") no-repeat 12px center #f6f6f6;
  font-size: 16px;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.seeworld-page .head .return:hover {
  color: #fff;
  background-image: url("../images/return2.png");
  border: solid 1px #962323;
  background-color: #962323;
}
.seeworld-page .article {
  padding: 36px 0;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 28px;
}
.immigration-page {
  padding: 50px 0 90px 0;
}
.immigration-page.pd0 {
  padding: 0;
}
.immigration-page .immigration-list {
  margin-top: 48px;
}
.immigration-list .row {
  margin-bottom: 26px;
  border-radius: 10px;
  background: #f5f5f5;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.immigration-list .row a {
  display: block;
  position: relative;
}
.immigration-list .row .btn {
  position: absolute;
  right: 0;
  z-index: 2;
  left: 0;
  bottom: 34px;
  text-align: right;
  line-height: 20px;
  padding: 0 50px;
}
.immigration-list .row .swiper-pagination {
  position: static;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #5e5e5e;
}
.immigration-list .row .swiper-pagination span {
  padding: 0 3px;
}
.immigration-list .row .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  outline: none;
}
.immigration-list .row .swiper-button-prev,
.immigration-list .row .swiper-button-next {
  width: 14px;
  height: 14px;
  position: static;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  background: url("../images/arrow11.png") no-repeat center;
  opacity: 1;
}
.immigration-list .row .swiper-button-next {
  background-image: url("../images/arrow12.png");
}
.immigration-list .row:hover {
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.immigration-list .row:hover .swiper-slide .pic {
  border: solid 1px #918693;
}
.immigration-list .row:hover .swiper-slide .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.immigration-list .row:hover .swiper-slide .title .tit,
.immigration-list .row:hover .swiper-slide .title .txt,
.immigration-list .row:hover .swiper-slide .titl,
.immigration-list .row:hover .swiper-slide .reason,
.immigration-list .row:hover .swiper-slide .more {
  color: #fff;
}
.immigration-list .row:hover .swiper-pagination {
  color: #fff;
}
.immigration-list .row:hover .swiper-button-prev {
  background-image: url("../images/arrow13.png");
}
.immigration-list .row:hover .swiper-button-next {
  background-image: url("../images/arrow14.png");
}
.immigration-list .swiper-slide a {
  display: block;
  padding: 40px 50px;
  overflow: hidden;
}
.immigration-list .swiper-slide img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.immigration-list .swiper-slide .pic {
  width: 366px;
  height: 366px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  overflow: hidden;
  padding: 8px;
  border: solid 1px #b8b8b8;
  float: left;
}
.immigration-list .swiper-slide .pic span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.immigration-list .swiper-slide .title .tit,
.immigration-list .swiper-slide .title .txt,
.immigration-list .swiper-slide .titl,
.immigration-list .swiper-slide .reason,
.immigration-list .swiper-slide .more {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.immigration-list .swiper-slide .cont {
  padding-left: 404px;
}
.immigration-list .swiper-slide .title {
  padding-left: 88px;
  min-height: 74px;
  position: relative;
  padding-top: 6px;
  line-height: 30px;
}
.immigration-list .swiper-slide .title i {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 50px;
  overflow: hidden;
  display: block;
}
.immigration-list .swiper-slide .title .tit {
  font-size: 24px;
  font-weight: bold;
}
.immigration-list .swiper-slide .title .txt {
  font-size: 18px;
}
.immigration-list .swiper-slide .line {
  height: 1px;
  background: #a7a7a7;
  /* margin-left: -64px; */
  margin-top: 16px;
  margin-bottom: 24px;
}
.immigration-list .swiper-slide .titl {
  font-size: 16px;
  font-weight: bold;
}
.immigration-list .swiper-slide .recommend {
  line-height: 30px;
  margin-bottom: 18px;
}
.immigration-list .swiper-slide .recommend .titl {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.immigration-list .swiper-slide .recommend span {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/star1.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
}
.immigration-list .swiper-slide .recommend span.on {
  background-image: url("../images/star2.png");
}
.immigration-list .swiper-slide .reason {
  min-height: 96px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.immigration-list .swiper-slide .reason .titl {
  color: #333;
}
.immigration-list .swiper-slide .more {
  line-height: 20px;
  display: inline-block;
  color: #666;
  background: url("../images/arrow3.png") no-repeat right 0 center;
  padding-right: 14px;
  margin-top: 28px;
}
.immigration-page .country {
  max-width: 50%;
  float: right;
}
.immigration-page .country .swiper-container {
  padding: 0 10px;
}
.immigration-page .country img {
  width: 100%;
  display: block;
}
.immigration-page .country .swiper-slide {
  width: auto;
  padding: 0 0 10px 42px;
  position: relative;
}
.immigration-page .country .swiper-slide:first-child {
  padding-left: 0;
}
.immigration-page .country .swiper-slide:first-child::before,
.immigration-page .country .swiper-slide:first-child::after {
  display: none;
}
.immigration-page .country .swiper-slide::before {
  content: " ";
  width: 100%;
  height: 1px;
  background: #a7a7a7;
  position: absolute;
  left: 0;
  right: 20px;
  top: 50%;
  z-index: 2;
  margin-top: -6px;
}
.immigration-page .country .swiper-slide::after {
  content: " ";
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -12px;
  z-index: 3;
  width: 9px;
  height: 9px;
  border: solid 2px #7c0e1f;
  background: #fff;
  border-radius: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.immigration-page .country .swiper-slide a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  border: solid 1px #e9e9e9;
  display: block;
  box-shadow: 0 4px 8px 1px #cacaca;
  position: relative;
  z-index: 5;
}
.immigration-page .headtop {
  border-bottom: solid 2px #f1f0f0;
  background: #fff;
}
.immigration-page .headtop:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.immigration-page .headtop .crumbs {
  float: left;
  height: 74px;
  line-height: 74px;
  background: url("../images/crumbs.png") no-repeat 0 center;
  background-size: 15px auto;
  padding-left: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.immigration-page .headtop .pcmenu {
  float: right;
  margin-top: 20px;
}
.immigration-page .headtop .return {
  float: right;
  font-size: 16px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  padding: 0 20px;
  margin-top: 21px;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.immigration-page .headtop .return:hover {
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.immigration-page .head {
  text-align: center;
}
.immigration-page .head .title {
  display: inline-block;
  padding: 4px 0 0 90px;
  position: relative;
  text-align: left;
  margin: 32px 0;
}
.immigration-page .head .title img {
  width: 100%;
  display: block;
}
.immigration-page .head .title i {
  display: block;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.immigration-page .head .title .tit {
  font-size: 26px;
  font-weight: bold;
}
.immigration-page .head .title .en {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
}
.immigration-page .slidemenu {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  background: #fff;
}
.immigration-page .slidemenu .swiper-slide {
  width: auto;
  padding: 0 38px;
}
.immigration-page .slidemenu .swiper-slide.on a {
  color: #962323;
}
.immigration-page .slidemenu .swiper-slide.on a::after {
  opacity: 1;
}
.immigration-page .slidemenu a {
  height: 50px;
  line-height: 34px;
  display: block;
  font-size: 18px;
  position: relative;
  color: #333;
}
.immigration-page .slidemenu a::after {
  content: " ";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  opacity: 0;
}
.immigration-page .slidemenu.fixed {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 20;
}
.immigration-page .slidemenuBrace {
  height: 70px;
  display: none;
}
.immigration-page .recommendlist {
  background: url("../images/immigration_recommend_bg.jpg") no-repeat center bottom #ffffff;
  padding: 28px 0 148px 0;
}
.immigration-page .recommendlist .title {
  border-bottom: solid 1px #dfdfdf;
  padding: 10px 0;
}
.immigration-page .recommendlist .title .tit {
  font-size: 24px;
  font-weight: bold;
}
.immigration-page .recommendlist .title .en {
  font-size: 20px;
  color: #b5b5b5;
}
.immigration-page .recommendlist .swiper-container {
  overflow: hidden;
  margin: 24px 0 0 0;
}
.immigration-page .recommendlist .swiper-slide a {
  display: block;
  padding: 30px 20px 20px 20px;
  border-radius: 8px;
  background: #f4f4f4;
}
.immigration-page .recommendlist .swiper-slide a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.immigration-page .recommendlist .swiper-slide a:hover .pic::after {
  opacity: 1;
}
.immigration-page .recommendlist .swiper-slide img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.immigration-page .recommendlist .swiper-slide .pic {
  width: 200px;
  height: 200px;
  border: solid 1px #cfcfcf;
  padding: 3px;
  border-radius: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.immigration-page .recommendlist .swiper-slide .pic::after {
  content: "READ MORE";
  font-size: 14px;
  color: #fff;
  width: 106px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 4;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.immigration-page .recommendlist .swiper-slide .pic span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.immigration-page .recommendlist .swiper-slide .tit,
.immigration-page .recommendlist .swiper-slide .en,
.immigration-page .recommendlist .swiper-slide .star,
.immigration-page .recommendlist .swiper-slide .reas {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.immigration-page .recommendlist .swiper-slide .tit {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.immigration-page .recommendlist .swiper-slide .en {
  font-size: 14px;
  margin-bottom: 24px;
}
.immigration-page .recommendlist .swiper-slide .t {
  font-size: 16px;
  font-weight: bold;
}
.immigration-page .recommendlist .swiper-slide .star .t {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.immigration-page .recommendlist .swiper-slide .star span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background: url("../images/star1.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.immigration-page .recommendlist .swiper-slide .star span.on {
  background-image: url("../images/star2.png");
}
.immigration-page .recommendlist .swiper-slide .reas {
  height: 66px;
  margin-top: 10px;
  -webkit-line-clamp: 3;
}
.immigration-page .recommendlist .swiper-slide .reas p {
  color: #666;
}
.immigration-details {
  padding: 34px 0 45px 0;
  background: #fff;
}
.immigration-details .anchor {
  display: block;
  position: relative;
  top: -180px;
  opacity: 0;
  width: 0px;
  height: 0px;
}
.immigration-details .wrap {
  max-width: 1110px;
}
.immigration-details .rowbox {
  margin-bottom: 20px;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 30px 56px;
}
.immigration-details .titll {
  line-height: 30px;
  font-size: 22px;
  font-weight: bold;
}
.immigration-details .titll i {
  display: inline-block;
  vertical-align: middle;
  margin: -8px 5px 0 0;
}
.immigration-details .tips {
  line-height: 20px;
  color: #666;
  padding: 24px 0 10px 30px;
  border-top: solid 1px #d9d9d9;
  background: url("../images/immigration_details_titll5.png") no-repeat 0 22px;
}
.immigration-details .introduction .photo {
  width: 50.6%;
  float: left;
  border-radius: 16px;
  overflow: hidden;
}
.immigration-details .introduction .photo img {
  width: 100%;
  display: block;
}
.immigration-details .introduction .swiper-slide {
  height: 373px;
  overflow: hidden;
  border-radius: 14px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.immigration-details .introduction .swiper-slide img {
  height: 100%;
}
.immigration-details .introduction .swiper-pagination {
  bottom: 12px;
}
.immigration-details .introduction .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  opacity: 1;
  background: #a9a9a9;
}
.immigration-details .introduction .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.immigration-details .introduction .info {
  width: 44.4%;
  float: right;
}
.immigration-details .introduction .info ul {
  border-top: solid 1px #e4e2e2;
  border-bottom: solid 1px #e4e2e2;
  overflow: hidden;
  padding: 3px 0;
}
.immigration-details .introduction .info ul li {
  width: 50%;
  float: left;
  font-size: 16px;
  margin: 12px 0;
}
.immigration-details .introduction .info ul li:nth-child(2n+1) {
  clear: left;
}
.immigration-details .introduction .info ul li span {
  font-size: 12px;
  color: #a6a6a6;
  display: block;
  letter-spacing: 4px;
  margin-bottom: 8px;
}
.immigration-details .introduction .reco {
  min-height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0 20px 0;
}
.immigration-details .introduction .reco .t {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.immigration-details .introduction .reco span {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 0 0 4px;
  background: url("../images/star1.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.immigration-details .introduction .reco span.on {
  background-image: url("../images/star2.png");
}
.immigration-details .introduction .btnbox {
  margin-top: 34px;
}
.immigration-details .introduction .btnbox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.immigration-details .introduction .btnbox .btn {
  position: relative;
  float: left;
  margin-right: 16px;
}
.immigration-details .introduction .btnbox .btn img {
  width: 100%;
  display: block;
}
.immigration-details .introduction .btnbox .btn:hover span {
  display: block;
}
.immigration-details .introduction .btnbox .btn span {
  width: 100px;
  height: 100px;
  border: solid 1px #666;
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 2;
  display: none;
}
.immigration-details .introduction .btnbox .btn a {
  min-width: 160px;
  text-align: center;
  display: block;
  height: 46px;
  line-height: 44px;
  border-radius: 46px;
  border: solid 1px #962323;
  padding: 0 24px;
  font-size: 16px;
  color: #962323;
}
.immigration-details .introduction .btnbox .btn a:hover {
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
}
.immigration-details .introduction .article {
  margin-top: 50px;
}
.immigration-details .introduction .article .text {
  line-height: 30px;
  margin-top: 24px;
}
.immigration-details .advantage ul {
  margin-top: 24px;
}
.immigration-details .advantage li {
  padding-left: 34px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 26px;
  min-height: 26px;
  background: url("../images/immigration_advantage.png") no-repeat 4px 2px;
}
.immigration-details .advantage li .tit {
  font-size: 18px;
  font-weight: bold;
}
.immigration-details .condition ul {
  margin-top: 20px;
}
.immigration-details .condition li {
  line-height: 30px;
  min-height: 30px;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 16px;
  background: url("../images/immigration_condition.png") no-repeat 0 5px;
}
.immigration-details .process .titl {
  font-size: 18px;
  font-weight: bold;
  color: #492c7c;
}
.immigration-details .process .row {
  margin: 20px 0;
}
.immigration-details .process ul {
  margin-top: 15px;
}
.immigration-details .process li {
  line-height: 30px;
  min-height: 30px;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 12px;
  background: url("../images/immigration_process.png") no-repeat 0 5px;
}
.immigration-details .cost .article {
  margin: 28px 0;
}
.immigration-details .cost .tips {
  border-top: none;
}
.immigration-details .overview .titl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.immigration-details .overview .article {
  margin-top: 20px;
}
.education-sort {
  background: url("../images/education-sort-bg.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 48px 0;
}
.education-sort .sortbox {
  width: 572px;
  height: 572px;
  margin: 116px auto;
  border-radius: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  border: solid 1px #492c7c;
  padding: 90px;
  position: relative;
}
.education-sort .menu .box {
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 94px;
  cursor: pointer;
}
.education-sort .menu .box:hover .icon i {
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.education-sort .menu .box br {
  display: none;
}
.education-sort .menu .box a {
  font-size: 18px;
  font-weight: bold;
}
.education-sort .menu .box span {
  display: inline-block;
  vertical-align: middle;
}
.education-sort .menu .box .icon {
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  height: 94px;
  text-align: center;
  border-radius: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  overflow: hidden;
  padding: 6px;
  border: solid 1px #7870b1;
  background: #ebf7fc;
}
.education-sort .menu .box .icon i {
  width: 100%;
  height: 100%;
  line-height: 74px;
  border-radius: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  overflow: hidden;
  display: block;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.education-sort .menu .box img {
  display: inline-block;
  vertical-align: middle;
}
.education-sort .menu .box1,
.education-sort .menu .box2,
.education-sort .menu .box3 {
  right: 50%;
}
.education-sort .menu .box1 .icon,
.education-sort .menu .box2 .icon,
.education-sort .menu .box3 .icon {
  margin-left: 15px;
}
.education-sort .menu .box4,
.education-sort .menu .box5,
.education-sort .menu .box6 {
  left: 50%;
}
.education-sort .menu .box4 .icon,
.education-sort .menu .box5 .icon,
.education-sort .menu .box6 .icon {
  margin-right: 15px;
}
.education-sort .menu .box1 {
  margin-right: 130px;
  margin-top: -274px;
}
.education-sort .menu .box4 {
  margin-left: 130px;
  margin-top: -274px;
}
.education-sort .menu .box2 {
  margin-right: 234px;
  margin-top: -47px;
}
.education-sort .menu .box5 {
  margin-left: 234px;
  margin-top: -47px;
}
.education-sort .menu .box3 {
  margin-right: 130px;
  margin-top: 180px;
}
.education-sort .menu .box6 {
  margin-left: 130px;
  margin-top: 180px;
}
.education-sort .picbox {
  width: 100%;
  height: 100%;
  padding: 4px;
  border-radius: 50%;
  overflow: hidden;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.education-sort .picbox .pic {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: relative;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.education-sort .picbox .pic:hover {
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
}
.education-sort .picbox .pic:hover .more {
  transform: translate(-50%, -50%) rotate(-20deg);
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
  -moz-transform: translate(-50%, -50%) rotate(-20deg);
  -ms-transform: translate(-50%, -50%) rotate(-20deg);
  -o-transform: translate(-50%, -50%) rotate(-20deg);
}
.education-sort .picbox .more {
  width: 122px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.education-sort .picbox .more:hover {
  background: url("../images/jb12.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.education-list {
  padding: 48px 0 70px 0;
}
.education-list .list {
  margin-top: 40px;
}
.education-list .list li {
  margin-bottom: 16px;
}
.education-list .list li a {
  border-radius: 10px;
  background: #f6f6f6;
  overflow: hidden;
  padding: 20px 28px;
  display: block;
}
.education-list .list li a:hover {
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.education-list .list li a:hover .til {
  background: #fff;
  color: #333;
}
.education-list .list li a:hover .til::after {
  background-image: url("../images/education-list-til2.png");
}
.education-list .list li a:hover .tit,
.education-list .list li a:hover .txt {
  color: #fff;
}
.education-list .list li a:hover .pcmore {
  border: solid 1px #fff;
  color: #fff;
  background: none;
}
.education-list .list li a:hover .pic {
  box-shadow: 0 0 0 0 #fff;
}
.education-list .list li .pic {
  width: 236px;
  height: 236px;
  border-radius: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  overflow: hidden;
  float: left;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  box-shadow: 0 2px 10px 2px #e0e0e0;
}
.education-list .list li .text {
  padding: 36px 0 0 282px;
}
.education-list .list li .til,
.education-list .list li .tit,
.education-list .list li .txt,
.education-list .list li .pcmore,
.education-list .list li .til::after {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.education-list .list li .til {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  height: 28px;
  line-height: 28px;
  padding: 0 14px;
  border-radius: 8px;
  background: #6442a1;
  position: relative;
}
.education-list .list li .til::after {
  content: " ";
  width: 14px;
  height: 8px;
  background: url("../images/education-list-til1.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 8px;
  bottom: -8px;
  z-index: 2;
}
.education-list .list li .tit,
.education-list .list li .txt {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.education-list .list li .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 18px 0;
}
.education-list .list li .txt {
  height: 48px;
  font-size: 16px;
  -webkit-line-clamp: 2;
}
.education-list .list li .pcmore {
  width: 120px;
  line-height: 34px;
  float: right;
  margin-top: 20px;
}
.education-column {
  padding: 66px 0 150px 0;
  background: url("../images/education-column-bg.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.education-column .title {
  text-align: center;
}
.education-column .content {
  max-width: 1010px;
  margin: 15px auto 0 auto;
}
.education-column .swiper-container {
  padding-bottom: 14px;
}
.education-column .swiper-slide {
  text-align: center;
  padding: 20px 10px;
}
.education-column .swiper-slide img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.education-column .swiper-slide .pic {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  overflow: hidden;
  border: solid 4px #ccc7d7;
  margin: 0 auto;
}
.education-column .swiper-slide .name {
  font-size: 30px;
  font-weight: bold;
  margin: 22px 0 4px 0;
}
.education-column .swiper-slide .tit {
  font-size: 16px;
}
.education-column .swiper-slide .text {
  min-height: 60px;
  background: #fff;
  border-radius: 4px;
  padding: 18px 80px;
  box-shadow: 0 2px 8px 2px #dde6ea;
  line-height: 24px;
  font-size: 16px;
  text-align: left;
  margin-top: 26px;
  position: relative;
}
.education-column .swiper-slide .text::before,
.education-column .swiper-slide .text::after {
  content: " ";
  width: 48px;
  height: 46px;
  position: absolute;
  background: no-repeat center;
  background-size: 100% auto;
  z-index: 2;
}
.education-column .swiper-slide .text::before {
  background-image: url("../images/quotation1.png");
  left: 16px;
  top: 24px;
}
.education-column .swiper-slide .text::after {
  background-image: url("../images/quotation2.png");
  right: 18px;
  bottom: 16px;
}
.education-column .swiper-pagination {
  bottom: 0;
}
.education-column .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  opacity: 1;
  background: #462a7d;
}
.education-column .swiper-pagination .swiper-pagination-bullet-active {
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.education-column .swiper-button-prev,
.education-column .swiper-button-next {
  top: 160px;
  margin: 0;
}
.education-column .swiper-button-prev {
  left: 50%;
  margin-left: -280px;
}
.education-column .swiper-button-next {
  right: 50%;
  margin-right: -280px;
}
.education-column .return {
  text-align: center;
  margin-top: 44px;
}
.education-column .return a {
  display: inline-block;
  line-height: 26px;
  padding: 0 20px;
  border-radius: 26px;
  border: solid 1px #4a4a4a;
}
.education-column .return a:hover {
  color: #fff;
  background: url("/temp/news/index/images_14.jpg") no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.education-page {
  padding-bottom: 66px;
}
.education-page .prevnext {
  border-top: solid 1px #d7d7d7;
  padding-top: 26px;
  margin-top: 30px;
}
.single-page {
  padding: 60px 0 90px 0;
}
@media screen and (max-width: 1600px) {
  .main .country .tabbox{min-height: 340px;}
}