body{
	background: #FDFBFE;
}
.panel {
    border: solid 1px #C19147;
    border-radius: 4px;
    margin-bottom: 10px;
}
a:not([href]):not([tabindex]) {
     color: #fff; 
    text-decoration: none;
}
.button.bg:hover{
    color: #333;
}
.sp-con {
	overflow: hidden;
}
.mbr-arrow > a > i {
    position: absolute;
    top: 0px;
    font-size: 2rem;
}
.artlist li {
    border-bottom: 1px solid #ccc;
    padding: 0px;
    /* margin-bottom: 15px; */
    height: 240px;
}
.panel>.panel-head {
    color: #fff;
    background-color: #C19147;
    border-color: #C19147;
}
.news-con {
    background: #F9F9F9;
    padding: 30px 0;
}
.news-block {
    padding: 10px;
}

#top-logo{
	padding:20px 0;
}
#top-logo img{
	width: 150px;
}


#top-tel .icon-phone-square{
	display: inline-block;
	color: #D4AD60;
	font-size:55px;
	margin-right: 15px;
}


#top-title-inblock{
	display: inline-block;
	
}
#top-title-inblock p{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 25px;
}



#btn-serch2 {
    width: 70px;
    height:35px;
}



#newnav{
    background:#C19147;
    color: #fff;
}

#newnav .nav .active a{
    color: #fff;
    font-weight: normal;

}
#newnav .nav a:hover{
    color: #F0ECF7;
}
#newnav a{
    color: #B0C4DE;
  
}
#newnav a:hover{
    color: #fff;
}
#newnav .nav-inline li{
    border-right: solid 1px #fff;
    padding: 0px;
}
#newnav .nav-split li a {
	color: #fff;
    padding: 0 10px;
    line-height: normal;
}
#newnav .drop-menu{
    z-index: 999;
}
#newnav .nav  .drop-menu a{
    color: #333;
    line-height: 30px;
    font-size: 15px;
}


.sp-text {
    position: absolute;
    top: 104pt;
    width: 93.2%;
    padding: 7px 0;
    color: #fff;
    text-align: center;
    background: rgba(193,145,71,0.7);
}

.uk-top{
	font-size: 1rem;
	text-align: justify;
	padding: 3rem 0;
}
.uk-top-part{
	padding: 15px;
}
.uk-top-part p{
	background: #C19147;
	color: #fff;
	padding: 15px;
	text-align: center;
	margin:0 20px;
}
.uk-top-part div{
	margin-top: 1.2rem;
	line-height: 30px;
}
/* 唐顿优势 */
.cid-rxB5ojDPH1 {
    padding-top: 15px;
    padding-bottom: 15px;
}
section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section, .container, .container-fluid {
    position: relative;
    word-wrap: break-word;
}
.duyou {
    display: flex;
    justify-content: center;
    color: #C19147;
}
.cid-rxB5ojDPH1 .card-img {
    border-radius: 0;
    padding: 2rem 2rem 0 2rem;
    background-color: #C19147;
	color: #fff;
}
.cid-rxB5ojDPH1 .card-box .card-title {
    margin: 0;
    padding: 2rem 2rem 0 2rem;
}
.cid-rxB5ojDPH1 h4 {
    font-weight: 500;
    color: #ffffff;
}
.cid-rxB5ojDPH1 .card {
    margin-bottom: 2rem;
}
.cid-rxB5ojDPH1 .card-box {
    padding-bottom: 2rem;
    background-color: #C19147;
    background: linear-gradient(#C19147, transparent);
}
.display-5 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.2rem;
}
.ctys h1 {
    font-size: 20px;
    font-weight: bold;
	margin-top: 10px;
}
.card-title {
    margin-bottom: .75rem;
}
.cid-rxB5ojDPH1 .card-box .mbr-text {
    margin-bottom: 0;
    padding: 2rem 2rem 0 2rem;
}
.cid-rxB5ojDPH1 p {
    color: #ffffff;
}
.display-7 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
}
.mbr-text {
    font-style: normal;
    line-height: 1.6;
}
/* 优质项目展示 */
.row {
   display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
   display: -moz-box; /* Firefox 17- */  
   display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
   display: -moz-flex; /* Firefox 18+ */  
   display: -ms-flexbox; /* IE 10 */  
   display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ 
    -webkit-flex-wrap: wrap;
}
.cid-rACod7xXJf .mbr-gallery-item > div {
    position: relative;
}
.mbr-gallery .mbr-gallery-item > div {
    background: #fff;
    display: block;
    outline: none;
    position: relative;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.cid-rACod7xXJf .mbr-gallery-title {
    font-size: .9em;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 1rem;
    color: #fff;
    z-index: 2;
}
.cid-rACod7xXJf .mbr-gallery-title:before {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background: #554346 !important;
    opacity: 0.7;
    -webkit-transition: 0.2s background ease-in-out;
    transition: 0.2s background ease-in-out;
    background: linear-gradient(to left, #554346, #45505b) !important;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.mbr-gallery .mbr-gallery-item div{
	overflow: hidden;
}
.mbr-gallery .mbr-gallery-item img {
    width: 100%;
    transition:all 1s;
    -moz-transition:all 1s; /* Firefox 4 */
    -webkit-transition:all 1s; /* Safari and Chrome */
    -o-transition:all 1s; /* Opera */
}

.mbr-gallery .mbr-gallery-item:hover img{
	transform: scale(1.1);
	-ms-transform:scale(1.1) ; /* Internet Explorer */
	-moz-transform:scale(1.1) ; /* Firefox */
	-webkit-transform:scale(1.1) ; /* Safari 和 Chrome */
	-o-transform:scale(1.1) ; /* Opera */
}
.visa-title {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    padding: 30px 0;
    color: #C19147;
}
.rz-con {
    width: 100%;
    height: 100%;
    background: rgba(238,238,238,0.9);
    color: #fff;
    padding: 0px;
}
.team-group {
    display: block;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    padding-top: 10%;
}
.display-2 {
    font-size: 2rem;
}
section {
    background-color: #fff;
	padding: 2rem;
}

/* 成功案例 */
.mbr-section {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.mbr-table-cell-lg {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    float: none;
}
.mbr-inner-padding {
    padding: 4rem;
}
.text-xs-center {
    text-align: center!important;
}
#msg-box4-7 .mbr-section-title {
    color: #172b5d;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
}
.mbr-section-title {
    margin-top: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4 {
    font-family: "Playfair Display", sans-serif;
}
.display-4 {
    font-size: 2.3rem;
    margin-top: 2.3rem;
    margin-bottom: 1.8rem;
}
#msg-box4-7 .lead {
    color: #000000;
}
.lead {
    font-size: 1.25rem;
    font-weight: 400;
}
.btn-black {
    background: #000;
    color: #fff;
}
.btn {
    margin-bottom: 0.5rem;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .65rem 1.85rem;
    font-size: 1.25rem;
    line-height: 1.33333;
    border-radius: 1.7rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: .375rem 1.6rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.4rem;
    transition: all .2s ease-in-out;
}
.btn, .dropdown-header, .dropdown-item, .input-group-btn, .label, .table-reflow tbody {
    white-space: nowrap;
}
.btn, .c-indicator, .file-custom {
    user-select: none;
}

.mbr-table-cell-lg {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    float: none;
}
.image-size .mbr-figure {
    text-align: center;
}
.mbr-figure {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0;
}
#msg-box4-7 .lead p{
    text-align: justify;
	font-size: 18px;
}
.button.bg{
	background-color: #E86E29;
	color: #fff;
}
.button.bg:hover{
	background-color: #E86E29;
	color: #fff;
	box-shadow: 0 4px 10px #AAAAAA;
}
.zhengce .bg-sub{
	background-color: #D3A15B;
}
.zhengce .bg-sub:hover{
	border-color: #C19147;
	background-color: #C19147;
}
/* 移民新闻 */
.cid-rxAUoh39Vk .card-wrapper {
    height: 100%;
}
.card-wrapper {
    -webkit-flex: 1;
}
.cid-rxAUoh39Vk {
  
    padding-bottom: 45px;
    background-color: #ffffff;
}
.cid-rxAUoh39Vk h4 {
    font-weight: 500;
    margin-bottom: 0;
    text-align: left;
    padding-top: 2rem;
}
.display-5 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.2rem;
}
.cid-rxAUoh39Vk .mbr-text {
    color: #767676;
}
.cid-rxAUoh39Vk p {
    margin-bottom: 0;
    text-align: left;
    padding-top: 1.5rem;
}
.display-7 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
}
.mbr-text {
    font-style: normal;
    line-height: 1.6;
}
#services1-5 .btn {
    font-weight: 500;
    border-width: 2px;
    font-style: normal;
    letter-spacing: 1px;
    margin: .4rem .8rem;
    white-space: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    padding: 1rem 3rem;
    border-radius: 3px;
}
.cid-rxAUoh39Vk .mbr-section-btn {
    padding-top: 2.5rem;
}
.mbr-section-btn {
    margin-left: -.25rem;
    margin-right: -.25rem;
    font-size: 0;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.cid-rxAUoh39Vk .mbr-section-btn a {
    margin: 0;
}
.btn-warning-outline, .btn-warning-outline:active {
    background: none;
    border-color: #55666b;
    color: #55666b;
}
.border-sub, .border-sub .button, .border-sub .tab-nav li a, .border-sub .tab-body, .button.bg-sub, .selected.border-sub, .pointer.border-sub li, .nav.border-sub .active a, .nav.nav-tabs.border-sub, .nav-main.border-sub a, .nav-main.border-sub .nav-head, .pagination.border-sub li, .pager.border-sub a {
    border-color: #C19147;
}
.border-sub, .border-sub .button, .border-sub .tab-nav li a, .border-sub .tab-body, .button.bg-sub, .selected.border-sub, .pointer.border-sub li, .nav.border-sub .active a, .nav.nav-tabs.border-sub, .nav-main.border-sub a, .nav-main.border-sub .nav-head, .pagination.border-sub li, .pager.border-sub a {
    border-color: #C19147;
}
.button.bg {
    background-color: #C19147;
    color: #fff;
}

.button.bg:hover{
	background-color: #C19147;
	color: #fff;
	box-shadow: 0 4px 10px #AAAAAA;
}
.border-sub:focus{
	border-color: #C19147;
}
.text-center .bg-sub {
	background: #D3A15B;
}
.text-center .bg-sub:hover {
	border-color: #C19147;
	background: #C19147;
}

#shuofa .bg-sub{
	background-color: #D3A15B;
}
#shuofa .bg-sub:hover{
	border-color: #C19147;
	background: #C19147;
}
.cid-rxB5ojDPH1 .card-img {
    border-radius: 0;
    padding: 2rem 2rem 0 2rem;
    background-color: #C19147;
    color: #fff;
}
.index-tel .icon-phone-square {
    display: inline-block;
    vertical-align: text-bottom;
    color: #C09145;
    font-size: 2.8rem;
}
.bg-bule {
    background: #E5E5E5;
}
#visa-gg{
	text-align: center;
	padding: 3rem 0;
	background: url(../images/visa/gg-bg.jpg) repeat-x;
	color: #fff;
}
#visa-gg p{
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	padding-bottom: 2rem;
	
}
#visa-gg .bg-sub{
    background-color: #C09145;
	border: none;
	outline: none;
}
#visa-gg .bg-sub:hover{
    background: #A57E3F;
	
}

/*底部*/

#footer{
	padding: 20px 0;
	background: #C19147;
	padding-top: 50px;
	color: #F2F2F2;
}
#footer dd {
  padding: 0px;
}
#footer dl {
  margin-bottom: 20px;
}

.ftitle{
	font-size: 24px;
	color: #DDDDDD;
	margin-bottom: 20px;
}
#arclist a{
	color: #F2F2F2;
}
#arclist a:hover{
	color: #DB261B;
}
#arclist dd{
	
	padding-bottom: 5px;
}
#arclist dd:before{
	content: '☞';
	margin-right: 5px;
}
#jieshao dd{
	line-height: 20px;
	margin-bottom: 10px;
	text-align: justify;
}
@font-face {
  font-family: 'iconfont';
  src: url('../ico/iconfont.eot');
  src: url('../ico/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../ico/iconfont.woff') format('woff'),
  url('../ico/iconfont.ttf') format('truetype'),
  url('../iconfont.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:20px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color: #f2f2f2;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #C19147;
    background-color: #C19147;
    color: #fff;
}

/* 签证菜单 */
