@charset "utf-8";
.st-help {
    float: left;
    width: 100%;
    min-width: 1200px;
    padding: 26px 0 ;
    background: #282e3b;
}

.help-lsit {
    float: left;
    width: 1200px
}

.help-lsit dl {
    float: left;
    width: 190px
}

.help-lsit dl dt,
.help-lsit dl dt a {
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.help-lsit dl dd a {
    display: block;
    color: #fff;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.st-wechat {
    float: right;
    width: 236px
}

.st-wechat span {
    float: left;
    line-height: 30px;
    margin: 22px 0 0 31px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.st-footer {
    float: left;
    width: 100%;
    min-width: 1200px;
    background: #f5f5f5;
}

.st-foot-menu {
    float: left;
    width: 1200px;
    font-size: 0;
    text-align: center
}

.st-foot-menu a {
    color: #666;
    font-size: 12px;
    display: inline-block;
    height: 13px;
    line-height: 13px;
    padding: 0 10px;
    border-left: 2px solid #c1c1c1
}

.st-foot-menu a:first-child {
    border-left: 0
}

.st-foot-edit {
    float: left;
    color: #999;
    width: 1200px;
    line-height: 24px;
    margin: 0 0 10px 0;
    text-align: center
}

.support {
    color: #666;
    float: left;
    width: 1210px;
    margin-top: 10px;
    text-align: center
}

.support a {
    color: #666
}

.st-link {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    min-width: 1200px;
    background: #f5f5f5
}

.st-link-list {
    float: left;
    width: 1200px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.st-link-list strong {
    color: #333333;
    float: left;
    width: 65px;
    height: 24px;
    line-height: 24px;
}

.st-link-list .list-child {
    float: left;
    width: 1135px;
    font-family: "宋体";
}

.st-link-list .list-child a {
    float: left;
    color: #999;
    /*width: 115px;*/
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
    font-family: "宋体";
}

.st-link-list a:hover {
    color: #f80;
}

/*关于我们*/
.aboutus{
    float: left;
    width: 100%;
	min-width:1200px;
    background-color: #a4bfda;
}
.aboutus .title{
    padding: 14px 0;
}
.aboutus .zh-title,
.aboutus .en-title{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 28px;
}
.aboutus .en-title{
    font-size: 16px;
}
.aboutus p{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.aboutus-list li{
    float: left;
    margin: 22px 15px 44px 0;
}
.aboutus-list li a.pic{
    display: table-cell;
    width: 390px;
    height: 220px;
    text-align: center;
    vertical-align: middle;
}
.aboutus-list li a.pic img{
    max-width: 390px;
    max-height: 220px;
    vertical-align: middle;
}

.foot-rail-end {
    float: left;
    width: 100%;
	min-width:1200px;
    height: 50px;
    background: #282e3b;
}
.foot-rail-end .content{
   border-top: 1px solid #ffffff;
}
.foot-rail-end span{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
.foot-rail-end span.phone{
    float: left;
}
.foot-rail-end span.phone1 a{
	 color: #fff;
    font-size: 16px;
    font-weight: bold;
	margin-left: 90px;
}
.foot-rail-end span.addr{
    float: right;
}
.foot-rail-end span.addr i{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.mr_0{
	margin-right: 0!important;
}