/*common*/
body{}
a:hover{text-decoration:none;}
a:-webkit-any-link{text-decoration:none;}
.container{width:1200px;margin:0 auto;padding:0;}
.container:after{content:"";display:block;clear:both;}
.clearfix:after{content:"";display:block;clear:both;}
.fl{float:left;}
.fr{float:right;}
.tl{text-align:left;}
.tr{text-align:right;}
/*悬浮链接*/
.suspension{position:fixed;z-index:55;left:10px;top:230px;width:70px;height:240px}
.suspension-box{position:relative;float:left;}
.topt1 {
    width: 100%;
    height: 30px;
    clear: both;
    background: #ededed;
}
.topt2 {
    width: 1200px;
    margin: auto;
}
.topt2 p {
    font-size: 14px;
    color: #464646;
    font-family: "微软雅黑", arial, 宋体;
    float: left;
    line-height: 30px;
}
.topt3 {
    float: right;
    font-size: 14px;
    line-height: 30px;
}
.logot1 {
    width: 1200px;
    margin: auto;
    height: 100px;
}
.logot {
    width: 100%;
    height: auto;
    clear: both;
    background: #ffffff;
    min-width: 1200px;
}
.logot img{
	max-width: 100%;
    width: 100%;
    display: block;
}
.logot2 {
    float: left;
    height: 100%;
    align-items: center;
    display: flex;
    background: url(http://www.cdmmscl.cn/templets/demo/picture/logo.png) no-repeat;
    background-position: left;
    width: 640px;
}
.logot3 {
    height: 100%;
    float: right;
    align-items: center;
    display: flex;
}
.logot3 img {line-height: 100px;margin: auto;align-items: center;}
.logot2 img {line-height: 100px;margin: auto;align-items: center;}
.logot2 h1 {
    display: none;
}

.logot2 a {
    display: block;
    height: 100%;
    width: 100%;
}
/*友链*/
ul.youqing li {
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    margin-right: 5px;
    border-right: 1px solid #d1d3d4;
    margin-bottom: 5px;
    padding-right: 3px;
    display: inline-block;
}
ul.youqing {
    text-align: center;
}
ul.youqing li a {
    color: #333;
}

.youlian {
    text-align: center;
    max-width: 1200px;
    font-size: 12px;
    margin: auto;
}

.youlian span {
    float: left;
    display: inline-block;
}