@charset "utf-8";
/* CSS Document */
body, div, p, ul, li, input, button,table,th,tr,td,article,section  {margin:0; padding:0;font-family:"Microsoft YaHei"; text-align:left;  font-size:14px;color: #333;}
/*body{background:#f8f8f8;}*/
h1, h2, h3, h4,h5,a{ margin:0; padding:0; text-decoration:none; font-weight: normal;}
ol, ul ,li{list-style: none;}
em{font-style: normal;}
strong{font-weight: normal;}
img{border: 0; vertical-align:middle;}
a{ color:#3F3F3F;}
a:hover{ color:#F35F88; text-decoration:none;}
.clear{clear:both;}
p{line-height: 24px;}

/*顶部导航*/
.headertop{ background:#F35F88; display: block; height: 30px; overflow: hidden; }
.headertop li{ display:block; float: left;}
.headertop li a{ color: #fff; padding: 0 15px; line-height: 30px; display:block; float: left; }
.headertop li a:hover{ background:#333;color: #fff; }
.con{ margin:auto;width: 1190px;}



/*页脚*/
footer{background: #222222; margin-top: 20px;}
.footer2{margin-top:40px;}
footer .article{padding: 30px 0;}
footer .article h3{font-size: 16px; color: #fff; padding-bottom: 10px;}
footer .article a{ width: 13.2%; height: 30px; padding-right: 10px;  float: left; overflow: hidden;  line-height: 30px;color: #9e9e9e; display: block;}
footer .article a:hover{color: #F35F88;}
footer .btm{ border-top:1px solid #2d2d2d; color: #777; line-height:50px; text-align: center; font-size: 12px; }


@media(max-width: 1199px) {

    .con{ width:990px;}
    footer .link_left{ width: 780px;}
    footer .link_left a{ width: 130px;}
    footer .link_right{ width: 210px;}
}
@media (min-width: 1200px) {
    .con{ width:1190px;}
}

/*返回顶部*/
.BackTop{ height:60px;position:fixed; display:block;z-index:9998;right:30px;bottom:53px;background:none;}
.BackTop span{width: 30px; height: 16px;background:url(/images/yunfu_custom.png) -220px -90px;display:block; margin: 22px 15px; }
.BackTop a{width: 60px;  height:60px;  background: #999;display:block;border: 1px solid #999;}
.BackTop a:hover{ background:#444;border: 1px solid #444;}

