﻿/**********common*************/
*
{
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
}
body
{
    font-size: 12.5px;
    font-family: 微软雅黑,Lucida Grand, Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif;
    color: #333333;
}
a:link, a:visited
{
    color: #034af3;
    text-decoration: none;
}
a:hover
{
    color: red;
    text-decoration: underline;
}
a:active
{
    color: #034af3;
}
h1, h2, h3, h4, h5, h6
{
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
}
h1
{
    font-size: 1.3em;
    font-weight: bold;
}
h3, h2
{
    font-size: 1.2em;
    font-weight: bold;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}
.clear
{
    clear: both;
    height: 1px;
    overflow: hidden;
}
/***********header********************/
#main
{
    width: 1008px;
    margin: 0 auto;
    overflow: hidden;
}
#header
{
    height: 230px;
    margin-bottom: 5px;
    overflow: hidden;
    background-repeat: no-repeat;
}
#main_nav
{
    position: relative;
    width: 1008px;
    height: 38px;
    background: url('/templets/marketing/images/nav_bg.gif') repeat-x;
    margin-bottom:5px;
}
#main_nav ul
{
    width: 1008px;
    height: 38px;
}
#main_nav ul li
{
    float: left;
    width: 126px;
    height: 38px;
    line-height: 38px;
    display: inline;
}
.nav_split
{
    background: url('/templets/marketing/images/nav_bg.gif') no-repeat left -48px;
}
.nav_left
{
    position: absolute;
    width: 10px;
    height: 38px;
    background: url('/templets/marketing/images/nav_bg.gif') no-repeat left -141px;
    top: 0;
    left: 0;
    z-index: 999;
}
.nav_right
{
    position: absolute;
    width: 10px;
    height: 38px;
    background: url('/templets/marketing/images/nav_bg.gif') no-repeat left -95px;
    top: 0;
    right: 0;
    z-index: 999;
}
#main_nav ul li a:link, #main_nav ul li a:active, #main_nav ul li a:visited
{
    display: block;
    width: 100px;
    height: 38px;
    margin-left: 14px;
    color: #FFFFFF;
    font-size: medium;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
}
#main_nav li a:hover
{
    background-image: url('/templets/marketing/images/menu_libg.jpg');
    background-repeat: no-repeat;
}
/***********幻灯片*************************/
#slider
{
    width: 1008px;
    height: 230px;
    overflow: hidden;
}
#slider img
{
    border: 0px;
    width: 1008px;
    height: 230px;
}

/**********footer*************/
#footer
{
    margin-top: 20px;
}
#footer #footer1
{
    height: 49px;
    line-height: 49px;
}
#footer1 ul
{
    width: 740px;
    height: 49px;
    margin: 0 auto;
    background-image: url('/templets/marketing/images/foot1_bg.gif');
    background-repeat: no-repeat;
}
#footer1 ul li
{
    float: left;
    display: inline;
    width: 98px;
    margin: 0 12px;
    text-align: right;
}
#footer1 ul li a
{
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}
#footer1 ul li a:hover
{
    color: navy;
}
#footer #footer2
{
    height: 123px;
    background-image: url('/templets/marketing/images/foot2_bg.gif');
    background-repeat: repeat-x;
    border: 1px #B0B0B0 solid;
}
#footer2 p, #footer2 div
{
    height: 65px;
    line-height: 22px;
    margin-top: 30px;
    overflow: hidden;
}
#foot2_l
{
    background-position: right center;
    float: left;
    width: 140px;
    height: 50px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #666666;
    background-image: url('/templets/marketing/images/foot2_l_bg.gif');
    background-repeat: no-repeat;
}
#foot2_m
{
    margin-top: 30px;
    float: left;
    height: 50px;
    width: 240px;
    padding-left: 10px;
}
#foot2_r
{
    margin-top: 30px;
    float: right;
    height: 60px;
    width: 550px;
}
#foot2_r ul li
{
    width: 70px;
    text-align: center;
    float: left;
}
#foot2_r ul li a
{
    color: #999999;
    text-decoration: none;
}
#foot2_r ul li a:hover
{
    color: #000099;
}
#foot2_r ul .foot_split
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #666666;
}
#foot2_r span
{
    display: block;
    margin-top: 15px;
}
