.indexBanner .swiper-pagination span {
	width: 68px;
	height: 5px;
	border-radius: 0;
	border: 0;
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #FF8409;
}

nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	background-color: #FF8409;
}

nav.active .logo .msg {
	color: #FF8409;
	background: linear-gradient(to right, rgba(255, 132, 9, .1) 0%, rgba(0, 133, 62, 0) 100%);
}

nav.active .logo .msg::before {
	background-color: #FF8409;
}

nav .logo .msg {
	color: #fff;
}

.indexBanner .tit:hover {
	color: #FF8409;
}

.indexBanner .txt:hover {
	color: #FF8409;
}

.btnsTit {
	display: block;
	text-align: center;
}

.btnsTit .title1 span {
	color: #FF8409;
}

.ourProducts .checks .checkItem .box {
	display: block;
}

.ourProducts .swiper {
	width: 100%;
}

.ourProducts .swiper .name {
	width: 90%;
}

.ourProducts .swiper .btn {
	background-color: transparent;
	width: 90%;
	margin: 0 auto 20px;
	color: #FF8409;
	border: 1px solid #FF8409;
	    border-radius: 5px;
}

.ourProducts .swiper .btn:hover {
	color: #fff;
	border: 1px solid #FF8409;
	background-color: #FF8409;
}

.ourProducts .swiper .item:nth-child(1) {
	border-left: 1px solid #dfdfdf;
}

/* 第三块 */
.honer_box {
	background-color: #f9fafc;
}

.honnerSafeBox {
	display: flex;
	align-items: center;
	padding: 38px 0;
}

.swiperBox.swiper_news {
	width: 55%;
	overflow: hidden;
	position: relative;
}

.swiperBox.swiper_news  .honnerSwiper {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}

.swiperBox.swiper_news  .hBtns {
	width: 100%;
	position: absolute;
	top: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.swiperBox.swiper_news  .hBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	position: absolute;
	top: 58.1%;
	transform: translateY(-50%);
	z-index: 99;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

.swiperBox.swiper_news  .hBtns>div.next {
	right: 0;
}

.certification_textBox {
	width: 45%;
	padding: 20px;
}

.certification_textBox .cerText .title1 {
	font-size: 40px;
}

.certification_textBox .cerText .title1 span {
	color: #FF8409;
}

.certification_textBox .cerText .txts {
	font-size: 16px;
	line-height: 22px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 1333px) {
	.honnerSafeBox {
		display: block;
	}

	.swiperBox.swiper_news  {
		width: 100%;
	}

	.certification_textBox {
		width: 100%;
	}

	.swiperBox.swiper_news  .hBtns {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.honnerSafeBox {
		display: block;
	}

	.swiperBox.swiper_news  {
		width: 100%;
	}

	.certification_textBox {
		width: 100%;
	}

	.swiperBox.swiper_news  .hBtns {
		display: none;
	}
}

/* 第四块 */
.projectBox .btnsTit.titles {
	padding: 5% 0 3%;
}

.iProject .projectBig {
	width: 100%;
	background: url("../images/projectBig_bj.png");
	background-size: cover;
	padding-bottom: 3%;
}

.Mbox {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.Mbox .bjImg,
.Mbox .smImg {
	width: 100%;
	height: 735px;
	object-fit: cover;
}

.Mbox .Mz_tu {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Mbox .Mz_tu .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Mbox .Mz_tu .item p {
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #FFFFFF;
	min-width: 24%;
	text-align: center;
	padding: 2%;
	margin-top: 2%;
	margin-right: 1%;
	line-height: 1.4;
}

.Mbox .Mz_tu .item p a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.14rem;
}

.Mbox .Mz_tu .item p:hover {
	background: #0058ac;
	border: 1px solid #0058ac;
}

.Mbox .Mz_tu .item {
	transition: all 0.3s;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	padding: 0% 10%;
	display: none;
}

.Mbox .Mz_tu .Mz_box {
	width: 90%;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.Mbox .Mz_tu .Mz_box h3 {
	padding: 5% 0 10%;
	color: #FFFFFF;
	transition: all 0.6s;
	font-size: 2.14rem;
}

.Mbox .Mz_tu.hhx .Mz_box h3 {
	background: none;
	padding-bottom: 5%;
}

.Mbox .Mz_tu .Mz_box img {
	transition: all 0.5s;
}

.Mbox .Mz_tu .item .more {
	width: 100%;
	margin-top: 5.8%;
}
.Mbox .Mz_tu.hhx .Mz_box .cBtn {
	margin: 14px 0;
}
.Mbox .Mz_tu .item .more a {
	font-size: 16px;
	color: #fff;
}

.Mbox .Mz_tu .item .more a:hover {
	text-decoration: none;
}

.Mbox .Mz_tu1 {
	width: 40%;
	transition: all 0.5s;
}

.Mbox .Mz_tu2 {
	width: 20%;
	transition: all 0.5s;
}

.Mbox .Mz_tu3 {
	width: 20%;
	transition: all 0.5s;
}

.Mbox .Mz_tu4 {
	width: 20%;
	transition: all 0.5s;
}

.bjImg {
	display: none;
}

.Mbox .Mz_box {
	display: none !important;
}

.Mbox .hhx .Mz_box {
	display: flex !important;
}

.Mbox .hhx .bjImg {
	display: block;
}

.Mbox .hhx .smImg {
	display: none;
}

.details .titles {
	font-weight: normal;
	font-size: 22px;
	color: #FFFFFF;
	padding: 7% 0 1%;
}

.details .texts {
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jumpBtn {
	width: 30%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	margin: 5% 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jumpBtn span {
	width: 75%;
	height: 100%;
	display: inline-block;
	background: #FF8409;
	text-align: center;
}

.jumpBtn i {
	width: 25%;
	height: 100%;
	text-align: center;
	display: inline-block;
	background-color: #D2520C;
}

.hhx .smText {
	display: none;
}

.smText {
	text-align: center;
	position: absolute;
	width: 88%;
}

.smText h3 {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	    height: 32px;
}

.smText img {
	width: 50%;
}

.mobeil_pro {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.mobeil_pro .pro {
	width: 50%;
	padding: 2% 0;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}

.mobeil_pro .pro img {
	width: 24%;
}

.mobeil_pro .pro:nth-child(1) {
	background: url("../images/project_01.png");
	background-size: cover;
}

.mobeil_pro .pro:nth-child(2) {
	background: url("../images/project_02.png");
	background-size: cover;
}

.mobeil_pro .pro:nth-child(3) {
	background: url("../images/project_03.png");
	background-size: cover;
}

.mobeil_pro .pro:nth-child(4) {
	background: url("../images/project_04.png");
	background-size: cover;
}

.mobeil_pro_big {
	display: none;
}

@media screen and (max-width: 1333px) {
	.projectDetailBox {
		display: none;
	}

	.mobeil_pro_big {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.projectDetailBox {
		display: none;
	}

	.mobeil_pro_big {
		display: block;
	}
}

/* 第五块 */
.iCompany {
	width: 100%;
	background: url("../images/iCompany_bj.png");
	padding-bottom: 3%;
}

.iCompany .btnsTit.titles {
	/* padding: 0; */
}

.iCompany .btnsTit {
	text-align: justify;
}

.iCompanyCounts {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.iCompanyCounts .iCompany_left {
	width: 49%;
}

.iCompanyCounts .iCompany_left img {
	width: 100%;
	height: 100%;
}

.iCompany_right {
	width: 49%;
}

.iCompany_right .iCom_details .iCompany_news {
	background: #F1F2F4;
	border-radius: 20px;
	padding: 14px 20px;
	position: relative;

}

.iCompany_right .iCom_details .iCompany_news .newss {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 18px;
}

.iCompany_right .iCom_details .iCompany_news::after {
	content: '';
	position: absolute;
	left: 17px;
	top: -11px;
	width: 20px;
	height: 20px;
	background: url("../images/lvRight_yh.png");
	background-size: cover;
	z-index: 11111;
}

.iCompany_right .iCom_details .iCompany_news::before {
	content: '';
	position: absolute;
	right: 17px;
	bottom: -8px;
	width: 20px;
	height: 20px;
	background: url("../images/lvLeft_yh.png");
	background-size: cover;
	z-index: 11111;
}

.iCompany_right .iCom_details .text {
	font-weight: normal;
	font-size: 24px;
	color: #00853E;
	line-height: 80px;
	font-weight: bold;
}

.iCompany_right .iCom_details .details {
	font-size: 18px;
	color: #999999;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.iCompany_right .iCom_box {
	width: 100%;
	margin-top: 3.5%;
	margin-left: 11px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.iCom_box .box .nums {
	font-size: 50px;
	color: #00853E;
	position: relative;
	line-height: 70px;
}

.iCom_box .box .nums::after {
	content: '';
	position: absolute;
	left: -10px;
	top: 6px;
	width: 2px;
	height: 88px;
	background-color: #00853E;
}

.iCompany_right .cBtn {
	margin: 4% 0;
	background-color: #FF8409;
}

.iCompany_right .cBtn i {
	background-color: #D2520C;
}

.iCompany_right .bj_num {
	font-weight: normal;
	font-size: 116px;
	color: #666666;
	line-height: 118px;
	opacity: 0.1;
}

@media screen and (max-width:1760px) {
	.iCompany_right .iCom_details .text {
		font-size: 20px;
	}

	.iCom_box .box .nums {
		font-size: 43px;
	}

	.iCom_box .box .text {
		font-size: 12px;
	}

	.iCompany_right .bj_num {
		line-height: 93px;
	}

	.iCompany_right .iCom_details .text {
		line-height: 68px;
	}
}

@media screen and (max-width: 1333px) {
	.iCompanyCounts .iCompany_left {
		display: none;
	}

	.iCompany_right {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.iCompanyCounts .iCompany_left {
		display: none;
	}

	.iCompany_right {
		width: 100%;
	}
}

/* 第六块 */
.iAdvantage {
	background: url("../images/iAdvantage_bj.png");
	background-size: cover;
}

.iAdvantage .btnsTit a {
	color: #fff;
}

.chooseCountsBox {
	margin-top: 3%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chooseCountsBox .choose_left {
	width: 49%;
}

.title_tit {
	color: #fff;
	font-size: 14px;
	text-indent: 42px;
}

.newsBox {
	position: relative;
}

.chooseCountsBox .choose_left .news_detail::after {
	content: '';
	position: absolute;
	left: -23px;
	top: -54px;
	width: 44px;
	height: 44px;
	background: url("../images/wleft_yh.png");
	background-size: cover;
}

.chooseCountsBox .choose_left .news_detail::before {
	content: '';
	position: absolute;
	right: -65px;
	bottom: -64px;
	width: 44px;
	height: 44px;
	background: url("../images/wRight_yh.png");
	background-size: cover;
}

.chooseCountsBox .choose_left .news_detail {
	width: 90%;
	background: #fff;
	border-radius: 20px;
	padding: 15px 24px;
	z-index: 999 !important;
	position: relative;
	left: 0;
}

.chooseCountsBox .choose_left .news_detail .texts {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.chooseCountsBox .choose_left .newss {
	width: 90%;
	padding: 15px 24px;
	background-color: #0EC563;
	border-radius: 20px;
	margin-top: -103px;
	margin-left: 14px;
	z-index: 1 !important;
	color: transparent;
	position: absolute;
	left: 0;
	opacity: 0.2;
}

.chooseCountsBox .choose_left .newss .texts {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text_count {
	margin-top: 7%;
}

.text_count .titles {
	font-size: 30px;
	color: #FFFFFF;
	line-height: 70px;
}

.text_count .details {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 43px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;


}

.choose_left .cBtn {
	margin-top: 7%;
	background-color: #FF8409;
}

.choose_left .cBtn i {
	background-color: #D2520C;
}

.choose_right {
	width: 27%;
}

.choose_right ul {}

.choose_right ul li {
	width: 100%;
	height: 84px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #fff;
}

.choose_right ul li.active {
	background-color: #FF8409;
	border-bottom: 1px solid #FF8409;
}

.choose_right ul li i {
	display: inline-block;
	width: 40px;
	height: 40px;
    margin-right: 2rem;
}

.choose_right ul li span {
	display: inline-block;
	width: 53%;
	color: #fff;
}


@media screen and (max-width: 1333px) {
	.chooseCountsBox .choose_left {
		display: none;
	}

	.choose_right {
		width: 100%;
	}

	.choose_right ul li span {
		width: 20%;
	}
}

@media screen and (max-width: 768px) {
	.chooseCountsBox .choose_left {
		display: none;
	}

	.choose_right {
		width: 100%;
	}

	.choose_right ul li span {
		width: 20%;
	}
}

/* 第七块 */
.safeRange .joinInvestment_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.safeRange .joinInvestment_box .join_box {
	width: 48%;
}

.safeRange .joinInvestment_box .join_item_box {
	width: 22%;
	position: relative;
}

.safeRange .joinInvestment_box .join_item_box .imgText {
	/* padding: 20px; */
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	
}

.safeRange .joinInvestment_box .join_item_box .imgText .imgText_text {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.safeRange .joinInvestment_box .join_item_box .imgText .imgText_text .text_{
	height: 240px;
	color: #fff;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
.safeRange .joinInvestment_box .join_item_box .imgText .imgText_text .text_ .details_{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis; 
}
.safeRange .joinInvestment_box .join_item_box:nth-child(2) .imgText {
	background: url("../images/inves_bj01.png");
	background-size: cover;
	background-position: center center; 
}

.safeRange .joinInvestment_box .join_item_box:nth-child(3) .imgText {
	background: url("../images/inves_bj02.png");
	background-size: cover;
	background-position: center center;
}

.safeRange .joinInvestment_box .join_item_box:nth-child(4) .imgText {
	background: url("../images/inves_bj03.png");
	background-size: cover;
	background-position: center center;
}

.safeRange .joinInvestment_box .join_item_box:nth-child(5) .imgText {
	background: url("../images/inves_bj04.png");
	background-size: cover;
	background-position: center center;
}

.safeRange .joinInvestment_box .join_item_box:nth-child(6) .imgText {
	background: url("../images/inves_bj05.png");
	background-size: cover;
	background-position: center center;
}
.safeRange .joinInvestment_box .join_item_box:nth-child(7) .imgText {
	background: url("../images/inves_bj06.png");
	background-size: cover;
	background-position: center center;
}
.safeRange .joinInvestment_box .join_item_box:nth-child(4),
.safeRange .joinInvestment_box .join_item_box:nth-child(5),
.safeRange .joinInvestment_box .join_item_box:nth-child(6),
.safeRange .joinInvestment_box .join_item_box:nth-child(7) {
	margin-top: 58px;
}

.joinInvestment_box .join_box {
	width: 100%;
	background: #F7F9FC;
	border-radius: 20px;
	padding: 30px 20px;
}

.join_box .titles a {
	color: #00853E;
	font-size: 50px;
	line-height: 73px;
}

.join_box .join_H3 span {
	color: #FF8409;
}

.join_box .btnsTit {
	text-align: left;
	text-indent: 46px;
	position: relative;
	margin-top: 14px;
}

.join_box .btnsTit::after {
	content: '';
	position: absolute;
	left: 0;
	top: -14px;
	width: 77px;
	height: 77px;
	background: url("../images/join_left_hs.png");
	background-size: cover;
}

.join_box .text_counts {
	margin-left: 46px;
}

.join_box .text_counts .details {
	position: relative;
	/* margin: 2% 0; */
	line-height: 45px;
	font-size: 18px;
}

.join_box .text_counts .details::after {
	content: '';
	position: absolute;
	left: -23px;
	top: 14px;
	width: 18px;
	height: 18px;
	background: url("../images/to_right_or.png");
	background-size: cover;
}

.join_item_box .titles {
	line-height: 100px;
	display: flex;
	justify-content: center;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background: #F7F9FC;
	font-size: 27px;
	color: #00853E;
	font-weight: bold;
	position: relative;
}

.join_item_box .titles::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 29px;
	width: 30%;
	height: 2px;
	background-color: #00853E;
}

.join_item_box .imgText .imgText_text {
	display: none;
}

.join_item_box.active .imgText .imgText_text {
	display: block;
}

.join_item_box.active .titles {
	background-color: #FF8409;
	color: #fff;
}

.join_item_box.active .titles::after {
	background-color: #fff;
}

@media screen and (max-width: 1333px) {
	.safeRange .joinInvestment_box .join_box {
		width: 100%;
	}

	.safeRange .joinInvestment_box .join_item_box {
		width: 49%;
	}

	.safeRange .joinInvestment_box .join_item_box .imgText ,.safeRange .joinInvestment_box .join_item_box .imgText .imgText_text .text_{
		height: 234px;
	}
}

@media screen and (max-width: 768px) {
	.safeRange .joinInvestment_box .join_box {
		width: 100%;
	}

	.safeRange .joinInvestment_box .join_item_box {
		width: 49%;
	}

	.safeRange .joinInvestment_box .join_item_box .imgText,.safeRange .joinInvestment_box .join_item_box .imgText .imgText_text .text_ {
		height: 195px;
	}
}

/* 第八块 */
.joinInvestment {
	background: url("../images/contact_bj.png");
	background-size: cover;
	background-position: center;
}

.joinBigBox {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
}

.joinBigBox .contacts {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.joinBigBox .contact_left .contactsText .titles {
	font-size: 40px;
	color: #FFFFFF;
	line-height: 55px;
	text-align: center;
}

/* .joinBigBox .contacts .cBtn {
	background-color: #FF8409;
	margin: 4% auto;
}

.joinBigBox .contacts .cBtn i {
	background-color: #D2520C;
} */
.Mz_box .cBtn:hover{
	color: #fff;
	background-color: #FF8409 !important;
}
.joinBigBox .contact_right .contactsText {
	padding: 0 20px;
}

.joinBigBox .contact_right .contactsText .tit {
	font-weight: normal;
	font-size: 40px;
	color: #020F20;
	line-height: 32px;
	text-align: center;
}

.joinBigBox .contact_right .contactsText .details {
	font-weight: normal;
	font-size: 16px;
	color: #656567;
	line-height: 29px;
	margin-top: 2%;
	text-align: center;
}

@media screen and (max-width: 1333px) {
	.joinInvestment {
		background: url("");
	}

	.joinBigBox {
		display: block;
	}

	.joinBigBox .contacts {
		width: 100%;
		padding: 4% 0;
	}

	.joinBigBox .contact_left {
		background: url("../images/contact_left.png");
		background-size: cover;
	}

	.joinBigBox .contact_right .contactsText {
		padding: 5% 0;
	}

}

@media screen and (max-width: 999px) {
	.join_item_box .titles {
		font-size: 24px;
	}
}

@media screen and (max-width: 768px) {
	.joinInvestment {
		background: url("");
	}

	.joinBigBox {
		display: block;
	}

	.joinBigBox .contacts {
		width: 100%;
		padding: 2% 0;
	}

	.joinBigBox .contact_right {
		background: url("../images/contact_right.png");
		background-size: cover;
	}

	.joinBigBox .contact_right .contactsText {
		padding: 5% 0;
	}

	.join_item_box .titles {
		font-size: 16px;
	}
}

/* 最后一块 */
.newCenter {
	margin-top: 2%;
}

.newsItemBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsItemBox .news_item {
	width: 31.7%;
	box-sizing: border-box;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	overflow: hidden;
}

.newsItemBox .news_item .picBox {
	width: 100%;
	/* height: 305px; */
}

.newsItemBox .news_item .picBox img {
	width: 100%;
}

.newsItemBox .news_item .newsCounts {
	padding: 20px;
}

.newsItemBox .news_item .newsCounts .times {
	font-size: 16px;
	color: #999999;
	line-height: 26px;
}

.newsItemBox .news_item .newsCounts .titles {
	font-size: 26px;
	color: #333333;
	line-height: 34px;
	margin: 4% 0;
}

.newsItemBox .news_item .newsCounts .details {
	font-size: 16px;
	color: #999999;
	line-height: 26px;
}

.newsItemBox .news_item .newsCounts .mores {
	font-size: 18px;
	color: #FF8409;
	line-height: 24px;
	margin-top: 3%;
}

@media screen and (max-width: 1333px) {
	.newsItemBox {
		display: block;
	}

	.newsItemBox .news_item {
		width: 100%;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

}

@media screen and (max-width: 768px) {
	.newsItemBox {
		display: block;
	}

	.newsItemBox .news_item {
		width: 100%;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}
}

/* 哈哈哈哈哈哈 */
@media screen and (max-width:1760px) {

	.joinBigBox .contact_right .contactsText .tit,.joinBigBox .contact_left .contactsText .titles{
		font-size: 40px;
	}
	.iCom_box .box .nums{
		font-size: 43px;
	}
	.join_item_box .titles{
		line-height: 100px;
	}
	.newsItemBox .news_item .newsCounts .titles{
		font-size: 26px;
	}
	.joinBigBox .contact_right .contactsText .details{
		font-size: 16px;
	}
	.join_box .text_counts .details {
		font-size: 18px;
	}
	.safeRange .joinInvestment_box .join_item_box .imgText .imgText_text .text_ .details_{
		font-size: 18px;
	}
}

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

	.joinBigBox .contact_right .contactsText .tit,.joinBigBox .contact_left .contactsText .titles{
		font-size: 36px;
	}
	.iCom_box .box .nums{
		font-size: 38px;
	}
	.join_item_box .titles{
		line-height: 90px;
	}
	.newsItemBox .news_item .newsCounts .titles{
		font-size: 20px;
	}
	.joinBigBox .contact_right .contactsText .details{
		font-size: 16px;
	}
	.join_box .text_counts .details {
		font-size: 16px;
	}
	.safeRange .joinInvestment_box .join_item_box .imgText .imgText_text .text_ .details_{
		font-size: 16px;
	}
}


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

	.joinBigBox .contact_right .contactsText .tit,.joinBigBox .contact_left .contactsText .titles{
		font-size: 32px;
	}
	.iCom_box .box .nums{
		font-size: 34px;
	}
	.join_item_box .titles{
		line-height: 88px;
	}
	.iCompany_right .bj_num{
		display: none;
	}
	.newsItemBox .news_item .newsCounts .titles{
		font-size: 17px;
	}
	.joinBigBox .contact_right .contactsText .details{
		font-size: 14px;
	}
	.safeRange .joinInvestment_box .join_item_box .imgText .imgText_text .text_ .details_{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.join_box .text_counts .details {
		font-size: 14px;
	}
	.safeRange .joinInvestment_box .join_item_box .imgText .imgText_text .text_ .details_{
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.joinBigBox .contact_right .contactsText .tit,.joinBigBox .contact_left .contactsText .titles{
		font-size: 28px;
	}
	.iCom_box .box .nums{
		font-size: 30px;
	}
	.safeRange .joinInvestment_box .join_item_box .imgText,.safeRange .joinInvestment_box .join_item_box .imgText .imgText_text .text_{
		height: 114px;
	}
	.join_item_box .titles{
		line-height: 80px;
	}
	.join_item_box .titles::after{
		position: absolute;
		bottom: 23px;
	}
	.iCompany_right .bj_num{
		display: none;
	}
	.choose_right ul li span{
		width: 50%;
	}
	.newsItemBox .news_item .newsCounts .titles{
		font-size: 15px;
	}
	.joinBigBox .contact_right .contactsText .details{
		font-size: 14px;
		width: 98%;
		margin: 0 auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.join_box .text_counts{
		margin-left: 21px;
	}
	.honnerSafeBox{
		padding: 38px 0  0;
	}
	.safeRange .joinInvestment_box .join_item_box .imgText .imgText_text .text_ .details_{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	} 
	.iCompany_right .iCom_box .box{
		width: 49%;
	}
	.joinBigBox .contact_right .contactsText{
		padding: 5% 0 0;
	}
	.join_box .text_counts .details {
		font-size: 14px;
	}
	.safeRange .joinInvestment_box .join_item_box .imgText .imgText_text .text_ .details_{
		font-size: 14px;
	}
}