/* CSS Document */

.block_index_title {
	margin-top:100px;
	margin-bottom:50px;
	overflow:hidden;
}

.index_title_ch {
	float:left;
	height:60px;
	line-height:60px;
	color:#333;
	font-size:36px;
	font-weight:bold;
	letter-spacing:6px;
	overflow:hidden;
}

.index_title_en {
	float:left;
	height:60px;
	line-height:70px;
	color:#CCC;
	font-size:22px;
	letter-spacing:2px;
	overflow:hidden;
}

.more {
	display:block;
	margin:auto;
	margin-top:50px;
	width:180px;
	height:60px;
	line-height:60px;
	border:2px solid #F0AA3D;
	border-radius:5px;
	color:#F0AA3D;
	font-size:18px;
	text-align:center;
}

.more:hover {
	color:#FFF;
	background-color:#F0AA3D;
}
	



#index_1 {
	height:500px;
	background-image:url(../images/back_1.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	overflow:hidden;
}

.index_company_text {
	float:right;
	padding-top:60px;
	padding-right:50px;
	width:40%;
	line-height:30px;
	box-sizing:border-box;
	color:#FFF;
	font-size:18px;
	overflow:hidden;
}

.index_company_video {
	float:left;
	width:50%;
	height:500px;
	background-image:url(../images/back_4.png);
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
}

.index_company_video video {
	position:absolute;
	right:70px;
	bottom:70px;
	width:555px;
	height:314px;
}

.index_company_text_ch {
	width:100%;
	color:#FFF;
	font-size:36px;
}

.index_company_text_en {
	width:100%;
	line-height:60px;
	color:#FFF;
	font-size:18px;
}

.index_company_text_line {
	margin-bottom:50px;
	width:100px;
	height:4px;
	background-color:#F0AC41;
}

.index_company_text_button {
	display:block;
	margin:auto;
	margin-top:50px;
	width:160px;
	height:50px;
	line-height:50px;
	border:2px solid #FFF;
	border-radius:5px;
	color:#FFF;
	font-size:18px;
	text-align:center;
}

.index_company_text_button:hover {
	color:#666;
	background-color:#FFF;
}



#index_list_application {
	margin:auto;
	padding-left:25px;
	padding-right:25px;
	width:1400px;
	box-sizing:border-box;
}

.index_application_list_item {
	float:left;
	margin:0.1%;
	width:calc((100% - 0px) / 4 - 0.2%);
	overflow:hidden;
}

..index_application_image {
	padding-bottom:100%;
	width:100%;
	height:0px;
	overflow:hidden;
}

.index_application_image img {
	width:100%;
}

.index_application_title {
	position:absolute;
	top:70%;
	bottom:0px;
	width:100%;
	height:30%;
	line-height:500%;
	color:#FFF;
	font-size:18px;
	text-align:center;
	z-index:3;
}

.index_application_border {
	position:absolute;
	top:-30px;
	left:-30px;
	right:-30px;
	bottom:-30px;
	background-image:url(../images/border.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:85%;
	z-index:2;
	opacity:0;
}

.index_application_mask {
	position:absolute;
	top:70%;
	bottom:0px;
	width:100%;
	height:30%;
	background-color:#000;
	opacity:0.7;
	z-index:1;
}

.index_application_list_item:hover .index_application_title {
	top:0px;
	height:100%;
	line-height:1900%;
}

.index_application_list_item:hover .index_application_mask {
	top:0px;
	height:100%;
}

.index_application_list_item:hover .index_application_border {
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	opacity:1;
}



#index_5 {
	height:400px;
	background-image:url(../images/back_3.png);
	background-position:center;
	background-repeat:no-repeat;
}

.index_service {
	width:100%;
	min-width:1400px;
	font-size:0px;
	text-align:center;
}

.index_service a {
	display:inline-block;
	width:300px;
	text-align:center;
	overflow:hidden;
}

.index_service a img {
	width:30%;
}

.index_service_title {
	width:100%;
	line-height:60px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.white_text {
	color:#FFF !important;
}

.white_border {
	border-bottom-color:#FFF !important;
}



#index_6 {
	margin-bottom:50px;
}

.block_custom {
	margin:auto;
	width:78.13%;
	overflow:;
}

#index_customer_mobile {
	display:none;
}

#index_customer {
	margin:auto;
	width:78.13%;
	padding-left:20px;
	padding-right:20px;
	min-width:1350px;
	box-sizing:border-box;
	overflow:hidden;
}

.marquee_customer {
	margin:auto;
	width:1200px;
	overflow:hidden;
}

.marquee_customer_item {
	height:100px;
	overflow:hidden;
	
}

.marquee_customer_item:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
}

.marquee_customer_item img {
	width:100% !important;
}

.index_marquee .swiper-slide img {
	display:block;
	width:100%;
	height:auto;
	object-fit:cover;
}




#index_7 {
	margin-top:80px;
	height:100px;
	background-color:#666;
}

#index_friend {
	margin-top:15px;
	height:70px;
	background-color:#666;
}

.index_friend_title {
	float:left;
	margin-right:20px;
	width:120px;
	line-height:70px;
	border-right:1px dotted #FFF;
	color:#FFF;
	font-size:18px;
	text-align:center;
}

.index_friend_item {
	float:left;
	height:70px;
	line-height:35px;
}

.index_friend_item a {
	margin-right:15px;
	color:#FFF;
}

	


.index_title_more {
	display:block;
	float:right;
	margin-right:20px;
	width:130px;
	line-height:50px;
	color:#333;
	font-size:18px;
	background-image:url(../images/arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:40px;
}

.index_news_list_0 {
	float:left;
	width:44%;
	overflow:hidden;
}

.index_news_list_1 {
	float:left;
	margin-left:3%;
	margin-right:3%;
	width:26%;
	overflow:hidden;
}

.index_news_list_2 {
	float:right;
	width:24%;
	overflow:hidden;
}

.index_news_image_0 {
	padding-bottom:100%;
	width:100%;
	height:0px;
	overflow:hidden;
}

.index_news_image_0 img {
	width:100%;
}

.index_news_list_1 a {
	display:block;
	float:none;
	margin-bottom:10%;
	padding-bottom:100%;
	width:100%;
	height:0px;
	overflow:hidden;
}

.index_news_list_2 a {
	display:block;
}

.index_news_image_1 img {
	width:100%;
}

.index_news_title {
	margin:auto;
	width:90%;
	line-height:60px;
	color:#333;
	font-size:18px;
	overflow:hidden;
}

.index_news_date {
	margin:auto;
	width:90%;
	color:#999;
}

.index_news_description {
	margin:auto;
	width:90%;
	height:72px;
	line-height:24px;
	color:#999;
	overflow:hidden;
}

.index_news_title_1 {
	position:absolute;
	padding:15px;
	bottom:0px;
	height:120px;
	line-height:35px;
	box-sizing:border-box;
	color:#FFF;
	background-image:url(../images/navigation_back.png);
	overflow:hidden;
}

.index_news_border {
	margin-bottom:24px;
	padding-bottom:10px;
	width:100%;
	border-bottom:1px solid #CCC;
	overflow:hidden;
}

.index_news_title_3 {
	margin:auto;
	margin-bottom:10px;
	width:90%;
	max-height:60px;
	line-height:30px;
	color:#333;
	font-size:18px;
	overflow:hidden;
}

.index_news_list_1 .index_news_date , .index_news_list_1 .index_news_description {
	display:none;
}





.block_product_title {
	margin:auto;
	margin-top:-50px;
	padding-left:50px;
	padding-right:50px;
	width:80%;
	box-sizing:border-box;
	overflow:hidden;
}

.index_product_type {
	width:100%;
	height:120px;
	font-size:0px;
	text-align:center;
	background-color:#045AB0;
	overflow:hidden;
}

.index_product_type a {
	display:inline-block;
	width:11.37%;
	height:120px;
	line-height:120px;
	border-left:1px dotted #EEE;
	color:#FFF;
	font-size:20px;
	text-align:center;
	vertical-align:top;
	background-color:#045AB0;
}

.index_product_type a:nth-child(1) {
	border:0px;
}

.index_product_type a:hover , .index_product_type a.active {
	background-color:#F0AC41;
}

.index_product_type dt {
	display:none;
	width:100%;
	height:70px;
	background-color:#FFF;
}


.block_index_search {
	margin:auto;
	margin-bottom:-20px;
	padding-left:50px;
	padding-right:50px;
	width:80%;
	min-width:1400px;
	box-sizing:border-box;
	overflow:hidden;
}

.block_index_hot {
	float:left;
	width:60%;
	height:120px;
	line-height:120px;
	overflow:hidden;
}

.block_index_form {
	float:right;
	width:35%;
	height:120px;
	overflow:hidden;
}

#prod {
	display:block;
	margin-top:35px;
	float:right;
	width:300px;
	height:50px;
	border:1px solid #999;
	border-radius:50px;
	background-color:#FFF;
	overflow:hidden;
}

#TYA_Title {
	display:block;
	float:left;
	margin-top:10px;
	padding-left:20px;
	width:220px;
	height:30px;
	border:0px;
	border-right:1px dotted #999;
	box-sizing:border-box;
	color:#999;
	background-color:transparent;
}

#btn_search {
	display:block;
	float:right;
	width:60px;
	height:50px;
	border:0px;
	background-image:url(../images/search.png);
	background-position:5px center;
	background-repeat:no-repeat;
	background-size:50%;
	background-color:transparent;
	cursor:pointer;
}

.block_index_product {
	display:none;
	width:100%;
	min-width:1400px;
	overflow:hidden;
}

.block_index_product img {
	width:100%;
}

#prod_img div:first-child {
	display:block;
}

.index_prod_list_hidden {
	width:100%;
	overflow:hidden;
	display:none !important;
}

.index_prod_list_show {
	display:block;
}

#list_product {
	padding-top:0px;
}

.index_prod_border {
	margin-bottom:80px;
	width:100%;
	min-height:500px;
	overflow:hidden;
}







































