<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* äº§å“è¯¦æƒ… */
body {
    background-color: #efefef;
}

 

.max-box .center-box {
    width: 1400px;
}

.max-box.header .center-box {
    width: 1600px;
}

.top-c {
    padding-top: 126px;
    height: 715px;
}

.top-c .back {
    float: right;
    color: #333333;
}

.main-box {
    float: left;
    width: 100%;
    height: 525px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 26px;
    padding: 35px;
    margin-bottom: 26px;
}

.main-box .left-swiper {
    float: left;
    width: 700px;
    height: 444px;
    border-radius: 10px;
}
.main-box .left-swiper .swiper-slide{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.main-box .right-item {
    width: 550px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    float: right;
}

.main-box .right-item .cp-tite {
    width: 100%;
    font-size: 28px;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 15px;
    /*margin-bottom: 38px;*/
	font-weight:bold;
	margin-top:20px;
}

.main-box .right-item .list-dei {
    margin: 0;
    padding: 0;
    list-style: none;
	min-height:170px;
}

.main-box .right-item .list-dei li {
    font-size: 16px;
    line-height: 48px;
}

.main-box .right-item .list-dei li p {
    display: inline-block;
    padding-right: 24px;
    color: #333333;
}

.main-box .right-item .list-dei li span {
    color: #666666;
}

.zy-btns {
    display: block;
    width: 256px;
    height: 50px;
    background-color: #ce0e05;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    /*margin-top: 70px;*/
    transition: 300ms;
}
.zy-btns:hover{
	box-shadow: 0 0 0 5px #ce0e05;
}

.tps .center-box{
	height: auto;
	min-height: 500px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 140px;
}
.tps .left-item{
	width: 990px;
	height: auto;
}
.tps .ttls{
	width: 100%;
	font-size: 18px;
	color: #666666;
	margin-bottom: 25px;
}
.tps .content{
	background-color: #ffffff;
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 100px;
	font-size: 16px;
	line-height: 28px;
}
.tps .content *{
	max-width: 100%!important;
}
.tps .right-item{
	width: 370px;
	height: auto;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 40px 30px 0;
	margin-top: 50px;
}
.tps .right-item .ttls{
	font-size: 24px;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	margin-bottom: 0;
}
.tps .right-item .ttls::after{
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #ce0e05;
	margin: 0 10px;
}
.tps .right-item .ttls::before{
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #ce0e05;
	margin: 0 10px;
}
.en-t{
	font-size: 14px;
	color: #999999;
	margin-bottom: 35px;
	text-align: center;
}

.cps{
	display: block;
	width: 310px;
	height: 258px;
	background-color: #f6f6f6;
	border-radius: 6px;
	overflow: hidden;
	margin-right: 29px;
	margin-bottom: 30px;
    transition: 300ms;
}
.cps:nth-child(4n){
	margin-right: 0;
}

.img-box {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.img-box .inset-img-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 600ms;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cps:hover .inset-img-box{
	transform: scale(1.1);
}
.cp-name{
	line-height: 52px;
	text-align: center;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
    transition: 600ms;
}

.cps:hover .cp-name{
	color: #ff0000;
}

.cps .img-box{
	width: 100%;
	height: 206px;
}
.img-box {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.img-box .inset-img-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 600ms;
    z-index: -1;
}
.llist-item .cps:hover .inset-img-box{
	transform: scale(1.1);
}

.swiper-pagination-bullet{
	background-color: #ffffff;
	opacity: 0.5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #ce0e05;
	opacity: 1;
}</pre></body></html>