<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** CSS Reset **/
*{-webkit-tap-highlight-color:transparent; -webkit-touch-callout:none;outline:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; vertical-align: bottom;}
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:center; }
h1,h2,h3,h4,h5,h6 { font-size:100%;}
abbr,acronym { border:0; }
textarea, input, select{resize: none;outline:none;background:none;border:none;}
button {overflow:visible;width:auto;margin:0;padding:0;border:0 none;outline:none;}
input{border:0}
a{text-decoration:none; color:#333;-webkit-tap-highlight-color:transparent; -webkit-touch-callout:none;}
a:hover{ text-decoration:none;color:#000;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size: 0;}
.clearfix{display:inline-block;}
/* Hide from IE Mac */
.clearfix {display:block;}
html{width: 100%;height:100%;}
body{color:#333;font-size:18px;line-height:160%;font-family: "Microsoft YaHei";width: 100%;height:100%;background: #fff;}
.fl{float:left;}
.fr{float:right;}
.mobile{display:none;}
.m1000{width:1000px;margin:0 auto;overflow: hidden;position: relative;}
/* p{ transition:all 0.2s ease-in 0s;}
p:hover{ transform:translateY(-5px);} */

/*part*/
.page .m1000{background:#f2f1ef url(../images/envelope.png) no-repeat center bottom;}
.page .topImg{position: absolute;top:0;left:0;}
.page .leftImg{position: absolute;left:0;bottom:500px;}
.page .rightImg{position: absolute;right:0;top:100px;}
.page .m1000 .boxWrap{padding:75px 8% 390px;}
.page .m1000 .boxWrap .box{padding:30px 30px 0;background: #fff url(../images/bg.png) no-repeat right bottom;}
.page .m1000 .boxWrap .box .content{padding:30px;border:1px solid #233e84;}
.page h5{text-align: center;font-size: 32px;padding:40px 0;}
.page p{padding:10px 0;}
.page .indent2{text-indent:2em;display: block;}
.page p.alignRight{text-align: right;}
.page h6{color:#233e84;}

@media screen and (max-width:1000px) {
	body{font-size: 26px;line-height: 160%;-webkit-text-size-adjust: none;}
	.m1000{width:100%;margin:0 auto;}
	.pc{display:none;}
	.mobile{display:block;}

	.page{padding: 0;}
	.page .leftImg{bottom:800px;left:-20px;}
	.page .rightImg{top:400px;right:-20px;}
	.page .m1000 .boxWrap {padding: 75px 8% 346px;}
}</pre></body></html>