/* 轮播图 */
.index_nav .page_pc .item_pic {
	width: 4.82rem;
	height: 3rem;
	opacity: 1;
	border: 0.12rem solid #FFFFFF;
	margin: 0 0.6rem 0 0;
}

.index_nav .page_pc .item_pic.active {
	border: 0.12rem solid #f39300;
}

.index_nav .page_pc .carousel-indicators {
	justify-content: flex-start;
	bottom: 2.3rem;
}

.index_nav .page_pc .item_line {
	width: 10rem;
	height: 0.18rem;
	background: #fff;
	position: absolute;
	bottom: 2rem;
	left: 0;
	z-index: 100;
	margin-right: 15%;
	margin-left: 15%;
}

.index_nav .page_pc .carousel-control-prev {
	position: absolute;
	width: 2.28rem;
	height: 2.28rem;
	background: url(../img/nav_3.gif) no-repeat #aaa;
	background-size: cover;
	left: 0;
	right: 0;
	bottom: 0.9rem;
}

.index_nav .page_pc .carousel-control-next {
	position: absolute;
	width: 2.28rem;
	height: 2.28rem;
	background: url(../img/nav_3.gif) no-repeat #f39300;
	background-size: cover;
	right: 0;
	bottom: 0.9rem;
	background-position: -2rem 0;
}

.index_nav .page_pc .index_nav_icon {
	width: 5rem;
	position: absolute;
	bottom: 3.18rem;
	right: 15%;
}

.index_nav .page_phone .item_pic {
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 50%;
	background: rgba(239, 239, 239, 0.8) !important;
	border: 0 !important;
}

.index_nav .page_phone .item_pic.active {
	background: rgba(250, 250, 10, 0.8) !important;
}

/* 关于 */

.index_about {
	text-align: center;
	padding: 3.6rem 0;
	background: #FFFFFF;
}

.index_about .item_font1 {
	font-size: 1.92rem;
	color: #555;
	font-weight: normal;
}

.index_about .item_font2 {
	font-size: 1.2rem;
	color: #555;
	line-height: 3.24rem;
}

.index_about .item_btn {
	display: inline-block;
	width: auto;
	color: #898989;
	line-height: 2.28rem;
	font-size: 1.08rem;
	padding: 0.3rem 1.8rem;
	background: #ffffff;
	border: 0.06rem solid #E1E1E1;
	margin-top: 1.2rem;
	transition: all 0.3s linear;
	position: relative;
	z-index: 1;

}

.index_about .item_btn2 {
	display: none;
	font-size: 1.1rem;
	line-height: 3.2rem;
	color: #f39300;
	border: 0.18rem solid #f39300;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	width: 14.4rem;
	margin-top: 0.8rem;
}

.index_about .item_btn span {
	position: relative;
	z-index: 10;
}

.index_about .item_btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f39300;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.index_about .item_btn:hover {
	color: #ffffff;
	border-color: #f39300;
}

.index_about .item_btn:hover span {
	color: #ffffff;
}

.index_about .item_btn:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1);
}

@media screen and (max-width: 575px) {
	.index_about .item_btn2{
		margin-top: 1.8rem;
	}
}

/* 产品 */
.production_title {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 1.8rem 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.production_title .item_title {
	letter-spacing: -.02em;
	line-height: 1.2;
	height: 3.6rem;
	color: #333;
	padding-left: 3.6rem;
	white-space: nowrap;
	font-weight: 400;
	font-size: 2.52rem;
}

.production_title .item_stitle {
	font-size: 1.2rem;
	letter-spacing: -.02em;
	line-height: 1.5;
	padding: 0.12rem 3.6rem 0;
	color: #333;
	display: table-cell;
	vertical-align: middle;
	flex: 1;
	text-align: left;
}

.production_title .item_area{
	display: flex;
	align-items: center;
	padding-right: 3.6rem;
	font-size: 1rem;
	color: #586c94;
}

.production_title .item_area img{
	width: 1rem;
	margin-left: 0.5rem;
}

.index_production .item_list_li {
	padding: 0 0.18rem 0.18rem 0;
}

.index_production .item_list_area {
	background: #FFFFFF;
	height: 100%;
}

.index_production .item_list_area .item_pic_box {
	margin-bottom: 0.6rem;
}

.index_production .item_list_area .item_pic {
	width: 100%;
	vertical-align: middle;
}

.index_production .item_list_area .item_wenz {
	padding: 0 10% 1.2rem 10%;
}

.index_production .item_list_area .item_wenz .item_title {
	margin-bottom: 0.6rem;
	font-size: 1.56rem;
	letter-spacing: -.02em;
	line-height: 1.2;
	color: #333;
}

.index_production .item_list_area .item_wenz .item_stitle {
	margin-bottom: 0.6rem;
	font-size: 0.96rem;
	letter-spacing: 0em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #333;
	text-align: justify;
}

.index_production .item_list_area .item_wenz .item_tig {
	font-size: 0.84rem;
	letter-spacing: 0em;
	line-height: 1.3;
	color: #0093D3;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.index_production .item_list_area .item_wenz .item_tig p {
	line-height: 1.8rem;
}

.index_morebox {
	padding: 0.8rem 1.2rem;
	font-size: 0.78rem;
	display: flex;
	align-items: center;
}

.index_morebox .item_area{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.index_morebox .item_area p{
	color: #586c94;
	flex: 1;
}

.index_morebox .item_area img{
	width: 1rem;
}

@media screen and (max-width: 575px){
	.production_title{
		justify-content: space-between;
	}
	
	.production_title .item_area{
		padding-right: 1rem;
	}
}


/* 案例 */
.index_anli .anli_list .anli_area {
	transition: all .32s ease;
	border: 0.06rem solid rgba(170, 170, 170, .2);
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin-bottom: 1.2rem;
	height: auto;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 0 rgba(0, 0, 0, .15);
	border-radius: 0.84rem;
	padding: 0;
}

.index_anli .anli_list .item_pic {
	position: relative;
	overflow: hidden;
	display: block;
	/* border-radius: 0.84rem 0.84rem 0px 0px; */
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.index_anli .anli_list .item_pic img {
	transition: all .36s ease;
	display: inline;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.index_anli .anli_list .item_wenz {
	padding: 1.56rem 1.2rem 0.96rem;
	background: #fff;
	position: relative;
	transition: all .36s ease;
	top: 0;
	/* border-radius: 0px 0px 0.84rem 0.84rem; */
}

.index_anli .anli_list .item_title {
	transition: all .36s ease;
	color: #333;
	font-size: 0.96rem;
	line-height: 1.8rem;
	text-align: center;
}

.index_anli .anli_list .item_stitle {
	transition: all .36s ease;
	color: #777;
	font-size: 0.84rem;
	line-height: 1.32rem;
	height: 1.32rem;
	text-align: center;
}

.index_anli .anli_list .item_txt {
	text-align: center;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	transition: all .3s ease-out 0s;
	margin-top: 0.72rem;
	position: absolute;
	margin-right: 1.2rem;
	width: 88%;
	font-size: 0.78rem;
	line-height: 1.56rem;
	height: 3.112rem;
	overflow: hidden;
	color: #999;
}

.index_anli .anli_list .anli_area:hover .item_wenz {
	top: -5.28rem;
}

/* 优势 */
.index_advantage .advantage_content {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: center;
	width: 100%;
	height: 40.8rem;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/anli_2.jpg);
}

.index_advantage .item_list {
	padding-top: 8.5rem;
}

.index_advantage .item_list .item_area {
	position: relative;
	padding-left: 0.6rem;
	float: right;
	margin-right: 0;
	margin-bottom: 0;
	width: auto;
	height: 12.9rem;
	border: 0.06rem solid rgba(170, 170, 170, .7);
	background-color: rgba(255, 255, 255, .2);
	box-sizing: border-box;
	transition: all .36s ease;
	box-shadow: 0 0 0 rgba(0, 0, 0, .15);
	border-bottom: 0px;
	border-right: 0px;
}

.index_advantage .item_list .item_area::before {
	width: auto;
	height: 12.9rem;
	content: " ";
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
}


.index_advantage .item_list .item_area .item_title {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	top: 3.36rem;
	left: 10%;
	width: 80%;
	z-index: 1;
}

.index_advantage .item_list .item_area .item_title p {
	color: #fff;
	text-align: left;
	text-indent: 0.84rem;
	z-index: 1;
	transition: all .36s ease;
	font-size: 0.96rem;
	line-height: 1.8rem;
}

.index_advantage .item_list .item_area .item_txt {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
	color: rgba(255, 255, 255, .62);
	text-align: left;
	z-index: 2;
	position: absolute;
	top: 5.58rem;
	left: 10%;
	transition: all .36s ease;
	font-size: 0.84rem;
	line-height: 1.32rem;
}

.index_advantage .item_list .item_area .item_txt::before {
	width: 2.52rem;
	height: 0.06rem;
	background-color: rgba(255, 255, 255, .17);
	display: block;
	content: " ";
	margin-bottom: 0.72rem;
	transition: all .7s ease;
}


.index_advantage .item_list .item_area:hover .item_area {
	border-color: #607cb3;
	background-color: #607cb3;
	color: #fff
}

.index_advantage .item_list .item_area:hover::before {
	background-color: #f39300;
	width: 110%;
	height: 110%;
	z-index: 1;
	padding: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .39);
	top: -0.6rem;
	right: -0.6rem;
	transition: all .36s ease;
	border-radius: 0.24rem;
}

.index_advantage .item_list .item_area:hover .item_txt::before {
	width: 100%;
	background-color: rgba(255, 255, 255, .28)
}

/* 关于 */
.index_company .company_content {
	width: 100%;
	height: 40.8rem;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/index_2.jpg);
}

.index_company .company_content .item_wenz {
	margin-top: 7.2rem;
	width: 100%;
	float: left;
	background-color: rgba(255, 255, 255, .7);
	padding: 3.6rem;
	text-align: left;
	position: relative;
	z-index: 10;
}

.index_company .company_content .item_title {
	font-size: 1.08rem;
	line-height: 1.8rem;
	margin-bottom: 1.2rem;
	display: block;
}

.index_company .company_content .item_txt {
	line-height: 1.8rem;
	font-size: 0.84rem;
	height: 7.2rem;
}

.index_company .company_content .item_btn {
	line-height: 2.28rem;
	position: relative;
	z-index: 2;
	display: inline-block;
	overflow: hidden;
	margin-top: 2.64rem;
	width: 9rem;
	height: 2.4rem;
	text-align: center;
	font-size: 0.84rem;
	border: 0.06rem solid #d7d7d7;
	box-sizing: border-box;
	transition: all .36s ease;
	color: #666666;
}


.index_company .company_content .item_btn:after {
	content: "";
	transition: all .36s ease;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -0.3rem;
	color: transparent;
	background: url(../img/top_7.png)no-repeat center;
	background-size: cover;
	width: 0.6rem;
	height: 0.6rem;
	opacity: 0;
	z-index: 2;
}

.index_company .company_content .item_btn:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	z-index: -1;
	background: #f39300;
	transition: all .36s ease;
}

.index_company .company_content .item_btn:hover {
	padding-right: 20px;
	color: #fff !important;
}

.index_company .company_content .item_btn:hover:after {
	color: #fff;
	left: 64%;
	opacity: 1;
}

.index_company .company_content .item_btn:hover:before {
	width: 100%;
}

.index_company .company_content .item_area {
	padding: 0;
}

.index_company .company_content .item_rightbox {
	width: 100%;
	margin-top: 13.8rem;
}

.index_company .company_content .item_rightbox .item_pic {
	width: 100%;
	margin-top: 7.5rem;
	position: relative;
	z-index: 10;
}

.index_company .company_content .item_rightbox::after {
	left: -1.68rem;
	content: '';
	width: 100%;
	height: 6rem;
	position: absolute;
	bottom: -1.98rem;
	right: -1.68rem;
	background: #f39300;
}

/* 新闻 */
.index_news .news_content {
	margin-bottom: 1rem;
}

.index_news .news_content .item_area {
	margin-bottom: 1.5rem;
}

.index_news .news_content .item_area .item_pic {
	width: 100%;
	height: 15.6rem;
}

.index_news .news_content .item_area .item_wenz {
	position: relative;
	margin-top: -1.8rem;
}

.index_news .news_content .item_area .item_wenz .item_wenz_txt {
	background: #FFFFFF;
	width: 94%;
	margin-left: 6%;
}

.index_news .news_content .item_block {
	margin-left: 0;
	width: 100%;
	padding: 1.5rem 1.2rem 1.5rem 1.8rem;
	position: relative;
	display: block;
	vertical-align: middle;
}

.index_news .news_content .item_block::after {
	content: "";
	display: block;
	background: url(../img/index_6.png)no-repeat center;
	background-size: cover;
	width: 1rem;
	height: 1rem;
	transition: all 0.6s ease 0s;
	position: absolute;
	top: 2.2rem;
	right: 1rem;
	opacity: 0;
}

.index_news .news_content .item_title {
	width: 100%;
	font-size: 1.08rem;
	height: 1.2rem;
	line-height: 1.2rem;
	color: #848484;
	margin: 0.72rem 0 1.2rem;
	transition: all 0.6s ease 0s;

}

.index_news .news_content .item_stitle {
	width: 100%;
	transition: all 0.6s ease 0s;
	border-bottom: none;
	font-size: 0.84rem;
	text-align: left;
	color: #a3a3a3;
	height: 2.4rem;
	overflow: hidden;
	margin-left: 0px;
	line-height: 1.32rem;
	margin-top: 0.6rem;
}

.index_news .news_content .item_area:hover .item_title {
	margin-left: 0.6rem;
	color: #f8c80f;
}

.index_news .news_content .item_area:hover .item_stitle {
	margin-left: 0.6rem;
}

.index_news .news_content .item_area:hover .item_block::after {
	opacity: 1;
}

/* 客户 */
.index_customer .customer_content {
	background: #FFFFFF;
}

.index_customer .item_area {
	padding: 0;
	transition: all 0.36s ease;
	height: auto;
	margin-bottom: 1.2rem;
	position: relative;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.index_customer .item_area .item_pic {
	position: relative;
	transition: all 0.36s ease;
}

.index_customer .item_area .item_pic::after {
	content: "";
	border: 0.06rem solid rgba(170, 170, 170, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.index_customer .item_area .item_pic img {
	width: 100%;
	height: auto;
	transition: all ease-out .3s .1s;
	float: none;
	box-sizing: border-box;
	opacity: .8;
}

.index_customer .item_area .item_title {
	font-size: 0.78rem;
	line-height: 2.16rem;
	color: #999;
	text-align: center;
}

.index_customer .item_area .item_pic:hover {
	box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.1);
}
