@charset "UTF-8";

/* CSS Document */

body,
html,
div,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tbody,
th,
tr,
p,
a,
form,
input,
span,
dl,
dt,
dd {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    font-size: 14px;
    line-height: 25px;
    color: #333;
    font-family: "microsoft yahei", simhei;
    background-color: #f0f0f0;
}

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

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

.box {
    width: 100%;
    min-width: 1200px;
}

.box .title {
    width: 1200px;
    margin: auto;
    text-align: center;
    height: 70px;
    position: relative;
}

.box .title:before {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    left: 400px;
    background-image: url("../images/hwz.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 230px;
    height: 80px;
}

.box .title:after {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    right: 400px;
    background-image: url("../images/hwy.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 230px;
    height: 80px;
}

.box .title div:nth-child(1) {
    font-size: 26px;
    line-height: 40px;
    height: 40px;
    color: #333;
}

.box .title div:nth-child(2) {
    margin-top: 5px;
    font-size: 14px;
    color: #999;
}


/*banner*/

.box .banner {
    width: 100%;
    clear: both;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box .banner img {
    display: block;
    width: 100%;
}


/*页面内容*/

.box .nr,
.box .nr .nav {
    overflow: hidden;
}

.box .nr .nav {
    width: 100%;
    height: 88px;
    background-color: #fff;
}

.box .nr .nav ul {
    margin: 36px auto 0;
    overflow: hidden;
}

.box .nr .nav ul li {
    float: left;
    width: 120px;
    margin: 0 10px;
    height: 52px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.box .nr .nav ul li a {
    display: block;
    width: 120px;
    height: 36px;
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
}

.box .nr .nav ul li.on {
    background-image: url("../images/xjt.png");
}

.box .nr .nav ul li.on a {
    color: #fff;
    background-color: #ed1c24;
}

.box .nr .nav ul li:hover {
    background-image: url("../images/xjt.png");
}

.box .nr .nav ul li:hover a {
    color: #fff;
    background-color: #ed1c24;
}

.box .nr .show {
    width: 1200px;
    margin: 30px auto 0;
}

.box .nr .show .news_title {
    border-bottom: 3px solid #ddd;
    text-align: center;
    width: 800px;
}

.box .nr .show .news_title h1 {
    display: inline-block;
    margin-bottom: -3px;
    font-size: 24px;
    padding: 10px 0 10px 0;
    font-weight: normal;
}

.box .nr .show .news_title h1.on {
    color: #000;
}

.box .nr .show a.more {
    float: right;
    padding-top: 20px;
}

.box .nr .show .casenr {
    float: left;
    width: 800px;
    margin-top: 20px
}

.box .nr .show .casenr .nrr {
    margin-top: 20px;
}

.box .nr .show .casenr .nrr img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.box .nr .show .casenr .topNew_right {
    overflow: hidden;
    padding: 20px 0;
    font-size: 15px;
}

.box .nr .show .casenr .topNew_right p+p {
    margin-top: 10px;
    line-height: 2;
}

.box .nr .show .casetj {
    width: 300px;
    float: right;
    position: relative;
    margin-top: 20px;
}

.box .nr .show .casetj .RecomCenter {
    width: 300px;
    padding: 0 0px 30px;
    background-color: #fff;
}

.box .nr .show .casetj .rec {
    position: absolute;
    top: 170px;
    right: 0;
    display: block;
    width: 40px;
}

.box .nr .show .casetj .showRight {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.box .nr .show .casetj .showRight img {
    width: 100%;
}

.box .nr .show .casetj ul {
    padding: 0 20px;
}

.box .nr .show .casetj li {
    border-bottom: 1px #ccc dashed;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.box .nr .show .casetj h2 {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    margin: 30px 0 20px;
}

.box .nr .show .casetj li h6 a {
    color: #333;
    font-size: 16px;
    font-weight: normal;
}

.box .nr .show .casetj span {
    display: block;
    color: #666;
    font-size: 14px;
}

.box .nr .show .casetj em {
    font-style: normal;
    display: inline-block;
    width: 49%;
    margin-top: 6px;
    color: #333;
}

.box .nr .show .casetj em a {
    text-align: right;
    display: block;
    color: #333;
}

.box .nr .show .casetj em a:hover {
    text-decoration: underline;
}

.box .nr .show .icasetj {
    width: 300px;
    float: right;
    position: relative;
    margin-top: 30px;
}

.box .nr .show .icasetj .RecomCenter {
    width: 300px;
    padding: 0 0px 20px;
    background-color: #fff;
}

.box .nr .show .icasetj .hotbt {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    background-color: #333;
    color: #fff;
}

.box .nr .show .icasetj ul {
    padding: 20px 20px 0;
    overflow: hidden;
}

.box .nr .show .icasetj li {
    float: left;
    width: 120px;
    margin: 0 5px 7px;
    height: 188px;
}

.box .nr .show .icasetj li img {
    width: 100%;
    height: 100%;
}

.box .nr .show .icasetj .more {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    background-color: #ed1c24;
    color: #fff;
    border-radius: 20px;
    margin: 16px auto 0;
}

.down_show {
    margin-top: 20px;
}

@media screen and (max-width: 1401px) {
    .box .aboutus {
        width: 1200px;
    }
    .box .aboutus .content .right {
        width: 460px;
    }
}