html, body {position: relative;height: 100%;}
body{overflow-x: hidden;}
body.overflow-H{overflow-y: hidden;}
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}
.img img{
	object-fit: cover;
	max-width: 100%;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
.textCenter{text-align: center;}
.textLeft{text-align: left;}
.textRight{text-align: right;}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
.textCenter{text-align: center;}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

legend {color: #000;}

fieldset,img {border: 0;}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #000;
  font-size: 14px;
}
table {border-collapse: collapse;border-spacing: 0;}
ul,ol {list-style: none;}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
  cursor: pointer;}
  
a {color: inherit;color: expression(this.parentNode.currentStyle.color);text-decoration: none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

h1 {font-size: 36px;}
h2 {font-size: 32px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 16px;}


.fl {float: left;}
.fr {float: right;}
.clear {clear: both;}
.clearfix, .container:after,.row:after, ul {*zoom: 1;}
.clearfix:after, .container:after,.row:after, ul:after {content: " ";display: none;height: 0;clear: both;visibility: hidden;}
.ellipsis {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.container {margin-right: auto;margin-left: auto;}
.content img {max-width: 100%;}
.img img {width: 100%;}

.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.f22 {font-size: 22px;}
.f24 {font-size: 24px;}
.f26 {font-size: 26px;}
.f28 {font-size: 28px;}
.f30 {font-size: 30px;}
.f32 {font-size: 32px;}
.f34 {font-size: 34px;}
.f36 {font-size: 36px;}
.f38 {font-size: 38px;}
.f40 {font-size: 40px;}
.f42 {font-size: 42px;}
.f44 {font-size: 44px;}
.f46 {font-size: 46px;}
.f48 {font-size: 48px;}
.f50 {font-size: 50px;}

.container{max-width: 1570px;padding: 0 40px;}
.colorF{color:#fff!important;}
.color0{color:#000!important;}
.color3{color:#333!important;}
.color6{color:#666!important;}
.color9{color:#999!important;}
.colorMain{color:#921D22!important;}
input,textarea{outline-color: #921D22!important;}

/*显示行数*/
.hangNum1{word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.hangNum2{word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.hangNum3{word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.hangNum4{word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}

@media screen and (max-width: 769px){.SJ{display: block!important;} .PC{display:none!important;}}
@media screen and (min-width: 769px){.PC{display: block!important;} .SJ{display: none!important;}}
@media screen and (min-width: 767px){.SJBlock{display: none!important;} .PCBlock{display: block!important;}}
@media screen and (max-width: 767px){.SJBlock{display: block!important;} .PCBlock{display: none!important;}}

.cz-center{align-items: center;align-content: center; display: flex;flex-wrap: wrap;}
.sp-center{justify-content: space-around;justify-items: center;display: flex;flex-wrap: wrap;align-items: center;}
.sb-center{justify-content: space-between;justify-items: space-between;display: flex;flex-wrap: wrap;align-items: center;}
.end-center{align-items: flex-end;align-content: flex-end;display: flex;flex-wrap: wrap;}
.cs-center{align-items: center;align-content: center;display: flex;justify-items: center;justify-content: center; height: 100%;flex-wrap: wrap;}
p{color:#000;}

/* .content img{display: inline-block;width: inherit;} */
#box-1,#box-2,#box-3,#box-4,#box-5,#box-6,#box-7,#box-8{width: 100%;height: auto;padding: 100px 0;background-repeat: no-repeat;background-position: center;background-size: cover;overflow: hidden;}
@media (min-width:767px) and (max-width:1199px){
	#box-1,#box-2,#box-3,#box-4,#box-5,#box-6,#box-7,#box-8{padding: 75px 0;}
}
/*手机*/
@media screen and (max-width: 767px){
	.container{padding: 0 20px;}
	#box-1,#box-2,#box-3,#box-4,#box-5,#box-6,#box-7,#box-8{padding: 60px 0;}
	
	.sf30{font-size: 30px!important;}
	.sf24{font-size: 24px!important;}
	.sf22{font-size: 22px!important;}
	.sf20{font-size: 20px!important;}
	.sf18{font-size: 18px!important;}
	.sf16{font-size: 16px!important;}
	.sf14{font-size: 14px!important;}
	
}

/*图片*/
.imgD li img{transition: 0.5s;}
.imgD li>a:hover img,.imgD li>div:hover img{transform: scale(1.1);}
.tP{transition: 0.5s;}
.tP:hover{transform: scale(1.1);}
.img{font-size:0;-webkit-transform: translate3d(0, 0, 0);}
@media (min-width: 767px){
	.tD img{transition: 0.5s;}
	.tD:hover img{transform: scale(1.05);}
}

/*pc头部*/
header{position: fixed;height: auto;width: 100%;background: transparent;z-index: 999;}
.PCheader{transition: 0.5s background;}
.PCheader.follow{background: #921D22;}
.PCheader .container{max-width: 1765px;}
.PCheader .box1{flex-wrap: nowrap;padding: 15px 0;}
.PCheader .logo{width: 20.5%;max-width: 312px;}
.PCheader .pc_dh{font-size: 18px;color: #F3E9DA;width: 45%;font-weight: bold;max-width: 690px;}
.PCheader .pc_dh li.on,.PCheader .pc_dh li a:hover{color: #921D22;}
.PCheader.follow .pc_dh li.on,.PCheader.follow .pc_dh li a:hover{color: #BE8D61;}
.PCheader .dh_btn{border: 2px solid #F3E9DA;border-radius: 30px;overflow: hidden;padding: 1px 25px 1px 7px;}
.PCheader .dh_btn img{width: 44px;margin-right: 8px;}
.PCheader .dh_btn span{font-size: 35px;color: #F3E9DA;font-weight: bold;}
@media (min-width: 1199px) and (max-width: 1500px){
	.PCheader .dh_btn img{width: 38px;}
	.PCheader .dh_btn span{font-size: 30px;}
}
@media (min-width: 850px) and (max-width: 1199px){
	.PCheader .box1{padding: 13px 0;}
	.PCheader .logo{width: 19.5%;}
	.PCheader .pc_dh{font-size: 15px;width: 48%;}
	.PCheader .dh_btn{padding: 2px 15px 2px 5px;}
	.PCheader .dh_btn img{width: 28px;margin-right: 5px;}
	.PCheader .dh_btn span{font-size: 21px;}
}

/*sj头部*/
.sjheader #menu>p{justify-content: flex-end;}
.sjheader{background:#921D22;box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 12px 0px;}
.sjheader #menu {width: 20%;text-align: right;}
.sjheader .container {height: inherit;}
.xz{width: 27px !important;}
.close {content: url(../img/closedaohang.png);width: 22px !important;padding-right: 4px;filter: invert(1);}
.fathermenu .erji {display: none;}
.fathermenu li div {position: relative;}
.fathermenu li .app_menu_erji:before {content: "";border-top: 2px solid #000;border-left: 2px solid #000;box-sizing: content-box;display: block;width: 6px;height: 6px;margin: auto;position: absolute;top: 0;bottom: 0;transform: rotate(135deg);right: 15px;transition: 0.2s;}
.fathermenu li .iconb:before {transform: rotate(225deg) translateY(3px);border-color:#921D22;}
.fathermenu li div,
.fathermenu li a {color: #000;}
#app_menu {display: block;padding: 0px;top: 0;position: fixed;right: 0px;background: rgba(0,0,0,0.5);transform: translate3d(100%, 0, 0);width: 100%;height: 100vh;overflow-y: auto;z-index: -1;}
#app_menu .app_menu_block{margin-left: 30%;background:url(../img/pub_bj.jpg) center center / 100% repeat-y;min-height: 100%;top: 0;position: absolute;width: 70%;}
.fathermenu {padding: 0 15px;margin-top: 45%;}
#app_menu ul li .app_menu_erji{padding: 20px 12px;width: 100%;}
#app_menu ul li>div a{display: block;padding: 23px 12px;color: #333;}
#app_menu .app_menu_noerji:hover>*,#app_menu li.on .app_menu_erji,#app_menu li .app_menu_noerji.on>*,#app_menu li .app_menu_erji.on span{display: block;background: #921D22;color: #fff;}
#app_menu .iconb{color: #921D22;}
#app_menu ul li:not(:last-child) {border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
#app_menu ul .sanji li {padding: 18px 12px;}
.app_menu.active {transform: translate3d(0px, 0, 0) !important;transition: all 0.2s ease-in-out;display: block !important;z-index: 99 !important;}
.app_menu.show {transform: translate3d(100%, 0, 0) !important;transition: all 0.2s ease-in-out;}
.erji li {border-bottom: none !important;}
.sanji li a {font-size: 14px;}

@media screen and (max-width: 850px){
	.main{padding-top: 58px;}
	.PCheader{display:none;}
	.sjheader{height:60px;display:block!important;}
	.sjheader #logo{width: 80%;font-size: 0;}
	.sjheader #logo a{width: 62%;max-width: 185px;display: inline-block;}
	.sjheader #menu{width: 20%;text-align: right;}
}

/*底部*/
footer{z-index: 2;position: relative;box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.08);}
footer .block01 .container{max-width: 1680px;}	
footer .block01{background: url(../img/footer_b1_bj.jpg) top center / cover no-repeat;}
footer .block01 .left{width: 49%;}
footer .block01 .left .img{width: 50%;margin-top: -52px;}
footer .block01 .left .img1{width: 58.5%;}
footer .block01 .left .img2{width: 41%;}
footer .block01 .right{width: 49%;padding: 15px 3.5% 90px 0;}
footer .block01 .right>.img{width: 56%;}
footer .block01 form{margin-top: 25px;}
footer .block01 form input{background: url(../img/footer_block01_input.png) center center / contain no-repeat;width: 36.5%;border: none;height: 50px;padding: 0 20px;font-size: 16px;}
footer .block01 form input::-webkit-input-placeholder{color: rgba(146, 29, 34, 0.5);}
footer .block01 form input:focus{outline: none;}
footer .block01 form .footer_submit{width: 18.3%;cursor: pointer;margin-left: 3%;}

footer .block02{background: url(../img/footer_b2_bj.png) top center / cover no-repeat;margin-top: -90px;z-index: 2;position: relative;padding: 190px 0 28px 0;}
footer .block02 *{color: #F3E9DA;}
footer .block02 .logo{width: 14.6%;}
footer .block02 .content{width: 40.2%;padding-left: 5.2%;border-left: 2px solid rgba(250, 236, 214, 0.2);}
footer .block02 .text{font-size: 18px;font-weight: bold;}
footer .block02 .tel{font-size: 54px;line-height: 1.2;font-weight: bold;}
footer .block02 .address{font-size: 24px;margin-top: 18px;}
footer .block02 .lxfs{width: 34.5%;margin: 0 -17px;}
footer .block02 .lxfs ul{display: flex;justify-content: flex-end;}
footer .block02 .lxfs li{width: 33.333%;padding:0 17px;}
footer .block02 .lxfs li>div{transition: 0.5s;}
footer .block02 .lxfs li>div:hover{transform: translateY(-10px);}
footer .block02 .lxfs p{text-align: center;font-size: 18px;margin-top: 10px;}
footer .block02 .box2{border-top: 1px solid rgba(250, 236, 214, 0.3);margin-top: 120px;font-size: 18px;padding-top: 30px;}
footer .block02 .box2 div{margin: 0 -4px;}
footer .block02 .box2 span{padding: 0 4px;display: inline-block;}

@media (min-width: 1199px) and (max-width: 1600px){
	footer .block01 .right {padding: 40px 1.5% 80px 0;}
	footer .block02{margin-top: -75px;}
	footer .block02 .content {width: 42%;padding-left: 4.5%;}
	footer .block02 .address {font-size: 23px;}
}
@media (min-width: 1199px) and (max-width: 1380px){
	footer .block01 .right {padding: 35px 0% 70px 0;}
	footer .block01 form {margin-top: 15px;}
	footer .block02{margin-top: -60px;}
}
@media (min-width: 850px) and (max-width: 1199px){
	footer .block01 .left .img {margin-top: -40px;}
	footer .block01 .right {padding: 35px 0% 70px 0;}
	footer .block01 form {margin-top: 10px;}
	footer .block01 form input{height: 40px;}
	footer .block02{margin-top: -58px;padding: 120px 0 25px 0;}
	footer .block02 .content {width: 42%;padding-left: 4.5%;}
	footer .block02 .text{font-size: 15px;}
	footer .block02 .tel{font-size: 38px;}
	footer .block02 .address{font-size: 16px;}
	footer .block02 .lxfs {margin: 0 -8px;}
	footer .block02 .lxfs li{padding: 0 8px;}
	footer .block02 .lxfs p{font-size: 14px;}
	footer .block02 .box2{font-size: 14px;padding-top: 20px;margin-top: 90px;}
}

@media (max-width: 850px){
	footer::after{ content: '';background: #921D22;width: 100%;height: 1.3px;position: absolute;top: 25px;left: 0;}
	footer .block01{background: url(../img/footer_b1_sjbj.png) top center / cover no-repeat;}
	footer .PCBlock{display: none!important;}
	footer .SJBlock{display: block!important;}
	footer .block01 .left,footer .block01 .right{width: 100%;}
	footer .block01 .img{margin:0 auto;}
	footer .block01 .left .img{margin-top: 100px;width: 43%;}
	footer .block01 .right {padding: 15px 0px 90px 0;}
	footer .block01 form .footer_submit{margin: 0;}
	footer .block02{background: url(../img/footer_b2_sjbj.png) top center / cover no-repeat;margin-top: -30px;padding: 110px 0 25px 0;}
	footer .block02 .content{border: none;padding-left: 0;width: 100%;text-align: center;}
	footer .block02 .text{font-size: 22px;}
	footer .block02 .tel{margin-top: 15px;}
	footer .block02 .address{margin-top: 13px;}
	footer .block02 .lxfs{width: 100%;margin-top: 45px;}
	footer .block02 .lxfs p {font-size: 22px;margin-top: 15px;}
	footer .block02 .box2{text-align: center;margin-top: 85px;}
}
@media (max-width: 767px){
	footer .block01 .left .img{width: 67%;margin-top: 70px;}
	footer .block01 .left .title{width: 65%;margin-top: 30px;}
	footer .block01 .right {padding: 15px 0px 80px 0;}
	footer .block01 form {margin-top: 8px;}
	footer .block01 .block_001{justify-content: center;}
	footer .block01 form input{width: 83%;background: url(../img/footer_block01_sjinput.png) center center / contain no-repeat;margin: 10px 0;height: 55px;}
	footer .block01 form .footer_submit{margin:20px auto 0 auto;width: 40%;}
	footer .block02 {padding: 80px 0 15px 0;}
	footer .block02 .text{font-size: 15px;}
	footer .block02 .tel{font-size: 38px;}
	footer .block02 .address{font-size: 16px;}
	footer .block02 .lxfs {margin: 40px -8px 0 -8px;}
	footer .block02 .lxfs li{padding: 0 8px;}
	footer .block02 .lxfs p{font-size: 15px;margin-top: 10px;}
	footer .block02 .box2{font-size: 14px;padding-top: 20px;margin-top: 55px;}
}



/*内页banner*/
.main{background: url(../img/pub_bj.jpg) center center / 100% repeat-y;}
.ny_main .container{max-width: 1475px;}
#box-1{background: url(../img/box1_bj.png) top center / 100% no-repeat;margin-top: -80px;z-index: 2;position: relative;}
#ny_banner{height: 81vh;position: relative;}
#ny_banner .bj_img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
#ny_banner .bj_img img{width: 100%;height: 100%;object-fit: cover;}
#ny_banner .container{height: 100%;}
#ny_banner .content{width: 43%;max-width:575px;margin: auto;padding-bottom: 0px;}
#ny_banner .content .img{margin-bottom: 35px;}
@media (min-width:1199px) and (max-width:1500px){
	#box-1{margin-top: -60px;}
}
@media (min-width:767px) and (max-width:1199px){
	#box-1{margin-top: -50px;}
	#ny_banner{height: 550px;}
	#ny_banner .content{width: 53%;max-width: 400px;}
	#ny_banner .content .img{margin-bottom: 15px;}
}
@media (max-width:767px){
	#box-1{margin-top: -30px;}
	#ny_banner{height: 350px;}
	#ny_banner .content{width: 75%;max-width: 260px;padding-bottom: 15px;}
	#ny_banner .content .img{margin-bottom: 0px;}
}

/*轮播点*/
.swiper-pagination{position: relative!important;margin-top: 70px;bottom: 0;}
.swiper-pagination span{width: 12px;height: 12px;background: #fff;opacity: 0.2;margin: 0 6px!important;transition: 0.5s;border-radius: 50%;}
.swiper-pagination .swiper-pagination-bullet-active{opacity: 1;}
@media (min-width:767px) and (max-width:1199px){
	
}
@media (max-width: 768px){
	.swiper-pagination{margin-top: 40px;}
	.swiper-pagination span{width: 10px;height: 10px;margin: 0 3px!important;}
}

/*标题*/
.pub_title{margin: auto;width: 31%;max-width: 432px;}

@media (min-width:767px) and (max-width:1199px){
	.pub_title{width: 32.5%;}
}
@media (max-width:767px){
	.pub_title{width: 65%;}
	
}

/*按钮*/
.pub_btn a{width: 22%;max-width: 140px;display: block;transition: 0.5s;}
.pub_btn a:hover{transform: scale(1.08);}
@media (min-width:767px) and (max-width:1199px){
	.pub_btn a{width: 19%;}
}
@media (max-width:767px){
	.pub_btn a{width: 33%;}
}

/*轮播按钮*/
.main .swiper-button-prev,.main .swiper-button-next{width: 80px;height: 80px;top:45%;}
.main .swiper-button-prev{background: url(../img/ny_jtL1.png) no-repeat center top;background-size: contain;left: 30px;}
.main .swiper-button-next{background: url(../img/ny_jtR1.png) no-repeat center top;background-size: contain;right: 30px;}
.main .swiper-button-prev:hover{background: url(../img/ny_jtL2.png) no-repeat center top;background-size: contain;}
.main .swiper-button-next:hover{background: url(../img/ny_jtR2.png) no-repeat center top;background-size: contain;}
.swiper-button-next:after, .swiper-button-prev:after{opacity: 0;}
@media (min-width: 1199px) and (max-width: 1500px){
	.main .swiper-button-prev,.main .swiper-button-next{width: 70px;height: 70px;top:44%;}
}
@media (min-width: 767px) and (max-width: 1199px){
	.main .swiper-button-prev,.main .swiper-button-next{width: 60px;height: 60px;top:45%;}
}
@media (max-width: 767px){
	.main .swiper-button-prev,.main .swiper-button-next{width: 40px;height: 40px;}
	.main .swiper-button-prev{left: 15px;}
	.main .swiper-button-next{right: 15px;}
}

/*分页*/
.pages .pagination{justify-content: center;justify-items: center;display: flex;flex-wrap: wrap;width: 100%;}
.pagination {height: auto;padding-top: 30px;padding-bottom: 0px;display: flex;justify-content: center;width: 100%;margin-top: 10px;}
.pagination li *{font-size: 18px;text-align: center;color: #921D22;margin:6px 10px;border: 1px solid #921D22;border-radius: 50%;width: 48px;height: 48px;display: flex;justify-content: center;align-items: center;}
.pageRemark{display: none;}
.pagination li.active span,.pagination a:hover{color: #fff;background: #921D22;}
@media (min-width: 1199px) and (max-width: 1500px){
	.pagination li *{width: 44px;height: 44px;margin:6px 9px;}
}
@media (min-width: 767px) and (max-width: 1199px){
	.pagination li *{width: 38px;height: 38px;margin:6px 7px;font-size: 17px;}
}
@media screen and (max-width: 767px){
	.pages{justify-content: center;justify-items: center;display: flex;flex-wrap: wrap;}
	.pagination {height: auto;padding-top: 15px;padding-bottom: 0px;}
	.pagination li *{font-size: 16px;margin: 5px;padding: 1px 8px;width: 38px;height: 38px;}
}