@charset "utf-8";
a:hover {
    text-decoration: none;
}

.wholesale_kv {
    width: 1400px;
    margin-left: -200px;
    background: url(../images/wholesale_img01.jpg);
    height: 200px;
}

.wholesale_kv>div {
    width: 200px;
    margin: 0 auto;
    background: url(../images/wholesale_img02.png) repeat;
    height: 180px;
    text-align: center;
    padding-top: 20px;
}

.wholesale_kv>div h1 {
    font-size: 24px;
    line-height: 45px;
    color: #fff;
    font-weight: normal;
}

.wholesale_kv>div a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    background: #4190de;
    width: 92px;
    text-align: center;
    margin-top: 20px;
    border-radius: 3px;
}

.wholesale_content h1 {
    font-size: 48px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0 auto;
    width: 194px;
    line-height: 110px;
    margin-bottom: 50px;
}


/*你的需求*/

.wholesale_demand {
    white-space: nowrap;
    padding: 20px 0 60px;
}

.wholesale_demand>div {
    width: 328px;
    height: 91px;
    border: 1px solid #4190de;
    display: inline-block;
    margin-right: 29px;
    padding-top: 14px;
    border-radius: 3px;
}

.wholesale_demand>div h2 {
    font-size: 58px;
    display: inline-block;
    color: #4190de;
    font-weight: normal;
    padding: 0 0 0 18px;
	float: left;
}

.wholesale_demand>div p {
    font-size: 14px;
    line-height: 30px;
    width: 178px;
    white-space: normal;
    display: inline-block;
    color: #2b2c2f;
}

.wholesale_demand>div div{
	font-size: 14px;
    line-height: 24px;
    width: 237px;
    white-space: normal;
    display: inline-block;
    color: #2b2c2f;
    float: right;
    padding: 12px 0 12px 0;
	text-align: left;
}

/*解决方案*/

.wholesale_solution {
    width: 1400px;
    margin-left: -200px;
    background: #fafafa;
    padding: 20px 0 60px;
}

.wholesale_solution>div {
    white-space: nowrap;
    width: 1000px;
    margin: 0 auto;
}

.wholesale_solution>div .solution{
    width: 218px;
    height: 142px;
    display: inline-table;
    background: #fff;
    margin: 0 20px 0 20px;
}

.wholesale_solution>div .solution div{
	width: 173px;
    white-space: normal;
    margin-left: 16px;
    font-size: 12px;
    line-height: 24px;
    background: #fff;
    padding-top: 18px;
	text-align: left;
}

.wholesale_solution h2 {
    width: 218px;
    height: 50px;
    display: block;
    background: #39b1ee;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.wholesale_solution p {
    width: 173px;
    white-space: normal;
    margin-left: 16px;
    font-size: 12px;
    line-height: 24px;
    background: #fff;
    padding-top: 18px;
}


/*相关产品*/

.wholesale_product {
    padding: 20px 0 60px;
    white-space: nowrap;
}

.wholesale_product>div {
    width: 208px;
    height: 173px;
    background: #fafafa;
    display: inline-block;
    margin-right: 53px;
    text-align: center;
    padding-top: 35px;
    border: 1px solid #fafafa;
    vertical-align: top;
    border-radius: 2px;
}

.wholesale_product>div:hover {
    border: 1px solid #4b96df;
}

.wholesale_product>div h2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

.wholesale_product>div a {
    line-height: 26px;
    width: 96px;
    background: #00b3fa;
    display: none;
    color: #fff;
    margin-top: 10px;
    border-radius: 3px;
}

.wholesale_product>div:hover a {
    display: inline-block;
}
