/*头部样式*/
body{background-color: #000000;}
.header{padding:20px 15px;background-color:#1a1a19;position: relative;}
.header .header-page{position:relative;}
.header .list-button{float:left;width:20px;display:block;transition: all 0.4s;transform: rotate(0);}
.header .list-button img{width:100%;}
.header .list-button.on{-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}
.header .logo{display:block;position:absolute;top:50%;left:50%;width:100px;margin:-13px 0px 0px -47px;}
.header .logo img{width:100%;}
.header .search{float:right;width:20px;display:block;}
.header .search img{width: 100%;}
.header .list-page{position: absolute;background-color: #1a1a19;width: 50%;left: -50%;top: 100%;z-index: 99999;transition: all 0.5s;}
.header .list-page.on{left:0;}
.header .list-page ul li{padding: 10px 8%;border-bottom: 1px solid #000000;border-top: 1px solid #30302f;position: relative;}
.header .list-page ul li:first-child{border-top: 0;}
.header .list-page ul li:last-child{border-bottom: 0;}
.header .list-page ul li a{display:block;font-size: 14px;color: #CCCCCC;background: url(/m/en/images/hear-dia.png) no-repeat right;background-size: 7px auto;}
.header .list-page ul li a.on{transform: (90deg);}
.header .list-page ul li dl{width: 100%;position: absolute;top: 0;left: 100%;overflow: hidden;display: none;}
/*.header .list-page ul li dl.on{height: 129px;}*/
.header .list-page ul li dl dd{font-size: 14px;color: #CCCCCC;background-color: #1a1a19;padding: 10px 8%;border-bottom: 1px solid #000000;border-top: 1px solid #30302f;}
.header .list-page ul li dl dd:first-child{border-top: 0;}
.header .list-page ul li dl dd:last-child{border-bottom: 0;}
.header .list-page ul li dl dd a{display:block;font-size: 14px;color: #CCCCCC;background: url(/m/en/images/hear-dia.png) no-repeat right;background-size: 7px auto;}
.header .search-page{transition: all 0.5s;position: absolute;background-color: #1a1a19;width: 0%;right: -100%;top: 100%;z-index: 99999;padding: 20px 0px;overflow: hidden;}
.header .search-page input.text{display:block;width: 64%;margin: 70px auto;border: 0;font-size: 14px;padding: 1% 4%;border-radius: 4px;}
.header .search-page a{display: block;font-size: 14px;width: 20%;text-align: center;margin: 20px auto;background-color: #30302F;border-radius: 4px;padding: 5px 20px;}
.header .search-page.on{width: 100%;right: 0%;}
/*头部样式*/

/*主体样式*/
.section .pic-slider{ margin-top: 50px;}
/**
.section .pic-slider .bx-wrapper .bx-prev{background:url(../images/card-left.png) no-repeat center;left:-25px;background-size:100% 100%;}
.section .pic-slider .bx-wrapper .bx-next{background:url(../images/card-right.png) no-repeat center;right:-25px;background-size:100% 100%;}
*/
.section .bx-wrapper .bx-controls-direction a{width:14px;height:34px;}
.section .section-banner{background:url(/m/en/images/banner-bg.jpg) no-repeat top center; background-size:100% 100%;padding:40px 0px;}
.section .section-banner .text-box p.p1{font-size:16px;color:#ffffff;text-align:center;}
.section .section-banner .text-box p.p2{font-size:14px;color:#b5a062;text-align:center;margin-top:10px}
.section .section-page{background-color:#070708;padding:0px 15px;}
.section .section-page ul{padding: 0px 23px;}
.section .section-page ul li{width: 100%;margin-top: 15px;display: block;position: relative;}
.section .section-page ul li:first-child{margin-top: 0;}
.section .section-page ul li a img{width: 100%;}
.section .section-page ul li a .text-box{width:100%;padding:5px 0px;position: absolute;bottom: -1px; text-align: center; font-size: 14px;color: #FFFFFF;background-color: #000000;opacity: 0.5;}
	/*复写轮播图样式*/
	.section .bx-wrapper .bx-viewport{border: 0;background-color: transparent;left: 0;box-shadow:0 0 0px #FFFFFF;}
	/*复写轮播图样式*/
/*主体样式*/

/*底部样式*/
.footer{padding: 20px 15px;background-color: #0b0b0d;}
.footer .footer-page{text-align: center;font-size: 12px;color: #b7b7b7;}
/*底部样式*/
.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto;
    background-color: #231f14;
}
