@charset "utf-8";
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
  background: #ffffff;
  position:absolute;
  right:0;
  font-size:16px;
  color:#333333;
  
}

#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 0 20px;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  line-height: 100px;
    height: 100px;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:last-child a {
padding-right:0;
}

#cssmenu > ul > li.active > a:after {
    position: absolute;
    bottom:35px;
    left: 0;
    right: 0;
    content: '';
    width: 60%;
    height: 2px;
    background: #BB3930;
    margin: 0 auto;
}


#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
  
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}

#cssmenu ul ul li a {
  width: 220px;
  font-size: 16px;
  text-decoration: none;
  padding:10px 25px;
  background:#F3F3F3;
  color: #6f6f6f;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #BB3930;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #BB3930;
}
.headDiv .wal{height:100px; position:relative;}
.headDiv .logo{position:absolute; left:0px; top:32px;}
.headDiv .logo img{ height:40px;}
#cssmenu ul li.btn-cta{ padding-left:5px;}
#cssmenu ul li.btn-cta a {
    padding: 10px 0px !important;
    color: #fff;
	height: 27px;
    line-height: 27px;
    margin-top: 26px;
}
#cssmenu ul li.btn-cta a span {
    background: #BB3930;
    padding: 0px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}


.ft-a{ background:#283442; color:#fff; padding:60px 0 0 0;}
.ft-a a{ color:#fff;}
.ft-a a:hover{ color:#fff;}
.ft-a dt{ color:#fff;text-transform: uppercase; font-weight:normal; font-size:16px; padding-bottom:16px;}
.ft-a dd{font-weight:normal; font-size:14px; padding:6px 0;color:#a2aebd;}
.ft-a dd a{ color:#a2aebd;}
.ft-1{ width:11.5%; float:left;}
.ft-2{ width:20%; float:left;}
.ft-3{ width:16.5%; float:left;}
.ft-4{ width:18%; float:left;}
.ft-5{ width:33.5%; float:right;}
.clear {
    height: 0;
    clear: both;
}
.copy{ text-align:center; border-top:1px #444 solid; color:#596573; font-size:16px;}
.copy a{color:#596573;}
.copy p{ padding:25px 0; margin:0;}


.lxcon{ width:100%; padding:35px 0px; line-height:35px;color:#797979; font-size:16px}
.lxcon a{color:#797979;}
.lxcon p{ line-height:35px;color:#797979;}
.lxcon .lxleft{float:left;width:63%;}
.lxcon .lxright{float:right;width:35%;}

.leftmenu a:hover li{
	color: #BC3931!important;
}
@media all and (max-width: 1024px) {
.header .container {
    width: 100%;
}
.headDiv{ padding: 0;}

.headDiv{ position:relative;z-index:100; background:#FFF;}
.headDiv .wal{height:50px;}
.headDiv .logo{top:11px; z-index:99; margin-left:15px}
.headDiv .logo img{height:28px;}
#cssmenu > ul > li.active > a:after {
display:none;
}

element.style {
}
#cssmenu ul li.btn-cta{ padding-left:20px;}
#cssmenu ul li.btn-cta a {
    color: #fff;
	height:auto;
    line-height: 27px;
	margin-top:0;
}
#menu-button:before {
    -webkit-box-sizing: unset;}
 #cssmenu {
    width: 100%;
	top:0;
	position: relative;
  }
  #cssmenu > ul > li > a {
  padding: 20px;
  height:auto;
  line-height:inherit;

}
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	font-size:18px;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 16px;
    color: #666;
    background: none;
	border-top:none;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #cc0001;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
	font-size: 12px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
	  box-shadow: none;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 25px;
    color: #cc0001;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 20px;
    height: 2px;
    background: #cc0001;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 20px;
    height: 3px;
    border-top: 2px solid #cc0001;
    border-bottom: 2px solid #cc0001;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #cc0001;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #cc0001;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  #cssmenu ul li.yxs{display: block;}
   #cssmenu ul li a.bfw{ width:50%;display: inline-block;}
   #cssmenu ul li:last-child{
    border-bottom: 1px solid rgba(120, 120, 120, 0.15);
}
.ft-1,.ft-2,.ft-3,.ft-4{ display:none;}
.ft-5{ width:100%;}
.ft-a{ padding:30px 15px 0 15px;}
.rightcentertitle{ margin-top:30px;}
.lxcon .lxleft{float:none;width:100%;}
.lxcon .lxright{float:none;width:100%;}
}
@media screen and ( max-width:1210px ) and ( min-width:1024px ){
#cssmenu > ul > li > a {
padding: 0 15px;
  font-size: 16px;
}
}
@media screen and ( max-width:1024px ) and ( min-width:316px ){
#cssmenu > ul > li > a {
padding: 20px 8px;
  font-size: 14px;
}
}
a.morew{ display:block; width:148px; height:37px; line-height:37px; text-align:center; color:#fff; margin:40px auto; background:#BC3931;border-radius:25px; clear:both}
a.morew:hover{color:#BC3931; border:1px solid #BC3931; background:#fff}