.h6 { position: fixed; opacity: 0; z-index: -666666; }

.wow { animation-name: fadeInUp; animation-duration: 0.3s; }

/* boxfirst */
#boxfirst , #boxsecond { overflow: hidden; margin: 20px 0; }
#boxfirst .left , #boxsecond .left { float: left; width: 49%; }
#boxfirst .right , #boxsecond .right { float: right; width: 49%; }
#boxfirst .left .contact-way { margin: 20px 0 0; }
#boxfirst .left .contact-way h3 ,
#products h3.tit ,
#book h3.tit { text-align: center; color: #353535; font-size: 26px; margin-bottom: 10px; width: 96%; margin-right: 10px; line-height: 147%; }
#boxfirst .left .contact-way ul { text-align: center; }
#boxfirst .left .contact-way ul li { display: inline-block; }
#boxfirst .left .contact-way ul li a { padding: 15px 30px 15px 80px; background: url(/images/09/img01.png) #0049b7 no-repeat 15px 50%; display: block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size: 18px; color: #fff; }
#boxfirst .left .contact-way ul li a.line { background: url(/images/09/img02.png) #00c300 no-repeat 15px 50%; }
#boxfirst .left .contact-way ul li a b { display: block; }
#boxfirst .right .aboutBox { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; color: #fff; text-align: center; border-radius: 8px; padding: 10px 30px; margin-bottom: 5px; }
#boxfirst .right .aboutBox article { margin: 15px 0; }
#boxfirst .right .aboutBox p { text-align: right; }
#boxfirst .right .aboutBox p a { color: #fff; }
#boxfirst .right .bxslider div { float: left; width: 48%; margin: 0 1% 5px; }
#boxfirst .right #adslider a { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; display: block; }
#boxsecond .left .six-fiexd { overflow: hidden; position: relative; background-position: 50%; background-repeat: no-repeat; background-size: cover; text-shadow: 1px 1px 1px #939393; }
#boxsecond .left .six-fiexd a { position: absolute; padding: 50px 0 0 30px; width: calc(100% - 30px); height: calc(100% - 50px); font-weight: bold; font-size: 20px; color: #fff; top: 0; left: 0; }

/* products */
#products { padding-top: 10px; }
#products li { float: left; width: 48%; margin: 0 1% 5px; }
#products li .photo { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; border-radius: 7px; border: 1px solid #a2a2a2s; }
#products li .photo a { display: block; position: relative; background: -moz-linear-gradient(to top, rgba(15, 16, 16, 0.81) 0%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(to top, rgba(15, 16, 16, 0.81) 0%, rgba(0,0,0,0) 50%); background: linear-gradient(to top, rgba(15, 16, 16, 0.81) 0%, rgba(0,0,0,0) 50%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6398e89', endColorstr='#00000000', GradientType=0); transition: all linear 0.3s; }
#products li .photo a:hover { background: -moz-linear-gradient(bottom, rgba(15, 16, 16, 0.81) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(bottom, rgba(15, 16, 16, 0.81) 0%, rgba(0,0,0,0) 100%); background: linear-gradient(to top, rgba(15, 16, 16, 0.81) 0%, rgba(0,0,0,0) 100%); }
#products li .photo a img { width: 100%; }
#products li .photo .txt { color: #fff; text-align: center; position: absolute; bottom: 10%; width: 100%; }
#products li .photo .txt span { font-size: 18px; margin-bottom: 10px; display: block; text-align: center; }
#products li .photo .txt h4 { font-size: 26px; text-align: center; margin: 0 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

/* news */
#boxsecond #news { padding: 10px 30px; }
#boxsecond #news h2 { color: #676767; font-size: 14px; border-bottom: 2px solid #e2e2e2; padding-bottom: 5px; background-image: url(/images/09/index-news-bg.png); background-repeat: no-repeat; background-position: 100% 100%; padding-top: 23px; }
#boxsecond #news h2 b { font-size: 24px; margin-right: 10px; color: #c02838; }
#boxsecond #news .newsList { margin-top: 8px; }
#boxsecond #news .newsList li { font-size: 14px; overflow: hidden; margin: 5px 0; }
#boxsecond #news .newsList li p { color: #949494; float: left; width: 20%; }
#boxsecond #news .newsList li h3 { float: left; width: 58%; margin: 0 1%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#boxsecond #news .newsList li h3 a { color: #000; }
#boxsecond #news .newsList li p.more a { color: #138a8c; }

/* bottom-icon */
#bottom-icon { padding: 30px 0; background: url(/images/09/bottom-bg2.jpg) no-repeat 0 bottom; }
#bottom-icon .youtube { position: relative; margin: 15px auto; width: 60%; }
#bottom-icon .youtube a { display: block; width: 100px; height: 100px; text-align: center; line-height: 100px; border-radius: 50%; background: rgba(0, 0, 0, 0.6); position: absolute; z-index: 5; color: #dcdcdc; font-size: 30px; left: calc(50% - 50px); top: calc(50% - 50px); transition:all linear 0.3s; }
#bottom-icon .youtube a:hover { width: 110px; height: 110px; line-height: 110px; left: calc(50% - 55px); top: calc(50% - 55px); font-size: 34px; }
#bottom-icon .youtube iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
#bottom-icon ul { margin-top: 20px; text-align: center; }
#bottom-icon ul li { margin: 10px; width: calc((100% / 3) - 30px); display: inline-block; text-align: center; vertical-align: top; }
#bottom-icon ul li h2 { margin-bottom: 10px; text-align: center; }

/* book */
#book h3.tit { padding: 30px 0; margin-bottom: 0; }
#book .bookList { overflow: hidden; }
#book .bookList > div { position: relative; float: left; width: calc((100% - 5px) / 6); border-right: 1px #fff solid; }
#book .bookList > div:nth-child(6n) { border-right: 0; }
#book .bookList > div a.photo { overflow: hidden; background-position: 50%; background-repeat: no-repeat; background-size: cover; display: block; }
#book .bookList > div h3 { position: absolute; padding: 10px 0; width: 100%; background: rgba(0, 0, 0, 0.66); text-align: center; bottom: 0; }
#book .bookList > div h3 a { color: #fff; }

@media screen and (max-width:1280px) {
	#book .bookList > div { width: calc((100% - 5px) / 4); }
}
@media screen and (max-width:980px) {
	#boxfirst .left .contact-way ul li { width: 40%; }
	#boxfirst .right .aboutBox { margin: 0 1% 15px; padding: 15px 0; letter-spacing: 0; }
	#boxfirst .left .contact-way h3 { font-size: 23px; }
	#boxsecond #news .newsList li p.more { width: 10%; }
	#boxsecond #news .newsList li h3 { width: 68%; }
	#products li .photo .txt h4 { font-size: 18px; }
	#bottom-icon .youtube { width: 80%; }
	#bottom-icon ul li { margin-bottom: 20px; width: auto; display: block; }
}
@media screen and (max-width:768px) {
	#boxfirst .left ,
	#boxsecond .left ,
	#boxfirst .right ,
	#boxsecond .right { width: 80%; margin: 0 10% 30px; }
}
@media screen and (max-width:640px) {
	#boxfirst .left ,
	#boxsecond .left ,
	#boxfirst .right ,
	#boxsecond .right { width: 90%; margin: 0 5% 30px; }
	#boxsecond #news .newsList li p.more { display: none; }
	#boxsecond #news .newsList li p { width: 30%; }
	#products li .photo .txt h4 { white-space: normal; height: 46px; overflow: hidden; }
	#bottom-icon li { width: calc(100%/3); }
}
@media screen and (max-width:480px) {
	#boxfirst .left .contact-way ul li { width: 50%; float: left; }
	#boxfirst .left ,
	#boxsecond .left ,
	#boxfirst .right ,
	#boxsecond .right { width: 100%; margin: 0 0 20px; }
	#boxfirst .right .aboutBox { margin: 0 0 15px; font-size: 20px; padding: 10px 0; }
	#boxfirst .right .bxslider div { width: calc(50% - 2px); margin: 1px; }
	#boxsecond #news h2 { background: none; }
	#bottom-icon li { width:48%; margin: 10px 1%; }
}