/* http://sx1.patec.net/new2022/index/index.css */

.content{
  width: 1600px !important;
  margin: 0 auto;
}
.head{
  /* background: #ffffff1a; */
  transition:background 0.5s;
}
.head.top{
  background-color: #0D51A0;
  transition:background 0.5s;
}
.bannerHead{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}
.logo{
  /* background: #ffffff1a; */
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  transition:background 0.5s;
}
.logo.top{
  background-color: #fff;
  transition:background 0.5s;
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.18);
}
.banner, .banner .layui-carousel {
  width: 100%;
  min-width: 1200px;
  height: 100vh !important;
  text-align: center;
  margin: 0 auto;
}
.banner{
  padding: 0;
  text-align: left;
}
.head .headContent {
  height: 45px;
  line-height: 45px;
}
.headLeft{
  white-space: nowrap;
  width: 300px;
  color: #fff;
}
.headLeft span{
  color: #fff;
}
.logoContent{
  height: 110px;
  line-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logoContent .iconlogo{
  margin-top: unset;
  float: unset;
}
#menus .navitem {
  display: none;
  position: absolute;
  z-index: 111;
  background: #fff url(/new2022/index/navbg.png) no-repeat right bottom;
  /* left: 50%; */
  top: 100px;
  width: 824px;
  transform: translateX(-50%);
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#menus .subMenu{
  line-height: 50px;
  padding: 0 34px;
  white-space: nowrap;
  text-align: left;
}
.menus {
  /* width: 1200px; */
  /* height: 48px; */
  margin: 0 auto;
}
.menuTitle.top{
  color: #333 !important;
}
.menuTitle>.active.top .botLine{
  border-bottom-color: #c53044;
}
.menuTitle>.active.top .triangle{
  border-bottom-color: #c53044;
}
.menus > li {
  float: left;
  display: inline-block;
  /* position: relative; */
  padding: 0 10px;
}

/* .menus > li:hover {
  background: #116DCB;
} */
.menu>.menuTitle{
  color: #fff;
  position: relative;
}
.menuTitle>.active{
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.active>.triangle{
  border: 5px solid transparent;
  border-bottom-color: #fff;
}
.active>.botLine{
  border-bottom:1px solid #fff;
  width: 36px;

}
.layui-carousel-ind{
  right: 470px;
  text-align: right;
  bottom: 105px;
  top: auto;
}
.layui-carousel-ind ul{
  background-color: transparent;
}
.layui-carousel-ind ul:hover{
  background-color: transparent;
}
.layui-carousel-ind li{
  background-color:transparent;
  color: #fff;
  width: auto;
  height: auto;
  font-size: initial;
  padding: 0 11px;
}
.layui-carousel-ind li.layui-this{
  font-size: 50px;
  color: #C53044;
}
.layui-carousel-arrow:hover{
  background-color: transparent;
  border-right-color: #C53044;
}
.layui-carousel-arrow[lay-type=add]{
  border-left-color: rgb(255, 255, 255);
  border-right-color: transparent;
}
.layui-icon.layui-carousel-arrow[lay-type=add]{
  right: 455px !important;
}
.layui-icon.layui-carousel-arrow[lay-type=add]:hover{
  border-left-color: #C53044;
}

.layui-carousel-arrow{
  bottom: 85px;
  top: auto;
  color: transparent;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-radius: 0;
  border-right-color: #fff;
  background: transparent;
}
.down{
  position: absolute;
  bottom: 30px;
  animation:jump .5s ease-in-out infinite alternate;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes jump {
  from { bottom: 30px; }
  to { bottom: 10px }
}
.title-wrap{
  margin: 39px 0 42px;
  position: relative;
}
