
.market-policy,.sale-model{
	margin:100px 0px;
}
.market-wrap{
	width:1400px;
}
.sale-model{
	padding:100px 0;
	background: url('../../images/product/ycys-bg.png') repeat;
}
.qa-wrap{
    overflow: hidden;
}
.market-qa{
	padding:100px 0;
	background: url('../../images/product/ycys-bg.png') repeat;
}
.qa-item{
    width: 45%;
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    padding: 24px;
   
     margin-top: 40px;
     min-height: 235px;
   
}
li.qa-item:nth-child(odd)
{
   float: left;
    margin-right: 80px;
}

li.qa-item:nth-child(even)
{
   float: right;
}
.qa-title{
        font-size: 27px;
    line-height: 50px;
        overflow: visible;
    white-space: nowrap;

}
.qa-content{
       font-size: 15px;
    line-height: 30px;

}
.qa-more{
    margin-top:50px;
}
.qu-button{
	width: 160px;
    background: #fff;
    height: 34px;
    color: #3685ee;
    text-align: center;
    align-items: center;
    padding-top: 10px;
    letter-spacing: 1px;
    font-weight: 600;
}
.Nav-Container{
	background-color: #fff;
	font-size: 0;
    white-space: nowrap;
    text-align: center;

}
.Nav-Container ul {
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    transform: translateX(0);
    transition: transform 0.3s linear 0s;
    padding-bottom: 180px;
    box-sizing: border-box;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
 .Nav-Container li {
    height: 150px;

    width: 170px;
    margin-right: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
   border-top: 1px solid #e6e6e6;

    position: relative;
    color: #666;
    cursor: pointer;
    text-align: center;
    margin: 0;
    float: none;
    display: inline-block;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;

}

.Nav-Container li a {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0;
    background: none;
    color: #666;
    text-align: center;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.OneRow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Nav-Container ul li .nav-img-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: auto;
    margin: 0 auto;
    font-size: 0;
    }
.nav-img-logo img {
    	width:73px;
    }


.Nav-Container ul li .tab-border-top{
	position: absolute;
    left: 0;
    width: 100%;
    top: -1px;
     transition: all 1s ease;
}
.Nav-Container ul li .tab-border-bottom {
	position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    transition: all 1s ease;
}
.Nav-Container ul li .tab-border-bottom {
	border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.Nav-Container ul li .tab-border-top {
	border-top-width: 3px;
    border-top-style: solid;
    border-top-color: transparent;
}

.Nav-Container ul li:hover .tab-border-bottom{
     border-bottom-color:  #3685ee;

}
.Nav-Container ul li:hover .tab-border-top{
     border-top-color:  #3685ee;

}


.tab-arrows{
	display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
    border-top: 9px solid #3685ee;
    border-bottom: 0px solid transparent;
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top-color: #3685ee;
    z-index: 980;
    transition: all 1s ease;
}

.Nav-Container ul li:hover .tab-arrows {
	display: inline-block;
}
.Nav-Container ul li:after{
	content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 80px;
    background: #e6e6e6;
}
.Nav-Container ul li:last-child:after{
     clear:both;  
    display: table;
    content: " ";
    background: none;
}
.nac:after {
    clear:both;  
    display: table;
    content: " ";
}
.tab-content {
	position: absolute;
    display: inline;
    top: calc(100% + 10px);
    left: 35%;
    z-index: 100;
    font-size: 15px;
    color:#666;
    transition: all 1s ease;
} 
.Nav-Container ul li:hover .tab-content{
	color:#3685ee;
}

.tab-content p {
  line-height: 25px;
 
}
.tab-content .content-1{
	font-size:15px; 
}
.tab-content .content-2,.tab-content .content-3{
	font-size:13px; 
	
}