<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main{
	padding-bottom: 1.8rem;
}
@media screen and (max-width:750px){
	main{
		padding-bottom: 0;
	}
}
.imgbg{
	background-size: cover  !important;
	padding: 1.75rem 0 4.95rem;
}
.img1{
                padding: 1.7rem 0 3.65rem;
	background: url(../img/aboutbg.jpg) no-repeat center;
}
.img2{
	background: url(../img/productbg.jpg) no-repeat center;
}
.img3{
	background: url(../img/adminbg.jpg) no-repeat center;
}
.img4{
	background: url(../img/projectbg.jpg) no-repeat center;
}
.img5{
	background: url(../img/casebg.jpg) no-repeat center;
}
.img6{
                padding: 1.7rem 0 3.65rem;
	background: url(../img/newsbg.jpg) no-repeat center !important;
}
.img7{
	background: url(../img/contactbg.jpg) no-repeat center;
}

.imgbg .txt {
  font-size: 0.6rem;
  /* text-shadow: 1.8px -0.6px 5px rgba(0, 0, 0, 0.4); */
  height: 0.8rem;
  color: #1C1C1C;
  padding:0 1.5rem;
  font-weight: 600;
}
.imgbg .txt img{
	width: 0.8rem;
	margin-right: 0.4rem;
}
.imgbg .txt .en{
	font-size: 0.24rem;
	opacity: 0.3;
}
.imgbg .txt .span{
	font-size: 0.24rem;
	color: #fff;
	display: inline-block;
	background: #000;
	padding: 0.1rem 0.3rem;
	font-weight: 400;
	margin-top: 0.4rem;
}
.imgbg .txt .span span{
	font-size: 0.16rem;
	opacity: 0.8;
}
.imgbg .txt .f36{
	font-size: 0.36rem;
	margin-top: 0.2rem;
}
.imgbg .txt .white{
	color: #fff;
}
.imgbg .txt .red{
	background: linear-gradient(90.78deg, #C70024 0.31%, #F28A41 114.14%);
}
.imgbg .left{
	text-align: left;
}
.imgbg .right{
	text-align: right;
}
.imgbg .center{
	text-align: center;
}
@media screen and (max-width:1210px) {
  .imgbg {
    padding: 0.75rem 0 2.95rem;
  }
}
@media screen and (max-width: 750px) {
  .imgbg {
    padding: 0.2rem 0 1.8rem;
  }
  .imgbg .txt {
    font-size: 0.36rem;
    height: 1.4rem;
	padding:0 0.8rem;
  }
.imgbg .txt img{
width:0.5rem;
}
.imgbg .txt .span{
margin-top:0.2rem;
}
}
.crumb{
	padding: 0.2rem 0;
	font-size: 0.14rem;
	margin-bottom: 0.1rem;
	font-weight: 400;
}
.crumb .active{
	color: #999;
}
@media screen and (max-width:750px){
	.crumb{
display:none;
	}
}
.title{
	font-weight: 600;
	font-size: 0.24rem;
	color: #1C1C1C;
	display: flex;
	align-items: center;
}
.title span{
	display: inline-block;
	width: 0.24rem;
	height: 0.37rem;
	background: #C70024;
	margin-right: 0.2rem;
}
@media screen and (max-width:750px){
	.title{
font-size: 0.28rem;
}
}

.about .table{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #E4E8EE;
	padding-bottom: 0.4rem;
}
.about .table ul{
	display: flex;
	flex-wrap: wrap;
}
.about .table ul li{
	font-weight: 400;
	font-size: 0.18rem;
	
	cursor: pointer;
	margin: 0.1rem 0;
}
.about .table ul li a{
	color: #1C1C1C;
                display:block;
                padding: 0.08rem 0.5rem;
}
@media screen and (max-width:750px){
.about .table{
margin-top: 0.3rem;
}
	.about .table ul{
		justify-content: space-around;
	}
.about .table ul li{
font-size: 0.28rem;
}
}
.about .table ul .active{
	background: #C70024;
}
.about .table ul .active a{
	color: #fff;
}
.about .clearfix{
  position: relative;
  z-index: 3;
  padding: 0.8rem 0 1.93rem;
}
.about .clearfix .left {
  position: relative;
  z-index: 5;
  float: left;
  padding-top: 0.2rem;
  width: 46.8%;
}
.about .clearfix .left .tit {
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  color: #333;
}
.about .clearfix .left .det {
  margin-top: 27px;
  max-width: 760px;
  font-size: 14px;
  line-height: 28px;
  min-height: 224px;
  color: #666;
}
.about .clearfix .left .more {
  margin-top: 0.62rem;
}
.about .clearfix .right {
  position: relative;
  z-index: 5;
  float: right;
  width: 40.98%;
  min-height: 4.15rem;
  border-radius: 0.16rem;
  background: url(../img/index_bg3.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  padding: 0.5rem 0.63rem 0.28rem;
  color: #fff;
}
.about .clearfix .right .tit {
  font-size: 36px;
  line-height: 54px;
}
.about .clearfix .right .det {
  font-size: 14px;
  line-height: 28px;
  opacity: 0.6;
}
.about .clearfix .right .txt {
  margin-top: 0.32rem;
  font-size: 16px;
  line-height: 28px;
  min-height: 224px;
}
@media screen and (max-width: 750px) {
  .about .clearfix {
    padding-top: 0.8rem;
    padding-bottom: 3.5rem;
  }
  .about .clearfix .bgimg {
    display: none;
  }
  .about .clearfix .left {
    width: 100%;
  }
  .about .clearfix .left .tit {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .about .clearfix .left .det {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .about .clearfix .left .more {
    margin-top: 0.2rem;
  }
  .about .clearfix .right {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0.4rem 0.25rem;
    min-height: auto;
  }
  .about .clearfix .right .tit {
    font-size: 0.38rem;
    line-height: 0.5rem;
  }
  .about .clearfix .right .det {
    margin-top: 0.12rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .about .clearfix .right .txt {
    font-size: 0.28rem;
    line-height: 0.48rem;
    min-height: auto;
  }
}
.about .flex{
	text-align: center;
	font-weight: 400;
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #666666;
	flex-wrap: wrap;
}
.about .flex .w100{
width:100%;
}
.about .flex .left{
	width: 55%;
}
.about .flex .right{
	width: 45%;
}
.about .flex .left,.about .flex .right{
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .flex .tit{
	font-weight: 600;
	font-size: 0.24rem;
	text-align: center;
	color: #1C1C1C;
	margin: 0.4rem 0 0.3rem;
}
.about .flex .left .txt,.about .flex .right .txt{
	width: 50%;
	margin: 0 auto;
}
@media screen and (max-width:1250px){
	.about .flex .left .txt,.about .flex .right .txt{
		width: 80%;
	}
}
@media screen and (max-width:900px){
	.about .flex .left .txt,.about .flex .right .txt{
		width: 100%;
	}
}
@media screen and (max-width:750px){
	.about .flex .left,.about .flex .right{
		width: 100%;
	}
	.about .flex{
		margin-bottom: 0.6rem;
	}
}
.about .box1{
position: relative;
}
.about .box1 .icon{
	position: absolute;
	left: 50%;
top:1rem;
	margin-left: -51.5px;
}
.about .box1 .icon:hover{
transform: rotateY(360deg);
	transition: all 1s; 
}
.about .box3{
	background: url(../img/about_box3.jpg) no-repeat center;
	height: 5rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.15rem 0;
}
.about .box3 .imgbox{
	background: #fff;
	border-radius: 50%;
	width: 1.05rem;
	height: 1.05rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.about .box3 p{
	font-weight: 600;
	font-size: 0.24rem;
	text-align: center;
	margin: 0.3rem 0 0.25rem;
}
.about .item .txt:hover .hovericon {
	transform: rotateY(360deg);
	transition: all 1s; 
}

.about .http{
	padding: 0.8rem 0.46rem;
}
.about .http p{
	width: 4.7rem;
}
.about .http .map{
	text-align: center;
}


.about .youshi .ys1{
	background: #FAFAFA;
	padding: 0.8rem 0;
}
.about .youshi .ystitle{
	margin-bottom: 0.8rem;
	color: #666666;
	font-weight: 400;
	font-size: 0.16rem;
	text-align: center;
}
.about .youshi .ystitle h2{
	font-weight: 600;
	font-size: 0.24rem;
	color: #1C1C1C;
	display: inline-block;
	padding-bottom: 0.2rem;
	position: relative;
}
.about .youshi .ystitle h2:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0.12rem;
	transform: translateX(-50%);
	width: 60%;
	height: 0.02rem;
	background: #C70024;
	border-radius: 25px;
}
.about .youshi ul{
	display: flex;
	flex-wrap: wrap;
}
.about .youshi ul li{
	width: 33.3333%;
	text-align: center;
	padding: 0.3rem;
	box-sizing: border-box;
	cursor: pointer;
}
.about .youshi ul li:hover .radius img{
	transform: rotateY(360deg);
	transition: all 1s;  
}
@media screen and (max-width:750px){
	.about .youshi ul li{
		width: 50%;
	}
}
.about .youshi ul li .radius{
	background: #FFFFFF;
	box-shadow: 0px 6px 16px rgba(208, 208, 208, 0.3);
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.5rem;
}
.about .youshi ul li .radius img{
	width: 40%;
}
.about .youshi ul li .tit{
	font-weight: 500;
	font-size: 0.2rem;
	color: #1C1C1C;
	opacity: 0.8;
	margin-bottom: 0.2rem;
}
.about .youshi ul li .txt{
	font-weight: 400;
	font-size: 0.16rem;
	color: #1C1C1C;
	opacity: 0.4;
	width: 70%;
	margin: 0 auto;
}
.about .youshi .ys2{
	padding: 0.8rem 0;
}
.about .youshi .imgbox{
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about .youshi .imgbox img{
	width: 19%;
	cursor: pointer;
}
.about .youshi .ys2 .hover{
	display: flex;
}
.i1{
	background: url(../img/hover1.jpg) no-repeat left;
}
.i2{
	background: url(../img/hover2.jpg) no-repeat left;
}
.i3{
	background: url(../img/hover3.jpg) no-repeat left;
}
.about .youshi .ys2 .hover .hover_i{
	width: 33.333%;
	height: 5.8rem;
	color: #fff;
	position: relative;
	text-align: center;
	font-weight: 400;
	font-size: 0.24rem;
	cursor: pointer;
	transition: all .4s;  
}
.about .youshi .ys2 .hover .hover_i .bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .youshi .ys2 .hover .hover_i img{
	width: 1.05rem;
	margin-bottom: 0.4rem;
}
.about .youshi .ys2 .hover .zhe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0.16rem;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(20px);
	background: linear-gradient(180deg, rgba(181, 0, 33, 0.75) 0%, rgba(221, 67, 18, 0.75) 100%);
	display: none;
}
.about .youshi .ys2 .hover .zhe .zhe_title{
	font-size: 0.24rem;
	margin-bottom: 0.2rem;
}
.about .youshi .ys2 .hover .zhe .txt{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.i1:hover{
	width: 60% !important;
}
.i1:hover .zhe{
	display: flex !important;
}
.i1:hover .bg{
	display: none !important;
}
.i2:hover{
	width: 60% !important;
}
.i2:hover .zhe{
	display: flex !important;
}
.i2:hover .bg{
	display: none !important;
}
.i3:hover{
	width: 60% !important;
}
.i3:hover .zhe{
	display: flex !important;
}
.i3:hover .bg{
	display: none !important;
}
@media screen and (max-width:750px){
	.about .youshi .ys2 .hover{
		flex-wrap: wrap;
	}
	.i1,.i2,.i3{
		width: 100% !important;
	}
	.i1:hover,.i2:hover,.i3:hover{
		width: 100% !important;
	}
.about .box1{
margin-top:2rem;
}
.about .box1 .icon{
top:-2rem;
}
}

.product{
}
.product .flex{
	justify-content: space-between;
	padding: 1rem 0;
}
.product .flex .left,.product .flex .right{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 400;
	font-size: 0.14rem;
	color: #1C1C1C;
	padding: 0 0.25rem;
}
.product .flex .left p,.product .flex .right p{
	font-weight: 600;
	font-size: 0.24rem;
	margin: 0.4rem 0 0.2rem;
}
.product .flex .left .icon,.product .flex .right .icon{
	width: 1.2rem;
cursor:pointer;
}
.product .flex .left:hover .icon,.product .flex .right:hover .icon,.product .tit:hover .icon{
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    /*animation-name*/
    -webkit-animation-name: shadow-burst;
    -moz-animation-name: shadow-burst;
    -ms-animation-name: shadow-burst;
    -o-animation-name: shadow-burst;
    animation-name: shadow-burst;
    /*animation-duration*/
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -ms-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    /*transform-origin*/
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50px 50px !important;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@-webkit-keyframes shadow-burst { 
     {
        -webkit-transform: scale(1.1);
        animation-timing-function: ease-in;
    }
    37% {
        -webkit-transform: scale(1.3);
        animation-timing-function: ease-out;
    }
    55% {
        -webkit-transform: scale(1.17);
        animation-timing-function: ease-in;
    }
    73% {
        -webkit-transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    82% {
        -webkit-transform: scale(1.2);
        animation-timing-function: ease-in;
    }
    91% {
        -webkit-transform: scale(1.3);
        animation-timing-function: ease-out;
    }
    96% {
        -webkit-transform: scale(1.2);
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: scale(1.1);
        animation-timing-function: ease-out;
    }
}
@-moz-keyframes shadow-burst { 
     {
        -moz-transform: scale(1,1);
        animation-timing-function: ease-in;
    }
    37% {
        -moz-transform: scale(1.5,1.5);
        animation-timing-function: ease-out;
    }
    55% {
        -moz-transform: scale(1.37,1.37);
        animation-timing-function: ease-in;
    }
    73% {
        -moz-transform: scale(1,1);
        animation-timing-function: ease-out;
    }
    82% {
        -moz-transform: scale(1.45,1.45);
        animation-timing-function: ease-in;
    }
    91% {
        -moz-transform: scale(1.5,1.5);
        animation-timing-function: ease-out;
    }
    96% {
        -moz-transform: scale(1.4,1.4);
        animation-timing-function: ease-in;
    }
    100% {
        -moz-transform: scale(1,1);
        animation-timing-function: ease-in;
    }
}
@keyframes shadow-burst { 
     {
        transform: scale(1,1);
        animation-timing-function: ease-in;
    }
    37% {
        transform: scale(1.3,1.3);
        animation-timing-function: ease-out;
    }
    55% {
        transform: scale(1.17,1.17);
        animation-timing-function: ease-in;
    }
    73% {
        transform: scale(1,1);
        animation-timing-function: ease-out;
    }
    82% {
        transform: scale(1.3,1.3);
        animation-timing-function: ease-in;
    }
    91% {
        transform: scale(1.15,1.15);
        animation-timing-function: ease-out;
    }
    96% {
        transform: scale(1.17,1.17);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale(1,1);
        animation-timing-function: ease-out;
    }
}
.product .color{
	background: #FAFAFA;
}
.product .tit{
	padding: 1rem 0;
	text-align: center;
	font-weight: 400;
	font-size: 0.14rem;
	color: #1C1C1C;
}
.product .tit p{
	font-weight: 600;
	font-size: 0.24rem;
	margin: 0.4rem 0 0.2rem;
}
.product .tit .tit1{
	margin-bottom: 0.8rem;
}
.product .tit .tit1 img{
	width: 1.2rem;
}
@media screen and (max-width:750px){
.product .flex{
flex-wrap:wrap;
}
.product .flex .left,.product .flex .right{
width:100%;
}
.product .flex .left,.product .flex .right,.product .tit{
font-size: 0.26rem;
}
.product .flex .left p,.product .flex .right p,.product .tit p{
font-size: 0.32rem;
}
.product .flex .left div, .product .flex .right div{
width:100%;
}
.product .flex pre{
white-space:normal;
}
}


.admin .flex{
	justify-content: space-between;
	flex-wrap: wrap;
}
.admin .center{
	text-align: center;
	color: #000000;
	font-size: 0.14rem;
	opacity: 0.6;
	margin-top: 0.3rem;
}
.admin .flex .left,.admin .flex .right{
	width: 50%;
	padding: 0.5rem;
}
.admin .flex .left .box{
	background: #FAFAFA;
	padding:0.7rem 0.6rem;
	margin-bottom: 0.5rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #1C1C1C;
	border-radius: 16px;
}
.admin .flex .left .box p{
	font-weight: 600;
	font-size: 0.18rem;
	margin-bottom: 0.3rem;
}
.admin .flex .left .box span{
	font-weight: 600;
}
.admin .adminbox2{
	display: flex;
	flex-wrap: wrap;
}
.admin .adminbox2 .left{
	width: 55.37%;
}
.admin .adminbox2 .right{
	width: 44.63%;
	background: #526381;
	padding: 1rem;
	border-radius: 0 16px 16px 0;
}
.admin .adminbox2 .right .title{
	color: #fff;
}
.admin .adminbox2 .right .cn{
	font-size: 0.14rem;
	color: #fff;
	opacity: 0.6;
	padding:0.1rem 0.45rem 0;
}
.admin .adminbox2 .right .right_box{
	display: flex;
	padding-left: 0.45rem;
	margin-top: 0.8rem;
	font-size: 0.16rem;
	color: #fff;
}
.admin .adminbox2 .right .right_box img{
	width: 0.85rem;
	height: 0.85rem;
	margin-right: 0.4rem;
}
.admin .adminbox2 .right .right_box p{
	color: #fff;
	font-size: 0.18rem;
	margin-bottom: 0.05rem;
}
.admin .adminbox2 .right .right_box .txt{
	opacity: 0.6;
}
.admin .adminbox3{
	text-align: center;
	margin-top: 1.2rem;
}
.admin .adminbox3 div{
	font-size: 0.16rem;
	margin-bottom: 1rem;
}
.admin .adminbox3 div span{
	color: #C70024;
}
@media screen and (max-width:1640px){
	.admin .adminbox2 .right .right_box{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1224px){
	.admin .adminbox2 .right .right_box{
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:1156px){
	.admin .adminbox2 .right{
		width: 100%;
	}
	.admin .adminbox2 .left{
		width: 100%;
		text-align: center;
	}
	.admin .adminbox2 .right .right_box{
		margin-top: 0.8rem;
	}
	.admin .adminbox2 .right{
		border-radius: 16px;
	}
}
@media screen and (max-width:990px){
	.admin .flex .left{
		width: 100%;
	}
	.admin .flex .right{
		width: 100%;
	}
}
@media screen and (max-width:750px){
	.admin .adminbox2 .right{
		padding: 0.4rem;
	}
}

.purpor{
	display: inline-block;
	background: linear-gradient(270deg, rgba(120, 138, 169, 0) 0%, #788AA9 51.56%, rgba(120, 138, 169, 0) 100%);
	font-size: 0.24rem;
	color: #fff;
	width: 4.6rem;
	text-align: left;
	padding: 0.1rem 1rem;
	padding-right: 0;
}
.project .txt{
	padding-left: 0.45rem;
	margin-top: 0.3rem;
}
.project .imgbox{
	text-align: center;
	margin: 0.4rem 0;
}

.case .table ul li{
	padding: 0;
}
.case .table ul li a{
	display: inline-block;
	padding: 0.08rem 0;
	width: 1.54rem;
	text-align: center;
}
.case .table ul .active a{
	color: #fff;
}
.case .list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.6rem;
	padding: 0 0.4rem;
}
.case .list li{
	width: calc(33.333% - 0.1rem);
	margin: 0 0.05rem 0.1rem;
}
.case .list li a{
	position: relative;
	display: block;
height: 100%;
    display: flex;
    align-items: center;
}
.case .list li a:hover .zhe{
	display: flex;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.case .list li .zhe{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	z-index: -9999;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(41, 85, 163, 0.4);
	color: #fff;
	display: flex;
	transition: width.2s, height .2s; 
}
.case .list li .zhe p{
	margin-bottom: 0.4rem;
	font-size: 0.16rem;
	font-weight: 600;
}

.case-det .p{
	font-size: 0.36rem;
	font-weight: 600;
	text-align: center;
	color: #2C3236;
	margin: 0.6rem 0 0.2rem;
}
.case-det .date{
	font-size: 0.16rem;
	color: rgba(44, 50, 54, 0.6);
	text-align: center;
}
.case-det .text{
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
	padding:0.6rem 0 1rem;
	font-size: 0.16rem;
	color: rgba(44, 50, 54, 0.9);
                line-height:0.5rem;
}
@media screen and (min-width:750px){
.case-det .text{
	line-height:0.3rem;
font-size: 0.26rem;
}
.case-det .text p{
width:1150px;
margin:0 auto;
}
.case-det .text p img{
width:100%;
}
}
.case-det .imgbox{
	margin-top: 0.6rem;
}
.case-det .imgbox &gt;img{display: block;margin:0 auto;}
.case-det .imgbox .flex{
	justify-content: space-between;
	margin-top: 0.1rem;
}
.case-det .imgbox .flex img{
	width: 32.86%;
}
@media screen and (max-width:750px){
.case-det .text iframe{
width:100% !important;
height:auto !important;
}
}

.bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.8rem 0;
	color: #999999;
	font-size: 0.16rem;
	flex-wrap: wrap;
}
.bottom span{
	margin-bottom: 0.2rem;
	border: 0.5px solid rgba(0, 0, 0, 0.3);
	border-radius: 160px;
	padding: 0.1rem 0.25rem;
}
@media screen and (max-width:750px){
.bottom{
font-size: 0.26rem;
}
}


.news .nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0.45rem;
	margin: 0.6rem 0;
}
.news .nav li{
	width: 32%;
}
.news .nav li a div{
pointer-events:none;
}
.news .nav li .date{
	font-size: 0.14rem;
	color: #666;
	font-weight: 300;
	margin-top: 0.4rem;
}
.news .nav li p{
	font-size: 0.24rem;
	color: #333;
	font-weight: 500;
	margin-top: 0.1rem;
}
.news .nav li .txt{
	font-size: 0.14rem;
	color: #000;
	font-weight: 300;
	margin-top: 0.1rem;
	padding-right: 0.45rem;
}
.news .newslist{
	padding:0.45rem;
}
.news .newslist li{
	padding:0.4rem 0 0.6rem;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}
	
.news .newslist li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.news .newslist li a .txtbox{
	width: 80%;
}
.news .newslist li .date{
	font-weight: 300;
	font-size: 0.16rem;
}
.news .newslist li p{
	font-size: 0.24rem;
	font-weight: 600;
	color: #2C3236;
	opacity: 0.8;
	margin: 0.3rem 0 0.1rem;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .newslist li .txt{
	font-size: 0.16rem;
	font-weight: 400;
	color: #1F1F1F;
	opacity: 0.4;
	width: 98%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .newslist li span{
	font-size: 0.4rem;
}
.news .newslist li:hover span{
	color: #C70024;
}
@media screen and (max-width:750px){
	.news .newslist li .txt{
		white-space: normal;
	}
	.news .nav li{
		width: 100%;
		margin-bottom: 0.5rem;
	}
                .news .nav li .date{
                               margin-top:0.2rem;
                }
.news .nav li p{
font-size:0.32rem;
}
.news .nav li .txt{
padding-right: 0;
font-size:0.26rem;
}
}

.contact .flex{
	padding: 0.45rem;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.contact .flex .left_title{
	margin-bottom: 0.5rem;
}
.contact .flex .left_title p{
	font-size: 0.32rem;
	font-weight: 600;
	color: #1C1C1C;
}
.contact .flex .left_title .en{
	font-size: 0.2rem;
	font-weight: 400;
	color: rgba(44, 50, 54, 0.4);
}
.contact .flex .left_content{
	font-size: 0.2rem;
	color: #333;
}
.contact .flex .left_content div{
	margin-bottom: 0.3rem;
}
.contact .flex .left_content img{
	margin-right: 0.1rem;
	width: 0.3rem;
}
.contact .flex .left_content span{
	font-weight: 600;
}
.contact .flex .right{
	width: 55%;
}
@media screen and (max-width:1028px){
	.contact .flex .right{
		width: 100%;
	}
}
.contact .bot{
	margin: 0.5rem 0;
	padding: 0.6rem;
	background: #FAFAFA;
	text-align: center;
}
.contact .bot .botbox{
	width: 80%;
	margin: 0 auto;
}
.contact .bot p{
	font-size: 0.32rem;
	font-weight: 600;
	color: #2C3236;
	margin-bottom: 0.4rem;
}
.contact .bot div{
	margin-bottom: 0.4rem;
}
.contact .bot div input,.contact .bot div textarea{
	border: 1px solid #DADADA;
	color: rgba(44, 50, 54, 0.6);
	font-size: 0.2rem;
	padding: 0 0.2rem;
}
.contact .bot div input{
	height: 0.5rem;
}
input:focus,textarea:focus{
	border: 1px solid #B5101D !important;
}
.contact .bot .d1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .bot .d1 input{
	width: 49%;
}
.contact .bot .d2 input{
	width: 100%;
}
.contact .bot .d3 textarea{
	width: 100%;
	padding: 0.1rem 0.2rem;
}
.contact .bot .d4{
	margin-top: 0.5rem;
}
.contact .bot .d4 button{
	display: block;
	width: 100%;
	background: #C70024;
	color: #fff;
	font-size: 0.2rem;
	font-weight: 600;
	padding: 0.2rem 0;
}
@media screen and (max-width:750px){
	.contact .bot .d1{
		margin-bottom: 0;
	}
	.contact .bot .d1 input{
		width: 100%;
		margin-bottom: 0.4rem;
	}
}

.child-content .about-develop {
  padding-top: 60px;
 
}
.child-content .about-develop .about-content .about-develop-title {
  margin-bottom: 50px;
}
.child-content .about-develop .about-content .about-develop-title h4 {
  color: #af855b;
  font-size: 0.34rem;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.6rem;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-top .about-arrow-left,
.child-content .about-develop .about-content .about-develop-content .about-develop-top .about-arrow-right {
  position: relative;
  top: 0;
  width: 15px;
  height: 21px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icon-right.png");
}
.child-content .about-develop .about-content .about-develop-content .about-develop-top .about-arrow-left::after,
.child-content .about-develop .about-content .about-develop-content .about-develop-top .about-arrow-right::after {
  display: none;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-top .about-arrow-left {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.child-content .about-develop .about-content .about-develop-content .about-develop-top .about-arrow-right {
  right: 0;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-top .about-develop-ls-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: hidden;
  overflow-x: hidden;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-top .about-develop-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  padding-bottom: 3px;
  /* width: 5000px; */
  /* height: 50px; */
  text-align: center;
  /* overflow: hidden; */
}
.child-content .about-develop .about-content .about-develop-content .about-develop-top .about-develop-ls li {
  position: relative;
  width: 105.8px;
  height: 50px;
  text-align: center;
  border-bottom: 2px solid #e9dfd6;
  cursor: pointer;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-top .about-develop-ls li span {
  position: relative;
  /* top: 0.08rem; */
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
}
/* @media screen and{
	
} */
.child-content .about-develop .about-content .about-develop-content .about-develop-top .about-develop-ls li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1px;
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #e9dfd6;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-top .about-develop-ls li.active span {
  color: #bd363f;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-top .about-develop-ls li.active::after {
  background: #bd363f;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-bot .about-develop-item {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/lichengbg.jpg");
  padding-top: 0.2rem;
  /* height: 210px; */
}
.child-content .about-develop .about-content .about-develop-content .about-develop-bot .about-develop-item .about-develop-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 1.65rem;
  text-align: center;
  /* height: 100%; */
position: relative;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-bot .about-develop-item .about-develop-item-left span {
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-bot .about-develop-item .about-develop-item-left span:last-child {
  margin-top: 84px;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-bot .about-develop-item .about-develop-item-left span.active {
  color: #c53c44;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-bot .about-develop-item .about-develop-item-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 0.32rem;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-bot .about-develop-item .about-develop-item-right .about-develop-scroll {
  /* width: 97%; */
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-bot .about-develop-item .about-develop-item-right .about-develop-scroll li {
  color: #333;
  font-size: 0.18rem;
  line-height: 2;
  font-weight: bold;
  padding-left: 0.6rem;
}
.child-content .about-develop .about-content .about-develop-content .about-develop-bot .about-develop-item .about-develop-item-right .about-develop-scroll.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.child-content .about-develop .about-content .about-develop-content .about-develop-bot .about-develop-item .about-develop-item-right.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.child-content .about-develop .about-content .about-develop-content .about-develop-bot .about-develop-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-develop-scroll.active img{
	margin-top: 2rem;
}
.about-develop-item-left:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 2.5rem;
	background: rgba(0, 0, 0, 0.3);
}


.pages{
	text-align: center;
	margin: 0.5rem auto;
}
.pages .active,.pages span{
	color: #fff;
	border: 1px solid #C70024;
	background: #C70024;
}
.pages a,.pages span{
	padding: 0 0.05rem;
	margin: 0 0.1rem;
}

.swiper-honorbox{
	position: relative;
	padding: 0 1rem;
}
.swiper-honor{
	overflow: hidden;
}
.swiper-honor .swiper-slide img{
	width: 100%;
}
.swiper-honor .swiper-slide:before{
  content: "";
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/honor-search.png) no-repeat center;
  background-size: 56px;
  cursor: pointer;
}
.swiper-honor .swiper-slide:hover:before{
  display: block;
}
.f_zoom_honer{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.f_zoom_honer .close_icon{
  position: absolute;
  z-index: 10;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../img/close-btn2-1.png) no-repeat center;
  background-size: 0.25rem;
  cursor: pointer;
  top: 1rem;
  right: -1rem;
}
.f_zoom_honer .rotate{
  position: absolute;
  z-index: 10;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../img/rotate.png) no-repeat center;
  background-size: 0.25rem;
  cursor: pointer;
  top: 1.5rem;
  right: -1rem;
}
@media screen and (max-width:750px){
.f_zoom_honer .rotate,.f_zoom_honer .close_icon{
right:0;
width:0.5rem;
height:0.5rem;
background-size: 0.5rem;
}
.f_zoom_honer .rotate{
top:1.8rem;
}
}
.f_zoom_honer .f-zoom-box{
  width: calc(100% - 100px);
  height: calc(100% - 80px);
  margin: 40px auto;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_zoom_honer .f-zoom-box .imgbox{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
.f_zoom_honer .f-zoom-box img{
  max-width: 100%;
  max-height: 100%;
}

</pre></body></html>