@charset "utf-8";
* {box-sizing:border-box;}
.slide2 {position: relative;}
.header {position: absolute;z-index: 222;}
.slimScrollBar {right: 0 !important;width: 3px !important;}
.banner {margin-top: -82px;}
.banner .bd a {display: block;}

.tit {text-align: center;}
.tit {font-size: 32px;color: #656565;line-height: 1;padding: 0 190px;margin-bottom: 50px;}
.tit span {display: block;font-size: 16px;color: #0494f9;padding: 8px 0 18px;text-transform: uppercase;}
.tit p {line-height: 18px;color: #535353;font-size: 12px;}

.prod .td {width: 245px;line-height: 312px;background: #1093ef;position: relative;text-align: center;font-size: 18px;color: #fff;}
.prod .prev,.prod .next {background: #0e7ecd;color: #fff;font-size: 20px;font-family: 'SimSun';line-height: 37px;text-align: center;width: 35px;position: absolute;bottom: 0;right: 0;}
.prod .prev {right: 35px;}
.prod .prev:hover,.prod .next:hover {background: #1a70ac;}
.prod .td li {width: 100%;}
.prod .bd li {position: relative;overflow: hidden;margin-left: 7px;height: 312px;}
.prod .bd li .txt {transition:.2s;background: #a9a9a9;line-height: 18px;color: #fff;position: absolute;width: 100%;height: 130px;bottom: -93px;padding: 0 24px;}
.prod .bd li .txt .content {padding: 0 13px;}
.prod .bd li .txt h3 {font-size: 14px;font-weight: normal;line-height: 37px;margin-bottom: 11px;}
.prod .bd li .txt h3 a {display: block;color: #fff;}
.prod .bd li .txt i {font:normal 20px/37px 'SimSun';float: right;transition:.3s;}
.prod .bd li:hover i {transform:rotate(90deg);}
.prod .bd li:hover .txt {background: #1093ef;bottom: 0;}


.pic-list .bd {overflow: hidden;width: 1000px;}
.pic-list li {margin-right: 17px;}
.pic-list li p {text-align: center;line-height: 38px;background: #a9a9a9;color: #fff;font-size: 14px;}
.pic-list li:hover p {background: #1093ef;}
.pic-list .prev,.pic-list .next {display: none;background: #0e7ecd;color: #fff;font-size: 20px;font-family: 'SimSun';line-height: 37px;text-align: center;width: 35px;position: absolute;top: -60px;right: 0;}
.pic-list .prev {right: 35px;}
.pic-list .prev:hover,.pic-list .next:hover {background: #1a70ac;}

.footer-page .left {width: 483px;}
.footer-page .left p {line-height: 3;font-size: 16px;color: #4c4c4c;background: url(../images/add.png) no-repeat left 11px;padding-left: 30px;}
.footer-page .left .p2 {background-position: left -36px;}
.footer-page .left .p3 {background-position: left -82px;}
.footer-page .left .p4 {background-position: left -131px;}
.footer-page .left .p5 {background-position: left -170px;}
.footer-page .left .p6 {background-position: left -226px;}
.footer-page .right {width: 459px;}


.footer {position: absolute;bottom: 0;width: 100%;left: 0;}



#main .more {color: #fff;line-height: 30px;padding-left:20px;margin: 58px auto 0;display: block;background: url(../images/more.jpg);width: 144px;}
#main .more span {animation:arrMove 1.5s infinite;vertical-align: middle;font-family: 'SimSun';display: inline-block;margin-left: 30px;font-size: 20px;line-height: 30px;height: 30px; }
@keyframes arrMove {0 {opacity: 1;transform:translateX(0);}100% {opacity: 0;transform:translateX(24px);}}




.btn-down {
	width: 46px;
	height: 82px;
	background: url(../images/arr_btn.png) 0 0 no-repeat;
	bottom: 30px;
	cursor: pointer;position:absolute;left: 50%;margin-left: -15px;z-index:9999;padding:20px 0;
	animation: 1.2s ease-in-out 0s normal none infinite running moveToBottom;
	-webkit-animation: 1.2s ease-in-out 0s normal none infinite running moveToBottom;
	-moz-animation: 1.2s ease-in-out 0s normal none infinite running moveToBottom;
	-ms-animation: 1.2s ease-in-out 0s normal none infinite running moveToBottom;
}


@-webkit-keyframes moveToBottom {
	from { }
	to { -webkit-transform: translateY(35%); }
}
@-moz-keyframes moveToBottom {
	from { }
	to { -moz-transform: translateY(35%); }
}
@-ms-keyframes moveToBottom {
	from { }
	to { -ms-transform: translateY(35%); }
}
@keyframes moveToBottom {
	from { }
	to { -webkit-transform: translateY(35%); transform: translateY(35%); }
}



