@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-07-20 09:50:37
 * @version $Id$
 */
body,footer, header, menu, nav, section,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h3,h4,h5,h6,pre,form,fieldset,input,
textarea,p,blockquote,th,td {margin:0;padding:0;border: 0; /*vertical-align: baseline;*/}
table{border-spacing:0px;border-collapse:collapse;}
button{margin:0;padding:0;}
input,button,select,textarea{outline:none;}  
article, aside, details, figcaption, figure{display: block; }
fieldset,img { border:0 }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;}
ol,ul { list-style:none }
body{width:100%;height:100%;color:#333;background:#fff;font-size:14px;font-family:"Avenir Next",Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","Microsoft JhengHei","Source Han Sans SC","Noto Sans CJK SC","Source Han Sans CN","Noto Sans SC","Source Han Sans TC","Noto Sans CJK TC","WenQuanYi Micro Hei",SimSun,sans-serif;}
input[type='button'],input[type='submit'],button{border:none;font-family:"Avenir Next",Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","Microsoft JhengHei","Source Han Sans SC","Noto Sans CJK SC","Source Han Sans CN","Noto Sans SC","Source Han Sans TC","Noto Sans CJK TC","WenQuanYi Micro Hei",SimSun,sans-serif;}
a{text-decoration: none;color:#069;}
a:hover{color:#069;}
::-webkit-input-placeholder {color: #D8D8DE;} 
:-moz-placeholder {color: #D8D8DE;} 
::-moz-placeholder {color: #D8D8DE;} 
:-ms-input-placeholder {color: #D8D8DE; }
/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
*{margin:0px;padding:0px;}
.header,.main,.footer{width:1000px;margin:0 auto;}

/*页头*/
.header{height:auto;background-size:100%;background: url("../images/bg_top.jpg") no-repeat;}
.top{height: 80px;
overflow: hidden;
padding: 15px 30px;
line-height: 50px;}
.logo{float:left;width:230px;margin-top:6px;}
.name{float:left;}
.language{float:right;}
.language a{color:#fff;padding:0 10px;}
.language a:hover{color:#333;}
.nav {
    width: 1000px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 0;
}
.nav li{float:left;position:relative;}
.nav li>a{padding:0 12px;border-left:1px solid #069;}
.nav li a{color:#069;font-weight:bold;}
.nav li:first-child>a{border:none;}
.nav .subnav{min-width:100%;text-align:center;display:none;background:rgb(189, 224, 191);color:#036A69;position:absolute;left:0px;top:30px;}
.nav .subnav a{display:block;}
.nav .subnav a:hover{background:#036A69;color:#fff;}
.nav li:hover .subnav{display:block;}
.banner{margin-top:20px;}
.banner img{width:100%;}

/*首页内容*/
.main{margin-top:10px;}
.left-side{float:left;width:160px;}
.ad img{width:160px;}
.firend-link .hd{text-align:center;}
.firend-link .bd a{float:left;}
.dl a{display:block;margin-top:10px;}

.center-side{float:left;width:570px;margin:0 20px;padding:0 14px;border-left:1px dashed #ddd;border-right:1px dashed #ddd;}
.content .item{width:250px;float:left;padding:10px;position:relative;border:1px solid #ddd;margin-top:30px;margin-left:4px;}
.content .item2,.content .item4{margin-left:20px;}
.content .item .hd{height:47px;background:url("../images/e_main.png") no-repeat;position:absolute;top:-30px;width:100%;text-align:center;color:#fff;line-height:62px;font-size:16px;}
.content .bd{margin:20px 0 10px 0;}
.content .bd p{margin-top:10px;height:98px;overflow:hidden;}
/* .content .bd ul{margin-top:10px;}
.content .bd ul li{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;} */
.content .ft{text-align:right;}
.tvb{margin-top:10px;}

.right-side{float:right;width:160px;}
.last-news{width:144px;margin-left:8px;border:1px solid #196558;}
.last-news .hd{background:#196558;color:#fff;height:20px;line-height:20px;text-align:center;}
.last-news .bd{padding:5px 10px;}
.last-news .bd li{margin-top:10px;/* height:36px;overflow:hidden; */padding-left:20px;background:url("../images/dot.jpg") no-repeat 0 8px;}
.last-news .ft{padding:5px;text-align:right;}



/*页尾*/
.footer{height:24px;overflow:hidden;line-height:24px;padding:40px 0 40px 0;margin-top:10px;text-align:center;background-size:100%;background: url("../images/bg_footer.jpg") no-repeat;color: #fff;}
.footer a{color: #fff;}

.row{padding:10px 30px 50px 30px;font-size:16px;}
.row-left{width:150px;float:left;margin-top:30px;}
.row-left li{margin-top:10px;font-size:14px;padding-left:20px;background:url("../images/dot.jpg") no-repeat 0 8px;}
.row-right{width:750px;float:left;}
.row-hd h3{color:#196558;font-size:18px;margin-bottom:20px;}
.row-bd p,.row-bd h4{line-height:28px;margin-top:20px;}
.row-bd p.align-center{text-align:center;}

/*联系我们*/
.feedback{margin-top:30px;}
.form-ground{margin-top:30px;}
.form-item{margin-top:10px;height:auto;overflow:hidden;clear:both;}
.form-item label{width:25%;float:left;}
.form-item input,.form-item select{width:75%;height:30px;padding:5px 10px;box-sizing:border-box;border:1px solid #ddd;border-radius:4px;}
.form-item textarea{resize:none;width:75%;padding:5px 10px;box-sizing:border-box;border:1px solid #ddd;border-radius:4px;}
.form-item .btn-submit{width:80px;margin-right:10px;background:#196558;color:#fff;border-color:#196558;}
.form-item .btn-reset{width:80px;}

/*常见问题*/
.faq .row-bd li{margin-top:15px;padding-left:20px;background:url("../images/dot.jpg") no-repeat 0 8px;/*overflow:hidden;white-space:nowrap;text-overflow:ellipsis;*/}
.faq .row-bd li a{color:#196558;}
.faq .row-bd li a:hover{text-decoration:underline;}
.faq li p{margin:0px;color:#000066;font-size:14px;line-height:21px;margin-top:5px;}

/*下载*/
.download table{width:800px;margin:50px 0;border:1px solid #ddd;text-align:center;}
.download td{height:43px;padding:10px 20px;border-left:1px solid #ddd;border-top:1px solid #ddd;vertical-align:middle;}
.download img{margin:0 10px;}

/*声明*/
.statement li{float:left;width:400px;margin-right:30px;}
.statement li p{margin-bottom:10px;}

/*图片列表*/
.photoList{}
.photo-item{margin-bottom:50px;}
.photo-item ul{width:920px;}
.photo-item li{float:left;width:210px;/*height:120px;*/overflow:hidden;margin:20px 20px 0 0;text-align:center;}
.photo-item li a{display:block;}
.photo-item li img{height:140px;}
.photo-item.photo-3 li{width:280px;margin:20px 26px 0 0;}
.photo-item li p{margin-top:10px;height:36px;overflow:hidden;font-size:14px;line-height:18px;;}

/*其他移民计划*/
.otherPlan ul{margin:30px 0;}
.otherPlan li{width:33%;float:left;text-align:center;}

/*文章页*/
.article .row-hd{text-align:center;}

.zoomed > .photo-item{-webkit-filter:blur(3px);filter:blur(3px);}

/*首页改版*/
.main-row{padding:20px 0 50px 0;}
.main-row .main-hd{position:relative;margin-bottom:10px;}
.main-row .main-hd h1{height:24px;line-height:24px;font-size:24px;color:#069;padding:0 10px;border-left:8px solid #069;background:#fff;display:inline-block;}
.row1{background:url("../images/bg-ys.jpg") no-repeat bottom right;background-size:auto 100%;}
.row1 .main-bd{padding-left:20px;}
.row1 .bd-title h3{font-size:18px;color:#0c6898;line-height:40px;}
.row1 .bd-title p{font-size:16px;}
.row1 .bd-title p span{color:#f90;}
.row1 .bd-list{padding-top:10px;}
.row1 .bd-list p{margin-top:5px;position:relative;padding-left:20px;}
.row1 .bd-list span{color:#069;}
.row1 .bd-list p:before{content:"";height:8px;width:8px;border-radius:50%;background:#069;position:absolute;left:0px;top:5px;}

.row1 .bd-list li{margin-top:5px;position:relative;padding-left:20px;}
.row1 .bd-list li a{color:#069;}
.row1 .bd-list li a:hover{color:#069;text-decoration: underline;}
.row1 .bd-list li:before{content:"";height:8px;width:8px;border-radius:50%;background:#069;position:absolute;left:0px;top:5px;}
.row1 .bd-list2{padding-top:10px;}
.row1 .bd-list2 li{ position:relative;padding-left:20px; line-height:28px;}
.row1 .bd-list2 li a{color:#333;}
.row1 .bd-list2 li a:hover{color:#069;text-decoration: underline;}
.row1 .bd-list2 li:before{content:"";height:8px;width:8px;border-radius:50%;background:#333;position:absolute;left:0px;top:10px;}

.row1 .dede_pages {padding-top:20px;}
.row1 .dede_pages a{ color:#333}
.row1 .dede_pages .thisclass { color:#069}
.row1 .dede_pages li{ position:relative;padding-left:20px; line-height:28px; float:left;}

.row2 .main-hd:before{content:"";height:1px;width:100%;background:#069;position:absolute;bottom:1px;right:0px;z-index:-1;}
.row2 .main-bd{background:#efefef;padding:20px 0px;margin-top:20px;}
.row2 .item{width:33%;float:left;border-left:2px solid #fff;box-sizing:border-box;padding:10px 10px 10px 80px;}
.row2 .item h3{color:#f90;font-size:18px;margin-bottom:10px;}
.row2 .item1{border-left:none;background:url("../images/icon-ys1.png") no-repeat 0px 15px;}
.row2 .item2{background:url("../images/icon-ys2.png") no-repeat 0px 15px;}
.row2 .item3{background:url("../images/icon-ys3.png") no-repeat 0px 15px;}

.tab-hd .item{float:left;width:33%;text-align:center;font-size:24px;color:#069;cursor:pointer;}
.tab-hd .item.active span{padding-bottom:10px;border-bottom:6px solid #069;}
.tab-bd{margin-top:50px;}
.tab-bd .item{height:50px;overflow:hidden;}
.tab-bd .item-left{float:left;width:30%;height:350px;overflow:hidden;margin-right:3%;background:#efefef;box-sizing:border-box;padding:20px;font-size:14px;position:relative;}
.tab-bd .item-left p{margin-bottom:10px;}
.tab-bd .item-left a{position:absolute;right:20px;bottom:20px;color:#069;}
.tab-bd .item-left a:hover{color:#069;}
.tab-bd .item-right{float:left;width:690px;}


.hd2{margin-top: 10px;}
.hd2 .item-left{float:left;width:32%;height:350px;overflow:hidden;margin-right:2%;background:#efefef;box-sizing:border-box;padding:20px;font-size:14px;position:relative;}
.hd2 .item-left a{position:absolute;right:20px;bottom:10px;color:#069;}
.hd2 .item-left a:hover{color:#069;}
.hd2 .item-left p{margin-bottom:10px;}

.hd2 .tit .item {
    float: left;
    width: 32%;
    margin-right:2%;
    text-align: center;
    font-size: 24px;
    color: #069;
    cursor: pointer;
    height: 50px;
    overflow: hidden;
}
.hd2 .tit .item span{padding-bottom:10px;border-bottom:6px solid #069;}

.banner {width:1000px; height:340px; overflow:hidden; position:relative; background:#036;}
.banner .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; }
.banner .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.banner .hd ul li.on{ background:#036; color:#fff; }
.banner .bd{ position:relative; height:100%; z-index:0;   }
.banner .bd li{ zoom:1; vertical-align:middle; }
.banner .bd img{ width:992px; height:332px; display:block; padding:4px; }
.banner .prev,.banner .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.banner .next{ left:auto; right:3%; background-position:8px 5px; }
.banner .prev:hover,
.banner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.banner .prevStop{ display:none;  }
.banner .nextStop{ display:none;  }

.contenttitle {
    text-align: center;
    font-family: "黑体", Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    line-height: 40px;font-weight: bold;
}
.contentdate {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
	line-height: 40px;
	border-bottom:1px solid #dedede;
}
.contentbody {
    text-indent: 2em;
    line-height: 2em;
    padding-top: 2px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
}

.place,.place a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 36px;
	color:#ccc;
}


.contentbody ul.pagelist {
    padding: 0;
    margin: 30px 0;
	font-size: 14px;
	text-indent: 0;
}

.contentbody ul.pagelist li {display: inline; margin:0 8px;}

.contentbody ul.pagelist li a {
    color: black;
    text-align: center;
    border: 1px solid #ddd; padding: 5px 10px;
}


.contentbody ul.pagelist .thisclass a{color: #069;}

div.wz_pages  {text-align: center;}

.main-hd,.bd-list{text-indent: 0;}
.main-hd{border-bottom:1px solid #dedede;font-size: 16px;line-height: 40px;font-weight: bold;}
.bd-list{ margin:20px 0;}text-decoration: underline;
