@charset "utf-8";
@import "common.css";
/*频道页*/
.channel_con >div.common{
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px #cccccc;
}
.channel_one >div,
.channel_one >ul{
    margin: 25px;
}

.channel_one .one_1 div.floatR div{
    width: 280px;
    padding: 10px 30px;
}
.channel_one .one_1 div.floatR p{
    margin: 19px 0;
}
.channel_one .one_1 div.floatR a{
    color: #FFFFFF;
    margin-bottom: 15px;
    display: inline-block;
}
.channel_one .one_2 p{
    line-height: 40px;
}
.channel_one .one_3 li{
    width: 260px;
    height: 100px;
    border: 1px solid #cccccc;
    margin: 5px 12px;
}
.channel_one .one_3 li img{
    width: 250px;
    height: 90px;
    margin: 5px;
    vertical-align: bottom;
}
.channel_two .two_1{
    color: #FFFFFF;
    font-size: 18px;
    padding: 10px 20px;
}
.channel_two .two_2{
    padding: 15px;
}
.channel_two .two_2 .floatL{
    width: 520px;
    height: 350px;
    letter-spacing: 1px;
    background-color: #F3F3F3;
    padding: 25px;
    position: relative;
}
.channel_two .two_2 .floatL p{
    line-height: 35px;
}
.channel_two .two_2 .floatL a{
    color: #ffffff;
    background-color: #DE2525;
    padding: 8px 15px;
    position: absolute;
    right: 12px;
    bottom: 20px;
}
.channel_two .two_3{
    padding: 10px 0 20px;
}
.channel_two .two_3 li{
    width: 190px;
    height: 75px;
    border: 1px solid #cccccc;
    margin: 5px 4px;
}
.channel_two .two_3 li img{
    width: 180px;
    height: 65px;
    margin: 5px;
}

.channel_threes >div{
    padding: 15px 40px;
}
.channel_threes .threes_1{
    background-color: #0084C4;
    color: #FFFFFF;
}
.channel_threes .threes_2 >p{
    margin-bottom: 30px;
}
.channel_threes .threes_2 div >p{
    line-height: 40px;
}
.channel_threes .threes_2 div >p span{
    font-weight: bolder;
}
.channel_threes .threes_3{
    margin-top: 50px;
    padding-bottom: 50px;
}
.channel_threes .threes_3 div.floatL div:first-child{
    margin-bottom: 40px;
}
.channel_threes .threes_3 div p{
    line-height: 30px;
}
.channel_threes .threes_3 div.floatR{
    border: 1px solid #cccccc;
    padding: 5px;
}
.channel_threes .threes_3 div.floatR img{
    vertical-align: bottom;
}

/*品牌与合作*/
.teamwork_one .one_1{
    border: 1px solid #cccccc;
    padding: 20px;
    margin: 10px;
}
.teamwork_one .one_1 form >div h3{
    width: 250px;
    text-align: center;
    color: #377E83;
    font-size: 20px;
    border-bottom: 2px solid;
    margin: 0px auto 45px;
    padding-bottom: 10px;
    font-weight: normal;
}
.teamwork_one .one_1 form h3 +div >div{
    width: 500px;
    font-size: 13px;
    margin: 25px 0;
}
.teamwork_one .one_1 form label{
    width: 120px;
    text-align: right;
    margin-right: 15px;
    display: inline-block;
}
.teamwork_one .one_1 form input{
    width: 300px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.teamwork_one .one_1 form div.floatR label{
    width: 145px;
}
.teamwork_one .one_1 form div.floatR input{
    width: 150px;
}
.teamwork_one .one_1 form textarea{
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 10px;
}
.teamwork_one .one_1 .floatR_two >div p{
    line-height: 30px;
}
.teamwork_one .one_1 .floatR_two >p{
    margin: 30px 0;
    line-height: 30px;
}
.teamwork_one .one_1 .floatR_two >a{
    width: 230px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #87C50F;
    padding: 10px;
    margin: 0 auto;
    display: block;
}

.teamwork_two .two_1{
    color: #FFFFFF;
    background-color: #377E83;
    padding: 10px 20px;
}
.teamwork_two .two_2,
.teamwork_two .two_3,
.teamwork_two .two_4{
    padding: 15px 40px;
}
.teamwork_two h3{
    font-size: 20px;
    font-weight: normal;
    margin: 25px 0 50px;
}
.teamwork_two .two_3 h3,
.teamwork_two .two_4 h3{
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}
.teamwork_two img{
    vertical-align: bottom;
    margin-bottom: 15px;
}
.teamwork_two .two_2 img +p{
    margin-bottom: 55px;
    line-height: 30px;
}
.teamwork_two .two_2 .two_2_divImg img{
    border: 1px solid red;
    padding: 3px;
}
.teamwork_two .two_3 p,
.teamwork_two .two_4 p{
    margin-bottom: 15px;
}
.teamwork_two .two_4 div.floatR{
    margin-top: 75px;
}