﻿/*public*/
.size1 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.backcolor {
  background: #e22225;
}
.color {
  color: #e22225;
}
/*menu*/
.header{
  background: url(../images/header.jpg) no-repeat  center 0;
}
.header .logo{
  position: absolute;
  z-index: 1000;
  box-shadow: darkgrey 10px 10px 30px 5px 
}
.menu {
  position: relative;
  z-index: 100;
  height: 100px;
}
.menu > li {
  height: 100px;
  line-height: 100px;
  padding: 0 20px;
  float: left;
  text-align: center;
  position: relative;
 
}
.menu > li a {
  font-size: 18px;
  color: #ffffff;
}
.menu > li a:hover{
  color:#ffffff;
}

.menu > li a:hover,
.menu > li a.hover {
  color:#ffffff;
}
.menu li span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.menu .menu_2 {
  position: absolute;
  width: 150px;
  top: 85px;
  left: -9px;
  display: none;
  height: auto;
  z-index: 999;
  background: url(../images/jiao.jpg) no-repeat top;
  background-position: top;
}
/* .menu .menu_2 img{
  position: absolute;
  top:-15px;
  z-index: 1000;
  right: 68px;
} */
/* .menu .menu_2:nth-child(2){
   padding-top: 18px;
} */
.menu_2 li{
  background-color: #ffffff;
}

.menu .menu_2 a {
  display: block;
  font-size: 16px;
  line-height: 38px;
  width: 130px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  border-bottom: 1px dashed #d52a27;
}

.menu .menu_2 a:hover{
  color:#d52a27;
}
.menu li:hover .menu_2 {
  display: block;
}
.menu li:hover .hover{
  color:#333333;
}
.main {
  margin-bottom: 10px;
}
/*footer*/
.footer{
  height: 298px;
  background-color: #595959;
}
.footer .logos{
  margin-top: 42px;
}
.footer .ma{
  margin-top: 30px;
  margin-left: 113px;
}
.footer .lianxi{
  margin-left: 43px;
}
.footer .lianxi .p1{
  color:#ffffff;
  font-size: 30px;
  margin-top: 55px;
}
.footer .lianxi .tit1,.tit2{
  margin-top: 35px;
}
.footer .lianxi .tit2{
  margin-left: 30px;
}
.footer .lianxi .tit3{
  margin-left: 480px;
}
.footer .lianxi .t{
  width: 117px;
  height: 35px;
  background-color: #d52a27;
  color:#f2f2f2;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
}
.footer .lianxi p{
  color:#f2f2f2;
  font-size: 16px;
  margin-top: 10px;
}
.footer .dizhi{
  margin-top: 40px;
  position: absolute;
  width: 402px;
}
.footer .dizhi span{
  margin-left: 17px;
  color:#ffffff;
  font-size: 18px;
  position: absolute;
  bottom:2px;
}
.footer .qq{
  margin-top: 90px;
  position: absolute;
  width: 480px;
}
.footer .qq span{
  margin-left: 17px;
  color:#ffffff;
  font-size: 18px;
  position: absolute;
  bottom:1px;
}
.footer .ma img{
  width: 142px;
  height: 142px;
}



.footer_bottom {
  width: 100%;
  height: 66px;
  line-height: 66px;
  background: #333333;
  color: #cccccc;
  text-align: center;
}
.footer_bottom strong {
  font-weight: 500;
  padding: 0 90px;
}
.footer_bottom strong a {
  color: #cccccc;
}
