.banner{
    width: 100%;
    height: 316px;
    background: url(/web_images/banner.jpg) no-repeat center;
}
.content{
    width: 100%;
    min-height: 600px;
    margin-top: 20px;
}
.aside{
    width: 225px;
    float: left;
}
.aside h2{
    text-align: center;
    width: 100%;
    height: 51px;
    line-height: 51px;
    background: url(/web_images/aside.jpg) repeat-y;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}
.aside .top{
    text-align: center;
}
.aside ul{
    padding: 10px 25px;
    background-color: #f1f1f1;
}
.aside li{
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
}
.aside li.on{
    background: url(/web_images/lion.jpg) repeat-y;
}
.aside li.on a{
    color: #fff;
}
.aside li a{
    display: block;
    color: #000000;
    font-size: 18px;
}
.aside .contact{
    width: 100%;
    margin-top: 20px;
    background-color: #f1f1f1;
}
.aside .contact .txt{
    padding: 20px 0 20px 21px;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
}
.aside .cpaside h3{
    background: url(/web_images/aside.jpg) repeat-y;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    border-radius: 100px;
}
.aside .cpaside{
    text-align: center;
}
.aside .cpaside li a{
    font-size: 16px;
}
.content .right{
    min-height: 600px;
    width: 936px;
}
.toptitle{
    width: 100%;
    height: 51px;
    line-height: 51px;
    background-color: #f4f4f4;
}
.toptitle h2{
    float: left;
    color: #000000;
    font-size: 30px;
    padding-left: 30px;
    background: url(/web_images/linebg.jpg) no-repeat left;
    font-weight: normal;
}
.toptitle .weizhi{
    font-size: 16px;
    color: #000;
    float: right;
    margin-right: 17px;
}
.toptitle .weizhi a{
    color: #000;
    font-size: 16px;
}

.jianji{
    color: #000000;
    font-size: 18px;
    line-height: 36px;
    margin-top: 38px;
}
.cp{
    margin-top: 10px;
}
.cp ul{
    overflow: hidden;
}
.cp li{
    float: left;
    position: relative;
    width: 447px;
    height: 335px;
    margin-top: 32px;
}
.cp li.last{
    float: right;
}
.cp li img{
    vertical-align: top;
    width: 447px;
    height: 335px;
}
.cp li h3{
    text-align: center;
    width: 100%;
    height: 49px;
    line-height: 49px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/web_images/hdbg.png) repeat;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news{
    margin-top: 18px;
}
.news ul{
    overflow: hidden;
}
.news li{
    padding: 24px 0 17px 0;
    border-bottom: 1px solid #d6d6d6;
}
.news li .title{
    overflow: hidden;
    margin: 9px 0 14px 0;
}
.news li .title h2{
    width: 800px;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    float: left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news li .title .date{
    color: #a2a2a2;
    float: right;
    font-size: 14px;
}
.news li .txt{
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #626262;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}

.page{
    margin-top: 40px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #efefef;
}
.page ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
}
.page li{
    float: left;
    overflow: hidden;
    margin: 0 6px;
}
.page li a{
    display: block;
    color: #797979;
    font-size: 18px;
}
.page li.on a{
    font-weight: bold;
    color: #0e5692;
}
.footer{
    margin-top: 38px;
}

.message{
    width: 100%;
    border-top: 1px solid #d9d9d9;
    font-size: 0;
}
.message h2{
    text-align: center;
    color: #0e66c7;
    font-size: 28px;
    line-height: 50px;
    margin-top: 50px;
}
.message .wrap{
    height: 36px;
    line-height: 36px;
    margin-top: 46px;
    overflow: hidden;
}
.message .write{
    float: left;
}
.message .sex label{
    color: #252525;
    font-size: 18px;
    margin-right: 24px;
    float: left;
}
.message .sex h3{
    margin-right: 8px;
}
.message .sex{
    float: left;
    margin-left: 21px;
}
.message .sex input{
    width: 23px;
    height: 23px;
    float: left;
    margin: 6px 8px 0 0;
}
.message .phone{
    float: right;
}

.message h3{
    color: #252525;
    font-size: 18px;
    font-weight: normal;
    float: left;
}
.message .write input{
    width: 124px;
    padding-left: 17px;
    height: 34px;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    font-family: "Microsoft YaHei";
    float: left;
    margin-left: 8px;
    font-size: 18px;
}
.message .phone input{
    width: 262px;
}
.message textarea{
    width: 900px;
    padding: 0 17px;
    height: 138px;
    color: #252525;
    font-size: 18px;
    line-height: 34px;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    font-family: "Microsoft YaHei";
    resize: none;
    margin-top: 20px;
}
.message .bot{
    width: 100%;
    height: 38px;
    line-height: 36px;
    overflow: hidden;
    font-size: 0;
    margin-top: 22px;
}
.message .bot .code{
    float: left;
}
.message .bot .code input{
    padding-left: 17px;
    width: 116px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    font-family: "Microsoft YaHei";
    margin-left: 16px;
    font-size: 18px;
    float: left;
}
.message .bot .code .kuang{
    float: left;
    width: 133px;
    height: 34px;
    margin-left: 13px;
    border: 1px solid #bfbfbf;
    background-color: #d7d7d7;
    border-radius: 2px;
}
.message .bot .btn{
    float: right;
}
.message .bot .btn a{
    text-align: center;
    display: inline-block;
    width: 147px;
    height: 38px;
    line-height: 38px;
    background-color: #c6c6c6;
    color: #fff;
    font-size: 18px;
    margin-left: 18px;
}
.message .bot .btn a.sure{
    background-color: #126dc9;
}