/* 全局样式 start*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,p,iframe,blockquote {
    margin: 0;
    padding: 0;
}

body {
    word-wrap: break-word;
}

body {
    font-size: 12px;
    font-family: "微软雅黑","宋体",Tahoma,sans-serif;
    color: #2d2d2d;
}

html {
    -webkit-text-size-adjust: none;
}

img {
    border: 0;
}

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

i,em {
    font-style: normal;
}

a {
    color: #828282;
    outline: none;
    _outline: expression(this.hideFocus=true);
    text-decoration: none;
}

input,img,button {
    vertical-align: middle;
}

h1,h2,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu {
    display: block
}
/* 全局样式 end*/

/*头部样式 start*/
.screenCenter {
    width: 960px;
    margin: 0 auto;
}

.headerWrap {
    width: 100%;
    height: 104px;
    border-top: 4px solid #0ca8e4;
    border-bottom: 2px solid #d6d6d6;
}

.header {
    position: relative;
    z-index: 2;
    height: 94px;
}

.header h1 {
    position: absolute;
    left: 0;
    top: 0;
}

.header h1 a {
    display: block;
    width: 230px;
    height: 70px;
    overflow: hidden;
    background: url(../img/logo.jpg) no-repeat;
    text-indent: -999px;
}

.slogan {
    position: absolute;
    left: 230px;
    top: 0;
    width: 300px;
    height: 70px;
    overflow: hidden;
}

.slogan img {
    height: 60px;
}

.menu {
    position: absolute;
    left: 0;
    top: 72px;
    height: 32px;
}

.menu ul li {
    position: relative;
    float: left;
    height: 32px;
    margin-right: 42px;
    font-family: "Microsoft Yahei";
}

.menu ul li a {
    float: left;
    padding: 0 15px;
    height: 31px;
    border-bottom: 1px solid #fff;
    line-height: 30px;
    color: #666;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.menu ul li a.active,.menu ul li.curr a {
    background: #0ca8e4;
    color: #fff;
}

.menu ul li .subMenuWrap {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    width: 120px;
    background: #d6d6d6;
}

.menu ul li .subMenu {
    margin-top: 2px;
    padding-bottom: 5px;
    background: #fff;
}

.menu ul li .subMenu a {
    float: left;
    overflow: hidden;
    width: 105px;
    height: 30px;
    padding: 0 0 0 15px;
    line-height: 30px;
    text-align: left;
    font-size: 13px;
    background: #fff;
    color: #666;
    font-weight: normal;
}

.menu ul li .subMenu a:hover {
    background: #e4e3e3;
    color: #61a500;
}
/*头部样式 end*/

/* 底部样式 start */
.warp {
    width: 980px;
    margin: 0 auto;
    *z-index: 9999px;
}

#product {
    background: #e8e9eb repeat-y;
    border-top: 1px solid #dcdbdb;
    padding: 28px 0;
    width: 100%;
}

.webo {
    width: 108px;
    float: left;
    margin-left: 7px;
}

.sina {
    display: block;
    width: 58px;
}

.webo p,.ewm p {
    margin: 10px 0;
    color: #6c6c6c;
    font-weight: normal;
}

.ewm {
    width: 113px;
    float: left;
    margin-left: 43px;
}

.fgx {
    width: 2px;
    height: 186px;
    background: url(../img/fgx.jpg) no-repeat;
    float: left;
    margin: 0 50px;
    display: inline;
}

.FY_pro {
    width: 270px;
    float: left;
}

.pro {
    color: #6c6c6c;
    font-size: 14px;
    margin-bottom: 6px;
}

.prolist li {
    float: left;
    margin-right: 20px;
    display: inline;
    text-align: left;
    width: 70px;
    line-height: 24px;
    color: #a6a6a6;
}

.prolist li a {
    color: #a6a6a6;
}

.prolist li a:hover {
    text-decoration: underline;
}

.about_FY {
    width: 63px;
    float: right;
    margin-left: 54px;
}

#join {
    margin-right: -15px;
}

/*footer*/
#footer {
    padding: 16px 0;
    background: #3e3e3e;
}

.jtlogo {
    width: 56px;
    height: 56px;
    background: url(../img/wen_ico.png) no-repeat;
    float: left;
    display: block;
    margin-top: 8px;
}

.copyright {
    width: 640px;
    float: right;
}

.copyright p {
    text-align: right;
    line-height: 24px;
    color: #828282;
    width: 640px;
}

.copyright p a {
    margin: 0 13px;
    color: #828282;
}
.clear {
    clear: both;
}
/* 底部样式 end */