﻿@charset "utf-8";
/* 首页样式 */

body {
    background: #e8e8e8;
}

#headerBg {
    position: absolute;
}

/* 优势 */
#youshi {
    width: 990px;
    height: 94px;
    background: url(../images/youshi.gif) no-repeat;
    margin: 0 auto 29px;
}

#youshi p {
    width: 9px;
    height: 9px;
    margin: 0;
    text-indent: -8000px;
}

/* 搜索 */
#searchHome {
    width: 440px;
    height: 35px;
    background: #0ca5b6;
    border-radius: 15px;
    position: relative;
    margin: 0 auto 15px;
}

#searchHome div {
    width: 80px;
    height: 35px;
    line-height: 35px;
    color: #e8e8e8;
    text-indent: 11px;
    background: url(../images/xiajiao.png) no-repeat 61px 14px;
    float: left;
    cursor: pointer;
}

#searchHome ul {
    width: 70px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 38px;
    left: 5px;
    border: 2px solid #0ca5b6;
    border-bottom-width: 1px;
    background: #FFF;
    display: none;
    z-index: 50;
}

#searchHome ul li {
    text-align: center;
    border-bottom: 1px solid #0ca5b6;
    padding: 5px 0;
    color: #0ca5b6;
    cursor: pointer;
}

#searchHome input {
    width: 335px;
    height: 29px;
    background: #FFF;
    margin: 3px;
    padding: 0 8px;
    border: none;
    border-radius: 0 15px 15px 0;
    float: right;
}

#searchHome button {
    width: 37px;
    height: 29px;
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    border: 0;
    border-radius: 0 15px 15px 0;
    margin: 0;
    padding: 0;
    background: #FFF;
    text-align: left;
}

#searchHome_en {
    width: 450px;
    height: 35px;
    background: #0ca5b6;
    border-radius: 15px;
    position: relative;
    margin: 0 auto 15px;
}

#searchHome_en div {
    width: 80px;
    height: 35px;
    line-height: 35px;
    color: #e8e8e8;
    text-indent: 11px;
    background: url(../images/xiajiao.png) no-repeat 70px 14px;
    float: left;
    cursor: pointer;
}

#searchHome_en ul {
    width: 103px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 38px;
    left: 5px;
    border: 2px solid #0ca5b6;
    border-bottom-width: 1px;
    background: #FFF;
    display: none;
    z-index: 50;
}

#searchHome_en ul li {
    text-align: center;
    border-bottom: 1px solid #0ca5b6;
    padding: 5px 0;
    color: #0ca5b6;
    cursor: pointer;
}

#searchHome_en input {
    width: 335px;
    height: 29px;
    background: #FFF;
    margin: 3px;
    padding: 0 8px;
    border: none;
    border-radius: 0 15px 15px 0;
    float: right;
}

#searchHome_en button {
    width: 37px;
    height: 29px;
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    border: 0;
    border-radius: 0 15px 15px 0;
    margin: 0;
    padding: 0;
    background: #FFF;
    text-align: left;
}

/* 分类 */
#sort {
    width: 990px;
    height: 325px;
    background: #FFF;
    border-radius: 5px;
    margin: 0 auto 16px;
    position: relative;
}

#sort a {
    height: 154px;
    display: block;
    cursor: pointer;
    position: absolute;
    /*background-position: center;*/
    background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 23px;
}

#sort a img {
    position: absolute;
    bottom: 4px;
    right: 4px;
}

#sort_1 {
    width: 352px;
    left: 8px;
    top: 8px;
    background: #0184ff url(../images/icon_sort_juqie.png);
}

#sort_2 {
    width: 206px;
    left: 361px;
    top: 8px;
    background: #bb1342 url(../images/icon_sort_paoxian.png);
}

#sort_3 {
    width: 206px;
    left: 568px;
    top: 8px;
    background: #0da5b6 url(../images/icon_sort_diaoke.png);
}

#sort_4 {
    width: 207px;
    left: 776px;
    top: 8px;
    background: #842bb8 url(../images/icon_sort_zuankong.png);
}

#sort_5 {
    width: 207px;
    left: 8px;
    top: 163px;
    background: #37b306 url(../images/icon_sort_renmo.png);
}

#sort_6 {
    width: 206px;
    left: 216px;
    top: 163px;
    background: #de4900 url(../images/icon_sort_jiaohe.png);
}

#sort_7 {
    width: 206px;
    left: 423px;
    top: 163px;
    background: #ffc001 url(../images/icon_sort_chuchen.png);
}

#sort_8 {
    width: 352px;
    left: 630px;
    top: 163px;
    background: #15318a url(../images/icon_sort_piejian.png);
}

#sort_1:hover {
    background-color: #006ace;
}

#sort_2:hover {
    background-color: #9d0630;
}

#sort_3:hover {
    background-color: #028391;
}

#sort_4:hover {
    background-color: #671696;
}

#sort_5:hover {
    background-color: #2d9603;
}

#sort_6:hover {
    background-color: #b93d00;
}

#sort_7:hover {
    background-color: #cb9902;
}

#sort_8:hover {
    background-color: #082170;
}

/* 新闻and视频 */
#zixun {
    margin-bottom: 16px;
}

/* 新闻资讯 */
#news {
    width: 664px;
    height: 213px;
    background: #FFF;
    float: left;
    border-radius: 5px;
}

#news header {
    width: 664px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-family: "微软雅黑", "黑体", "宋体";
    margin-bottom: 5px;
}

#news header strong {
    float: left;
    text-indent: 12px;
    font-weight: normal;
}

#news header a {
    float: right;
    padding-right: 13px;
    color: #000;
}

#news ul li {
    width: 634px;
    height: 24px;
    list-style: disc outside;
    line-height: 24px;
    margin-left: 30px;
    color: #0093dd;
    position: relative;
}

#news ul li time {
    position: absolute;
    right: 10px;
}

/* 视频 */
#shipin {
    width: 310px;
    height: 213px;
    background: #FFF;
    float: right;
    border-radius: 5px;
    text-align: center;
}

#shipin figcaption {
    width: 310px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-family: "微软雅黑", "黑体", "宋体";
    text-align: center;
}

/* 合作伙伴 */
#link {
    height: auto;
    background: #FFF;
    border-radius: 5px;
    margin: 0 auto 16px;
    position: relative;
}

#link header {
    width: 990px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-family: "微软雅黑", "黑体", "宋体";
    text-indent: 11px;
}

#link ul {
    padding-left: 33px;
}

#link li {
    width: 150px;
    height: auto;
    float: left;
    margin: 2px;
    text-align: center;
}

#link li a {
    color: #868686;
}

#link li img {
    width: 130px;
    height: 50px;
    margin-bottom: 5px;
}


.zxkf {
    width: 120px;
    padding-left: 16px;
    padding-top: 94px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -251px;
    z-index: 99999;
}

.zxkf dd.zx {
    width: 196px;
    padding-top: 12px;
    padding-left: 24px;
    overflow: hidden;
    color: #4d4d4d
}

.zxkf dd.zx .tt {
    height: 98px;
    line-height: 36px;
}
