<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* åˆå§‹åŒ– */
@charset "utf-8";
* {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td, figure {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
body {
  line-height: 1.5;
  font-size: 16px;
  text-align: justify;
  background: rgb(245, 247, 249);
  min-width: 1200px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  font-family: "PingFang", "Helvetica", "å¾®è½¯é›…é»‘", "Microsoft YaHei", "simsun", "Arail";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul, ol, li {
  list-style: none;
}
.h20 {
  height: 20px;
}
.h30 {
  height: 30px;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
em, i {
  font-style: normal;
}
select, select:hover {
  outline: none;
  border-color: #000;
}
body, button, input, select, textarea, *:focus {
  outline: none;
}
a:hover, a:active, a:visited {
  text-decoration: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.clearfix, .clearfix:before, .clearfix:after, ul:before, ul:after {
  display: block;
  content: '';
  clear: both;
}
.clear {
  clear: both;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.wrapper1000 {
  width: 1000px;
  margin: 0 auto;
}
section {}
section h3, .introduce h2 {
  font-size: 36px;
  text-align: center;
  color: #333;
  letter-spacing: 2px;
}
section h3 span {
  color: #c91111;
}
section h4 {
  text-align: center;
  color: #555;
  font-size: 18px;
  text-transform: uppercase;
}
section h5 {
  text-align: center;
  color: #333;
  font-size: 24px;
}
.line {
  width: 50px;
  height: 3px;
  background: #ff2222;
  left: 50%;
  position: relative;
  margin: 15px 0 20px -25px;
}
.h100 {
  height: 100px;
}
.h60 {
  height: 60px;
}
.h80 {
  height: 80px;
}
.h30 {
  height: 30px;
}
/* head  */
header {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 999;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
#menu {
  position: relative;
}
#menu h1 {
  width: 320px;
  height: 70px;
  margin-top: 15px;
  float: left;
  font-size: 0;
  background: url("../images/logo.png") no-repeat left center/contain;
}
#menu nav {
  float: right;
}
#menu nav ul li {
  display: inline-block;
}
#menu nav &gt; ul &gt; li &gt; a {
  display: inline-block;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  padding: 0 15px;
}
#menu nav &gt; ul &gt; li.active &gt; a, #menu nav ul li a:hover {
  color: #ff2222;
}
#menu nav ul ul {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 30px 0;
  background: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: opacity .3s, visibility .4s;
  -moz-transition: opacity .3s, visibility .4s;
  -ms-transition: opacity .3s, visibility .4s;
  -o-transition: opacity .3s, visibility .4s;
  transition: opacity .3s, visibility .4s;
}
#menu nav &gt; ul &gt; li:hover ul {
  visibility: visible;
  opacity: 1;
}
#menu nav ul ul li {
  width: 155px;
  margin: 0 5px;
}
#menu nav ul ul li span {
  display: block;
  width: 150px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #eee;
  margin-bottom: 5px;
}
#menu nav ul ul li:hover span {
  border-color: #ff2222;
}
#menu nav i.icon-taobao {
  color: #FF6003;
  font-size: 36px;
}
#menu nav i.icon-tianmao {
  color: #AC1615;
  font-size: 32px;
}
#menu nav i.icon-jingdong {
  color: #D81E06;
  font-size: 32px;
}
#menu nav i.icon-pinduoduo {
  color: #E83817;
  font-size: 48px;
}
#menu nav i.icon-yamaxun {
  color: #211D1E;
  font-size: 36px;
}
#menu nav i.icon-alibaba {
  color: #FF6003;
  font-size: 24px;
}
#menu nav i.icon-zhitongche {
  color: #d81e06;
  font-size: 36px;
}
/* head  end*/
/* body1 æœåŠ¡é¡¹ç›®*/

.index-1 {padding: 70px 0 70px;

}

.service-box ul {
  margin: 20px -15px 0;
}
.service-box ul li {
  float: left;
  width: 270px;
  height: 250px;
  padding-top: 35px;
  margin: 20px 15px;
  text-align: center;
  border-radius: 10px;
  vertical-align: top;
  background: #fff;
  color: #666;
  cursor: pointer;
  box-shadow: 0px 6px 20px rgba(217, 217, 217, 0.75);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.service-box ul li:before {
  margin-top: 30px;
}
.service-box ul li:hover, .service-box ul li.active {
  background: #008bd9;
}
.service-box ul li:hover i, .service-box ul li:hover h4, .service-box ul li:hover p, .service-box ul li.active i, .service-box ul li.active h4, .service-box ul li.active p {
  color: #fff !important;
}
.service-box ul li i {
  font-size: 36px;
}
.service-box ul li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #555;
  margin: 10px 0;
}
.service-box ul li p {
  font-size: 15px;
  color: #333;  padding-left: 30px; padding-right: 30px;
}
.service-box ul li:nth-child(1) i {
  color: #00ceff;
}
.service-box ul li:nth-child(1) i:before {
  content: "\e614";
}
.service-box ul li:nth-child(2) i {
  color: #00ceff;
}
.service-box ul li:nth-child(2) i:before {
  content: "\e613";
}
.service-box ul li:nth-child(3) i {
  color: #f6d220;
}
.service-box ul li:nth-child(3) i:before {
  content: "\e618";
}
.service-box ul li:nth-child(4) i {
  color: #7f96e0;
}
.service-box ul li:nth-child(4) i:before {
  content: "\e612";
}
.service-box ul li:nth-child(5) i {
  color: #f6d220;
}
.service-box ul li:nth-child(5) i:before {
  content: "\e62e";
}
.service-box ul li:nth-child(6) i {
  color: #7f96e0;
}
.service-box ul li:nth-child(6) i:before {
  content: "\e604";
}
.service-box ul li:nth-child(7) i {
  color: #4cba91;
}
.service-box ul li:nth-child(7) i:before {
  content: "\e607";
}
.service-box ul li:nth-child(8) i {
  color: #00ceff;
}
.service-box ul li:nth-child(8) i:before {
  content: "\e6eb";
}
/* body1 æœåŠ¡é¡¹ç›® end*/



.index-2 {padding: 70px 0 70px;
  background: #0080d9;
  -o-background: linear-gradient(-60deg, #0080d9 0%, #009fd9 100%);
  -moz-background: linear-gradient(-60deg, #0080d9 0%, #009fd9 100%);
  -webkit-background: linear-gradient(-60deg, #0080d9 0%, #009fd9 100%);
  background: linear-gradient(-60deg, #0080d9 0%, #009fd9 100%);
}
.distribution {
  background: url(../images/map.png) no-repeat center/contain;
}
.distribution h3, .distribution h4 {
  color: #fff;
}
.num-box {
  margin-top: 30px;
}
.num-box ul li {
  float: left;
  padding: 0 40px;
  color: #f6d220;
  border-right: 1px solid rgba(246, 210, 32, 0.25);
  text-align: center;
}
.num-box ul li:last-child {
  border: none;
}
.num {
  font-size: 42px;
}
.des {
  color: #eee;
}
.china-map {}
.iabout_content {
  font-size: 16px;
  color: #FFF;
  line-height: 35px;
  padding-top: 25px;
}
.content_sty {
  font-size: 16px;
  color: #333;
  line-height: 35px;
  padding-top: 25px;
}
/* body3 about end*/
/*****æ¡ˆä¾‹*****/
.index-3 { padding: 70px 0 70px;
 
}
.case-list {
  margin: 0 -10px 35px;
}
.case-list ul li {
  float: left;
  width: 376px;
  margin: 0 10px 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.case-list ul li:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  -moz-transform: translate3d(0, -3px, 0);
  -ms-transform: translate3d(0, -3px, 0);
  -o-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -5px, 0);
  box-shadow: 0px 6px 20px rgba(217, 217, 217, 0.75);
}
.case-list .case-pic span {
  display: block;
  height: 220px;
  background-color: #ddd;
  background-size: cover;
  background-position: center;
}
.case-list .case-info {
  padding: 10px 15px 15px;
  border: 1px solid #f2f2f2;
  background: #fff;
}
.case-list .case-info .title {
  color: #222;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.case-list .case-info .meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 8px;
  height: 85px;
}
.case-list .case-info .memo {
  font-size: 14px;
  color: #999;
  margin-bottom: 8px;
  height: 75px;
  line-height: 25px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.case-list .case-info button {
  font-size: 14px;
  width: 100px;
  height: 30px;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 15px;
  text-align: center;
  line-height: 28px;
  color: #999;
  background: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.case-list ul li:hover button {
  background: #ff2222;
  border-color: #ff2222;
  color: #fff;
}
.index-4 { padding: 70px 0 70px; background: #FFFFFF;
 
}



/*****foot*****/
.footer {
  width: 100%;
  height: 146px;
  background-color: #008CD7;
  overflow: hidden;
}
.dibu1 {
  padding-top: 27px;
  width: 1200px;
  margin: auto;
}
.dilogo {
  float: left;
}
.didh {
  width: 660px;
  float: left;
  margin-left: 40px;
}
.didh1 {
  overflow: hidden;
}
.didh1 li {
  float: left;
  margin-right: 24px;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}
.didh1 li A {
  color: #fff;
}
.erweima {
  float: right;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.4px;
}
.didh2 {
  font-size: 13px;
  color: #fff;
  line-height: 24px;
  margin-top: 20px;
}
.didh2 span {
  float: right;
}
.didh2 a {
  color: #fff;
}
.dierwei {
  float: right;
  width: 280px;
}
.dierwei img {
  height: 93px;
}
/*****foot end *****/
.contact_left {
  float: left
}
.contact_right {
  float: right
}
.sl {}
.sl li {
  position: relative;
  float: left;
  width: 300px;
  margin-right: 12px;
  transition: .5s;
  background: #FFF
}
.sl li:hover {}
.sl li a {
  display: block;
  width: 100%;
}
.sl li img {
  width: 100%;
  height: 225px;
}
.sl li p {
  color: #fff;
  font-size: 16px;
  background: #ff7200;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: .5s;
}
.sl li:hover p {
  background: #ff2222;
  color: #fff;
}
.content_title {
  text-align: center;
}
.content_title h4 {
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #CCC;
}
.content_pic {
  text-align: center;
}
/*****åº—é“º*****/
.dian-list {
  margin: 0 -10px 5px;
}
.dian-list ul li {
  float: left;
  width: 285px;
  margin: 0 10px 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.dian-list ul li:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  -moz-transform: translate3d(0, -3px, 0);
  -ms-transform: translate3d(0, -3px, 0);
  -o-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -5px, 0);
  box-shadow: 0px 6px 20px rgba(217, 217, 217, 0.75);
}
.dian-list .dian-pic span {
  display: block;
  height: 210px;
  background-color: #ddd;
  background-size: cover;
  background-position: center;
}
.dian-list .dian-info {
  padding: 10px 15px 15px;
  border: 1px solid #f2f2f2;
  background: #fff;
}
.dian-list .dian-info .title {
  color: #222;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.dian-list .dian-info button {
  font-size: 14px;
  width: 100px;
  height: 30px;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 15px;
  text-align: center;
  line-height: 28px;
  color: #999;
  background: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.dian-list ul li:hover button {
  background: #ff2222;
  border-color: #ff2222;
  color: #fff;
}
/*åˆ†é¡µ*/
.fenye {
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  padding: 20px 0;
}
.fenye .rows {
  color: #666;
  font-size: 13px;
  padding: 0 10px;
}
.fenye .current {
  display: inline-block;
  margin: 0 3px;
  padding: 0 10px;
  border: 1px solid #cc0000;
  color: #666;
  font-size: 14px;
  height: 28px;
  line-height: 27px;
  border-radius: 5px;
  background-color: #cc0000;
  color: #fff;
}
.fenye .num, .fenye .next {
  display: inline-block;
  margin: 0 3px;
  padding: 0 10px;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  height: 28px;
  line-height: 27px;
  border-radius: 5px;
}
.fenye .num:hover, .fenye .next:hover, {
  background-color: #cc0000;
  color: #fff;
  border: 1px solid #cc0000;
}

/* é€šç”¨åˆ†é¡µæ&nbsp;·å¼ */
.pages {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 40px 0 20px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
.pages a {
	border: 1px solid #d1d1d1;
	height: 30px;
	line-height: 30px;
	color: #666666;
	padding: 5px 10px;
	margin-right: 8px;
	font-size: 16px;
}
.pages .current, .pages a:hover {
	color: #fff;
	background: #0181ca;
	border: 1px solid #0181ca;
}</pre></body></html>