/*新闻列表页*/
.navigation_wrap {
	height: 80px;
}

.navigation_list {
	position: static;
	background: #fafafa;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.navigation_fixed {
	position: fixed !important;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 999;
}

.navigation_bottom {
	top: 80px !important;
}

.navigation_ul {
	text-align: center;
	font-size: 0;
}

.navigation_li {
	line-height: 80px;
	height: 80px;
	position: relative;
	transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.navigation_li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 2px;
	height: 2px;
	background: #4c4c4c;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.navigation_li:last-child:after {
	display: none;
}

.navigation_li a {
	font-size: 16px;
	color: #4c4c4c;
	margin: 0 36px;
	display: inline-block;
	position: relative;
	transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.navigation_li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	background: #009c4d;
	width: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 2px;
	transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.navigation_hover a {
	color: #009c4d;
}

.navigation_hover a:after {
	width: 100%;
}

@media screen and (min-width: 1201px) {
	.navigation_li:hover a {
		color: #009c4d;
	}

	.navigation_li:hover a:after {
		width: 100%;
	}

	.faq_index_wap {
		display: none;
	}
}

.width-auto {
	padding: 0 100px;
}

.inline {
	display: inline-block;
	vertical-align: top;
}

.invest_wrap {
	padding: 70px 0;
}

.index_title_box {
	text-align: center;
	padding-bottom: 22px;
	position: relative;
}

.index_title_box .index_title_span {
	position: absolute;
	bottom: 0;
	width: 44px;
	height: 2px;
	background: #009c4d;
	left: 50%;
	margin-left: -22px;
}

.index_title_en {
	font-size: 58px;
}

.index_title_cn {
	font-size: 32px;
}

.news_list_wrap {
	padding: 40px 0 0 0;
	font-size: 0;
}

.news_list_box:hover .news_index_img a img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.news_list_box:hover .news_index_title a {
	color: #009c4d;
}

.news_list_box:nth-child(2n) {
	margin: 0 0 6% 0;
}

.news_index_box {
	padding-top: 60px;
}

.news_index_box .swiper-slide {
	width: 47%;
	margin-right: 6%;
}

.news_index_box .swiper-slide:nth-child(2n) {
	margin-right: 0;
}

.news_index_img a {
	display: block;
	height: 0;
	padding-bottom: 70%;
}

.news_index_img a img {
	transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_title {
	padding: 30px 0 20px 0;

}

.news_index_box .swiper-slide:hover .news_index_img a img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.news_index_box .swiper-slide:hover .news_index_title a {
	color: #009c4d;
}

.news_index_title a {
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_text {
	font-size: 15px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #9e9da6;
}

.news_index_button {
	width: 150px;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	position: relative;
	text-align: center;
	transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	margin: 50px auto 0;
}

.news_index_button a {
	font-size: 18px;
	display: block;
	position: relative;
	color: #ffffff;
	z-index: 1;
	transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_button span {
	position: relative;
	font-size: 12px;
	padding-left: 18px;
}

.news_index_button span:after {
	content: "\e685";
	position: absolute;
	transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_button span:before {
	content: "\e685";
	position: absolute;
	opacity: 0;
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
	transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_button:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #009c4d;
	transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4d4d4d;

	transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_button:hover {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.news_index_button:hover:after {
	width: 100%;
}

.news_index_button:hover span:after {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
	opacity: 0;
}

.news_index_button:hover span:before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.cover {
	position: relative;
	height: 0;
	overflow: hidden;
}

.cover img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.news_index_title {
	padding: 20px 0 10px 0;
}

.news_index_title a {
	font-size: 20px;
}

.news_index_text {
	font-size: 13px;
	line-height: 24px;
}

.news_index_button {
	width: 130px;
	height: 40px;
	line-height: 40px;
}

.news_index_button a {
	font-size: 16px;
}

.news_list_wrap {
	font-size: 0;
	padding: 60px 0 0 0;
}

.news_list_box {
	width: 47%;
	margin: 0 6% 6% 0;
}

/*分页*/
.pagesDiv {
	clear: both;
	width: 100%;
	margin: 0 auto;
	line-height: 25px;
	padding: 10px 0px 10px 0px;
}

.pages {
	height: 30px;
	color: #666666;
	margin-top: 5px;
	text-align: center;
}

.pages a:link,
.pages a:visited {
	color: #666666;
}

.pages a,
.pages a:link {
	text-decoration: none;
	padding: 2px 5px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	margin: 0px 2px;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

.pages a:hover {
	background: #FB9007;
	color: #FFFFFF;
	border: 1px solid #E61636;
	text-decoration: none;
	text-align: center;
	padding: 2px 5px;
}

.pages .cpb {
	font-weight: bold;
	color: #FFFFFF;
	background: #FB9007;
	border: 1px solid #E61636;
	text-align: center;
	margin: 0px 2px;
	padding: 2px 5px;
}

.pages .intext {
	width: 30px;
	border: 1px solid #7F9DB9;
	height: 19px;
	line-height: 19px;
}

.pagination {
	text-align: center;
}

.pagination li {
	display: inline-block;
	color: #333333;
	height: 30px;
	line-height: 30px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}

.pagination li a {
	float: left;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 13px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}

.pagination li a:hover {
	background: #FB9007;
	color: #ffffff;
}

.pagination li a.thisclass {
	background: #FB9007;
	color: #ffffff;
	border: 1px solid #E61636;
	cursor: default;
}

.pagination li a.thisclass:hover {
	background: #FB9007;
	color: #ffffff;
	border: 1px solid #E61636;
	cursor: default;
}

.pagination li .pageinfo {
	line-height: 21px;
	padding: 12px 10px 12px 16px;
	color: #999999;
}

.pagination li .pageinfo strong {
	color: #555555;
	font-weight: normal;
}

.pagination table {
	text-align: center;
	margin: 10px 0px 0px 25%;
}

.pagination table td {
	padding: 0px 2px;
}

#pages {
	padding: 14px 0 10px;
	text-align: right;
}

#pages a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #ffffff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333333;
	padding: 0 14px;
}

#pages a.a1 {
	background: url('../images/pages.png') no-repeat 0 5px;
	padding: 0 5px;
}

#pages a:hover {
	background: #f1f1f1;
	color: #000000;
	text-decoration: none;
}

#pages span {
	display: inline-block;
	height: 30px;
	padding: 0 14px;
	line-height: 30px;
	background: #009c4d;
	border: 1px solid #009c4d;
	color: #ffffff;
	text-align: center;
}

#pages .noPage {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: url('../images/titlebg.png') repeat-x 0 -55px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #a4a4a4;
}

/*新闻展示页*/
.news_read_left {
	padding-right: 61px;
}

.news_label_left span {
	font-size: 14px;
	line-height: 28px;
}

.news_label_right span:nth-child(1) {
	font-size: 14px;
}

.news_label_right span {
	font-size: 18px;
	padding-left: 16px;
}

.news_label_right span a.iconsina,
.news_label_right span a.iconwchart {
	font-size: 20px;
}

.news_label_right span a {
	font-size: 18px;
}

.news_read_title {
	font-size: 28px;
	line-height: 36px;
}

.news_read_label {
	padding: 20px 0 30px 0;
}

.news_read_bjq h3 {
	font-size: 14px;
	line-height: 28px;
}

.news_read_bjq p {
	font-size: 14px;
	line-height: 28px;
}

.news_read_bjq {
	font-size: 14px;
	line-height: 28px;
	padding: 0 0 60px 0;
}

.news_read_content {
	padding: 100px 0 130px 0;
}

.news_read_page {
	padding: 30px 0;
}

.news_read_prev span:nth-child(1),
.news_read_next span:nth-child(2) {
	font-size: 22px;
}

.news_read_prev a,
.news_read_next a {
	font-size: 16px;
}

.news_read_list a {
	line-height: 32px;
	font-size: 28px;
}

.news_right_title {
	font-size: 28px;
	line-height: 36px;
}

.news_right_list {
	padding: 30px 0 0 0;
}

.news_similar_title {
	font-size: 16px;
	margin-bottom: 16px;
}

.news_similar_text {
	font-size: 14px;
	line-height: 24px;
}
.width-auto {
    padding: 0 100px;
}
.news_read_content {
    padding: 120px 0 150px 0;
}

.news_read_content {
    font-size: 0;
}

.news_read_left {
    width: 60%;
    padding-right: 81px;
    position: relative;
}

.news_read_left:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #e6e6e6;
}

.news_read_title {
    font-size: 28px;
    line-height: 36px;
    color: #333;
}

.news_read_label {
    padding: 20px 0 50px 0;
    font-size: 0;
	
}

.news_label_left span {
    font-size: 16px;
    line-height: 30px;
    color: #cccccc;
    padding-right: 75px;
}

.news_label_left span:last-child {
    padding: 0;
}

.news_label_left {
    width: 70%;
}

.news_label_right {
    font-size: 0;
    width: 30%;
    text-align: right;
    line-height: 30px;
}

.news_label_right span {
    font-size: 22px;
    color: #cccccc;
    padding-left: 26px;
}

.news_label_right span a {
    display: block;
    font-size: 22px;
    color: #cccccc;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_label_right span a:hover {
    color: #009c4d;
}

.news_label_right span:nth-child(1) {
    font-size: 16px;
}

.news_label_right span a.iconsina {
    font-size: 24px;
}

.news_label_right span a.iconwchart {
    font-size: 24px;
}

.news_bjq_wrap {
    font-size: 0;
}

.news_read_bjq {
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 0 0 80px 0;
}

.news_read_bjq h3 {
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
}

.news_read_bjq p {
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
}

.news_read_bjq p img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 100%;
    margin: 30px 0;
}

.news_read_right {
    width: 32%;
	padding-left: 60px;
	box-sizing: border-box;
}
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_right_title {
    font-size: 32px;
    color: #1a1a1a;
    line-height: 45px;
    margin-bottom: 50px;
}

.news_right_border {
    height: 1px;
    width: 100%;
    background: #e6e6e6;
}

.news_read_border {

}

.news_right_list {
    padding: 50px 0 0 0;
}

.news_right_list a {
    display: block;
}

.news_right_list a:hover .news_similar_title {
    color: #009c4d;
}

.news_similar_title {
    font-size: 18px;
    color: #333;
    margin-bottom: 25px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_similar_text {
    font-size: 16px;
    line-height: 26px;
    color: #ccc;
}

.news_read_page {
    padding: 40px 0;
}

.news_read_prev {

    width: 50%;
    text-align: left;
}

.news_read_prev a {
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    color: #808080;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_read_prev a:hover {
    color: #009c4d;
}

.news_read_prev span:nth-child(1) {
    font-size: 26px;
	float: left;
}
.news_read_prev span:nth-child(2) {
	width: calc(100% - 30px);
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	float: left;
}

.news_read_list {
    width: 40%;
    text-align: center;
}

.news_read_list a {
    line-height: 32px;
    font-size: 36px;
    color: #808080;
    display: inline-block;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_read_list a:hover {
    color: #009c4d;
}

.news_read_next {
    width: 50%;
    text-align: right;
}

.news_read_next a {
    font-size: 18px;
    line-height: 32px;
    color: #808080;
    display: inline-block;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_read_next a:hover {
    color: #009c4d;
}


.news_read_next a,.news_read_prev a{
	width: 100%;
}
.news_read_next span:nth-child(1) {
	width: calc(100% - 30px);
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.news_read_next span:nth-child(2) {
    font-size: 26px;	
	float: right;
}
/* 关于我们 */
.nybg {
	clear: both;
	padding: 60px 0px 0px 0px;
	overflow: hidden;
	position: relative;
}
.about_slog {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	z-index: 6;
	top: 45%;
	text-align: center;
}
.w1400, .z-container {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	clear: both;
}

.ceo{
	padding:0px 0px 120px 0px;
	clear:both;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
}
.ceo_l{
	width:54%;
	float:left;
	text-align:left;
}
.ceo_r{
	width:40%;
	float:right;
}
.ceo_r img{
	width:100%;
}
/*领域*/
.faq_page_wrap {
    padding: 20px 0 90px 0;
}
.width-auto {
    padding: 0 100px;
}
.faq_content_li {
    padding: 60px 0 61px 0;
    position: relative;
}
.faq_content_li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #dbdbdb;
}
.faq_content_left {
    width: 40%;
}
a:link {
    text-decoration: none;
}
.faq_content_img {
    display: block;
    padding-bottom: 79.83%;
}
.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.faq_content_right {
    width: 55%;
    padding-left: 80px;
}
.faq_content_right {
    padding-left: 40px;
}
.faq_content_title {
    line-height: 50px;
	    font-size: 0;
	    padding-bottom: 20px;
}
.faq_title_left {
    width: 35%;
}
.faq_title_left a {
    font-size: 0;
}
.faq_title_left a .faq_title_icon {
    font-size: 28px;
}
.faq_title_left a .faq_title_icon {
    font-size: 32px;
    padding-right: 10px;
    vertical-align: top;
    display: inline-block;
}
.faq_title_left .faq_title_text {
    font-size: 24px;
}
.faq_title_right {
    width: 65%;
    text-align: right;
}
.faq_read_icon, .faq_read_icon .faq_lable span {
    font-size: 14px;
}
.faq_read_icon {
    font-size: 16px;
    color: #666666;
}
.faq_read_icon .faq_lable {
    font-size: 0;
    padding-right: 10px;
}
.faq_read_icon .faq_lable .iconduigou {
    padding: 0 5px 0 10px;
}
.faq_read_icon .faq_lable .iconduigou {
    color: #f39910;
    padding: 0 5px 0 20px;
    font-size: 22px;
}
.iconduigou:before {
    content: "\e657";
}
.faq_read_icon .faq_lable {
    font-size: 0;
    padding-right: 10px;
}
.faq_read_box {
    font-size: 14px;
    line-height: 26px;
    height: 182px;
	overflow: hidden;
	color: #999999;
}
.faq_read_box p{
	text-indent:2em;
}
.faq_read_button {
    padding-top: 30px;
}
.faq_button_li {
    width: 130px;
    height: 40px;
    line-height: 40px;
}
.faq_button_li {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.faq_button_white a {
    z-index: 3;
    color: #4d4d4d;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
}
.faq_button_li a {
    font-size: 16px;
    display: block;
    position: relative;
}

.faq_button_white a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #4d4d4d;
}

.faq_button_white a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #4d4d4d;
}