

/*top开始 */ 
.top{
    position: fixed;
    bottom:10%;
    right:0;
    z-index: 11;
    cursor: pointer;
}
.top i{
    width:60px;
    height:60px;
    display:block;
}
.top .polygon{
    background:url(../images/icon/db.png);
    background-repeat: no-repeat;
    width:135px;
    height:128px;
    position: absolute;
    right:52px;
    display: none;
    top: 60px;
}
.top .polygon .KF{
    margin-top: 5px;
    display: block;
    margin-left: 10px;
}
.top .polygon .Release{
    width: 60px;
    height: 30px;
    line-height: 30px;
    background: url(../images/icon/clock.png)no-repeat 2px 10px;
    font-size: 12px;
    margin-left: 25px;
   color:#ccc;
    padding-left: 20px;
}
.top .polygon p{
    text-align: center;
    font-size: 17px;
    width:127px;
    color:#71a7f6;
}
.top .Make{
    width:406px;
    height:401px;
    background:url(../images/icon/db1.png);
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    right:53px;
    bottom:60px;
    padding-top: 25px;
    display: none;
}
.top .Make .in-make{
    width:320px;
    margin:0 auto;
    height:25px;
}
.top .Make .in-make h3{
    float: left;
    font-size: 12px;
    line-height: 25px;

}
.top .Make .in-make ul{
    float: left;
}
.top .Make .in-make ul li{
    float: left;
    width:80px;
    height:25px;
    margin-right: 10px;
    text-align: center;
    line-height: 25px;
    font-size: 9px;
    cursor: pointer;

}
.top .Make .in-make ul li.cen{
    background:#3e87f0;
    color:#fff;
    border-radius: 13px;
}
.top .Make .contant{
    margin-left: 15px;
    margin-top: 25px;
    width:380px;
    margin-bottom: 0;
    padding: 0;
}
.top .Make .contant h3{
    float: left;
    font-size: 12px;


}
.top .Make .contant  textarea{
    width:250px;
    height:140px;
    border:1px solid #ccc;
    resize:none;
    padding-left: 10px;
}
.top .Make .contant  input{
    margin-left: 5px;
    border:1px solid #ccc;
    width:259px;
    height:28px;
    line-height: 28px;
}
.top .Make .contants{
    margin-top: 15px;
}
.top .Make button{
    width:88px;
    height:33px;
    background:#3e87f0;
    color:#fff;
    border-radius: 5px;
    margin-top: 20px;
  margin-left: 155px;
}
.top .Make .contants h3{
    float: left;
    font-size: 12px;
    line-height: 30px;


}
.top .compare_set {
    position: relative;
}
.top .compare_set span.number {
    position: absolute;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    background: red;
    color: #ffffff;
    border-radius: 25px;
    top: 4px;
    right: 9px;
    display: none;
}
.top .compare_set .compare_back {
    width: 303px;
    height: 490px;
    position: absolute;
    background: url(../images/img/compare_bg.png) 303px 490px;
    top: -260px;
    right: 50px;
    display: none;
    cursor: auto;
}
.top .compare_back .compare_one {
    width: 294px;
    margin-left: 1px;
    height: 90px;
    //background: #00a0e9;
    padding: 0 20px;
    box-sizing: border-box;
}
.top .compare_back .compare_one .have_good {
    position: relative;
}
.top .compare_back .compare_one .cover {
    position: absolute;
    left: 0;
}
.top .compare_back .compare_top {
    font-size: 16px;
    line-height: 60px;
    color: #404040;
    height: 60px;
}
.top .compare_back .no_good {
    height: 90px;
}
.top .compare_back .no_good > div {
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 2px dashed #8f8f8f;
    float: left;
    margin-top: 10px;
}
.top .compare_back .no_good span {
    display: inline-block;
    float: left;
    line-height: 90px;
    font-size: 14px;
    color: #8f8f8f;
    margin-left: 22px;
}
.compare_back div:after {
    content: '';
    clear: both;
    display: block;
}
.top .compare_back .have_good img {
    width: 70px;
    height: 70px;
    float: left;
    margin-top: 10px;
}
.top .compare_back .have_good .content {
    float: left;
    margin-left: 20px;
    width: 160px;
    padding: 10px 0;
    position: relative;
    height: 90px;
    box-sizing: border-box;
}
.top .compare_back .have_good .content>span {
    word-break: break-all;
    height: 35px;
    font-size: 14px;
    color: #404040;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.top .compare_back .have_good .bottom {
    margin-top: 13px;
}
.top .compare_back .have_good .bottom .p {
    display: inline-block;
    float: left;
    color: #f27b28;
}
.top .compare_back .have_good .bottom .del-compare {
    display: inline-block;
    float: right;
    color: #3e87f0;
    cursor: pointer;
}
.top .compare_back .begin{
    box-sizing: border-box;
    padding: 20px 0;
}
.top .compare_back .begin span{
    font-size: 14px;
    color: #8f8f8f;
    float: right;
    margin-right: 30px;
    margin-top: 4px;
    cursor: pointer;
}
.top .compare_back .begin div {
    width: 93px;
    height: 29px;
    background-color: #3e87f0;
    border-radius: 3px;
    line-height: 29px;
    text-align: center;
    float: right;
    color: #ffffff;
    margin-right: 20px;
    cursor: pointer;
}
.Welcome .in-Welcome h2 a {
    text-decoration: underline !important;
    color: #3e87f0;
}
/*top结束 */ 









/*底部开始 */ 
.footer{
    background:#919191;
    height:238px;

}
.footer .infooter{
    width:1200px;
    height:192px;
    margin:0 auto;
    padding-top: 46px;
}
.footer .infooter dl{
    float: left;
    margin-right: 185px;
    font-size: 12px;
}
.footer .infooter dl dt{
    color:#f4f4f4;
    line-height: 32px;
    font-size: 14px;
}
.footer .infooter dl dd{
    line-height: 22px;
    text-align: center;
}
.footer .infooter dl dd a{
    color:#ccc;
}
.footer .infooter .footer-right{
    float: right;
    margin-right: 55px;
}
.footer .infooter .footer-right .code{
    width:100px;
    text-align: center;
    color:#fff;
    font-size: 14px;
    float: left;
    margin-right: 27px;
}
.footer .infooter .footer-right .code i{
    width:104px;
    height:104px;
    display:inline-block;
}
.footer .infooter .footer-right .code p{
    margin-top: 9px;
    font-size: 14px;
}
.footer .infooter .footer-right .call{
    float: right;
    width:145px;
    height:105px;
    text-align: center;

}
.footer .infooter .footer-right .call strong{
    font-size: 16px;
    color:#fff;
    display:block;
    margin-bottom: 15px;
}
.footer .infooter .footer-right .call p{
    font-size: 12px;
    color:#fff;
}
.footer .infooter .footer-right .call a{
    width:93px;
    height:33px;
    border:1px solid #fff;
    display:inline-block;
    line-height: 33px;
    padding-left: 20px;
    color:#fff;
    font-size: 16px;
    margin-top: 17px;
    background:url(../images/icon/call.png);
    background-repeat: no-repeat;
    background-position:10px 10px;

}
.footer .infooter .footer-right .call a:hover{
    background:#3e87f0 url(../images/icon/call.png)no-repeat 10px 10px;
    border:1px solid #3e87f0;

}
.icp {
    line-height: 30px;
    text-align: center;
    color: #505050;
    font-size: 12px;}
/*底部结束 */
[v-cloak] {
    display: none !important;
}

.company_vip1 {
    width: 27px;
    height: 27px;
    background-image: url('../v2/images/vip_13_new.png');
    background-size: 27px 27px;
}
 .company_vip2 {
    width: 25px;
    height: 25px;
    background-image: url('../v2/images/vip_23_new.png');
    background-size: 25px 25px;
}
.company_vip3 {
    width: 27px;
    height: 27px;
    background-image: url('../v2/images/vip_33_new.png');
    background-size: 27px 27px;
}






