.section{
    overflow: hidden;
    position: relative;
    margin: 30px 0 0 0;
    padding: 0 150px;
}
.section    .carousel-indicators {
    bottom: 5px;
}
.section .carousel-inner .item img{
    width: 100%;
    height: auto;
}
.section .carousel-caption {
    position: absolute;
    right: 40px;
    left: auto;
    bottom: 85px;
    width: 570px;
    padding: 70px 80px 40px 40px;
    z-index: 10;
    text-align: left;
    text-shadow: none;
    background-color: rgba(255,255,255,.9);
}
.section .carousel-caption h1{
    margin: 0;
    color: #333333;
}
.section .carousel-caption p{
    font-size: 16px;
    color: #333333;
    text-align: justify;
    margin: 20px 0 0 0;
    line-height: 1.8;
}
.section .carousel-caption .more{
    overflow: hidden;
    margin: 30px 0 0 0;
}
.section .carousel-caption .more a{
    display: block;
    overflow: hidden;
    width: 230px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #20265d;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #20265d;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.section .carousel-caption .more a:hover{
    color: #20265d;
    background-color: rgba(255,255,255,0);
}
.section .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}
.section .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #20265d;
    border: 1px solid #20265d;
}

.section .carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 30px;
    font-size: 48px;
    color: #fff;
    margin-top: -28px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=100);
    opacity: 1;
}
.section .carousel-control.left{
    left: 1%;
    background-image: none;
}
.section .carousel-control.right{
    left: auto;
    right: 1%;
    background-image: none;
}
.allTit{
    overflow: hidden;
    padding: 0px 0 5px 0;
    border-bottom: 2px solid #1d2c5b;
}
.allTit span{
    font-size: 30px;
    color: #1d2c5b;
}
.allTit .more{
    overflow: hidden;
    margin: 8px 0 0 0;
}
.allTit .more a{
    display: block;
    overflow: hidden;
    text-align: center;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background: url("../images/pic26.png") no-repeat;
    background-size: 100% 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.allTit .more a:hover{
    color: #1d2c5b;
    line-height: 28px;
    border: 1px solid #1d2c5b;
    background: #fff;
}
.section2{
    overflow: hidden;
    position: relative;
    margin: 15px 0 0 0 ;
}
.section2 .sectionLeftBox{
    overflow: hidden;
    padding: 5px 10px;
    width: 60%;
}
.section2 .sectionLeftBox .sectionLeft{
    overflow: hidden;
    position: relative;
    padding: 25px 20px 20px;
    background-color: #fff;
    min-height: 424px;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,.15);
    box-shadow: 0px 1px 5px 2px rgba(0,0,0,.15);
}
.section2 .sectionLeftBox .sectionLeft .center{
    overflow: hidden;
    margin: 25px 0 0 0;
}
.section2 .sectionLeftBox .sectionLeft .center ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.section2 .sectionLeftBox .sectionLeft .center ul li{
    width: 33.33333333333333333%;
    padding: 0 10px;
}
.section2 .sectionLeftBox .sectionLeft .center ul li a{
    display: block;
    overflow: hidden;
}
.section2 .sectionLeftBox .sectionLeft .center ul li .liI{
    overflow: hidden;
/*     height: 218px; */
}
.section2 .sectionLeftBox .sectionLeft .center ul li .liI img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.8s ease 0s ;
    -moz-transition: all 0.8s ease 0s ;
    -ms-transition: all 0.8s ease 0s ;
    -o-transition: all 0.8s ease 0s ;
    transition: all 0.8s ease 0s ;
}
.section2 .sectionLeftBox .sectionLeft .center ul li .liT{
    overflow: hidden;
    padding: 15px 15px 25px 15px;
    background-color: #073855;
}
.section2 .sectionLeftBox .sectionLeft .center ul li .liT h4{
    color: #fff;
    margin: 0 0 5px 0;
    line-height: inherit;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.section2 .sectionLeftBox .sectionLeft .center ul li .liT h5{
    font-size: 16px;
    color: #fff;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.section2 .sectionLeftBox .sectionLeft .center ul li a:hover .liI img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.section2 .sectionRightBox{
    overflow: hidden;
    padding: 5px 10px;
    width: 40%;
}
.section2 .sectionRightBox .sectionRight{
    overflow: hidden;
    position: relative;
    padding: 25px 20px 10px;
    min-height: 424px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,.15);
    box-shadow: 0px 1px 5px 2px rgba(0,0,0,.15);
}
.section2 .sectionRightBox .sectionRight .center{
    overflow: hidden;
    margin: 25px 0 0 0;
}
.section2 .sectionRightBox .sectionRight .center ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.section2 .sectionRightBox .sectionRight .center ul li{
    width: 100%;
    padding: 0 5px;
    margin: 0 0 10px 0;
}
.section2 .sectionRightBox .sectionRight .center ul li a{
    display: block;
    overflow: hidden;
    position: relative;
}
.section2 .sectionRightBox .sectionRight .center ul li .liI{
    overflow: hidden;
    height: 95px;
}
.section2 .sectionRightBox .sectionRight .center ul li .liI img{
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s ;
    -moz-transition: all 0.3s ease 0s ;
    -ms-transition: all 0.3s ease 0s ;
    -o-transition: all 0.3s ease 0s ;
    transition: all 0.3s ease 0s ;
}
.section2 .sectionRightBox .sectionRight .center ul li .liT{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    overflow: hidden;
}
.section2 .sectionRightBox .sectionRight .center ul li .liT h3{
    color: #fff;
    text-align: center;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: 95px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.section2 .sectionRightBox .sectionRight .center ul li a:hover .liI img{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.section3{
    overflow: hidden;
    position: relative;
    margin: 10px 0 0 0 ;
}
.section3 .sectionLeftBox,.section3 .sectionRightBox{
    overflow: hidden;
    padding: 5px 10px;
    width: 50%;
}
.section3 .sectionLeftBox .sectionLeft,.section3 .sectionRightBox .sectionRight{
    overflow: hidden;
    position: relative;
    padding: 25px 20px 10px;
    background-color: #fff;
    min-height: 470px;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,.15);
    box-shadow: 0px 1px 5px 2px rgba(0,0,0,.15);
}
.section3 .center{
    overflow: hidden;
    margin: 25px 0 0 0;
}
.section3 .center ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.section3 .center ul li{
    width: 50%;
    padding: 0 15px 0px;
    margin: 0 0 20px 0;
}
.section3 .center ul li a{
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.section3 .center ul li:nth-child(5),.section3 .center ul li:nth-child(6){
    margin: 0;
}
.section3 .center ul li:nth-child(5) a,.section3 .center ul li:nth-child(6) a{
    border-bottom: none;
}
.section3 .center ul li .liT{
    overflow: hidden;
    width: 60%;
}
.section3 .center ul li .liT h5{
    color: #05227b;
    margin: 0 0 8px 0;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.section3 .center ul li .liT h4{
    color: #333333;
    font-size: 16px;
    margin: 0 0 0 0;
    overflow: hidden;
    /* word-break:break-all; */
    /* display:-webkit-box; */
    /* -webkit-line-clamp:3; */
    line-height: 1.3;
    /* -webkit-box-orient:vertical; */
}
.section3 .center ul li .liI{
    overflow: hidden;
    width: 115px;
    height: 86px;
}
.section3 .center ul li .liI img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.section3 .center ul li a:hover .liT h4{
    color: #1d2c5b;
}
.section3 .center ul li a:hover .liI img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.section4{
    overflow: hidden;
    position: relative;
    margin: 10px 0 15px 0 ;
}
.section4 .sectionLeftBox{
    overflow: hidden;
    padding: 5px 10px;
    width: 50%;
}
.section4 .sectionLeftBox .sectionLeft{
    overflow: hidden;
    position: relative;
    padding: 25px 20px 15px;
    background-color: #fff;
    min-height: 728px;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,.15);
    box-shadow: 0px 1px 5px 2px rgba(0,0,0,.15);
}
.section4 .sectionLeftBox .sectionLeft .center{
    overflow: hidden;
    margin: 25px 0 0 0;
}
.section4 .sectionLeftBox .sectionLeft .center ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.section4 .sectionLeftBox .sectionLeft .center ul li{
    width: 100%;
    padding: 0 15px 0px;
    margin: 0 0 5px 0;
}
.section4 .sectionLeftBox .sectionLeft .center ul li a{
    display: block;
    overflow: hidden;
    margin: 0 -10px;
}
.section4 .sectionLeftBox .sectionLeft .center ul li .liI{
    overflow: hidden;
    width: 50%;
    padding: 0 10px;
    height: auto;
}
.section4 .sectionLeftBox .sectionLeft .center ul li .liI img{
    width: 100%;
    height: auto;
	margin-bottom:50px;
}
.section4 .sectionLeftBox .sectionLeft .center ul li .liT{
    overflow: hidden;
    width: 50%;
    padding: 0 10px;
}
.section4 .sectionLeftBox .sectionLeft .center ul li .liT h3{
    color: #333;
    font-size: 20px;
    margin: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.section4 .sectionLeftBox .sectionLeft .center ul li .liT h4{
    color: #333333;
    font-size: 16px;
    margin: 0 0 0 0;
    overflow: hidden;
    height: auto;
}
.section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 p{
    margin: 0 0 25px 0;
    text-align: justify;
    line-height: 1.6;
}
.section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 p i{
	display:inline-block;
	width:5px;
	height:5px;
	background:#333;
	border-radius:50%;
	margin-right:5px;
}
.section4 .sectionRightBox{
    overflow: hidden;
    padding: 5px 10px;
    width: 50%;
}
.section4 .sectionRightBox .sectionRight{
    overflow: hidden;
    position: relative;
    padding: 25px 20px 15px;
    background-color: #fff;
    min-height: 728px;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,.15);
    box-shadow: 0px 1px 5px 2px rgba(0,0,0,.15);
}
.section4 .sectionRightBox .sectionRight .center{
    overflow: hidden;
    margin: 25px 0 0 0;
}
.section4 .sectionRightBox .sectionRight .center ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.section4 .sectionRightBox .sectionRight .center ul li{
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
}
.section4 .sectionRightBox .sectionRight .center ul li a{
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ececec;
}
.section4 .sectionRightBox .sectionRight .center ul li:last-child a{
    padding-bottom: 0;
    border-bottom: none;
}
.section4 .sectionRightBox .sectionRight .center ul li .liT{
    overflow: hidden;
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.section4 .sectionRightBox .sectionRight .center ul li .liI{
    overflow: hidden;
    color: #333333;
    margin: 15px 0 0 0;
    /* word-break:break-all; */
    /* display:-webkit-box; */
    /* -webkit-line-clamp:2; */
    line-height: 1.6;
    /* -webkit-box-orient:vertical; */
}
.section4 .sectionRightBox .sectionRight .center ul li:hover .liT{
    color: #1d2c5b;
}
.section4 .sectionRightBox .sectionRight .center ul li:hover .liI{
    color: #1d2c5b;
}

.investmentImmigrant{
    overflow: hidden;
    position: relative;
    padding: 30px 0;
    background-color: #f2f2f2;
}
.investmentImmigrant .sectionLeft{
    overflow: hidden;
    position: relative;
    width: 890px;
}
.investmentImmigrant .sectionLeft .ulBox{
    overflow: hidden;
    position: relative;
}
.investmentImmigrant .sectionLeft .ulBox ul{
    margin: 0 -10px;
}
.investmentImmigrant .sectionLeft .ulBox ul li{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 0 10px;
    float: left;
    margin: 0 0 20px 0;
}
.investmentImmigrant .sectionLeft .ulBox ul li a{
    width: 100%;
}
.investmentImmigrant .sectionLeft .ulBox2 ul li,.investmentImmigrant .sectionLeft .ulBox2 ul li{
    width: 100%;
}
.investmentImmigrant .sectionLeft .ulBox ul li .li{
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.investmentImmigrant .sectionLeft .ulBox ul li .li .liI{
    overflow: hidden;
    position: relative;
    width: 100%;
    /*  height: 324px; */
}
.investmentImmigrant .sectionLeft .ulBox2 ul li .li .liI,.investmentImmigrant .sectionLeft .ulBox2 ul li .li .liI{
    width: 362px;
    height: 274px;
}
.investmentImmigrant .sectionLeft .ulBox ul li .li .liI img{
    width: 100%;
    max-height: 260px;
    -webkit-transition: all 0.8s ease 0s ;
    -moz-transition: all 0.8s ease 0s ;
    -ms-transition: all 0.8s ease 0s ;
    -o-transition: all 0.8s ease 0s ;
    transition: all 0.8s ease 0s ;
}
.investmentImmigrant .sectionLeft .ulBox ul li .li .liT {
    overflow: hidden;
    width: 100%;
    padding: 15px 15px 15px 15px;
}
.investmentImmigrant .sectionLeft .ulBox2 ul li .li .liT,.investmentImmigrant .sectionLeft .ulBox2 ul li .li .liT{
    width: 528px;
}
.investmentImmigrant .sectionLeft .ulBox ul li .li .liT h6{
    overflow: hidden;
    margin: 0 0 20px 0;
}
.investmentImmigrant .sectionLeft .ulBox ul li .li .liT h6 span{
    display: block;
    overflow: hidden;
    color: #7b6214;
    float: left;
    padding: 6px 11px;
    background-color: #ffd119;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.investmentImmigrant .sectionLeft .ulBox ul li .li .liT h3{
    color: #333333;
    font-size: 16px;
    margin: 0 0 15px 0;
    overflow: hidden;
}
.investmentImmigrant .sectionLeft .ulBox2 ul li .li .liT h3,.investmentImmigrant .sectionLeft .ulBox2 ul li .li .liT h3{
    font-size: 20px;
}
.investmentImmigrant .sectionLeft .ulBox ul li .li .liT p{
    margin: 0 0 0 0;
    color: #333333;
    text-align: justify;
    line-height: 1.6;
    font-size: 12px;
}
.investmentImmigrant .sectionLeft .ulBox ul li .li .liT .more{
    overflow: hidden;
    margin: 10px 0 0 0;
}
.investmentImmigrant .sectionLeft .ulBox ul li .li .liT .more img{
    margin: -2px 5px 0 0;
}
.investmentImmigrant .sectionLeft .ulBox ul li .li .liT .more span{
    color: #1d2c5b;
}
.investmentImmigrant .sectionLeft .ulBox ul li .li:hover .liI img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.investmentImmigrant .sectionLeft .ulBox ul li .li:hover .liT h3{
    color: #1d2c5b;
}
.investmentImmigrant .sectionRight{
    overflow: hidden;
    position: relative;
    width: 340px;
}
.investmentImmigrant .sectionRight .facebook{
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
    /*border: 1px solid red;*/
}
.investmentImmigrant .sectionRight .rightBox{
    overflow: hidden;
    position: relative;
}
.investmentImmigrant .sectionRight .rightOne{
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
}
.investmentImmigrant .sectionRight .rightOne img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.8s ease 0s ;
    -moz-transition: all 0.8s ease 0s ;
    -ms-transition: all 0.8s ease 0s ;
    -o-transition: all 0.8s ease 0s ;
    transition: all 0.8s ease 0s ;
}
.investmentImmigrant .sectionRight .rightOne:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.investmentImmigrant .sectionRight .rightTwo{
    overflow: hidden;
    position: relative;
}
.investmentImmigrant .sectionRight .rightTwo .spI{
    overflow: hidden;
    position: relative;
}
.investmentImmigrant .sectionRight .rightTwo .spI img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.8s ease 0s ;
    -moz-transition: all 0.8s ease 0s ;
    -ms-transition: all 0.8s ease 0s ;
    -o-transition: all 0.8s ease 0s ;
    transition: all 0.8s ease 0s ;
}
.investmentImmigrant .sectionRight .rightTwo .spT{
    overflow: hidden;
    position: relative;
    padding: 10px 15px;
    background-color: #935a40;
}
.investmentImmigrant .sectionRight .rightTwo .spT h4{
    color: #fff;
    margin: 0;
}
.investmentImmigrant .sectionRight .rightTwo .spT h5{
    color: #fff;
    margin: 5px 0 0 0;
}
.investmentImmigrant .sectionRight .rightTwo:hover .spI img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.investmentImmigrant .sectionRight .rightTwo:hover .spT h4{
    color: #1d2c5b;
}
.investmentImmigrant .sectionRight .rightBoxThis{
    overflow: hidden;
    position: fixed;
    width: 340px;
    left: 50%;
    top: 100px;
    margin-left: 290px;
    z-index: 1;
}

.investmentImmigrantDetail{
    overflow: hidden;
}
.investmentImmigrantDetail .center{
    overflow: hidden;
    position: relative;
}
.investmentImmigrantDetail .center .centerTop{
    overflow: hidden;
    position: relative;
    padding: 25px 45px;
    background-color: #fff;
	z-index:1;
	min-height: 130vh;
}
.investmentImmigrantDetail .center .centerTop .tit{
    overflow: hidden;
    position: relative;
}
.investmentImmigrantDetail .center .centerTop .tit .spT{
    overflow: hidden;
    width: 60%;
}
.investmentImmigrantDetail .center .centerTop .tit .spT h3{
    margin: 0;
    color: #1d2c5b;
    font-size: 22px;
    font-weight: bold;
}
.investmentImmigrantDetail .center .centerTop .tit .spT h5{
    color: #333;
    margin: 10px 0 0 0;
}
.a2a_floating_style, .a2a_overlay_style {
    animation: a2aFadeIn .2s ease-in;
    padding: 0!important;
}
.a2a_floating_style{
    max-width:35%;
}
.a2a_floating_style ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
}
.a2a_floating_style ul li{
    margin:0 0 0 15px;
}
.a2a_vertical_style a {
    clear: left;
    display: block;
    overflow: hidden;
    padding: 2px 20px 2px 10px!important;
    color: #fff;
    text-decoration: none;
    background-color: #3b5998;
    border:1px solid #3b5998;
}
.a2a_floating_style ul li:nth-child(1) a{
    padding: 2px 20px 2px 20px!important;
}
.a2a_floating_style ul li:nth-child(1) a:hover{
    color:#3b5998;
    background-color: #fff;
}
.a2a_kit .a2a_svg {
    float: left;
    background-repeat: repeat;
}
.a2a_floating_style {
    background-color: #fff;
    border-radius: 0;
    float: right;
    position: relative!important;
    z-index: 1!important;
}
.investmentImmigrantDetail .center .centerTop .tib{
    overflow: hidden;
    position: relative;
    margin: 50px 0 0 0;
}
.investmentImmigrantDetail .center .centerTopLeft{
	overflow: hidden;
    position: relative;
	width:50%;
	z-index:1;
}
.investmentImmigrantDetail .center .centerTopLeft .tib-form{
	overflow: hidden;
    position: relative;
	margin:50px 0 0 0;
}
.investmentImmigrantDetail .center .centerTopLeft .tib-form input{
	width:100%;
	height:40px;
	padding:0 15px;
	margin:25px 0 0 0;
	color:#333;
	border:1px solid #333333;
}
.investmentImmigrantDetail .center .centerTopLeft .tib-form textarea{
	width:100%;
	height:200px;
	padding:10px 15px;
	margin:25px 0 0 0;
	    resize: none;
	color:#333;
	border:1px solid #333333;
}
.investmentImmigrantDetail .center .centerTopLeft .tib-form button{
	width:100%;
	height:40px;
	padding:0 15px;
	margin:25px 0 0 0;
	color:#fff;
	border:1px solid #1d2c5b;
	background-color:#1d2c5b;
}
.investmentImmigrantDetail .center .centerTopLeft .tib-form button:hover{
	color:#1d2c5b;
	background-color:#fff;
}





.investmentImmigrantDetail .center .map{
	overflow: hidden;
    position: absolute;
	width:50%;
	height:100%;
	top:0;
	right:0;
}
.investmentImmigrantDetail .center .map img{
	width:100%;
	height:100%;
}





.investmentImmigrantDetail .center .centerTop .tib table{
    width:100%!important;
}
.investmentImmigrantDetail .center .centerTop .tib p{
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.6;
    text-align: justify;
}
.investmentImmigrantDetail .center .centerTop .tib img{
    max-width: 100%;
    height: auto;
}
.investmentImmigrantDetail .center .centerTop .tib .tit .spT h3{
    margin: 20px 0;
}
.investmentImmigrantDetail .center .centerBottom{
    overflow: hidden;
    position: relative;
    margin: 30px 0 0 0;
}
.investmentImmigrantDetail .center .centerBottom .spT{
    margin: 0 0 20px 0;
    color: #1d2c5b;
    font-size: 22px;
    font-weight: bold;
}
.investmentImmigrantDetail .sectionLeft .ulBox ul li:nth-child(1), .investmentImmigrantDetail .sectionLeft .ulBox ul li:nth-child(2){
    display: none;
}
.investmentImmigrantDetail .sectionLeft .ulBox ul li {
    width: 33.3333333333%;
}
.investmentImmigrantDetail .sectionLeft .ulBox ul li .li .liI {
    height: 170px;
}
.investmentImmigrantDetail .sectionRight .rightThree,.investmentImmigrant  .sectionRight .rightThree{
    overflow: hidden;
    position: relative;
}
.investmentImmigrantDetail .sectionRight .rightThree .tit,.investmentImmigrant  .sectionRight .rightThree .tit{
    overflow: hidden;
    height: 40px;
    position: relative;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    background: url("../images/pic42.png") no-repeat;
    background-size: 100% 100%;
}
.investmentImmigrantDetail .sectionRight .rightThree .ulBox,.investmentImmigrant .sectionRight .rightThree .ulBox{
    overflow: hidden;
    position: relative;
    padding: 20px 20px 0;
    background-color: #fff;
}
.investmentImmigrantDetail .sectionRight .rightThree .ulBox ul,.investmentImmigrant .sectionRight .rightThree .ulBox ul{}
.investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li,.investmentImmigrant .sectionRight .rightThree .ulBox ul li{
    margin: 0 0 20px 0;
}
.investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li a,.investmentImmigrant .sectionRight .rightThree .ulBox ul li a{
    width: 100%;
}
.investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li,.investmentImmigrant .sectionRight .rightThree .ulBox ul li .li{
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li .liI,.investmentImmigrant .sectionRight .rightThree .ulBox ul li .li .liI{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 254px;
}
.investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li .liI img,.investmentImmigrant .sectionRight .rightThree .ulBox ul li .li .liI img{
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.8s ease 0s ;
    -moz-transition: all 0.8s ease 0s ;
    -ms-transition: all 0.8s ease 0s ;
    -o-transition: all 0.8s ease 0s ;
    transition: all 0.8s ease 0s ;
}
.investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li .liT,.investmentImmigrant .sectionRight .rightThree .ulBox ul li .li .liT {
    overflow: hidden;
    width: 100%;
    padding: 15px 0 0 0;
}
.investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li .liT h3,.investmentImmigrant .sectionRight .rightThree .ulBox ul li .li .liT h3{
    color: #333333;
    font-size: 16px;
    margin: 0 0 15px 0;
    overflow: hidden;
}
.investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li .liT .more,.investmentImmigrant .sectionRight .rightThree .ulBox ul li .li .liT .more{
    overflow: hidden;
    margin: 10px 0 0 0;
}
.investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li .liT .more img,.investmentImmigrant .sectionRight .rightThree .ulBox ul li .li .liT .more img{
    margin: -2px 5px 0 0;
}
.investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li .liT .more span,.investmentImmigrant .sectionRight .rightThree .ulBox ul li .li .liT .more span{
    color: #1d2c5b;
}
.investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li:hover .liI img,.investmentImmigrant .sectionRight .rightThree .ulBox ul li .li:hover .liI img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li:hover .liT h3,.investmentImmigrant .sectionRight .rightThree .ulBox ul li .li:hover .liT h3{
    color: #1d2c5b;
}

.investmentImmigrantDetail .center .centerTop .tib ul{}
.investmentImmigrantDetail .center .centerTop .tib ul li{
    display: block;
    overflow: hidden;
    margin:  0 0 30px 0;
    /*-webkit-box-shadow: 0 0 10px #ccc;*/
    /*-moz-box-shadow:0 0 10px #ccc;*/
    /*box-shadow: 0 0 10px #ccc;*/
    cursor: pointer;
}
.investmentImmigrantDetail .center .centerTop .tib ul li .liT{
    overflow: hidden;
    height: 60px;
    padding: 13px 25px;
    background-color: #1d2c5a;
}
.investmentImmigrantDetail .center .centerTop .tib ul li .liT span{
    display: block;
    overflow: hidden;
}
.investmentImmigrantDetail .center .centerTop .tib ul li .liT .sp1{
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 70%;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    margin-right: 10px;
}
.investmentImmigrantDetail .center .centerTop .tib ul li .liT .sp3{
    width: 25px;
    height: 25px;
    margin: 4px 0px 0 0;
    font-size: 14px;

    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
}
.investmentImmigrantDetail .center .centerTop .tib ul li .liT .sp3 i{
    display: block;
    margin: 5px 0;
}
.investmentImmigrantDetail .center .centerTop .tib ul li .liT .sp3 .fa-minus{
    display: none;
}
.investmentImmigrantDetail .center .centerTop .tib ul li .liT .sp3 .fa-plus{
    display: block;
}
.investmentImmigrantDetail .center .centerTop .tib ul li .liB{
    display: none;
    overflow: hidden;
    padding: 30px 25px 0px;
    text-align: justify;
    /*background-color: #fff;*/
    color: #000;
}
.investmentImmigrantDetail .center .centerTop .tib ul li .liB dl{
    margin: 0;
}
.investmentImmigrantDetail .center .centerTop .tib ul li .liB dl dd{
    display: block;
    line-height: 1.8;
    overflow: hidden;

}


.text-box {
    overflow: hidden;
    position: relative;
    padding: 30px 0;
    background-color: #f2f2f2;
}
.text-box .center{
    overflow: hidden;
    position: relative;
    padding: 25px 45px;
    background-color: #fff;
}
.text-box .center h4{
    margin: 0 0 0 0;
    color: #1d2c5b;
    font-weight: bold;
}
.text-box .center p{
    color: #333;
    margin: 0 0 0px 0;
    line-height: 1.6;
    text-align: justify;
    overflow: hidden;
}
.text-box .center strong{
    font-size: 16px;
}
.text-box .center span{
    font-weight: bold;
}
.text-box .center samp{
    display: block;
    float: right;
    font-size: 14px;
    width: 94%;
    font-family: "微軟正黑體","Microsoft JhengHei";
}
.text-box .center ol{
    padding-left: 17px;
}
.text-box .center ol li{
    color: #333;
    margin: 0 0 0px 0;
    line-height: 1.6;
    text-align: justify;
}
.text-box .center ol li p{
    color: #333;
    margin: 0 0 0px 0;
    line-height: 1.6;
    text-align: justify;
}
.text-box .center table{
    width: 100%;
    margin: 5px 0 0 0;
}
.text-box .center table tr{

}
.text-box .center table tr th{
    padding: 15px;
    text-align: center;
    color: #333;
    background-color: #d9e2f3;
}
.text-box .center table tr td{
    padding: 15px;
    color: #333;
}
.text-box .center .table{
    overflow: hidden;
    position: relative;
}
.text-box .center .table2 tr:nth-child(1) th{
    background-color: #fff;
}
.text-box .center .table2 tr:nth-child(even) td{
    background-color: #d9e2f3;
}
.text-box .center table tr td ul{
    padding-left: 10px;
}
.text-box .center table tr td ul li{
    list-style-type: '♦';
    padding-left: 5px;
}
.text-box .center .table3 tr th{
    background-color: #5b9bd5;
}
.text-box .center .table3 tr:nth-child(even) td{
    background-color: #d9e2f3;
}
.text-box .center .table3 tr:nth-child(odd) td{
    background-color: #5b9bd5;
}
.text-box .center .table4 tr th{
    background-color: #5b9bd5;
}
.text-box .center .table4 tr td{
    background-color: #d9e2f3;
}
.text-box .center .spI{
    overflow: hidden;
    position: relative;
}
.text-box .center img{
    max-width: 100%;
    height: auto;
}

.text-box .center .table5 tr th{
    color: #fff;
    background-color: #585858;
}
.text-box .center .table5 tr td{
    background-color: #d9e2f3;
}





@media screen and (max-width:1680px) {
    .section2 .sectionLeftBox .sectionLeft {
        min-height: 388px;
    }
    .section2 .sectionLeftBox .sectionLeft .center ul li .liI {
       /*  height: 182px; */
    }
    .section2 .sectionRightBox .sectionRight {
        min-height: 388px;
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liI {
        height: 82px;
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liT h3 {
        line-height: 82px;
    }
    .section3 .center ul li .liT {
        width: 55%;
    }
    .section4 .sectionLeftBox .sectionLeft {
        min-height: 624px;
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liI {
        height: auto;
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 {
        height: auto;
    }
	.section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 p{
		margin-bottom:14px;
	}
    .section4 .sectionRightBox .sectionRight {
        min-height: 624px;
    }
    .section4 .sectionRightBox .sectionRight .center ul li {
        margin: 0 0 20px 0;
    }
    .section4 .sectionRightBox .sectionRight .center ul li a {
        padding-bottom: 10px;
        border-bottom: 1px dashed #ececec;
    }
    .section4 .sectionRightBox .sectionRight .center ul li .liI {
        margin: 5px 0 0 0;
        line-height: 1.4;
    }
    .navBox .nav-ul .subnav li {
        /* margin: 0 0 0 35px; */
    }



}
@media screen and (max-width:1600px) {
    .section2 .sectionLeftBox .sectionLeft,.section2 .sectionRightBox .sectionRight {
        min-height: 376px;
    }
    .section2 .sectionLeftBox .sectionLeft .center ul li .liI {
      /*   height: 170px; */
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liI {
        height: 78px;
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liT h3 {
        line-height: 78px;
    }
    .section3 .center ul li .liT {
        width: 53%;
    }
    .section4 .sectionLeftBox .sectionLeft,.section4 .sectionRightBox .sectionRight {
        min-height: 592px;
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liI {
        height: auto;
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 {
        height: auto;
    }
	.section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 p{
		margin-bottom:10px;
	}
    .section4 .sectionRightBox .sectionRight .center ul li {
        margin: 0 0 15px 0;
    }
    .section4 .sectionRightBox .sectionRight .center ul li a {
        padding-bottom: 10px;
        border-bottom: 1px dashed #ececec;
    }
    .section4 .sectionRightBox .sectionRight .center ul li .liI {
        margin: 5px 0 0 0;
        line-height: 1.4;
    }
    .navBox .nav-ul .subnav li {
        /* margin: 0 0 0 35px; */
    }



}
@media screen and (max-width:1440px) {
    .section2 .sectionLeftBox .sectionLeft,.section2 .sectionRightBox .sectionRight {
        min-height: 352px;
    }
    .section2 .sectionLeftBox .sectionLeft .center ul li .liI {
       /*  height: 146px; */
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liI {
        height: 70px;
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liT h3 {
        line-height: 70px;
    }
    .section3 .center ul li .liT {
        width: 50%;
    }
    .section4 .sectionLeftBox .sectionLeft,.section4 .sectionRightBox .sectionRight {
        min-height: 524px;
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liI {
        height: auto;
    }
	.section4 .sectionLeftBox .sectionLeft .center ul li .liI img{
		margin-bottom:30px;
	}
    .section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 {
        height: auto;
    }
	.section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 p{
		margin-bottom:5px;
	}
    .section4 .sectionRightBox .sectionRight .center ul li {
        margin: 0 0 8px 0;
    }
    .section4 .sectionRightBox .sectionRight .center ul li a {
        padding-bottom: 5px;
        border-bottom: 1px dashed #ececec;
    }
    .section4 .sectionRightBox .sectionRight .center ul li .liI {
        margin: 5px 0 0 0;
        line-height: 1.3;
    }
    .navBox .nav-ul .subnav li {
        /* margin: 0 0 0 25px; */
    }

}
@media screen and (max-width:1366px) {
    .footer {
        padding: 10px 50px;
    }
    .navBox {
        /* padding: 14px 50px; */
    }

    .section {
        padding: 0 50px;
    }
    .mainBox {
        padding-left: 40px;
        padding-right: 40px;
    }
    .section2 .sectionLeftBox .sectionLeft,.section2 .sectionRightBox .sectionRight {
        min-height: 370px;
    }
    .section2 .sectionLeftBox .sectionLeft .center ul li .liI {
       /*  height: 164px; */
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liI {
        height: 76px;
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liT h3 {
        line-height: 76px;
    }
    .section3 .center ul li .liT {
        width: 50%;
    }
    .section4 .sectionLeftBox .sectionLeft,.section4 .sectionRightBox .sectionRight {
        min-height: 576px;
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liI {
        height: auto
    }
.section4 .sectionLeftBox .sectionLeft .center ul li .liI  img{
	margin-bottom:30px;
}
    .section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 {
        height: auto
    }
	.section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 p{
		margin-bottom: 8px;
	}
    .section4 .sectionRightBox .sectionRight .center ul li {
        margin: 0 0 10px 0;
    }
    .section4 .sectionRightBox .sectionRight .center ul li a {
        padding-bottom: 15px;
        border-bottom: 1px dashed #ececec;
    }
    .section4 .sectionRightBox .sectionRight .center ul li .liI {
        margin: 5px 0 0 0;
        line-height: 1.3;
    }
    .navBox .nav-ul .subnav li {
        /* margin: 0 0 0 35px; */
    }
    .navBox .nav-ul {
        /* right: 220px; */
    }
    .navBox .languages {
        right: 90px;
    }
    .navBox .search {
        right: 50px;
    }



}
@media screen and (max-width:1360px) {

}
@media screen and (max-width:1280px) {
    .section2 .sectionLeftBox .sectionLeft,.section2 .sectionRightBox .sectionRight {
        min-height: 358px;
    }
    .section2 .sectionLeftBox .sectionLeft .center ul li .liI {
       /*  height: 152px; */
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liI {
        height: 72px;
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liT h3 {
        line-height: 72px;
    }
    .section3 .center ul li .liT {
        width: 50%;
    }
    .section4 .sectionLeftBox .sectionLeft,.section4 .sectionRightBox .sectionRight {
        min-height: 540px;
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liI {
        height: auto;
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 {
        height: auto;
    }
    .section4 .sectionRightBox .sectionRight .center ul li {
        margin: 0 0 5px 0;
    }
    .section4 .sectionRightBox .sectionRight .center ul li a {
        padding-bottom: 10px;
        border-bottom: 1px dashed #ececec;
    }
    .section4 .sectionRightBox .sectionRight .center ul li .liI {
        margin: 5px 0 0 0;
        line-height: 1.3;
    }


}
@media screen and (max-width:1024px) {
    .popup-box {
        width: 96%;
        left: 2%;
        margin-left: 0;
        margin-top: -146px;
    }
    .navBox .nav-ul .subnav{
        padding: 0 15px;
    }
    .navBox .navTop {
        padding: 14px 15px;
    }
    .navBox {
        /* padding: 14px 15px; */
    }
    .navBox .nav-ul .subnav li {
        /* margin: 0 0 0 25px; */
    }
    .navBox .nav-ul {
        right: 0;
    }
    .navBox .languages {
        right: 55px;
    }
    .navBox .icon {
        right: 165px;
    }
    .navBox .search {
        right: 15px;
    }
    .navBox .nav-ul .subnav li a{
        font-size: 16px;
    }
    .section {
        padding: 0 15px;
    }
    .mainBox {
        padding-left: 5px;
        padding-right: 5px;
    }

    .section2 .sectionLeftBox .sectionLeft,.section2 .sectionRightBox .sectionRight {
        min-height: 330px;
    }
    .section2 .sectionLeftBox .sectionLeft .center ul li .liI {
      /*   height: 124px; */
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liI {
        height: 62px;
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liT h3 {
        line-height: 62px;
    }
    .section3 .center ul li .liT {
        width: 40%;
    }
    .section4 .sectionLeftBox .sectionLeft,.section4 .sectionRightBox .sectionRight {
        min-height: 540px;
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liI {
        height: auto;
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 {
        height: auto;
    }
    .section4 .sectionRightBox .sectionRight .center ul li {
        margin: 0 0 5px 0;
    }
	.section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 p{
		margin-bottom:10px;
	}
    .section4 .sectionRightBox .sectionRight .center ul li a {
        padding-bottom: 10px;
        border-bottom: 1px dashed #ececec;
    }
    .section4 .sectionRightBox .sectionRight .center ul li .liI {
        margin: 5px 0 0 0;
        line-height: 1.3;
    }
    .footer {
        padding: 10px 15px;
    }
    .mainBox2 {
        width: 100%;
        padding: 0 15px;
    }
    .investmentImmigrant .sectionLeft {
        width: 100%;
    }
    .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liT, .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liT {
        width: 632px;
    }
    .investmentImmigrant .sectionLeft .ulBox ul li .li .liI{
        height: 364px;
    }
    .investmentImmigrant .sectionRight {
        margin: 50px 0 0 0;
        width: 100%;
    }
    .investmentImmigrant .sectionRight .facebook {
        float: left;
        width: 340px;
        margin: 0 20px 20px 0;
    }
    .investmentImmigrant .sectionRight .rightBoxThis {
        position: relative;
        width: 634px;
        left: 0;
        top: 0;
        margin-left: 0;
    }
    .investmentImmigrant .sectionRight .rightOne{
        float: left;
        width: 307px;
        margin: 0 20px 0 0;
    }
    .investmentImmigrant .sectionRight .rightTwo{
        float: left;
        width: 307px;
    }
    .investmentImmigrantDetail .sectionLeft .ulBox ul li .li .liI {
        height: 238px;
    }
    .investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li .liI {
        height: 446px;
    }



}
@media screen and (max-width:768px) {
	.navBoxH {
    overflow: hidden;
    height: 145px;
    position: relative;
}
	.investmentImmigrantDetail .center .centerTopLeft {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
	    padding: 25px 15px;
}
.investmentImmigrantDetail .center .centerTop .tit .spT h3{
	font-size:18px;
}

.investmentImmigrantDetail .center .map {
    width: 100%;
	position: relative;
    height: 300px;
}

    .popup-box {

        margin-top: -159px;
    }
    .navBox .nav-ul .subnav li {
        /* margin: 0 0 0 12px; */
    }
    .navBox .nav-ul .subnav li a {
        font-size: 12px;
    }
    .section2 .sectionLeftBox {
        width: 100%;
    }
    .section2 .sectionRightBox {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .section2 .sectionLeftBox .sectionLeft,.section2 .sectionRightBox .sectionRight {
        min-height: 370px;
    }
    .section2 .sectionLeftBox .sectionLeft .center ul li .liI {
       /*  height: 164px; */
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liI {
        height: 120px;
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liT h3 {
        line-height: 120px;
    }
    .section3 .sectionLeftBox, .section3 .sectionRightBox {
        width: 100%;
    }
    .section3 .sectionRightBox {
        margin: 10px 0 0 0;
    }
    .section3 .center ul li .liT {
        width: 60%;
    }
    .section4 .sectionLeftBox {
        width: 100%;
    }
    .section4 .sectionRightBox {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .section4 .sectionLeftBox .sectionLeft,.section4 .sectionRightBox .sectionRight {
        min-height: 540px;
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liI {
        height: auto
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 {
        height: auto
    }
	.section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 p{
		margin-bottom:15px;
	}
    .section4 .sectionRightBox .sectionRight .center ul li {
        margin: 0 0 5px 0;
    }
    .section4 .sectionRightBox .sectionRight .center ul li a {
        padding-bottom: 10px;
        border-bottom: 1px dashed #ececec;
    }
    .section4 .sectionRightBox .sectionRight .center ul li .liI {
        margin: 5px 0 0 0;
        line-height: 1.5;
    }
    .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liT, .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liT {
        width: 376px;
    }
    .investmentImmigrant .sectionLeft .ulBox ul li .li .liI {
        height: 268px;
    }
    .investmentImmigrant .sectionRight .rightBoxThis {
        float: left;
        width: 378px;
    }
    .investmentImmigrant .sectionRight .rightOne{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .investmentImmigrant .sectionRight .rightTwo{
        width: 100%;
        margin: 0 0 0 0;
    }
    .investmentImmigrantDetail .sectionLeft .ulBox ul li .li .liI {
        height: 174px;
    }
    .investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li .liI {
        height: 252px;
    }

}
@media screen and (max-width:767px) {
	.investmentImmigrantDetail .center .centerTop .tib {
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 0;
}
.dl-menuwrapper .icon{
	margin: 10px;
}
.dl-menuwrapper .icon a:child 1{
		padding-left:2%;
}
	
.dl-menuwrapper .icon a{
	padding-left:5%;
}
.dl-menuwrapper li img{
	float:left;
	 margin: 10px 10px 0px 20px;
	height: 20px
}

.investmentImmigrantDetail .center .centerTop .tib p {

    margin: 0 0 10px 0;

}
.investmentImmigrantDetail .center .centerTopLeft .tib-form {
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 0;
}
.investmentImmigrantDetail .center .centerTopLeft .tib-form textarea ,.investmentImmigrantDetail .center .centerTopLeft .tib-form input{

    margin: 15px 0 0 0;

}
.investmentImmigrantDetail .center .centerTopLeft .tib-form button {
    margin: 20px 0 0 0;
}
    .text-box .center {
        padding: 15px 15px;
    }
    .text-box .center .table{
        overflow-x: scroll;
        position: relative;
    }
    .text-box .center .table .table2{
        width: 200%;
    }
    .popup-box {
        width: 92%;
        left: 4%;
        margin-left: 0;
        margin-top: -193px;
    }
    .popup-box h4 {
        margin: 0 0 5px 0;
        font-size: 16px;
    }
    .popup-box p{
        font-size:14px;
        letter-spacing: 0px;
        padding: 5px;
    }
    .popup-box .link a {
        font-size: 14px;
    }
    .popup-box .link {
        margin: 15px 0 0 0;
    }
    .popup-box .close-x {
        margin: 20px 0 0 0;
    }
    .a2a_floating_style{
        max-width:100%;
        /* width:100%; */
        margin:0 0 15px 0;
    }


    .investmentImmigrantDetail .center .centerTop .tib ul li .liT{
        padding: 13px 15px;
    }
    .header{position:fixed;height:50px;background:white;z-index: 99999;padding-top: 5px;width: 100%;border-bottom: 1px solid #ccc;top: 0;}
    .header h3{color: #2c2c2c;margin: 0;line-height: 50px}
    .header .logo{padding:0 0 0 15px;position: relative;z-index: 9999;float: left;}
    .header .logo img{display:block;height: 30px;margin-top: 5px;}
    .header .search span{display:none;}
    .dl-menuwrapper{
        margin-bottom: 0;
    }
    .dl-menuwrapper button {
        position: absolute;
        right: 0;
        z-index: 9999;
        background: white url("../images/menu.png") no-repeat scroll center center / 20px auto;
        border-bottom: 1px solid #ccc
    }
    .dl-menuwrapper button:hover,.dl-menuwrapper button.dl-active{
        background-color: white;
    }
    .dl-menuwrapper ul {
        background: #073855 none repeat scroll 0 0;
    }
    .dl-menuwrapper li a {
        border-top: 1px solid #4f7890;
        border-bottom: none;
        padding: 9px 20px;
        font-size: 14px;
    }
    .dl-menuwrapper li.dl-back:after{
        top: 2px;
    }
    .header .navT{
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 55px;
        line-height: 50px;
        z-index: 9999;
    }
    .header .navT ul{}
    .header .navT ul li{
        display: inline-block;
        color: #252525;
    }
    .header .navT ul li a{
        color: #252525;
    }
    .header .navT ul .this a{
        color: #1d2c5b;
    }
    .header .search{
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 55px;
        line-height: 50px;
        z-index: 9999999;
    }
    .header .search i{
        cursor: pointer;
    }
    .header .search .fa-close{
        display: none;
    }
    .searchForm {
        top: 60px;
        right: 15px;
        z-index: 9999999;
    }
    .searchFormBG{
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999;
        background-color: rgba(0,0,0,0);
        display: none;
    }




    .section .carousel-indicators {
        bottom: 0px;
    }
    .allTit span {
        font-size: 18px;
    }
    .allTit .more {
        overflow: hidden;
        margin: 0px 0 0 0;
    }
    .allTit .more a {
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }
    .allTit .more a:hover{
        line-height: 23px;
    }
    .section2 .sectionLeftBox .sectionLeft, .section2 .sectionRightBox .sectionRight {
        min-height: inherit;
    }
    .section2 .sectionLeftBox .sectionLeft {
        padding: 15px 15px 15px;
    }
    .section2 .sectionLeftBox .sectionLeft .center {
        margin: 10px 0 0 0;
    }
    .section2 .sectionLeftBox .sectionLeft .center ul li {
        width:100%;
        margin: 15px 0 0 0;
    }
    .section2 .sectionLeftBox .sectionLeft .center ul li .liI {
       /*  height: 264px; */
    }
    .section2 .sectionLeftBox .sectionLeft .center ul li .liT h4 {
        font-size: 16px;
    }
    .section2 .sectionLeftBox .sectionLeft .center ul li .liT h5 {
        font-size: 14px;
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liI {
        height: 60px;
    }
    .section2 .sectionRightBox .sectionRight .center ul li .liT h3 {
        line-height: 60px;
        font-size: 14px;
    }
    .section2 .sectionRightBox .sectionRight {
        padding: 15px 15px 15px;
    }
    .section3 .sectionLeftBox .sectionLeft, .section3 .sectionRightBox .sectionRight {
        padding: 15px 15px 15px;
        min-height: inherit;
    }
    .section3 .center ul li {
        width: 100%;
        padding: 0 15px 0px;
        margin: 0 0 15px 0;
    }
    .section3 .center ul li .liT h4 {
        font-size: 14px;
    }
    .section3 .center ul li a {
        padding-bottom: 15px;
    }
    .section4 .sectionLeftBox .sectionLeft {
        padding: 15px 15px 15px;
        min-height: inherit;
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liI {
        width: 100%;
        height: auto;
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liT {
        width: 100%;
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liT h3 {
        color: #333;
        font-size: 18px;
        margin: 15px 0 10px;
    }
    .section4 .sectionLeftBox .sectionLeft .center ul li .liT h4 {
        font-size: 14px;
        height: auto;
    }
    .section4 .sectionRightBox .sectionRight {
        padding: 15px 15px 15px;
        min-height: inherit;
    }
    .section4 .sectionRightBox .sectionRight .center ul li .liT {
        font-size: 16px;
    }
    .section4 .sectionRightBox .sectionRight .center ul li {
        margin: 0 0 15px 0;
    }
    .section4 .sectionRightBox .sectionRight .center ul li a {
        padding-bottom: 10px;
        border-bottom: 1px dashed #ececec;
    }
    .section4 .sectionRightBox .sectionRight .center ul li .liI {
        margin: 5px 0 0 0;
        line-height: 1.5;
    }
    .section {
        margin: 65px 0 0 0;
    }
    .zBanner {
        margin: 50px 0 0 0;
    }
    .zBanner .spT {
        font-size: 18px;
        margin-top: -11px;
    }
    .investmentImmigrant .sectionLeft .ulBox ul li .li .liI {
        height: 136px;
    }
    .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liI, .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liI {
        width: 100%;
        height: 288px;
    }
    .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liT, .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liT {
        width: 100%;
    }
    .investmentImmigrant .sectionLeft .ulBox ul li .li .liT h3 {
        font-size: 14px;
    }
    .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liT h3, .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liT h3 {
        font-size: 18px;
        line-height:2rem;
    }
    .pageBox {
        text-align: center;
        padding: 10px 0 0 0;
    }
    .investmentImmigrant .sectionRight {
        margin: 30px 0 0 0;
        width: 100%;
    }
    .investmentImmigrant .sectionRight .facebook {
        float: none;
        width: 340px;
        margin: 0 auto 20px;
    }
    .investmentImmigrant .sectionRight .rightBoxThis {
        width: 100%;
    }
    .investmentImmigrantDetail .center .centerTop {
        padding: 20px 15px;
    }
    .investmentImmigrantDetail .center .centerTop .tit .spT {
        width: 100%;
    }
    .investmentImmigrantDetail .center .centerTop .tit .spT h3 {
        font-size: 18px;
    }
    .investmentImmigrantDetail .center .centerBottom {
        margin: 20px 0 0 0;
    }
    .investmentImmigrantDetail .center .centerBottom .spT {
        margin: 0 0 10px 0;
        font-size: 18px;
    }
    .investmentImmigrantDetail .sectionLeft .ulBox ul li {
        width: 100%;
    }
    .investmentImmigrantDetail .sectionLeft .ulBox ul li .li .liI {
        height: 288px;
    }
    .investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li .liI {
        height: 258px;
    }
    .investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li .liT h3 {
        font-size: 14px;
    }



}
@media screen and (max-width:414px) {}
@media screen and (max-width:375px) {
    .popup-box {
        margin-top: -204px;
    }
    .section2 .sectionLeftBox .sectionLeft .center ul li .liI {
     /*    height: 234px; */
    }
    .section3 .center ul li .liT {
        width: 55%;
    }
    .investmentImmigrant .sectionLeft .ulBox ul li .li .liI {
        height: 95px;
    }
    .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liI, .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liI {
        height: 200px;
    }
    .investmentImmigrantDetail .sectionLeft .ulBox ul li .li .liI {
        height: 200px;
    }
    .investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li .liI {
        height: 228px;
    }


}
@media screen and (max-width:360px) {
    .popup-box {
        margin-top: -215px;
    }
    .investmentImmigrant .sectionLeft .ulBox ul li .li .liI {
        height: 90px;
    }
    .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liI, .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liI {
        height: 248px;
    }
    .investmentImmigrant .sectionRight .facebook {
        width: 100%;
    }
    .investmentImmigrantDetail .sectionLeft .ulBox ul li .li .liI {
        height: 246px;
    }
    .investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li .liI {
        height: 216px;
    }



}
@media screen and (max-width:320px) {
    .popup-box {
        margin-top: -180px;
    }
    .popup-box p {
        font-size: 12px;
    }
    .popup-box .close-x {
        font-size: 12px;
        margin: 15px 0 0 0;
    }
    .popup-box .link a {
        font-size: 12px;
    }
    .popup-box h4 {
        margin: 0 0 5px 0;
        font-size: 14px;
    }
    .popup-box .link a {

        margin: 0 10px 0 0;
        min-width: 110px;
    }
    .section3 .center ul li .liT {
        width: 50%;
    }
    .investmentImmigrant .sectionLeft .ulBox ul li .li .liI {
        height: 80px;
    }
    .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liI, .investmentImmigrant .sectionLeft .ulBox2 ul li .li .liI {
        height: 218px;
    }
    .investmentImmigrantDetail .sectionLeft .ulBox ul li .li .liI {
        height: 216px;
    }
    .investmentImmigrantDetail .sectionRight .rightThree .ulBox ul li .li .liI {
        height: 186px;
    }
}



































