﻿/*------------------------------------------------------------*/
/*
	CSS Template version 2.0
	Create 2009/11/11
	Stephen Zhou
	Project Name: 
	
*/
/*------------------------------------------------------------*/

/*-------------------All Property Reset -------------------------------*/
* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: top;
}

ul li {
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    display: block;
    height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*For FireFox clear float*/
.clearfix {
    *zoom: 1;
}
/* Only IE */
/*------------------------End Reset--------------------------------------*/

/*----------Mouse Shape--------------*/
.cursor {
    cursor: pointer;
}

/*-------------Skin----------------------*/
.bannerSkin {
    background: url("../images/bannerBG.png") repeat-x top center;
}

/*----------font style------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea {
    font-family: "思源黑体 CN Regular","微软雅黑","Microsoft YaHei",Arial;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea {
    font-size: 12px;
    color: #000;
}

/*--------------Reset Hx Tag font size and color-----------------------*/
h1 {
    font-size: 24px;
    color: #000
}

h2 {
    font-size: 21px;
    color: #000
}

h3 {
    font-size: 19px;
    color: #000
}

h4 {
    font-size: 17px;
    color: #000
}

h5 {
    font-size: 15px;
    color: #000
}

h6 {
    font-size: 14px;
    color: #000
}

/*-----------Font Public class --------------*/
.blackFont {
    font-size: 28px;
    color: #3b3a3a;
}

.grayFont {
    font-size: 13px;
    color: #535353;
    font-weight: normal;
    
}

.grayFont1 {
    font-size: 18px;
    color: #535353;
    
}

/*-----------Font Link Style --------------*/


/*-----Panel-----*/
.panel {
}

/*-----DateGrid------*/
.dataGrid {
}

    .dataGrid th {
    }

    .dataGrid td {
    }

/*-------Button----------*/


/*--------Input----------*/
.textInput {
}

/*--------Select-------*/
.comboxs {
}

/*---------TabNavigation--------------*/
.tab {
}

    .tab .tabBar {
    }

    .tab .tabViewStack {
    }

/*-------Textarea----------*/
.textare {
}

/*-----------Layout Public class --------------*/
body {
    background: #ffffff;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.off {
    display: none;
}

.on {
    display: block;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

/*--------------Web Layout Style---------------------*/


/*--------------Top Layout Style---------------------*/

.banner {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}

.bannerCon {
    width: 1200px;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}

/*--------------Content Layout Style---------------------*/
.model1 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 0px;
}

    .model1 p {
        width: 1200px;
        overflow: hidden;
        padding: 60px 0px 30px 0px;
        margin: 0px auto;
        text-align: center;
        display: block;
    }

.model2 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 0px;
}

    .model2 b {
        width: 1200px;
        overflow: hidden;
        padding: 80px 0px 30px 0px;
        margin: 0px auto;
        text-align: center;
        display: block;
    }

    .model2 p {
        width: 1200px;
        overflow: hidden;
        padding: 40px 0px 0px 0px;
        margin: 0px auto;
        text-align: center;
        display: block;
    }

/*--------------Bottom Layout Style---------------------*/
.btm {
    width: 100%;
    height: 242px;
    margin: 0px auto;
    background: #fafafa;
}

.btmCon {
    width: 1024px;
    height: 242px;
    margin: 0px auto;
}

    .btmCon h1 {
        width: 540px;
        height: 100px;
        float: left;
        margin-top: 46px;
        line-height: 24px;
        line-height: 44px;
    }

    .btmCon h2 {
        width: auto;
        display: block;
        float: right;
        margin-top: 20px;
    }
