@charset "UTF-8";
/* CSS Document */
/* 初始化和公用类 */
/* 初始化 */
* {
  margin: 0;
  padding: 0;
  /*user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  /*-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);*/
}
html {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}
body {
  height: calc(100% - 80px);
  background: #ffffff;
  color: #515151;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-decoration: none;
}
hr {
  height: 0;
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:focus, *:focus {
  outline: none;
}
a:link, a:visited, a:hover, a:active {
  color: #3a3c4c;
}
img {
  border-style: none;
}
ul, li {
  list-style: none;
}
p {
  word-wrap: break-word;
  word-break: break-all;
  max-height: 99999px;
}
mark {
  clear: both;
  padding: 5px;
  margin: 0px 5px;
  background-color: #f5f5f5;
  border-radius: 5px;
  color: #5c80dd;
  border: 1px solid #5c80dd;
}
/* 公用类 */
/* 浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清除浮动 */
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  clear: both;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
/* 强制不换行 */
.nowrap {
  white-space: nowrap;
  word-break: break-all;
}
/* 定位、居中 */
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
/* 遮罩层 */
.mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, .6);
}
.container {
  width: 100%;
  padding: 0 16px;
}
.containers {
  width: 100%;
  padding: 10px 8px;
  background: #f0f0f0;
}
.containerss {
  border-radius: 10px;
  background: #fff;
  padding: 10px 8px;
}
/* 一行文字溢出显示省略号 */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 2行文字溢出显示省略号 */
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* 3行文字溢出显示省略号 */
.ellipsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.mt10 {
  margin-top: 10px;
  clear: both;
}
.w50 {
  width: 50%;
}
/* 首页header */
header {
  position: fixed;
  top: 0;
  z-index: 999;
  height: 60px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(3, 119, 190, 0.1);
  line-height: 60px;
  text-align: center;
  font-size: 1.333rem;
  font-weight: 400;
  color: rgba(44, 44, 44, 1);
}
header .item {
  top: 3px;
}
header .item .main-menu img {
  width: 20px;
}
header .item .main-menu {
  float: right;
  margin-right: 20px;
  margin-top: 6px;
  width: 25px;
  height: 50px;
  background-image: url("../svg/menu.svg");
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
header .item .main-menu.on {
  background-image: url(../svg/close.svg);
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
.item .logo {
  float: left;
  padding: 8px 0;
}
.item .logo img {
  width: auto;
  height: 30px;
}
.tsearch {
  float: left;
  width: 200px;
  height: 36px;
  border-radius: 100px;
  background: #f7f8fa;
  margin-top: 16px;
  margin-left: 10px;
}
.tsearch .isel {
  float: left;
  border: none;
  background: none;
  height: 36px;
  margin-left: 10px;
  font-weight: 500;
}
.tsearch .iput {
  float: left;
  width: 110px;
  height: 36px;
  border: none;
  background: none;
  margin: 0px 0px 0px 20px;
  outline: none;
  font-size: 12px;
  color: #999999;
}
.tsearch .isub {
  float: left;
  border: none;
  width: 30px;
  height: 30px;
  background-image: url("../svg/search.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  margin: 0;
}
.m-menus {
  background: #f0f0f0;
  padding: 20px 0 10px;
  margin-top: 60px;
}
.m-menus ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 60px;
  overflow: hidden;
}
.m-menus.on ul {
  /*display: block;*/
  height: 110px;
}
.m-menus li {
  width: 25%;
  height: 20px;
  font-size: 1.167rem;
  line-height: 20px;
  color: #3a3c4c;
  text-align: center;
  margin: 0 0 10px;
  border-radius: 5px;
}
.m-menus li.more:after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background-image: url(../svg/zhan.svg);
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.m-menus li.on {
  /*background: #C9E3FF;*/
  color: #ffffff;
  /*font-size: 1rem;*/
}
.m-menus li.on a {
  color: #ffffff;
}
.m-menus .btns {
  text-align: center;
}
.m-menus .hide-btn {
  padding-top: 5px;
  font-size: 1rem;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  display: none;
}
.m-menus .hide-btn:after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  color: #ffffff;
  background-image: url(../svg/shou.svg);
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
/*主导航背景色*/
.cym {
  background: #5c80dd
}
.czj {
  background: #eb663f
}
.cfc {
  background: #f4be4f
}
.cbk {
  background: #00ccb4
}
.swiper {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contrast {
  margin-bottom: 20px;
  text-align: center;
}
#contrast span {
  padding: 4px 0px;
  width: 20%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
#contrast span.on {
  border-bottom: 2px solid #00ccb4;
  font-weight: 700;
}
#contfangchan {
  margin-bottom: 20px;
  text-align: center;
}
#contfangchan span {
  padding: 4px 0px;
  width: 33.3%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
#contfangchan span.on {
  border-bottom: 2px solid #00ccb4;
  font-weight: 700;
}
header .m-nav {
  width: 100%;
  height: calc(100% - 60px);
  position: fixed;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 20px 0 0;
  display: none;
  text-align: center;
}
header .m-nav h2 {
  font-weight: 700;
  font-size: 1.75rem;
}
header .m-nav.on {
  display: block;
}
header .m-nav ul {
  list-style: none;
  /*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
  padding-bottom: 20px;
  list-style: none;
}
header .m-nav li {
  width: 25%;
  font-size: 1.167rem;
  line-height: 20px;
  color: #707070;
  text-align: center;
  margin-bottom: 20px;
  float: left;
}
header .m-nav span {
  width: 60px;
  height: 45px;
  margin-bottom: 10px;
}
/*右侧浮动菜单*/
.m-sider {
  height: 93px;
  position: fixed;
  bottom: 140px;
  right: 15px;
  z-index: 98;
}
/* 客服 */
.m-sider .service {
  margin-bottom: 10px;
}
.m-sider .service img {
  width: 50px;
}
/* 回到顶部 */
.m-sider .back2top {
  display: none;
}
.m-sider .back2top img {
  width: 50px;
}
/* content 不满一屏时，footer置于底部 */
.content {
  margin-top: 50px;
  box-sizing: border-box;
  min-height: calc(100% - 20px);
  padding-bottom: 60px;
}
/* 加载更多 */
.content .load-more {
  /*margin-top: 15px;*/
  text-align: center;
  width: 90%;
  height: 40px;
  font-size: 1rem;
  line-height: 40px;
  color: #BFBFBF;
  border: 1px solid #e6e6e6;
  border-radius: 48px;
  margin: 15px auto;
}
.content .load-more img {
  width: 100%;
}
.tguojia {
  width: 100%;
  padding: 10px 0px;
  text-align: left;
}
.tguojia span {
  margin: 5px 6px 5px 12px;
}
/* footer */
footer {
  width: 100%;
  padding-bottom: 80px;
  font-weight: 400;
  color: rgba(191, 191, 191, 1);
  line-height: 24px;
  text-align: center;
}
footer .copyright {
  color: #515151;
  padding: 10px 0px;
}
footer a {
  color: #515151
}
footer a.icp {
  color: rgba(191, 191, 191, 1) !important;
}
/* 底部导航 */
.menu-bt {
  position: fixed;
  bottom: 0;
  z-index: 98;
  width: 100%;
  height: 60px;
  background: #FAFCFF;
  border-top: 1px solid #DBDBDB;
}
.menu-bt .menu-btl {
  width: 60%;
}
.menu-bt .menu-btl ul {
  display: flex;
  width: 100%;
}
.menu-bt .menu-btl li {
  width: 33.3%;
  text-align: center;
  float: left;
  padding: 4px 0px;
  line-height: 1.8rem;
  font-size: 0.875rem;
}
.menu-bt .menu-btl li span {
  width: 20px;
  height: 20px;
}
.menu-bt .menu-btl span.wx {
  background-image: url("../svg/b-wx.svg");
}
.menu-bt .menu-btl span.pg {
  background-image: url("../svg/b-pg.svg");
}
.menu-bt .menu-btl span.kf {
  background-image: url("../svg/b-kf.svg");
}
.menu-bt .menu-btl .qr {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  width: 120px;
  height: 120px;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  z-index: 1;
  opacity: 0;
  background: url(../images/qr.png)
}
.menu-bt .menu-btl li:hover .qr {
  bottom: 60px;
  opacity: 1;
}
.menu-bt .menu-btr {
  width: 40%;
  background: #cc9966;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 1rem;
}
.menu-bt .menu-btr span {
  width: 20px;
  height: 20px;
}
.menu-bt .menu-btr span.tel {
  background-image: url("../svg/b-tel.svg");
}
/*首页幻灯片*/
.banner {
  margin-top: 60px;
  width: 100%;
  height: 240px;
}
/*首页九宫格*/
.m-index-menus {
  background: #fff;
  /*padding: 0 0 30px;*/
  margin-bottom: 10px;
}
.m-index-menus ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.m-index-menus ul li {
  width: 25%;
  text-align: center;
  padding: 10px 0;
}
.m-index-menus ul li img {
  width: 60px;
  height: 60px;
}
.m-index-menus ul li span {
  font-size: 1.167rem;
  line-height: 32px;
  display: block;
}
/*首页友情链接*/
.friendlink {
  padding: 10px 10px;
  background-color: #f0f0f0;
  width: 100%;
  line-height: 150%;
}
/*响应式导航*/
.et-hero-tabs, .et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  position: relative;
  background: #eee;
  text-align: center;
  padding: 0 2em;
}
.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 60px;
}
.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 1.167rem;
}
.et-hero-tab:hover {
  color: white;
  background: rgba(92, 128, 221, 1);
  transition: all 0.5s ease;
}
.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #5c80dd;
  transition: left 0.3s ease;
}
/*
针对移民项目所做的国旗图标
如果有使用请保留版权
移民吗 https://www.yiminma.com
移民么 https://www.yiminme.com
联系邮箱： 35333300@qq.com
*/
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
/*安提瓜*/
.flag-icon-ag {
  background-image: url(../flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../flags/1x1/ag.svg);
}
/*澳大利亚*/
.flag-icon-au {
  background-image: url(../flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../flags/1x1/au.svg);
}
/*加拿大*/
.flag-icon-ca {
  background-image: url(../flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../flags/1x1/ca.svg);
}
/*塞浦路斯*/
.flag-icon-cy {
  background-image: url(../flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../flags/1x1/cy.svg);
}
/*多米尼克*/
.flag-icon-dm {
  background-image: url(../flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../flags/1x1/dm.svg);
}
/*西班牙*/
.flag-icon-es {
  background-image: url(../flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../flags/1x1/es.svg);
}
/*英国*/
.flag-icon-gb {
  background-image: url(../flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../flags/1x1/gb.svg);
}
/*格林纳达*/
.flag-icon-gd {
  background-image: url(../flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../flags/1x1/gd.svg);
}
/*希腊*/
.flag-icon-gr {
  background-image: url(../flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../flags/1x1/gr.svg);
}
/*中国香港*/
.flag-icon-hk {
  background-image: url(../flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../flags/1x1/hk.svg);
}
/*爱尔兰*/
.flag-icon-ie {
  background-image: url(../flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../flags/1x1/ie.svg);
}
/*日本*/
.flag-icon-jp {
  background-image: url(../flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../flags/1x1/jp.svg);
}
/*圣基茨*/
.flag-icon-kn {
  background-image: url(../flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../flags/1x1/kn.svg);
}
/*韩国*/
.flag-icon-kr {
  background-image: url(../flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../flags/1x1/kr.svg);
}
/*圣卢西亚*/
.flag-icon-lc {
  background-image: url(../flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../flags/1x1/lc.svg);
}
/*黑山*/
.flag-icon-me {
  background-image: url(../flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../flags/1x1/me.svg);
}
/*马耳他*/
.flag-icon-mt {
  background-image: url(../flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../flags/1x1/mt.svg);
}
/*马来西亚*/
.flag-icon-my {
  background-image: url(../flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../flags/1x1/my.svg);
}
/*新西兰*/
.flag-icon-nz {
  background-image: url(../flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../flags/1x1/nz.svg);
}
/*菲律宾*/
.flag-icon-ph {
  background-image: url(../flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../flags/1x1/ph.svg);
}
/*葡萄牙*/
.flag-icon-pt {
  background-image: url(../flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../flags/1x1/pt.svg);
}
/*新加坡*/
.flag-icon-sg {
  background-image: url(../flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../flags/1x1/sg.svg);
}
/*泰国*/
.flag-icon-th {
  background-image: url(../flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../flags/1x1/th.svg);
}
/*土耳其*/
.flag-icon-tr {
  background-image: url(../flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../flags/1x1/tr.svg);
}
/*美国*/
.flag-icon-us {
  background-image: url(../flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../flags/1x1/us.svg);
}
/*瓦努阿图*/
.flag-icon-vu {
  background-image: url(../flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../flags/1x1/vu.svg);
}
/*亚洲*/
.flag-icon-as {
  background-image: url(../flags/as.svg);
}
/*欧洲*/
.flag-icon-eu {
  background-image: url(../flags/eu.svg);
}
/*美洲*/
.flag-icon-na {
  background-image: url(../flags/na.svg);
}
/*大洋洲*/
.flag-icon-oa {
  background-image: url(../flags/oa.svg);
}
.stars1 {
  background-image: url("../svg/stars1.svg")
}
.stars2 {
  background-image: url("../svg/stars2.svg")
}
.stars3 {
  background-image: url("../svg/stars3.svg")
}
.stars4 {
  background-image: url("../svg/stars4.svg")
}
.stars5 {
  background-image: url("../svg/stars5.svg")
}
/*分页样式*/
.pagess {
  text-align: center;
  margin: 20px 0;
  clear: both;
}
.pagess ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.pagess ul li {
  display: inline-block;
}
.pagess ul li a {
  padding: 4px 8px;
  margin: 8px 4px;
  border: #dddddd solid 1px;
  border-radius: 0.7rem;
  display: inline-block;
}
.pagess ul li a:hover {
  border: #3ea8e2 solid 1px;
  color: #3ea8e2
}
.pagess ul .active a {
  border: #3ea8e2 solid 1px;
  display: inline-block;
  background-color: #3ea8e2;
  color: #fff;
}
.pagess ul a:not([href]):not([class]):hover {
  border: #dddddd solid 1px;
}
.pagess ul .active a:hover {
  color: #fff;
  border: #3ea8e2 solid 1px !important;
}
/*移民项目列表标签*/
.ayicon1 {
  background-image: url("../svg/ayicon1.svg")
}
.ayicon2 {
  background-image: url("../svg/ayicon2.svg")
}
.ayicon3 {
  background-image: url("../svg/ayicon3.svg")
}
.ayicon4 {
  background-image: url("../svg/ayicon4.svg")
}
.a-place {
  background-image: url("../svg/a-place.svg")
}
.a-time {
  background-image: url("../svg/a-time.svg")
}
.a-view {
  background-image: url("../svg/a-view.svg")
}
/*首页风格*/
.bg1 {
  background-image: url("../images/bg-1.png");
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
}
.bg2 {
  background-image: url("../images/bg-2.png");
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
}
.bg3 {
  background-image: url("../images/bg-3.png");
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
}
.bg4 {
  background-image: url("../images/bg-4.png");
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
}
.bg5 {
  background-image: url("../images/bg-5.png");
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
}
.i-menu {
  width: 100%;
  margin: 10px 0px;
  text-align: center;
  padding-top: 8px;
  border-radius: 5px;
}
.i-menu h2 {
  font-weight: 700;
  padding-left: 10px;
}
.i-menu p {
  padding: 10px 0px;
}
.ii-menu {
  height: 120px;
  width: 100%;
  text-align: center
}
.ii-menu h2 {
  font-weight: 900;
  font-size: 1.75rem;
  margin: 20px 0px;
}
.ii-menu span {
  padding: 8px 2px;
  background: #CCFFFF;
  margin: 2px;
  border-radius: 4px;
}
/*方案专区 三个图片*/
.i-fangan {
  width: 100%;
  margin: auto;
  padding: 0 16px;
}
.i-fangan img {
  width: 100%;
  border-radius: 10px;
  padding: 2px;
}
/*两排大图片*/
.i-2list {}
.i-2list ul {}
.i-2list li {
  width: 50%;
  padding: 10px;
  float: left;
  display: block;
  line-height: 1.8rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.i-2list li img {
  width: 100%;
  border-radius: 10px;
}
.i-2list li.zz img {
  width: 100%;
  border-radius: 10px;
  height: 120px
}
.i-2list li h4 {
  font-weight: 700
}
.i-2list li h5 {
  color: gray;
}
/*单排图文*/
.i-1list {
  width: 100%;
  margin: auto;
  text-align: left;
  padding: 4px;
}
.i-1list h2 {
  max-height: 44px;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 400;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-1list img {
  width: 30%;
  border-radius: 10px;
  height: 100px;
  margin-right: 10px;
}
.i-1list p {
  color: gray;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  max-height: 40px;
  margin-top: -20px;
}
.i-1list dl {
  clear: both;
  width: 100%;
  padding-top: 4px;
}
.i-1list dt {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.i-1list span {
  color: #808080;
}
.i-list {
  width: 100%;
}
/*移民文章样式*/
.ay-menu {
  width: 100%;
  top: 0;
  text-align: center;
}
.ay-menu span {
  padding: 10px 0px;
  font-size: 1.25rem;
}
.ay-menu h2 {
  font-weight: 700;
  font-size: 1.75rem;
  color: red;
  padding: 6px 0px;
}
.ay-menu img {
  width: 100%
}
.ay-smenu {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px;
}
.ay-smenu ul {
  width: 100%;
  margin: 0 auto;
}
.ay-smenu li {
  width: 46%;
  height: auto;
  float: left;
  margin: 0 2%;
  margin-top: 40px;
  text-align: center;
}
.ay-smenu li a {
  background: #fff;
  border-radius: 10px;
  display: block;
  padding: 0 10%;
  height: auto;
  position: relative;
  padding-bottom: 15%;
}
.ay-smenu li a img {
  display: block;
  width: 30%;
  height: auto;
  position: absolute;
  color: aqua;
  top: -20%;
  left: 35%;
  margin-bottom: 15px;
}
.ay-smenu li h4 {
  display: block;
  text-align: center;
  font-size: 1.167rem;
  font-weight: 600;
}
.ay-smenu span {
  color: #5c80dd;
}
.ay-box {
  margin: 6px 0px 16px;
}
.ay-box h4 {
  font-weight: 600;
  border-left: 5px solid #5c80dd;
  padding-left: 15px;
  font-size: 1.167rem;
  margin: 10px;
}
.ay-box hr {
  border: 1px solid #5c80dd;
}
.ay-box img {
  width: 100%
}
/*中介公司内容*/
.zj-menu {
  width: 100%;
  margin: 10px 0px 10px 0px;
  background-color: #f0f0f0;
  padding: 10px;
}
.zj-menu img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid rgba(248, 248, 248, 1);
  margin-right: 20px;
}
.zj-menu span {
  padding: 10px 0px 20px 0px;
}
.zj-menu h2 {
  font-weight: 700;
  font-size: 1.25rem;
}
.zj-menu i {
  width: 100px;
}
.zj-box li {
  width: 32%;
  float: left;
  text-align: center;
  padding: 20px 0px;
  line-height: 150%;
}
.zj-box li.ss {
  width: 2%;
  float: left;
}
.zj-box s {
  width: 1px;
  height: 25px;
  background: #E6E6E6;
  display: block;
  margin-top: 10px;
}
.zj-box h4 {
  font-size: 1.167rem;
  font-weight: 600;
}
.zj-box h5 {
  color: #eb663f;
  font-weight: 500;
  font-size: 1rem;
}
.zj-box a {
  color: #eb663f;
}
/*房产内容*/
.fc-menu h2 {
  font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    padding: 10px 0px;
}
.fc-menu p {
  padding: 10px 0px;
}
.fc-menu span {
  color: red;
  font-size: 1rem;
  font-weight: 500;
}
.fc-box li {
  width: 48%;
  float: left;
  text-align: center;
  padding: 20px 0px;
  line-height: 150%;
}
.fc-box li.ss {
  width: 2%;
  float: left;
}
.fc-box s {
  width: 1px;
  height: 25px;
  background: #E6E6E6;
  display: block;
  margin-top: 10px;
}
.fc-box h4 {
  font-size: 1.167rem;
  font-weight: 600;
}
.fc-box h5 {
  color: #f4be4f;
  font-weight: 500;
  font-size: 1rem;
}
.fc-box h5 a {
    color: #f4be4f;
}
/*文章内容*/
.aa {
  width: 100%;
  padding: 10px;
}
.aa h2 {
  font-weight: 700;
  font-size: 1.25rem;
  width: 100%;
  text-align: center;
}
.aa-wrap {
  padding: 10px 0px;
  color: gray;
}
.aa-wrap span {
  width: 24px;
}
.aa-content {
  line-height: 150%;
}
.aa-content p {
  padding: 10px 0px;
}
.aa-content img {
  padding: 0px 10px;
  width: 100%;
}
.aa-content h2 {
  text-align: left;
  padding: 10px 0px;
}
.aa-list li {
  padding: 5px 10px;
  margin: 5px;
  background: #f0f0f0;
  float: left;
  border-radius: 10px;
}
/*列表页样式*/
.laa li {
  border-bottom: 1px solid #f0f0f0;
  padding: 6px 10px;
  margin-bottom: 10px;
  clear: both;
}
.laa li img {
  width: 40%;
  margin-right: 10px;
}
.laa .ltitle h4 {
  font-weight: bold;
  font-size: 1.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lym {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
  text-align: center;
	background: #fff;
}
.lym img {
  width: 100%;
}
.lym h2 {
  font-weight: 700;
  font-size: 1.25rem;
  width: 100%;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lym span {
  color: red;
}
.lym i {
  padding-left: 15px;
}
.lym-box ul {
  border-top: 1px solid #f0f0f0;
  margin-top: 20px;
}
.lym-box li {
  width: 32%;
  float: left;
  text-align: center;
  padding: 20px 0px;
  line-height: 150%;
}
.lym-box li.ss {
  width: 2%;
  float: left;
}
.lym-box s {
  width: 1px;
  height: 25px;
  background: #E6E6E6;
  display: block;
  margin-top: 10px;
}
.lym-box h4 {
  font-size: 1.167rem;
  font-weight: 600;
}
.lym-box h5 {
  color: #f4be4f;
  font-weight: 500;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lzj {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
}
.lzj i {
  padding-left: 15px;
}
.gjjs {
  line-height: 150%;
}
.gjjs img {
  width: 100%
}
.iguojia li {
  float: left;
  width: 49%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.iguojia li span {
  width: 168px;
  height: 126px;
  padding: 15px;
}
.yimina li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 16px;
}
.tabs {
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #00ccb4;
  background-color: #00ccb4;
  overflow: hidden;
}
.tabs a {
  font-weight: normal;
  text-align: center;
  float: left;
  width: 25%;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
}
.tabs a.active {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.tabss {
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #00ccb4;
  background-color: #00ccb4;
  overflow: hidden;
}
.tabss a {
  font-weight: normal;
  text-align: center;
  float: left;
  width: 33.3%;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
}
.tabss a.active {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
#rdroll {
  height: 2rem;
  width: 100%;
  margin: 0;
  line-height: 150%;
}
#rdroll .swiper-slide {
  display: block;
  text-align: left;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xmlistc {
  position: relative;
  padding: 10px;
  line-height: 30px;
  margin-bottom: 20px;
}
.xmlistc h4 {
  margin: 10px auto;
  font-weight: bold;
}
.xmlistc li {
  float: left;
  padding: 3px 3px;
}
.xmlistc li .active {
  background-color: #f5f5f5;
  padding: 6px 10px;
  border-radius: 10px;
}
.xmlistc li a {
  margin-right: 6px
}
/*新增栏目标题*/
.nmenu {
  position: relative;
  background-image: linear-gradient(180deg, rgb(235 235 235) 5.5%, rgb(254, 254, 254) 86.8%);
  text-align: center;
}
.nmenu span {
  margin: 2px 4px;
  border-bottom: 1px solid #5c80dd;
}
.en {
  color: #e4e7ec;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  font-size: 2.8rem;
}
.cn {
  color: #222;
  position: relative;
  z-index: 2;
  padding: 6px 0px 20px;
  font-weight: bold;
}
.quote {
  color: darkgrey;
  text-align: left
}
.js {
  padding: 10px 0px;
  color: #555
}
.ra10 {
  border-radius: 10px
}
/*首页新增栏目样式 */
.nmenukb {
  position: relative;
  text-align: center;
}
.nmenuym {
  position: relative;
  background-image: linear-gradient(180deg, rgb(92 128 221) 5.5%, rgb(254, 254, 254) 86.8%);
  text-align: center;
}
.nmenuzj {
  position: relative;
  background-image: linear-gradient(180deg, rgb(235 102 63) 5.5%, rgb(254, 254, 254) 86.8%);
  text-align: center;
}
.nmenufc {
  position: relative;
  background-image: linear-gradient(180deg, rgb(244 190 79) 5.5%, rgb(254, 254, 254) 86.8%);
  text-align: center;
}
.nmenubk {
  position: relative;
  background-image: linear-gradient(180deg, rgb(0 204 180) 5.5%, rgb(254, 254, 254) 86.8%);
  text-align: center;
}
blockquote {
  padding: 1em 1.5em 1em 1.5em;
  position: relative;
  line-height: 150%;
  text-indent: 35px;
  margin: 0px;
}
blockquote:before {
  color: #b2b2b2;
  content: "\201C";
  font-size: 5em;
  position: absolute;
  left: -15px;
  top: 40px;
  line-height: 0.1em;
}
blockquote:after {
  color: #b2b2b2;
  content: "\201D";
  font-size: 5em;
  position: absolute;
  right: 15px;
  bottom: 0em;
  line-height: 0.1em;
}