﻿
#infotxt{
    width:1200px;
    margin:0 auto;
    height:1150px;
    margin-top:50px;
}

.infocontent{
    width:100%;
}
.infotitle{
    width:100%;
}
.infoname{
    width:100%;
    text-align:center;
    font-size:30px;
    font-weight:bold;
    color:#000;
}
.infonameborder{
    width:400px;
    height:5px;
    margin:0 auto;
    border-bottom:1px solid #000;
    margin-top:30px;
    margin-bottom:30px;
}
.infonameborderspan{
    width:50px;
    height:3px;
    background:#000;
    position:absolute;
    margin-top:4px;
    margin-left:175px;
}
.txtimg{
    width:100%;
    height:700px;
}
.txt{
    width:100%;
    padding:20px;
    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);
}