@charset 'UTF-8';

/**!
 * 首页
 * author: lucw;
 * date: 2019-05-15
 */
 
/* main */
.cm-wpr {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.ewb-main {
    padding: 0;
    padding-bottom: 26px;
}

/* pan */
.ewb-pan{
	max-height: 1000px;
	padding-bottom: 400px;
	background: url(../images/subPage/subbg.png) left bottom repeat-x;
}

.ewb-pan-hd {
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    background: url(../images/subPage/pan_bg.jpg) left top no-repeat;
}

.pan-tt {
    padding-left: 105px;
    display: block;
    height: 76px;
    line-height: 76px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: url(../images/subPage/pan_ico.png) 15px 5px no-repeat;
}

/* tree */
.wb-tree {
	padding-top: 1px;
	background-color: #fff;
}

.wb-tree-items {
    cursor: pointer;
    border-bottom: 1px solid #e2ecfc;
}

.wb-tree-tt {
    color: #fff;
}

.wb-tree-node{
    display: block;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: url(../images/subPage/pan_s03.jpg) left top no-repeat #7ac3fe;
}


.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
	padding: 7px 0;
    display: block;
	line-height: 24px;
	text-align: center;
	color: #666;
	border-top: 1px solid #e2ecfc;
}


.wb-tree-item {
    border-top: 1px dashed #e6e6e6;
}

.wb-tree-item:first-child {
    border-top: 0;
}

.wb-sub-node {
    position: relative;
}

.wb-sub-tt {
    display: block;
    padding: 5px 30px 5px 50px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
}

.wb-sub-tt:hover {
    color: #085dce;
}

.wb-sub-iconr {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -5px;
    width: 9px;
    height: 10px;
    background: url('../images/subiconr.png') no-repeat;
}

.wb-three-sub {
    display: none;
}

.wb-three-sub li {
    vertical-align: top;
    border-top: 1px dashed #e6e6e6;
}

.wb-three-sub li a {
    display: block;
    padding: 4px 0 4px 79px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    background: url('../images/tree_dian.png') 70px center no-repeat;
}

.wb-three-sub li a:hover,
.wb-three-sub li a.current {
    color: #0965c8;
    background-image: url('../images/tree_dian_c.png');
}


.tree-sublk{
	padding-left: 15px;
	background: url(../images/subPage/pan_list.jpg) left center no-repeat;
}

.wb-tree-item>a:hover {
    color: #339aed;
}

.wb-tree-item>a:hover .tree-sublk{
	background-image: url(../images/subPage/pan_listh.jpg);
}

.wb-tree-node:hover{
	background: url(../images/subPage/pan_s02.jpg) left top no-repeat #418ef9;
}

.current .wb-tree-node,
.current .wb-tree-node:hover {
    background: url(../images/subPage/pan_s01.jpg) left top no-repeat #0259d2;
}

.current .wb-tree-sub {
    display: block;
}

/* colu */
.ewb-colu{
	padding: 0 17px;
	padding-top: 5px;
}

.ewb-colu-hd{
	padding-bottom: 12px;
	background: url(../images/subPage/colu_fbg.jpg) left bottom repeat-x;
}

.colu-tt{
	padding-left: 29px;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	font-weight: bold;
	color: #2c7edc;
	background: url(../images/subPage/colu_tname.png) left 13px no-repeat;
}

/* search */

.ewb-query {
	margin-top: 16px;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 11px;
    width: 222px;
    height: 30px;
    border: 1px solid #e5e5e5;
}

.ewb-query .input-placeholder {
    position: absolute;
    top: 0;
    left: 9px;
    height: 28px;
    line-height: 27px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-query .input-box {
    width: 100%;
    height: 28px;
    line-height: 27px;
    background: 0 0;
}

.ewb-query-btn {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    background: url(../images/subPage/find_sea.png) center no-repeat #fb7f00;
}

.ewb-query-btn:hover {
    background-color: #fb6400;
}

/* look */
.ewb-look-items>li{
	padding-bottom: 13px;
	border-bottom: 1px dashed #d5d5d5;
}

.look-intro{
	line-height: 24px;
	color: #666;
	text-align: justify;
    text-justify: inter-ideograph;
}

.look-intro a{
	color: #666;
}

.look-tt{
	margin-top: 3px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #333;
}

.look-tt a{
	color: #333;
}

.look-state{
	margin-top: 12px;
	line-height: 22px;
	color: #999;
}

.look-sta01{
	margin-right: 68px;
}


.look-tt a:hover{
	color: #2c7edc;
	font-weight: bold;
}


/* 1200分辨率以下 */

@media (max-width: 1199px) {
	.pan-tt{
		padding-left: 0;
		text-align: center;
		background: none;
	}
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
	.ewb-pan-hd{
		background: #0c3795;
	}

	.ewb-pan{
		max-height: inherit;
		padding-bottom: 10px;
	}
}


/* 手机端 */

@media (max-width: 767px) {
    .colu-sea{
        float: none !important;
        padding-bottom: 20px;
    }

    .colu-tt{
        float: none !important;
        display: block;
        margin-top: 10px;
        height: auto;
        line-height: 38px;
        background-position: left 4px;
    }

    .ewb-pan-hd {
        height: 66px;
        line-height: 65px;
    }

    .pan-tt {
        font-size: 18px;
        height: 66px;
        line-height: 65px;
    }

    .ewb-query{
        width: 100%;
    }
    .ewb-colu {
        padding: 5px 10px 0 10px;
    }
}

/*竖版手机端*/

@media (max-width: 480px) {
    
}

.page-deal-banner {
  width: 945px;
  height: 68px;
  display: flex;
}

.search-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search-item {
  display: flex;
  align-items: center;
  height: 32px;
  line-height: 32px;
}
.search-item.half-item {
  width: 390px;
}
.search-item.half-item + .half-item {
  margin-left: 32px;
}
.search-item > label {
  margin-right: 8px;
  flex-shrink: 0;
  color: #666;
  font-size: 16px;
}
.search-item > label.right-alignment {
  min-width: 108px;
  text-align: right;
}
.search-item .project-name {
  box-sizing: border-box;
  flex: 1;
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  color: #999;
  font-size: 16px;
  border: 1px solid #E9E9E9;
  background: #fff;
}

.source-type {
  box-sizing: border-box;
  flex: 1;
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  color: #999;
  font-size: 16px;
  border: 1px solid #E9E9E9;
  background: #fff;
  outline: none;
}


.project-btn {
  margin-left: 32px;
  display: flex;
  justify-content: center;
}
.project-btn button {
  margin-top: 16px;
  width: 68px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background: #3681F0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

/* 下拉公共样式 */
.chosen-container-single .chosen-single {
  height: 32px;
  border: 1px solid #E9E9E9;
  background-color: #fff;
  color: #999;
  line-height: 32px;
  border-radius: 4px;
  font-size: 16px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #E9E9E9;
  background: #fff;
  box-shadow: none;
}

.chosen-container-single .chosen-single div {
  width: 20px;
  right: 12px;
}

.chosen-container-single .chosen-single div b {
  background: url("../images/down_ico_Figl0g.png") center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: center;
  transform: rotateZ(180deg);
}

.chosen-container-active .chosen-single {
  box-shadow: none;
}

.chosen-container-single .chosen-single span {
  margin-right: 32px;
  font-size: 16px;
}

.chosen-container .chosen-results li {
  padding: 5px 6px;
  line-height: 30px;
}

.chosen-container .chosen-drop {
  border: 1px solid #e1e8ef;
}

.chosen-container .chosen-results li.highlighted {
  background: #1D8EEA;
}

/*表格*/

.ewb-trade-search {
    margin: 0 20px;
  /*   padding-top: 15px;
    border-top: 1px dashed #cbcbcb; */
}

.ewb-stxt {
    line-height: 30px;
}

.ewb-trade-input {
    display: block;
    border: 1px solid #e1e1e1;
    width: 158px;
    height: 28px;
    outline: none;
    line-height: 28px;
}

.ewb-w168 {
    width: 168px;
}

.ewb-trade-sel {
    display: block;
    width: 72px;
    height: 30px;
    border: 1px solid #e1e1e1;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    outline: none;
}

.ewb-sbtn {
    display: block;
    width: 52px;
    height: 30px;
    outline: none;
    border: 0;
    cursor: pointer;
    background: url(../images/s_wico.png) center no-repeat #ffae00;
}

.ewb-sbtn:hover {
    background-color: #f60;
}

.ewb-ml30 {
    margin-left: 60px;
}

.ewb-ml5 {
    margin-left: 5px;
}

.ewb-trade-tb {
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}

.ewb-w44 {
    width: 44px;
}

.ewb-w133 {
    width: 203px;
}

.ewb-w108 {
    width: 108px;
}

.ewb-trade-th {
    background-color: #5cc5fb;
    height: 36px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.ewb-trade-pro {
    text-align: left;
    text-indent: 20px;
}

.ewb-trade-td {
    font-size: 14px;
    height: 41px;
    border-bottom: 1px dashed #d8d8d8;
    text-align: center;
    vertical-align: top;
    line-height: 41px;
}

.ewb-trade-td>a {
    display: block;
    color: #333;
    text-align: left;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-trade-tr:hover {
    background-color: #fff3e4;
}