@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
}

html {
    font-size: 14px;
}

body {
    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
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]),
video:not([controls]) {
    display: none;
    height: 0
}

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
}

/* 主样式开始*/
body {
    background: #fff;
}

.max-box {
    max-width: 100%;
}

.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;
}

.more {
    float: right;
}

.more a {
    display: block;
    width: 110px;
    height: 40px;
    background: url(../images/more.png) center no-repeat;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFF2B8;
    margin-top: -20px;
    text-align: center;
    line-height: 36px;
}

.more-min {
    display: none;
}

.header {
    background: url(../images/header.png) center no-repeat;
    height: 872px;
    width: 100%;
}

.box1 {
    background: url(../images/maxbg1.png) center no-repeat;
    height: 1142px;
    overflow: hidden;
}

.xwzx {
    margin-top: 60px;
}

.xwzx-title {
    height: 65px;
    background: url(../images/xwzxtt.png) center no-repeat;
}

.xwzx-content {
    margin-top: 20px;
    background: url(../images/xwzxbg.png) center no-repeat;
    height: 432px;
    background-size: 100% 100%;
}

.xwzx-left {
    width: 516px;
    height: 372px;
    position: relative;
    padding: 30px;
}

.xwzx-left ul li {
    width: 516px;
    height: 372px;
    background: #58CFC2;
}

.xwzx-left ul li img {
    width: 516px;
    height: 292px;
}

.xwzx-left ul li p {
    width: 500px;
    height: 80px;
    padding: 0 8px;
    background: #58CFC2;
    opacity: 0.9;
    text-align: center;
}

.xwzx-left ul li p a {
    display: block;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.xwzx-focus-tip {
    position: absolute;
    z-index: 1;
    text-align: center;
    top: 370px;
}

.xwzx-focus-tip .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #FFF2B8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 1;
    vertical-align: middle;
}

.xwzx-focus-tip .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    vertical-align: middle;
}

.xwzx-prev {
    width: 40px;
    height: 40px;
    background: url(../images/left.png) center no-repeat;
    position: absolute;
    top: 186px;
    left: 10px;
    z-index: 2;
}

.xwzx-next {
    width: 40px;
    height: 40px;
    background: url(../images/right.png) center no-repeat;
    position: absolute;
    top: 186px;
    right: 10px;
    z-index: 2;
}

.xwzx-right {
    width: 568px;
    height: 372px;
    padding: 30px 30px 30px 0;
}

.xwzx-right .tj li {
    overflow: hidden;
}

.xwzx-right .tj li h3 {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #51C7BA;
}

.xwzx-right .tj li h3 a {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #51C7BA;
}

.xwzx-right .tj li p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #DBC989;
    line-height: 26px;
    margin-top: 10px;
    min-height: 50px;
}

.xwzx-right .list li {
    height: 50px;
    background: #FEFBF3;
    overflow: hidden;
    padding: 0 20px 0 24px;
    margin-top: 20px;
}

.xwzx-right .list li a {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #2A2D3A;
    line-height: 50px;
    float: left;
}

.xwzx-right .list li a:hover {
    color: #51C7BA;
}

.xwzx-right .list li span {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #DBC989;
    line-height: 50px;
    float: right;
}

.xsyl {
    margin-top: 60px;
}

.xsyl-title {
    height: 66px;
    background: url(../images/xsyltt.png) center no-repeat;
}

.xsyl-content {
    margin-top: 60px;
    position: relative;
    height: 380px;

}

.xsyl-content ul li {
    position: relative;
    background: #58CFC2;
}

.xsyl-content ul li p {
    width: 98%;
    padding-left: 2%;
    height: 60px;
    background: #58CFC2;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
}

.xsyl-content ul li p a {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 60px;
}

.xsyl-content ul li .zz {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    top: 0;
    left: 0;
}

.xsyl-content .swiper-wrapper .swiper-slide {
    width: 542px !important;
    height: 304px;
}

.xsyl-content .swiper-wrapper .swiper-slide img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.xsyl-content .swiper-wrapper .swiper-slide-prev {
    margin-top: 44px;
    height: 260px !important;
    z-index: 1;
}

.xsyl-content .swiper-wrapper .swiper-slide-prev img {
    overflow: hidden;
}

.xsyl-content .swiper-wrapper .swiper-slide-next {
    margin-top: 44px;
    height: 260px !important;
    z-index: 1;
}

.xsyl-content .swiper-wrapper .swiper-slide-next img {
    width: 659px !important;
    height: 260px !important;
}

.xsyl-content .swiper-wrapper .swiper-slide-active {
    width: 542px !important;
    height: 304px !important;
    z-index: 3;
}

.xsyl-content .swiper-wrapper .swiper-slide-active .zz {
    display: none;
}

.xsyl-focus-tip {
    display: inline-block;
    width: auto !important;
    height: 28px;
    opacity: 0.6;
    background: #51C7BA;
    border-radius: 14px;
    line-height: 28px;
    padding: 0 20px;
    z-index: 2;
    position: absolute;
    top: 336px;
    left: 50% !important;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.xsyl-focus-tip .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #FFF2B8;
    border-radius: 50%;
    opacity: 1;
}

.xsyl-focus-tip .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
}

.xsyl-prev {
    width: 40px;
    height: 40px;
    background: url(../images/left.png) center no-repeat;
    position: absolute;
    top: 330px;
    left: 0;
    z-index: 2;
}

.xsyl-next {
    width: 40px;
    height: 40px;
    background: url(../images/right.png) center no-repeat;
    position: absolute;
    top: 330px;
    right: 0;
    z-index: 2;
}

.box2 {
    background: url(../images/maxbg2.png) center no-repeat;
    height: 1592px;
    overflow: hidden;
}

.tjg {
    margin-top: 50px;
}

.tjg-title {
    height: 65px;
    background: url(../images/lytjgtt.png) center no-repeat;
}

.tjg-content {
    margin-top: 20px;
    height: 585px;
}

.splogo-list {
    width: 1200px !important;
    height: 500px !important;
}

.splogo-list li {
    float: left;
    position: relative;
}

.splogo-list li img {
    width: 100%;
    height: 100%;
}

.splogo-list li:nth-child(1) {
    width: 350px;
    height: 500px;
}

.splogo-list li:nth-child(2) {
    width: 350px;
    height: 500px;
    margin: 0 30px;
}

.splogo-list li:nth-child(3) {
    width: 440px;
    height: 236px;
}

.splogo-list li:nth-child(4) {
    width: 440px;
    height: 236px;
    margin-top: 28px;
}

.splogo-list li .spzz {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.splogo-list li .spzz h3 {
    height: 43px;
    width: 148px;
    margin: 20px 0 0 20px;
    background: url(../images/authorbg.png) left no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #CBB865;
    line-height: 43px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

.splogo-list li .spzz h3 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/tx.png) center no-repeat;
    vertical-align: middle;
    margin: 0 10px 0 13px;
}

.splogo-list li .spzz a {
    display: inline-block;
    width: 53px;
    height: 53px;
    background: url(../images/play.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.tjg-focus-tip {
    display: inline-block;
    width: auto !important;
    height: 28px;
    opacity: 0.6;
    background: #51C7BA;
    border-radius: 14px;
    line-height: 28px;
    padding: 0 20px;
    z-index: 2;
    position: absolute;
    top: 526px;
    left: 50% !important;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.tjg-focus-tip .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #FFF2B8;
    border-radius: 50%;
    opacity: 1;
}

.tjg-focus-tip .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
}

.tjg-prev {
    width: 40px;
    height: 40px;
    background: url(../images/left.png) center no-repeat;
    position: absolute;
    top: 520px;
    left: 0;
    z-index: 2;
}

.tjg-next {
    width: 40px;
    height: 40px;
    background: url(../images/right.png) center no-repeat;
    position: absolute;
    top: 520px;
    right: 0;
    z-index: 2;
}

.yxs {
    margin-top: 50px;
}

.yxs-title {
    height: 65px;
    background: url(../images/yxstt.png) center no-repeat;
}

.yxs-content {
    overflow: hidden;
    margin-top: 20px;
}

.yxs-content .imgbox {
    width: 600px;
    height: 340px;
    float: left;
}

.imgbox ul li {
    position: relative;
}

.imgbox ul li img {
    width: 100%;
    height: 100%;
}

.imgbox ul li a .imgjj {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.imgbox ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.imgbox ul li a .imgjj .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.imgbox ul li a .imgjj .text h3 {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 5px;
    padding: 20px 16px;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.imgbox ul li a .imgjj .text p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 5px;
    padding: 20px 16px;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.group1 li {
    width: 300px;
    height: 170px;
    float: left;
}

.group2 li {
    width: 600px;
    height: 340px;
}

.group3 li {
    width: 600px;
    height: 340px;
}

.group4 li:nth-child(1) {
    width: 300px;
    height: 340px;
}

.group4 li {
    width: 300px;
    height: 170px;
    float: left;
}

.footer {
    background: url(../images/footer.png) center no-repeat;
    height: 170px;
    width: 100%;
}


@media screen and (max-width: 750px) {
    html {
        font-size: calc(100vw / 46.875);
    }

    .tt {
        display: none !important;
    }
}