@charset "UTF-8";
.container{

}
.container .sidebar{
    float: left;
}
.container .sidebar .bom_list{
    padding: 16px;
    width: 188px;
    height: 168px;
    background: url("../images/background-1201003_960_720.png") no-repeat center;
    margin-top: 40px;
}
.container .sidebar .bom_list p:first-child{
    font-size:30px;
    color:rgba(255,255,255,1);
    margin-top: 47px;
}
.container .sidebar .bom_list p:last-child{
    font-size:20px;
    color:rgba(255,255,255,1);
    margin-top: 37px;
}
.container .sidebar .fire_list,.container .sidebar .brand{
    width: 220px;
    background-color: #fff;
    margin-top: 40px;
    border: 1px solid #eee;
}
.container .sidebar .fire_list > .title{
    height: 60px;
    background:rgba(246,91,89,1);
    text-align: center;
    line-height: 60px;
    color:rgba(255,255,255,1);
}
.container .sidebar .fire_list > .title img{
    vertical-align: text-bottom;
    margin-right: 8px;
}
.container .sidebar .fire_list > ul{
    padding: 0 16px;
}
.container .sidebar .fire_list > ul > li{
    height: 56px;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}
.container .sidebar .fire_list > ul > li:last-child{
    border-bottom:none;
}
.container .sidebar .fire_list > ul > li span:first-child{
    width:30px;
    height:30px;
    background:rgba(204,204,204,1);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    display: inline-block;
}
.container .sidebar .fire_list > ul > li span:first-child.number{
    background:rgba(249,208,19,1);
}
.container .sidebar .fire_list > ul > li > img{
    margin-left: 8px;
}
.container .sidebar .fire_list > ul > li span:last-child{
    margin-left: 8px;
    font-size:13px;
    color:rgba(102,102,102,1);
}
.container .sidebar .brand > .title{
    font-size:16px;
    color:rgba(255,255,255,1);
    height: 60px;
    background:rgba(249,208,19,1);
    text-align: center;
    line-height: 60px;
}
.container .sidebar .brand > ul{

}
.container .sidebar .brand > ul li{
    height: 50px;
    text-align: center;
    border-bottom: 1px solid #eee;
    line-height: 50px;
}
.container .sidebar .brand > ul li:last-child{
    border-bottom: none;
}
.container .column{
    background: #f1f1f1;
    float: right;
}
/*轮播开始*/
.container .column .banner{
    margin-left: 16px;
    margin-top: 16px;
    width: 960px;
    height: 488px;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
}
.container .column .banner > ul.slider_banner{
    width: 4800px;
    position: absolute;
    left: 0;
    top: 0;
}
.container .column .banner > ul.slider_banner > li{
    width: 960px;
    height: 488px;
    float: left;
}
/*修改*/
.container .column .banner > ul.slider_banner > li > img{
    width: 100%;
    height: 100%;
}
.container .column .banner > ul.arrow{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    display: none;
}
.container .column .banner:hover ul.arrow{
    display: block;
}
.container .column .banner > ul.arrow > li{
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.container .column .banner > ul.arrow > li:first-child{
    background: url("../images/banner_left.png") no-repeat center;
}
.container .column .banner > ul.arrow > li:first-child:hover{
    background: url("../images/banner_left_hover.png") no-repeat center;
}
.container .column .banner > ul.arrow > li:last-child{
    background: url("../images/banner_right.png") no-repeat center;
}
.container .column .banner > ul.arrow > li:last-child:hover{
    background: url("../images/banner_right_hover.png") no-repeat center;
}
.container .column .banner > ul.circle{
    position: absolute;
    left: 50%;
    bottom: 16px;
    margin-left: -100px;
}
.container .column .banner > ul.circle > li{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #999;
    margin-right: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    float: left;
    cursor: pointer;
}
.container .column .banner > ul.circle > li.active{
    background-color: #FDC400;
}
/*轮播结束*/
.container .column .new_product,.container .column .recommend,.container .column .company{
    background-color: #fff;
    padding: 24px;
    margin-top: 40px;
    margin-left: 16px;
}
.container .column  .title{

}
.container .column .title p{
    font-size:18px;
    color:rgba(249,208,19,1);
    padding-left: 16px;
    border-left: 4px solid #FDC400;
}
.container .column .new_product > ul,.container .column .recommend .recommend-product,.container .column .company .company-content{
    margin-top: 34px;
}
.container .column .new_product > ul li{
    width: 210px;
    height: 345px;
    background:rgba(241,241,241,1);
    float: left;
    margin-right: 24px;
}
.container .column .new_product > ul li:last-child{
    margin-right: 0;
}
.container .column .new_product > ul li img{
    border: 1px solid #eee;
}
.container .column .new_product > ul li .content{
    padding: 15px;
}
.container .column .new_product > ul li .content p:first-child{
    font-size:16px;
    color:rgba(249,208,19,1);
}
.container .column .new_product > ul li .content p.description{
    margin-top: 13px;
    line-height: 20px;
}
.container .column .new_product > ul li .content button{
    width: 60px;
    height: 30px;
    background:rgba(249,208,19,1);
    border-radius:15px;
    font-size:16px;
    color:rgba(255,255,255,1);
    text-align: center;
    line-height: 28px;
    border:1px solid #FDC400;
    float: right;
    margin-top: 7px;
    cursor: pointer;
}
.container .column .recommend .recommend-product .left,.container .column .company .company-content .left{
    float: left;
}
.container .column .recommend .recommend-product .center,.container .column .company .company-content .center{
    float: left;
    margin: 0 6px;
}
.container .column .recommend .recommend-product .right,.container .column .company .company-content .right{
    float: left;
}
.container .column .recommend .recommend-product .center .product{
    width:444px;
    height:188px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.container .column .recommend .recommend-product .center .product.bg1{
    background:rgba(249,208,19,1);
}
.container .column .recommend .recommend-product .center .product.bg2{
    background:rgba(246,91,89,1);
}
.container .column .recommend .recommend-product .center .product img{
    width: 200px;
    height: 188px;
    float: left;
}
.container .column .recommend .recommend-product .center .product .text{
    float: left;
   width: 162px;
    padding: 30px;
}
.container .column .recommend .recommend-product .center .product .text p:first-child{
    font-size:16px;
    color:rgba(255,255,255,1);
    margin-top: 30px;
    margin-bottom: 13px;
}
.container .column .recommend .recommend-product .center .product .text p:last-child{
    color:rgba(255,246,207,1);
    line-height: 20px;
}
.container .column .company .company-content .content{
    background: #fff;
    width: 228px;
    height: 208px;
    padding: 15px;
    border: 1px solid #eee;
}
.container .column .company .company-content .content p{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}
.container .column .company .company-content .content .time{
    font-size: 12px;
    color:rgba(204,204,204,1);
    float: left;
    margin-top: 18px;
}
.container .column .company .company-content .content .con{
    float: right;
    margin-top: 18px;
    cursor: pointer;
}
.container .column .company .company-content .content .con span{
    font-size:12px;
    color:rgba(249,208,19,1);
 }
.container .column .company .company-content .center > img{
    margin-top: 24px;
}
.container .column .company .company-content .right{
    margin: 0;
}
.container .column .company .company-content .right > img {
    margin-bottom: 24px;
}
/*allClass*/
.container .pro_current{
    padding: 24px;
}
.container .pro_current a{

}
.container .pro_current a > span{
    font-size:12px;
    color:rgba(153,153,153,1);
    cursor: pointer;
}
.container .pro_current  span.arrow{
    font-size:12px;
    color:rgba(153,153,153,1);
}
.container .pro_current  span.class_title{
    font-size:12px;
    color:rgba(153,153,153,1);
}
.container .pro_total{
    padding: 0 24px 16px;
}
.container .pro_total .left{
    float: left;
}
.container .pro_total .left > span{
    font-size:16px;
    color:rgba(51,51,51,1);
}
.container .pro_total .right{
    float: right;
    cursor: pointer;
}
.container .pro_total .right > span{
    font-size:16px;
    color:rgba(249,208,19,1);
}
.container ul.all_class{
    padding: 0 24px 16px;
}
.container ul.all_class > li{
    background-color: #fff;
    padding: 16px;
    margin-bottom: 24px;
}
.container ul.all_class > li .title{


}
.container ul.all_class > li .title > p{
    font-size:16px;
    color:rgba(51,51,51,1);
    padding-left: 8px;
    border-left: 4px solid #FDC400;
}
.container ul.all_class > li .title > p > span {
    color: #0479FC;
}
.container ul.all_class > li .title > div{

}
.container ul.all_class > li .title > div span{
    color:rgba(4,121,252,1);
    padding:0 16px;
    border-right: 1px solid rgba(204,204,204,1);
    cursor: pointer;
}
.container ul.all_class > li .title > div span:nth-child(2){
    border: none;
}
.container ul.all_class > li > ul{

}
.container ul.all_class > li > ul li{
    width: 33%;
    float: left;
    padding: 14px 0;
    cursor: pointer;
}
.container ul.all_class > li > ul li a:hover{
    color:rgba(249,208,19,1);
}
/*classList*/
.container .pro_screening{
    padding: 0 24px 40px;
}
.container .pro_screening > p{
    font-size:16px;
    color:rgba(249,208,19,1);
}
.container .pro_screening .screening{
    margin-top: 16px;
}
.container .pro_screening .screening .search_result{
    float: left;
}
.container .pro_screening .screening .search_result input{
    width: 344px;
    height: 38px;
    border: 1px solid #FDC400;
    border-radius: 8px 0 0 8px;
    padding-left: 16px;
    line-height: 38px;
    color:rgba(204,204,204,1);
    float: left;
}
.container .pro_screening .screening .search_result button{
    width: 60px;
    height: 40px;
    background: rgba(249,208,19,1);
    border-radius: 0px 8px 8px 0px;
    border: 1px solid #FDC400;
    cursor: pointer;
}
.container .pro_screening .screening .select{
    float: left;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 120px;
}
.container .pro_screening .screening .select .input_dn{
    position: absolute;
    left: 0;
    top: 0;
}
.container .pro_screening .screening .select .input_dn input{
    width: 284px;
    height: 40px;
    padding-left: 16px;
    border: 1px solid #FDC400;
    border-radius: 8px;
    background-color: #fff;
    color: rgba(204,204,204,1);
    cursor: pointer;
}
.container .pro_screening .screening .select .input_dn > span{
    width: 16px;
    height: 8px;
    background: url(../images/arrow_sjx.png) no-repeat center;
    position: absolute;
    right: 16px;
    top: 18px;
    cursor: pointer;
}
.container .pro_screening .screening .select > ul{
    width:300px;
    background:rgba(255,255,255,1);
    border-radius:8px;
    border: 1px solid #FDC400;
    position: absolute;
    left: 0;
    top: 42px;
    display: none;
}
.container .pro_screening .screening .select > ul > li{
    padding: 5px 16px;
    cursor: pointer;
}
.container .pro_screening .screening .select > ul > li:first-child,.container .sample .content .right .bottom ul.search_list > li > .select > ul > li:first-child{
    border-radius:8px 8px 0 0;
}
.container .pro_screening .screening .select > ul > li:last-child,.container .sample .content .right .bottom ul.search_list > li > .select > ul > li:last-child{
    border-radius: 0 0 8px 8px;
}
.container .pro_screening .screening .select > ul > li:hover,.container .sample .content .right .bottom ul.search_list > li > .select > ul > li:hover{
    background:rgba(249,208,19,1);
    color: #fff;
}
.container .pro_table{
    padding: 0 24px;
}
.container .pro_table table{

}
.container .pro_table table tr{
    border-bottom: 2px solid #eee;
    background-color: #fff;
}
.container .pro_table table tr.hover:hover{
    background:rgba(238,238,238,1);
}
.container .pro_table table tr:first-child{
    border-bottom: none;
}
.container .pro_table table tr th{
    background:rgba(255,242,218,1);
    color:rgba(51,51,51,1);
    border-right: 2px solid #eee;
    height: 60px;
}
.container .pro_table table tr td{
    border-right: 2px solid #eee;
}
.container .pro_table table tr td:nth-child(2),.container .collection table tr td:nth-child(2){
    padding: 82px 64px ;
    cursor: pointer;
}
.container .pro_table table tr td:nth-child(3),.container .collection table tr td:nth-child(3){
    padding: 70px 16px;
    text-align: center;
}
.container .pro_table table tr td:nth-child(4),.container .collection table tr td:nth-child(4){
    padding: 73px 37px;
    cursor: pointer;
}
.container .pro_table table tr td:nth-child(5),.container .collection table tr td:nth-child(5){
    padding: 71px 27px;
    text-align: center;
}
.container .pro_table table tr td:nth-child(6){
    padding: 42px 28px;
    text-align: center;
}
.container .pro_table table tr td:nth-child(7),.container .collection table tr td:nth-child(6){
    padding: 73px 19px;
}
.container .pro_table table tr td:nth-child(7) button{
    width:58px;
    height:28px;
    background:rgba(249,208,19,1);
    border-radius:15px;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(249,208,19,1);
    line-height: 28px;
    cursor: pointer;
}
.container .pro_table table tr td:nth-child(8){
    padding: 63px 21px;
    text-align: center;
}

/*classList2*/
.container ul.all_class > li .ul{
    margin-top: 24px;
}
.container ul.all_class > li .ul .li{
    margin-right: 80px;
    float: left;
}
.container ul.all_class > li .ul .li p{
    color:rgba(249,208,19,1);
    text-align: center;
}
.slider{
    overflow-y: auto;
}
.container ul.all_class > li .ul .li .slider > ul{
    width:90px;
    height:130px;
    border: 1px solid #ccc;
    margin-top: 16px;
    overflow-y: auto;
}
.container ul.all_class > li .ul .li .slider > ul > li{
    font-size: 12px;
    text-align: center;
    padding: 4px 0;
    cursor: pointer;
}
.container ul.all_class > li .ul .li .slider > ul > li:hover{
    background:rgba(204,204,204,1);
    color: #fff;
}
.container ul.all_class > li .ul .li .slider > ul > li.bg1{
    background:rgba(249,208,19,1);
    color: #fff;
}
.container ul.all_class > li .filter_btn{
    margin-top: 24px;
}
.container ul.all_class > li .filter_btn button{
    color: #fff;
    width:100px;
    height:30px;
    border-radius:15px;
    margin-right: 40px;
    cursor: pointer;
}
.container ul.all_class > li .filter_btn button.bg1{
    background:rgba(249,208,19,1);
    border: 1px solid rgba(249,208,19,1);
}
.container ul.all_class > li .filter_btn button.bg2{
    background:rgba(204,204,204,1);
    border: 1px solid rgba(204,204,204,1);
}
/*product*/
.container .products{
    padding: 0 24px;
}
.container .products .left{
    background-color: #fff;
    width: 800px;
    padding: 16px;
    float: left;
}
.container .products .left > div.fl > img{
    border: 1px solid #ccc;
    width: 376px;
    height: 375px;
}
.container .products .left > div.fl > .small_box{
    width: 378px;
    margin-top: 16px;
    position: relative;
    left: 0;
    top: 0;
    height: 80px;
    overflow: hidden;
}
.container .products .left > div.fl > .small_box .ovh{
    width: 349px;
    height: 80px;
    position: absolute;
    left: 16px;
    top: 0;
    z-index: 2;
}
.container .products .left > div.fl > .small_box ul.small_img{
    position: absolute;
    left: 1px;
    top: 0;
}
.container .products .left > div.fl > .small_box ul.small_img li{
    float: left;
    margin:0 4px;
    cursor: pointer;
    border: 1px solid #ccc;
}
.container .products .left > div.fl > .small_box ul.small_img li.b{
    border: 1px solid rgba(249,208,19,1);
}
.container .products .left > div.fl > .small_box ul.small_img li > img{
    width: 76px;
    height: 78px;
}
.container .products .left > div.fl > .small_box ul.arrow{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    z-index: 1;
}
.container .products .left > div.fl > .title{

}
.container .products .left > div.fl > .title > div.fl{
    font-size:24px;
    color:rgba(51,51,51,1);
}
.container .products .left > div.fl > .title > div.fr > img{
    margin-right: 5px;
    cursor: pointer;
}
.container .products .left > div.fl > .table{
    margin-top: 24px;
}
.container .products .left > div.fl > .table table{
    width: 100%;
}
.container .products .left > div.fl > .table table tr{

}
.container .products .left > div.fl > .table table tr th{
    width: 50%;
    height:60px;
    background:rgba(241,241,241,1);
    font-size:16px;
    color:rgba(51,51,51,1);
}
.container .products .left > div.fl > .table table tr td{
    color:rgba(51,51,51,1);
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.container .products .left > div.fl > .table table tr td:last-child{
    color:rgba(249,208,19,1);
}
.container .products .left > div.fl > .pro_con{
    margin-top: 24px;
}
.container .products .left > div.fl > .pro_con p{
    font-size:16px;
    margin-bottom: 14px;
}
.container .products .left > div.fl > .pro_con button{
    width:120px;
    height:30px;
    background:rgba(249,208,19,1);
    border-radius:15px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid rgba(249,208,19,1);
    margin-bottom: 24px;
}
.container .products .right{
    width: 280px;
    background-color: #fff;
    float: right;
}
.container .products .right > .title{
    height: 60px;
    background:rgba(246,91,89,1);
    text-align: center;
    line-height: 60px;
    color:rgba(255,255,255,1);
}
.container .products .right > .title span{
    display: inline-block;
    width: 71px;
    vertical-align: middle;
}
.container .products .right > ul{
    padding: 0 8px;
}
.container .products .right > ul > li{
    height: 52px;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}
.container .products .right > ul > li:last-child{
    border-bottom: none;
}
.container .products .right > ul > li span{
    margin-left: 28px;
    font-size: 13px;
}
.container .products .right > ul > li button{
    width:60px;
    height:30px;
    background:rgba(249,208,19,1);
    border: 1px solid rgba(249,208,19,1);
    border-radius:15px;
    color: #fff;
    cursor: pointer;
    margin-left: 32px;
}
.container .spec{
    width: 832px;
    background-color: #fff;
    margin-top: 40px;
    margin-left: 24px;
}
.container .spec > ul.title{
    height: 60px;
    background:rgba(255,241,218,1);
    padding-left: 16px;
}
.container .spec > ul.title li{
    font-size:16px;
    float: left;
    line-height: 56px;
    margin-right: 40px;
    cursor: pointer;
}
.container .spec > ul.title li.bb{
    border-bottom:4px solid rgba(249,208,19,1);
    color:rgba(249,208,19,1);
}
.container .spec > ul.content{

}
.container .spec > ul.content > li{
    padding-bottom: 16px;
}
.container .spec > ul.content > li p{
    width: 400px;
    line-height: 40px;
    border-bottom:1px solid rgba(238,238,238,1);
    margin-left: 16px;
}
.container .spec > ul.content > li p:first-child{
    font-size:12px;
    line-height: 52px;
    color:rgba(246,91,89,1);
}
.container .spec > ul.content > li p span:first-child{
    width: 156px;
    text-align: right;
    display: inline-block;
}
.container .spec > ul.content > li p span:last-child{
    color:rgba(51,51,51,1);
    margin-left: 66px;
}
.container .spec > ul.content > li.img_box{
    padding: 24px 40px;
}
.container .spec > ul.content > li.img_box span{
    vertical-align: middle;
    margin-left: 8px;
    cursor: pointer;
}
/*solution*/
.container .sub_content{

}
.container .sub_content > p,.container .sample > p,.container .sampleCon > p,.container .community > p{
    font-size: 16px;
    color: rgba(249,208,19,1);
    margin-bottom: 24px;
    margin-left: 24px;
}
.container .sub_content .sidebar,.container .personCenter .sidebar{
    background-color: #fff;
    width: 220px;
    margin-left: 2px;
}
.container .sub_content .sidebar > ul{

}
.container .sub_content .sidebar > ul > li,.container .personCenter .sidebar > ul > li{
    font-size:16px;
    text-align: center;
    color:rgba(51,51,51,1);
    line-height: 48px;
    border-bottom:1px solid rgba(238,238,238,1);
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
}
.container .sub_content .sidebar > ul > li:hover > ul{
    display: block;
}
.container .sub_content .sidebar > ul > li > ul{
    width: 352px;
    background: rgba(255,255,255,1);
    opacity: 0.9;
    padding: 24px;
    position: absolute;
    left: 221px;
    top: 1px;
    display: none;
    min-height: 192px;
}
.container .sub_content .sidebar > ul > li > ul > li{
    color: rgba(102,102,102,1);
    line-height: 30px;
    float: left;
    margin-left: 10px;
}
.container .sub_content .sidebar > ul > li > ul > li:hover{
    color:rgba(249,208,19,1);
}
.container .sub_content .sidebar > ul > li > ul > li img{
    margin-right: 8px;
}
.container .sub_content .sidebar > ul > li:hover,.container .personCenter .sidebar > ul > li:hover{
    background:rgba(255,248,213,1);
    color:rgba(249,208,19,1);
}
.container .sub_content .sidebar > ul > li.bg1,.container .personCenter .sidebar > ul > li.bg1{
    background:rgba(255,248,213,1);
    color:rgba(249,208,19,1);
}
.container .sub_content > ul,.container .community .right > ul{
    float: right;
    width: 882px;
    background-color: #fff;
    margin-left: 20px;
    padding: 24px;
    margin-right: 24px;
}
.container .sub_content > ul > li,.container .community .right > ul > li{
    margin-bottom: 40px;
}
.container .sub_content > ul > li:last-child,.container .community .right > ul > li:last-child{
    margin-bottom: 0;
}
.container .sub_content > ul > li > div.fr{
    width: 700px;
}
.container .sub_content > ul > li > div.fr p:first-child,.container .community .right > ul > li > div.fr p:first-child{
    font-size:16px;
    color:rgba(51,51,51,1);
    margin-bottom: 16px;
    margin-top: 24px;
    cursor: pointer;
}
.container .sub_content > ul > li > div.fr p:nth-child(2),.container .community .right > ul > li > div.fr p:nth-child(2){
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.container .sub_content > ul > li > div.fr span,.container .community .right > ul > li > div.fr span{
    color: #FDC400;
    float: right;
    margin-top: 10px;
    cursor: pointer;
}
/*solutionCon*/
.container .sub_content .solutionCon{
    width: 888px;
    float: right;
    margin-right: 24px;
    background-color: #fff;
    padding: 24px;
}
.container .sub_content .solutionCon > .title{

}
.container .sub_content .solutionCon > .title p:first-child,.container .help > p,.container .helpCon > p{
    font-size:16px;
    color:rgba(249,208,19,1);
    padding-left: 11px;
    border-left:4px solid rgba(249,208,19,1);
}
.container .sub_content .solutionCon > .title p:last-child{
    font-size:16px;
    color:rgba(153,153,153,1);
}
.container .sub_content .solutionCon > .title p:last-child span:hover{
    color: #FDC400;
    cursor: pointer;
}
.container .sub_content .solutionCon > .content{
    margin: 24px 0 40px;
}
.container .sub_content .solutionCon > .content > div.fr{
    width: 700px;
}
.container .sub_content .solutionCon > .content > div.fr > p:first-child{
    font-size:16px;
    color:rgba(51,51,51,1);
    margin-bottom: 16px;
    margin-top: 24px;
    cursor: pointer;
}
.container .sub_content .solutionCon > .content > div.fr > p:nth-child(2){
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.container .sub_content .solutionCon > .content > div.fr > span{
    color: #FDC400;
    float: right;
    margin-top: 10px;
}
.container .sub_content .solutionCon > .photo{
    margin-bottom: 40px;
}
.container .sub_content .solutionCon > div > p.sub_title{
    color:rgba(249,208,19,1);
    margin-bottom: 15px;
}
.container .sub_content .solutionCon > div > p.sub_title span{
    width:8px;
    height:8px;
    background:rgba(249,208,19,1);
    border-radius: 50%;
    margin-right: 7px;
    display: inline-block;
}
.container .sub_content .solutionCon > .ul_list{
    margin-bottom: 22px;
}
.container .sub_content .solutionCon > .ul_list > ul{
    margin-left: 16px;
}
.container .sub_content .solutionCon > .ul_list > ul > li{
    margin-bottom: 18px;
}
.container .sub_content .solutionCon > .ul_list > ul > li > img{
    margin-right: 8px;
}
.container .sub_content .solutionCon > .sou_table{

}
.container .sub_content .solutionCon > .sou_table table{
    width: 98%;
    margin-left: 16px;
}
.container .sub_content .solutionCon > .sou_table table tr{
    color:rgba(51,51,51,1);
}
.container .sub_content .solutionCon > .sou_table table tr th{
    background:rgba(255,241,218,1);
    border-right:2px solid rgba(238,238,238,1);
    height: 60px;
}
.container .sub_content .solutionCon > .sou_table table tr th:last-child{
    border: none;
}
.container .sub_content .solutionCon > .sou_table table tr td{
    text-align: center;
    height: 80px;
    border-right:2px solid rgba(238,238,238,1);
    border-left:2px solid rgba(238,238,238,1);
    border-bottom:2px solid rgba(238,238,238,1);
}
.container .sub_content .solutionCon > .sou_table table tr td button,.container .sample .content .right .bottom table tr td button,ul.application > li table tr td button{
    width:60px;
    height:30px;
    background:rgba(249,208,19,1);
    border-radius:15px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border:1px solid rgba(249,208,19,1);
}
/*sampleCenter*/
.container .sample{

}
.container .sample .content{

}
.container .sample .content .left,.container .sampleCon .content .left{
    width: 220px;
    float: left;
    margin-right: 20px;
}
.container .sample .content .left .partner,.container .sampleCon .content .left .partner{
    margin-bottom: 40px;
}
.container .sample .content .left .partner .title,.container .sampleCon .content .left .partner .title{
    height:60px;
    background:rgba(246,91,89,1);
    line-height: 60px;
    text-align: center;
}
.container .sample .content .left .partner .title > span,.container .sampleCon .content .left .partner .title > span{
    font-size:16px;
    color:rgba(255,255,255,1);
}
.container .sample .content .left .partner > ul{

}
.container .sample .content .left .partner > ul > li,.container .sampleCon .content .left .partner > ul > li{
    float: left;
    margin: 8px 8px 0 0;
}
.container .sample .content .left .partner > ul > li:nth-child(2n),.container .sampleCon .content .left .partner > ul > li:nth-child(2n){
    margin:8px 0 0 0;
}
.container .sample .content .left .sample_show{

}
.container .sample .content .left .sample_show > ul{

}
.container .sample .content .left .sample_show > ul > li:first-child,.container .sampleCon .content .left .sample_show > ul > li:first-child{
    height: 60px;
    line-height: 60px;
    background:rgba(249,208,19,1);
    border-left:1px solid rgba(249,208,19,1);
    padding: 0 16px;
}
.container .sample .content .left .sample_show > ul > li:first-child p,.container .sampleCon .content .left .sample_show > ul > li:first-child p{
    color: #fff;
}
.container .sample .content .left .sample_show > ul > li:first-child p span:first-child,.container .sampleCon .content .left .sample_show > ul > li:first-child p span:first-child{
    font-size:16px;
}
.container .sample .content .left .sample_show > ul > li,.container .sampleCon .content .left .sample_show > ul > li{
    padding: 20px 16px;
    min-height: 8px;
    background-color: #fff;
    font-size: 12px;
    border-bottom:1px solid rgba(238,238,238,1);
    border-left:1px solid rgba(238,238,238,1);
}
.container .sample .content .left .sample_show > ul > li:last-child,.container .sampleCon .content .left .sample_show > ul > li:last-child{
    border-bottom: none;
}
.container .sample .content .left .sample_show > ul > li span,.container .sampleCon .content .left .sample_show > ul > li span{
    vertical-align: middle;
}
.container .sample .content .left .sample_show > ul > li span.center,.container .sampleCon .content .left .sample_show > ul > li span.center{
    margin: 0 4px 0 2px;
    display: inline-block;
    width: 89px;
    height: auto;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.container .sample .content .right{
    float: left;
}
.container .sample .content .right .top{
    margin-bottom: 40px;
}
.container .sample .content .right .top .apply{
    width: 240px;
    min-height: 204px;
    padding: 24px;
    background-color: #fff;
}
.container .sample .content .right .top .apply p:first-child{
    font-size:16px;
    color:rgba(51,51,51,1);
    text-align: center;
    margin-bottom: 22px;
}
.container .sample .content .right .top .apply ul{

}
.container .sample .content .right .top .apply ul > li{
    margin-bottom: 5px;
}
.container .sample .content .right .top .apply p:last-child{
    font-size:12px;
    color:rgba(249,208,19,1);
    cursor: pointer;
}
.container .sample .content .right .bottom{

}
.container .sample .content .right .bottom ul.search_list{

}
.container .sample .content .right .bottom ul.search_list > li{
    margin-right: 40px;
    float: left;
    width: 220px;
}
.container .sample .content .right .bottom ul.search_list > li > span{
    font-size:16px;
    color:rgba(51,51,51,1);
    line-height: 42px;
    float: left;
}
.container .sample .content .right .bottom ul.search_list > li > .select{
    float: left;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 8px;
}
.container .sample .content .right .bottom ul.search_list > li > .select .input_dn{
    position: absolute;
    left: 0;
    top: 0;
}
.container .sample .content .right .bottom ul.search_list > li > .select .input_dn input{
    width: 160px;
    height: 40px;
    padding-left: 16px;
    border: 1px solid #FDC400;
    border-radius: 8px;
    background-color: #fff;
    color: rgba(204,204,204,1);
    cursor: pointer;
}
.container .sample .content .right .bottom ul.search_list > li > .select .input_dn span{
    width: 16px;
    height: 8px;
    background: url(../images/arrow_sjx.png) no-repeat center;
    position: absolute;
    right: 16px;
    top: 18px;
    cursor: pointer;
}
.container .sample .content .right .bottom ul.search_list > li > .select > ul{
    width: 176px;
    background: rgba(255,255,255,1);
    border-radius: 8px;
    border: 1px solid #FDC400;
    position: absolute;
    left: 0;
    top: 42px;
    display: none;
    max-height: 140px;
    overflow-y: auto;
}
.container .sample .content .right .bottom ul.search_list > li > .select > ul::-webkit-scrollbar {/*滚动条整体样式*/
    width: 1px;     /*高宽分别对应横竖滚动条的尺寸*/
}
.container .sample .content .right .bottom ul.search_list > li > .select > ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    background: #FDC400;
}
.container .sample .content .right .bottom ul.search_list > li > .select > ul::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 8px;
    background: #fff;
}
.container .sample .content .right .bottom ul.search_list > li > .select > ul > li{
    padding: 5px 16px;
    cursor: pointer;
}
.container .sample .content .right .bottom ul.search_list > li:last-child{
    width: 305px;
    float: right;
    margin-right: 0;
}
.container .sample .content .right .bottom ul.search_list > li .search_result{

}
.container .sample .content .right .bottom ul.search_list > li .search_result input,.container .personCenter .right > .btn .search_result input{
    width: 225px;
    height: 38px;
    border: 1px solid #FDC400;
    border-radius: 8px 0 0 8px;
    padding-left: 15px;
    line-height: 38px;
    color: rgba(204,204,204,1);
    float: left;
}
.container .sample .content .right .bottom ul.search_list > li .search_result button,.container .personCenter .right > .btn .search_result button{
    width: 60px;
    height: 40px;
    background: rgba(249,208,19,1);
    border-radius: 0px 8px 8px 0px;
    border: 1px solid #FDC400;
    cursor: pointer;
}
.container .sample .content .right .bottom table{
    width: 100%;
    margin-top: 40px;
}
.container .sample .content .right .bottom table tr{

}
.container .sample .content .right .bottom table tr th{
    color:rgba(51,51,51,1);
    line-height: 60px;
    background:rgba(255,241,218,1);
    height:60px;
    border-right:2px solid rgba(238,238,238,1);
}
.container .sample .content .right .bottom table tr td{
    height: 80px;
    background-color: #fff;
    text-align: center;
    border-right:2px solid rgba(238,238,238,1);
    border-bottom:2px solid rgba(238,238,238,1);
}
.container .sample .content .right .bottom table tr td button{

}
/*sampleCenterCon*/
.container .sampleCon .content .right,.container .personCenter.bom .right{
    float: right;
    width: 925px;
    margin-right: 24px;
}
.container .sampleCon .content .right .top{
    background-color: #fff;
    padding-top: 24px;
    margin-bottom: 40px;
}
.container .sampleCon .content .right .top p,.container .personCenter .right > p{
    margin-left: 24px;
    font-size: 16px;
    color: rgba(249,208,19,1);
    padding-left: 11px;
    border-left: 4px solid rgba(249,208,19,1);
}
.container .sampleCon .content .right .top table{
    margin-top: 24px;
    width: 100%;
}
.container .sampleCon .content .right .top table tr{

}
.container .sampleCon .content .right .top table tr th{
    height:60px;
    background:rgba(255,241,218,1);
    border-right: 2px solid rgba(238,238,238,1);
}
.container .sampleCon .content .right .top table tr th:last-child{
    border: none;
}
.container .sampleCon .content .right .top table tr td{
    height:82px;
    border-right: 2px solid rgba(238,238,238,1);
    text-align: center;
}
.container .sampleCon .content .right .top table tr td > input{
    width: 80px;
    height: 40px;
    text-align: center;
}
.container .sampleCon .content .right .bottom{
    background-color: #fff;
    padding: 24px;
    margin-bottom: 40px;

}
.container .sampleCon .content .right .bottom > p{
    color:rgba(246,91,89,1);
    margin-bottom: 24px;
}
.container .sampleCon .content .right .bottom > .ul_list,.container .personCenter .right > .ul_list{
    margin-bottom: 15px;
}
.container .sampleCon .content .right .bottom > .ul_list p.sub_title,.container .personCenter .right > .ul_list p.sub_title{
    color: rgba(249,208,19,1);
    margin-bottom: 24px;
}
.container .sampleCon .content .right .bottom > .ul_list p.sub_title > span,.container .personCenter .right > .ul_list p.sub_title > span{
    width: 8px;
    height: 8px;
    background: rgba(249,208,19,1);
    border-radius: 50%;
    margin-right: 7px;
    display: inline-block;
}
.container .sampleCon .content .right .bottom > .ul_list > ul{

}
.container .sampleCon .content .right .bottom > .ul_list > ul > li,.container .personCenter .right > .ul_list > ul > li{
    margin-bottom: 24px;
}
.container .sampleCon .content .right .bottom > .ul_list > ul > li:last-child,.container .personCenter .right > .ul_list > ul > li:last-child{
    margin-bottom: 0;
}
.container .sampleCon .content .right .bottom > .ul_list > ul > li > span,.container .personCenter .right > .ul_list > ul > li > span{
    font-size: 16px;
    width: 112px;
    display: inline-block;
    text-align: right;
}
.container .sampleCon .content .right .bottom > .ul_list > ul > li input,.container .personCenter .right > .ul_list > ul > li input{
    height: 38px;
    margin-left: 16px;
    padding-left: 16px;
}
.container .sampleCon .content .right .bottom > .ul_list > ul > li > textarea{
    width:468px;
    height:88px;
    font-size: 16px;
    resize: none;
    padding: 17px;
    margin-left: 16px;
}
.container .sampleCon .content .right .bottom > button,.container .personCenter .right > button{
    width:320px;
    height:60px;
    background:rgba(249,208,19,1);
    border:1px solid rgba(249,208,19,1);
    border-radius:30px;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    display: block;
    cursor: pointer;
}
/*applicationCon*/
ul.application{

}
ul.application > li{

}
ul.application > li p{
    margin-bottom: 16px;
}
ul.application > li p img{
    margin-right: 8px;
}
ul.application > li table{
    width: 100%;
    display: none;
}
ul.application > li table tr{
    height: 80px;
}
ul.application > li table tr td{
    border: 1px solid rgba(238,238,238,1);
    text-align: center;
}
/*engineerCommunity*/
.container .community{

}
.container .community .left{
    float: left;
}
.container .community .left .title{
    width: 220px;
    height: 60px;
    background:rgba(246,91,89,1);
    color: #fff;
    font-size:16px;
    text-align: center;
    line-height: 60px;
}
.container .community .left ul{

}
.container .community .left ul > li{
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    font-size:16px;
    color:rgba(51,51,51,1);
    cursor: pointer;
}
.container .community .left ul > li:hover{
    background:rgba(255,248,213,1);
    color:rgba(249,208,19,1);
}
.container .community .left ul > li.bg1{
    background:rgba(255,248,213,1);
    color:rgba(249,208,19,1);
}
/*engineerCommunityCon*/
.container .sub_content.community .solutionCon > .content > div.fr{
    width: 100%;
}
/*capital*/
.container .capital{

}
.container .capital .address{
    background-color: #fff;
    padding: 24px;
    float: left;
    margin-left: 20px;
}
.container .capital .address >div.fl{

}
.container .capital .address >div.fl p{
    font-size:16px;
    color:rgba(51,51,51,1);
    margin-bottom: 8px;
}
.container .capital .address >div.fl > ul{
    margin-top: 32px;
}
.container .capital .address >div.fl > ul > li{
    float: left;
    margin-right: 24px;
}
.container .capital .address >div.fl > ul > li > p{
    text-align: center;
    margin-top: 8px;
}
.container .capital .address > div.maps{
    width: 540px;

    border: 1px solid #eee;
    margin-left: 80px;
}
.container .capital .address > div.maps .map{
    height: 300px;
}
/*capitalCon*/
.container .capitalCon{

}
.container .capitalCon .content{
    background-color: #fff;
    padding: 24px;
    float: left;
    margin-left: 20px;
    width: 888px;
}
.container .capitalCon .content > p.title{
    font-size:20px;
    text-align: center;
    color:rgba(51,51,51,1);
}
.container .capitalCon .content > .con{
    margin-top: 40px;
}
.container .capitalCon .content > .con > p{
    text-indent: 2em;
}
.container .capitalCon .content > .con .img_box{
    margin: 24px 0;
}
/*help*/
.container .help,.container .helpCon{
    width: 888px;
    float: right;
    margin-right: 24px;
    background-color: #fff;
    padding: 24px;
    min-height: 530px;
}
.container .help > .help_btn{
    margin-top: 24px;
    margin-bottom: 24px;
}
.container .help > .help_btn .btn{
    font-size:16px;
    color:rgba(255,255,255,1);
    padding: 8px;
    text-align: center;
    background:rgba(204,204,204,1);
    border-radius:8px;
    float: left;
    margin-right: 24px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
}
.container .help > .help_btn .btn:hover{
    background-color: rgba(249, 208, 19, 1);
}
.container .help > .help_btn .btn:hover span{
    display: block;
}
.container .help > .help_btn .btn span{
    width: 14px;
    height: 10px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -7px;
    background: url("../images/sjx.png") no-repeat center;
    display: none;
}
.container .help > .help_btn .btn.active{
    background-color: rgba(249, 208, 19, 1);
}
.container .help > .help_btn .btn.active span{
    display: block;
}
.container .help > .question,.container .helpCon > .question{

}
.container .help > .question > ul{

}
.container .help > .question > ul > li{
    margin-bottom: 12px;
    font-size:16px;
    color:rgba(51,51,51,1);
    cursor: pointer;
}
.container .help > .question > ul > li:hover{
    color:rgba(249,208,19,1);
}
.container .help > .question > ul > li > img{
    margin-right: 8px;
}
.container .helpCon > .question > ul{
    margin-top: 24px;
}
.container .helpCon > .question > ul > li{
    margin-bottom: 24px;
}
.container .helpCon > .question > ul > li:last-child{
    margin-bottom: 0px;
}
.container .helpCon > .question > ul > li > .title{
    font-size:16px;
    color:rgba(249,208,19,1);
}
.container .helpCon > .question > ul > li > .con{
    color:rgba(51,51,51,1);
    padding:0 0 0 16px;
    margin-top: 16px;
}
.container .helpCon > .question > ul > li > .con > img{
    margin: 16px 0;
}
/*personCenter*/
.container .personCenter .right{
    float: right;
    width: 877px;
    margin-right: 24px;
    background-color: #fff;
}
.container .personCenter .right > .ul_list > ul > li > span.loginname{
    width: 200px;
    text-align: left;
}
.container .personCenter .right > .ul_list > ul > li > span.yz{
    width: 275px;
    text-align: left;
    margin-left: 34px;
}
.container .personCenter .right > button{
    margin: 40px auto 0;
}
.container .personCenter .right > .btn{
    padding-right: 24px;
}
.container .personCenter .right > .btn .fl span{
    color:rgba(246,91,89,1);
    margin-left: 35px;
    line-height: 40px;
}
.container .personCenter .right > .btn .fr > button{
    width:98px;
    height:38px;
    background:rgba(249,208,19,1);
    border:1px solid rgba(249,208,19,1);
    border-radius:8px;
    color:rgba(255,255,255,1);
    margin-left: 40px;
    cursor: pointer;
}
.container .personCenter .right > table{
    width: 100%;
    margin-top: 16px;
    /*margin-bottom: 118px;*/
}
.container .personCenter .right > table tr{

}
.container .personCenter .right > table th{
    color:rgba(51,51,51,1);
    background:rgba(255,241,218,1);
    height: 60px;
    border-right: 2px solid rgba(238, 238, 238, 1);
}
.container .personCenter .right > table th .select{
    position: relative;
    left: 0;
    top: 0;
    margin-left: 8px;
}
.container .personCenter .right > table th .select .input_dn{
    position: absolute;
    left: 3px;
    top: -20px;
}
.container .personCenter .right > table th .select .input_dn > .input{
    width: 120px;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: rgba(204,204,204,1);
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}
.container .personCenter .right > table th .select .input_dn > span{
    width: 16px;
    height: 8px;
    background: url(../images/arrow_sjx.png) no-repeat center;
    position: absolute;
    right: 8px;
    top: 18px;
    cursor: pointer;
}
.container .personCenter .right > table th .select ul{
    width: 120px;
    background: rgba(255,255,255,1);
    border-radius: 8px;
    border: 1px solid #ccc;
    position: absolute;
    left: 3px;
    top: 21px;
    display: none;
}
.container .personCenter .right > table th .select ul > li:first-child{
    border-radius: 8px 8px 0 0;
}
.container .personCenter .right > table th .select ul > li:last-child{
    border-radius:  0 0 8px 8px;
}
.container .personCenter .right > table th .select ul > li{
    padding: 5px 16px;
    cursor: pointer;
}
.container .personCenter .right > table th .select ul > li:hover{
    background: rgba(249,208,19,1);
    color: #fff;
}
.container .personCenter .right > table th:last-child{
    border-right:none;
}
.container .personCenter .right > table tr td{
    background-color: #fff;
    text-align: center;
    height: 80px;
    border-right: 2px solid rgba(238, 238, 238, 1);
    border-bottom: 2px solid rgba(238, 238, 238, 1);
}
.container .personCenter .right > table td:last-child{
    border-right:none;
}
.container .personCenter .right > table td button{
    width:58px;
    height:28px;
    background:rgba(249,208,19,1);
    border:1px solid rgba(249,208,19,1);
    border-radius:15px;
    font-size:16px;
    color:rgba(255,255,255,1);
    cursor: pointer;
}
/*company*/
.container .synopsis{
    background:#fff;
    padding: 24px;
}
.container .synopsis > ul{

}
.container .synopsis > ul > li{
    margin-bottom: 80px;
}
.container .synopsis > ul > li:last-child{
    margin-bottom: 0px;
}
.container .synopsis > ul > li > .title{
    margin-bottom: 40px;
}
.container .synopsis > ul > li > .title p{
    text-align: center;
}
.container .synopsis > ul > li > .title p > span{
    width: 40px;
    height: 2px;
    background: rgba(187,187,187,1);
    display: inline-block;
    margin-bottom: 6px;
}
.container .synopsis > ul > li > .title p > a{
    font-size:20px;
    color:rgba(51,51,51,1);
    margin: 0 16px;
}
.container .synopsis > ul > li > .about_us{

}
.container .synopsis > ul > li > .about_us .left{
    float: left;
    width: 512px;
    margin-left: 76px;
}
.container .synopsis > ul > li > .about_us .left > p{
    font-size:20px;
    color:rgba(249,208,19,1);
    margin-bottom: 24px;
}
.container .synopsis > ul > li > .about_us .left > .content{

}
.container .synopsis > ul > li > .about_us .left > .content p{
    font-size:16px;
    color:rgba(88,88,88,1);
    margin-bottom: 40px;
}
.container .synopsis > ul > li > .about_us .right{
    float: right;
}
.container .synopsis > ul > li > .product_our{

}
.container .synopsis > ul > li > .product_our .img_box{
    float: left;
}
.container .synopsis > ul > li > .contact_us{
    width: 450px;
    margin: 0 auto;
}
.container .synopsis > ul > li > .contact_us > p{
    /*text-align: center;*/
    margin-bottom: 25px;
}
.container .synopsis > ul > li > .contact_us > p span:first-child{
    width:100px;
    height:16px;
    text-align: right;
    display: inline-block;
    font-size:16px;
    color:rgba(72,72,72,1);
}
.container .synopsis > ul > li > .contact_us > p span:first-child{
    font-size:16px;
    color:rgba(51,51,51,1);
}
/*询价详情*/
.container .inquiry,.container .applyCon{
    background:rgba(255,255,255,1);
    min-height: 510px;
    padding: 24px 34px 24px 24px;
}
.container .inquiry .inquiry_list{

}
.container .inquiry .inquiry_list > p,.container .applyCon .apply_list > p{
    font-size: 16px;
    color:  #FDC400;
    padding-left: 8px;
    border-left: 4px solid #FDC400;
    margin-bottom: 15px;
}
.container .inquiry .inquiry_list > ul,.container .applyCon .apply_list > ul{
    padding-left: 12px;
}
.container .inquiry .inquiry_list > ul > li,.container .applyCon .apply_list > ul > li{
    color:rgba(51,51,51,1);
    float: left;
    width: 25%;
    margin-bottom: 16px;
}
.container .inquiry .inquiry_list > .ps{
    color: #333;
    padding-left: 12px;
    margin-bottom: 16px;
}
.container .inquiry .inquiry_list > .ps .ps_con{
    width: 93%;
    display: inline-block;
    vertical-align: text-top;
    line-height: 22px;
}
/*样品详情*/
.container .applyCon .apply_list .order_list{

}
.container .applyCon .apply_list .order_list .order_list_con{
    background:rgba(248,248,248,1);
    padding: 15px 10px;
    margin-bottom: 16px;
}
.container .applyCon .apply_list .order_list .order_list_con > p{
    margin-bottom: 8px;
}
.container .applyCon .apply_list .order_list .order_list_con > ul{

}
.container .applyCon .apply_list .order_list .order_list_con > ul > li{
    color:rgba(51,51,51,1);
    margin: 8px 0;
    width: 25%;
    float: left;
}
.container .applyCon .apply_list .order_list .order_list_con > .ps{
    color: #333;
    margin-bottom: 16px;
}
.container .applyCon .apply_list .order_list .order_list_con > .ps .ps_con{
    width: 93%;
    display: inline-block;
    vertical-align: text-top;
    line-height: 22px;
}
















