@font-face{font-family:'siyuansongti-Regular';src:url(../font/思源宋体-Regular.otf);}


html, body {position: relative;height: 100%;}
body{overflow-x: 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: 1620px;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:#003870!important;}
input,textarea{outline-color: #003870!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{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{padding: 85px 0;}
}
/*手机*/
@media screen and (max-width: 767px){
	.container{padding: 0 20px;}
	#box-1,#box-2,#box-3,#box-4,#box-5,#box-6{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,.imgD .zz-loop-item img{transition: 0.5s;}
.imgD li>*:hover img,.imgD .zz-loop-item>*:hover img{transform: scale(1.1);}
.tP{transition: 0.5s;}
.tP:hover{transform: scale(1.1);}
.tD img{transition: 0.5s;}
.tD:hover img{transform: scale(1.1);}
.img{font-size:0;-webkit-transform: translate3d(0, 0, 0);}


.main{background: #000;overflow-x: hidden;}
/*头部*/
header{position: fixed;height: auto;width: 100%;z-index: 999;}
.PCheader{background: rgba(0, 0, 0, 0);padding-top: 10px;}
.PCheader>.container>div{border-radius:45px;align-items: stretch;flex-wrap: nowrap;}
.PCheader>div>div{box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.08);background: #fff;border: 1px solid #FFFFFF;}
.PCheader .PClogo{padding: 7px 0px 7px 15px;}
.PCheader .PClogo a{width: 65px;height: 65px;overflow: hidden;}
.PCheader .dh{width: 65%;max-width: 980px;}
.PCheader .dh>ul{width: 100%;align-items: stretch;height: 100%;}
.PCheader .dh>ul>li{padding: 10px 10px;position: relative;}
.PCheader .dh>ul>li>div>a{font-size: 18px;color: #000;}
.PCheader .dh>ul>li:hover>div>a, .PCheader .dh>ul>li.on>div>a{color: #ffc800;}
.PCheader .tel{width: auto;height: auto;background: #000;padding: 13px 20px;font-weight: bold;border-radius:0 100px 100px 0;}
.PCheader .tel img{width: 48px;margin-right: 10px;}
.PCheader .tel:hover img{animation: DDimg 1.5s infinite ease-in-out;}
@keyframes DDimg{
	0% {-webkit-transform: scale(0.1) rotate(30deg);transform: scale(0.1) rotate(30deg); -webkit-transform-origin: center bottom;transform-origin: center bottom;}
	50% { -webkit-transform: rotate(-10deg);transform: rotate(-10deg);}
	70% { -webkit-transform: rotate(3deg);transform: rotate(3deg);}
	100% {-webkit-transform: scale(1);transform: scale(1);}
}
.PCheader .tel p{color: #fff;font-size: 18px;line-height: 1.3;}
.PCheader .tel p:nth-child(2){font-weight: bold;font-size: 24px;}
/*.PCheader .dh>ul>li::before {pointer-events: none;content: "";background: url(../img/dh_banyuan.png) no-repeat center top;background-size: 100% 0px;width: 100%;height: 100%;position: absolute;bottom: -78px;right: 0;z-index: 10;/* opacity: 0; */transition: 0.7s;}*/
.PCheader .dh>ul>li:hover::before,.PCheader .dh>ul>li.on::before{background-size: 100% 15px;opacity: 1;}
/* .PCheader .dh>ul>li::after {pointer-events: none;content: "";background: url(../img/butimg2.png) no-repeat center top; background-size: contain;width: 14px;height: 14px;position: absolute;bottom: 5px;left: calc(50% - 7px);z-index: 1;opacity: 0;transition: 0.7s;}
.PCheader .dh>ul>li:hover::after, .PCheader .dh>ul>li.on::after{opacity: 1;} */
.PCheader .zdh{position: absolute;background: #ffc800;color: #000;padding: 21px 50px 15px 50px;bottom: -62px;transform: translateX(-41%);width: max-content;transition: 0.5s;opacity: 0;visibility: hidden;}
.PCheader .dh>ul>li:hover .zdh{opacity: 1;border-radius: 0 0 55px 55px;visibility: visible;z-index: 9;}
.PCheader .zdh a{font-size: 17px;padding: 0 15px;}
.PCheader .zdh a:hover,.PCheader .zdh li.on a{color: #fff;}

@media (min-width:850px) and (max-width:1199px){
	.PCheader .PClogo {padding: 10px 0px 10px 12px;}
	.PCheader .PClogo a{width: 65px;height: 65px;overflow: hidden;}
	.PCheader .dh>ul>li>div>a{font-size: 16px;}
	.PCheader .dh>ul>li::before{bottom: -67px;}
	.PCheader .dh>ul>li::after {width: 12px;height: 12px;bottom: 3px;left: calc(50% - 6px);}
	.PCheader .tel {width: 225px;padding: 11px 20px 11px 10px;}
	.PCheader .tel img {width: 40px;}
	.PCheader .tel p {font-size: 17px;}
	.PCheader .tel p:nth-child(2){font-size: 20px;}
	.PCheader .zdh{bottom: -56px;padding: 20px 30px 13px 30px;}
	.PCheader .zdh a{font-size: 15px;}
	.PCheader .dh>ul>li:hover .zdh{border-radius: 0 0 45px 45px;}
}

/*sj头部*/
header .menu>p{justify-content: flex-end;}
.sjheader{background:#fff;border-bottom:1px solid rgba(0, 0, 0, 0.1);padding-top: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: 18px!important;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.on .app_menu_erji:before,.fathermenu li .iconb:before{border-color:#ffc800;}
.fathermenu li .iconb:before {transform: rotate(225deg) translateY(3px);}
.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: 20px 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: #ffc800;}
#app_menu .iconb{color: #ffc800;}
#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){
	header.SJBlock {display: block!important;}
	header.PCBlock {display: none!important;}
	.sjheader{height:75px}
	.sjheader #logo img{width: 66%;}
	.sjheader #logo{width: 23%;}
	.xz {width: 33px !important;}
	.close{width: 22px !important;}
}
@media screen and (max-width: 767px){
	header .menu>p{justify-content: center;}
	.sjheader{height:58px}
	.sjheader .container{padding-right:15px;}
	.sjheader #logo{width: 100%;position: absolute;left: 0;}
	.sjheader #logo a{width: 70px;margin-left: 20px;}
	.sjheader #logo img{width: 66%;}
	.sjheader #menu{width: 30px;text-align: right;z-index: 5;position: absolute;right: 20px;}
	.xz {width: 25px !important;}
	.close{width: 16px !important;}
}

/*底部*/
.body_footer{padding-bottom: calc(100px + 9.6vw)!important;}
footer {position: relative;z-index: 2;margin-top: -10vw;overflow: hidden;}
footer .foot-bottom__cont{height: 9.6vw;position: relative;width: 100%;overflow: hidden;}
footer .foot-bottom__cont svg {position: absolute;bottom: -22px;}
footer .foot-bottom__cont svg:nth-child(1){z-index: -1;left: -54%;width: 308vw;height: 9.6vw;}
footer .foot-bottom__cont svg:nth-child(2) {left: -31%;width: 365vw;height: 9vw;}
footer .foot-bottom__cont path{-webkit-animation: move-forever2 8s linear infinite;animation: move-forever2 8s linear infinite;}
@keyframes move-forever2 {
	0% {-webkit-transform: translate(-270px, 0%);transform: translate(-270px, 0%);}
	50% {-webkit-transform: translate(10px, 0px);transform: translate(10px, 0px);}
	100% {-webkit-transform: translate(-270px, 0%);transform: translate(-270px, 0%);}
}

footer .footer_main{background: url(../hmw/footer-bg.jpg) no-repeat center top;background-size: cover;padding: 20px 0 15px 0;z-index: 3;background-color: #000;}
footer .box1 .left{width: 38%;}
footer .box1 .left .footer_logo{max-width: 287px;display: block;width: 50%;}
footer .box1 .left ul{align-items: flex-start;flex-wrap: nowrap;margin-top: 60px;}
footer .box1 .left li{min-width: 37%;}
footer .box1 .left .title{color: #FFC600;font-size: 16px;padding-bottom: 5px;}
footer .box1 .left .tel{font-size: 20px;color: #fff;line-height: 1.4;}
footer .box1 .left .address{font-size: 16px;color: #fff;}
footer .box1 .right{width: 54%;padding-bottom: 40px;}
footer .box1 .right ul{align-items: flex-start;margin: 0 -20px;}
footer .box1 .right li{width: 20%;}
footer .box1 .right li>div{transition: 0.5s;}
footer .box1 .right li>div:hover{transform: translateY(-13px);}
footer .box1 .right li .img{margin: 0 23px;border-radius: 10px;overflow: hidden;}
footer .box1 .right li .title{margin-top: 10px;}
footer .box1 .right li .title p{font-size: 14px;color: #fff;text-align: center;}
footer .copyright{border-top: 1px solid rgba(255, 255, 255, 0.2);padding-top: 15px;margin-top: 30px;}
footer .copyright div{font-size: 14px;color: #fff;}

@media (min-width:1199px) and (max-width:1500px){
	footer .box1 .left .address {font-size: 17px;}
}
@media (min-width:767px) and (max-width:1199px){
	.body_footer{padding-bottom: calc(80px + 9.6vw)!important;}
	footer .foot-bottom__cont svg {bottom: -7px;}
	footer .foot-bottom__cont svg:nth-child(1){height: 9.5vw;left: -60%;}
	footer .foot-bottom__cont svg:nth-child(2){height: 10.5vw;left: -12%;}
	footer .footer_main{padding: 35px 0 15px 0;}
	footer .box1 .left {width: 42%;}
	footer .box1 .left .title{font-size: 15px;}
	footer .box1 .left .tel{font-size: 18px;}
	footer .box1 .left .address {font-size: 15px;}
	footer .box1 .left li{padding-right: 25px;}
	footer .box1 .right {width: 55%;}
	footer .box1 .right ul{margin: 0 -12px;}
	footer .box1 .right li .img {margin: 0px 12px;}
	footer .box1 .right li .title p {font-size: 14px;}
	footer .copyright div {font-size: 14px;}
	
}
@media (max-width:850px){
	.body_footer{padding-bottom: calc(60px + 9.6vw)!important;}
	footer .footer_main {padding: 60px 0 15px 0;}
	footer .box1 .left ,footer .box1 .right{width: 100%;}
	footer .box1 .left li {padding-right: 0;}
	footer .box1 .right{margin-top: 55px;padding-bottom: 20px;}
	footer .copyright{justify-content: center;}
}
@media (max-width:767px){
	footer .footer_main {padding: 40px 0 15px 0;background: url(../img/footer_main_bj_sj.jpg) no-repeat center top;background-size: cover;background-color: #000;}
	footer .foot-bottom__cont svg{bottom: -5px;}
	footer .foot-bottom__cont svg:nth-child(1),.footer .foot-bottom__cont svg:nth-child(2){height: 11vw;}
	footer .box1 .left ul{flex-wrap: wrap;margin-top: 25px;text-align: center;}
	footer .box1 .left li{width: 100%;padding: 12px 0;}
	footer .box1 .left .footer_logo{margin: auto;}
	footer .box1 .left .address {font-size: 16px;}
	footer .box1 .right {margin-top: 20px;padding-bottom: 0px;display: none;}
	footer .box1 .right ul{justify-content: flex-start;margin: 0 -15px;}
	footer .box1 .right li {width: 33.3%;padding:15px 5px;}
	footer .box1 .right li .img{margin: 0 10px;}
	footer .box1 .right li .title p {font-size: 14px;}
	footer .copyright{margin-top: 20px;}
	footer .copyright div {font-size: 14px;text-align: center;}
}

/*内页banner*/
#ny_banner{height: 83vh;position: relative;}
#ny_banner .container{height: 100%;}
#ny_banner .content .img{width: 26px;margin:25px auto;}
#ny_banner .content .title{font-size: 100px;font-weight: bold;color: #fff;line-height: 1.2;font-family: "siyuansongti-regular"!important;}
#ny_banner .content .ftitle{font-size: 20px;font-weight: bold;color: #fff;font-family: "siyuansongti-regular"!important;}
#ny_banner .ny_banner_bottom{position: absolute;width: 100%;bottom: 0;}
#ny_banner .ny_banner_bottom img{width: 100%;object-fit: cover;min-height: 16px;}
@media (min-width:767px) and (max-width:1199px){
	#ny_banner{height: 680px;}
	#ny_banner .content .title{font-size: 80px;}
	#ny_banner .content .ftitle{font-size: 18px;}
}
@media (max-width:767px){
	#ny_banner{height: 400px;}
	#ny_banner .content .img{width: 20px;margin:15px auto;}
	#ny_banner .content .title{font-size: 38px;}
	#ny_banner .content .ftitle{font-size: 15px;}
}

/*提示*/
#tipDown{position: absolute;left:calc(50% - 13px);bottom:85px;}
#tipDown img{width: 25px;animation: tipDown1 2s infinite linear;}
@keyframes tipDown1{
  0% {transform: translateY(0px);}
  50% {transform: translateY(15px);}
  100% {transform: translateY(0px);}
}

@media (min-width:767px) and (max-width:1199px){
	#tipDown{bottom:68px;}
}
@media (max-width:767px){
	#tipDown{position: absolute;left:calc(50% - 10px);bottom:40px;}
	#tipDown img{width: 17px;}
}
/*轮播点*/
.swiper-pagination{position: relative!important;}
/*.swiper-pagination span{width: 22px;height: 22px;background: url(../img/pagination_B.png) no-repeat center center;background-size: contain;margin: 0 10px!important;}*/
.swiper-pagination span{width: 22px;height: 22px;background: #fff;margin: 0 10px!important;}
@media (min-width:767px) and (max-width:1199px){
	.swiper-pagination span{width: 18px;height: 18px;margin: 0 7px!important;}
}
@media (max-width:767px){
	.swiper-pagination span{width: 15px;height: 15px;margin: 0 5px!important;}
	.swiper-pagination{margin-top: 35px!important;width: 100%;}
}

/*标题*/
.siyuansongti{font-family: "siyuansongti-regular"!important;}
.pub_title .title{font-size: 56px;font-weight: bold;color: #fff;line-height: 1.25;font-family: "siyuansongti-regular"!important;}
.pub_title .title span{margin-right: 0px;}
.pub_title .title img{width: 22px;margin-top: 5px;}
.pub_title .desc{font-size: 16px;color: #fff;font-family: "siyuansongti-regular"!important;text-align: center;}
@media (min-width:767px) and (max-width:1199px){
	.pub_title .title{font-size: 48px;}
	.pub_title .title span{margin-right: 0px;}
	.pub_title .title img{width: 20px;}
	.pub_title .desc{font-size: 16px;}
}
@media (max-width:767px){
	.pub_title .title{font-size: 32px;}
	.pub_title .title span{margin-right:0px;}
	.pub_title .title img{width: 13px;}
	.pub_title .desc{font-size: 15px;margin-right:0px;}
}

/*按钮*/
.pub_btn a{display: inline-flex;align-items: center;filter: url(#buttonFilter);}
.pub_btn .text{font-size: 18px;color: #fff;background: #ffc800;border-radius: 25px;padding: 0px 35px;position: relative;height: 50px;}
.pub_btn .text *{z-index: 2;position: relative;}
.pub_btn .img{width: 50px;height: 50px;background: #ffc800;border-radius: 50%;transition:1s cubic-bezier(.135,.9,.15,1);margin-left: -8px;}
.pub_btn a:hover .img{transform: translateX(18px) rotate(45deg);}
.pub_btn .img img{width: 25%;}
@media (min-width: 768px) and (max-width: 1199px){
	.pub_btn .text{height: 45px;font-size: 18px;padding: 0px 30px;}
	.pub_btn .img{width: 45px;height: 45px;}
}
@media (max-width:767px){
	.pub_btn .text{height: 40px;font-size: 16px;padding: 0px 25px;}
	.pub_btn .img{width: 36px;height: 36px;}
}

/*轮播按钮*/
.main .swiper-button-prev,.main .swiper-button-next{width: 68px;height: 68px;top:45%;}
.main .swiper-button-prev{background: url(../img/about_brn_L1.png) no-repeat center top;background-size: contain;left: 30px;animation: leftBtn 1.5s infinite linear;}
.main .swiper-button-next{background: url(../img/about_brn_R1.png) no-repeat center top;background-size: contain;right: 30px;animation: rightBtn 1.5s infinite linear;}
.main .swiper-button-prev:hover{background: url(../img/about_brn_L1.png) no-repeat center top;background-size: contain;}
.main .swiper-button-next:hover{background: url(../img/about_brn_R1.png) no-repeat center top;background-size: contain;}
@media (min-width: 1199px) and (max-width: 1500px){
	.main .swiper-button-prev,.main .swiper-button-next{width: 60px;height: 60px;top:44%;}
}
@media (min-width: 767px) and (max-width: 1199px){
	.main .swiper-button-prev,.main .swiper-button-next{width: 52px;height: 52px;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;}
}

@keyframes leftBtn{
	0%{transform: translateX(0px);}
	50%{transform: translateX(-15px);}
	100%{transform: translateX(0px);}
}
@keyframes rightBtn{
	0%{transform: translateX(0px);}
	50%{transform: translateX(15px);}
	100%{transform: translateX(0px);}
}

/*分页*/
.pages .pagination{justify-content: center;justify-items: center;display: flex;flex-wrap: wrap;width: 100%;}
.pagination {height: auto;padding-top: 80px;padding-bottom: 0px;display: flex;justify-content: center;width: 100%;margin-top: 10px;}
.pagination li *{display: block;width: 54px;height: 55px;line-height: 54px;border-radius: 50%;font-size: 22px;padding: 0;text-align: center;background: #F8F8F8;color: #000;margin: 0 18px;}
.pageRemark{display: none;}
.pagination li.active span,.pagination a:hover{
    background: #ffc800;color: #fff;
}
.pagination li.disabled span{cursor: not-allowed;}

@media (min-width: 767px) and (max-width: 1199px){
	.pagination{padding-top: 55px;}
	.pagination li *{width: 52px;height: 52px;line-height: 52px;font-size: 22px;margin: 0 15px;}
}
@media screen and (max-width: 767px){
	.pages{justify-content: center;justify-items: center;display: flex;flex-wrap: wrap;}
	.pagination {height: auto;padding-top: 30px;padding-bottom: 0px;}
	.pagination li *{width: 40px;height: 40px;line-height: 40px;font-size: 18px;margin: 7px!important;}
}



/*友情链接*/
footer .yqlj select {width: 135px;padding: 3px 10px;color: #fff;font-size: 15px;appearance: none;-moz-appearance: none;-webkit-appearance: none;border: none;background: url(../img/select.png) no-repeat right 13px center;background-size: 8px;border: 1px solid #fff;}
footer .yqlj select option{background:#013054;}

@media (max-width:850px){
	footer .yqlj div{margin-top: 5px;justify-content: center;}
	footer .yqlj select{width: 125px;padding: 3px 30px 3px 10px;background: url(../img/select.png) no-repeat right 15px center;background-size:8px;font-size: 14px;}
}