* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial;}
body {
  font: 14px/1.231 'Microsoft YaHei', arial;
  color: #333;
  margin: 0 auto !important;
  line-height: 1.5;
  max-width: 1920px;
  min-width: 1220px;}
*:before,
*:after {
  box-sizing: content-box;}
a {
  color: #333;
  text-decoration: none;}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;}
li,
ul {
  list-style-type: none;}
img {
  border: none;}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;}
.topWow,
.bottomWow,
.leftWow,
.rightWow {
  transition: 1s;}
.center {
  width: 1210px;
  position: relative;
  margin: 0 auto;}
.center::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;}
.left,
.le {
  float: left;}
.right,
.ri {
  float: right;}
.clear {
  clear: both;}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);}
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);}
}
.header {
  width: 100%;}
.header .top {
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  line-height: 30px;
  font-size: 14px;
  color: #4b4a4a;}
.header .logos {
  width: 100%;
  height: 142px;
  background: url(../img/navbg.jpg) no-repeat center;
  background-size: auto 100%;
  padding-top: 37px;
  box-sizing: border-box;}
.header .logos .logo {
  float: left;
  margin-left: -14px;}
.header .logos .logo img {
  display: block;}
.header .logos .other {
  float: right;
  margin-top: 42px;
  width: 346px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}
.header .logos .other img {
  display: block;
  vertical-align: middle;
  float: left;}
.header .nav {
  width: 100%;
  height: 48px;
  background-color: #e62a1c;}
.header .nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 48px;}
.header .nav ul li.another::after {
  height: 48px;}
.header .nav ul li.another a {
  color: #e62a1c;}
.header .nav ul li:hover::after {
  height: 48px;}
.header .nav ul li:hover a {
  color: #e62a1c;}
.header .nav ul li {
  width: 127px;
  text-align: center;
  float: left;
  position: relative;}
.header .nav ul li::after {
  width: 137px;
  height: 0;
  transition: 0.5s;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/navico.jpg) no-repeat left center;}
.header .nav ul li a {
  line-height: 48px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 99;
  transition: 0.5s;}
.searchs {
  width: 100%;
  height: 38px;
  padding: 12px 0;
  background: #fff;}
.searchs .box {
  float: right;
  width: 481px;
  height: 38px;
  background-color: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;}
.searchs .box .text {
  float: left;
  width: 321px;
  background-color: #f0f0f0;
  height: 38px;
  box-sizing: border-box;
  padding: 0 26px;
  line-height: 38px;
  font-size: 14px;
  color: #8e8e8e;
  border: none;
  outline: none;}
.searchs .box .sou {
  float: right;
  width: 160px;
  height: 38px;
  background-color: #d4d4d4;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  color: #4c4c4c;
  cursor: pointer;
  border: none;
  outline: none;}
.footer {
  margin-top: 100px;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
  background: #e62a1c;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffe0dd;
  font-size: 14px;}
.footer .ban {
  margin-top: 24px;}
.footer a {
  color: #ffe0dd;}
.footer .ri {
  text-align: center;
  margin-top: 12px;
  width: 108px;
  margin-right: 60px;}
.footer .ri img {
  display: block;
  width: 100%;
  margin-bottom: 8px;}
.gotop{
  width: 38px;
	height: 80px;
	background: #f88a81 url(../img/gotop.jpg) no-repeat center 11px;
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 999;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  writing-mode: tb-rl;
  box-sizing: border-box;
  padding-top: 40px;
  cursor: pointer;}