/* CSS Document */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  font-size: 12px;
  font-weight: normal;
  font-family: "微软雅黑";
}
html,
body {
  max-width: 1400px;
  margin: 0 auto;
}
/*index.html*/
.top_wrap {
  width: 1400px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  background-color: #18004a;
}
.top_wrap .top {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
}
.top_wrap .top .tel {
  width: 200px;
  padding-left: 40px;
  margin-left: 700px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/tel.png) no-repeat left center;
  float: left;
}
/*.top_wrap .top .per {
  float: right;
  background: url(../images/person.png) no-repeat left center;
}
.top_wrap .top .per a {
  display: block;
  margin-right: 150px;
  padding-left: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}*/

.top_wrap .top .language{
  float:right;
  margin-right:70px;
  width:100px;
  color:#fff;
}
.top_wrap .top .language a{
  text-decoration: none;
  color:#fff;
  font-size:14px;
}

/*导航部分*/
.nav {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
}
.nav .left {
  width: 300px;
  height: 70px;
  float: left;
}
.nav .left img {
  margin-top: 10px;
}
.nav .right {
  width: 730px;
  float: right;
}
.nav .right li {
  float: left;
  text-align: center;
  margin-left: 20px;
}
.nav .right li a {
  display: block;
  width: 70px;
  height: 70px;
  padding: 0 10px;
  line-height: 70px;
  text-decoration: none;
  color: #18004a;
  font-size: 16px;
  font-weight: bold;
}
.nav .right li a.shouye {
  background: url(../images/nav_line.jpg) no-repeat bottom center;
}
.nav .right li a:hover {
  background-color: #18004a;
  color: #fff;
}

/*图片轮换*/
.b_wrap {
  height: 400px;
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.b_wrap ul {
  position: absolute;
}
.b_wrap ul li {
  height: 170px;
  display: none;
}
.b_wrap ul li:first-child {
  display: block;
}
.b_wrap ol {
  position: absolute;
  right: 45px;
  bottom: 10px;
}
.b_wrap ol li {
  height: 20px;
  width: 20px;
  background: #ccc;
  border: solid 1px #666;
  margin-left: 5px;
  color: #000;
  float: left;
  line-height: center;
  text-align: center;
  cursor: pointer;
}
.b_wrap ol .on {
  background: #e97305;
  color: #fff;
}

/*核心技术*/
.con {
  width: 1200px;
  overflow: hidden;
  margin: 30px auto 0;
}
.con h2 {
  text-align: center;
  color: #18004a;
  font-size: 30px;
  height: 50px;
  margin: 15px 0;
}
.con h5 {
  text-align: center;
  color: #18004a;
  font-size: 18px;
  height: 30px;
}
.con span {
  display: block;
  text-align: center;
  margin: 10px 0;
}
.con .serve_bottom {
  overflow: hidden;
}
.con .serve_bottom dl {
  float: left;
  width: 260px;
  text-align: center;
  margin-left: 30px;
  margin-top: 30px;
}
.con .serve_bottom dl dd {
  margin-top: 20px;
}
.con .serve_bottom dl dd a {
  color: #18004a;
  font-size: 18px;
  text-decoration: none;
}

/*物流服务*/
.con1 {
  width: 1200px;
  overflow: hidden;
  margin: 30px auto 0;
}
.con1 h2 {
  text-align: center;
  color: #18004a;
  font-size: 30px;
  height: 50px;
  margin: 15px 0;
}
.con1 h5 {
  text-align: center;
  color: #18004a;
  font-size: 18px;
  height: 30px;
}
.con1 span {
  display: block;
  text-align: center;
  margin: 10px 0;
}

.con1 .B_pic {
  margin: 20px 0;
}
.con1 .B_pic {
  overflow: hidden;
}
.con1 .B_pic li {
  float: left;
  margin-left: 60px;
}

/*关于我们*/
.con2 {
  width: 1200px;
  overflow: hidden;
  margin: 30px auto 0;
}
.con2 h2 {
  text-align: center;
  color: #18004a;
  font-size: 30px;
  height: 50px;
  margin: 15px 0;
}
.con2 h5 {
  text-align: center;
  color: #18004a;
  font-size: 18px;
  height: 30px;
}
.con2 span {
  display: block;
  text-align: center;
  margin: 10px 0;
}

.con2 .B_article {
  overflow: hidden;
  margin-top: 20px;
}
.con2 .B_article img {
  width: 357px;
  height: 215px;
  float: left;
}

.con2 .B_article p {
  width: 750px;
  height: 218px;
  float: left;
  margin-left: 30px;
  font-size: 16px;
  text-indent: 2em;
  line-height: 32px;
}

.con2 .B_article p a {
  text-decoration: none;
  color: #18004a;
  font-size: 16px;
}
.con2 .B_article p a:hover {
  text-decoration: underline;
}

/*footer*/
.f_wrap {
  width: 1400px;
  height: 150px;
  text-align: center;
  background: #18004a;
}
.footer {
  width: 1200px;
  margin: 30px auto 0;
}
.footer .F_T {
  width: 900px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  padding: 20px 0 10px 0;
}
.footer .F_T a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin-right: 20px;
  margin-left: 20px;
  display: inline-block;
}

.footer p {
  color: #fff;
  font-size: 16px;
}


/*About us.html*/
.about_con {
  width: 1200px;
  overflow: hidden;
  margin: 30px auto 0;
}
.about_con h2 {
  text-align: center;
  color: #18004a;
  font-size: 30px;
  height: 50px;
  margin: 15px 0;
}
.about_con h5 {
  text-align: center;
  color: #18004a;
  font-size: 18px;
  height: 30px;
}
.about_con span {
  display: block;
  text-align: center;
  margin: 10px 0;
}

.about_con .A_article {
  overflow: hidden;
  margin-top: 20px;
}
.about_con .A_article img {
  width: 357px;
  height: 215px;
  float: left;
}

.about_con .A_article p {
  width: 750px;
  float: left;
  margin-left: 30px;
  font-size: 16px;
  text-indent: 2em;
  line-height: 32px;
}


/*物流服务*/

.wuliu {
  width: 1200px;
  overflow: hidden;
  margin: 30px auto 0;
}
.wuliu h2 {
  text-align: center;
  color: #18004a;
  font-size: 30px;
  height: 50px;
  margin: 15px 0;
}
.wuliu h5 {
  text-align: center;
  color: #18004a;
  font-size: 18px;
  height: 30px;
}
.wuliu span {
  display: block;
  text-align: center;
  margin: 10px 0;
}

.wuliu .wuliu_pic {
  overflow: hidden;
  margin-top: 20px;
}

.wuliu .wuliu_pic li{float:left; margin-left:60px;}

.wuliu p{
  width:1080px;	
  font-size: 16px;
  text-indent: 2em;
  line-height: 32px; margin:20px auto 0;
}



/*联系我们*/

.lianxi {
  width: 1200px;
  overflow: hidden;
  margin: 30px auto 0;
}
.lianxi h2 {
  text-align: center;
  color: #18004a;
  font-size: 30px;
  height: 50px;
  margin: 15px 0;
}
.lianxi h5 {
  text-align: center;
  color: #18004a;
  font-size: 18px;
  height: 30px;
}
.lianxi span {
  display: block;
  text-align: center;
  margin: 10px 0;
}

.lianxi dl{width:1000px; height:220px; margin:0 auto;}
.lianxi dl dt{float:left;}
.lianxi dl dd{float:left; margin-left:20px;}
.lianxi dl dd p{font-size:18px; margin-top:15px;}
.lianxi dl dd p img{vertical-align: middle; margin-right:10px;}

.lianxi .map{width:1100px;margin:0 auto;}


/*网络服务*/

.web_con {
  width: 1000px;
  overflow: hidden;
  margin: 30px auto 0;
}
.web_con h2 {
  text-align: center;
  color: #18004a;
  font-size: 30px;
  height: 50px;
  margin: 15px 0;
}
.web_con h5 {
  text-align: center;
  color: #18004a;
  font-size: 18px;
  height: 30px;
}
.web_con span {
  display: block;
  text-align: center;
  margin: 10px 0;
}

.web_con .W_article {
  overflow: hidden;
  margin-top: 20px;
}
.web_con .W_article img {
  width: 262px;
  height: 200px;
  float: left;
}

.web_con .W_article p {
  width: 670px;
  float: left;
  margin-left: 30px;
  font-size: 16px;
  text-indent: 2em;
  line-height: 32px; 
}














































