﻿/* 
网站名称：全局CSS
设计制作：
制作时间：
*/

/*------------------------Overall situation css------------------------*/
html, body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, tr, th, td {
    margin: 0px;
    padding: 0px;
}

body {
    font: 14px "Hiragino Sans GB", "Microsoft YaHei", "宋体", Arial, Tahoma, Helvetica, Geneva, sans-serif;
    color: #343434;
    margin: 0px;
    padding: 0px;
}

div {
    margin: 0px;
    padding: 0px;
}

ul, li {
    list-style-type: none;
}

img {
    border-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.l {
    float: left;
}

.r {
    float: right;
}

.c {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-both {
    clear: both;
}

/*网站颜色样式*/
.page-color0 {
    background: #fff;
}

.page-color1 {
    background: #f0f0f0;
}

/*网站宽度样式*/
.margin-auto {
    margin: 0 auto;
}

.wp100 {
    width: 100%;
}

.w1200 {
    width: 1200px;
}

.w1100 {
    width: 1100px;
}

.w600 {
    width: 600px;
}

.youxi {
    padding: 50px 0 20px 0;
    background-color: #f4f4f4;
    height: 450px;
}

.content-main {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

/*测试边框样式*/

.test-border {
    border: 1px solid black;
}

/*网站边框留空*/
.margin-top10 {
    margin-top: 10px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-top40 {
    margin-top: 40px;
}

.margin-top50 {
    margin-top: 50px;
}

.row-margin-top1 {
    margin-top: 10px;
}

.row-margin-top2 {
    margin-top: 20px;
}

/*颜色*/
/*黑色*/
.c-black {
    color: #000;
}

/*象牙黑*/
.c-black1 {
    color: #292421;
}

/*首页焦点图*/
.banner {
    overflow: hidden;
    min-width: 1200px;
}

.wrap {
    width: 100%;
    margin: 0 auto;
}

.banner .wrap {
    height: 500px;
    position: relative;
}

.banner .pan {
    display: block;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-align: center;
}

.banner .pan img {
    position: absolute;
    top: 0px;
    left: 74px;
    display: block;
    width: 100%;
    height: 500px;
}
