﻿

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;

}

body {
    margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*****列表页用到的变量***/

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

@font-face {
    font-family: "awefont";
    src: url("../font/fontawesome-webfont.eot");
    src: url("http://www.tjtzks.com.cn/Public/Home/default/font/fontawesome-webfont?") format("eot"), url("../font/fontawesome-webfont.woff") format("woff"), url("../font/fontawesome-webfont.ttf") format("truetype"), url("../font/fontawesome-webfont.svg") format("svg"), url("http://www.tjtzks.com.cn/Public/Home/default/font/fontawesome-webfont.otf") format("otf");
    font-style: normal;
    font-weight: normal;
}

[data-icon] {
    display: inline-block;
    font-family: "awefont";
}

[data-icon]:before {
    content: attr(data-icon);
}

body {
    font-family: "微软雅黑";
}

.top {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 228px;
    background: url(../image/top-bg.jpg);
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.top-container {
    width: 1200px;
    height: 228px;
    margin: 0 auto;
}

.top-container img {
    width: 527px;
    height: 100px;
    border: none;
    position: relative;
    top: 50%;
    margin-top: -50px;
}

.nav {
    position: relative;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 45px;
    background: #005bac;
    float: left;
    z-index: 9999;
}

.nav-container {
    width: 925px;
    height: 45px;
    margin: 0 auto;
}

.nav-item,
.nav-item-active {
    position: relative;
    width: 154px;
    line-height: 45px;
    text-align: center;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 0;
    padding-right: 0;
}

.nav-item:first-child,
.nav-item-active:first-child {
    padding-left: 0;
}

.nav-item:last-child,
.nav-item-active:last-child {
    padding-right: 0;
}

.nav-item.last,
.last.nav-item-active {
    padding-right: 0;
}

.nav-item a,
.nav-item-active a {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
}

.nav-item-active a {
    background: #c80000;
    margin-bottom: 1px;
}

.learn-mind {
    text-align: center;
}

.learn-mind a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}

.learn-mind a:hover {
    color: #005bac;
}

.downpull {
    position: absolute;
    top: 100%;
    left: 0;
    width: 154px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
}

.downpull-item {
    width: 154px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 1px;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 0;
    padding-right: 0;
}

.downpull-item:first-child {
    padding-left: 0;
}

.downpull-item:last-child {
    padding-right: 0;
}

.downpull-item.last {
    padding-right: 0;
}

.downpull-item a {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    background: rgba(0, 91, 172, 0.5);
}

.downpull-item:hover {
    background: rgba(51, 102, 153, 0.5);
}

.sec {
    width: 1200px;
    margin: 0 auto;
    *zoom: 1;
}

.sec:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.newscenter-nav {
    width: 916px;
    height: 73px;
    float: left;
    background: url(../image/newscenter-bg.png);
    text-align: right;
}

.newscenter-nav a {
    color: #999999;
    text-decoration: none;
    text-decoration: none;
    display: inline-block;
    padding-top: 36px;
    font-size: 12px;
    line-height: 24px;
}

.newscenter-nav a:hover,
.newscenter-nav a:focus {
    text-decoration: underline;
}

.newscenter-container {
    position: relative;
    width: 916px;
    height: 396px;
    float: left;
    padding: 15px 0;
}

.newscenter-container img {
    width: 338px;
    height: 400px;
    float: left;
    border: 0;
}

.newscenter-container ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    overflow: visible;
    float: right;
    width: 562px;
    height: 34px;
    border-top: 1px solid #dddddd;
    background: linear-gradient(to bottom, #fefefe, #f5eeea);
    background: -webkit-linear-gradient(top, #fefefe, #f5eeea);
    background: -o-linear-gradient(top, #fefefe, #f5eeea);
    background: -ms-linear-gradient(top, #fefefe, #f5eeea);
    background: -moz-linear-gradient(top, #fefefe, #f5eeea);
}

.newscenter-container li {
    position: relative;
    width: 187px;
    height: 34px;
    text-align: center;
    border-bottom: 2px solid #005bac;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
}

.newscenter-container li:first-child {
    padding-left: 0;
}

.newscenter-container li:last-child {
    padding-right: 0;
}

.newscenter-container li.last {
    padding-right: 0;
}

.newscenter-container li a {
    display: inline-block;
    width: 187px;
    line-height: 34px;
    color: #000;
    text-decoration: none;
}

.newscenter-container li:nth-of-type(2) {
    border: none;
    border-bottom: 2px solid #005bac;
}

.news-tag-item {
    position: absolute;
    top: 52px;
    right: 0;
    width: 562px;
}

.news-tag-item em {
    display: block;
    width: 562px;
    height: 100px;
    padding: 20px 85px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: red;
    font-style: normal;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-wrap: break-word;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-tag-item ul {
    position: relative;
    width: 562px;
    height: 350px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    overflow: hidden;
    background: #ffffff;
    font-size: 13px;
}

.news-tag-item li {
    width: 562px;
    height: 44px;
    line-height: 44px;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    font-size: 16px;
    float: left;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px dotted #dddddd;
}

.news-tag-item li:first-child {
    padding-left: 0;
}

.news-tag-item li:last-child {
    padding-right: 0;
}

.news-tag-item li.last {
    padding-right: 0;
}

.news-tag-item li:nth-of-type(2) {
    border-bottom: 1px dotted #dddddd;
}

.news-tag-item li:first-child {
    border-top: 1px dotted #dddddd;
}

.news-tag-item li a {
    display: inline-block;
    width: 482px;
    line-height: 44px;
    float: left;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.news-tag-item li a img {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 18.5px 5px;
}

.news-tag-item li span {
    width: 40px;
    display: inline-block;
    line-height: 44px;
    float: right;
    text-align: center;
}

.sanjiao {
    top: 100%;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #005bac;
    border-right: 5px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 5px solid transparent;
}

.aboutus {
    position: relative;
    top: -12px;
    float: right;
    width: 268px;
    height: 426px;
    padding-top: 28px;
    padding-left: 12px;
    background: url(../image/aboutus-bg.png);
    background-repeat: no-repeat;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.aboutus p {
    margin: 0;
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 26px;
    text-indent: 2em;
}

.aboutus-title span {
    display: inline-block;
    color: #fff;
}

.aboutus-title span em {
    font-size: 24px;
    font-style: normal;
}

.aboutus-title a {
    display: inline-block;
    color: #999999;
    padding-right: 15px;
    padding-top: 4px;
    float: right;
    font-size: 12px;
    text-decoration: none;
}

.link-gointo {
    display: block;
    padding-top: 10px;
    padding-left: 15px;
    color: #dc0000;
}

.address {
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    width: 228px;
    /*height: 72px;*/
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
}

.tel {
    width: 228px;
    height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 26px;
    /*overflow: hidden;*/
}

.sectwo {
    *zoom: 1;
}

.sectwo:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.sectwo ul {
    float: left;
    width: 936px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
}

.sectwo li {
    width: 292px;
    height: 66px;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.sectwo li:first-child {
    padding-left: 0;
}

.sectwo li:last-child {
    padding-right: 0;
}

.sectwo li.last {
    padding-right: 0;
}

.sectwo li img {
    width: 292px;
    height: 66px;
    border: 0;
}

.sectwoRight {
    float: right;
    width: 264px;
    height: 66px;
}

.sectwoRight img {
    width: 264px;
    height: 66px;
    border: 0;
}

.secthree {
    *zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 658px;
    overflow: hidden;
}

.secthree:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.secthreeLeft {
    width: 916px;
    height: 658px;
    float: left;
}

.secthreeRight {
    width: 264px;
    height: 658px;
    float: right;
}

.testnav {
    width: 916px;
    height: 60px;
    background: url(../image/testnews-bg.jpg);
    background-repeat: no-repeat;
}

.testinfolist {
    width: 456px;
    float: left;
    *zoom: 1;
}

.testinfolist:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.tetsinfolistnav {
    width: 456px;
    height: 58px;
    line-height: 58px;
}

.tetsinfolistnav span {
    display: inline-block;
    float: left;
    text-align: left;
    width: 246px;
    height: 58px;
    line-height: 58px;
    padding-left: 25px;
    color: #1b418c;
    font-size: 16px;
    font-weight: bold;
}

.tetsinfolistnav b {
    display: inline-block;
    float: left;
    width: 160px;
    margin-right: 25px;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin-top: 23px;
    text-align: right;
    background: url(../image/testnav-bg.png);
    background-repeat: repeat-x;
}

.tetsinfolistnav b a {
    display: inline-block;
    color: #999999;
    line-height: 12px;
    height: 12px;
    background: #fff;
    padding: 0 10px;
    margin-right: 10px;
    font-style: normal;
    text-decoration: none;
}

.tetsinfolistnav-icon {
    font-style: normal;
    padding-right: 5px;
    font-size: 24px;
    color: #dc0000;
}

.testinfo {
    width: 916px;
    height: 598px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    overflow: hidden;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.recommend {
    padding-left: 25px;
    padding-right: 25px;
    height: 142px;
    *zoom: 1;
}

.recommend:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.recommend span {
    display: inline-block;
    width: 130px;
    height: 130px;
    padding: 5px;
    border: 1px solid #dddddd;
    float: left;
    text-align: center;
}

.recommend img {
    width: 130px;
    height: 130px;
    border: none;
}

.recommend h3 {
    display: block;
    width: 234px;
    height: 30px;
    color: #dc0000;
    float: left;
    font-size: 14px;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.recommend h3 a {
    color: #dc0000;
    float: left;
    font-size: 16px;
    text-decoration: none;
}

.recommend p {
    width: 234px;
    float: left;
    font-size: 15px;
    line-height: 21px;
    padding: 0 15px;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-wrap: break-word;
}

.testlist {
    margin-top: 25px;
    width: 406px;
    height: 364px;
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
}

.testlist ul {
    width: 406px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
}

.testlist ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
}

.testlist li {
    width: 406px;
    height: 45.375px;
    line-height: 45.375px;
    border-top: 1px dotted #dddddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
}

.testlist li:last-of-type {
    border-bottom: 1px dotted #dddddd;
}

.testlist li span {
    float: right;
    width: 40px;
}

.testlist li a {
    display: inline-block;
    width: 346px;
    font-size: 16px;
    line-height: 45.375px;
    float: left;
    text-align: left;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.testlist li a img {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
}

.servenav {
    width: 264px;
    height: 50px;
    background-repeat: no-repeat;
    background: url(../image/servenav-bg.jpg);
}

.servecontainer ul {
    width: 264px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
}

.servecontainer ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
}

.servecontainer li {
    width: 264px;
    height: 46px;
    margin-top: 10.28571px;
}

.map {
    width: 264px;
    height: 260px;
    margin-top: 10.28571px;
}

.double {
    margin-top: 20px;
}

.double a {
    display: block;
    width: 33.33%;
    float: left;
}

.double img {
    width: 99%;
}

.friendLinks {
    width: 1200px;
    height: 58px;
    background: url(../image/friendLinks-nav-bg.jpg);
    background-repeat: no-repeat;
}

.linksContainer {
    width: 1200px;
    padding: 26px;
    border: 1px solid #dddddd;
    border-top: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.linksContainer ul {
    width: 1148px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
}

.linksContainer li {
    display: inline-block;
    width: 160px;
    height: 44px;
    padding-left: 2.33333px;
    padding-right: 2.33333px;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 6px;
}

.linksContainer li img {
    width: 160px;
    height: 44px;
    border: 0;
}

.linksContainer li:nth-of-type(7n) {
    padding-right: 0;
}

.linksContainer li:nth-of-type(7n+1) {
    padding-left: 0;
}

.footer {
    width: 100%;
    min-width: 1200px;
    height: 132px;
    background: #005bac;
    margin-top: 20px;
    padding: 24px 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.footer-container {
    width: 1200px;
    margin: 0 auto;
    height: 104px;
}

.footerlogo {
    width: 104px;
    height: 104px;
    float: left;
    margin-top: 14px;
    padding-right: 28px;
}

.wenxin1,
.wenxin2 {
    float: right;
    width: 105px;
    height: 132px;
    text-align: center;
}

.wenxin1 img,
.wenxin2 img {
    max-width: 100%;
    border: none;
}

.wenxin1 span,
.wenxin2 span {
    color: #fff;
    font-size: 14px;
}

.wenxin2 {
    padding-right: 20px;
}

.copyright {
    width: 550px;
    height: 104px;
    float: left;
    padding-left: 15px;
    margin-top: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 13px;
}

.copyright div {
    line-height: 26px;
    height: 26px;
}

.linksbar ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
}

.linksbar ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
    padding-left: 4px;
    padding-right: 4px;
}

.linksbar a {
    display: inline-block;
    line-height: 13px;
    padding-right: 5px;
    width: 100%;
    border-right: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}

/** * 列表页样式 */

.maincontainer {
    width: 1200px;
    margin: 0 auto;
    margin-top: 72px;
    *zoom: 1;
}

.maincontainer:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.maincontainer-l {
    width: 264px;
    float: left;
}

/** * 左侧菜单 */

.catmenu {
    width: 264px;
    border: 1px solid #dddddd;
    color: #005bac;
}

.qualitTerm {
    width: 264px;
    height: 65px;
    margin-top: 25px;
}

.catmenunav {
    width: 264px;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    font-size: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../image/catmenu-bg.jpg);
    background-repeat: no-repeat;
}

.catmenubody {
    width: 264px;
}

.catmenubody ul {
    width: 264px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
}

.catmenubody a {
    text-decoration: none;
    color: #005bac;
    font-size: 18px;
    font-weight: bold;
}

.catmenubody ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
}

.catmenubody li {
    width: 264px;
    line-height: 60px;
    padding-right: 20px;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    border-top: 1px solid #dddddd;
    cursor: pointer;
}

.catmenubody span {
    display: inline-block;
    width: 244px;
    height: 60px;
}

.catmenubody i {
    font-style: normal;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
}

/** * 箭头旋转 */

.zhaun {
    transform: rotate(90deg);
    transition: transform 2s ease 1s;
}

.zhuanori {
    transform: rotate(-90deg);
    transition: transform 2s ease 1s;
}

.articlelist {
    position: relative;
    display: none;
    z-index: 999;
}

.articlelist ul {
    width: 264px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
}

.articlelist ul li {
    float: left;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
}

.articlelist li {
    width: 264px;
    height: 60px;
    line-height: 60px;
    padding-right: 20px;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    border-top: 1px solid #dddddd;
    cursor: pointer;
}

.articlelist a {
    text-decoration: none;
    color: #505050;
}

.maincontainer-r {
    width: 916px;
    float: right;
}

.listbanner {
    width: 916px;
    height: 137px;
}

.listbanner img {
    width: 916px;
    height: 137px;
    border: 0;
}

.list-nav {
    width: 916px;
    height: 42px;
    line-height: 42px;
}

.list-nav span {
    display: inline-block;
    width: 165px;
    height: 42px;
    float: left;
    border-bottom: 2px solid #005bac;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-nav div {
    width: 749px;
    height: 42px;
    float: right;
    border-bottom: 2px solid #dc0000;
}

.list-nav b {
    color: #005bac;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

.list-nav em {
    color: #dc0000;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.list-nav i {
    color: #fff5ee;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.content {
    width: 916px;
    margin-top: 50px;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content ul {
    width: 876px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
}

.content ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
}

.content li {
    width: 876px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px dotted #dddddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content li:first-of-type {
    border-top: 1px dotted #dddddd;
}

.content li a {
    width: 790px;
    display: inline-block;
    float: left;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none;
}

.content li a img {
    width: 7px;
    height: 7px;
    border: 0;
    margin-right: 15px;
}

.content li span {
    width: 85px;
    text-align: right;
    display: inline-block;
    float: right;
}

/** * 跳转样式 */

.tiaozhuan {
    width: 876px;
    height: 28px;
    line-height: 28px;
    text-align: right;
    float: left;
    margin-top: 48px;
    margin-left: 20px;
    padding-right: 20px;
    background: #fff5ee;
    border: 1px solid #ffe7d7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}

.tiaozhuan a {
    color: #000;
    text-decoration: none;
}

.xyh-page {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: right;
}

.xyh-page a,
.xyh-page span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #005bac;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.xyh-page .current {
    background-color: #005bac;
    border: 1px solid #005bac;
    color: #fff;
}

.xyh-page a:first-child,
.xyh-page span:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.xyh-page a:last-child,
.xyh-page span:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/** * 详情页样式 */

.detail-title {
    width: 844px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
}

.addtime {
    text-align: center;
    background: #fff5ee;
    border: 1px solid #dddddd;
    width: 844px;
    height: 21px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 13px;
    line-height: 21px;
}

.detail {
    width: 844px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
}

.detail table {
    width: 100%;
}

.detail img {
    max-width: 100%;
}

/** * 用于footer始终处于底部 */

body {
    position: relative;
    width: 100%;
    min-height: 100%;
}

.big {
    padding-bottom: 200px;
}

/***按钮**/

.btn_blue {
    background: #0d9ae4;
    height: 26px;
    line-height: 1.8em;
    padding: 0px 15px;
    margin: 2px;
    border: 0px;
    /*border-radius: 5px;*/
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.btn_blue:hover {
    background-color: #0084c9;
}

/**checkcode**/

#VCode {
    cursor: pointer;
    height: 40px;
    vertical-align: middle;
}

/*guestbook*/

.guestbookcon {
    width: 998px;
    background: #ffffff;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    margin-top: 55px;
}

.guestbook_title {
    background: #C8EDFB;
    padding: 5px;
    margin-top: 5px;
    font-size: 14px;
}

.guestbook_msg {
    border: 1px solid #C8EDFB;
    padding: 5px;
    line-height: 160%;
    font-size: 14px;
}

.guestbook_reply {
    padding: 5px;
    color: red;
    border-top: 1px dotted #CCCCCC;
}

/**************from表单**********************/

.form {
    padding: 10px;
}

.listtop,
.listbottom {
    margin-left: 10px;
}

.listtop {
    margin-top: 10px;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    padding-left: 10px;
    padding-bottom: 15px;
    width: 710px;
    background: #F5F5F5;
}

.con_edit {
    margin: 10px;
}

.form_top {
    padding-left: 10px;
    padding-bottom: 15px;
}

.form dl {
    overflow: hidden;
    zoom: 1;
    padding-top: 15px;
}

.form dt {
    float: left;
    width: 11%;
    font-size: 14px;
    padding: 3px 0 0 0;
    color: #666;
}

.form dd {
    float: left;
    line-height: 22px;
}

.form dd select,
.form dd input {
    vertical-align: middle;
}

.form dd textarea {
    max-width: 916px;
    max-height: 500px;
}

.form dd .logo {
    border: 1px solid #D4D4D4;
}

.form dd .wxqrcode {
    width: 80px;
    height: 80px;
    border: 1px solid #D4D4D4;
}

.form dd p {
    clear: both;
    color: #A0A0A0;
    padding: 4px 0 0 0;
    line-height: 16px;
}

.form_b {
    text-align: left;
    padding: 20px 0 45px 145px;
}

.form .btn7 {
    margin-left: 10px;
}

.nybt {
    background: url(../image/rbtbg.jpg) repeat-x;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    border-right: 1px solid #D9D9D9;
    padding-right: 10px;
    font-weight: normal;
}

.nybt span {
    background: url(../image/rtbtbg.jpg) no-repeat;
    width: 125px;
    height: 36px;
    display: block;
    padding: 0 30px 0 5px;
    text-align: center;
    color: #FFF;
}

.nybt i {
    font-family: "";
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    float: right;
}

/** * 漂浮广告的样式 */

.piao {
    position: absolute;
    z-index: 999999;
}

.piao-a {
    text-decoration: none;
}

/** * 加载按钮 */

.newsloading {
    display: inline-block;
    width: 15px;
    height: 20px;
    font-size: 14px;
    position: absolute;
    z-index: 9999;
    top: 25%;
    left: 50%;
    margin-left: -7.5px;
    margin-top: -10px;
    font-style: normal;
    animation: animation:load 1s infinite;
    -webkit-animation: load 1s infinite;
    -o-animation: load 1s infinite;
    -ms-animation: load 1s infinite;
    -moz-animation: load 1s infinite;
}

/*高德地图*/

.my-map {
    margin: 0 auto;
    width: 264px;
    height: 260px;
}

.my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}

@keyframes load {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes load {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    @-o-keyframes load {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
        @-ms-keyframes load {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
            @-moz-keyframes load {
                0% {
                    transform: rotate(0deg);
                }
                100% {
                    transform: rotate(360deg);
                }
            }