@charset "UTF-8";
/* 变量区间 */
/* 全局默认样式 */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  letter-spacing: 0px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: MicrosoftYaHei;
  /*background: #fff;*/
}

a {
  text-decoration: none;
  outline: none;
  color: #333;
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
}
input::placeholder{
  font-size: 14px;
}
/* 头部区域 */
header .logo-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 94px;
  background: url("../img/head_bg.jpg") no-repeat 100%;
  border: 1px solid #e1242b;
  padding-top: 15px;
}

header .logo-container .logo-container-content {
  width: 1365px;
  margin: 0 auto;
  overflow: hidden;
}

header .logo-container .logo-container-content .logo-border {
  float: left;
  margin: 15px 15px 0 10px;
  width: 1px;
  height: 44px;
  background: #e1242b;
}

header .logo-container .logo-container-content img {
  float: left;
}

header .url-container {
  background: #0569b7;
}

header .url-container .url-container-content {
  width: 1365px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

header .url-container .url-container-content li {
  float: left;
}

header .url-container .url-container-content li .dropdown-content {
  display: none;
  position: absolute;
  -webkit-transition: all 1s;
  transition: all 1s;
}
header .url-container .url-container-content li .dropdown-content .dropdown-content-block {
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
header .url-container .url-container-content li .dropdown-content .dropdown-content-block .dropdown-content-flag {
  width: 13px;
  height: 8px;
  position: absolute;
  top: -15px;
  left: 20px;
}
header .url-container .url-container-content li .dropdown-content .dropdown-content-block .dropdown-content-flag img {
  width: 100%;
  height: 100%;
}
header .url-container .url-container-content li .dropdown-content .dropdown-content-block p a {
  color: #666;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
header .url-container .url-container-content li .dropdown-content .dropdown-content-block p a:hover {
  color: #0569b7;
}

header .url-container .url-container-content li a {
  height: 54px;
  line-height: 54px;
  display: inline-block;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 500;
}

header .url-container .url-container-content li a.active {
  background: #015698;
  color: #fff;
}

header .url-container .url-container-content li:hover {
  background-color: #015698;
}
header .url-container .url-container-content li:hover > a {
  color: #fff;
}
header .url-container .url-container-content li:hover > a.active {
  color: #fff;
}

header .url-container .url-container-content li:hover .dropdown-content {
  display: block;
  z-index: 999;
}

header .url-container .url-container-content li:hover .dropdown-content a:hover {
  color: #fddd03;
}


/* 二级页头部 */
header .logo-container-second {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("./../../changchunqiche/img/second_banner.jpg");
  background-origin: content-box;
  background-position: 50% 50%;
  /*background-size: contain;*/
  background-size: cover;
  background-repeat: no-repeat;
  height: 94px;
}


/* 导航标题 */
.nav-title {
  width: 1365px;
  font-size: 14px;
  margin: 15px auto !important;
  overflow: hidden;
}

.nav-title .nav-title-from {
  color: #666;
  float: left;
}
.nav-title-from a {
  color: #666;
}

.nav-title .nav-title-now {
  max-width: 150px;
  color: #333;
  float: left;
}
/* 详情简介 */
.nav-img.content{
  overflow: hidden;
  margin-bottom: 20px;
  background: #ffffff;
  padding: 10px;
}
.nav-img  .left{
  width: 200px;
	height: 133px;
  margin-right: 20px;
  float: left;
}
.nav-img .left img{
  width: 100%;
  height: 100%;
}
.nav-img .right{
  color: #333333;
  width: 810px;
	height: 133px;
  float: left;
  font-size: 14px;
}
.nav-img .right .title{
  font-weight: bolder;
  font-size: 20px;
}
.nav-img .right .detail{
  margin-top: 10px;
}
.nav-img .right .detail .border{
  padding: 2px 5px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
/* 脚部区域 */
footer {
  height: 82px;
  font-size: 14px;
  background-color: #0569b7;
  color: #fff;
  /*line-height: 82px;*/
  text-align: center;
  /*border-top: 2px solid #e9d8b7;*/
}
footer p {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
}
footer p:first-child {
  align-items: end;
  margin-bottom: 2px;
}
footer a {
	color: #fff;
}

/* 内容区域 */
.content {
  width: 1365px;
  margin: 0 auto 20px auto;
}

/* 底部区域 */
/* 翻页 */
.pagination{
	text-align: center;
	margin:20px 0 ;
}
.pagination li{
	    display: inline-block;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 30px;
    padding: 0 8px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
	border: 1px solid #ddd;
	    border-radius: 2px;
}
.pagination li.disabled{
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.2);
}
.pagination li.active{
	border-color: #0569b7;
    background-color: #0569b7;
    color: #ffffff;
}
/* 工具类 */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*# sourceMappingURL=index.css.map */

.choose_li{
	background: #c71f25 !important;
	color: #fff !important;
	border-left: 4px solid #c71f25 !important;
}

/*
.title-block {
  display: flex;
  align-items: center;
}
.title-center {
  width: 120px;
  height: 28px;
  line-height: 22px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  font-size: 30px;
  color: #333;
}
.title-left, .title-right {
  width: calc(50% - 70px);
}
.title-left img, .title-right img {
  width: auto;
}
.title-left {
  text-align: right;
}
.title-right {
  text-align: left;
}*/
