@charset "utf-8";

/* CSS Document */


/****************************************弹层****************************************/

.layer {
    position: fixed;
    z-index: 99;
    width: auto;
    height: auto;
    overflow: hidden;
    display: flex;
}

.layer p {
    width: auto;
    height: auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    white-space: nowrap;
    box-sizing: content-box;
    padding: 20px 40px;
    border-radius: 4px;
    margin: auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
}


/****************************************懒加载****************************************/

img[src="/public/svg/rect.svg"] {
    width: 40px !important;
    height: 100% !important;
    margin: auto;
}


/****************************************网站地图****************************************/

.webmap {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    visibility: hidden;
}

.webmap.on {
    visibility: visible;
}

.webmap .m-box {
    width: 62.5%;
    height: auto;
    overflow: hidden;
    margin: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 2%;
}

.webmap .m-t {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 2px solid #000;
}

.webmap .m-t h3 {
    width: 10%;
    height: auto;
    overflow: hidden;
    float: left;
    display: inline;
    box-sizing: content-box;
    white-space: nowrap;
    padding: 0 2%;
    font-size: 18px;
    font-weight: 600;
    line-height: 2em;
    color: #d7000e;
}

.webmap .m-t a {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-right: 2%;
    background: #ccc;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    transition: all ease-out 0.3s;
}

.webmap .m-t a:hover {
    background: #999;
}

.webmap .m-c {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 2% 0 0;
    box-sizing: border-box;
    padding: 0 2%;
}

.webmap .m-c .nav-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.webmap .m-c .nav-list h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 8px 0;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
}

.webmap .m-c .nav-list a {
    color: inherit;
}

.webmap .m-c .nav-list a:hover {
    color: #d7000e;
}

.webmap .m-c .nav-list .nav-second {
    width: 100%;
    height: 28px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0.5%;
}

.webmap .m-c .nav-list .nav-second li {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 5px 0;
    float: left;
    display: inline;
    box-sizing: content-box;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.5em;
    color: #666;
}


/****************************************内页主图****************************************/

.i-banner {
    height: 500px;
    overflow: hidden;
}

.i-banner img {
    display: block;
    width: 100%;
    height: auto;
}


/****************************************内页列表样式****************************************/

.i-sub {
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 48px 28px;
}

.i-sub div.f-l {
    width: 18%;
    height: auto;
    overflow: hidden;
}

.i-sub div.f-l h3 {
    width: 100%;
    height: auto;
    white-space: nowrap;
    box-sizing: border-box;
    border-bottom: 2px solid #000;
    padding: 0 4px;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    color: #333;
}

.i-sub div.f-l h3 small {
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    color: #d7000e;
    margin-left: 6px;
}

.i-sub div.f-l .list {
    width: 100%;
    height: auto;
    min-height: 50px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
}

.i-sub div.f-l .first {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2px;
    font-size: 16px;
    line-height: 48px;
    color: #333;
    transition: all ease-out 0.3s;
}

.i-sub div.f-l li a.on {
    cursor: not-allowed;
    color: #d7000e;
}

.i-sub div.f-l li a:hover {
    color: #d7000e;
}

.i-sub div.f-l .first>a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    color: inherit;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.i-sub div.f-l .first>a:after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 50px;
    overflow: hidden;
    background: url(../svg/second.svg) center center no-repeat;
    background-size: auto 40%;
    transition: all ease-out 0.3s;
}

.i-sub div.f-l .first.on>a:after {
    transform: rotate(90deg);
}

.i-sub div.f-l .first .second {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.i-sub div.f-l .first .second li {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 40px;
    color: #666;
    box-sizing: border-box;
    text-indent: 1.5em;
    transition: all ease-out 0.3s;
}

.i-sub div.f-l .first .second li:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 0;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #d7000e;
}

.i-sub div.f-l .first .second li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.i-sub div.f-l p {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    color: #666;
}

.i-sub div.f-l p:first-of-type {
    margin-top: 10px;
}

.i-sub div.f-r {
    position: relative;
    width: 80%;
    height: auto;
    overflow: hidden;
}

.i-sub .dec {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.8%;
    height: 100%;
    box-sizing: border-box;
    border-right: 2px dashed #999;
}

.i-sub .i-title {
    width: 100%;
    height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 2px dashed #999;
    padding: 0 1% 0 5%;
}

.i-sub .i-title h3 {
    width: auto;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    background: url(../images/titleBg.png) 0 0 / 100% 100% no-repeat;
    box-sizing: content-box;
    padding: 0 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.i-sub .i-title p {
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: 40px;
}

.i-sub .i-title i {
    font-style: normal;
}

.i-sub .i-title a {
    color: inherit;
}

.i-sub .i-title a:hover {
    color: #d7000e;
    text-decoration: underline;
}

.i-sub .i-con {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 16px 0 0 4.5%;
}

.i-sub .i-con .trans {
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 97.5%;
    height: 93%;
    overflow: hidden;
    background: url(../svg/rect.svg) center center no-repeat;
    display: none;
}


/****************************************图文列表样式****************************************/

.i-sub .i-image .i-content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.i-sub .i-image .i-content li {
    width: 32%;
    height: auto;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 8px 0.65%;
    transition: all ease-out 0.3s;
}

.i-sub .i-image .i-content li img {
    display: block;
    width: 100%;
    height: auto;
}

.i-sub .i-image .i-content li:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 5px #ccc;
}

.i-sub .i-image .i-content li:hover .txt h3 {
    color: #d7000e;
}

.i-sub .i-image .i-content li .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all ease-out 0.3s;
}

.i-sub .i-image .i-content li .img img {
    display: block;
    width: 100%;
    height: auto;
}

.i-sub .i-image .i-content li .img img[src="/public/images/nopic.png"] {
    height: 100% !important;
}

.i-sub .i-image .i-content li .txt {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.i-sub .i-image .i-content li .txt h3 {
    width: 80%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #333;
}

.i-sub .i-image .i-content li .txt h3 a {
    color: inherit;
}


/****************************************新闻列表样式****************************************/

.i-sub .i-news .i-content li {
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 5px 0 15px;
    border-bottom: 1px dotted #ccc;
}

.i-sub .i-news .i-content li .img {
    width: 35%;
    height: 200px;
    max-height: 200px;
    overflow: hidden;
    margin: 6px 0 6px 10px;
    float: left;
    display: inline;
    box-shadow: 0 0 5px #ccc;
}

.i-sub .i-news .i-content li .img:hover img {
    transform: scale(1.1);
}

.i-sub .i-news .i-content li .img img {
    display: block;
    width: 100%;
    height: auto;
    transition: all ease-out 0.3s;
}

.i-sub .i-news .i-content li .img img[src="/public/images/nopic.png"] {
    height: 100% !important;
}

.i-sub .i-news .i-content li .txt {
    width: 60%;
    margin-right: 1%;
    height: auto;
    overflow: hidden;
    float: right;
    display: inline;
}

.i-sub .i-news .i-content li .txt h3 {
    width: 100%;
    height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #333;
}

.i-sub .i-news .i-content li .txt p {
    width: 100%;
    height: 105px;
    overflow: hidden;
    margin: 10px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 21px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    text-align: justify;
    color: #666;
}

.i-sub .i-news .i-content li:hover .txt h3,
.i-sub .i-news .i-content li:hover .txt p {
    color: #d7000e;
}


/****************************************内页联系我们****************************************/

.i-contact {
    height: auto;
    overflow: hidden;
    margin: 50px auto 50px;
}

.i-contact .i-title {
    height: auto;
    overflow: hidden;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 2px solid #000;
    padding: 0 2%;
}

.i-contact .i-title h3 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    line-height: 50px;
}

.i-contact .i-title h3 small {
    font-size: 14px;
    color: #d7000e;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    margin-left: 6px;
}

.i-contact .i-title span {
    display: block;
    font-size: 14px;
    color: #333;
}

.i-contact .i-title span a {
    color: inherit;
}

.i-contact .i-title span a:hover {
    color: #d7000e;
    text-decoration: underline;
}

.i-contact .i-con {
    position: relative;
    margin: 30px auto;
    width: 98%;
    height: auto;
    min-height: 500px;
    overflow: hidden;
}

.i-contact .i-con .map {
    width: 50%;
    height: 400px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 8px;
}

.i-contact .i-con .info {
    width: 45%;
    height: auto;
    overflow: hidden;
}

.i-contact .i-con .info span {
    display: block;
    width: 100%;
    min-height: 50px;
    margin: 10px 0;
    overflow: hidden;
}

.i-contact .i-con .info span h3 {
    width: 15%;
    height: 100%;
    overflow: hidden;
    float: left;
    display: inline;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
    text-align: right;
    color: #666;
}

.i-contact .i-con .info span h3 b {
    display: block;
    color: #999;
    font-size: 12px;
}

.i-contact .i-con .info span p {
    width: 80%;
    height: 100%;
    float: right;
    display: inline;
    font-size: 14px;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.i-contact .i-con .info span.on p {
    font-size: 24px;
    color: #f00;
    font-weight: bold;
}

.i-contact .i-con .info ul {
    height: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ccc;
    margin: 10px 0 0;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
}

.i-contact .i-con .info ul li {
    width: 110px;
    height: auto;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 0 20px;
}

.i-contact .i-con .info ul li img {
    display: block;
    overflow: hidden;
    width: 100px;
    margin: 0 auto;
}

.i-contact .i-con .info ul li p {
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}


/****************************************内页侧边工具****************************************/

.sidetools {
    position: fixed;
    bottom: 15%;
    right: 0;
    width: 180px;
    height: 465px;
    box-sizing: border-box;
    z-index: 99;
}

.sidetools a {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    background: #d7000e;
    margin-top: 1px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transform: translateX(120px);
    transition: all ease-out 0.3s;
}

.sidetools a:hover {
    height: auto;
    transform: translateX(0);
}

.sidetools a:hover span {
    transform: scale(1);
}

.sidetools a.top i {
    background: url(../images/icon01.png) center center / 34% no-repeat;
}

.sidetools a.qq-server i {
    background: url(../images/icon02.png) center center / 34% no-repeat;
}

.sidetools a.telephone i {
    background: url(../images/icon03.png) center center / 34% no-repeat;
}

.sidetools a.wx i {
    background: url(../images/icon04.png) center center / 34% no-repeat;
}

.sidetools a i {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
    transition: all ease-out 0.8s;
}

.sidetools a p {
    width: 120px;
    height: 60px;
    float: right;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
}

.sidetools a span {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px 20px;
    transform: scale(0);
    transform-origin: top right;
    transition: all ease-out 0.3s;
}

.sidetools a span h3 {
    width: auto;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
    font-size: 20px;
    text-align: center;
}

.sidetools a span img {
    display: block;
    width: 100%;
    height: auto;
}


/****************************************内页留言****************************************/

.i-message {
    position: fixed;
    width: 600px;
    min-height: 250px;
    box-sizing: border-box;
    padding: 2% 0;
    background: #4e4e4f;
    border-radius: 30px;
    display: none;
    z-index: 999;
    box-shadow: 0 5px 5px #333;
}

.i-message h3 {
    width: 80%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
}

.i-message h3 .close {
    display: block;
    float: right;
    cursor: pointer;
    opacity: 1;
    line-height: 30px;
}

.i-message input {
    display: block;
    width: 80%;
    height: auto;
    overflow: hidden;
    border: 1px solid #fff;
    outline: 0;
    margin: 10px auto;
    background: #fff;
    font-size: 14px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 5%;
}

.i-message textarea {
    display: block;
    width: 80%;
    height: 100px;
    border: 1px solid #fff;
    margin: 10px auto;
    font-size: 14px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 10px 5%;
    background: #fff;
}

.i-message button {
    display: block;
    width: 80%;
    height: 50px;
    font-size: 14px;
    margin: 10px auto;
    outline: 0;
    background: #fff;
    color: #d7000e;
    transition: all ease-out 0.3s;
}

.i-message button:hover {
    background: #d7000e;
    color: #fff;
}


/****************************************内页页码****************************************/

.pagination[data-pagetotal="1"] {
    display: none !important;
}

.pagination>li {
    cursor: pointer;
}

.pagination>li>a,
.pagination>li>span {
    color: #d7000e !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #d7000e !important;
    border-color: #d7000e !important;
    color: #fff !important;
}


/********************************内页搜索页*******************************/

.search_content {
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
}

.search_content>h4 {
    color: #333;
    margin: 0px;
    padding: 15px 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search_content ul.search_list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.search_content ul.search_list li {
    width: 100%;
    height: 125px;
    padding: 15px 13px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.search_content ul.search_list li>a {
    display: block;
}

.search_content ul.search_list li>a .img {
    width: 16%;
    height: 100%;
    float: left;
}

.search_content ul.search_list li>a .img img {
    width: 100%;
    height: 100%;
}

.search_content ul.search_list li>a .list-content {
    width: 80%;
    float: right;
}

.search_content ul.search_list li>a .list-content h4 {
    color: #333;
    margin-top: 0;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search_content ul.search_list li>a .list-content p {
    font-size: 1.0833em;
    color: #ababab;
    line-height: 20px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.search_content ul.search_list li>a .list-content span.time {
    text-align: right;
    display: block;
    color: #ababab;
    font-size: 1.0833em;
}

.search_fl ul li {
    overflow: hidden;
    margin-bottom: 50px;
}

.search_fl ul li div {
    position: relative;
    border-left: 2px solid #ccc;
    padding-left: 20px;
    margin-bottom: 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.search_fl ul li div h3 {
    color: #333;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-weight: normal;
}

.search_fl ul li div aside {
    color: #999;
    line-height: 24px;
    font-size: 12px;
}

.search_fl ul li div aside span {
    margin-left: 20px;
}

.search_fl ul li div em {
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    line-height: 28px;
    padding-left: 26px;
    background: url(../img/news/news02.jpg) no-repeat left center;
    cursor: pointer;
}

.search_fl ul li div em i {
    font-size: 16px;
    margin: 0 8px;
    color: #36478c;
}

.search_fl ul li img {
    width: 100%;
    display: block;
}

.search_fl ul li summary {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    line-height: 25px;
}

.search_fl ul li a {
    display: block;
    height: 100%;
}

.search_fl ul li:hover div {
    border-color: #d7000e;
}

.search_fl ul li:hover div h3 a {
    color: #630c14;
}

.search_fl ul li:hover div a {
    color: #630c14;
}


/********************************内页详情页*******************************/

.neiInfo_box {
    width: 1200px;
    height: auto;
    min-height: 650px;
    margin: 50px auto;
}

.neiInfo_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px 0;
    box-sizing: border-box;
    padding: 0 2%;
    border-bottom: 2px solid #000;
}

.neiInfo_title h3 {
    width: auto;
    height: auto;
    float: left;
    display: inline;
    font-size: 24px;
    line-height: 50px;
    color: #333;
}

.neiInfo_title h3 small {
    font-size: 14px;
    margin-left: 6px;
    color: #d7000e;
}

.neiInfo_title .crumbInfo {
    width: auto;
    height: auto;
    float: right;
    display: inline;
    font-size: 14px;
    line-height: 50px;
    color: #333;
}

.neiInfo_title .crumbInfo a {
    color: inherit;
}

.neiInfo_title .crumbInfo a:hover {
    color: #d7000e;
    text-decoration: underline;
}

.neiInfo_ct {
    width: 1130px;
    height: auto;
    margin: 0 auto;
}

.neiInfo_ct .neiCon {
    padding: 28px;
}

.neiInfo_ct .neiCon h3 {
    padding: 0 10px;
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
}

.neiInfo_ct .neiCon .Info {
    padding: 0 10px;
    background: #fdfdfd;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-align: center;
}

.neiInfo_ct .neiCon .Info span {
    padding-right: 20px;
    font-family: '楷体';
}

.neiInfo_ct .neiCon .newsConBox {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.neiInfo_ct .neiCon .newsConBox p {
    font-size: 14px;
    color: #333;
    line-height: 27px;
    padding-bottom: 10px;
    text-indent: 2em;
    text-align: justify;
}

.neiInfo_ct .neiCon .newsConBox p[style*="text-align: center"] {
    text-indent: 0;
}

.neiInfo_ct .neiCon .newsConBox img {
    width: auto;
    height: auto;
    padding-bottom: 10px;
    max-width: 100%;
}


/********************************内页留言页面*******************************/

.i-info {
    height: auto;
    overflow: hidden;
    min-height: 500px;
}

.message {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.message .img {
    width: 520px;
    height: auto;
    float: left;
    margin-top: 23px;
    overflow: hidden;
}

.message .img img {
    width: 100%;
}

.message .messageCon {
    width: 550px;
    height: auto;
    float: right;
}

.message .messageCon .title {
    width: 100%;
    height: auto;
    padding-top: 20px;
    margin-bottom: 30px;
}

.message .messageCon .title h4 {
    font-size: 30px;
    font-family: "Times New Roman";
    color: #533e17;
    font-weight: normal;
    padding-bottom: 10px;
}

.message .messageCon .title h5 {
    font-size: 18px;
    color: #666;
    line-height: 24px;
    font-weight: normal;
}

.message .messageCon .messageBox {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.message .messageCon .messageBox .text {
    width: 550px;
    height: 45px;
    box-sizing: border-box;
    border: 1px dashed #533e17;
    background: rgba(0, 139, 214, 0.05);
    margin-bottom: 10px;
}

.message .messageCon .messageBox .pho {
    height: 55px;
    padding-left: 15px;
}

.message .messageCon .messageBox .text i {
    display: block;
    float: left;
    width: 59px;
    height: 43px;
}

.message .messageCon .messageBox .text .i1 {
    background: url(../images/messageIcon1.png) center no-repeat;
}

.message .messageCon .messageBox .text .pp {
    background: url(../images/pp.png) center no-repeat;
    background-size: 40px 40px;
}

.message .messageCon .messageBox .text .i2 {
    background: url(../images/messageIcon2.png) center no-repeat;
}

.message .messageCon .messageBox .text span {
    display: block;
    float: left;
    width: 1px;
    height: 20px;
    margin: 12px 0;
    background: #ccc;
}

.message .messageCon .messageBox .text .inp {
    width: 488px;
    height: 20px;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 12px 0;
    border: none;
    background: none;
    font-size: 14px;
}

.message .messageCon .messageBox .textarea {
    width: 550px;
    height: 120px;
    box-sizing: border-box;
    border: 1px dashed #533e17;
    background: rgba(0, 139, 214, 0.05);
    margin-bottom: 10px;
    font-size: 14px;
}

.message .messageCon .messageBox .textarea textarea {
    border: none;
    background: none;
    padding: 10px 15px;
    line-height: 25px;
    width: 550px;
}

.message .messageCon .messageBox .vCode {
    width: 550px;
    height: 45px;
    margin-bottom: 20px;
}

.message .messageCon .messageBox .vCode input {
    border: 1px dashed #533e17;
    background: rgba(0, 139, 214, 0.05);
    box-sizing: border-box;
    width: 200px;
    height: 45px;
    float: left;
    padding: 12px 15px;
    line-height: 25px;
}

.message .messageCon .messageBox .vCode p {
    width: 80px;
    height: 28px;
    float: left;
    margin: 7px 20px;
}

.message .messageCon .messageBox .button {
    width: 200px;
    height: 45px;
}

.message .messageCon .messageBox .button input {
    width: 200px;
    height: 45px;
    background: #d7000e;
    color: #fff;
    border: none;
    font-size: 16px;
}

.message .messageCon .messageBox .text .uploader {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: default;
    margin: 10px 0px;
    -moz-box-shadow: 0px 0px 5px #ddd;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    box-shadow: 0px 0px 5px #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.message .messageCon .messageBox .text .filename {
    float: left;
    display: inline-block;
    outline: 0 none;
    height: 32px;
    width: 180px;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    cursor: default;
    border: 1px solid;
    border-right: 0;
    font: 9pt/100% Arial, Helvetica, sans-serif;
    color: #777;
    text-shadow: 1px 1px 0px #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f5f5f5));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f5f5f5', GradientType=0);
    border-color: #ccc;
    -moz-box-shadow: 0px 0px 1px #fff inset;
    -webkit-box-shadow: 0px 0px 1px #fff inset;
    box-shadow: 0px 0px 1px #fff inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.message .messageCon .messageBox .text .button {
    width: 57px;
    float: left;
    height: 32px;
    display: inline-block;
    outline: 0 none;
    padding: 8px 12px;
    margin: 0;
    cursor: pointer;
    border: 1px solid;
    font: bold 9pt/100% Arial, Helvetica, sans-serif;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    -moz-box-shadow: 0px 0px 1px #fff inset;
    -webkit-box-shadow: 0px 0px 1px #fff inset;
    box-shadow: 0px 0px 1px #fff inset;
}

.message .messageCon .messageBox .text .uploader input[type=file] {
    width: 180px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 0;
    padding: 0;
    margin: 0;
    height: 30px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.message .messageCon .messageBox .text .white .button {
    color: #555;
    text-shadow: 1px 1px 0px #fff;
    background: #ddd;
    background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
    border-color: #ccc;
}

.message .messageCon .messageBox .text .white .button:hover {
    background: #eee;
    background: -moz-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #eeeeee));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee', GradientType=0);
}

.message .messageCon .messageBox .text .white input[type=button]::-moz-focus-inner {
    padding: 0;
    border: 0 none;
    box-sizing: content-box;
}

.message .messageCon .messageBox .text .white input[type=button]::-webkit-focus-inner {
    padding: 0;
    border: 0 none;
    box-sizing: content-box;
}

.message .messageCon .messageBox .text .white input[type=text]::-moz-focus-inner {
    padding: 0;
    border: 0 none;
    box-sizing: content-box;
}

.message .messageCon .messageBox .text .white input[type=text]::-webkit-focus-inner {
    padding: 0;
    border: 0 none;
    box-sizing: content-box;
}