/*************主要内容************/
.lfSmallNavBox{
    width:25%;
}
.title{
    width:100%;
    height:100px;
    border:5px solid #e3e3e3;
    position: relative;
}
.titleTxt{
    position: absolute;
    width: 301px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #21c2f8;
    height: 35px;
    line-height: 35px;
    top: 26px;
    left: -5px;
    background: #fff;
}
section{
    padding:30px 0;
}
.lfSmallNav{
    margin-top:30px;
    border:1px solid #ccc;
}
.lfSmallNav li{
    height:50px;
    line-height:50px;
    text-align: center;
    font-size: 14px;
    color:#333;
    border-bottom:1px solid #ccc;
}
.lfSmallNav li:last-child{
    border-bottom:none;
}
.lfSmallNav li:hover{
    background: #21c2f8;
}
.lfSmallNav li:hover a{
    color:#fff;
}
.contactUsBox{
    margin-top:30px;
    border:1px solid #ccc;
    padding:10px;
}
.contactUsTitle{
    width:100%;
    text-align: center;
    font-size: 24px;
    color:#21c2f8;
    line-height: 43px;
    height: 60px;
    font-weight: bold;

}
.hotLineBox{
    height:50px;
    line-height: 50px;
    border:1px solid #21c2f8;
    position: relative;
    font-size: 16px;
    color:#21c2f8;
    text-align: center;
}
.hotLineBox>p{
    position: absolute;
    left: 90px;
    top: -9px;
    height: 16px;
    line-height: 16px;
    background: #fff;
}

.contactWay{
    color: #666;
    line-height: 23px;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 45px;
}


.rtMsgBox{
    width:75%;
    padding-left:40px;
}
.msgBoxTop{
    height: 100px;
    line-height: 100px;
    padding-left: 10px;
    padding-right: 26px;
}
.msgBoxTop b{
    font-size: 28px;
    color:#21c2f8;
}
.msgBoxTop p{
    font-size: 14px;
    color:#666;
}
.msgListBox{
    width:100%;
}
.msgListBox ul{
    width:100%;
    height:750px;
}
.msgListBox ul li{
    padding:0 10px;
    margin-bottom:10px;
}
.msgListBox .picBox{
    width:100%;
    overflow: hidden;
    height:200px;
    position: relative;
}
.msgListBox .picBox img.videoLogo{
    display: block;
    width:100%;
    height:100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.msgListBox .picBox:hover img.videoLogo{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.msgListBox .picTitle{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}
/**********分页*********/
#pagelist {
    padding: 4px;
    margin: 4px;
    text-align: center;
}

#pagelist a {
    border: #eee 1px solid;
    padding: 4px 6px;
    margin: 2px;
    color: #036cb4;
    text-decoration: none;
    font-size: 14px;
    font-family: MicroSoft YaHei;
    width:auto;
}

#pagelist a:hover {
    border: #999 1px solid;
    color: #666;
}

#pagelist a:active {
    border: #999 1px solid;
    color: #666;
}

#pagelist .current {
    border: #036cb4 1px solid;
    padding: 2px 5px;
    font-weight: bold;
    margin: 2px;
    color: #fff;
    background-color: #036cb4;
}

#pagelist .disabled {
    border: #eee 1px solid;
    padding: 3px 6px;
    margin: 2px;
    color: #ddd;
}

#pagelist .total {
    color: #333;
}

#pagelist select {
    border: #eee 1px solid;
    padding: 3px 6px 3px 6px;
    color: #036cb4;
    font-size: 14px;
    font-family: MicroSoft YaHei;
}


/*******在线留言*******/
.msgForm{
    width:100%;margin-top: 30px;
}
.formBox{
    width:300px;
    margin:auto;
}
.formLine{
    width:100%;
    background: #ededed;
    margin-bottom:25px;
    line-height: 30px;
    padding:0 15px;
}
.selectLine{
    width:195px !important;
}
.formLine label,.formLine input[type="text"],.formLine select,.formLine textarea{
    font-size:12px;
}
.formLine input[type="text"],.formLine select{
    height:30px;
    border:none;
    outline: none;
    background: #ededed;
}
.formLine input[type="text"],.formLine textarea{
    width:230px;
    padding:0 10px;
}
.formLine textarea{
    padding:8px;
    resize: none;
    line-height: 15px;
    border:none;
    outline: none;
    background: #ededed;
    height:150px;
}
.formLine select{
    width:100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/arrow.png") no-repeat scroll right center transparent;
    background-color: #ededed;
}
.SubBtn{
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    letter-spacing: 5px;
    background: #21c2f8;
    border: none;
    outline: none;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-family: Verdana, Arial, "微软雅黑", Geneva, sans-serif;
}


/*****map******/
.map{
    margin-top:30px;
}
.detailBox{
    width:100%;
}
.detailBox img{
    display: block;
    max-width: 100%;
    margin:auto;
}
.detailPicName{
    width:100%;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    color: #666;
}
.detailIntro{
    font-size:14px;
    color:#666;
}
.backOut{
    margin-top:25px;
}
.backOut,.backOut a{
    font-size: 12px;
    color:#000;
}


/*******news*********/
.newsList li{
    display: block;
    padding:15px 0;
    border-bottom:1px dashed #ccc;
}
.newsPicBox{
    width:23%;
    height:130px;
    overflow: hidden;
    position: relative;
}
.newsPicBox img{
    display: block;
    width: 100%;height:100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;;
}



.newsPicBox img:hover{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.newsMsgBox{
    width:75%;

}
.newsTitle{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:18px;
    color:#21c2f8;
    margin-bottom: 12px;
    height:24px;
    line-height: 24px;
}
.newsTime{
    font-size: 12px;
    color:#555555;
}
.newsMsg{
    font-size: 12px;
    line-height: 20px;
    height: 60px;
}
.watchNews{
    margin-top:14px;
}
.watchNews a{
    font-size:14px;
    color:#21c2f8;
}
.page{
    width:100%;
    text-align: center;
    margin-top:15px;
}

/********newsDetail********/
.newsBigTitle{
    text-align: center;
    font-size: 18px;
    margin-bottom:10px;
    font-weight: bold;
}

.apprTime{
    text-align: center;
    color:#666;
    font-size: 14px;
    margin-bottom:10px;
    font-weight: bold;
}
.newsTxt{
    font-size: 14px;
    color:#666;
}

/******video********/
.videoPlay{
    display: block;
    width:50px;
    height:50px;
    position: absolute;
    top: 70px;
    left: 107px;
}


/********单页模板*********/
.showSingle{
    font-size:14px;
    color:#666;
}

.showSingle img{
    max-width: 100%;
    display: block;
    margin:10px;
}
