html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

button {
    cursor: pointer;
}

ul, ol {
    list-style: none;
}

select, input {
    font-size: 14px;
    font-family: inherit;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: middle;
    -webkit-appearance: none;
}

textarea {
    resize: none;
    outline: none;
    border: 0 none;
    padding: 0;
    margin: 0;
    overflow: auto;
    -webkit-appearance: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
    font: 14px/150% SimSun, Arial, tahoma, Verdana, "\5b8b\4f53";
    color: #333;
    background: #fff;
}

a {
    color: #333;
    text-decoration: none;
}

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

s, i, em {
    font-style: normal;
    text-decoration: none;
}

b {
    font-weight: normal;
}

input, button {
    display: inline-block;
    font-family: inherit;
    border: 0 none;
    outline: none;
    background: none;
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.w {
    width: 1172px;
    margin: 0 auto;
}
.hide {
    display: none;
}

/*公用头部*/
.topTip {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: url("../images/tipBg.png") repeat-x;
}
.topTip .time {
    color: #53a0d6;
}
.topTip li {
    float: left;
    padding: 0 16px;
}
.topTip li a {
    font-size: 12px;
    color: #53a0d6;
}
.topTip .setIndex {
    height: 29px;
    border-bottom: 3px solid #f4c134;
}
.topTip .setIndex a {
    color: #f4c134;
}
.topTip li a:hover {
    text-decoration: underline;
}
.topTip .setIndex a:hover {
    text-decoration: none;
}
.banner {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.banner .logo {
    display: block;
    margin-top: 50px;
    height: 99px;
    background: url("../images/logo.png") no-repeat;
}
.banner img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 200px;
    z-index: -1;
}
.navBox {
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin-bottom: 18px;
    background: url("../images/titleBg.jpg") repeat-x;
    border-bottom: 3px solid #ffb701;
}
.navBox li {
    float: left;
    position: relative;
    margin-left: -1px;
}
.navBox li a {
    display: block;
    width: 131px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.navBox li i {
    float: right;
    margin-top: 11px;
    width: 1px;
    height: 26px;
    background: #f5f5f5;
}
.navBox li.on {
    background: #eee;
}
.navBox li.on a {
    color: #53a0d6;
}
.navBox .secondNav {
    padding: 4px 0;
    width: auto;
    min-width: 123px;
    position: absolute;
    top: 48px;
    left: 0;
    background: #eee;
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=135, Strength=5);
    -moz-box-shadow:0 0 12px 1px #999;
    -webkit-box-shadow:0 0 12px 1px #999;
    box-shadow: 0 0 12px 1px #999;
}
.navBox .secondNav dd {
    min-width: 123px;
    padding: 0 4px;
    float: none;
    background: #eee;
    margin-top: -1px;
}
.navBox .secondNav dd a {
    font-size: 14px;
    display: block;
    white-space: nowrap;
    width: 100%;
    border-bottom: 1px dashed #d8d8d8;
    border-top: 1px dashed #d8d8d8;
    text-align: left;
}
.navBox .secondNav dd:first-child a {
    border-top: none;
}
.navBox .secondNav dd:last-child a {
    border-bottom: none;
}
.navBox .secondNav .clicked a,
.navBox .secondNav .active a {
    margin: 0 auto;
    background: url("../images/titleBg.jpg") repeat-x;
}
.navBox .secondNav .clicked a,
.navBox .secondNav .active a {
    color: #fff;
}

.mainTop {
    padding-left: 10px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #1675b9;
    margin-bottom: 20px;
}
.mainTop .noticeBox {
    font-family: "Arial";
}
.mainTop .noticeBox .notice {
    float: left;
    padding-left: 38px;
    padding-right: 24px;
    background: url("../images/notice.png") no-repeat left center;
}
.mainTop .noticeBox .textBox {
    float: left;
    width: 690px;
    height: 48px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}
.mainTop .noticeBox .scrollWrap {
    width: 800%;
}
.mainTop .noticeBox dd {
    float: left;
    padding: 0 18px;
    cursor: pointer;
}
.mainTop .noticeBox b {
    font-size: 16px;
    font-weight: bold;
    color: #1675b9;
}
.mainTop .noticeBox a {
    color: #ff0000;
    float: left;
    cursor: pointer;
}
.mainTop .noticeBox a:hover {
    text-decoration: underline;
}
.mainTop .searchBox {
    margin-top: 6px;
    margin-right: 16px;
    width: 302px;
    height: 34px;
    border: 1px solid #bddaef;
}
.mainTop .searchBox i {
    width: 16px;
    height: 16px;
    margin-left: 9px;
    margin-top: 9px;
    background: url("../images/search.png") no-repeat;
}
.mainTop .searchBox input {
    margin-left: 9px;
    width: 200px;
    height: 14px;
    margin-top: 11px;
    color: #1c79bb;
}
.mainTop .searchBtn {
    color: #fff;
    margin-left: 8px;
    text-align: center;
    width: 60px;
    height: 34px;
    line-height: 34px;
    background: url("../images/searchBg.jpg") repeat-x;
}
/*banner*/
.mainLeft .bannerBox {
    float: left;
    width: 470px;
    height: 312px;
    background: #e6e6e6;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.mainLeft .bannerBox ul {
    width: 1000%;
    height: 282px;
    position: absolute;
    left: 0;
    top: 0;
}

.mainLeft .bannerBox li {
    width: 470px;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.mainLeft .bannerBox p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: Arial, 'Microsoft YaHei';
    background: rgba(0,0,0,.8);
}

.mainLeft .bannerBox li img {
    width: 100%;
    height: 100%;
}

.mainLeft .bannerBox li img {
    cursor: pointer;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.mainLeft .bannerBox li img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.mainLeft .bannerBox .dotted {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/titleBgS.jpg") repeat-x;
}

.mainLeft .bannerBox dl {
    float: right;
    margin-right: 8px;
}

.mainLeft .bannerBox dd {
    float: left;
    width: 11px;
    height: 11px;
    margin: 9px 8px;
    cursor: pointer;
    background: url("../images/dotted2.png");
}

.mainLeft .bannerBox dd.on {
    margin-top: 10px;
    background: url("../images/dotted4.png");
}
/*右侧导航*/

.speederNav {
    border: 1px solid #e2f3ff;
}
.speederNav .newNotice {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}
.speederNav .newNotice dt {
    margin-top: 29px;
    height: 38px;
    line-height: 38px;
    background: #1172b7;
}
.speederNav .newNotice dt a {
    color: #fff;
}
.speederNav dd {
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #1172b7;
}
.speederNav .newNotice a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
}
.speederNav .mentor dt {
    width: 240px;
    padding-left: 40px;
    color: #1172b7;
    font-size: 14px;
    height: 43px;
    line-height: 46px;
    background: url("../images/mentor.png") no-repeat left center;
}
.speederNav .mentor dd {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}
.speederNav .mentor a {
    display: block;
    width: 100%;
    height: 37px;
    font-size: 13px;
}
.speederNav dd.last {
    border: none;
    height: 37px;
}
.speederNav .title {
    padding-left: 14px;
    height: 30px;
    line-height: 30px;
    background: #b8e3f8;
    font-size: 16px;
}
.speederNav .title {
    background: url("../images/speederBg2.png") no-repeat left center #b8e3f8;
}
/*友情链接公用*/
.linkBox {
    width: 100%;
    margin-top: -8px;
}
.linkBox .title {
    color: #fff;
    width: 1132px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background: url("../images/titleBgS.jpg") repeat-x;
    overflow: hidden;
    font-size: 16px;
}
.linkBox .title span {
    padding-left: 34px;
    display: inline-block;
    background: url("../images/link.png") no-repeat left center;
}
.linkBox .link {
    border: 1px solid #e2f3ff;
    padding: 10px 0;
}
.linkBox .link a {
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 0 17px;
    font-size: 12px;
}
.linkBox .link a:hover {
    text-decoration: underline;
}
/*底部公用*/

.footer {
    width: 100%;
    margin-top: 24px;
    padding-top: 48px;
    color: #fff;
    background: #1172b7;
}
.footer .grid {
    width: 33.33333%;
    text-align: center;
}
.footer .contact {
    padding-top: 32px;
    text-align: left;
}
.footer .contact p {
    margin: 14px 0;
}
.footer .code img {
    margin-top: 26px;
    margin-bottom: 20px;
}
.footer .logo .logoImg {
    display: inline-block;
    margin: 0 auto;
    width: 178px;
    height: 178px;
    background: url("../images/logoWhite.png") no-repeat center center;
}
.footer .copyRight {
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
}