﻿@charset "utf-8";

/*设置页面通用样式*/

body {
  font-size: 14px !important;
  font-family: "arial","verdana","helvetica","PingFang SC","HanHei SC","STHeitiSC-Light","Microsoft Yahei",sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 1.5;
}

/* 重置表单元素 */
button, input, select, textarea {
  outline: none;
}

/* 清除内外边距 */
h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}

/* 重置列表元素 */
ul, ol {
  list-style: none;
}

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*重置a标签样式*/
a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #3C6DAD;
}

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*重置图片样式*/
img {
  vertical-align: middle;
  border-style: none;
}

/*浮动*/
.fr {
  float: right;
}

/*清除浮动*/
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

/*外边距*/
.mt {
  margin-top: 10px;
}

.mt40 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mlr {
  margin: 0 10px;
}

.mR40 {
  margin-right: 40px;
}

.mr {
  margin-right: 20px;
}

/*定位*/
.por{
  position: relative;
}
/*改变display属性*/
.dib {
  display: inline-block;
}

/*对齐方式*/
.vt {
  vertical-align: top;
}

.tac {
  text-align: center;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

/* -----------------------页眉------------------------------*/

/*状态栏*/
.status_bar {
  background-color: #F2F2F2;
  /*height: 44px;*/
  /*line-height: 44px;*/
}

/*显示站点*/
.status_bar .site {
  /*height: 44px;*/
  color: #666;
  font-size: 0;
  float: left;
}

.status_bar .site > span {
  margin-right: 16px;
  font-size: 12px;
}

.status_bar .site > div {
  display: inline-block;
  font-size: 12px;
}

.status_bar .site > div > img {
  margin-left: 10px;
}

/*登入信息*/

.status_bar .login {
  /*height: 44px;*/
  float: right;
  color: #666;
  font-size: 12px;
}
.status_bar .login span.logout{
  cursor: pointer;
  color: #4389ff;
}

.status_bar .login a {
  color: #666;
  text-decoration: none;
}

.status_bar .login a.register {
  color: #3C6DAD;
  margin-left: 5px;
}

.status_bar .login a:hover {
  color: #3C6DAD;
}

.status_bar .login li {
  float: left;
  vertical-align: top;
  padding: 0 8px;
  /*height: 20px;*/
  /*line-height: 20px;*/
  /*margin-top: 12px;*/
  border-left: 1px solid #ccc;
}

.status_bar .login li:first-child {
  border-left: none;
}

.status_bar .login .site_nav {
  border-right: none;
  position: relative;
  cursor: pointer;
  border-right: 1px solid transparent;
  width: 96px;
  box-sizing: border-box;

}

.status_bar .login .site_nav:hover {
  background: #fff;
  height: 44px;
  margin-top: 0;
  line-height: 44px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.status_bar .login .site_nav:hover:after {
  content: "";
  display: inline-block;
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #fff;
  width: 94px;
}

.status_bar .login .site_nav i {
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url("../images/slicing/index_jd.png") no-repeat -230px -250px;
  vertical-align: middle;
}

.status_bar .login .site_nav .site {
  display: none;
  position: relative;
  width: 218px;
  font-size: 14px;
  background: #fff;
  z-index: 10;
  height: auto;
  padding: 10px 0;
  border: 1px solid #ccc;
  top: -1px;
  right: 133px;
}

.status_bar .login .site_nav:hover .site {
  display: block;
}

.status_bar .login .site_nav .site a {
  float: left;
  margin: 6px 8px;
  height: 20px;
  line-height: 20px;
}

/*搜索栏*/
.search_bar {
  height: 80px;
  position: relative;
}

/*logo*/
.search_bar .logo a {
  display: inline-block;
  background: url("../images/logo/chinamae.logo.png") no-repeat left 50%;
  background-size: 100%;
  width: 320px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/*标题地区*/
.search_bar .region_title{
  height: 48px;
  position: absolute;
  top: 0;
  left: 333px;
  bottom: 0;
  margin: auto;
  border-left: 1px solid #999999;
  padding-left: 20px;
}

.search_bar .region_title:hover{
  cursor: pointer;
}

.search_bar .region_title h2{
  color: #174183;
  letter-spacing: 2px;
  font-size: 18px;
}

.search_bar .region_title .cutover{
  padding-left: 9px;
  letter-spacing: 3px;
  position: relative;
}

.search_bar .region_title .cutover:after{
  position: absolute;
  top: 6px;
  left: 77px;
  content: '';
  border-top: 8px solid #333333;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

/*热门地区*/
.search_bar .region_title .region_select{
  height: 70px;
  margin-top: 3px;
  margin-left: -21px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  padding: 5px 10px;
  display: none;
  position: relative;
  z-index: 100;
}

.search_bar .region_title:hover .region_select{
  display: block;
}

.search_bar .region_title .region_select p{
  color: #ff8e1f;
  letter-spacing: 1px;
  line-height: 36px;
  border-bottom: 1px dashed #CCCCCC;
}

.search_bar .region_title .region_select p a{
  color: #666666;
  margin-left: 5px;
  font-weight: bold;
  letter-spacing: 2px;
}

.search_bar .region_title .region_select ul{
  line-height: 36px;
  letter-spacing: 1px;
}

.search_bar .region_title .region_select ul li{
  float: left;
  margin-right: 8px;
}

.search_bar .region_title .region_select ul li a{
  padding-right: 8px;
  border-right: 1px solid #CCCCCC;
}

.search_bar .region_title .region_select ul li a:hover{
  color: #ff8e1f;
}

/*搜索*/
.search_bar .search {
  font-size: 0;
  height: 40px;
  position: absolute;
  top: 0;
  left: 620px;
  bottom: 0;
  margin: auto;
}

.search_bar .search form{
  position: relative;
}
.search_bar .search form i{
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 8px;
  width: 25px;
  height: 25px;
  background: url('../images/logo/mafeng.png');
  background-size: 100% 100%;
}


/*搜索按钮*/
.search_bar .search_btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 40px;
  width: 100px;
  background-color: #3c6dad;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: none;
  vertical-align: top;
  cursor: pointer;
}

.search_bar .search_btn:hover {
  background-color: #518CD8;
}

/*搜索框*/
.search_bar .search_box {
  width: 460px;
  height: 40px;
  padding-left: 20px;
  border: 1px solid #3C6DAD;
  box-sizing: border-box;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  vertical-align: top;
  color: #666;
  line-height: 40px;
  font-size: 12px;
}

/*占位符颜色*/
.search_bar .search_box::-webkit-input-placeholder {
  color: #999;
}

.search_bar .search_box:-ms-input-placeholder {
  color: #999;
}

.search_bar .search_box::-moz-placeholder {
  color: #999;
}

.search_bar .search_box:-moz-placeholder {
  color: #999;
}

/*搜索关键词*/
.search_bar .search_key {
  margin-top: 10px;
}

.search_bar .search_key span {
  float: right;
  font-size: 14px;
  color: #666;
}

.search_bar .search_key ul {
  width: 420px;
  overflow: hidden;
}

.search_bar .search_key li {
  float: left;
  font-size: 12px;
  margin-right: 16px;
  color: #999
}

.search_bar .search_key li > a {
  color: #999
}

.search_bar .search_key li > a:hover {
  color: #3C6DAD
}

/**
外链
 */
.search_bar .external_link {
  width: 234px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.search_bar .external_link > div {
  display: inline-block;
  margin-left: 30px;
  margin-top: 12px;
}

.search_bar .external_link p {
  text-align: center;
  font-size: 12px;
  color: #666;
}

.search_bar .external_link .code {
  position: relative;
  width: 76px;
  height: 76px;
}

.search_bar .external_link .code img {
  max-width: 60px;
  max-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.search_bar > div.external_link > div:nth-child(2) > div > img{
  width: 55px;
}
/**
导航条
*/
.boxBar {
  background-color: #3c6dad;
  height: 40px;
  line-height: 40px;
}

.boxBar .nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.boxBar .nav a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  /*font-weight: bold;*/
}

.boxBar .nav a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
}

.boxBar .nav a:last-of-type:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
}


.cateBox {
  background: #3c6dad;
  padding: 5px 0;
}

.cateBox .cateNav {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.cateBox .cateNav div {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.cateBox .cateNav div:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 20px;
  background: #ccc;
}

.cateBox .cateNav div:last-of-type:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 20px;
  background: #ccc;
}

.cateBox .cateNav .navLatestPur a, .cateBox .cateNav .navCompany a, .cateBox .cateNav .navStylePur a, .cateBox .cateNav .navCatePur a {
  display: block;
  width: 60px;
  margin: 2px 0 2px 40px;
  text-align: center;
  color: #fff;
}

.cateBox .cateNav .navTypePur a {
  display: block;
  width: 60px;
  margin: 2px 0 2px 15px;
  text-align: center;
  color: #fff;
}

.cateBox .cateNav .navStylePur a:last-of-type {
  width: 72px;
}


/**
二级目录
 */
.catalog {
  background: #F4F4F4;
  height: 80px;
}

.catalog i {
  display: inline-block;
  width: 32px;
  height: 36px;
  background: url("../images/slicing/index_jd.png") no-repeat;
  vertical-align: middle;
}

.catalog ul {
  padding: 17px 0;
  background: #F4F4F4;
}

.catalog ul div {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
}

.catalog li {
  float: left;
  border-left: 2px solid #ccc;
  padding: 0 9px;
  height: 46px;
}

.catalog li:first-child {
  border-left: 2px solid transparent;
}

.catalog li a {
  display: inline-block;
  padding: 2px 3px;
  white-space: nowrap;
  font-size: 12px;
}
.catalog li:nth-child(3) div{
  width: 268px;
}

/*----------------模块8，地区导航-----------------*/
.region_nav{
  margin-top: 10px;
}

.region_nav .title{
  display: inline-block;
  width: 112px;
  text-align: center;
  /*margin-top: 10px;*/
  margin-right: 15px;
  vertical-align: top;
}

.region_nav .title img{
  width: 100%;
}

.region_nav ul {
  width: 1063px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

.region_nav ul > li {
  height: 24px;
  line-height: 24px;
  float: left;
  overflow: hidden;
  font-size: 12px;
}

.region_nav li div {
  display: inline-block;
  width: 313px;
  vertical-align: top;
  overflow: hidden;
}

.region_nav li dt {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}

.region_nav li dd {
  display: inline-block;
  margin: 0 0 0 13px;
}

/*------------------市级分站-------------------*/
.blogroll {
  margin-top: 10px;
}

.blogroll .blogroll_title {
  background: #eee;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 20px;
}

.blogroll .blogroll_list {
  padding: 6px 0 0 20px;
}

.blogroll .blogroll_list li {
  float: left;
  height: 24px;
  line-height: 24px;
  margin-right: 30px;
  font-size: 12px;
  overflow: hidden;
}

/* -----------------------页尾------------------------------*/

.foot {
  margin-top: 10px;
  background-color: #3a3a45;

}

.foot > div {
  padding: 30px 0 16px;
}

/*
logo
*/

.foot .logo {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top;
}

.foot .logo i {
  display: inline-block;
  width: 215px;
  height: 60px;
  background: url("../images/slicing/index_jd.png") no-repeat 0 -230px;
}

/*服务连接*/
.foot .service {
  display: inline-block;
  vertical-align: top;
  border-right: 2px solid #666;
}

.foot .service > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
}

.foot .service > div p {
  color: #ccc;
  font-size: 16px;
  border-left: 4px solid #FA4800;
  padding-left: 8px;
}

.foot .service > div ul {
  margin-top: 0;
  padding-left: 12px;
}

.foot .service > div li {
  margin-top: 2px;
}

.foot .service > div a {
  color: #ccc;
  text-decoration: none;
  font-size: 12px;
}

/*二维码*/
.foot .code {
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
}

.foot .code > div {
  display: inline-block;
}

.foot .code > div > div {
  width: 106px;
  height: 106px;
  position: relative;
}

.foot .code > div:first-child {
  margin-right: 60px;
}

.foot .code img {
  max-width: 106px;
  max-height: 106px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.foot .code p {
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}

/*客服服务*/
.foot .contact {
  display: inline-block;
  vertical-align: top;
  color: #ccc;
}

.foot .contact h1 {
  font-size: 18px;
}

.foot .contact h2 {
  font-size: 20px;
  margin-top: 6px;
  margin-left: 12px;
}

.foot .contact h3 {
  font-size: 16px;
  margin-top: 20px;
  font-weight: normal;
  margin-left: 12px;
}

.foot .contact div {
  margin-left: 7px;
  margin-top: 12px;
}

.foot .contact a {
  margin: 0 5px;
}

/**
介绍
*/

.foot .introduce {
  display: inline-block;
  color: #ccc;
  width: 588px;
  padding-left: 45px;
  box-sizing: border-box;
}

.foot .introduce li {
  float: left;
  width: 100px;
  height: 30px;
  position: relative;
  margin-right: 8px;
  margin-bottom: 6px;
}

.foot .introduce li img {
  max-width: 100px;
  max-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.foot .introduce p {
  line-height: 20px;
  padding-right:14px;
  font-size: 12px;
}

/**
版权
*/

.foot .copyright {
  /*border-top: 1px solid #57575e;*/
  margin: 20px 45px 0;
}
 .footer-link
 {
   margin: 5px 45px 0;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 36px;
   line-height: 36px;
   font-size: 12px;
 }
 .footer-link span{
  color: #9fa3a7;
}
 .footer-link ul{
   display: flex;
   flex-wrap: wrap;
 }
 .footer-link ul li
 {
   margin: 0 10px;
 }
 .footer-link ul li a{
   color: #acafbc
 }

.foot .copyright > div {
  text-align: center;
  margin-top: 14px;
}

.foot .copyright p {
  color: #ccc;
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
}

.foot .copyright p a {
  color: #ccc;
  text-decoration: none;
}

.foot .copyright p a:hover {
  color: #3C6DAD;
}

.renzheng1{
  float: right;
  padding-top: 10px;
}
.renzheng1 li {
  width: 144px;
  line-height: 25px;
  background: url(../images/logo/guohui.gif) no-repeat left center;
  padding-left: 15px
}