* {
    padding: 0;
    margin: 0;
}

body {
    background: #230202;
    color: white;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    font-size: 0px;
}

li {
    list-style: none;
}

a {
    color: black;
    text-decoration: none;
}

li {
    list-style-type: none;
}

.wd {
    margin: 0 auto;
    width: 1500px;
}

.menu {
    background: #1f1f1f;
    padding-top: 10px;
}

.menubox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 500px;
}

.logo img {
    width: 500px;
}

.nav ul {
    display: flex;
}

.nav a {
    color: white;
    font-size: 24px;
    font-weight: 100;
    padding-left: 35px;
}

.xian {
    margin-top: -12px;
}

.xian1 {
    margin-top: 0px;
}

.banner {
    background: url(../images/bg.jpg) no-repeat;
    background-position: center;
    height: 1000px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bannerimg img {
    width: 100%;
}

.bannercon {
    display: flex;
    align-items: center;
    width: 1600px;
    position: relative;
    z-index: 1000;
    margin-top: 110px;
}

.bannerleft img {
}

.bannerright {
    margin-left: 3%;
    display: none;
}

.bannerright img {
}

video {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    object-fit: contain;
}

.box1 {
    margin-top: 100px;
}

.centerdiv {
    text-align: center;
}
.isChoose a{
    background: #c6b28b !important;
    color: #120a06 !important;
}
.titlelist {
    background: url(../images/tabbj.png) no-repeat;
    background-size: 100% 100%;
    padding: 27px 50px;
    margin-top: 30px;
}

.titlelist ul {
    display: flex;
    flex-wrap: wrap;
}

.titlelist ul li {
    margin: 0px 6px;
    line-height: 35px;
    height: 35px;
}

.titlelist ul li a {
    color: #c6b28b;
    padding: 3px 15px;
    background: #120a06;
    font-size: 16px;
    border: #f4e5a1 2px solid;
    border-radius: 80px;
}

.search {
    width: 362px;
    height: 69px;
    margin: 20px auto;
    border-radius: 20px;
    background: url(../images/search.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

input#mysearch {
    width: 362px;
    height: 69px;
    background: none;
    outline: none;
    border: none;
    padding: 0px 75px 0px 28px;
    box-sizing: border-box;
    color: white;
}

input#mysearch::placeholder {
    color: white;
}

input#mysubmit {
    background: url(../images/searchbtn.png) no-repeat;
    width: 33px;
    height: 34px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 15px;
}

.list {
    margin-top: 30px;
}

.list ul {
    display: flex;
    flex-wrap: wrap;
}

.list ul li {
    width: 500px;
    position: relative;
    height: 400px;
    margin-bottom: 50px;
    overflow: hidden;
}

.listtop {
    z-index: 999;
    position: relative;
    pointer-events: none;
}

.listtop img {
    width: 100%;
    height: 400px;
}

.listcontent {
    z-index: 1;
    margin: 0 auto;
    margin-top: -325px;
    position: relative;
    height: 350px;
    width: 400px;
}

img.bjtu {
    width: 400px;
    height: 300px;
}

.listtopleft {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/listbj1.png) no-repeat;
    background-size: 100% 100%;
    color: #483309;
    width: 57px;
    height: 156px;
    text-align: center;
}

.listtopleft p {
    width: 20px;
    font-size: 20px;
    text-align: center;
    height: 156px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.listbot {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 46px;
    font-size: 14px;
    padding: 10px 0px;
}

.listbotcon {
    padding: 0px 5%;
    width: 400px;
}

.listbot p {
    padding-bottom: 5px;
}

.listboxbtn {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 0px 10%;
    position: relative;
    z-index: 99999;
}

.listboxbtn img {
    width: 115px;
    padding: 0px 10px;
    margin: 2px 0px;
}

.listboxbtn img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.foot {
    background: #1f1f1f;
    margin-top: -10px;
    margin-bottom: 10px;
}

.footcon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

.footright {
    text-align: center;
    font-size: 14px;
    margin-left: 30px;
}

.footright a {
    color: white;
}

.footright p {
    padding: 3px 0px;
}

.nav a:hover {
    color: #ff5722;
}

.bannerleft img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.oneline-hide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-img {
    height: 189px;
    width: 100%;
}

.game-img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.text_title {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(255,0,0,.7);
    color: yellow;
    font-size: 16px;
    bottom: 161px;
    z-index: 1;
    font-weight: bold;
}

.text_title img {
    height: 30px;
}

.right-off {
    background-image: url('/home/images/xiajia.png');
    position: absolute;
    right: 0px;
    bottom: 162px;
    width: 95px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.wechat-customer {
    background-color: #fff;
    width: 120px;
    height: 160px;
    border: #eee 1px solid;
    padding: 0;
    border-radius: 4px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 200px;
    font-size: 12px;
    box-sizing: initial;
    z-index: 9999;
    box-shadow: 0 0 20px #ddd;
}

.wechat-customer1 {
    background-color: #fff;
    width: 200px;
    height: 160px;
    border: #eee 1px solid;
    padding: 0;
    border-radius: 4px;
    text-align: center;
    position: fixed;
    left: 20px;
    bottom: 200px;
    font-size: 12px;
    box-sizing: initial;
    z-index: 9999;
    box-shadow: 0 0 20px #ddd;
}

.qrcode-wechat {
    width: 80px;
    height: 80px;
    margin: 10px auto 8px auto;
    position: relative;
}

.qrcode-wechat1 {
    margin: 10px auto 8px auto;
    position: relative;
}

.wechatEnterprise img {
    width: 25px;
}

.describe-title {
    font-weight: 700;
    color: white;
    font-size: 14px;
    background: #ff5722;
    line-height: 32px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.describe-title1 {
    font-weight: 700;
    color: white;
    font-size: 14px;
    background: #f44336;
    line-height: 32px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.wechat-title{
    color: #000000;
}
.tc{
    background-color: #f7f7f7;
    text-align: center;
    height: 100%;
    border-radius:0 0 10px 10px;
}
.tc h1 {
	text-align: center;
	padding: 20px 0 0px;
	color: #1e2023;
	font-size: 26px;
}
 .tc span {
    color:#9a9b9c;
	padding: 0 0 10px;
    font-size: 12px;
}
.tc .xy{
    color: #FD4029;
    text-decoration: underline;
}
.tcqrcode{
    width: 230px;
    height: 250px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #efe6e6;
    margin: auto;
    margin-top: 10px;
}
.qrcode{
    margin-top: 10px;
}
.tchr{
    border-bottom: 1px solid #eae8e8;
    margin: 30px 60px 20px 60px;
}
.shadows {
    background-color: transparent !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.layui-layer-title {
    border-bottom: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    border-radius: 10px 10px 0 0;
}

.layui-layer {
    border-radius: 10px 10px 10px 10px;
}
.head-name img{
    width: 80px;height: 80px;border-radius:50%;margin-left: 60px;
}
.layui-layer-setwin .layui-layer-close2{
    width: 15px;
    height: 15px;
}
.layui-fixbar .layui-fixbar-top{
    background-color: #ffffff;
    color: #000000;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.bangz_box1 {
    position: fixed;
    right: 250px;
    top: 250px;
    transform:translateY(-50%);
    z-index: 9999;
    /*transform:scale(0.6,0.6);*/
}