<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a{
    color: #333;
    text-decoration: none;
}
i{
    font-style: normal;
}
.none{
    display: none !important;
}
.show{
    display: block !important;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s, i, em {              
    font-style: normal;
    text-decoration: none;
}
@font-face{
	font-family: 'my_font'; 
	src:url('../font/DINENGSCHRIFT-ALTERNATE.OTF');
}
/* 样式开始 */
.white font{color:#333}
.blue{background-color: #ffcca8;}
.x_title{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 90px;
	padding-bottom: 70px;
}
.x_title font{
	font-size: 32px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	margin: 0 25px;
	
}	
.x_title font span{
	color: #ed680b;
}
.x_title img{
	margin-top: 5px;
}
.x_send{
	width: 1200px;
	margin: 0 auto;
}	
.c1_lst{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #F6F6F6;
}
.c1_lst div{
	position: relative;
}
.list1_d1{
	width: 485px;
	height: 241px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/ct2_lf.jpg) no-repeat;
	background-size: 100%;
}
.list1_d1 p{
	font-size: 22px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 39px;
	color: #313131;
}	
.list1_d1 p span{
	font-weight: 600;
	color: #fe3509;
}
.list1_d2 .d2_img,.list1_d3 .d2_img{
	display: block;
	width: 282px;
	height: 196px;
}
.d2_tit{
	position: absolute;
	top: -8px;
	left: -14px;
}
.list1_d3{
	margin-right: 50px;
}
.ct1_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 65px;
	padding-bottom: 74px;
}
.ct1_btn a{
	display: block;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #fe3509;
	padding: 17px 51px;
	border: 1px solid #fe3509;
	border-radius: 57px;
	margin: 0 55px;
	transition: all 1s inherit;
}
.ct1_btn a:hover{
	color: #fff;
	background-color: #fe3509;
}
.x_ctr2 {
	background-color: #ffcca8;
	overflow: hidden;
}
.x_ctr2 .ct2_x{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 359px;
	height: 52px;
	margin: 0 auto;
	background: url(../images/down.png)no-repeat;
	background-size: 100%;
}
.ct2_x i{
	font-size: 20px;
	color: #fe3509;
	animation: jiantou 1s infinite;
}
@keyframes jiantou{
	0%{transform:translateY(-5px);}
	100%{transform:translateY(8px);}
}
.x_swp{
	width: 1200px;
	height: 220px;
	margin: 0 auto;
	display: flex;
}
.x_swp li{
	width: 380px;
	height: 220px;
}
.x_swp .swp_txt{
	background-color: #fff;
	text-align: center;
}
.swp_txt h1{
	font-size: 30px;
	font-weight: 600;
	font-family: 'my_font';
	line-height: 30px;
	letter-spacing: 0px;
	color: #fe3509;
	padding-top: 51px;
	padding-bottom: 26px;
}
.x_swp .swp_txt{
	width: 440px;
	position: relative;
}
.swp_txt P{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #383838;
}
.swp_txt P span{
	color: #fe3509;
	font-weight: 600;
}
.swp_txt .x_icon{
	display: block;
	width: 41px;
	height: 41px;
	background-color: #fe3509;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	line-height: 41px;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;

}
.swp_txt .x_icon i{
	font-size: 23px;
	color: #fff;
	font-weight: 600;
}
.ctr1_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 231px;
	height: 57px;
	border-radius: 57px;
	border: solid 1px #fe3509;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fe3509;
	margin: 0 auto;
	margin-top: 110px;
	margin-bottom: 89px;
}
.x_ctr3{padding-bottom: 120px;}
.ctr2_lit{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	position: relative;
}
.ctr2_lit ul{
	width: 490px;
}
.ctr2_lit ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	background-color: #eee;
	margin-bottom: 22px;
	text-align: center;
	font-size: 22px;	
}
.ctr2_lit ul li span{
	font-size: 18px;
}
.ctr2_lit ul li p{
	line-height: 30px;
	width: 363px;
}
.ctr2_lit ul li:nth-child(3){height: 160px;}
.ctr2_lit ul li:nth-child(4){height: 181px;}
.ctr2_lit .ctr2_lf li:last-child{background: url(../images/weizhi.jpg)no-repeat}
.ctr2_lit .ctr2_lf li p{text-align: left}
.ctr2_lit .ctr2_rg{
	margin-left: 60px;
}
.ctr2_lit .ctr2_rg li{
	background-color: #fe3509;
	color: #fff;
}
.ctr2_icon{
	position: absolute;;
	left: 0;
	right: 0;
	top: -30px;
	margin: auto;
	width: 136px;
}
.ctr2_icon dd{
	width: 125px;
	height: 125px;
	text-align: center;
	line-height: 125px;
	background-color: #fe3509;
	border-radius: 50%;
	border: 6px solid #fff;
}
.ctr2_icon dd img{
	vertical-align: middle;
	width: 50%;
}
.ctr2_icon dd:nth-child(2){margin-top: -33px;}
.ctr2_icon dd:nth-child(3){margin-top: 9px;}
.ctr2_icon dd:nth-child(4){margin-top: 50px;}

.x_list3{
	display: flex;
	justify-content: space-around;
	padding: 0 35px;
	/* margin-top: 66px; */
}
.x_list3 li div{
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 6px;
	position: relative;
	overflow: hidden;
}
.x_list3 li h1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	font-size: 24px;
	width: 207px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fe3509;
	padding-top: 23px;
	padding-bottom: 18px;
	border-bottom: 2px dashed #fe3509;
	margin: 0 auto;
}
.x_list3 li:nth-child(odd) h1 i{
	color: #fe3509 !important
}
.x_list3 li:nth-child(even) h1 i{
	color: #f75620 !important
}
.x_list3 li:nth-child(2) h1,.x_list3 li:nth-child(4) h1,
.x_list3 li:nth-child(2) p,.x_list3 li:nth-child(4) p
{color: #f75620 !important;border-color:#f75620 !important}
.x_list3 li:nth-child(2) .icon-gou,.x_list3 li:nth-child(4) .icon-gou{background-color: #f75620;}
.x_list3 li:nth-child(2) .icon-gou,.x_list3 li:nth-child(6) .icon-gou{background-color: #f75620;}
.x_list3 li:nth-child(2) h1,.x_list3 li:nth-child(6) h1,
.x_list3 li:nth-child(2) p,.x_list3 li:nth-child(6) p
{color: #f75620 !important;border-color:#f75620 !important}
.x_list3 li h1 i{
	font-size: 24px;
}
.x_list3 p{
	display: flex;
	width: 207px;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #fe3509;
	margin: 0 auto;
}
.x_list3 p i{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fe3509;
	color: #fff;
	padding: 4px;
	font-size: 12px;
	margin-right: 5px;
	vertical-align: middle;
}
.x_list3 li div img{
	display: block;
	width: 95%;
	margin: 0 auto;
}
.x_ll,.x_lr{
	position: absolute;
	top: 56px;
	color: #fe3509 !important;
	font-size: 30px !important;
}
.x_ll{
	left: -9px;
}
.x_lr{
	right: -9px;
}
.x_lst_btn{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 178px;
	height: 39px;
	background-color: #ffffff;
	border-radius: 5px;
	font-size: 24px;
	font-stretch: normal;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all .3s linear;
}
.x_list3 li:hover .x_lst_btn{bottom: 0}
.x_b{color: #2960ff;}
.x_o{color: #f75620;}
.x_ctr4Btn{
	text-align: center;
	padding-top: 70px;
	padding-bottom: 80px;
}
.x_ctr4Btn a{
	height: 57px;
	border-radius: 57px;
	border: solid 1px #fe3509;
	font-size: 24px;
	line-height: 57px;
	letter-spacing: 0px;
	color: #fe3509;
	padding: 8px 45px;;
	margin: 0 60px;
}
.x_list01{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.x_list01 li div{
	width: 370px;
	height:320px;
	border: 1px solid #ccc;
	margin-top: 13px;
	cursor: pointer;
}

.x_list01 li div h1{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	margin-top: 20px;
	text-align: center;
}
.x_list01 li div p{
	width: 296px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
}
.x_list01 li div font{opacity: 0;}
.x_list01 .ls01 div{
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 370px;
	height: 320px;
	box-shadow: 3px 4px 5px 0px 
		rgba(0, 0, 0, 0.1);
	background: url(../images/list1_bg.png) no-repeat;
	margin-top: 13px;
	transition: all 1s linear;
}
.x_list01 .ls01 div h1{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 40px;
}
.x_list01 .ls01 div p{
	width: 296px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
}
.x_list01 .ls01 div font{
	position: absolute;
	font-family: "my_font";
	font-size: 350px;
	font-weight: 600;
	color: #fff;
	opacity: .1;
	bottom: -60%;
	right: -35px;
}
.list01_btn{
	display: block;
	width: 297px;
	height: 57px;
	text-align: center;
	margin: 0 auto;
	border-radius: 57px;
	border: solid 1px #fe3509;
	font-size: 24px;
	line-height: 57px;
	color: #fe3509;
	margin-top: 66px;
	margin-bottom: 70px;
	transition: all .1s linear;
}
.list01_btn:hover{
	background-color: #fe3509;
	color: #fff;
}
.x_ctr6{
	background-color: #eee;
	padding-bottom: 120px;
}
.x_ctr6 ul{
	width: 1040px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:  0 auto;
	padding: 0 80px;
}
.x_ctr6 ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 230px;
	height: 230px;
	border: solid 8px #fe3509;
	border-radius: 50%;
	margin-bottom: 26px;
}
.x_ctr6 ul .lsimg{
	border-color: #eee;
}
.x_ctr6 ul li h1{
	display: flex;
	align-items: flex-start;
	font-size: 88px;
	font-family: "my_font";
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fe3509;
}
.x_ctr6 ul li h1 span{
	font-size: 22px;
	padding-top: 12px;
	padding-left: 2px;
}
.x_ctr6 ul li p{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fe3509;
}
.x_ctr7 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
.x_ctr7 ul li{
	flex: 1;
	display: flex;
	height: 200px;
	background-color: #ffcca8;
	margin-bottom: 14px;
}
.x_ctr7 ul li div{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
}
.x_ctr7 ul li div i{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -22px;
	margin: auto;
	font-size: 35px;
	color: #ffcca8;
	display: flex;
	align-items: center;
}
.x_ctr7 ul li p{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #313131;
}
.x_ctr7 ul .ctr7_act{background-color: #fe3509;}
.x_ctr7 ul .ctr7_act p{color: #fff;}
.x_ctr7 ul .ctr7_act i{color: #fe3509;}
.x_ctr8 table{
	width: 1200px;
	margin: 0 auto;
}
.x_ctr8 table td span{
	overflow: hidden;
}

.x_ctr8 table td img{
transition: all 0.3s linear 0s;
}
.x_ctr8 table td:hover img{
	transform: scale(1.05) translateZ(0);
}
.x_lis{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
/* .x_peole{padding: 75px 0;} */

.x_peole li{
	text-align: center;
	height: 500px /* 600 */;
	position: relative;
	width: 373px;
}
.x_peole div{
	position: absolute;
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px;
	margin-top: -110px;
	bottom: 0;

}
.x_peole li img{position: absolute;
	z-index: 3;
	top: 79px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .2s ease-out;
}
.x_peole div a{
	display: block;
	width: 249px;
	height: 436px;
	border-radius: 10px;
	/* border: solid 1px #949494; */
	margin: 8px;
	padding: 0 53px;
	
}
.x_peole div a h1{
	padding-top: 305px;
	/* padding-top: 114px; */
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.x_peole div a h1 font{
	font-family: 'my_font';
	font-size: 20px;
	font-weight: 400;
	text-indent: 10px;
}
.x_peole div a h1,.x_peole div a h2{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #434343;
}

.x_peole div a span{
	display: block;
	text-align: center;
	padding-bottom: 28px;
	padding-top: 21px;
}
.x_peole div a p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #434343;
	text-align: left;
	text-indent: 10px;
	opacity:0;
	transition: all 1s linear;

}
.x_peole a .icon-dian{
	color: #333 !important;
}
.x_peole .peo_act{height: 600px;}
.x_peole .peo_act div{background-color: #eee;}
.x_peole .peo_act div a{border: solid 1px #949494;}
.x_peole .peo_act img{top: 0;}
.x_peole .peo_act div a h1{padding-top: 114px;}
.x_peole .peo_act div a p{opacity:1;}
.x_ctr10{
	padding-bottom: 130px;
}
.x_ctr10 ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 27px;
}
.x_ctr10 ul li{
	width: 270px;
	height: 160px;
	background-color: #fe3509;
	box-shadow: 3px 4px 5px 0px 
		rgba(0, 0, 0, 0.1);
	border: solid 8px #ffffff;
	transition:all .2s linear;
}
.x_ctr10 ul li:hover{
	box-shadow: 3px 4px 5px 0px 
		rgba(0, 0, 0, 0.3);
		margin-top: -3px;
}
.x_ctr10 ul li:nth-child(2){background-color: #fe3509;}
.x_ctr10 ul li:nth-child(3){background-color: #fe3509;}
.x_ctr10 ul li:nth-child(4){background-color: #fe3509;}
.x_ctr10 ul li:nth-child(3){background-color: #fe3509;}
.x_ctr10 ul li:nth-child(4){background-color: #fe3509;}
.x_white{color: #FFF !important}
.x_ctr10 ul li a{
	display: flex;
	height: 100%;
	justify-content: space-around;
	align-items: center;
}
.x_ctr10 ul li a span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 74px;
	height: 74px;
	border: solid 1px #ffffff;
	border-radius: 50%;
	margin-right: -41px;
}
.x_ctr10 ul li a span i{
	font-size: 47px;
	color: #fff;
}
.x_ctr10 ul li a h1{
	font-size: 23px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #fff;
}
.x_ctr10 ul li a p{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #fff;
}
.x_ctr11{
	height: 779px;
	background: url(../images/last_bg.jpg) no-repeat;
	background-size: 100%;
	overflow: hidden;
}
.x_from{
	width: 1200px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 90px;
	padding-bottom: 58px;
}
.x_from p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #434343;
	text-align: center;
}
.x_from .x_title{
	padding-bottom: 20px;
	padding-top: 52px;
}
.x_from ul{
	display: flex;
	justify-content: space-between;
	padding: 0 130px;
	padding-top: 52px;
}
.x_from ul input{
	outline: none;
	width: 296px;
	height: 50px;
	border-radius: 5px;
	border: solid 1px #a0a0a0;
	font-size: 18px;
	text-indent: 17px;
}
.x_from textarea{
	display: block;
	width: 934px;
	height: 74px;
	border-radius: 5px;
	border: solid 1px #a0a0a0;
	margin: 0 auto;
	font-size: 18px;
	outline: none;
	text-indent: 17px;
	padding-top: 16px;
	margin-top: 21px;
}
.from_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 308px;
	height: 57px;
	background-color: #fe3509;
	border-radius: 57px;
	font-size: 24px;
	color: #ffffff;
	
	 margin:  0 auto;
	/*margin-top: 39px;  */
}
.adsbygoogle{display: none !important}
/* 效果动画 */
.scroll-content{
	animation:totop 2s forwards;
	-webkit-animation:totop 2s forwards;
	-o-animation:totop 2s forwards;
	-moz-animation:totop 2s forwards;
	-ms-animation:totop 2s forwards;
	transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
	-o-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
}
@keyframes totop{
	0%{transform:translateY(-20px);opacity:0}
	100%{transform:translateY(0);opacity:1}
}
@-moz-keyframes totop{
	0%{-moz-transform:translateY(-20px);opacity:0}
	100%{-moz-transform:translateY(0);opacity:1}
}
@-webkit-keyframes totop{
	0%{-webkit-transform:translateY(-20px);opacity:0}
	100%{-webkit-transform:translateY(0);opacity:1}
}
@-ms-keyframes totop{
	0%{-ms-transform:translateY(-20px);opacity:0}
	100%{-ms-transform:translateY(0);opacity:1}
}
@-o-keyframes totop{
	0%{-o-transform:translateY(-20px);opacity:0}
	100%{-o-transform:translateY(0);opacity:1}
}
.animated{
    animation-duration: 2s;
}

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