/*样式重置*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a,
img {
    padding: 0;
    margin: 0;
}

body {
    color: #aaa;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Arial";
    margin: auto
}

ul,
ol {
    list-style: none
}

a,
a:hover {
    text-decoration: none;
    color: #999;
    cursor: pointer;
}

i,
b {
    font-weight: normal;
    font-style: normal
}

img {
    border: 0
}

.top {
    width: 100%;
    height: 500px;
    background: url('../img/top_bg.png') no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.top img {
    margin: auto;
    padding-top: 35px;
}

.top p {
    color: #fff;
    font-size: 20px;
}

.top p:nth-child(2) {
    /*margin-top:150px;*/
    margin-bottom: 10px;
}

.top p a {
    color: #ff8383;
    border-bottom: 3px solid #ff8383;
    padding-bottom: 5px;
}

.nav {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    /* position: fixed; top:605px; left:0;*/
    background-color: #fff;
}

.nav>ul>li {
    display: inline-block;
}

.nav>ul>li>a,
.nav>ul>li>h1>a {
    color: #111;
    font-size: 18px;
    display: inline-block;
    line-height: 50px;
    padding: 0 20px;
    margin: 0 5px;
}

.nav>ul>li>a:hover,
.nav>ul>li>a.on,
.nav>ul>li>h1>a:hover,
.nav>ul>li>h1>a.on {
    text-decoration: none;
    color: #fff;
    background-color: #D62626;
    box-shadow: 0 0 10px #ddd;
}

.nav>ul>li>.current,
.nav>ul>li>h1>.current {
    color: #fff;
    background-color: #D62626;
    box-shadow: 0 0 10px #ddd;
}

.nav .secmenu {
    display: none;
    width: 100px;
    position: absolute;
    z-index: 5
}

.nav .secmenu>li {
    float: left;
    height: 30px;
    position: relative;
}

.nav .secmenu>li>a {
    color: white;
    width: 114px;
    display: inline-block;
    margin: 0 5px;
    background-color: #D62626;
    font-size: 14px;
    line-height: 24px;
    height: 30px
}

.nav .secmenu>li>a:hover {
    background-color: #5E5D5A;
}

.nav .secmenu>li>ul {
    position: absolute;
    top: 0;
    left: 114px;
    width: 144px;
    background-color: #D62626;
    color: #fff;
}


/*三级栏目样式*/

.nav ul li:hover ul li ul {
    display: none;
}

.nav ul li:hover ul li:hover ul {
    display: block;
    width: 114px;
    position: absolute;
    top: 0px;
    left: 119px;
    background-color: #D62626;
}

.nav ul li:hover ul li:hover ul li {
    min-width: 100px;
    height: 30px;
}

.nav ul li:hover ul li:hover ul li a {
    display: block;
    width: 96px;
    height: 30px;
    line-height: 24px;
    text-align: center;
    color: white;
}

.secmenu li ul li {
    /*    padding:2px 8px;*/
}

.nav ul li:hover ul li:hover ul li a:hover {
    background-color: #5E5D5A;
}

.container {
    width: 1200px;
    margin: auto;
}

.test {
    text-align: center;
    padding: 80px 0;
}

.test img {
    border: 8px solid #e5e5e5;
    border-radius: 8px;
    width: 420px;
    height: 295px;
}

.testDetail {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    margin-left: 80px;
    text-align: left;
}

.testDetail .testTitle h4 {
    font-weight: normal;
    color: #000;
    font-size: 36px;
}

.testDetail .testTip {
    font-size: 20px;
    color: #747474;
    margin: 20px 0;
}

.testDetail .testLine {
    border-bottom: 5px solid #000;
    width: 80px;
}

.testDetail .more {
    color: #111;
    text-align: justify;
    line-height: 22px;
    margin: 20px 0;
}

.testDetail .testMoredel a {
    color: #892828;
    font-size: 16px;
}

.testDetail .testMoredel a:hover {
    text-decoration: underline;
}

.about {
    width: 100%;
    height: 1000px;
    background: url('../img/about_bg.png') no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
}

.about .line {
    display: inline-block;
    width: 50px;
    margin: 40px 0 10px 0;
    border: 3px solid #fff;
}

.about h3 {
    font-weight: normal;
    font-size: 26px;
    color: #fff;
    margin-bottom: 40px;
}

.ahoutDetail {
    font-size: 0;
}

.ahoutDetail ul {
    width: 250px;
    height: 210px;
    padding: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    background: rgba(0, 0, 0, 0.5);
}

.ahoutDetail .num {
    color: #fff;
    font-size: 26px;
    padding: 10px;
    border: 2px solid #fff;
    width: 36px;
}

.ahoutDetail .aboutTitle a {
    font-size: 26px;
    color: #fff;
    margin: 25px 0 10px 0;
}

.ahoutDetail .detail {
    line-height: 24px;
    font-size: 16px;
}

.ahoutDetail img {
    width: 310px;
    height: 270px;
}

.borderRight {
    border-right: 1px solid #747270
}

.borderBottom {
    border-bottom: 1px solid #878582;
}

.content {
    background-color: #F0F0F0;
    text-align: center;
}

.advice .line {
    display: inline-block;
    width: 50px;
    margin: 40px 0 10px 0;
    border: 3px solid #111;
}

.advice h3 {
    font-weight: normal;
    font-size: 26px;
    color: #111;
    margin-bottom: 40px;
}

.advice .left {
    width: 40%;
    padding: 20px;
    text-align: justify;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.advice .left a {
    color: #892828
}

.advice .left a:hover {
    text-decoration: underline
}

.advice .left h4 {
    color: #111;
    font-size: 20px;
    border-left: 5px solid #892828;
    font-weight: normal;
    margin: 10px 0;
    padding-left: 5px;
}

.advice .left p {
    line-height: 24px;
}

.advice .left img {
    width: 100%;
    height: 189px;
}

.advice .right {
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    width: 40%;
    padding: 0 30px;
}

.advice .right ul {
    border-bottom: 1px solid #EBC7BD;
    padding: 10px 0;
}

.advice .right ul li h4 {
    color: #111;
    font-size: 20px;
    border-left: 5px solid #892828;
    font-weight: normal;
    margin: 10px 0;
    padding-left: 5px;
}

.advice .right ul li p {
    line-height: 24px;
}

.advice .right .knowmore {
    margin-top: 20px;
}

.advice .right .knowmore a {
    color: #892828;
}

.advice .right .knowmore a:hover {
    text-decoration: underline
}

.qusetion {
    width: 100%;
    height: 676px;
    background: url(../img/ask_bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    margin-top: 40px;
}

.qusetion .line {
    display: inline-block;
    width: 50px;
    margin: 80px 0 10px 0;
    border: 3px solid #111;
}

.qusetion h3 {
    font-weight: normal;
    font-size: 26px;
    color: #111;
    margin-bottom: 40px;
}

.qusetion .content {
    width: 80%;
    background: rgba(154, 154, 154, 0.5);
    margin: auto;
    padding: 30px;
}

.qusetion .conDetail {
    background: rgba(40, 40, 40, 0.6);
    padding: 70px 50px;
}

.qusetion .conDetail ul {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.qusetion .conDetail ul:nth-child(2) {
    border-left: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
    padding: 0 0 0 40px;
    margin: 0 40px 0 0;
}

.qusetion .conDetail ul li h4 {
    color: #fff;
    font-size: 16px;
}

.qusetion .conDetail ul li {
    color: #fff;
    margin-bottom: 10px;
    line-height: 24px;
}

.qusetion .conDetail ul .line {
    display: inline-block;
    width: 50px;
    border: 3px solid #fff;
    margin: 0px;
}

.qusetion .conDetail ul li img {
    vertical-align: top;
}

.footnav {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
    width: 1100px;
    margin: auto;
}

.footnav ul {
    text-align: justify;
    display: inline-block;
    vertical-align: top;
    margin: 0 65px;
}

.footnav ul li:first-child {
    margin-bottom: 15px;
}

.footnav ul li:first-child a {
    font-size: 18px;
    color: #111;
}

.footnav ul li {
    margin-bottom: 5px;
}

.footnav ul li a:hover {
    color: #892828;
    text-decoration: underline;
}

.footer {
    padding: 20px;
    background-color: #F0F0F0;
    text-align: center;
}

.footer .left {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 300px;
    height: 220px;
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    padding-left: 30px;
    margin-right: 30px
}

.footer .left h4 {
    font-size: 20px;
    color: #d6000f;
    border-left: 5px solid #d6000f;
    padding-left: 3px;
    margin-bottom: 20px;
}

.footer .left input {
    color: #fff;
    padding-left: 10px;
    background-color: #8C8C8C;
    border: 0;
    width: 120px;
    height: 30px;
    margin-bottom: 5px;
}

.footer .left textarea {
    background-color: #8C8C8C;
    border: 0;
    width: 270px;
    height: 60px;
    margin-bottom: 5px;
    color: #fff;
    resize: none;
}

.footer .left li {
    display: inline-block;
    vertical-align: top;
}

.footer .left li:first-child {
    width: 90px;
    margin-right: 20px;
}

.footer .left li img {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.footer .left li a.btn {
    display: block;
    color: #111;
    width: 50px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #111;
    margin-left: 98px;
    /* position: absolute; */
    top: 101px;
    cursor: pointer;
}

.footer .left li img {
    display: block;
    color: #111;
    width: 80px;
    height: 30px;
    margin-left: 10px;
}

.footer .left li a:hover {
    color: #fff;
    background-color: #892828;
    text-decoration: none;
    border: 0
}

.footer .left li span {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.footer .center {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 200px;
    margin: 0 20px;
}

.footer .center img {
    margin-top: 63px;
}

.footer .right {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 200px;
    text-align: left;
}

.footer .right h4 {
    font-size: 20px;
    color: #d6000f;
    border-left: 5px solid #d6000f;
    padding-left: 3px;
    margin-bottom: 20px;
}

.footer .right li {
    margin: 10px;
    color: #333;
}

.footer .right li:last-child {
    margin-top: 20px;
}

.footer .right .sh {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.footer .right .wh {
    position: absolute;
    top: 0px;
    left: 58px;
    display: none;
}

.footer .right .w {
    margin-left: 10px;
}

.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}


/*联系我们*/

.contactus {
    background-color: #F0F0F0;
}

.contactus .container {
    border: 1px solid #ddd;
    background-color: #fff;
    margin: auto;
    padding: 30px;
}

.link a {
    color: #666;
}

.link a:hover {
    color: #892828;
    text-decoration: underline;
}

.contactus .left {
    border-right: 3px solid #892828;
    width: 75%;
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    word-break: break-word;
}

.contactus .left h3,
.contactus .left h1 {
    font-weight: normal;
    font-size: 18px;
    color: #333;
    margin: 15px 0;
}

.contactus .left .squre {
    display: inline-block;
    vertical-align: top;
    width: 5px;
    height: 5px;
    border: 2px solid #892828;
    margin-top: 8px;
    margin-right: 5px;
}

.contactus .left p {
    color: #333;
    margin-bottom: 12px;
}

.contactus .left ul {
    display: inline-block;
    vertical-align: top;
    width: 354px;
}

.contactus .left ul li {
    color: #333;
    margin: 8px 0;
}

.contactus .left ul li a {
    color: #9CACE0;
    margin-left: 8px;
}

.contactus .left ul li a:hover {
    color: #892828;
    text-decoration: underline;
}

.contactus .left .contactway {
    width: 800px;
}

.contactus .left .contactway ul:nth-child(2),
.contactus .left .contactway ul:nth-child(4) {
    margin-left: 50px;
}

.contactus .left .contactway ul:nth-child(2),
.contactus .left .contactway ul:first-child {
    margin-bottom: 20px;
}

.contactus .right {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    width: 250px;
    text-align: center;
}

.contactus .right h3 {
    font-weight: normal;
    font-size: 18px;
    color: #333;
    margin: 15px 0;
}

.contactus .right .squre {
    display: inline-block;
    vertical-align: top;
    width: 5px;
    height: 5px;
    border: 2px solid #892828;
    margin-top: 8px;
    margin-right: 5px;
}

.contactus .right ul {
    margin-left: 10px;
}

.contactus .right ul i {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url('../img/apply.png') no-repeat 0 0;
    background-size: 20px 20px;
    margin-right: 3px;
}

.contactus .right ul .ana i {
    background: url("../img/ana.png")no-repeat 0 0;
}

.contactus .right ul .prepare i {
    background: url("../img/prepare.png") no-repeat 0 0;
}

.contactus .right ul .answer i {
    background: url("../img/answer.png") no-repeat 0 0;
}

.contactus .right ul li {
    margin: 10px 0;
}

.contactus .right ul li a {
    color: #333;
}

.contactus .right ul li a:hover {
    color: #892828;
    text-decoration: underline;
}

.contactus .right .sh {
    position: absolute;
    top: 0px;
    left: 69px;
    display: none;
}

.contactus .right .wh {
    position: absolute;
    top: 0px;
    left: 127px;
    display: none;
}

.contactus .right p {
    margin-left: 10px;
}

.contactus .right .w {
    margin-left: 10px;
}

.contactus .right h3:nth-child(3) {
    margin-top: 30px;
}

.right ul .weixin {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 120px;
    top: -70px;
    z-index: 2;
}

.copy {
    width: 95%;
    border-top: 1px solid #aaa;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    background-color: #F0F0F0;
}

.copy ul li {
    display: inline-block;
    margin: 0 20px;
}

.copy ul li a {
    color: #333;
}

.testnews .left .news .new {
    width: 100%;
}

.testnews .left .new li a {
    color: #111;
    line-height: 24px;
    font-size: 14px;
}

.testnews .new li i {
    color: #892828;
}

.testnews .new li span {
    color: #aaa;
    font-size: 14px;
}

.testnews .left .news .page {
    width: 90%;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-left: 0;
}

.testnews .page li {
    display: inline-block;
    vertical-align: top;
}

.testnews .left .page a {
    color: #999;
    background-color: #EEEEEE;
    padding: 5px 10px;
    margin: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.testnews .left .page a:hover {
    background-color: #892828;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.testnews .left .page .current {
    background-color: #892828;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 0 10px;
}

.whataeis .left {
    width: 25%;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
}

.whataeis .left .down {
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url('../img/down.png') no-repeat 0 0;
    margin-right: 5px;
}

.whataeis .left .arrow,
.action .arrow,
.mRight .arrow {
    color: #892828;
    margin-right: 10px;
}

.whataeis .left .navb h4 a {
    font-weight: normal;
    color: #111;
    font-size: 18px;
}

.whataeis .left .navb li ul li {
    margin: 10px 0;
}

.whataeis .left .navb li ul li a {
    color: #999;
}

.whataeis .left .navb li ul li a:hover {
    color: #892828;
    text-decoration: underline;
}

.whataeis .left .navb li ul li .current {
    color: #892828;
}

.whataeis .left .navb li {
    margin-bottom: 20px;
}

.whataeis .link,
.newestDel .link,
.newsList .link {
    margin-bottom: 30px;
}

.whataeis {
    background-color: #F0F0F0;
}

.whataeis .container {
    border: 1px solid #ddd;
    background-color: #fff;
    margin: auto;
    padding: 30px;
}

.guess {
    margin-top: 80px;
}

.guess h3,
.whataeis .right h3,
.guess h1,
.whataeis .right h1 {
    font-size: 18px;
    color: #111;
    font-weight: normal;
    border-left: 5px solid #892828;
    padding-left: 3px;
    margin-bottom: 10px;
}

.guess ul li {
    margin-bottom: 10px;
    margin-left: 20px;
}

.guess ul li p a {
    color: #892828;
}

.guess ul li a:hover {
    color: #892828;
    text-decoration: underline;
}

.whataeis .right {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding-left: 10px;
}

.whataeis .right .con {
    padding-left: 10px;
}

.whataeis .right .con h3 {
    font-weight: normal;
    margin: 30px 0;
    color: #111;
    font-size: 14px;
    border-left: 0px;
}

.whataeis .right .con h3 i {
    border: 2px solid #111;
    border-radius: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    margin-top: 6px;
    margin-right: 5px;
}

.whataeis .right .con p {
    color: #111;
    line-height: 24px;
    margin: 30px 0;
}

.hide {
    display: none;
}

.lb {
    border-right: 2px solid #ddd;
}

.rb {
    border-left: 2px solid #ddd;
}

.newestDel,
.newestList {
    background-color: #F0F0F0;
}

.newestDel .container,
.newestList .container {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.newestDel .delcon {
    color: #111;
    line-height: 24px;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.newestDel .delcon p {
    color: #111;
    text-indent: 2em;
    line-height: 24px;
}

.newestDel .title {
    color: #111;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
}

.newestDel .time {
    text-align: right;
    margin: 10px 0;
    margin-right: 135px;
}

.newestDel .delcon p a {
    color: #111;
    padding-left: 2px;
}

.newestDel .delcon p a:hover {
    color: #892828;
    text-decoration: underline;
}

.newestDel .balink {
    padding: 20px 0;
    width: 90%;
    margin: auto;
    line-height: 24px;
    padding-left: 4em;
}

.newestDel .balink p a:first-child {
    color: #D62626;
}

.newestDel .balink p a:nth-child(2) {
    color: #111;
}

.newestDel .balink p a:hover {
    color: #892828;
    text-decoration: underline;
}

.newestList h3 {
    font-weight: normal;
    font-size: 26px;
    width: 120px;
    margin: auto;
    color: #111;
    position: relative;
}

.newestList h3 .squ {
    width: 21px;
    height: 40px;
    background: url('../img/squ.png') no-repeat 0 0;
    position: absolute;
    top: -2px;
    left: -6px;
}

.action {
    padding: 40px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 40px;
}

.action ul {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-right: 50px;
}

.action ul li {
    margin: 10px 0;
}

.action ul li a {
    color: #111;
    margin-left: 5px;
}

.action ul li a:hover {
    color: #892828;
    text-decoration: underline;
}

.action img {
    padding: 10px;
    border: 1px solid #ddd;
    width: 46%;
    height: 213px;
    vertical-align: middle;
}

.newestList .conmiddle .mLeft {
    width: 45%;
    text-align: justify;
    position: relative;
    margin-right: 50px;
    display: inline-block;
    vertical-align: top;
}

.newestList .conmiddle .mLeft h3,
.newestList .conmiddle .mRight h3 {
    margin: 0;
    margin-bottom: 20px;
    margin-left: 8px;
}

.newestList .conmiddle .mLeft ul {
    padding: 10px 0 10px 0;
    margin-left: 10px;
}

.newestList .conmiddle .mLeft ul:nth-child(3) {
    border-bottom: 1px dashed #ddd;
}

.newestList .conmiddle .mLeft ul h4 {
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

.newestList .conmiddle .mLeft ul li {
    line-height: 24px;
    color: #666;
}

.ellipsis {
    height: 48px;
    /*overflow: hidden;*/
}

.index-ellipsis {
    height: 100px;
    overflow: hidden
}

.newestList .conmiddle .mRight {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.newestList .conmiddle .mRight li {
    margin: 10px 0;
}

.newestList .conmiddle a {
    color: #111;
}

.newestList .conmiddle .more {
    color: #892828;
    position: absolute;
    top: 7px;
    right: 0px;
}

.newestList .conmiddle .more:hover,
.newestList .conmiddle a:hover {
    text-decoration: underline;
    color: #892828;
}

.newestList .conbottom .action {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.newestList .conbottom .action .cbnew {
    margin-bottom: 30px;
    text-align: justify;
}

.newestList .conbottom .action .cbnew p {
    color: #111;
    line-height: 24px;
}

.newestList .conbottom .action .cbnew p:nth-child(2) {
    padding-left: 20px;
    color: #666;
}

.newestList .conbottom .loadmore {
    display: inline-block;
    width: 100px;
    line-height: 30px;
    color: #fff;
    background-color: #892828;
    margin: auto;
    text-align: center;
}

.footer .filltip i {
    font-style: normal;
    color: #D62626;
}

.footer .left .filltip {
    color: #111;
    position: absolute;
    top: 105px;
    left: 0px;
}

.copy ul li a:hover {
    color: #892828;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
}

.content-tab-border table tbody tr td {
    border: 1px solid #333;
}

.top_pic {
    background: url("/Public/Home/img/background.png") no-repeat 0 0 / 100% 100%;
    width: 484px;
    margin: auto;
    height: 120px;
    margin-top: 136px;
    margin-bottom: 86px;
}

.nottop_pic {
    background: url("/Public/Home/img/background.png") no-repeat 0 0 / 100% 100%;
    width: 484px;
    margin: auto;
    height: 100px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.f_links {
    width: 1100px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap
}

.f_links a {
    margin-right: 10px;
}

.flex-row {
    display: flex !important;
    flex-direction: row !important;
}

.flex-col {
    display: flex !important;
    flex-direction: column !important;
}

.align-center {
    display: flex !important;
    align-items: center !important;
}

.ml10 {
    margin-left: 10px;
}