<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{box-sizing:border-box;}
body{color:#434343;text-align:left;font-size:12px;font-family:"微软雅黑";}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}
ol,ul{list-style:none;}
img{border-bottom:0px;border-left:0px;border-top:0px;border-right:0px}
a:link{color:#292e35;text-decoration:none;}
a:visited{color:#292e35;text-decoration:none;}
a:hover{color:#f03100;text-decoration:none;}
a:active{color:#000000;}
/*强制去除表单自带的样式*/
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*/
}
/*强制去除textarea自带的样式*/
textarea{resize:none;/*-webkit-appearance:none;*/
}
textarea,input,select{background:none;border:none;margin:0;padding:0;}
table{font-size:inherit;font:100%;border-collapse:collapse;}
table{border-collapse:collapse;border-spacing:0;}
em{font-style:normal;font-weight:normal}
cite{font-style:normal;font-weight:normal}
blockquote{quotes:none}
.b{font-weight:bold;}
.block{width:960px;height:auto}
.dis{display:block}
.none{display:none}
.hide{display:none}
.hidden{overflow:hidden}
.inline{display:inline}
.clear{clear:both;font-size:0px;visibility:hidden;overflow:hidden;}
.pr{position:relative;}
.relative{position:relative}
.dashed{padding-right:0px;padding-left:12px;background:url(/images/linebg.gif) repeat-x left top;padding-bottom:3px;color:#3f3f3f;padding-top:2px}
.fl{float:left;}
.fr{float:right;}
.fb{font-weight:bold}
.fi{font-style:italic}
.fu{text-decoration:underline}
.fn{text-decoration:none}
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f22{font-size:22px;}
.blank{clear:both;visibility:hidden;line-height:0px;height:0px}
.blank5{clear:both;visibility:hidden;line-height:5px;height:5px}
.blank10{clear:both;visibility:hidden;line-height:10px;height:10px}
.blank20{clear:both;visibility:hidden;line-height:20px;height:20px}
.blank50{clear:both;visibility:hidden;line-height:50px;height:50px}
/* input */
.input{width:343px;height:35px;border:1px #d9d9d9 solid;padding-left:5px;font-family:"微软雅黑","Microsoft YaHei";font-size:14px;line-height:35px;}
.input:hover{border:solid 1px #3bb4f2}
.textarea{width:345px;height:70px;border:1px #d9d9d9 solid;font-size:14px;padding-left:3px;padding-top:3px;margin-top:5px;font-family:"微软雅黑","Microsoft YaHei";}
.textarea:hover{border:solid 1px #3bb4f2}
.table{margin:0 auto;}
.table td{height:50px;line-height:50px;}
.table span{font-size:16px;color:red;margin-left:5px;}
/* button */
.btn{font-size:14px;height:28px;madding:0 30px;cursor:pointer;}
.btn1{width:170px;height:38px;background-color:#008ce1;border:0px;cursor:pointer;color:#fff;font-size:14px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;}
.btn1:hover{color:#fff;background-color:#d4291e;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;}
.btn2{width:170px;height:38px;background-color:#cdcdcd;border:0px;cursor:pointer;color:#fff;font-size:14px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;margin-left:5px;}
.btn2:hover{color:#fff;background-color:#008ce1;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;}
/* color */
.blue{color:blue;}
.blue a:link,.blue a:visited{color:blue;}
.blue a:active,.blue a:hover{color:#f00;}
.post_error{padding-left:5px;color:#ff0000;font-style:normal;}
.warning{color:#ff0000;font-weight:bold;}
.red{color:red;}
a.red{color:red;}
.silver{color:#666}
.orange{color:#fe6700;}
.green{color:#1C86EE;}
.golden{color:#996600;}
.brown{color:brown;}
.navy{color:#000080;}
.gray{color:#999999;}
.darkblue{color:#00008b;}
.deeppink{color:#ff1493;}
.deepbrown{color:#B53528;font-weight:bold;}
/*title*/
h1{font-size:16px;font-weight:bold;}
h2{font-size:14px;font-weight:bold;}
h1,h2,h3,h4,h5,h6{font-weight:normal;margin:0;padding:0;border:0;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}

/*动态按钮*/
.rotation_btn{position:absolute;bottom:20px;text-align: center;right: 0;left: 0;}
.rotation_btn a{float:inherit;display:inline-block;vertical-align: bottom;font-size:18px;font-weight:300;}
.rotation_btn {margin-top:0px;}
.rotation_btn a {transition:all .3s;}
.rotation_btn .buy_now {position:relative;float:left;width:211px;height:46px;line-height:46px;border:1px solid rgba(0,138,255,1);background:rgba(0,138,255,1);border-radius:5px;text-align:center;color:rgba(255,255,255,1);overflow:hidden;}
.rotation_btn .buy_now::before {display:inline-block;content:'';position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;background:#FFF;opacity:.5;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;filter:alpha(opacity=50);-webkit-animation:enlarge 1.3s infinite;-o-animation:enlarge 1.3s infinite;animation:enlarge 1.3s infinite;}
@keyframes enlarge {0% {width:0;height:0}
100% {width:122px;height:122px;background:0}
}

/*clearboth*/
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1;}
.w{margin:0 auto;}
.clearfix .clear{_height:0px;}
.wrap_gary{width:100%;height:auto;min-width:1200px;margin:0 auto;background:#eeeeee;}
.wrap{margin:0 auto;height:auto;width:1200px;min-width:1200px;display:table;}
/*顶部信息*/
.head_box{width:100%;height:120px;padding:5px 0;}
.header{width:1200px;margin:0 auto; padding-top:10px;}
.header .phone{display:block;float:right;width:300px;height:40px;padding-left:46px;margin:35px 0 0px 0;background:url(../images/top_tel.png) no-repeat left bottom;}
.header .phone p{display:block;line-height:16px;font-size:16px;color:#999;}
.header .phone h4{display:block;line-height:32px;font-size:26px;color:#ed6d18; font-weight:bold; }

.logo { display: block; float: left; width:400px; overflow:hidden; padding-top:15px;}
.logo img{ float: left;  }
.logo .sitename{ width:300px;overflow:hidden; float:left; margin-left:10px;padding-top:3px;}
.logo .sitename h2{ font-size:33px; color:#333; font-family: microsoft yahei;font-weight: bold;height:45px;line-height:45px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.logo .sitename p{ font-size:16px; color:#333;}

.header .nav &gt; ul &gt; li.on{background-color:#ed6d18;}
.header .nav &gt; ul &gt; li:hover{background-color:#ed6d18;}
.header .top_i{ width:400px;margin:15px 0px 0px 50px; float:left;}
.header .top_i ul li{margin:0px 12px; float:left;}
.header .top_i ul li i{display:block;width:55px;height:55px;border-radius:5px;}
.header .top_i ul li:nth-child(1) i{background: url('/images/t1.png') no-repeat center;}
.header .top_i ul li:nth-child(2) i{background: url('/images/t2.png') no-repeat center;}
.header .top_i ul li:nth-child(3) i{background: url('/images/t3.png') no-repeat center;}
.header .top_i ul li:nth-child(4) i{background: url('/images/t4.png') no-repeat center;}
.header .top_i ul li p{text-align:center;font-size:14px;color:#666;margin-top:5px;font-weight: 600;}

/*头部*/
.nav{display:block;width:100%;min-width:1200px;height:62px;background-color:#c0e4fe;}
.nav .nav-group{display:block;float:left;width:1230px;}
.nav .nav-group li{position:relative;display:block;float:left;text-align:center;line-height:62px;color:#333;font-size:18px;margin-right:1px;}

.nav .nav-group li:last-child{background:none;}
.nav .nav-group li&gt;a{display:block;color:#000;transition:0.3s;-o-transition:0.3s;-ms-transition:0.3s;-moz-transition:0.3s;-webkit-transition:0.3s;padding:0 50px;}
.nav .nav-group li:hover&gt;a,.nav-group li.active&gt;a{background-color:#1c86ee; color: #fff; font-weight: bold;}
.nav li dl{display:none;position:absolute;width:100%;background-color:#1C86EE;z-index:10;}
.nav li dl dd{display:block;line-height:28px;font-size:15px;border-top:1px solid #efefef;}
.nav li dl dd:last-child{border-bottom:none;}
.nav li dl dd a{display:block;color:#fff;padding:8px 0;transition:0.3s;-o-transition:0.3s;-ms-transition:0.3s;-moz-transition:0.3s;-webkit-transition:0.3s;}
.nav li dl dd a:hover{background-color:#ed6d18;}
.nav .search{display:block;width:230px;height:40px;float:right;margin-top:8px;background-color:#fff;}
.nav .search .input{display:block;width:160px;float:left;height:28px;border:none;outline:none;padding:6px 10px;line-height:20px;color:#9fa0a0;}
.nav .search .btn{display:block;width:50px;height:40px;float:right;background:url(../images/search.png) no-repeat center;border:none;outline:none;cursor:pointer;transition:0.3s;-o-transition:0.3s;-ms-transition:0.3s;-moz-transition:0.3s;-webkit-transition:0.3s;}
.nav .search .btn:hover{opacity:0.8;}

.banner{width:100%;min-width:1200px;height:auto;}
.slideBox{width:100%;min-width:1200px;height:auto;overflow:hidden;position:relative;}
.slideBox .hd{width:100%;min-width:1200px;position:absolute;z-index:1;bottom:8px;left:0;height:30px;line-height:30px;}
.slideBox .hd ul{text-align:center;}
.slideBox .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:12px;height:12px;margin:5px;overflow:hidden;background:#888;line-height:999px;border-radius:100%;}
.slideBox .hd ul .on{background:#e7ce7e;}
.slideBox .bd{position:relative;height:100%;z-index:0;}
.slideBox .bd li{zoom:1;vertical-align:middle;}
.slideBox .bd img{width:100%;min-width:1200px;height:auto;display:block;}
.slideBox .prev { position: absolute; left: 5%; top: 50%; margin-top: -25px; display: block; width: 56px; height: 56px; background: url(../images/prevArrow.png) no-repeat; filter: alpha(opacity=0); opacity: 0; }
.slideBox .next { position: absolute; right: 5%; top: 50%; margin-top: -25px; display: block; width: 56px; height: 56px; background: url(../images/nextArrow.png) no-repeat; filter: alpha(opacity=0); opacity: 0; }
.slideBox .prev:hover,
.slideBox .next:hover { filter: alpha(opacity=100); opacity: 1; }
.slideBox .prevStop { display: none; }
.slideBox .nextStop { display: none; }

/*标题*/
.page_title{}
.page_title strong{position:relative;display:inline-block;}
.page_title strong a{font-size:30px;color:#333;}
.page_title strong:after{content:'';position:absolute;top:20px;left:160px;display:block;width:1040px;height:10px;background:url(/images/tit_l.png) repeat-x;}

/*首页标题*/
.index_title{text-align:center;}
.index_title strong{position:relative;display:inline-block;}
.index_title strong a{font-size:30px;color:#f36420;}
.index_title strong:after{content:'';position:absolute;top:16.0px;left:160px;display:block;width:400px;height:10px;background:url(/images/tit_l.png) no-repeat center;}
.index_title strong:before{content:'';position:absolute;top:16.0px;right:160px;display:block;width:400px;height:10px;background:url(/images/tit_r.png) no-repeat center;}
.index_title p{font-size:18px;color:#666;margin-top:10px;}
/*首页服务*/
.index_ser{padding:30px 0px;}
.index_ser ul{width:1200px;overflow:hidden;margin:0 auto;padding-bottom:10px;}
.index_ser ul li{float:left;width:268px;margin:40px 40px 0 0;overflow:hidden;border:1px solid #ededed;transition:0.5s;-ms-transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s;height:268px;box-shadow:0px 5px 5px #605f5f;background-color:#000;position:relative;}
.index_ser ul li:nth-child(4n){margin-right:0px;}
.index_ser ul li .pic{width:100%;height:100%;overflow:hidden;position:relative;}
.index_ser ul li img{width:100%;}
.index_ser ul li span.tit{display:block;width:248px;padding:0 10px;height:50px;line-height:50px;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transition:0.5s;-ms-transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s;}
.index_ser ul li span.tit a{transition:0.5s;-ms-transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s;}
.index_ser ul li:hover{border:1px solid #f36420;}
.index_ser ul li:hover a{color:#f36420;}
.index_ser ul li a:hover{color:#f36420;}
.index_ser ul li:hover .dps{bottom:145px;}
.index_ser ul li:hover .more{display:block !important;}
.index_ser ul li .tit{position:absolute;bottom:20px;border:1px solid #dbdbdc;width:245px !important;padding:0px 0px 0px 0px !important;height:233px !important;left:10px;border-bottom-color:transparent;}
.index_ser ul li i{position:relative;bottom:40px;color:#fff;font-size:22px;left:90px;font-style: normal;}
.index_ser ul li .tit .t1{position:relative;bottom:7px;line-height:448px;left:-15px;border-bottom:1px solid #dbdbdc;}
.index_ser ul li .tit .t2{position:relative;bottom:7px;right:0;border-bottom:1px solid #fff;}
.index_ser ul li .more{position:relative;bottom:63px;font-size:12px;padding:3px 16px;background-color:#fff;border-radius:6px;left:88px;opacity:0.5;color:#383838;font-weight:bold;font-family:'瀹嬩綋' !important;display:inherit;display:none;width:90px;}

/*首页流程*/
.index_flow{padding-bottom:10px;}
.index_flow .c{margin-top:30px;}
.index_flow ul li{width:188px;margin-right:14px; float:left;}
.index_flow ul li:last-child{margin-right:0px;}
.index_flow ul li .p{ text-align:center;}
.index_flow ul li img{width:100px;transition:all 0.3s;vertical-align:bottom;}
.index_flow .ulbox ul li .t{margin-top:10px;}
.index_flow .ulbox ul li .t i{display:inline-block;width:30px;text-align:center;line-height:30px;color:#fff;background:#ed6d18;font-size:18px;border-radius:50%;}
.index_flow .ulbox ul li .t div span{display:inline-block;font-size:18px;line-height:30px;color:#f36420;color: black;font-weight: bold;}
.index_flow .ulbox ul li .t &gt; p{font-size:14px;color:#666;line-height:18px;margin-top:5px;letter-spacing:1px;}
.index_flow .ulbox ul li:hover .p img{transform:scale(1.06);}

/*关于我们*/
.about{padding-top:50px;margin-bottom:20px;background:url(/images/dzbg.jpg) no-repeat right top;}
.about .intro{width:1200px;height:450px;margin:0 auto;}
.about .intro .pic{width:480px;height:380px;float:left;margin-top:20px;}
.about .intro .pic img{width:460px;}
.about .intro .txt{width:720px;height:380px;float:left;margin-top:20px;}
.about .intro .txt p{ line-height:40px;font-size:16px;margin-left:40px;}
.about .team{padding-top:0px; height:420px;position:relative;}
.about .team .icon{margin:30px 0 5px;width:800px;}
.about .team .icon ul li{width:215px;float:left;line-height:50px;background:#666;border-radius:5px;margin-right:30px; margin-bottom:30px;transition:all 0.3s;}
.about .team .icon ul li:hover{background:#ed6d18;}
.about .team .icon ul li i{display:inline-block;width:50px;height:50px;vertical-align:bottom;}
.about .team .icon ul li:nth-child(1) i{background:url('/images/ico_px.png') no-repeat center;}
.about .team .icon ul li:nth-child(2) i{background:url('/images/ico_cz.png') no-repeat center;}
.about .team .icon ul li:nth-child(3) i{background:url('/images/ico_kc.png') no-repeat center;}
.about .team .icon ul li:nth-child(4) i{background:url('/images/ico_jy.png') no-repeat center;}
.about .team .icon ul li span{color:#fff;font-size:18px;font-weight:bold;}
.about .whyus{width:720px;overflow:hidden;float:left;}
.about .whyus h2{font-size:18px;color:#ed6d18;font-weight:bold; padding-bottom:10px;}
.about .whyus p{font-size:14px;color:#333;line-height:30px;}
.about .whyus .tdimg{position:absolute;right:0px;top:60px;background:#ed6d18;height:300px;}
.about .whyus .tdimg img{width:397px;height:320px;position:relative;bottom:60px;right:28px;-moz-box-shadow:0px 0px 4px #666666;-webkit-box-shadow:0px 0px 4px #666666;box-shadow:0px 0px 4px #666666;}


/*服务详情*/
.serv { padding-top:30px;}
.serv .htitle{width: 100%;height:50px;line-height:50px;text-align: center;background:#ebebeb;color: #333;font-size:20px;margin-bottom: 40px;border-radius:50px;}
.serv .row img { width:100%; }
.serv .imgl {float: left;width: 550px;height:360px;border:1px solid #eee;overflow: hidden;transition:all 0.3s ease;}
.serv .imgl:hover {border-color: #e5e5e5;box-shadow: 1px 3px 20px #c4c4c4;}
.serv .imgl img {width: 100%;}
.serv .infor ul {float: right;width: 580px;height:390px;position: relative;}
.serv .infor ul li {font-size: 15px;margin-bottom: 10px;}
.serv .infor ul li.h1 {color: #333;font-size: 24px;margin-bottom: 20px;}
.serv .infor ul li span, .serv .infor ul li&gt;p {display: inline-block;vertical-align: top;color: #333;}
.serv .infor ul li span {width: 85px;}
.serv .infor ul li&gt;p {width: 490px;text-align: justify;}
.serv .infor ul li a.btn {display: block;width: 150px;height: 50px;line-height: 50px;text-align: center;background: #ed2025;color: #fff;font-size: 16px;margin-top:10px;border-radius:5px;}
.serv .neirong{ font-size:18px; line-height:32px;}
.serv .neirong .shebei{display:flex;flex-wrap:wrap;margin-right:15px;margin-left:15px; padding-bottom:50px;}
.serv .neirong .shebei li{display:block;text-align:center;flex:1;    box-shadow: 0px 5px 5px #605f5f;}
.serv .neirong .shebei li img{ width:280px; height:230px;}
.serv .neirong .shebei li p{ font-size:16px; }

/*城市列表页*/
.city-hot{ background:#f9f9f9; height:80px; line-height:30px; padding-left:26px; padding-top:12px;}
.city-hot strong{ float:left; font-size:16px; color:#333241; font-weight:normal;}
.city-hot .cityhot{ float:left; width:1060px; }
.city-hot a{ color:#333241; font-size:16px; font-weight:bold; margin-right:18px; white-space:nowrap;}
.city-hot a:hover{ color:#ef5231;}
.city-hot a.terminal{ color:#ec330c;}
.city-list{ overflow:hidden; font-size:16px; line-height:40px; padding-top:20px;}
.city-list dl{ width:1220px;}
.city-list dt{ float:left; width:28px; color:#333241; font-weight:bold;}
.city-list dd{ font-size:0; overflow:hidden;}
.city-list dd a{ font-size:16px; color:#006a92;  float:left; margin-right:20px; white-space:nowrap;}
.city-list dd a:hover{ color:#f32e00;}
.city-list dd a.hot{ color:#f32e00; text-decoration:underline;}

/*分享*/
.share{float:right;width:160px;height:28px;margin-right:2px;}
.share strong{font-weight:normal;float:left;width:70px;height:28px;line-height:28px;}
/*----------------------布局---------------------*/
#pleft{float:left;width:250px;height:auto;overflow:hidden;}
#pright{background:#fff;float:right;width:940px;height:auto;overflow:hidden;}
.xbanner{width:100%;min-width:1200px;height:auto;}
.xbanner img{width:100%;min-width:1200px;height:auto;border-bottom:1px solid #dadbd6;text-align:center;margin:0 auto;}

/* ---------------分页--------------- */
.page{margin:30px 0;}
.page span{display:inline-block;border:solid 1px #e9e9e9;border-radius:1px;padding:0 20px;height:32px;line-height:32px;margin-left:3px;font-family:arial;}
.page a{display:inline-block;border:solid 1px #e9e9e9;border-radius:1px;padding:0 12px;height:32px;line-height:32px;margin-left:3px;font-family:arial;}
.page a:hover,.page .current{color:#333;background:#e9e9e9;border:solid 1px #e9e9e9;}
/*Footer - start*/

/*city_list*/
.city_list{ border-top:solid 1px #e9e9e9; padding:20px 0 20px;}
.city_list ul{ }
.city_list li{ float:left;line-height:40px; padding:0 10px; font-size:18px;}

/*网页底部*/
.footer{clear:both;color:#fff; padding-top:15px;background:url(../images/footbg.jpg) no-repeat center; background-size:100%;}
.footer .foot{width:100%;height:335px;}
.footer .dnav{width:255px;height:240px;margin-top:57px;padding-left:60px; float:left; background:url(../images/l.jpg) no-repeat right;}
.footer .dnav h2{font-size:20px;color:#fff;font-weight:bold;}
.footer .dnav hr{width:30px;height:3px;border:none;background:#999;margin:10px 0 20px 0;}
.footer .dnav li{line-height:26px;}
.footer .dnav li a{ color:#ddd; }
.footer .dnav li a:hover{color: #FFFF00;}
.footer .dline{margin-top:57px; float:left;}
.footer .lianxi{width:330px;margin-top:57px;padding-left:76px;float:left;}
.footer .lianxi h2{font-size:20px;color:#fff;font-weight:bold;}
.footer .lianxi hr{width:30px;height:3px;border:none;background:#999;margin:10px 0 20px 0;}
.footer .lianxi h1{font-size:30px;color:#fff;padding-bottom:26px; font-weight:bold;}
.footer .lianxi p{line-height:26px; color:#999999;}
.footer .lianxi img{padding-right:10px;vertical-align:-5px;}
.footer .ewm{width:300px;margin-top:85px;float:right;}
.footer .ewm li{width:150px; float:left;}
.footer .ewm li:nth-child(2){float:right;}
.footer .ewm li img{width:150px;height:150px;padding:6px;background:#fff;}
.footer .ewm li p{text-align:center;line-height:42px;}
.footer .copyright{width:100%;height:60px;background:#222; text-align:center;}
.footer .copyright a{color:#aaa;}
.footer .copyright span{line-height:60px;}
.footer .copyright span:nth-child(2){ padding-left:15px;}</pre></body></html>