﻿@charset "utf-8";
/* CSS Document */

 .minput{
        border:1px solid #333;
        border-radius: 3px;
		padding:5px;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
    }
.jikai-mainContent{
    overflow: hidden;
    margin-bottom: 40px;
}

.jikai-leftDesc{
    margin-top:50px
}
.jikai-leftDesc .firstImg{
    margin-bottom:30px
}
.jikai-introimg{
    margin-bottom: 42px;
}
.jikai-introimg{
    height: 160px;
    background-image: url(../img/introimg-liuyanlan.png);
    background-position: center center;
}
.jikai-commonInfo{
    font-family: "microsoft yahei";
}
.jikai-commonInfo .infoTitle{
    background-image: url(../img/jikaiinfo.jpg);
    background-repeat: no-repeat;
    color: #333;
    padding-left: 67px;
    font-size: 16px;
    margin-top: 17px;
    padding-top: 4px;
}
.jikai-commonInfo.info2 .infoTitle{
    background-image: url(../img/infoimg2.png);
    height: 20px;
}
.jikai-commonInfo .infoSubTitle{
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}
.jikai-commonInfo .infoContent{
    margin-top: 12px;
    font-size: 16px;
}
.jikai-commonInfo .infoContent p{
    margin-top: 22px;
    max-width: 420px;
    color: #333;
}


.jikai-companyInfo{
    font-family: "microsoft yahei";
    margin-top: 40px;
}
.jikai-companyInfo .companyTitle{
    color: #333;
    font-weight: bold;
    margin-bottom: 14px;
    font-size: 16px;
}
.jikai-companyInfo .companyLine{
    margin-bottom: 5px;
    font-size: 16px;
    overflow: hidden;
    color: #7a7a7a;
}
.jikai-companyInfo .companyLine .companyLineLeft{
    float:left;
    width: 358px;
}
.jikai-companyInfo .companyLine .companyLineRight{
    float:left;
}


body{color:#333;font-size: 16px;font-family: "微软雅黑"}
    .group-content{
        width:645px;
    }
    .title{
        height: 24px;
        border-left:3px solid #900200;
        color:#900200;
        font-size: 24px;
        font-weight: bold;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 5px;
    }
    .title span{
        font-size: 16px;
        color: #333;
        font-weight: normal;
    }
    .summary{
        color: #666;
        margin-bottom: 20px;
    }
    .detail{
        
    }
    .liuyan{
        padding:15px;
        margin-left: 50px;
        border:1px solid #eee;
font-size: 14px;

    }
    .red{
        color:#ed4747;
    }
    label{
        margin-right:10px;
		width:60px;
		text-align:right;
		
    }   

    .short{
        width:450px;
    }
    .notice{
        width: 100%;
        margin-left:65px;
        color:#999;
        margin-bottom: 15px;

    }
    .email{
        margin-right:30px;
    }
    .f-l{
        float:left;
    }
    #text{
        width:450px;        
        height: 155px;
        border:1px solid #333;
        border-radius: 3px;
        margin-bottom: 5px;
        padding: 5px;
        font-family: Microsoft YaHei;
    }
    .count{
        margin-left: 430px;
        margin-bottom: 20px;
    }
    .pic1{
        margin-top:35px;
    }
    .pic2{
        margin-top: 40px;
        margin-bottom:15px;
    }
    .btn{
        width:80px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: #E51512;
        color:#fff;
        font-weight:bold;
        margin-left:81px; 
        border-radius: 3px;
        cursor: pointer;
    }
    .btn:hover{
        background-color:#D21F19 ;
    }
    .dialog{
        width:210px;
        height:60px;
        font-size: 16px;
        color:#22c064;
        background-color: #f4fbff;
        line-height:60px;
        border:1px solid #e0f5ff;
        border-radius: 5px;
    }
    .dialog img{
        width:16px;
        margin-right: 15px;
        position: relative;
        top: 3px;
        left: 10px;
    }
    .error{
        border-color:#ed4747;
    }
    .tip span{
      color:#ed4747;
      visibility: hidden;
    }    
    .tip .words{
        position: relative;
        left: 70px;
        top: -8px;
    }
    input:focus,textarea:focus{
        box-shadow:0 0px 1px 1px #87c2f1;
        opacity: 0.7
    }