@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: Impact;
	src: url(../fonts/impact.ttf) format('truetype');
}

@font-face{
	font-family: 'LEXUS 简粗黑 U';
	src: url(../fonts/LEXUS.ttf) format('truetype');
}

ul{
	padding-left: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

li{
	list-style:none;
}

*{
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	/*禁止优化字体，该功能可能会导致同样rem字号的字体在浏览器中转换成px时大小不一致*/
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	float:left;
}
html{
	width: 100%;
	height: 100%;
}
body{
	float: left;
	font-family: Arial,"微软雅黑" !important;
	color: #333;
	width: 100%;
	height: 100%;
	margin: 0px !important;
}

div{
	display: block;
}

a:hover{
	text-decoration: none;
}

.background-index{
	background: url(../image/m-background-index.jpg) no-repeat;
	background-size:cover;
	width: 100%;
	height: 100%;
}

.content-main{
	width: 100%;
}

.title-bdo,
.menu,
.icon-menu
{
	display: none;
}

.icp a{
	color: #999;
}

.icp{
	color: #999;
	position: fixed;
	bottom:0.3rem;
	display:flex;
	justify-content: center;
	font-size:0.3rem;
	width: 100%;
	text-align: center;
}

.index-detail-right > span:nth-of-type(2){
	display:block;
}

.index-detail-right > span > span{
	width: 100%;
}

.logo{
	background: url(../image/lx-2.png) no-repeat;
	background-size: contain;
	width: 1.65rem;
	height: 0.6rem;
}

.index-logo{
	margin-left: 0.5rem;
	margin-top: 0.2rem;
}

.index-detail{
	width: 100%;
	height: 6rem;
	background: rgba(0,0,0,0.6);
}

.index-detail-left{
	background: rgba(0,0,0,0.8);
	height: 1rem;
	width: 100%;
	position: relative;
}

.title-ve{
	color: #FFF;
	font-size: 0.35rem;
	letter-spacing: 0.01rem;
	position: absolute;
	top: 0.28rem;
	
}

.index-detail-right{
	position: relative;
	width: 100%;
	height: 100%;
}

.index-detail-right .m-show > *{
	width: 100%;
	text-align: center;
}

.index-detail-right .m-show > div{
	display: flex;
	justify-content: center;
}

.index-detail-right .m-show > div:nth-of-type(2){
	margin-top: 2rem;
}

.index-detail-right .m-show .text1{
	font-family: 'LEXUS 简粗黑 U';
	font-size: 0.55rem;
	color: #FFF;
	margin-top: 1.5rem;
}

.index-detail-right .m-show .text2{
	position: relative;
	font-family: 'LEXUS 简粗黑 U';
	font-size: 0.8rem;
	color: #FF9933;
	margin-top: 0.2rem;
}

.index-detail-right .m-show .text2::after{
	content: "";
	width: 3.2rem;
	height: 0.04rem;
	background: #FF9933;
	position: absolute;
	bottom: -0.1rem;
	left: 0px;
}

.index-detail-right .m-show .text3{
	margin-top: 3rem !important;
}

.index-detail-right .m-show .text4{
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-detail-right .m-show .text4 > span{
	font-family: 'LEXUS 简粗黑 U';
	font-size: 0.4rem;
	color: #FF9933;
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
}

.circle{
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 0.2rem;
	background: #FF9933;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}

.index-detail-right .m-show .text3,
.index-detail-right .m-show .text4,
.index-detail-right .m-show .text5{
	font-size: 0.3rem;
	color: #666;
	margin-top: 0.05rem;
}

.m-show .icon{
	font-size: 1rem;
	color: #FF9933;
}

 
.btn-detail-info{
	font-size:0.3rem;
	border:0.05rem #FF9933 solid;
	border-radius:0.05rem;
	width: 2.6rem;
	height: 0.8rem;
	color: #FF9933;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FF9933;
	color:#FFF;
}

.main-container{
	width: 100%;
	height: 100%;
}

.bg-front2,
.bg-front{
	position:relative;
	width: 100%;
	min-height: 100%
}

.bg-front > *{
	position: relative;
	z-index: 1;
}

.bg-front::before{
	content: "";
	width: 100%;
	height: calc(100% - 5.5rem);
	background: linear-gradient(170deg, transparent 1.5rem, rgba(255,255,255,0.8) 0);
	position: absolute;
	top: 5.5rem;
	z-index: 0;
}

.bg-front2::before{
	content: "";
	width: 100%;
	height: calc(100% - 6.5rem);
	background: linear-gradient(170deg, transparent 1.5rem, rgba(255,255,255,0.8) 0);
	position: absolute;
	top: 6.5rem;
	z-index: 1;
}

.main-content{
	width: 100%;
	height: calc(100% - 1rem);
	overflow: auto;
	position: relative;
	z-index: 1;
}

.background-aboutus{
	position: relative;
	background: url(../image/bg-aboutus.jpg) no-repeat;
	background-size: auto 100%;
	background-position: 35% top;
	height: 100%;
}

.header{
	position: relative;
	height: 1rem;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 20;
}

.title{
	width: 100%;
	margin-bottom: 1.5rem;
}

.title > .title-cn{
	width: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	font-size: 0.5rem;
	color:#FFF;
	font-family: "LEXUS 简粗黑 U";
	margin-top: 1rem;
}

.title > .title-cn > span{
	position: relative;
}

.title > .title-cn > span::before{
	content:"";
	width: 0.6rem;
	height: 0.1rem;
	position: absolute;
	background: #FFF;
	left: -0.8rem;
	top: 0.2rem;
}

.title > .title-cn > span::after{
	content:"";
	width: 0.6rem;
	height: 0.1rem;
	position: absolute;
	background: #FFF;
	right: -0.8rem;
	top: 0.2rem;
}

.title > .title-en{
	position:relative;
	width: 100%;
	text-align: center;
	font-size: 0.9rem;
	font-family: Impact;
	text-shadow: 0 0.04rem 0.06rem rgba(255,255,255,0.4);
	letter-spacing: 0.02rem;
}

.title-cn > .line{
	height: 0.04rem;
	width:1rem;
}

.achievement{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.achievement-item {
	position: relative;
	width: 33.33%
}

.achievement-item > .achievement-title{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.achievement-item > .achievement-title > div > span{
	font-family: Impact;
	font-size: 0.8rem;
	color:#FF9933;
}

.achievement-item > .achievement-title > div > div{
	padding-left: 0.1rem;
	display: flex;
	flex-direction: column;
}

.achievement-item > .achievement-title > div > div > span{
	width: 100%;
}

.achievement-item > .achievement-title > div > div > span:nth-of-type(1){
	font-family: Impact;
	font-size: 0.4rem;
	color:#FF9933;
}

.achievement-item > .achievement-title > div > div > span:nth-of-type(2){
	font-size: 0.3rem;
	color:#FFF;
}

.achievement-item > .explain{
	width:100%;
	font-size: 0.3rem;
	color:#FFF;
	text-align: center;
}

.aboutus-detail > .container{
	margin-top: 1rem;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	width: 100%;
}

.customer-container > .container{
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	width: 100%;
}

.customer-container .subject{
	color:#333;
}

.customer-container .content{
	font-size: 0.3rem;
	color: #333;
	text-align: justify;
	margin-top:0.2rem;
	line-height: 0.45rem;
}

.subject{
	position: relative;
	font-family: "LEXUS 简粗黑 U";
	font-size: 0.4rem;
	color:#4D4D4D;
	width: 100%;
}

.subject::before{
	content: "";
	width: 0.3rem;
	height: 0.1rem;
	background: #FF9933;
	position: absolute;
	left: -0.2rem;
	top: -0.2rem;
}

 .subject::after{
	content: "";
	width: 0.1rem;
	height: 0.3rem;
	background: #FF9933;
	position: absolute;
	left: -0.2rem;
	top: -0.2rem;
}

.aboutus-detail .content{
	text-align:justify;
	margin-top:0.2rem;
	font-size: 0.3rem;
	color:#666;

}

.header .icon-dianhuazixun{
	color: #FFF;
	font-size: 0.6rem;
}

.header > div{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


.header{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}

.header .phone{
	color:#FFF;
	font-size: 0.3rem;
	margin-left: 0.1rem;
}

.header a{
	color:#FFF;
	text-decoration: none;
}

.header > div{
	position: relative;
}

.header .icon-caidan{
	font-size: 0.5rem;
	color:#FFF;
	position: absolute;
	right: 0;
}

.menu.open{
	display: block !important;
}

.menu{
	position: absolute;
	background: rgba(0,0,0,0.7);
	font-size: 0.3rem;
	width:3rem;
	top:1rem;
	right: -0.6rem;
	z-index: 9999;
}

.header > div{
	height: 100%;
}

.menu ol{
	padding-left: 0;
}

.menu li{
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
	width:100%;
	color:#FFF;
	line-height: 0.8rem;
	text-align: center;
}

.menu li:nth-last-of-type(n + 2)::after {
	content:"";
	/* position: absolute; */
	height: 0.02rem;
	width: 1.6rem;
	background: rgba(255,255,255,0.4);
	bottom: 0;
	left: 0;
	/* margin-left:calc(50% - 0.8rem); */
}

.background-service{
	position: relative;
	background: url(../image/bg-service.jpg) no-repeat;
	background-size: auto 100%;
	background-position: 77% top;
	height: 100%;
}

.background-news{
	position: relative;
	background: url(../image/bg-news.jpg) no-repeat;
	background-size: auto 150%;
	background-position: 65% 100%;
	height: 100%;
}

.background-customer{
	position: relative;
	background: url(../image/bg-customer.jpg) no-repeat;
	background-size: auto 130%;
	background-position: 45%;
	height: 100%;
}

.background-contact{
	position: relative;
	background: url(../image/bg-contact.jpg) no-repeat;
	background-size: auto 100%;
	background-position: 48%;
	height: 100%;
}

.background-customer::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(150,150,150,0.5);
	top:0;
	left:0;
	z-index: 0;
}

.part{
	width: 100%;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	font-size: 0.3rem;
}

.part-subject{
	width: 100%;
	position: relative;
	margin-bottom: 0.4rem;
}

.part-subject-num{
	position:absolute;
	color:#FF9933;
	font-size: 1.4rem;
	font-family: Impact;
}

.part-subject-cn{
	position:relative;
	float:right;
	font-family:"LEXUS 简粗黑 U";
	font-size: 0.45rem;
	color:#333;
	text-align: right;
}

.part-subject-en{
	text-align:right;
	position:relative;
	bottom:0;
}

.part-subject-content{
	position:relative;
	/* left: -0.3rem; */
	padding-top: 0.65rem;
}

.part-subject-content > div{
	display:flex;
	flex-direction:column;
	padding-left:0.5rem;
}

.part-introduction{
	text-align:justify;
	line-height: 0.5rem;
}

.part-list{
	margin-top:0.8rem;
}

.part-list-subject{
	position: relative;
	margin-bottom: 0.2rem;
}

.part-list-subject > span:nth-of-type(1){
	position: absolute;
	font-family:"LEXUS 简粗黑 U";
	font-size: 0.45rem;
	color:#4D4D4D;
	left:0.4rem;
}

.part-list-subject > span:nth-of-type(2) {
	font-family: Impact;
	color:#CCC;
	font-size: 0.7rem;
}

.part-list-introduction{
	text-align: justify;
	line-height: 0.5rem;
	padding-bottom: 0.5rem;
}

.part-list-item{
	margin-bottom:0.4rem;
	width:100%;
}

.part-list-item-subject{
	position: relative;
	width: 100%;
}

.test .part-list-item-subject > span:nth-of-type(1){
	bottom:0.18rem;
}

.part-list-item-subject > span:nth-of-type(1){
	position: absolute;
	font-family:"LEXUS 简粗黑 U";
	font-size: 0.35rem;
	color:#4D4D4D;
	padding-left: 0.4rem;
	bottom:0.5rem;
	width: 100%;
}

.part-list-item-subject > span:nth-of-type(2){
	font-family: Impact;
	font-size: 0.3rem;
	color: #BFBFBF;
	letter-spacing: 0.02rem;
}

.part-list-item-subject > span:nth-of-type(2)::first-letter{
	font-size: 1rem;
	color: rgba(255,153,51,0.5);
}

.part-list-item-content{
	text-align: justify;
	color:#666;
	line-height: 0.5rem;
}

.news-items{
	padding-left:0.2rem;
	padding-right:0.2rem;
	width: 100%;
}

.news-item{
	position:relative;
	width: 100%;
	min-height: 2rem;
	margin-bottom:0.2rem;
	background:  rgba(255,255,255,0.8);
	box-shadow: 0 0.05rem 0.05rem #AAA;
	padding:0.4rem;
	display: flex;
	justify-content: center;
}

.news-item:active{
	top: 0.02rem;
}

.news-item::before{
	content:"";
	position: absolute;
	height:100%;
	top:0;
	right:0;
	border-right: 0.08rem #FF9933 solid;
}

.news-date{
	display: flex;
	flex-direction: column;
	flex-shrink: unset;
	width: 20%;
}

.news-date span{
	font-family: Impact;
	
}

.news-date span:nth-of-type(1) {
	color:#FF9933;
	font-size: 0.4rem;
}

.news-date span:nth-of-type(2) {
	color:#838383;
	font-size: 0.3rem;
}

.news-title{
	font-size: 0.3rem;
	padding-left:0.4rem;
	flex-shrink: unset;
	width: 80%;
}

.customer-items{
	position: relative;
	z-index: 10;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	margin-top: 0.4rem;
}

.customer-item{
	width: 49%;
	height: 1.4rem;
	background: #FFF;
	margin-bottom: 0.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left:0.4rem;
	padding-right:0.4rem;
	padding-top:0.2rem;
	padding-bottom:0.2rem;
}

.customer-item:nth-of-type(2n - 1){
	margin-right: 2%;
}

.customer-item img{
 	width:100%;
}

.contact-info *{
	font-size: 0.3rem;
}

.contact .circle{
	position:relative;
	border-radius: 10rem;
	width: 1.5rem;
	height: 1.5rem;
	background: #FF9933;
	border: 0.04rem #FFF solid;
	margin-bottom:0.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.triangle{
	position: absolute;
	width: 0;
   	height: 0;
   	border-left: 0.2rem solid transparent;
   	border-right: 0.2rem solid transparent;
   	border-top: 0.15rem solid #FFF;
   	bottom:-0.16rem;
}

.triangle::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
   	border-left: 0.2rem solid transparent;
   	border-right: 0.2rem solid transparent;
   	border-top: 0.15rem solid #FF9933;
   	bottom:0.06rem;
   	left: -0.2rem;
}

.contact-item{
	display: flex;
	flex-direction: column;
	width: 50%;
	align-items: center;
}

.contact-item:nth-of-type(1),
.contact-item:nth-of-type(2){
	margin-bottom: 1rem;
}


.contact-item > span{
	float: left;
}

.contact.container{
	margin-top: 1rem;
}

/*.customer-item:hover img{
	-webkit-filter:none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none; 
    filter: none;
	opacity: 1;
	cursor: pointer;
} */

.contact .circle::before{
		color:#FFF;
	position: absolute;
}


.contact .circle.icon-youjian::before,
.contact .circle.icon-dianhua::before{
	font-size: 0.7rem;
}

.contact .circle.icon-chuanzhen6::before{
	font-size: 0.6rem;
}

.contact .circle.icon-dingwei2::before{
	font-size: 0.75rem;
}

.news-detail{
	position:relative;
	width: calc(100% - 0.4rem);
	min-height: calc(100% - 4.8rem);
	background: rgba(255,255,255,0.9);
	margin-left:0.2rem;
	margin-right: 0.2rem;
	margin-bottom: 0.3rem;
}

.news-detail .news-detail-header{
	position:relative;
	padding: 0.3rem 0.4rem 0.3rem 0.4rem;
	font-size: 0.4rem;
	text-align: justify;
	font-weight: bold;
	width: 100%;
}

.news-detail .news-detail-header::before {
	content: "";
	border-bottom: 0.02rem #AAA solid;
	width: calc(100% - 0.8rem);
	position: absolute;
	bottom: 0;
}

.news-detail-subject{
	margin-top:0.2rem;
	width: 100%;
}

/* .news-detail-date{
	width: 1.5rem;
	height: 1.5rem;
	background: #FF9933;
	border-radius: 2rem;
	position: absolute;
	top: -0.75rem;
	margin-left: calc(50% - 1.15rem);
} */


.news-detail-date{
	font-size: 0.3rem;	
	color: #FFF;
	
}

.news-detail-date > span{
	font-family: Impact;
	letter-spacing:0.02rem;
	position:relative;
	z-index: 10;
}

.news-detail-date > span{
	width: 100%;
}

.news-detail-date::before{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 2.2rem #FF9933 solid;
	border-top: 0.26rem #FF9933 solid;
	border-bottom: 0.26rem #FF9933 solid;
	border-right: 0.3rem transparent solid;
	left: 0;
	top: 0.22rem;
	z-index: 0;
}

.news-detail-content{
	font-size: 0.3rem;
	padding: 0.1rem 0.4rem 0.3rem 0.4rem;
	width: 100%;
	margin-bottom: 1rem;
}

.news-detail-content > span:nth-of-type(1){
	width: 100%;
}

.news-detail-content > span:nth-of-type(1) *{
	float: none;
	text-align: justify;
}

.news-detail-content > span:nth-of-type(1) img{
	width:100%;
	height: 100%;
}

.news-detail-footer{
	position:absolute;
	bottom: 0;
	font-size: 0.3rem;
	width: 100%;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	padding-bottom: 0.4rem;
	
}

.news-detail-footer .button{
	float: right;
	color:#FF9933;
}






