/*字体*/
@font-face{font-family:'SHSCN-R';src:url(https://kongjian.si7.net.cn/202602%E5%BE%90%E5%A4%A7%E5%B7%9D/font/SourceHanSansCN-Regular.otf);font-display: swap;}
@font-face{font-family:'SHSCN-L';src:url(https://kongjian.si7.net.cn/202602%E5%BE%90%E5%A4%A7%E5%B7%9D/font/SourceHanSansCN-Light.otf);font-display: swap;}
@font-face{font-family:'SHSCN-B';src:url(https://kongjian.si7.net.cn/202602%E5%BE%90%E5%A4%A7%E5%B7%9D/font/SourceHanSansCN-Bold.otf);font-display: swap;}
.SHSCN-R{font-family: "SHSCN-R"!important;transition: font-family 0.3s ease;}
.SHSCN-L{font-family: "SHSCN-L"!important;transition: font-family 0.3s ease;}
.SHSCN-B{font-family: "SHSCN-B"!important;transition: font-family 0.3s ease;}

html, body {position: relative;height: 100%;}
body{overflow-x: hidden;background: #fff;}
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 "SHSCN-L", "arial", 'PingFang SC', 'Microsoft YaHei';
  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: 1580px;padding: 0 45px;}
.colorF{color:#fff!important;}
.color0{color:#000!important;}
.color3{color:#333!important;}
.color6{color:#666!important;}
.color9{color:#999!important;}
.colorMain{color:#003870!important;}
input,textarea{outline-color: #003870!important;}

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

@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;} */
.main_box{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){
	.container{padding: 0 40px;}
	.main_box{padding: 85px 0;}
}
/*手机*/
@media screen and (max-width: 767px){
	.container{padding: 0 20px;}
	.main_box{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);}
.img{font-size:0;-webkit-transform: translate3d(0, 0, 0);}

@media (min-width:767px){
	.tP{transition: 0.5s;}
	.tP:hover{transform: scale(1.1);}
	.tD img{transition: 0.5s;}
	.tD:hover img{transform: scale(1.05);}
}

/*pc头部*/
header{position: fixed;height: auto;width: 100%;z-index: 999;}
.PCheader{background: rgba(0, 0, 0, 0);padding-top: 27px;}
.PCheader>.container>div{border-radius:100px;align-items: stretch;}
.PCheader>div>div{box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);background: #fff;}
.PCheader .PClogo{padding: 15px 0px 15px 63px;}
.PCheader .PClogo a{width: 260px;}
.PCheader .dh{width: 43.2%;max-width: 760px;padding-top: 2px;}
.PCheader .dh>ul{width: 100%;height: 100%;}
.PCheader .dh>ul>li{padding: 15px 10px;position: relative;}
.PCheader .dh>ul>li>div>a{font-size: 18px;color: #2F2725;}
.PCheader .dh>ul>li:hover>div>a, .PCheader .dh>ul>li.on>div>a{color: #DA4733;}
.PCheader .tel{width: 317px;min-height:89px;background: #F1A229;padding: 16px 10px;font-weight: bold;border-radius:0 100px 100px 0;flex-wrap: nowrap;}
.PCheader .tel img{width: 45px;margin-right: 10px;}
.PCheader .tel .tel_text p{color: #FBF5ED;font-size: 16px;line-height: 1.3;}
.PCheader .tel .tel_text div{color: #FBF5ED;font-size: 30px;line-height: 1.1;}

@media (min-width:1199px) and (max-width:1380px){
	.PCheader .PClogo {padding: 15px 0px 15px 40px;}
	.PCheader .PClogo a {width: 220px;}
	.PCheader .dh {width: 46.2%;}
	.PCheader .tel {width: 275px;}
	.PCheader .tel .tel_text div{font-size: 28px;}
}

@media (min-width:850px) and (max-width:1199px){
	.PCheader .PClogo {padding: 15px 0px 15px 23px;}
	.PCheader .PClogo a{width: 145px;}
	.PCheader .dh {width: 53%;padding-left: 0%;}
	.PCheader .dh>ul>li {padding: 13px 7px;}
	.PCheader .dh>ul>li>div>a{font-size: 15px;}
	.PCheader .tel {width: 215px;padding: 10px 15px 10px 10px;min-height: 78px;}
	.PCheader .tel img {width: 35px;margin-right: 7px;}
	.PCheader .tel .tel_text p{font-size: 14px;}
	.PCheader .tel .tel_text div{font-size: 20px;}
}

/*sj头部*/
.sjheader .menu>p{justify-content: flex-end;}
.sjheader{background:#fff;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;filter: invert(1);}
.close {content: url(../img/closedaohang.png);width: 22px !important;padding-right: 4px;filter: none;}
.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:#DA4733;}
.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: #fff;min-height: 100%;top: 0;position: absolute;width: 70%;}
.fathermenu {padding: 0 20px;margin-top: 45%;}
#app_menu ul li .app_menu_erji{padding: 20px 12px;width: 100%;}
#app_menu ul li>div a{display: block;padding: 21px 12px;}
#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;color: #fff;background: #DA4733;}

#app_menu .iconb{color: #DA4733;}
#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){
	.PCheader{display:none!important;}
	.sjheader{height:58px;display:block!important;}
	.sjheader #logo{width: 80%;}
	.sjheader #logo img{width: 45%;max-width: 140px;}
	.sjheader #menu{width: 20%;text-align: right;}
}

/*底部*/
footer{background: url(../img/footer_bj.png) no-repeat center top;background-size: cover;position: relative;padding-top: 183px;z-index: 3;overflow: hidden;}
footer *{color: #fff;}
footer .title_img .img{width: 52%;max-width: 718px;margin: auto;}
footer #footer_form .box1{margin: 55px -15px 0 -15px;}
footer #footer_form .box1 ul{display: flex;width: 100%;flex-wrap: wrap;}
footer #footer_form .box1 ul li{width: 25%;padding:0 15px;}
footer #footer_form .box1 input{width: 100%;margin: 10px 0;padding: 15px 25px;font-size: 18px;height: 65px;outline-color: none!important;border: none!important;background:#fff;border-radius: 33px;color: #333;}
footer #footer_form .box1 input::-webkit-input-placeholder{color: #ABABAB;}
footer #footer_form .box1 input:focus{outline: none;}
footer #footer_form .box1 .submit{text-align: center;}
footer #footer_form .box1 .submit a{color: #DA4733;font-size: 18px;background: #F7CC39;border-radius: 33px;display: inline-block;padding: 19px 70px;margin-top: 43px;transition: 0.5s;}
footer #footer_form .box1 .submit a:hover{transform: scale(1.08);}
footer .box2{align-items: flex-start;padding-top:80px;border-top: 1px solid rgba(255,255,255,0.3);margin-top: 75px;}
footer .box2 .footer_logo{width: 18%;}
footer .box2 .footer_logo .img{max-width: 218px;}
footer .box2 .content{width: 36%;max-width: 510px;}
footer .box2 .content p{font-size: 20px;}
footer .box2 .content .tel{font-size: 42px;line-height: 1.1;}
footer .box2 .content .address{font-size: 16px;margin-top: 8px;}
footer .box2 .footer_lxwm{width: 32%;}
footer .box2 .footer_lxwm ul li{width: 31%;}
footer .box2 .footer_lxwm ul li .img{border-radius: 5px;overflow-y: hidden;transition: 0.5s;}
footer .box2 .footer_lxwm ul li:hover .img{transform:translateY(-10px);}
footer .box2 .footer_lxwm ul p{text-align: center;font-size: 16px;margin-top: 8px;}
footer .copyright{font-size: 15px;margin-top: 78px;}
footer .copyright span{padding-right: 50px;display: inline-block;}
footer .copyright a{display: inline-block;}
footer .box3{font-size: 12px;margin-top: 10px;word-break: break-all;opacity: 0.6;text-align: center;border-top: 1px solid rgba(255,255,255,0.3);padding: 16px 0;}

@media (min-width:1199px) and (max-width:1500px){
	footer .box2 .content {width: 31%;}
	footer .box2 .footer_lxwm {width: 35%;}
}
@media (min-width:767px) and (max-width:1199px){
	footer{padding-top: 135px;}
	footer #footer_form .box1 {margin: 50px -10px 0 -10px;}
	footer #footer_form .box1 ul li{padding: 0 10px;}
	footer #footer_form .box1 input {padding: 15px 20px;font-size: 16px;height: 52px;}
	footer #footer_form .box1 .submit a{font-size: 16px;padding: 13px 52px;}
	footer .box2 {padding-top: 55px;margin-top: 60px;}
	footer .box2 .content {width: 33%;max-width:100%;}
	footer .box2 .content p{font-size: 17px;}
	footer .box2 .content .tel{font-size: 38px;line-height: 1.1;}
	footer .box2 .content .address{font-size: 14px;margin-top: 8px;}
	footer .box2 .content .text{font-size: 12px;}
	footer .box2 .footer_lxwm{width: 35%;}
	footer .box2 .footer_lxwm ul p{font-size: 13px;}
	footer .copyright{font-size: 14px;}
	footer .copyright span{padding-right:25px;}
	
}
@media (max-width:850px){
	footer{background: url(../img/footer_sjbj.webp) no-repeat center top;background-size: cover;padding-top: 170px;}
	footer .title_img .img {width: 70%;}
	footer #footer_form .box1 ul li{width: 50%;}
	footer .box2 .footer_logo{display: none;}
	footer .box2 .footer_logo .img{margin: auto;width: 50%;}
	footer .box2 .content{width: 100%;text-align: center;padding-bottom: 50px;}
	footer .box2 .content p{font-size: 17px;}
	footer .box2 .content .tel{font-size: 38px;line-height: 1.2;}
	footer .box2 .content .address{font-size: 14px;margin-top: 8px;}
	footer .box2 .footer_lxwm{width: 80%;margin: auto;}
	footer .box2 .footer_lxwm ul p{font-size: 13px;}
	footer .copyright{font-size: 12px;justify-content: center;}
	footer .copyright span{padding-right:20px;}
}
@media (max-width:767px){
	footer{padding-top: 95px;}
	footer .title_img .img{width: 100%;max-width: 170px;}
	footer #footer_form .box1 {margin: 35px -15px 0 -15px;}
	footer #footer_form .box1 ul li {width: 100%;}
	footer #footer_form .box1 input {width: 100%;margin: 8px 0;padding: 15px 25px;font-size: 16px;height: 50px;}
	footer #footer_form .box1 .submit a{font-size: 15px;padding: 12px 45px;margin-top: 35px;}
	footer .box2{padding-top: 40px;margin-top: 50px;}
	footer .box2 .footer_lxwm{width: 100%;}
	footer .box2 .content{padding-bottom: 45px;}
	footer .box2 .content .text{margin-top: 30px;font-size: 12px;}
	footer .copyright{text-align: center;margin-top: 45px;}
	footer .copyright span{padding-right:10px;}
	footer .box3{margin-top: 15px;}
}

/*按钮*/
.btnDH a{overflow: hidden;}
.btn_01,.btn_02{position: absolute;transition: transform 0.5s ease;}
.btn_01{z-index: 2;color: #DA4733;}
.btn_02 {z-index: 5;transform: translateY(35px);color: #fff;}
.btnDH .button{overflow: hidden;position: relative;width:150px;height:50px;background: #fff;font-size: 16px;color: #DA4733;border-radius: 25px;text-align: center;display: flex;align-items: center;justify-content: center;border: 1px solid #DA4733;transition: 0.3s;}
.btnDH .button p{display: flex;align-items: center;justify-content: center;}
.btnDH .button b{width: 4px;height: 4px;background: #DA4733;border-radius: 50%;display: inline-block;transition: 0.3s;}
.btnDH .button span{padding: 0 10px;}
.btnDH .button::before {content: '';position: absolute;z-index: 4;top: 0;left: 0;width: 100%;height: 100%;background: #DA4733;border-radius: 25% 25% 0 0;transform: translateY(100%) scaleY(0.5);transition: all 0.6s ease;pointer-events: none;}
.btnDH .button::after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #fff;border-radius: 0;transform: translateY(0) scaleY(1);transition: all 0.6s ease;pointer-events: none;}

.btnDH.on .button .btn_01,.btnDH .button:hover .btn_01{transform: translateY(25px);}
.btnDH.on .button .btn_02,.btnDH .button:hover .btn_02{transform: translateY(0px);}
.btnDH.on .button b,.btnDH .button:hover b{background: #fff;}
.btnDH.on .button::before,.btnDH .button:hover::before {border-radius: 0;transform: translateY(0) scaleY(1);transition-delay: 0s;}
.btnDH.on .button::after,.btnDH .button:hover::after {border-radius: 0 0 50% 50%;transform: translateY(-100%) scaleY(0.5);transition-delay: 0s;}


@media (min-width:767px) and (max-width:1199px){
	.btnDH .button{width:140px;height:45px;}
	.btnDH .button span{padding: 0 8px;}
}
@media (max-width:767px){
	.btnDH .button{width:135px;height:42px;}
	.btnDH .button{font-size: 15px;}
	.btnDH .button span{padding: 0 8px;}
	.btnDH .button b{display:none;}
}

/*内页banner*/
#ny_banner{height: 99.5vh;position: relative;overflow: hidden;}
#ny_banner .bj_img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
#ny_banner .bj_img img{width: 100%;height: 100%;object-fit: cover;object-position: bottom;}
#ny_banner .container{height: 100%;}
#ny_banner .content{width: 31%;max-width:406px;margin: auto;padding-bottom: 0px;}
@media (min-width:1500px){
	#ny_banner .content .img{margin-top: 7.5vh;}
	#ny_main .main_box1{padding-top: 120px;}
}
@media (min-width:1199px) and (max-width:1500px){
	#ny_main .main_box1{padding-top: 110px;}
}
@media (min-width:767px) and (max-width:1199px){
	#ny_banner{height: 680px;}
	#ny_banner .content{width: 42%;max-width: 310px;}
}
@media (max-width:767px){
	#ny_banner{height: 400px;}
	#ny_banner .content{width: 55%;max-width: 195px;padding-top: 45px;}
}

/*提示*/
#tipDown{position: absolute;bottom:75px;left:0;width: 100%;}
#tipDown .img1{width: 22px;margin: auto;}
#tipDown p{font-size: 12px;color: #fff;padding: 12px 0;text-align: center;}
#tipDown .img2{width: 14px;margin: auto;animation: tipDown2 2s infinite ease-in-out;}
@keyframes tipDown2{
  0% {transform: translateY(0%);}
  50% {transform: translateY(50%);}
  100% {transform: translateY(0%);}
}

@media (min-width:767px) and (max-width:1199px){
	#tipDown{bottom:60px;}
	#tipDown .img1{width: 17px;}
	#tipDown p{font-size: 11px;padding: 10px 0;}
	#tipDown .img2{width: 11px;}
}
@media (max-width:767px){
	#tipDown{bottom:30px;display:none;}
	#tipDown .img1{width: 15px;}
	#tipDown p{font-size: 11px;padding: 6px 0;}
	#tipDown .img2{width: 11px;}
}

/*轮播点*/
.swiper-pagination{position: relative!important;margin-top: 20px;}
.swiper-pagination span{width: 12px;height: 12px;background: #DA4733;opacity: 0.5;margin: 0 8px!important;transition: 0.5s;border-radius: 50%;}
.swiper-pagination .swiper-pagination-bullet-active{opacity: 1;}
@media (max-width: 768px){
	.swiper-pagination span{width: 9px;height: 9px;margin: 0 3px!important;}
}

/*标题*/
.main .title_img{width: 18vw;max-width: 280px;margin: 0 auto 57px auto;}

@media (min-width:767px) and (max-width:1199px){
	.main .title_img{width: 22vw;max-width: 200px;margin: 0 auto 45px auto}
}
@media (max-width:767px){
	.main .title_img{width: 48%;max-width: 175px;margin: 0 auto 38px auto;}
}



/*轮播按钮*/
.main .swiper-button-prev,.main .swiper-button-next{width: 108px;height: 108px;top:39%;}
.main .swiper-button-prev::after,.main .swiper-button-next::after{display: none;}
.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;}
@media (min-width: 1199px) and (max-width: 1500px){
	.main .swiper-button-prev,.main .swiper-button-next{width: 90px;height: 90px;top:38.5%;}
}
@media (min-width: 767px) and (max-width: 1199px){
	.main .swiper-button-prev,.main .swiper-button-next{width: 70px;height: 70px;top:39%;}
}
@media (max-width: 850px){
	.main .swiper-button-prev,.main .swiper-button-next{width: 55px;height: 55px;top:38%;}
	.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 {display: flex;justify-content: center;width: 100%;margin-top: 25px;}
.pagination li *{font-size: 16px;color: #DA4733;margin: 0 5px;width: 37px;height: 37px;border-radius: 50%;display: flex;align-items: center;justify-content: center;border: 1px solid rgba(234, 0, 41, 0.8);}
.pageRemark{display: none;}
.pagination li.active *,.pagination a:hover{background: #DA4733;color: #fff;}
.pagination .prev *{background:url(../img/page_L0.png) no-repeat center top;background-size: contain;border: none;}
.pagination .next *{background:url(../img/page_R0.png) no-repeat center top;background-size: contain;border: none;}
.pagination .prev a:hover{background:url(../img/page_L0.png) no-repeat center top;background-size: contain;}
.pagination .next a:hover{background:url(../img/page_R0.png) no-repeat center top;background-size: contain;}
.pagination .prev span,.pagination .next span{cursor: no-drop;}

@media (min-width: 767px) and (max-width: 1199px){
	.pagination {margin-top: 35px;}
	.pagination li *{width: 32px;height: 32px;font-size: 15px;}
}
@media screen and (max-width: 767px){
	.pagination {margin-top: 35px;}
	.pagination li *{width: 32px;height: 32px;font-size: 15px;margin: 4px;}
}

/*滚动条*/
.scrollBox{overflow-y: auto;padding-right: 20px;margin-right: -20px;}
.scrollBox::-webkit-scrollbar{width:2px;background:rgba(255,255,255,0.15);}
.scrollBox::-webkit-scrollbar-thumb{background:#fff;}