/* 样式重置  reset*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0
}


/* 初始化标签在所有浏览器中的margin、padding值 */

fieldset,
img {
    border: 0 none
}


/* 重置fieldset（表单分组）、图片的边框为0*/

dl,
ul,
ol,
menu,
li {
    list-style: none
}


/* 重置类表前导符号为onne,menu在HTML5中有效 */

blockquote,
q {
    quotes: none
}


/* 重置嵌套引用的引号类型 */

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}


/* 重置嵌套引用*/

input,
select,
textarea,
button {
    vertical-align: middle
}


/* 重置表单控件垂直居中*/

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}


/* 重置表单button按钮效果 */

body {
    background: #fff
}


/* 重置body 页面背景为白色 */

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 12px;
    line-height: 1;
    font-family: "微软雅黑", "黑体", "宋体";
    color: #666
}


/* 重置页面文字属性 */

a {
    color: #666;
    text-decoration: none
}


/* 重置链接a标签 */

a:active,
a:hover {
    text-decoration: none
}


/* 重置链接a标签的鼠标滑动效果 */

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal
}


/* 重置样式标签的样式 */

caption {
    display: none;
}


/* 重置表格标题为隐藏 */

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}


/* 重置table属性 */

img {
    vertical-align: top
}


/* 图片在当前行内的垂直位置 */


/* 取消a标签点击后的虚线框 */

a {
    outline: none;
}


/*清除浮动--推荐使用*/

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}


/* sticky footer 布局 */

html,
body {
    height: 100%
}

.clearfix:after {
    display: block;
    visibility: hidden;
    content: '.';
    height: 0;
    line-height: 0;
}

.wrap {
    min-height: 100%;min-width:1250px;
}

.sticky {
    padding-bottom: 125px
}

.bottom {
    position: relative;
    margin-top: -125px;min-width:1250px;
    height: 160px;
    clear: both
}

.wrap {
    width: 100%;
    margin: 0 auto;
}


/* top */

.top {
    position: relative;
    height: 70px;
    background-image: url('../images/top.jpg');
    background-repeat: no-repeat;
    background-size: 100% 70px;
}

.top .search {
    position: absolute;
    right: 21%;
    top: 35px;
    height: 22px;
    width: 260px;
    min-width: 230px;
}

.link {
    float: left;
    height: 22px;
}

.link a {
    display: inline-block;
    width: 22px;
    height: 100%;
    border-radius: 5px;
}

.xlwb {
    background-image: url('../images/link.jpg');
    background-position: -10px -6px;
    position: relative;
}

.wx {
    background-image: url('../images/link.jpg');
    background-position: 30px -6px;
    position: relative;
}

.from {
    float: right;
    margin-left: 10px;
    width: 200px;
}

.from input {
    float: left;
    border: 0;
}

.from input[type='text'] {
    width: 165px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    outline: none;
    border-radius: 5px 0 0 5px;
}

.from input[type='submit'] {
    background-image: url('../images/search_button.jpg');
    width: 25px;
    height: 22px;
    cursor: pointer;
    border-radius: 0 5px 5px 0
}


/*container*/

.container {
    width: 1250px;
    margin: 0 auto;
    min-height: 93%
}

.header {
    /* height: 100px; */
    /* padding: 20px 0; */
}

.logo {
    float: left;
    background-image: url('../images/logo.jpg');
    background-repeat: no-repeat;
    height: 100%;
    width: 325px;
}

.nav {
    float: right;
    height: 50px;
    margin-top: 50px;
}

.nav>ul>li {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 24px;
    margin: -8px 22px;
    line-height: 38px;
}

.nav>ul>li>a {
    display: block;
    letter-spacing: 4px;
}

.dropdown {
    position: absolute;
    display: none;
    left: 5%;
    background-color: rgb(215, 107, 111);
    width: 90%;
    opacity: 0.9;
    z-index: 10
}

.dropdown a {
    font-size: 18px;
    display: block;
    color: #fff;
    letter-spacing: 2px;
}

.title {
    position: relative;
    min-height: 50px;
    line-height: 50px;
    font-size: 30px;
}

.title span {
    position: absolute;
    right: 10px;
    bottom: -5px;
    cursor: pointer;
}

.title span a {
    font-size: 16px;
}

.title span:hover a {
    color: red
}

.title small {
    margin: 0 20px;
}

.title_line {
    margin: 5px -5px;
    width: 380px;
    height: 1px;
    background-color: rgb(181, 16, 16);
}

.title h3 {
    float: left;
    font-size: 24px;
    font-weight: normal;
}

.position {
    float: right
}

.position ul li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
}

.position ul li a {
    font-size: 16px;
}

.position ul li.create {
    width: 10px;
}


/* footer */

.specials .title {
    margin-left: 10px;
}

.specials .title>span {
    margin-right: 15px;
}

.footer {
    height: 230px;
    position: relative;
}

.specials ul li {
    display: inline-block;
    margin: 10px;
    overflow: hidden
}

.specials ul li a {
    display: block
}

.specials ul li a p {
    font-size: 16px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}


/* bottom */

.bottom {
    position: relative;
    height: 125px;
    background: url(../images/bottom.jpg) center no-repeat;
}

.friendLink {
    width: 1060px;
    margin: 0 auto;
    padding-top: 28px;
}

.friendLink ul li {
    display: inline-block;
    font-size: 14px;
    width: 110px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle
}

.friendLink ul li a {
    color: #fff;
    display: block;
    font-family: Arial, "宋体";
}

.friendLink ul li.line {
    width: 0;
    height: 20px;
    border-left: 1px solid #fff;
    background-color: #fff;
    margin: 0 5px;
}


/*动画*/

.move {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.move:hover {
    color: red;
    transform: translate3d(4px, 0, 0);
    -moz-transform: translate3d(4px, 0, 0);
    -ms-transform: translate3d(4px, 0, 0);
    -o-transform: translate3d(4px, 0, 0);
    -webkit-transform: translate3d(4px, 0, 0)
}

.scale {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.scale:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.sina-img,
.wx-img {
    position: absolute;
    top: 120%;
    left: -40px;
    opacity: 0;z-index:999999;
    transition: all 0.5s linear;
}

.xlwb:hover .sina-img,
.wx:hover .wx-img {
    opacity: 1;
}