@charset "utf-8";
body {
	font-size: 18px;
	color: #333;
	background: #F4F4F4;

}

.banner {
	margin-top: -95px;
	position: relative;
	background-position: center center;
	background-size: auto 100%;

}
.banner_inner {
	width: 100%;
	margin: 0 auto;
}
#banner {
	position:relative;
	width:100%;
	overflow:hidden;
}
#banner_list img {
	vertical-align:top;
	width: 100%;
	max-height: 800px;
}

#banner_list li {
	display:none;
}
#btn .sel {
	background-color:orange;
}
.service_list {
	float: left;
	width: 350px;
}
.service_list h4 {
	font-size: 1.4em;
	color: #00A6A2;
}
.service_list ul li {
	height: 80px;
	border-radius: 40px;
	background: #00A6A2;
	color: #fff;
	position: relative;
	padding: 0 20px 0 80px;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 30px;
}
.service_list ul li.s2 img {
	position: absolute;
	width: 46px;
	height: 40px;
	top: 17px;
	left: 23px;
}
.service_list ul li.s3 img {
	position: absolute;
	width: 40px;
	height: 46px;
	top: 17px;
	left: 23px;
}

.service_list ul li img {
	position: absolute;
	width: 46px;
	height: 46px;
	top: 17px;
	left: 23px;
}
.service_list ul li h5 {
	font-size: 14px;
	padding-top: 17px;
}
.service_list ul li.s2 h5,.service_list ul li.s3 h5 {
	padding-top: 25px;
}
.service_pic {
	margin-left: 400px;
	position: relative;
}
.ad_woman {
	position: absolute;
	top: 60px;
	left: 80px;
	z-index: 99999;
}
.ad_woman img {
	width: 300px;
	height: auto;
}
.text_list {
	width: 700px;
	height: 350px;
	overflow:hidden;
	position:relative;
}
.text_list img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.map img{
	width: 100%;
	height: auto;
}
.title {
	width: 400px;
	text-align:center;
	background:#fff;
	border-radius: 20px;
	position: absolute;
	top:-30px;
	left: 50%;
	margin-left: -200px;
}
.title2 {
	text-align: center;
	padding-top: 50px;
}
.ch {
	font-size: 1.4em;
	line-height: 2;
	padding-top: .6em;
}
.en {
	color: #009C98;
}
.block {
	overflow:hidden;
}
.rencai {
	overflow: hidden;
	padding-bottom: 60px;
}
.rencai li {
	width: 25%;
	float: left;
	text-align: center;
	line-height: 2;
}
.rencai li .num {
	color: #00A6A2;
	font-size: 18px;
}
.rencai li .num span{
	font-size: 28px;
}
.services .country {
	width: 15.5%;
	margin-left:1%;
	float:left;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	border-radius: 15px;
	position:relative;
}
.services .country .tltle_img {
	display:block;
	width:100%;
	height:auto;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.services .country .flag {
	position:absolute;
	width: auto;
	height: 50px;
	z-index: 2;
	left: 12px;
	top: -22px;
}
.services .country .title3 {
	position: absolute;
	text-align: right;
	z-index:2;
	color:#fff;
	right: 12px;
	top: 28px;
}
.services .country ul {
	padding: 6px;
	min-height: 192px;
}
.services .country ul li {
	padding: 6px;
}
.services .country ul li a {
	display:block;
	color:#333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.services .country ul li a:hover {
	color: #009C98;
}
.winBox {
	width:90%;
	height:300px;
	overflow:hidden;
	position:relative;
	margin: 20px auto;
}
.scroll {
	position:absolute;
	left:0px;
}
.scroll li {
	float:left;
	line-height:40px;
	text-align:center;
}

.big_img {
	float: left;
	width: 512px;

	position: relative;
}
.big_img img {
	width: 100%;
	height: 302px;
}
.big_img .text{
	box-sizing: border-box;
	padding: 10px;
	line-height: 1.2;
}
.problems img {
	border-radius: 12px;
}
.problems a {
	color:#666;
}
.problems a .da {
	font-size: 12px;
	color:#999;
}
.problems a:hover {
	font-weight: bold;
}
.news{
	background: #fff;
	padding-bottom: 40px;
}
.problems .news {
	margin-left: 540px;
	padding: 0 10px;
}
.tab {
	text-align: center;
	margin-top:40px;
	margin-bottom: 40px;
}
.tab .tab_title {
	display: inline-block;
	font-size: 32px;
	line-height: 43px;
	border-bottom: 1px solid #C49A2E;
}
.tab .tab_lab{
	font-size: 20px;
	line-height: 27px;
}

.tab_box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.problems .news .new {
	padding: 10px 12px;
	border-bottom: 1px dashed #ccc;
	position: relative;
}

.problems .news .new h4{
	padding: 5px 0;
	line-height:21px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.problems .news .new .count {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
}
.problems .news .new .q_a {
	font-size: 12px;
	color:#888;
	line-height:1.5;
	padding-left: 20px;
	line-height: 16px;
	width: 200px;
}
.red {
	color: #FF8383;
}
.ad_link {
	display:block;
	margin-top: 45px;
}
.ad_link img {
	width: 100%;
	height: auto;
}
.pic_news {
	width: 540px;
}
.pic_news img{
	height: 300px;
	width: 100%;
}

.pic_news_title {
	line-height: 66px;
	text-align: center;
	color: #CDA523;
	font-size: 32px;
}
.pic_news_desc{
	font-size: 18px;
	line-height: 30px;
	color: #333;
	height: 60px;
	overflow: hidden;
}
.pic_news_time{
	font-size: 18px;
	color: #333;
	line-height: 36px;
	text-align: center;
	margin-top: 20px;
}
.pic_news_btn{
	width: 243px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	border: 1px solid #CCCCCC;
	color: #999;
	margin: 20px auto;
}
.new_item_icon img {
	width: 88px;
	height: 88px;
}
.news_item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 15px;

}
.text_news .news_item:not(:first-child) {
	padding-top: 15px;
	border-top: 1px #CCCCCC dashed;
}
.new_item_info {
	width: 396px;
}
.text_news{
	width: 590px;
}
.new_item_time {
	margin: auto 0;
}
.new_item_time_day {
	line-height: 28px;
}
.new_item_time_year {
	font-size: 14px;
	color: #999;
	text-align: right;
}
.f-18 {
	font-size: 18px;
}
.new_item_title {
	line-height: 26px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new_item_desc {
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
}
.partner {
}
.partner .content {
	width: 1200px;
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
}
.partner_item{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	flex: 0 0 25%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #ccc;
}
.no_top_line {
	border-top: none;
}
.nav_bar li a{
	color: #fff;
}
.translate_wrapper{
	background: none;
}
.lang img, .lang span.lang-txt {
	color: #fff;
}
