﻿
/* middle body*/
.main_info {
    background: #fcfcfc;
}

.main_info .main_info_body {
    width: 1200px;
    margin: 0 auto;
}

.main_info_body > .main_left {
    width: 240px;
    margin-right: 20px;
}

.main_info_body > .main_right {
    width: 940px;
    min-height: 900px;
}

.main_left, .main_right {
    float: left;
}

.main_info_body:after {
    content: "";
    display: block;
    clear: both;
}

/* middle body*/




.co_unit {
    text-align: center;
    margin: 20px 0;
}

co_unit .co_unit_kezi {
    margin: 0 auto;
}

.co_unit p.smallTip {
    line-height: 36px;
    color: grey;
}

.co_unit p.hardPart {
    height: 36px;
    line-height: 36px;
    background: #11466f;
    display: inline-block;
    padding: 0 15px;
    color: white;
}

.co_unit .index_brand {
    width: 1200px;
    display: inline-block;
}

.co_unit .index_brand .brand_item {
    float: left;
    position: relative;
    width: 154px;
    height: 75px;
    margin: 5px 0;
}

.co_unit .index_brand .brand_item img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.co_unit .index_brand .brand_item.item1 + .item1,
.co_unit .index_brand .brand_item.item2 + .item2 {
    margin-left: 20px;
}

.co_unit img.overItem {
    display: none;
}

.co_unit .brand_item:hover img {
    display: none;
}

.co_unit .brand_item:hover img.overItem {
    display: block;
}


/*功率*/
.commonContent .gonglvSel {
    position: relative;
   background: #EDF2F6;     
   height: 315px;
   margin-bottom: 10px;
}
.commonContent .gonglvSel .shell_body span{
    display: block;
    cursor: pointer;
    float: left;
    width: 50%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #054000;
    border-bottom: 1px solid white;
}
.commonContent .gonglvSel .shell_body span:hover,
.commonContent .gonglvSel .shell_body span.select_gl{
    color: #11466f;
}

.commonContent .gonglvSel .shell_body span:hover{
    font-size: 1.1em;
}

ul.pp {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}
ul.pp li{
    float: left;
    display: block;
    width: 25%;
}
ul.pp li a{
    position: relative;
    display: block;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    width: 100%;
    margin: 0 4px;
    color: #11466f;
}
ul.pp li a:hover, 
ul.pp li a.select_gl_pp{
    color: red;
}
ul.pp li a img:first-child{
    display: inline-block;
}
ul.pp li a img:nth-child(2){
    display: none;
}
ul.pp li a.select_gl_pp img:first-child{
    display: none;
}
ul.pp li a.select_gl_pp img:nth-child(2){ 
    display: inline-block;
}

ul.pp li a img{ 
    position: absolute;
    width: 110px;
    height: 52px;
    top: 0px;
    left: 0px;
}

div.gonglv {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
	background-color:#edf2f6;
    border-top: 1px solid #ec6500;
	text-align:center;
}
div.gonglv a{
    display: block;
    float: left;
    width: 78px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: black;
	margin-top:15px;
}
div.gonglv a:hover, 
div.gonglv a.gonglvSelect{
    color: #fff;
	background:#ff8600;
}

.detailInfo {
    padding: 10px 0 10px 10px;
}

.detailInfo img{
    display: inline-block;
    width: 100%;
    height: 160px;
}

.detailInfo p {
    height: 28px;
    line-height: 28px;
}

p.detailInfoCKG span{
    display: block;
    float: left;
    width: 33%;
    overflow: hidden;
}

.detailInfo table {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #11466f;
}
.detailInfo table td{
    border: 2px solid #ec6500;
    padding: 5px;
}

.commonContent .ppSel {
    background: #EDF2F6;
}

/*品牌选择*/
.commonContent .ppSel {
    height: 586px;
}
.commonContent .ppSel .shell_body span{
    display: block;
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #054000;
    border-bottom: 1px solid white;
}

.commonContent .ppSel .shell_body span:hover, 
.commonContent .ppSel .shell_body span.ppSelect{
    color: #11466f;
}
.commonContent .ppSel .shell_body span:hover{
    font-size: 1.1em;
}

.commonContent .ppSel .shell_body span small{
    float: right;
    padding: 0 10px;
}

table.jizuxinghao {
    width: 100%;
    border: 2px solid #ec6500;
}
table.jizuxinghao th {
    color: black;
}

table.jizuxinghao td, table.jizuxinghao th {
    border: 2px solid #ec6500;
    padding: 3px;
    text-align: center;
    height: 40px;
}
table.jizuxinghao tr:first-child td{
    border-top: none;
}

table.jizuxinghao a {color: #ff8600;}

.cssTarget tr:hover td{

    color: white;
}
.cssTarget tr:hover td a{ color: white;}

.test-1::-webkit-scrollbar {/*滚动条整体样式*/
    width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;

}

.test-1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 4px;
     -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background: #535353;

}
ul.pp {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  background:#EDF2F6;
}
ul.pp li p{ font-size:20px; font-weight:bold; color:#ff8600}
.test-1::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #EDEDED;
}

.btn3 {
    width: 100%;
    background: #ff8600;
    color: white;
    padding: 0 20px;
    height: 36px;
    outline: none;
    border: 1px solid #ec6500;
	text-align:center;
	line-height:32px;
}

/* new css */
.commonContent {
    margin: 0 auto;
    width: 1200px;
    padding: 10px 0;
    color: #11466f;
}
.commonContent .quickSel {
    background: #EDF2F6;
    padding: 30px 30px;
    font-size: 20px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    margin: 15px 0;
}
.commonContent .quickSel select {
    display: inline-block;
    margin: 0 30px;
    outline: none;
    width: 200px;
    border: 2px solid #11466f;
    font-size: 15px;
    font-weight: 500;
    color: #11466f;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 10px;
    padding-left: 60px;
}
.commonContent .quickSel .btn21, .detailInfo .btn21, .thsInfo .btn21 {
    display: inline-block;
    vertical-align: top;
    outline: none;
    border: none;
    margin: 0 30px;
    outline: none;
    color: white;
    height: 32px;
    line-height: 31px;
    text-align: center;
    border-radius: 10px;
}
.commonContent .quickSel button.btn1 {
    width: 200px;
    background: #11466f;
}
.commonContent .quickSel .btn2, .detailInfo .btn2, .thsInfo .btn2{
    background: #ff8600;
    color: white;
    padding: 0 20px;
}


