html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1230px;
    background: #fff;
    color: #333;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
    font-size: 14px;
}

body,
button,
input,
select,
textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],

/* 1 */

[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;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,

/* 1 */

menu {
    display: block;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

audio,
video,
canvas {
    display: inline-block;
}

template,
[hidden] {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #fe6347;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.img-center {
    text-align: center;
    font-size: 0;
}


/*.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;}*/

.img-center img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}

.container1 {
    padding: 0 15px;
    width: 1000px;
    margin: 0 auto;
}

.titleico {
    width: 1100px;
    margin: 0 auto;
    line-height: 54px;
    border-bottom: 1px solid #ccc;
    padding-left: 5%;
}

.header {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 2;
    right: 0;
}


/*.header {background-color: #000000;position: relative;}*/

.header>.container {
    width: 90%;
    min-width: 1200px;
}

.header .logo {
    float: left;
    padding: 0px 0px 0;
    font-size: 0;
}

.header .logo img {
    display: inline-block;
    width: auto;
    margin-bottom: -25px;
}

.header .sc {
    float: right;
    width: 180px;
    position: relative;
    margin-top: 30px;
}

.header .sc input {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 40px 6px 12px;
    line-height: 18px;
    border-radius: 20px;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.2;
    color: #fff;
    -webkit-appearance: none;
}

.header .sc button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: url(../images/icon1.png) no-repeat center;
}

.header .nav {
    margin: 0 0 0 350px;
    font-size: 0;
    text-align: center;
}

.header .nav>li {
    display: inline-block;
    vertical-align: middle;
    width: 14.2857142857%;
}

.header .nav>li>a {
    font-size: 18px;
    color: #fff;
    border-bottom: 5px solid transparent;
    display: inline-block;
    line-height: 90px;
    height: 85px;
}

.header .nav>li>a:hover,
.header .nav>li.active>a,
.header .nav>li.open>a {
    border-color: #fe6347;
}

.header .dropdown-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #cccccc;
    padding: 30px 0;
    text-align: left;
    display: none;
    z-index: 10;
}

.header .dropdown-tit {
    float: left;
    width: 280px;
    font-size: 30px;
}

.header .dropdown-tit .more {
    display: block;
    font-size: 17px;
    border: 1px solid #fe6347;
    line-height: 36px;
    width: 100px;
    border-radius: 40px;
    text-align: center;
    margin-top: 20px;
}

.header .dropdown-list {
    margin-left: 280px;
    overflow: hidden;
}

.header .dropdown-list li {
    float: left;
    width: 33.333333%;
}

.header .dropdown-list li a {
    display: block;
    margin-left: 80px;
    text-align: center;
}

.header .dropdown-list li .img-center {
    height: 120px;
    line-height: 120px;
}

.header .dropdown-list li h4 {
    font-size: 18px;
    margin: 10px 0 5px;
}

.header .dropdown-list li p {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.header .dropdown-list1 li {
    float: left;
    width: 33.333333%;
}

.header .dropdown-list1 li a {
    display: block;
    margin-left: 80px;
    text-align: center;
}

.header .dropdown-list1 li .img-center {
    height: 120px;
    line-height: 120px;
}

.header .dropdown-list1 li h4 {
    font-size: 18px;
    margin: 10px 0 5px;
}

.header .dropdown-list1 li p {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.header .nav>li.open .dropdown-box {
    display: block;
}

.menu-btn {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px 15px;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #fff;
    content: "";
}

.menu-btn:before {
    width: 24px;
}

.menu-btn:after {
    width: 24px;
}

.menu-btn span {
    width: 24px;
    margin: 6px 0 6px 0;
}

.banner .swiper-slide {
    height: 400px;
    background: no-repeat center / cover;
}

.banner .swiper-slide .container {
    display: table;
    height: 100%;
}

.banner .swiper-slide .inner {
    display: table-cell;
    vertical-align: middle;
}

.banner .swiper-slide .text {
    width: 600px;
    margin: 0 auto;
    color: #fff;
    padding: 30px 50px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 40px;
}

.banner .swiper-slide .text h4 {
    margin: 0;
    font-size: 80px;
}

.banner .swiper-slide .text p {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 44px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: auto 50%;
}

.banner .swiper-button-prev {
    left: 50%;
    margin-left: -600px;
}

.banner .swiper-button-next {
    right: 50%;
    margin-right: -600px;
}


/*.section {padding: 90px 0;}*/

.section {
    padding: 30px 0;
}

.section1 {
    padding: 40px 0 0 0px;
}

.bg1 {
    /* background: url(../images/bg1.jpg) no-repeat center bottom / cover; */
}


/*.about-desc {margin: 0;}
.about-desc dt {float: right;width: 620px;}
.about-desc dd {margin: 0 710px 0 0;}
/*.about-desc dd h4 {margin: 0;font-size: 100px;position: relative;color: #fe6347;}
.about-desc dt {float: right;width: 620px;}*/

.about-desc dt {
    float: right;
    width: 620px;
    padding-top: 20px;
}

.about-desc dd {
    margin: 0 610px 0 0;
}

.about-desc dd h4 {
    margin: 0;
    font-size: 50px;
    position: relative;
    color: #fe6347;
}

.about-desc dd h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    content: "";
    background-color: #eee;
}


/*.about-desc dd h4 span {display: block;font-weight: normal;font-size: 88px;text-transform: uppercase;line-height: 1;position: relative;z-index: 1;color: #333;}*/

.about-desc dd h4 span {
    display: block;
    font-weight: normal;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    z-index: 1;
    color: #333;
}


/*.about-desc dd p {font-size: 18px;line-height: 1.8;text-align: justify;}*/

.about-desc dd p {
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
}

.about-desc dd .more {
    display: inline-block;
    font-size: 18px;
    padding: 6px 20px;
    border: 1px solid #fe6347;
    border-radius: 40px;
}

.about-total {
    margin-top: 90px;
}

.about-total li {
    float: left;
    width: 33.333333%;
}


/*.about-total li .wrap {width: 230px;margin: 0 auto;text-align: center;background-color: #fe6347;color: #fff;border-radius: 50%;padding: 53px 0;}
.about-total li .wrap {width: 210px;margin: 0 auto;text-align: center;background-color: #fe6347;color: #fff;border-radius: 50%;padding: 53px 0;}*/

.about-total li .wrap {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    background-color: #fe6347;
    color: #fff;
    border-radius: 50%;
    padding: 38px 0;
}

.about-total li .img-center {
    height: 69px;
    line-height: 69px;
}

.about-total li p {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1;
}


/*.about-total li p span {font-size: 25px;}*/

.about-total li p span {
    font-size: 20px;
}

.about-power {
    text-align: center;
}


/*.about-power h4 {margin: 0;text-transform: uppercase;font-size: 118px;}

.about-power h4 {margin: 0;text-transform: uppercase;font-size: 65px;}*/

.about-power h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 65px;
    padding-top: 35px;
    font-weight: normal;
}


/*.about-power h5 {font-size: 90px;font-weight: normal;margin: 0;line-height: 1;}*/

.about-power h5 {
    font-size: 48px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
}


/*.about-power p {font-size: 30px;line-height: 2;margin-bottom: 0;}

.about-power p {font-size: 25px;line-height: 2;margin-bottom: 0;}*/

.about-power p {
    font-size: 25px;
    line-height: 2;
    margin-bottom: 60px;
}

.bg2 {
    position: relative;
    background-color: #b7a99a;
    color: #fff;
    overflow: hidden;
}

.bg-zx,
.bg-zs,
.bg-ys,
.bg-yx {
    position: absolute;
}

.bg-zx {
    left: 0;
    bottom: 0;
}

.bg-zs {
    left: 0;
    top: 0;
}

.bg-zs1 {
    right: 0;
    bottom: 0;
}

.bg-ys {
    right: 0;
    top: 0;
}

.bg-yx {
    right: 0;
    bottom: 0;
}

.bancai-title {
    margin-bottom: 70px;
    text-align: center;
}


/*.bancai-title h4 {margin: 0;font-size: 140px;}*/

.bancai-title h4 {
    margin: 0;
    font-size: 80px;
    font-weight: normal;
}


/*.bancai-title h5 {margin: 0;font-size: 50px;font-weight: normal;text-transform: uppercase;}*/

.bancai-title h5 {
    margin: 0;
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
}


/*.bancai-title p {margin: 20px 0 0;font-size: 46px;}*/

.bancai-title p {
    margin: 20px 0 0;
    font-size: 26px;
}

.bancai-desc {
    padding: 0 80px 60px 80px;
}

.bancai-desc .pic {
    float: right;
    position: relative;
    width: 488px;
}

.bancai-desc:last-of-type .pic {
    float: left;
    position: relative;
    width: 488px;
}

.bancai-desc .pic:before {
    position: absolute;
    right: -15px;
    bottom: -15px;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}

.bancai-desc .pic .img-center {
    position: relative;
    z-index: 1;
}

.bancai-desc .pic h4 {
    margin: 0;
    background-color: #fe6347;
    color: #fff;
    line-height: 1;
    overflow: hidden;
    padding: 20px;
    font-weight: normal;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.bancai-desc .pic h4 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    border-right: 1px solid #fff;
    padding-right: 20px;
    margin-right: 20px;
}

.bancai-desc .pic h4 small {
    display: inline-block;
    vertical-align: middle;
}

.bancai-desc .pic h4 em {
    display: block;
    font-style: normal;
    font-size: 14px;
}

.bancai-desc .pic h4 i {
    display: block;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 6px;
}

.bancai-desc .text {
    margin-right: 548px;
}

.bancai-desc:last-of-type .text {
    margin-left: 548px;
    margin-right: 0px;
}

.bancai-desc .text h4 {
    margin: 0 0 30px;
    font-size: 50px;
    font-weight: normal;
    position: relative;
}

.bancai-desc .text h4 span {
    position: absolute;
    font-size: 96px;
    right: 0;
    bottom: 0;
    line-height: 1;
    opacity: 0.1;
    font-weight: bold;
}

.bancai-desc .text p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin: 0;
}

.bancai-desc .text .more {
    display: inline-block;
    font-style: italic;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    /* background: url(../images/icon7.png) no-repeat 0 center; */
    padding-left: 110px;
    margin-top: 50px;
}

.bancai-dot,
.bancai-icon {
    font-size: 0;
    text-align: center;
    margin-top: 70px;
}

.bancai-dot li {
    display: inline-block;
    vertical-align: middle;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #ffd257;
    margin: 0 13px;
}


/*.bancai-icon li {display: inline-block;vertical-align: middle;width: 200px;text-align: center;border-right: 1px solid #fff;}*/

.bancai-icon li {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    text-align: center;
    border-right: 1px solid #fff;
}

.bancai-icon li:last-child {
    border: 0;
}

.bancai-icon li .img-center {
    height: 74px;
    line-height: 74px;
}

.bancai-icon li .img-center img {
    opacity: 0.3 !important;
}

.bancai-icon li p {
    margin-bottom: 0;
    font-size: 20px;
}

.bg3 {
    border-top: 60px solid #fe6347;
    background: url(../images/bg3.jpg) no-repeat center / cover;
}

.fwsj-bg {
    background-color: #d4a176;
    color: #fff;
}

.gallery-top .swiper-slide {
    height: 858px;
    background: no-repeat center / cover;
}

.gallery-thumbs .swiper-slide {
    padding: 40px 0;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide p {
    margin: 15px 0 0;
    text-align: center;
    font-size: 18px;
}

.gallery-thumbs .swiper-slide i {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: no-repeat center rgba(255, 255, 255, 0.2);
    margin: 0 auto;
}

.gallery-thumbs .swiper-slide i.i1 {
    background-image: url(../images/icon14.png);
}

.gallery-thumbs .swiper-slide i.i2 {
    background-image: url(../images/icon15.png);
}

.gallery-thumbs .swiper-slide i.i3 {
    background-image: url(../images/icon19.png);
}

.gallery-thumbs .swiper-slide i.i4 {
    background-image: url(../images/icon16.png);
}

.gallery-thumbs .swiper-slide i.i5 {
    background-image: url(../images/icon13.png);
}

.gallery-thumbs .swiper-slide i.i6 {
    background-image: url(../images/icon17.png);
}

.gallery-thumbs .swiper-slide i.i7 {
    background-image: url(../images/icon20.png);
}

.gallery-thumbs .swiper-slide i.i8 {
    background-image: url(../images/icon18.png);
}

.gallery-thumbs .swiper-slide-thumb-active p {
    color: #333;
}

.gallery-thumbs .swiper-slide-thumb-active i {
    background-color: #fff;
}

.gallery-thumbs .swiper-slide-thumb-active i.i1 {
    background-image: url(../images/icon21.png);
}

.gallery-thumbs .swiper-slide-thumb-active i.i2 {
    background-image: url(../images/icon22.png);
}

.gallery-thumbs .swiper-slide-thumb-active i.i3 {
    background-image: url(../images/icon26.png);
}

.gallery-thumbs .swiper-slide-thumb-active i.i4 {
    background-image: url(../images/icon23.png);
}

.gallery-thumbs .swiper-slide-thumb-active i.i5 {
    background-image: url(../images/icon28.png);
}

.gallery-thumbs .swiper-slide-thumb-active i.i6 {
    background-image: url(../images/icon24.png);
}

.gallery-thumbs .swiper-slide-thumb-active i.i7 {
    background-image: url(../images/icon27.png);
}

.gallery-thumbs .swiper-slide-thumb-active i.i8 {
    background-image: url(../images/icon25.png);
}

.news-menu {
    text-align: center;
    font-size: 0;
    margin-bottom: 70px;
}

.news-menu li {
    display: inline-block;
    margin: 0 20px;
}


/*.news-menu li a {display: block;line-height: 56px;font-size: 30px;padding: 0 40px;color: #fff;background-color: #cdcdcd;border-radius: 50px;}*/

.news-menu li a {
    display: block;
    line-height: 56px;
    font-size: 24px;
    padding: 0 40px;
    color: #fff;
    background-color: #cdcdcd;
    border-radius: 50px;
}

.news-menu li a:hover,
.news-menu li.active a {
    background-color: #000;
}

.news-left {
    float: left;
    width: 450px;
    padding: 0 50px;
}

.news-right {
    float: right;
    width: 450px;
    padding: 0 50px;
}

.news-title {
    font-size: 50px;
    margin-bottom: 30px;
    position: relative;
    padding: 0px 0 0 110px;
}

.news-title strong {
    position: absolute;
    left: 0;
    bottom: -10px;
    line-height: 1;
    opacity: 0.1;
    font-size: 96px;
}

.list-1 {
    margin-top: -30px;
    overflow: hidden;
}


/*.list-1 li {border-bottom: 1px solid #333;padding-bottom: 15px;margin-top: 30px;}*/

.list-1 li {
    margin-top: 30px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #000;
}

.list-1 li a {
    display: block;
    position: relative;
}

.list-1 li .date {
    font-size: 20px;
    line-height: 1;
}

.list-1 li .date span {
    font-size: 25px;
}


/*.list-1 li .date span {font-size: 82px;}
.list-1 li h4 {font-size: 24px;margin: 12px 0;}*/

.list-1 li h4 {
    font-size: 16px;
    margin: 12px 0;
}

.list-1 li p {
    margin: 0;
    font-size: 14px;
    color: #999;
    line-height: 1.8;
}

.list-1 li .time {
    text-align: right;
    margin-top: 12px;
}

.list-1 li .img-center {
    height: 190px;
    margin: 15px 0;
}

.footer {
    padding: 70px 0;
    background-color: #282828;
    color: #eee;
}

.footer a {
    color: #666;
}

.footer a:hover {
    text-decoration: underline;
    color: #fff;
    text-decoration: none;
}

.footer-nav {
    font-size: 0;
    overflow: hidden;
    margin-bottom: 30px;
    width: 960px;
    float: left;
}

.footer-nav dl {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.footer-nav dl dt a {
    padding: 15px 0;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    position: relative;
}

.footer-nav dl dt {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
}

.footer-nav dl dt a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #aeaeae;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.footer-nav dl dt:hover a:after {
    opacity: 1;
}

.footer-nav dl dd {
    font-size: 14px;
    color: #cacaca;
    padding: 3px 0;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    margin-inline-start: 20px;
    width: 100%;
}

.footer-nav dl dd a:hover {
    color: #ffffff;
}

.footer .footer-right {
    font-size: 0;
    overflow: hidden;
    margin-bottom: 40px;
    width: 200px;
    float: right;
}

.footer-nav p {
    margin: 0 0 0 -10px;
}

.footer-nav a {
    font-size: 14px;
    margin-right: 5px;
    color: #ccc;
}

.footer-nav span {
    font-size: 16px;
    opacity: 0.2;
}

.footer-nav p:first-child {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.footer-ewm {
    float: right;
    font-size: 35px;
    width: 300px;
    text-align: center;
    padding: 10px 0;
}

.footer-ewm .img-center {
    margin-bottom: 10px;
    height: 135px;
    line-height: 135px;
}

.footer-le {
    margin-right: 300px;
}

.footer-link {
    font-size: 14px;
}

.footer-link p {
    margin: 10px 0 0;
    font-size: 0;
}

.footer-link a {
    font-size: 14px;
    color: #ccc;
}

.footer-link span {
    font-size: 14px;
    opacity: 0.2;
    padding: 0 10px;
}

.footer-copy {
    font-size: 14px;
    line-height: 2;
    margin-top: 0px;
}


/*.footer-ewm .tel {float: right;font-size: 40px;line-height: 1;background: url(../images/icon31.png) no-repeat 0 center;padding-left: 50px;}*/

.footer-ewm .tel {
    font-size: 35px;
    line-height: 1;
    /* background: url(../images/icon31.png) no-repeat 0 center; */
    text-indent: 30px;
    margin-left: 20px;
}

.footer-copy p {
    margin: 0;
    padding-top: 15px;
    color: #ccc;
}

.banner-sub {
    height: 350px;
    margin: 90px auto 0px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    background: no-repeat center / cover;
}

.pages {
    text-align: right;
    font-size: 0;
    padding: 0 50px;
}

.pages a {
    display: inline-block;
    margin: 3px;
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    color: #999;
}

.pages a:hover,
.pages a.active {
    color: #333;
    background-color: #e5e5e5;
    border-color: #aaaaaa;
}

.content-left {
    float: left;
    width: 821px;
}

.content-right {
    float: right;
    width: 328px;
    padding-left: 25px;
    border-left: 1px solid #ddd;
}

.content-ad {
    margin-bottom: 20px;
}

.content-title {
    margin-bottom: 30px;
}

.content-title h1 {
    margin: 0;
    font-weight: normal;
    font-size: 40px;
}

.content-title .info {
    overflow: hidden;
    line-height: 1;
    margin-top: 25px;
}

.content-title .info .date {
    font-size: 26px;
}

.content-title .info .date span {
    font-size: 34px;
}

.content-title .info .author {
    font-size: 16px;
    padding-top: 20px;
}

.content-title .info .author span {
    margin-left: 15px;
}

.content-title .info .artInfo {
    font-size: 16px;
    padding-top: 20px;
}

.content-title .info .artInfo a {
    margin-right: 15px;
}

.content-body {
    font-size: 18px;
    line-height: 1.8;
}

.content-body img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

.content-body .artDesc {
    color: #848484;
    margin: 20px 30px 30px 30px;
    background: #f2f2f2;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 150%;
}

.content-right .list-2 {
    background-color: rgb(245, 246, 246);
    border-radius: 40px 0px 40px 40px;
}

.list-2 li a {
    display: block;
    padding: 10px 15px;
}

.list-2 h4 {
    margin: 15px 30px 5px;
    padding-top: 20px;
    font-size: 22px;
}

.list-2 li {
    white-space: nowrap;
    max-width: 310px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-2 li:last-of-type {
    padding-bottom: 30px;
}

.diqu {
    background-color: #fe6347;
    color: #fff;
}

.diqu a {
    color: #fff;
}

.diqu ul {
    margin: -30px 0 0 -30px;
}

.diqu li {
    float: left;
    margin: 30px 0 0 30px;
}

.diqu li a {
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 5px;
    display: block;
}

.diqu li a:hover,
.diqu li.active a {
    background-color: #fff;
    color: #333;
}

.chengshi {
    margin: -30px 0 0 -30px;
}

.chengshi li {
    float: left;
    margin: 30px 0 0 30px;
}

.chengshi li a {
    display: block;
    font-size: 20px;
    color: #888;
    position: relative;
    padding-bottom: 20px;
}

.chengshi li a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    border-radius: 5px;
    left: 0;
    bottom: 0;
}

.chengshi li a:hover,
.chengshi li.active a {
    color: #333;
}

.chengshi li a:hover:after,
.chengshi li.active a:after {
    background-color: #fe6347;
}

.address {
    margin-left: -50px;
}

.address li {
    float: left;
    width: 50%;
}

.address li .wrap {
    margin: 50px 0 0 50px;
    background: url(../images/icon32.png) no-repeat 0 0;
    padding-left: 40px;
}

.address li h4 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
}

.address li p {
    margin: 10px 0 0;
    color: #888;
    font-size: 16px;
    height: 44px;
}

.contact .text {
    float: left;
    width: 700px;
}

.contact .text2 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
}

.contact .text h4 {
    margin: 0 0 50px;
    font-size: 34px;
    font-weight: normal;
}

.contact .text h4 span {
    display: block;
    text-transform: uppercase;
    line-height: 1;
}

.contact .text p {
    margin: 30px 0 0;
    font-size: 20px;
    background: no-repeat 0 center;
    padding-left: 55px;
}

.contact .text p.i1 {
    background-image: url(../images/icon01.png);
}

.contact .text p.i2 {
    background-image: url(../images/icon02.png);
}

.contact .text p.i3 {
    background-image: url(../images/icon03.png);
}

.contact .map {
    float: right;
    width: 420px;
}

.title-big-1 {
    margin-bottom: 50px;
    font-size: 26px;
    text-align: center;
    line-height: 70px;
}

.fangwei {
    background-image: url(../images/bg_zs1.png);
}

.title-big-1 span {
    display: block;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #999;
}

.ff-title {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 34px;
}

.ff-title span {
    display: inline-block;
    font-size: 24px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
}

.ff-desc {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
}

.ff-desc img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.ff-desc p {
    margin: 50px auto 0;
    max-width: 900px;
    font-size: 18px;
    line-height: 1.8;
}

.ff-desc h4 {
    margin: 0;
    font-size: 30px;
}

.ff-pic {
    margin-left: 135px;
}

.ff-pic li {
    float: left;
}

.ff-pic li .wrap {
    margin-left: 35px;
}

.ff-pic li p {
    margin: 15px 0 0;
    text-align: center;
    font-size: 24px;
}

.hztj .title-big-1 {
    margin: 0 auto;
    margin-bottom: 40px;
}

.hztj ul {
    float: right;
    width: 580px;
    margin-bottom: -15px;
}

.hztj li {
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 15px;
    float: left;
    width: 16.6%;
    list-style: none;
    text-align: center;
}

.hztj li p {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    list-style: none;
    text-align: center;
}

.jrwm-line {
    height: 1px;
    border-top: 4px dashed #ccc;
    margin: 60px 0;
}

.zhichi {
    margin: -40px 0 0 -40px;
}

.zhichi li {
    float: left;
}

.zhichi li .wrap {
    margin: 40px 0 0 65px;
    width: 140px;
    height: 140px;
    background-color: #434343;
    color: #fff;
    border-radius: 50%;
    display: table;
}

.zhichi li .wrap inner {
    margin: 40px 0 0 65px;
    width: 140px;
    height: 140px;
    background-color: #434343;
    color: #fff;
    border-radius: 50%;
    display: table;
}

.zhichi li .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    padding: 0 10px;
}

.zhichi li .inner span {
    display: none;
}

.zhichi li:nth-of-type(even) .wrap {
    background-color: #e9b30e;
}

.zhichi .br {
    width: 100%;
    float: left;
}

.hzlc {
    position: relative;
    padding: 130px 30px;
}

.hzlc:before {
    position: absolute;
    content: "";
    width: 80%;
    left: 10%;
    height: 18px;
    background-color: #cccccc;
    top: 50%;
    margin-top: -9px;
}

.hzlc li {
    float: left;
    width: 13.9%;
    text-align: center;
    position: relative;
}

.hzlc li .text {
    position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    font-size: 18px;
    bottom: 120px;
}

.hzlc li .text1 {
    position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -260px;
    font-size: 18px;
    bottom: -150px;
}

.hzlc li .text2 {
    position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    font-size: 18px;
    bottom: -178px;
}

.hzlc li .text3 {
    position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    font-size: 18px;
    bottom: 98px;
}

.hzlc li .numm {
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 24px;
    border: 2px solid #b6b3b3;
}

.hzlc li .num {
    position: relative;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 24px;
    border: 6px solid #000;
    font-family: Impact;
    text-align: center;
}

.hzlc li .numu {
    position: relative;
    width: 64px;
    height: 64px;
    line-height: 44px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 44px;
    font-family: Impact;
    text-align: center;
    color: #ff9900;
}

.hzlc li .num:after {
    content: "";
    position: absolute;
    left: 50%;
    height: 54px;
    width: 4px;
    margin-left: -2px;
    bottom: 100%;
}

.hzlc li:nth-of-type(even) .text {
    bottom: 0;
    top: 120px;
}

.hzlc li:nth-of-type(even) .num:after {
    bottom: auto;
    top: 100%;
}

.banner-gsjs {
    text-align: center;
    padding: 70px 0 150px 0;
    color: #fff;
    background: no-repeat center / cover;
    font-size: 0;
}

.banner-gsjs .item {
    display: inline-block;
    vertical-align: middle;
    margin: 80px 50px 0;
    text-align: left;
}


/*.banner-gsjs .item h4 {margin: 0;font-size: 98px;text-transform: uppercase;}*/

.banner-gsjs .item h4 {
    margin: 0;
    font-size: 68px;
    text-transform: uppercase;
    font-weight: normal;
}


/*.banner-gsjs .item h5 {margin: 0;font-size: 50px;}*/

.banner-gsjs .item h5 {
    margin: 0;
    font-size: 40px;
}

.banner-gsjs .item h5 span {
    margin-left: 10px;
    font-size: 30px;
    font-weight: normal;
}

.banner-gsjs .item:last-child {
    text-align: center;
}

.banner-gsjs .item:last-child h5 span {
    display: block;
    margin: 0;
}

.gsjs-desc {
    margin: 0;
}

.gsjs-desc dt {
    float: left;
    width: 400px;
}

.gsjs-desc dd {
    margin-left: 520px;
}

.gsjs-desc dd h4 {
    margin: 0;
    font-size: 60px;
    font-weight: normal;
}


/*.gsjs-desc dd h4 strong {display: block;font-size: 100px;text-transform: uppercase;line-height: 1;}*/

.gsjs-desc dd h4 strong {
    display: block;
    font-size: 80px;
    text-transform: uppercase;
    line-height: 1;
}


/*.gsjs-desc dd p {font-size: 22px;line-height: 1.8;text-align: justify;}*/

.gsjs-desc dd p {
    font-size: 20px;
    line-height: 2;
    text-align: justify;
    font-weight: normal;
}


/*.gsjs-desc dd h5 {font-size: 32px;margin: 0;}*/

.gsjs-desc dd h5 {
    font-size: 25px;
    margin: 0;
    font-weight: normal;
    line-height: 2.2;
    padding-top: 0px;
}

.gsjs-desc dd h6 {
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    line-height: 2.2;
    padding-top: 26px;
}


/*.gsjs-title {text-align: center;margin-bottom: 70px;font-size: 140px;line-height: 1;}*/

.gsjs-title {
    text-align: center;
    margin-bottom: 70px;
    font-size: 60px;
    line-height: 1;
}

.gsjs-title span {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 30px;
}

.fzlc-wap {
    display: none !important;
}

.bg4 {
    background: url(../images/bg4.jpg) no-repeat center / cover;
    color: #fff;
}

.rongyu {
    position: relative;
    padding: 0 50px;
}

.rongyu .swiper-slide .img-center {
    height: 168px;
    line-height: 168px;
    padding: 3px;
    background-color: #fff;
}

.rongyu .swiper-slide .img-center img {
    width: 100%;
}

.cp-menu {
    text-align: center;
    margin-top: 30px;
}

.cp-menu li {
    float: left;
    width: 33.333333%;
    font-size: 36px;
    position: relative;
    padding-bottom: 60px;
}

.cp-menu li:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 40px 20px;
    border-color: transparent transparent #fe6347 transparent;
    margin-left: -20px;
    display: none;
}

.cp-menu li small {
    font-size: 22px;
    display: block;
    text-transform: uppercase;
}

.cp-menu li.active:before {
    display: block;
}

.cp-con {
    background-color: #fe6347;
    padding: 15px 0;
}

.cp-con ul {
    font-size: 0;
    text-align: center;
    margin: 0 0 0 -60px;
}

.cp-con li {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0 15px 60px;
}

.cp-con li a {
    display: block;
    font-size: 30px;
    opacity: 0.6;
    color: #fff;
}

.cp-con li a:hover,
.cp-con li.active a {
    opacity: 1;
}


/*.title-big-2 {text-align: center;margin-bottom: 70px;font-size: 90px;}*/

.title-big-2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 20px;
}

.title-big-2 strong {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}

.title-big-2 hh {
    display: block;
    font-size: 26px;
    text-transform: uppercase;
}

.title-big-2 i {
    display: block;
    width: 100px;
    height: 2px;
    background-color: #000;
    margin: 20px auto 0;
}

.title-big-2 p {
    margin: 50px auto 0;
    max-width: 900px;
    font-size: 16px;
    line-height: 1.8;
}

.title-big-2 span {
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

.title-big-2 .label {
    font-size: 0;
    margin-top: 20px;
}

.title-big-2 .label span {
    display: inline-block;
    font-size: 24px;
    background-color: #333;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 30px;
    vertical-align: middle;
    border-radius: 40px;
    margin: 0;
}

.title-big-2 .mini {
    font-size: 16px;
    margin-top: 20px;
}

.cp-bg {
    background-color: #000;
    color: #fff;
}

.cp-bg1 {
    background-color: #ececec;
    color: #fff;
}

.cp-bg .title-big-2 .label span {
    background-color: #fff;
    color: #333;
}

.cp-shuoming {
    padding: 45px 95px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    width: 65%;
    margin: 0 auto;
}

.cp-shuoming li {
    background: no-repeat 0 0;
    padding-left: 150px;
    margin-top: 20px;
    height: 85px;
}

.cp-shuoming li.i1 {
    background-image: url(../images/icon35.png);
}

.cp-shuoming li.i2 {
    background-image: url(../images/icon36.png);
}

.cp-shuoming li.i3 {
    background-image: url(../images/icon37.png);
}

.cp-shuoming li.i4 {
    background-image: url(../images/icon38.png);
}

.cp-shuoming li.i5 {
    background-image: url(../images/icon52.png);
}

.cp-shuoming li .wrap {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}


/*.cp-shuoming li h4 {margin: 0;font-weight: normal;font-size: 44px;line-height: 1;}*/

.cp-shuoming li h4 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
}

.cp-shuoming li p {
    margin: 5px;
    font-size: 16px;
}

.cp-shuoming li:first-child {
    margin-top: 0;
}

.cp-shuoming li:last-child .wrap {
    border-bottom: 0;
    padding-bottom: 0;
}

.cp-shuoming-1 {
    background-color: #cccccc;
    color: #333;
}

.cp-shuoming-1 li.i1 {
    background-image: url(../images/icon55.png);
}

.cp-shuoming-1 li.i5 {
    background-image: url(../images/icon56.png);
}

.cp-shuoming-1 li.i3 {
    background-image: url(../images/icon57.png);
}

.bg5 {
    background: url(../images/bg5.png) no-repeat center bottom / cover #242d66;
    color: #fff;
}

.gallery-top-1 {
    margin: 70px auto 0;
    border-radius: 50px;
    border: 6px solid #fff;
    max-width: 980px;
}

.gallery-thumbs-1 {
    padding: 0 100px;
    margin-top: 70px;
    position: relative;
}

.gallery-thumbs-1 .swiper-slide i {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: no-repeat center / cover;
    display: block;
    margin: 0 auto;
}

.gallery-thumbs-1 .swiper-slide p {
    margin: 15px 0 0;
    text-align: center;
    font-size: 14px;
}

.mm-menu_theme-dark {
    background-color: #fe6347;
    border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu_offcanvas {
    width: 200px;
}

.mm-listview {
    font-size: 14px;
    line-height: 40px;
}

.mm-listitem:after {
    width: 130px;
    left: 0;
}

.mm-listitem>a,
.mm-listitem>span {
    width: 100px;
    text-align: center;
    padding-right: 0;
}

.mm-listitem .mm-btn_next:before {
    display: none;
}

.mm-panel_has-navbar .mm-navbar {
    font-size: 0;
    border: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, -40px, 0);
}

.cp-fenlei {
    background-color: #fe6347;
}

.cp-fenlei li {
    float: left;
    width: 16.666666666%;
}

.cp-fenlei li a {
    display: block;
    padding: 40px 0;
    color: #fff;
    opacity: 0.5;
}

.cp-fenlei li img {
    display: block;
    margin: 0 auto;
}

.cp-fenlei li span {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
}

.cp-fenlei li.active a,
.cp-fenlei li a:hover {
    opacity: 1;
}

.cp-fenlei-1 li {
    width: 14.2857142857%;
}

.cp-fangwei {
    font-size: 0;
}

.cp-fangwei-left,
.cp-fangwei-right {
    display: inline-block;
    vertical-align: middle;
}

.cp-fangwei-left {
    width: 100%;
}

.cp-fangwei-right {
    width: 28%;
    margin-left: 2%;
}

.cp-fangwei .title-big-2 {
    font-size: 20px;
    margin-bottom: 30px;
}

.cp-fangwei .title-big-2 span {
    font-size: 14px;
}

.cp-fangwei-tips {
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
}

.cp-fangwei-tips .red {
    color: #ff0000;
}

.bg6 {
    background: url(../images/bg6.jpg) no-repeat center bottom;
    height: 1200px;
}

.fpmd {
    max-width: 1500px;
}

.fpmd li {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1%;
}

.mulu {
    padding: 0 100px;
    margin-top: -100px;
}

.mulu li dl {
    margin: -190px 0 0;
    position: relative;
}

.mulu li dt {
    position: absolute;
    right: 570px;
    top: 30px;
    font-size: 50px;
    text-align: right;
    line-height: 1.2;
}

.mulu li dt a {
    display: block;
    background: url(../images/icon53.png) no-repeat right center;
    padding-right: 110px;
}

.mulu li dt small {
    font-size: 25px;
    display: block;
}

.mulu li dd {
    width: 430px;
    position: relative;
    margin: 0 0 0 570px;
    border-radius: 50px;
    overflow: hidden;
    background: no-repeat center / cover;
}

.mulu li dd .xs {
    background: url(../images/xs.png) no-repeat;
}

.mulu li dd .bf {
    background: url(../images/bf.png) no-repeat;
}

.mulu li dd a {
    display: block;
}

.mulu li dd h4 {
    margin: 0;
    font-size: 35px;
    padding: 40px 20px;
    color: #fff;
    background-color: #fe6347;
    height: 80px;
}

.mulu li dd h4 small {
    display: block;
    font-size: 17px;
    font-weight: normal;
}

.mulu li dd h4 small1 {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.mulu li dd p {
    margin: 0;
    position: absolute;
    top: 185px;
    left: 0;
    width: 100%;
}

.mulu li dd p span {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.8;
    display: block;
    color: #333;
}

.mulu li:nth-of-type(even) dt {
    left: 570px;
    right: auto;
    top: auto;
    bottom: 30px;
    text-align: left;
}

.mulu li:nth-of-type(even) dt a {
    padding: 0 0 0 110px;
    background: url(../images/icon54.png) no-repeat left center;
}

.mulu li:nth-of-type(even) dd {
    margin: 0 570px 0 0;
}

.mulu li:nth-of-type(even) dd .img {
    margin: 0 570px 0 0;
    padding: 300px 0 0;
}

.mulu li:nth-of-type(even) dd h4 {
    text-align: right;
}

.mulu li:nth-of-type(even) dd p {
    top: auto;
    bottom: 185px;
}

.mulu li:nth-of-type(2n + 1) {
    margin-top: 100px;
}

.mulu li:nth-of-type(2n + 1) dl {
    margin-top: 0;
}

.mulu li:nth-child(3n + 1) dd h4 {
    background-color: #fe6347;
}

.mulu li:nth-child(3n + 2) dd h4 {
    background-color: #ff9000;
}

.mulu li:nth-child(3n + 3) dd h4 {
    background-color: #606060;
}

.bg9 {
    height: 1700px;
    background: url(../images/bg9.jpg) no-repeat center bottom;
}

.m_footer-copy {
    font-size: 14px;
    text-align: center;
    display: none;
}

.m_footer-copy p {
    font-size: 14px;
    color: #767474;
    line-height: 28px;
    margin: 0;
}

.m_footer-copy p a {
    font-size: 14px;
    color: #a3a3a3;
    line-height: 28px;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.i_box5 .box5_js {
    padding: 0 105px;
}

.box5list {
    padding-bottom: 50px;
}

.box5list .bd {
    position: relative;
}

.box5list .hd {
    position: relative;
}

.box5list .hd ul {
    padding: 0 8%;
}

.box5list .hd ul li {
    width: 30%;
    height: 110px;
    float: left;
    background: #eee;
    border: 2px dashed #000;
    border-radius: 24px;
    cursor: pointer;
    padding-top: 30px;
}

.box5list .hd ul li a {
    display: block;
}

.box5list .hd ul li span {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.box5list .hd ul li p {
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.box5list .hd ul li:first-child+li {
    margin: 0 5%;
}

.box5list .hd ul li.on {
    border-color: #73c5c8;
    background: #73c5c8;
}

.box5list .bd {}

.box5list .bd ul li {
    float: left;
    padding-bottom: 18px;
    border-bottom: 1px px dashed #000;
}

.box5list .bd ul li .time p {
    float: left;
    width: 100%;
    margin: 0;
}

.box5list .bd ul li .time p span {
    font-size: 20px;
    color: #000;
    line-height: 40px;
}

.box5list .bd ul li .time p i {
    font-style: normal;
    color: #000;
    font-size: 16px;
}

.box5list .bd ul li .time p em {
    float: right;
    line-height: 40px;
    font-size: 28px;
    color: #000;
    font-style: normal;
}

.box5list .bd ul li .time p em img {
    width: 35px;
    margin-top: 10px;
}

.box5list .bd ul li .text {
    padding-bottom: 18px;
    border-bottom: 1px dashed #000;
}

.box5list .bd ul li .text a {
    font-size: 18px;
    color: #000;
    display: block;
    margin-top: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.box5list .bd ul li .text p {
    font-size: 14px;
    color: #555555;
    margin: 0;
    margin-top: 15px;
    line-height: 24px;
}

.box5list .bd ul li .text img {
    width: 100%;
    margin-top: 10px;
    max-height: 179px;
}

.box5list .bd ul li .text i {
    font-style: normal;
    display: block;
    text-align: right;
    font-size: 14px;
    color: #000;
    margin-top: 12px;
}

.box5list .bd ul li:nth-of-type(2n + 1) {
    margin-left: 0;
}

.box5list .bd ul li .time p small {
    display: none;
}

.box5list .bd ul li .time p strong {
    margin-left: 0.3rem;
    background: url(../img/eye.png) no-repeat left center;
    background-size: 0.15rem;
    font-size: 0.1rem;
    padding-left: 0.2rem;
    display: none;
    font-weight: normal;
}

.mpageshow {}

.lr_new {
    display: none;
}

.btn_return {}

.btn_return a {
    width: 180px;
    display: block;
    margin: 10px auto 20px auto;
    border: 1px solid #ddd;
    color: #666;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

@media screen and (max-width: 767px) {
    .mpageshow {
        display: block;
    }
    .i_box5 {
        display: none;
    }
    .lr_new {
        display: block;
    }
    body {
        min-width: 320px;
    }
    .img-center-company {
        display: none;
    }
    .container {
        width: auto;
    }
    .titleico {
        width: 95%;
        margin: 0 auto;
        line-height: 54px;
        border-bottom: 1px solid #ccc;
        padding-left: 5%;
    }
    .header {
        padding: 0px 0;
    }
    .header>.container {
        width: auto;
        min-width: auto;
    }
    .header .logo {
        float: none;
        padding: 0;
    }
    .header .logo img {
        height: 50px;
        margin-bottom: -10px;
    }
    .header .nav {
        display: none;
    }
    .header .sc {
        float: none;
        max-width: 300px;
        margin: 10px auto 0;
        width: auto;
        display: none;
    }
    .menu-btn {
        display: block;
    }
    .swiper-container {
        margin-top: 40px;
    }
    .banner .swiper-slide {
        height: 185px;
    }
    .banner .swiper-slide .text {
        width: auto;
        padding: 10px 15px;
        border-radius: 10px;
    }
    .banner .swiper-slide .text h4 {
        font-size: 24px;
    }
    .banner .swiper-slide .text p {
        font-size: 14px;
    }
    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        width: 30px;
        height: 30px;
        top: 50%;
        margin: -15px 0 0;
    }
    .banner .swiper-button-prev {
        left: 15px;
    }
    .banner .swiper-button-next {
        right: 15px;
    }
    .section {
        padding: 30px 0;
    }
    .about-desc dt {
        float: none;
        width: auto;
    }
    .about-desc dd {
        margin: 15px 0 0;
    }
    .about-desc dd h4 {
        font-size: 30px;
    }
    .about-desc dd h4:after {
        height: 10px;
    }
    .about-desc dd h4 span {
        font-size: 30px;
    }
    .about-desc dd p {
        font-size: 15px;
        padding: 10px;
    }
    .about-desc dd .more {
        font-size: 14px;
    }
    .about-total {
        margin-top: 30px;
    }
    .about-total li .wrap {
        width: 80px;
        padding: 16px 0;
    }
    .about-total li .img-center {
        height: 20px;
        line-height: 20px;
    }
    .about-total li p {
        font-size: 12px;
    }
    .about-total li p span {
        font-size: 18px;
    }
    .about-power h4 {
        font-size: 30px;
        font-weight: bold;
    }
    .about-power h5 {
        font-size: 18px;
    }
    .about-power p {
        font-size: 16px;
    }
    .bancai-title {
        margin-bottom: 30px;
    }
    .bancai-title h4 {
        font-size: 30px;
        font-weight: bold;
    }
    .bancai-title h5 {
        font-size: 18px;
    }
    .bancai-title p {
        font-size: 14px;
        margin-top: 10px;
    }
    .bancai-desc {
        padding: 0 0 15px;
    }
    .bancai-desc .text p {
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
        margin: 0;
        padding: 10px;
    }
    .bancai-desc .pic {
        float: none;
        width: auto;
        padding: 10px;
    }
    .bancai-desc:last-of-type .pic {
        float: none;
        width: auto;
        padding: 10px;
    }
    .bancai-desc .pic:before {
        right: -5px;
        bottom: -5px;
    }
    .bancai-desc .pic h4 {
        padding: 10px 15px;
    }
    .bancai-desc .pic h4 span {
        font-size: 20px;
        padding-right: 10px;
        margin-right: 10px;
    }
    .bancai-desc .pic h4 i {
        display: none;
    }
    .bancai-desc .text {
        margin: 20px 0 0;
    }
    .bancai-desc:last-of-type .text {
        margin: 20px 0 0;
    }
    .bancai-desc .text h4 {
        font-size: 20px;
        margin-bottom: 10px;
        display: none;
    }
    .bancai-desc .text h4 span {
        display: none;
    }
    .bancai-desc .text .more {
        font-size: 14px;
        background-size: contain;
        padding-left: 30px;
        margin-top: 20px;
    }
    .bancai-dot {
        margin-top: 30px;
    }
    .bancai-dot li {
        margin: 0 5px;
        width: 30px;
        height: 30px;
    }
    .bancai-icon {
        margin-top: 10px;
    }
    .bancai-icon li {
        border-right: 0;
        width: 33.333333%;
        margin-top: 20px;
    }
    .bancai-icon li .img-center {
        height: 40px;
        line-height: 40px;
    }
    .bancai-icon li p {
        font-size: 12px;
    }
    .bg3 {
        border-top-width: 10px;
    }
    .gallery-top .swiper-slide {
        height: 300px;
    }
    .gallery-thumbs .swiper-slide {
        padding: 20px 0;
    }
    .gallery-thumbs .swiper-slide i {
        width: 50px;
        height: 50px;
        background-size: 50%;
    }
    .gallery-thumbs .swiper-slide p {
        font-size: 14px;
        margin-top: 10px;
    }
    .news-menu {
        margin-bottom: 30px;
    }
    .news-menu li {
        width: 31%;
        margin: 0 1%;
    }
    .news-menu li a {
        font-size: 14px;
        padding: 0;
        line-height: 40px;
    }
    .news-left,
    .news-right {
        padding: 0;
        width: auto;
        float: none;
    }
    .news-right {
        margin-top: 20px;
    }
    .news-title {
        padding: 0;
        font-size: 40px;
        margin-bottom: 30px;
        text-align: center;
        line-height: 90px;
        height: 80px;
    }
    .news-title strong {
        font-size: 80px;
        bottom: 0;
        width: 100%;
    }
    .list-1 {
        margin-top: -20px;
        padding: 10px;
    }
    .list-1 li {
        margin-top: 10px;
        padding-bottom: 18px;
        border-bottom: 1px dashed #000;
    }
    .list-1 li a:before {
        top: 10px;
    }
    .list-1 li .date {
        font-size: 14px;
    }
    .list-1 li .date span {
        font-size: 16px;
    }
    .list-1 li h4 {
        font-size: 14px;
    }
    .list-1 li .img-center {
        height: auto;
        line-height: normal;
        margin: 10px 0;
    }
    .footer {
        padding: 30px 0;
        margin-top: 20px;
        background-color: #e5e5e5;
        color: #a3a3a3;
    }
    .footer-nav {
        display: none;
    }
    .footer-link {
        display: none;
    }
    .footer-ewm {
        float: none;
        width: auto;
        font-size: 14px;
        margin-top: 0;
        display: none;
    }
    .footer-le {
        margin: 0;
    }
    .footer-copy {
        margin-top: 20px;
        font-size: 14px;
        text-align: center;
    }
    .footer-copy .tel {
        float: none;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 30px;
        background-size: contain;
        padding-left: 40px;
    }
    .footer-copy p {
        padding-top: 0;
    }
    .banner-sub {
        height: 150px;
        margin-top: 40px;
    }
    .pages {
        text-align: center;
        margin: 30px 0 0;
        padding: 0;
    }
    .pages a {
        font-size: 12px;
    }
    .content-left {
        float: none;
        width: auto;
    }
    .content-right {
        display: none;
    }
    .content-title {
        margin-bottom: 20px;
    }
    .content-title h1 {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }
    .content-title .info {
        margin-top: 15px;
    }
    .content-title .info .date {
        font-size: 14px;
    }
    .content-title .info .date span {
        font-size: 20px;
    }
    .content-title .info .author {
        font-size: 14px;
        padding-top: 16px;
    }
    .content-body {
        font-size: 16px;
        padding: 10px;
    }
    .diqu ul,
    .chengshi {
        margin: -15px 0 0 -15px;
    }
    .diqu li {
        margin: 15px 0 0 15px;
    }
    .diqu li a {
        font-size: 14px;
        padding: 6px 12px;
    }
    .chengshi li {
        margin: 15px 0 0 15px;
    }
    .chengshi li a {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .chengshi li a:after {
        height: 5px;
    }
    .address {
        margin: 0;
    }
    .address li {
        width: 100%;
    }
    .address li .wrap {
        margin: 30px 0 0;
    }
    .address li p {
        height: auto;
        font-size: 14px;
    }
    .contact {
        position: relative;
    }
    .contact .text {
        width: auto;
        float: none;
        padding-top: 20px;
    }
    .contact .text h4 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .contact .text p {
        font-size: 16px;
        margin-top: 15px;
        background-size: auto 22px;
        padding-left: 35px;
    }
    .contact .map {
        position: absolute;
        float: none;
        right: 0;
        top: 0;
        width: 100px;
    }
    .title-big-1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .title-big-1 span {
        font-size: 24px;
    }
    .ff-title {
        font-size: 28px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .ff-title span {
        font-size: 16px;
    }
    .ff-desc {
        margin-top: 20px;
        font-size: 16px;
    }
    .ff-desc h4 {
        font-size: 20px;
    }
    .ff-pic {
        margin-left: -15px;
    }
    .ff-pic li {
        width: 50%;
    }
    .ff-pic li .wrap {
        margin-left: 15px;
    }
    .ff-pic li p {
        margin-top: 10px;
        font-size: 14px;
    }
    .hztj .title-big-1 {
        float: none;
    }
    .hztj ul {
        float: none;
        width: auto;
    }
    .hztj li {
        font-size: 16px;
        line-height: 24px;
        background-size: auto 24px;
        width: 50%;
    }
    .hztj li img {
        font-size: 16px;
        line-height: 24px;
        background-size: auto 24px;
        padding-left: 5%;
        width: 40%;
    }
    .zhichi {
        margin: 0 auto;
    }
    .zhichi1 {
        margin: 0 auto;
    }
    .zhichi li {
        width: 50%;
    }
    .zhichi li .wrap {
        margin: 15px 15px 15px 11px;
        width: 90%;
        height: 10px;
        border-radius: 5px;
        line-height: 15px;
    }
    .zhichi li .inner {
        font-size: 14px;
        vertical-align: top;
        padding-top: 10px;
        padding-bottom: 10px;
        letter-spacing: 7px;
    }
    .zhichi li .inner span {
        font-size: 17px;
        font-weight: bold;
        font-style: italic;
        display: block;
        float: left;
    }
    .zhichi .br {
        display: none;
    }
    .hzlc {
        padding: 0;
    }
    .hzlc:before {
        width: 10px;
        height: 100%;
        top: 0;
        left: 17px;
        margin: 0;
    }
    .hzlc li {
        margin-bottom: 20px;
        width: 100%;
        text-align: left;
        margin-top: -10px;
    }
    .hzlc li:last-child {
        margin-bottom: 0;
    }
    .hzlc li .num {
        margin: 0;
        width: 36px;
        line-height: 36px;
        font-size: 16px;
        height: 36px;
        float: left;
        border: 0px;
        background: none;
        border: 0px;
    }
    .hzlc li .numm {
        margin: 0;
        width: 36px;
        line-height: 36px;
        font-size: 16px;
        height: 36px;
        float: left;
        border: 0px;
        background: none;
        border: 0px;
    }
    .hzlc li .numu {
        width: 36px;
        line-height: 36px;
        height: 36px;
        font-size: 16px;
        left: 5px;
        position: absolute;
        background-color: #0b8708;
    }
    .hzlc li .num:after {
        display: none;
    }
    .hzlc li .text {
        position: static;
        margin-left: 55px;
        font-size: 16px;
        width: auto;
        padding: 7px 0;
    }
    .hzlc li .text1 {
        position: static;
        margin-left: 55px;
        font-size: 16px;
        width: auto;
        padding: 7px 0;
    }
    .hzlc li .text2 {
        position: static;
        margin-left: 55px;
        font-size: 16px;
        width: auto;
        padding: 7px 0;
    }
    .hzlc li .text3 {
        position: static;
        margin-left: 55px;
        font-size: 16px;
        width: auto;
        padding: 7px 0;
    }
    .banner-gsjs {
        padding: 40px 0 30px;
        text-align: left;
    }
    .banner-gsjs .item {
        margin: 20px 0 0;
        display: block;
    }
    .banner-gsjs .item h4 {
        font-size: 30px;
    }
    .banner-gsjs .item h5 {
        font-size: 20px;
    }
    .banner-gsjs .item h5 span {
        font-size: 14px;
    }
    .banner-gsjs .item:last-child {
        text-align: left;
    }
    .gsjs-desc dt {
        width: 100px;
    }
    .gsjs-desc dd {
        margin-left: 115px;
    }
    .gsjs-desc dd h4 {
        font-size: 20px;
    }
    .gsjs-desc dd h4 strong {
        font-size: 28px;
    }
    .gsjs-desc dd p {
        font-size: 12px;
    }
    .gsjs-desc dd h5 {
        font-size: 14px;
    }
    .gsjs-desc dd h6 {
        font-size: 14px;
    }
    .gsjs-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .gsjs-title span {
        margin-top: 10px;
        font-size: 20px;
    }
    .fzlc-pc {
        display: none !important;
    }
    .fzlc-wap {
        display: inline-block !important;
    }
    .rongyu {
        padding: 0 30px;
    }
    .rongyu .swiper-slide .img-center {
        height: 89px;
        line-height: 89px;
    }
    .rongyu .swiper-button-next,
    .rongyu .swiper-button-prev {
        background-size: contain;
        width: 15px;
    }
    .rongyu .swiper-button-next {
        right: 0;
    }
    .rongyu .swiper-button-prev {
        left: 0;
    }
    .bg-zs {
        width: 215px;
        height: auto;
    }
    .bg-zs1 {
        display: none;
    }
    .bg-zx {
        width: 185px;
        height: auto;
    }
    .bg-yx {
        width: 224px;
        height: auto;
    }
    .bg-ys {
        width: 176px;
        height: auto;
    }
    .cp-menu li {
        font-size: 18px;
        padding-bottom: 30px;
    }
    .cp-menu li small {
        font-size: 12px;
    }
    .cp-menu li:before {
        border-width: 0 10px 20px 10px;
        margin-left: -10px;
    }
    .cp-con {
        padding: 10px 0;
    }
    .cp-con ul {
        margin-left: -15px;
    }
    .cp-con li {
        margin: 5px 0 5px 15px;
    }
    .cp-con li a {
        font-size: 16px;
    }
    .title-big-2 {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .title-big-2 strong {
        font-size: 16px;
    }
    .title-big-2 hh {
        font-size: 16px;
    }
    .title-big-2 i {
        width: 100px;
        margin-top: 10px;
    }
    .title-big-2 p {
        margin-top: 30px;
        font-size: 12px;
    }
    .title-big-2 span {
        font-size: 12px;
        margin-top: 0;
    }
    .title-big-2 .label {
        margin-top: 10px;
    }
    .title-big-2 .label span {
        padding: 6px 20px;
        font-size: 14px;
    }
    .title-big-2 .mini {
        font-size: 12px;
        margin-top: 10px;
    }
    .cp-shuoming {
        padding: 20px;
        border-radius: 10px;
        width: 85%;
    }
    .cp-shuoming li {
        background-size: auto 30px;
        line-height: 24px;
        padding-left: 44px;
        margin-top: 0px;
    }
    .cp-shuoming li .wrap {
        padding-bottom: 0px;
    }
    .cp-shuoming li h4 {
        font-size: 14px;
    }
    .cp-shuoming li p {
        font-size: 14px;
    }
    .zrb {
        width: 240px;
        margin: 0 auto;
    }
    .gallery-top-1 {
        margin-top: 30px;
        border-radius: 10px;
        border-width: 3px;
    }
    .gallery-thumbs-1 {
        margin-top: 30px;
        padding: 0 30px;
    }
    .gallery-thumbs-1 .swiper-slide i {
        width: 50px;
        height: 50px;
    }
    .gallery-thumbs-1 .swiper-slide p {
        font-size: 12px;
        margin-top: 10px;
    }
    .gallery-thumbs-1 .swiper-button-next,
    .gallery-thumbs-1 .swiper-button-prev {
        width: 15px;
        background-size: contain;
    }
    .gallery-thumbs-1 .swiper-button-next {
        right: 0;
    }
    .gallery-thumbs-1 .swiper-button-prev {
        left: 0;
    }
    .cp-fenlei {
        padding: 10px 0;
    }
    .cp-fenlei .container {
        padding: 0;
    }
    .cp-fenlei li {
        width: 33.333333%;
    }
    .cp-fenlei li a {
        padding: 10px 0;
    }
    .cp-fenlei li img {
        height: 30px;
        width: auto;
    }
    .cp-fenlei li span {
        font-size: 14px;
        margin-top: 5px;
    }
    .cp-fenlei-1 li {
        width: 25%;
    }
    .cp-fangwei-left {
        width: 100%;
        display: block;
    }
    .cp-fangwei-right {
        display: block;
        margin: 20px auto 0;
        width: 150px;
    }
    .cp-fangwei-tips {
        font-size: 12px;
        margin-top: 30px;
    }
    .cp-fangwei .title-big-2 {
        font-size: 16px;
    }
    .cp-fangwei .title-big-2 span {
        font-size: 12px;
    }
    .bg6 {
        background-size: cover;
        height: 500px;
    }
    .bg9 {
        background-size: cover;
        height: 440px;
    }
    .fpmd {
        padding: 0 15px;
    }
    .fpmd li {
        width: 100%;
        margin: 20px 0 0;
    }
    .mulu {
        padding: 0;
        margin-top: -20px;
    }
    .mulu li {
        margin-top: 20px !important;
    }
    .mulu li dl {
        margin: 0 !important;
    }
    .mulu li dt {
        display: none;
    }
    .mulu li dd {
        width: auto;
        margin: 0 !important;
        border-radius: 10px;
        padding: 0 !important;
    }
    .mulu li dd .img {
        width: auto;
        margin: 0 !important;
        border-radius: 10px;
        padding: 0 !important;
        height: 300px;
        margin-top: 30px;
    }
    .mulu li dd h4 {
        padding: 15px;
        font-size: 20px;
        text-align: left !important;
    }
    .mulu li dd h4 small {
        font-size: 16px;
    }
    .mulu li dd p {
        position: static;
        min-height: 200px;
    }
    .mulu li dd p span {
        padding: 20px 15px;
        font-size: 14px;
    }
    .m_hide_lr {
        display: none;
    }
    .m_footer-copy {
        display: block;
    }
    .footer-ewm .img-center {
        display: none;
    }
}