@charset "utf-8";

/*！--CSS重置和样式初始化*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0
}

body {
    font-size: 12px;
    font-style: normal;
    font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif;
    background-color: #ffffff;
}

small {
    font-size: 12px
}

h1 {
    font-size: 18px
}

h2 {
    font-size: 16px
}

h3 {
    font-size: 14px
}

h4,
h5,
h6 {
    font-size: 100%
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    background-color: transparent
}

a:hover,
a:active {
    outline-width: 0;
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    border: 0;
    height: 1px
}

img {
    border-style: none
}

img:not([src]) {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

html {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%
}

input,
textarea,
button,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

canvas,
progress,
video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

textarea {
    overflow: auto
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.clear:after {
    display: block;
    height: 0;
    content: "";
    clear: both
}

/* 重置样式结束*/

/* 主页样式开始*/
.wrap {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

.wrap-min {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.max-box {
    overflow: hidden;
}

.banner {
    background: url(../images/banner.png) center no-repeat;
    height: 688px;
}

.xwdt {
    margin-top: 50px;
}

.xwdt-title {
    background: url(../images/xwdt-tt.png) center no-repeat;
    height: 37px;
}

.xwdt-content {
    margin-top: 30px;
}

.xwdt-left {
    width: 660px;
    height: 370px;
    position: relative;
}

.xwdt-left ul {
    overflow: hidden;
}

.xwdt-left ul li {
    width: 660px;
    height: 370px;
}

.xwdt-left ul li img {
    width: 660px;
    height: 370px;
}

.xwdt-left ul li p {
    height: 60px;
    width: 625px;
    padding-left: 30px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 5px;
    z-index: 11;
}

.xwdt-tip {
    width: 60px;
    position: absolute;
    bottom: 25px;
    right: 30px;
    z-index: 12;
}

.xwdt-tip ul {
    overflow: hidden;
}

.xwdt-tip ul li {
    float: left;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.xwdt-tip ul li.on {
    background: #D22F34;
}

.xwdt-right {
    width: 510px;
}

.xwdt-right .box1 {
    width: 510px;
    height: 158px;
    background: url(../images/xwdtbg.png) center no-repeat;
}

.xwdt-right .box1 ul {
    padding: 35px 21px 0;
}

.xwdt-right .box1 ul li h3 a {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #D22F34;
    line-height: 20px;
}

.xwdt-right .box1 ul li p {
    margin-top: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #AF9875;
    line-height: 22px;
}

.xwdt-right .box2 {
    margin-top: 28px;
    width: 510px;
    height: 184px;
    background: #FAFAFB;
}

.xwdt-right .box2 ul {
    padding: 0 17px 0 22px;
    overflow: hidden;
}

.xwdt-right .box2 ul li {
    margin-top: 20px;
    overflow: hidden;
}

.xwdt-right .box2 ul li p {
    float: left;
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xwdt-right .box2 ul li p a {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.xwdt-right .box2 ul li span {
    float: right;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 20px;
}

.rmtcp {
    margin-top: 60px;
    height: 403px;
    background: url(../images/rmtcpbg.png) bottom no-repeat;
}

.rmtcp-title {
    background: url(../images/rmtcptt.png) center no-repeat;
    height: 36px;
}

.rmtcp-content {
    margin-top: 30px;
    height: 296px;
    overflow: hidden;
}

.rmtcp-content .box1 {
    float: left;
}

.rmtcp-content .box1 ul {
    overflow: hidden;
}

.rmtcp-content .box1 ul li {
    width: 404px;
    height: 296px;
    background: #ffffff;
    overflow: hidden;
    float: left;
}

.rmtcp-content .box1 ul li:nth-child(2) {
    margin-left: 20px;
}

.rmtcp-content .box1 ul li img {
    width: 404px;
    height: 227px;
}

.rmtcp-content .box1 ul li p {
    width: 404px;
    height: 69px;
}

.rmtcp-content .box1 ul li p a {
    display: inline-block;
    margin: 20px auto 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #24262B;
    line-height: 24px;
}

.rmtcp-content .box2 {
    float: right;
    width: 351px;
    height: 296px;
    background: #FDF6EB;
}

.rmtcp-content .box2 ul {
    padding: 0 20px;
}

.rmtcp-content .box2 ul li {
    border-bottom: #D5BF9D dashed 1px;
    background: url(../images/zxj.png) no-repeat;
    background-position: 0px 50%;
    vertical-align: middle;
    padding: 25px 30px;
}

.rmtcp-content .box2 ul li a {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #AF9875;
    line-height: 22px !important;
    vertical-align: middle;
}

.jyzf {
    margin-top: 50px;
    overflow: hidden;
}

.jyzf-title {
    background: url(../images/jyzftt.png) center no-repeat;
    height: 37px;
}

.jyzf-content {
    margin-top: 30px;
    background: url(../images/jyzfbg.png) center no-repeat;
    height: 430px;
    overflow: hidden;
    padding: 27px 32px;
    overflow: hidden;
}

.jyzf-content .box1 {
    width: 799px;
    float: left;
    height: 380px;
}

.jyzf-content .box1 ul li {
    width: 340px;
    float: left;
    margin-left: 30px;
    height: 195px;
}

.jyzf-content .box1 ul li h3 {
    margin-top: 32px;
}

.jyzf-content .box1 ul li h3 a {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #D22F34;
    line-height: 22px;
}

.jyzf-content .box1 ul li p {
    margin-top: 15px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #9B9FA3;
    line-height: 22px;
}

.jyzf-content .box2 {
    width: 337px;
    float: right;
    height: 380px;
}

.jyzf-content .box2 ul li {
    margin-top: 20px;
    width: 337px;
    height: 190px;
    position: relative;
}

.jyzf-content .box2 ul li img {
    width: 337px;
    height: 190px;
}

.jyzf-content .box2 ul li p {
    width: 335px;
    height: 46px;
    position: absolute;
    bottom: 0;
    left: 2px;
    background: #000000;
    opacity: 0.7;
}

.jyzf-content .box2 ul li p a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 46px;
}

.zcjd-dxal {
    margin-top: 50px;
    overflow: hidden;
}

.zcjd {
    width: 413px;
}

.zcjd-title {
    height: 37px;
    background: url(../images/zcjdtt.png) center no-repeat;
}

.zcjd-content {
    margin-top: 30px;
    background: url(../images/zcjdbg.png) center no-repeat;
    height: 419px;
    padding: 0 30px;
}

.zcjd-content .list1 {
    overflow: hidden;
}

.zcjd-content .list1 li {
    margin-top: 30px;
    width: 353px;
    height: 198px;
    position: relative;
}

.zcjd-content .list1 li img {
    width: 353px;
    height: 198px;
}

.zcjd-content .list1 li p {
    width: 353px;
    height: 50px;
    background: #000000;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.zcjd-content .list1 li p a {
    display: inline-block;
    line-height: 50px;
    width: 353px;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.zcjd-content .list2 {
    overflow: hidden;
    margin-top: 10px;
}

.zcjd-content .list2 li {
    width: 340px;
    margin-top: 20px;
    list-style: square inside url(../images/whiteicon.png);
    vertical-align: middle;
}

.zcjd-content .list2 li::marker {
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
}

.zcjd-content .list2 li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19px;
}

.dxal {
    width: 757px;
}

.dxal-title {
    height: 37px;
    background: url(../images/dxaltt.png) center no-repeat;
}

.dxal-content {
    margin-top: 30px;
    overflow: hidden;
}

.dxal-content .box1 {
    width: 757px;
    height: 184px;
    background: #FAFAFB;
    overflow: hidden;
}

.dxal-content .box1 h3 {
    margin-top: 30px;
}

.dxal-content .box1 h3 a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #D22F34;
    line-height: 20px;
}

.dxal-content .box1 p {
    padding: 18px 29px;
    display: inline-block;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #AF9875;
    line-height: 25px;
}

.dxal-content .box2 {
    overflow: hidden;
}

.dxal-content .box2 ul {
    overflow: hidden;
}

.dxal-content .box2 li {
    float: left;
    height: 103px;
    width: 357px;
    margin-top: 30px;
    padding-right: 10px;
}

.dxal-content .box2 li:nth-child(2) {
    padding-left: 10px;
}

.dxal-content .box2 li h3 a {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
}

.dxal-content .box2 li p {
    margin-top: 15px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #9B9FA3;
    line-height: 22px;
}

.dxal-content .box3 {
    overflow: hidden;
}

.dxal-content .box3 ul {
    overflow: hidden;
}

.dxal-content .box3 li {
    float: left;
    width: 367px;
    margin-top: 15px;
    list-style: square inside url(../images/redicon.png);
    vertical-align: middle;
    padding-right: 10px;
}

.dxal-content .box3 li a {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 19px;
    vertical-align: middle;
}

.footer {
    margin-top: 50px;
    background: url(../images/footer.png) center no-repeat;
    height: 173px;
}