﻿@charset "utf-8";
body {
    background-color: #f4ecdf;
}
/* 配置默认样式 */

.box .hd {
    border: none;
    background: url(images/box-hd-bg.jpg);
    overflow: visible;
}
.box .hd h3 {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: 35px;
    background: url(images/nav-bg.png) no-repeat 0 -80px;
}
.box .hd h3 a, .box .hd h3 span {
    padding: 8px 35px 8px 0;
    background: url(images/nav-bg.png) no-repeat right -120px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #fd9;
}
.box .hd ul {
    float: none;
    margin: 0;
    text-align: center;
    overflow: visible;
}
.box .hd li {
    float: none;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: 35px;
    background: url(images/nav-bg.png) no-repeat 0 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.box .hd li a {
    margin: 0;
    padding: 8px 35px 8px 0;
    background: url(images/nav-bg.png) no-repeat right -40px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #b32;
}
.box .hd .on {
    background-position: 0 -80px;
}
.box .hd .on a {
    background-position: right -120px;
    color: #fd9;
}
.box .hd .more {
    margin: 12px 10px 0 0;
    padding-left: 45px;
    background: url(images/cssSprite/iconMore.png) no-repeat 0 center;
}
.box .bd {
    padding: 0;
}
/* 配置标签样式 */

/* 信息带简介列表 */

.introList li .txt {
    margin-top: 10px;
    line-height: 1.7142857;
    color: #888;
    overflow: hidden;
    text-indent: 2em;
}
.introList li .txt .more {
    margin-left: 10px;
}
.row {
    padding: 40px 0;
}
.row .row-title {
    margin-bottom: 30px;
    padding: 12px 0;
    height: 70px;
    line-height: 70px;
    background: url(images/row-bg.png) no-repeat center top;
    text-align: center;
}
.row .row-title a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 32px;
    font-weight: bold;
}
/* 头部 */

#header {
    background: url(images/header-bg.jpg) repeat-x center top;
}
#header .container {
    position: relative;
    height: 155px;
    overflow: visible;
}
#header a {
    color: #b32;
}
#header .inputGroup {
    background: #efdbb2;
    padding: 0 40px 0 10px;
    border-radius: 30px;
}
#header .inputGroup input {
    border: none;
    background: none;
    width: 0;
    height: 20px;
    padding: 5px 0;
    outline: none;
    color: #b32;
}
#header .inputGroup .btn {
    background: url(images/search-icons.png) no-repeat center;
    padding: 15px 18px;
    border: none;
    height: 0;
    text-indent: -999px;
}
#header .logo {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 11;
    margin-left: -136px;
}
#header .userPanel {
    position: absolute;
    top: 15px;
    right: 0;
}
#header .userPanel li {
    float: left;
    margin-right: 15px;
    text-align: center;
}
#header .userPanel li a {
    display: block;
    line-height: 30px;
    cursor: pointer;
}
/* 导航栏 */

.nav {
    position: relative;
    z-index: 10;
}
.nav .container {
    overflow: visible;
}
.nav .mainNav {
    float: left;
    margin-top: 53px;
}
.nav .li1 {
    float: left;
    *display: inline;
    zoom: 1;
    position: relative;
}
.nav .li1 a.a1 {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 40px 0 10px;
    width: 150px;
    font-size: 18px;
    text-align: center;
}
.nav li.on1 a.a1:hover, .nav .on1 a.a1 {
    font-weight: bold;
}
.nav .li1 a.a1 i {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url(images/nav-icons.png) no-repeat center 0;
}
.nav #liID2499 a.a1 i {
    background-position: center -40px;
}
.nav #liID2500 a.a1 i {
    background-position: center -80px;
}
.nav #liID2501 {
    margin-left: 300px;
}
.nav #liID2501 a.a1 i {
    background-position: center -120px;
}
.nav #liID2502 a.a1 i {
    background-position: center -160px;
}
.nav #liID2506 a.a1 i {
    background-position: center -200px;
}
.nav .ul1 {
    display: none;
    position: absolute;
    z-index: 2;
    top: 100px;
    width: 100%;
    background-color: #a00;
    overflow: hidden;
}
.nav .last1 .ul1 {
    right: 0;
}
.nav .li2 {
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
}
#header .nav .li2 .a2 {
    display: block;
    text-align: center;
    transition: 200ms;
    color: #fff;
    font-size: 14px;
}
#header .nav .li2 .a2:hover {
    background: #b32;
    color: #fff;
}
/* 侧栏导航列表 */

.navList li {
    margin-top: 10px;
}
.navList li a {
    display: block;
    padding: 10px 15px;
    background-color: #f5f5f5;
}
.navList li a:hover {
    background-color: #eee;
}
.navList li.on a, .navList li.active a {
    background-color: #b32;
    color: #fff;
}
/* 内容区 */

#content {
    padding: 0;
}
#content .side {
    float: right;
    width: 300px;
    margin: 0 0 0 20px;
}
#footerLinks {
    display: none;
}
/* 底部 */

#footer {
    color: #fff;
    background: #a22 url(images/line.png) repeat-x;
    position: relative;
    line-height: 1.6;
}
#footer .container {
    margin-bottom: 0;
    padding: 40px 0 30px;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #ff0
}
#footer .qr {
    float: right;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
}
#footer .qr li {
    float: left;
    margin-left: 20px;
}
#footer .qr img {
    width: 70px;
}
#footer .copy {
    padding-left: 360px;
    background: url(../images/footerLogo.png) no-repeat 0 center;
}
#footer .copy a {
    text-decoration: underline;
}
/* ===== row ===== */

.infoList>li>a, .infoList>li>.title>a {
    padding-left: 10px;
    background: url(images/icon.png) no-repeat 2px center;
}
.introList li {
    padding: 10px 0;
}
.introList li .title {
    font-size: 15px;
}
/* row-1 */

#row-1 .box .hd li {
    margin: 0 15px;
}
#row-1 .box .bd ul {
    overflow: hidden;
}
#row-1 .box .bd ul li {
    float: left;
    margin: 0 1.5%;
    width: 45.99%;
    padding: 40px 0 0;
    border: none;
}
/* row-2 */

#row-2 {
    background-color: #eae0cf;
}
#row-2 .box .bd ul {
    overflow: hidden;
}
#row-2 .box .bd ul li {
    float: left;
    margin: 0 1.5%;
    padding: 8px 0;
    width: 46.99%;
}
/* row-3h */

#row-3 {
    background-color: #eee5d6;
}
#row-3 .container {
    overflow: visible;
}
#eyly {
    position: relative;
    overflow: visible;
    height: 220px;
}
#eyly .eylyPrev, #eyly .eylyNext {
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 60px;
    background: url(images/slide-arrow.png) no-repeat;
    cursor: pointer;
}
#eyly .eylyNext {
    left: auto;
    right: -50px;
    background-position: right 0;
}
#eyly .picList {
    height: 180px;
    padding-bottom: 12px;
}
#eyly .picList li {
    position: relative;
    width: 270px;
    height: 180px;
    overflow: hidden;
    margin: 0 18px 0 17px;
    padding: 0;
    box-shadow: 3px 6px 12px rgba(0, 0, 0, .2);
}
#eyly .picList li .pic{padding:0;}
#eyly .picList li .pic img{width:auto;}
#eyly .picList li .title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#eyly .picList li .title a {
    color: #fff;
    background:none;
    padding:0;
}
#eyly .picList li .titleBg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
/* row-4 */

#row-4 #eyzf {
    width: 486px;
    height: 366px;
    padding: 40px 50px;
    background: url(images/eyzf-bg.png) no-repeat center top;
    overflow: hidden;
}
#row-4 #eyzf li {
    padding: 12px 0;
    border-bottom: 1px dotted #ddd;
}
#row-4 #eyzf li a {
    padding-left: 20px;
    background: url(images/icon-heart.png) no-repeat 2px center;
}
#row-4 #eyzf .zhufu-btn {
    margin-top: 25px;
    text-align: center;
}
#row-4 #eyzf .zhufu-btn a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 190px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #bb3322;
    background: url(images/zf-btn.png) no-repeat center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    transform: translate3d(0px, -2px, 0px);
    transition: all 0.3s ease 0s;
}
#row-4 #eyzf .zhufu-btn a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}
#row-4 #xlt {
    position: relative;
    float: left;
    width: 580px;
    height: 240px;
    margin-right: 20px;
}
#row-4 #xlt li {
    position: absolute;
    top: 0;
    left: 0;
}
#row-4 #xlt li a {
    display: block;
    transition: all 0.5s ease 0s;
}
#row-4 #xlt li a:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
#row-4 #xlt li.li2 {
    top: 0;
    left: 100px;
}
#row-4 #xlt li.li3 {
    top: 0;
    left: 400px;
}
#row-4 #xlt li.li4 {
    top: 0;
    left: 500px;
}
#row-4 #xlt li.li5 {
    top: 110px;
    left: 0;
}
#row-4 #xlt li.li6 {
    top: 110px;
    left: 100px;
}
#row-4 #xlt li.li7 {
    top: 110px;
    left: 200px;
}
#row-4 #xlt li.li8 {
    top: 110px;
    left: 300px;
}
#row-4 #xlt li.li9 {
    top: 110px;
    left: 400px;
}
#row-4 #xlt li.li10 {
    top: 110px;
    left: 500px;
}
#row-4 #xlt li.li11 {
    top: 220px;
    left: 100px;
}
#row-4 #xlt li.li12 {
    top: 220px;
    left: 200px;
}
#row-4 #xlt li.li13 {
    top: 220px;
    left: 300px;
}
#row-4 #xlt li.li14 {
    top: 220px;
    left: 400px;
}
#row-4 #xlt li.li15 {
    top: 330px;
    left: 200px;
}
#row-4 #xlt li.li16 {
    top: 330px;
    left: 300px;
}