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;
}

/**
 * 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: #333;
  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: block;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 {max-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: 1600px;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;}

@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:rgba(50, 44, 43, 1);}

.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;}
#box-1 {
     padding-bottom: 0;
     margin-bottom: 100px;
}

.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);}
.imgD li:hover .noimgD img,.imgD .zz-loop-item:hover .noimgD img{transform: scale(1);}

.tD{overflow: hidden;display: flex;}
.tD img{transition: 0.5s;}
.tD:hover img{transform: scale(1.1);}

.bg-white {
    position:absolute; width:100%; height:63px; left:0; bottom:0; background:#fff
}

@media(min-width:767px) and (max-width:1199px){
	.container{padding: 0 25px;}
	#box-1,#box-2,#box-3,#box-4,#box-5,#box-6{padding: 80px 0;}
	#box-1 {
     padding-bottom: 0;
     margin-bottom: 80px;
}
}
/*手机*/
@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;}
	#box-1 {
        padding-bottom: 0;
        margin-bottom: 60px;
    }
    .bg-white {
        height: 47px;
    }
	
	.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;}
	.sf15{font-size: 14px!important;}
	.sf14{font-size: 14px!important;}
	
}
/*pc头部*/
header{position: fixed;height: auto;background: #fff;width: 100%;}
.logo{width: 18%;}
.fdh{width: 78%;justify-content: flex-end;}
.fdh>li{margin: 0 0px;}
.fdh>li>a{padding: 1.5rem 2.08rem;display:block;}
.fdh>li:hover,.fdh>li.on{background: linear-gradient(91deg, #003870, #004DA1);color: #fff;}
.seach{width: 2%;}
.seach img{width: 18px;}
.zdh{position: absolute;top: 100%;background: rgba(255, 255, 255, 0.9);width: 100%;left: 0px;padding: 5px 0;display: none;box-shadow: rgb(0 0 0 / 5%) 0px 5px 10px;border-top: 1px solid rgba(0, 0, 0, 0.05);}
.zdh li{color: #000;width: 12%;text-align: center;margin:55px 8px;}
.zdh li a{background:#fff;padding:45px 15px 45px 15px;border-radius:10px;display:block;box-shadow: rgb(0 0 0 / 5%) 0px 3px 10px;font-size:16px;transition:background 0.5s;}
.zdh li a p{color:#666;}
.zdh li a img{width: 35px;margin-bottom:5px;}
.zdh li a:hover img{filter: brightness(100);}
.zdh li a:hover{background: url(../img/dhbj01.jpg) no-repeat center center;background-size: cover;}
.zdh li a:hover p{color:#fff;}

@media(min-width:767px) and (max-width:1199px){
	.zdh li{width: 13%;}
	.zdh li a img {width: 32px;margin-bottom: 0px;}
	.zdh li a{padding:30px 10px 30px 10px;font-size: 16px;}
}
@media(min-width:850px) and (max-width:1199px){
	.fdh>li>a{padding: 18px;}
}
@media(min-width:767px) and (max-width:850px){
	.fdh>li>a{padding: 18px 10px;}
}
/*sj头部*/
header{z-index: 999;}
header .menu>p{    justify-content: flex-end;}
.sjheader .container {height: inherit;}
.xz{width: 27px !important;    filter: invert(1);}
.close {content: url(../img/closedaohang.png);width: 20px !important;filter: none !important;}
.fathermenu .erji {display: none;margin-top:1px;}
.fathermenu li div {position: relative;}
.fathermenu li .app_menu_erji:before {content: "";border-top: 2px solid #fff;border-left: 2px solid #fff;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:#003870;}
.fathermenu li div,
.fathermenu li a {color: #fff !important;}
#app_menu {display: block;padding: 0px;top: 0;background: #003870;position: fixed;right: 0px;/* transform: translate3d(70%, 0, 0); */transform: translate3d(100%, 0, 0);width: 70%;height: 100vh;overflow-y: auto;z-index: -1;}
.fathermenu {padding: 0 20px;margin-top: 45%;}
#app_menu ul li .app_menu_erji{padding: 23px 12px;}
#app_menu ul li>div a{display: block;padding: 23px 12px;}
#app_menu .app_menu_noerji:hover,#app_menu .app_menu_noerji.on{background: #fff;}
#app_menu .app_menu_noerji:hover>*,#app_menu .app_menu_noerji.on>*{color: #003870!important;}

#app_menu .iconb{background: #fff;}
#app_menu .iconb{color: #003870!important;}
/* #app_menu .erji li:hover{background: #fff;}
#app_menu .erji li:hover *{color: #0066B3!important;} */
#app_menu ul li:not(:last-child) {border-bottom: 1px solid rgba(255, 255, 255, 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;}

header .ss_input{position: absolute;top: 100%;right: 4.8%;padding:10px;}
header form{background: #fff;border: 1px solid #ccc;border-radius: 28px;overflow: hidden;padding: 12px 20px;}
header form input,header form button{border:none;background: #fff;outline: none;font-size:14px;color:#333}
header form input::placeholder{color:#b5abab;}
header .ss_input::after{content: '';border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #fff;border-top: 8px solid transparent;position: absolute;top: -4px;left: calc(50% - 8px);}
header .ss_input button{width: 16px;}
header .ss_input button img{width: 100%;margin-bottom: -3px;}
@media (min-width: 1600px){
	header .ss_input{display: block;max-width: 1550px;width: 100%;text-align: right;left: calc((108% - 1550px) / 2);}
	header form{display: inline-block;}
	header .ss_input::after{left: 92.5%;}
	
}
@media (min-width: 1199px) and (max-width: 1600px){
	header .ss_input{right: -10px;}
	header .ss_input::after {right: 57px;left: auto;}
}
@media (min-width: 767px) and (max-width: 1199px){
	header form {border-radius: 22px;}
	header .ss_input{right: -10px;}
	header .ss_input::after {right: 35px;left: auto;}
}
@media screen and (max-width: 767px){
	.sjheader{height:55px}
	.sjheader #logo{width: 80%;}
	.sjheader #logo img{width: 60%;}
	.sjheader #menu{width: 20%;text-align: right;}
}

/*底部*/
footer{background: url(../img/footer.png) no-repeat center center;background-size: cover;padding: 70px 0 13px 0;}
footer .content{display: flex;align-items: flex-start;justify-content: space-between;padding-bottom:50px;flex-wrap: wrap;}
footer .foot1{width: 40%;}
footer .foot1 li{padding-bottom:20px}
footer .foot1 li .foot_fdh{color:#fff;padding-bottom:10px;font-weight:bold;}
footer .foot1 li .foot_zdh p{color:rgba(255,255,255,0.35);padding-bottom:3px;}
footer .foot2{width: 33%;padding-right:35px;align-items: flex-start;}
footer .foot2 li{width: 33.33%;padding:0 15px;}
footer .foot2 .f16{font-size:15px;}
footer .foot2 li>p{color:#fff;padding-bottom:10px;font-weight:bold;width:100%;text-align:center;}
footer .foot2 li .img p{color:rgba(255,255,255,0.5);text-align:center;padding-top:3px;}
footer .foot3{width: 25%;}
footer .foot3 p{color:#fff;}
footer .foot3 .lxdh{font-weight: bold;font-size: 36px;}
footer .foot3 .address p{color:rgba(255,255,255,0.35);padding-bottom:3px;}
footer .beian{color:rgba(255,255,255,0.35);border-top:1px solid rgba(171, 171, 171, 0.15);padding-top:13px}

footer .foot1 li .foot_zdh p:nth-child(1){animation-delay: 0.1s;}
footer .foot1 li .foot_zdh p:nth-child(2){animation-delay: 0.2s;}
footer .foot1 li .foot_zdh p:nth-child(3){animation-delay: 0.3s;}
footer .foot1 li .foot_zdh p:nth-child(4){animation-delay: 0.4s;}
footer .foot1 li .foot_zdh p:nth-child(5){animation-delay: 0.5s;}
footer .foot1 li .foot_zdh p:nth-child(6){animation-delay: 0.6s;}
footer .foot2 li .img img{animation-delay: 0.1s;}
footer .foot2 li .img p{animation-delay: 0.2s;}
footer .foot3 li>p:nth-child(1){animation-delay: 0.1s;}
footer .foot3 li>p:nth-child(2){animation-delay: 0.2s;}
footer .foot3 .address p:nth-child(1){animation-delay: 0.3s;}
footer .foot3 .address p:nth-child(2){animation-delay: 0.4s;}

footer a:hover{color:rgba(255,255,255,0.8)!important;}

@media(min-width:767px) and (max-width:1199px){
	footer .f16{font-size:14px;}
	footer .foot2 .f16{font-size:14px;}
	footer .foot2{padding-right:5px}
	footer .foot2 li {padding: 0 10px;}
	footer .foot2 li .img p {font-size: 12px;}
	footer .foot3 .lxdh {font-size: 30px;}
}
@media(max-width:767px){
	footer {padding: 50px 0 13px 0;}
	footer .f14{font-size:13px;}
	footer .f16{font-size:14px;}
	footer .content{padding-bottom:40px;}
	footer .foot1{display:none;}
	footer .foot2{width: 100%;padding-right:0px;padding-bottom:35px}
	footer .foot2 li {width: 33.3%;padding: 0 7px;display: flex;flex-wrap: wrap;justify-content: center;}
	footer .foot2 .f16 {font-size: 14px;}
	footer .foot3{width: 100%;text-align: center;}
	footer .beian{text-align: center;}
}
/*提示*/
#tipDown{position: absolute;right:40px;top:50%;display:none!important;}
#tipDown img:nth-child(1){position: absolute;right: 40%;bottom: 60%;width: 10px;animation: tipDown 2s infinite ease-in-out;}
#tipDown img:nth-child(2){width: 44px;}
@keyframes tipDown{
  0% {transform: translateY(0%);}
  50% {transform: translateY(50%);}
  100% {transform: translateY(0%);}
}
/*内页banner*/
#ny_banner .container{height:78vh;position: relative;}
#ny_banner .content_Text{
    transform-origin: 0 0;
	animation: text 1.2s cubic-bezier(.49,.54,.16,1);
	animation-fill-mode: both;
  }
@keyframes text{
  0% {opacity: 0;transform: matrix(1,-.1,0,1,0,-20);}
  100% {opacity: 1;transform: matrix(1,0,0,1,0,0);}
}
#ny_banner .ny_title{font-size: 30px;}
#ny_banner .ny_ftitle{font-size: 90px;font-weight: bold;}
#ny_banner .ny_daohang{position: absolute;bottom:60px;font-size:22px}
#ny_banner .ny_daohang .on,#ny_banner .ny_daohang li:hover{color:rgba(255,255,255,0.5);}
#ny_banner .ny_daohang li:not(:last-child){padding-right:15px}
#ny_banner .ny_daohang li:not(:last-child)::after{content:"/";padding-left:15px;color:#fff;}
@media(min-width:767px) and (max-width:1199px){
	#ny_banner .ny_title{font-size: 24px;}
	#ny_banner .ny_ftitle{font-size: 70px;font-weight: bold;}
}
@media(max-width:767px){
	#ny_banner .container{height:380px;}
	#ny_banner .ny_title{font-size: 18px;}
	#ny_banner .ny_ftitle{font-size: 38px;font-weight: bold;}
	#ny_banner .ny_daohang {bottom: 40px;font-size: 16px;}
	#ny_banner .ny_daohang li:not(:last-child){padding-right:8px}
	#ny_banner .ny_daohang li:not(:last-child)::after{padding-left:8px;}
}

/**/
.ny_title_block{text-align: center;}
.ny_title_block div{font-size: 58px;font-weight: bold;color: #003870;background: linear-gradient(90deg, #003870 0%, #004DA1 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;line-height: 1.4;display: inline-block;}
.ny_title_block p{color: #333333;font-size: 18px;}
.ny_title_block .xian{width: 41px;height: 3px;background: linear-gradient(90deg, #003870, #004DA1);display: inline-block;margin-top: 30px;}

@media (min-width:767px) and (max-width:1199px){
	.ny_title_block div{font-size: 46px;}
	.ny_title_block p{font-size: 17px;}
	.ny_title_block .xian{width: 30px;height: 3px;margin-top: 30px;}
}
@media screen and (max-width: 767px){
	.ny_title_block div{font-size: 34px;}
	.ny_title_block p{font-size: 15px;}
	.ny_title_block .xian{width: 30px;height: 3px;margin-top: 25px;}
	
}

.pageL,.pageR{padding: 0!important;}
.pageL span,.pageR span{padding: 8px 20px!important;display:inline-block;}
.pageL span{background: url(../img/pageL.png) no-repeat center center!important;background-size: 20%!important;content:''!important;}
.pageR span{background: url(../img/pageR.png) no-repeat center center!important;background-size: 20%!important;content:''!important;}
a.pageL:hover span{background: url(../img/pageL1.png) no-repeat center center!important;background-size: 20%!important;}
a.pageR:hover span{background: url(../img/pageR1.png) no-repeat center center!important;background-size: 20%!important;}
@media screen and (max-width: 767px){
	.pageL span,.pageR span{padding: 5px 15px!important;}
}