<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.china{
	width: 100%;
	background-image: url(../images/index/china_bg.png);
	background-size: cover;
	height: 105vh;
	margin-bottom: 10vh;
}
.ditu{
	float: left;
	width: 75%;
	min-width: 1047px;
	height:100vh;
	margin-left: -6%;
	margin-top: 5vh;
	position: relative;
}
.shi{
	position: fixed;
    left: 23%;
    top: 25%;
    width: 55%;
    height: 50vh;
    border:4px solid #eee;
    z-index: 9999;
    background-color: #fff;
    border-radius: 8px;
}
.shi button{
	width: 25px;
	height: 25px;
	text-align: center;
	float: right;
}
.shi h3{
	display: block;
	float: left;
	font-size: 24px;
	font-weight: 600;
	color:#c7000b;
	margin-top: 2vh;
	width: 55%;
	text-align: right;
}
.clearfix&gt;img{
	width: 50%;
	margin-top: 2vh;
}
.none{
    display: none;
}
#back{
	background-color: #c7000b;
	border:0;
	border-radius: 5px;
	color:#fff;
	font-size: 12px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position:absolute;
	top:50px;
	left:130px;
	z-index:2;
}
.c-right{
	width: 20%;
	float: left;
	position: relative;
}
.c-right .dt_title{
	color: white;
	font-size: 26px;
	position: absolute;
	top: 110px;
	left: 10px;
	border-bottom: 3px solid #C7000A;
}
.c-right img{width: 100px;height: 120px;display: block;}
.c-right .d_window{width: 400px;position: absolute;overflow: hidden;height: 640px;top: 205px;left: 10px;}
.c-right .d_window .d_tab{width:100%;display: table;margin-bottom: 10px;}
.c-right .d_window .d_pic{display: table-cell;width: 20%;vertical-align: middle;height: 120px;}
.c-right .d_window .d_about{display: table-cell;width: 70%;vertical-align: middle;color: white;box-sizing: border-box;padding-left: 20px;}
.c-right .d_window .d_about span{display: block;}
@media screen and (max-width:1600px){

    .ditu{
		margin-left: 0;
	}
	.c-right{
		margin-left: 1%;
	}
}</pre></body></html>