﻿
#infotxt{
    width:1200px;
    margin:0 auto;
    height:1150px;
}

.infocontent{
    width:100%;
}
.infotitle{
    width:90%;
    background:#f5f9fc;
    height:48px;
    border-bottom:1px solid #1d6dcc;
    padding:0 5%;
}
.infoname{
    width:100%;
    text-align:center;
    font-size:30px;
    font-weight:bold;
    color:#000;
}

.txtimg{
    width:100%;
    height:700px;
}
.txt{
    width:100%;
    margin-top:30px;
    clear:both;
}
.txtbot{
    width:100%;
}
.txt_l{
    width:500px;
    float:left;
}
.txt_l_div {
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding:10px 0;
}
.txt_l_img{
    height:130px;
}
.txt_r{
    width:650px;
    float:right;
    padding:10px 0 0 0px;
}
.txt_r_shu{
    width:2px;
    height:260px;
    float:left;
    background:#999;
    margin-top:0px;
}
#sub{
    width:590px;
    float:right;
}
.txt_r input {
    float: left;
    margin: 10px 0 0 10px;
    width: 270px;
    height: 30px;
    border: 1px solid #666;
    padding: 0 0 0 10px;
}
.txt_r textarea{
    width:550px;
    height:100px;
    border:1px solid #808080;
    padding:10px 10px;
    margin:10px 0 0 10px;
}
#sub a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin:20px 0 0 230px;
    border: none;
    border-radius: 10px;
    color: #fff;
    display:block;
    text-align:center;
    background-image: linear-gradient(to right, #34c2ff, #3e65da);
}
.about_title{
    width:33%;
    float:left;
    display:block;
    height:48px;
    line-height:48px;
    text-align:center;
    text-decoration:none;
}