﻿a:hover { text-decoration: none; }
ul { list-style: none; }
ul:after { content: ""; display: block; clear: both; }
img { display: inline-block; max-width: 100%; text-indent: 0; }
table { border-collapse: collapse; }
.main-width { width: 1200px; margin: 0 auto; }
.w1300 { width: 1300px; margin: 0 auto; }
.flex { display: flex; flex-wrap: wrap; }
.flex-between { justify-content: space-between; }
.flex-around { justify-content: space-around; }

.top { padding: 20px 0; width: 100%; height: 66px; position: absolute; top: 0px; left: 0px; z-index: 999; }
.top .logo { width: auto; height: 66px; float: left; }
.top .logo img { width: auto; height: 100%; }
.top .nav * { transition: 0.3s ease; }
.top .nav { width: auto; float: right; line-height: 66px; }
.top .nav li { margin-left: 15px; float: left; width: auto; }
.top .nav li a { display: block; font-size: 16px; color: #fff; }
.top .nav li:hover a,.top .nav .select a { color: #08dcff; }

.footer { background-color: #000; padding: 20px 0; }
.footer .item { width: 190px; height: 40px; padding-left: 50px; line-height: 40px; font-size: 16px; color: #d0d0d0; background: no-repeat left center; text-align: left; }

.bottom * { transition: 0.3s ease; }
.bottom { width: 100%; height: auto; background-color: #1E1D1D; }
.bottom > .main-width:first-of-type { padding: 60px 0; }
.bottom .item { min-width: 210px; text-align: left; }
.bottom .item .item-t { line-height: 22px; margin-bottom: 20px; font-size: 16px; color: #fff; }
.bottom .item ul { display: block; }
.bottom .item ul li { line-height: 28px; }
.bottom .item ul li a { display: block; width: 100%; height: 100%; font-size: 14px; color: #959595; }
.bottom .item ul li:hover a { transform: translateX(10px); color: #fff; }
.bottom .item .item-text { color: #959595; }
.bottom .item .item-text p { color: #959595; line-height: 20px; margin-bottom: 10px; font-size: 14px; }
.bottom .item .item-text .ewm { width: 120px; }
.bottom .bottom-copyright { text-align: left; padding: 34px 0; font-size: 14px; color: #6A6A6A; border-top: 1px solid #363636; }

.address { width: 1000px; height: 31px; line-height: 33px; margin: 0 auto; border-style: solid; border-color: #D2D2D2; border-width: 0px 0px 1px 0px; font-family: 'SimSun'; text-align: left; color: #AAAAAA; }
.address .left { float: left; width: 82px; height: 100%; text-indent: 23px; background-image: url('../image/ico1.jpg'); background-position: 3px center; background-repeat: no-repeat; }
.address .right { float: right; width: 918px; height: 100%; }
.address .right a { color: #AAAAAA; }

.page2 { width: 100%; height: 24px; line-height: 24px; margin-top: 20px; }
.page2 .prev { display: block; width: auto; float: left; height: 100%; padding-left: 10px; padding-right: 10px; }
.page2 .next { display: block; width: auto; float: right; height: 100%; padding-left: 10px; padding-right: 10px; }

.page { list-style: none; position: absolute; right: 0px; bottom: 0px; z-index: 0; }
.page li { float: left; width: auto; height: 28px; line-height: 28px; text-align: center; margin-left: 3px; margin-right: 3px; border-style: solid; border-color: #d6d2d2; border-width: 1px 1px 1px 1px; transition:0.3s ease; }
.page li a { display: block; width: 100%; height: 100%; text-decoration: none; }
.page .p { width: 28px; }
.page .prevPage { width: 58px; }
.page .nextPage { width: 58px; }
.page .select { background-color: #0069be; color: #FFFFFF; }
