*{font-family: "fontC";}
@font-face{font-family:'fontT';src:url(../font/fontT.otf);}
.fontT,.fontT *{font-family: "fontT"!important;}
@font-face{font-family:'fontC';src:url(../font/fontC.otf);}
.fontC,.fontC *{font-family: "fontC"!important;}

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 "\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: 1573px;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:#E5002D!important;}
input,textarea{outline-color: #E5002D!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: 115px 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: 90px 0;}
}
@media (min-width:767px) and (max-width:850px){
	#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: 65px 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);}
.tD img{transition: 0.5s;}
.tD:hover img{transform: scale(1.1);}
.img{font-size:0;-webkit-transform: translate3d(0, 0, 0);}


/*pc头部*/
header{position: fixed;z-index: 999;width: 100%;background: #fff;}
header.follow{box-shadow: 0px 0px 25px 0px rgba(229, 0, 45, .2);}
#PCheader .container{max-width: 1780px;}
#PCheader .box1{flex-wrap: nowrap;}
#PCheader .logo{width: 12%;max-width: 204px;}
#PCheader .logo a{max-width: 168px;display: block;}

#PCheader .dh .fdh,#PCheader .dh .fdh>li,#PCheader .dh .fdh>li>a,#PCheader .dh .fdh>li>a .dh_jt{position: relative;z-index: 999;}
#PCheader .dh{width: 62%;}
#PCheader .dh .fdh>li{padding: 0 1.6%;position: relative;}
#PCheader .dh .fdh>li>a{color: #333;font-size: 0.88vw;display: flex;align-items: center;padding: 30px 0;}
#PCheader .dh .fdh>li>a.active,#PCheader .dh .fdh>li:hover>a{color: #E5002D;}
#PCheader .dh .fdh>li>a::before {content: "";position: absolute;top: calc(100% - 22px);left: 46%;width: 0;height: 4px;border-radius: 2px;background-color: #E5002D;transform: translateX(-50%);transform: all .3s;}
#PCheader .dh .fdh>li:nth-child(1)>a::before{left: 50%;}
#PCheader .dh .fdh>li:hover>a::before{width: calc(20px * 1);}
#PCheader .dh .fdh>li>a .dh_jt{width: 12px;margin-left: 3px;transition: 0.5s;}
#PCheader .dh .fdh>li>a .dh_jt img{width: 100%;}
#PCheader .dh .fdh>li>a.active .dh_jt,#PCheader .dh .fdh>li:hover>a .dh_jt{transform: rotateX(-180deg);}
#PCheader .dh .fdh>li>a .dh_jt img:nth-child(2){display: none;}
#PCheader .dh .fdh>li>a.active .dh_jt img:nth-child(1),#PCheader .dh .fdh>li:hover>a .dh_jt img:nth-child(1){display: none;}
#PCheader .dh .fdh>li>a.active .dh_jt img:nth-child(2),#PCheader .dh .fdh>li:hover>a .dh_jt img:nth-child(2){display: block;}
#PCheader .dh .zdh{position: absolute;top: 100%;left: -10px;font-size: 18px;white-space: nowrap;padding: 0;max-height: 0;overflow: hidden;border-radius: calc(10px * 1);background-color: #fff;transition: all .3s;width: 11.3vw;box-shadow: 0px 2px 12px 0px rgba(51, 51, 51, .05);}
#PCheader .dh .fdh>li:hover .zdh{max-height: 600px;padding: calc(12px * .99 * .99) calc(10px * .99 * .99);}
#PCheader .dh .zdh a{display: flex;align-items: center;padding: 12px 15px;border-radius: 10px;color: #585858;font-size: 0.88vw;position: relative;}
#PCheader .dh .zdh img{width: 0.85vw;position: absolute;right: 1vw;transform: rotate(-90deg);}
#PCheader .dh .zdh a:hover{color: #fff;background: #E5002D;}

#PCheader .right{justify-content: flex-end;width: 30%;}
#PCheader .media{margin-right: 2.5%;}
#PCheader .media li{padding: 0 4px;}
#PCheader .media .img_img{position: relative;border: 1px solid rgba(229, 0, 45, 0.1);border-radius: 50%;width: 2.35vw;height: 2.35vw;max-width: 41px;max-height: 41px;}
#PCheader .media .img_img:hover{background: #E5002D;}
#PCheader .media img{width: 100%;padding: 8px;}
#PCheader .media .img2{position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;}
#PCheader .media .img_img:hover .img1{opacity: 0;}
#PCheader .media .img_img:hover .img2{opacity: 1;}
#PCheader .media .ewm{position: absolute;width: 7.8vw;left: -2.5vw;top: 100%;opacity: 0;visibility: hidden;pointer-events: none;}
#PCheader .media .img_img:hover .ewm{opacity: 1;visibility: visible;}

#PCheader .tel{background: #E5002D;border-radius: 27px;padding: 7px 20px 6px 7px;}
#PCheader .tel .img{width: 2.1vw;margin-right: 5px;max-width: 40px;}
#PCheader .tel .content *{color: #FEFEFE;text-align: center;}
#PCheader .tel .content p{font-size: 0.82vw;line-height: 1.1;}
#PCheader .tel .content div{font-size: 1.5vw;line-height: 0.85;letter-spacing: -0.5px;}

@media (min-width: 1930px){
	#PCheader .dh .fdh>li>a{font-size: 18px;}
	#PCheader .dh .zdh a{font-size: 18px;}
	#PCheader .tel .content div{font-size: 29px;}
	#PCheader .tel .content p{font-size: 16px;}
}
@media (min-width: 1199px) and (max-width: 1500px){
	#PCheader .right {width: 29%;}
	#PCheader .dh {margin-left: 1.5%;}
	#PCheader .dh .fdh>li>a{font-size: 1.05vw;}
	#PCheader .dh .fdh>li>a .dh_jt {width: 10px;}
	#PCheader .media img{padding: 7px;}
	#PCheader .tel {padding: 7px 15px 6px 7px;}
}
@media (min-width: 1199px) and (max-width: 1380px){
	#PCheader .dh .fdh>li {padding: 0 1.5%;}
	#PCheader .dh .fdh>li>a{padding: 25px 0;}
	#PCheader .tel .img {width: 1.8vw;}
	#PCheader .tel .content div{font-size: 1.3vw;}
}

@media (min-width: 768px) and (max-width: 1199px){
	#PCheader .dh {width: 65%;margin-left: 1%;}
	#PCheader .dh .fdh>li {padding: 0 1.5%;}
	#PCheader .dh .fdh>li>a{font-size: 1.2vw;padding: 22px 0;}
	#PCheader .dh .fdh>li>a::before {top: calc(100% - 17px);left: 44%;height: 3px;}
	#PCheader .dh .zdh{left: -13px;width: 12.8vw;}
	#PCheader .dh .zdh a{font-size: 1.2vw;padding: 9px 10px;}
	#PCheader .dh .fdh>li>a .dh_jt {width: 9px;}
	#PCheader .right{width: 18%;}
	#PCheader .media{display: none;}
	#PCheader .tel .content div {font-size: 1.7vw;}
}

/*sj头部*/
header{position: fixed;z-index: 999;width: 100%;background: #fff;}
header .menu>p{justify-content: flex-end;}
.sjheader{background:#fff;box-shadow: rgba(229, 0, 45, 0.13) 0px 0px 12px 0px;height:60px;}
.sjheader .container {height: inherit;}
.sjheader #menu {width: 35px;height:35px;text-align: right;background: #E5002D;border-radius: 100%;}
.sjheader #menu i{transition: all .4s ease-out;display: block;height: 2px;background: #fff;margin: 2.3px 23%;border-radius: 5px;width: 100%;transform: none;opacity: 1;}
.sjheader #menu i:nth-child(2){margin: 2.3px 23% 2.3px 35%;}
.sjheader #menu.close i:nth-child(1){transform: rotate(45deg) translate(4px, 4px);}
.sjheader #menu.close i:nth-child(2){background: #E5002D;}
.sjheader #menu.close i:nth-child(3){transform: rotate(-45deg) translate(5px, -5px);}
.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: 8px;height: 8px;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:#E5002D;}
.fathermenu li.active .app_menu_erji:before {border-color:#E5002D;}
.fathermenu li div,.fathermenu li a {color: #000;}
#app_menu {display: block;padding: 0px;top: 0;position: fixed;right: 0px;width: 80%;height: 100vh;overflow: hidden;z-index: -1;box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);transform: translateX(100%);transition: 0.3s ease-in-out;}
#app_menu .app_menu_block{background: #fff;min-height: 100%;top: 0;position: absolute;width: 100%;}
.fathermenu {margin-top: 100px;height: 75vh;overflow-y: auto;}
#app_menu ul li{padding: 0 20px;}
#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.active .app_menu_erji,#app_menu li.active .app_menu_noerji *,#app_menu li .app_menu_erji.active span{display: block;color: #E5002D;}
#app_menu .iconb{color: #E5002D;}
#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 {display: block !important;z-index: 99 !important;transform: translateX(0%)!important;}
.erji>li {border-bottom: none !important;padding-bottom: 10px!important;margin-top: -5px!important;}
.erji li a{padding: 15px 8px!important;}

@media screen and (max-width: 850px){
	#PCheader{display:none;}
	.sjheader{display:block!important;}
	.sjheader #logo{width: 36%;max-width: 110px;}
	.sjheader .box1{width: 85%;flex-wrap: nowrap;}
	.sjheader .tel{padding-left: 7%;border-left: 2px solid #EBEBEB;margin-left: 7%;}
	.sjheader .tel *{color: #E5002D;line-height: 1.18;font-size: 20px;}
	.sjheader .tel p{font-size: 13px;}
}
@media screen and (max-width: 767px){
	.sjheader .tel *{font-size: 4.3vw;white-space: nowrap;}
}

/*底部*/
footer{background: url(../img/footer_bj.png)no-repeat center top;background-size: cover;padding: 260px 0 0 0;background-color: #fff;}
footer *{color: #fff!important;}
footer .content{width: 30%;font-size: 18px;}
footer .content p{font-family: 'fontT';}
footer .content .tel div{font-size: 60px;line-height: 1.05;}
footer .content .time{padding: 40px 0 38px 0;}
footer .content .time div{font-size: 24px;}
footer .lxfs{width: 67.5%;margin: 40px -25px 0 -25px;}
footer .lxfs ul{display: flex;flex-wrap: wrap;}
footer .lxfs li{width: 25%;}
footer .lxfs li>div{padding: 0 25px;}
footer .lxfs li .img{border: 2px solid #000000;border-radius: 20px;overflow: hidden;-webkit-transform: translate3d(0, 0, 0);transition: 0.5s;}
footer .lxfs li>div:hover .img{transform: translateY(-15px);}
footer .lxfs li .title{position: relative;font-family: 'fontT';border: 2px solid #000000;border-radius: 24px;background: #E5002D;text-align: center;font-size: 24px;padding: 4px;margin-top: -10px;z-index: 2;}
footer .box2{padding: 25px 0;margin-top: 100px;font-size: 18px;}
footer .box2 span{padding: 0 8px;}

@media (min-width: 1500px) and (max-width: 1930px){
	footer {padding: 210px 0 0 0;}
}
@media (min-width:1199px) and (max-width:1500px){
	footer .content{width: 33%;}
	footer .content .tel div {font-size: 52px;}
	footer .lxfs{width: 66%;margin: 15px -18px 0 -18px;}
	footer .lxfs li>div {padding: 0 18px;}
	footer .lxfs li .title{font-size: 20px;padding: 6px 0;}
}
@media (min-width:767px) and (max-width:1199px){
	footer .content{width: 33%;font-size: 15px;}
	footer .content .tel div {font-size: 38px;}
	footer .content .time div {font-size: 20px;}
	footer .lxfs{width: 65%;margin: 0px -8px 0 -8px;}
	footer .lxfs li>div {padding: 0 8px;}
	footer .lxfs li .img{border-radius: 15px;}
	footer .lxfs li .title{font-size: 16px;padding: 6px 0;margin-top: -8px;}
	footer .box2{font-size: 15px;padding: 20px 0;margin-top: 80px;}
	footer .box2 span {padding: 0 5px;}
}
@media (max-width:850px){
	footer{padding: 170px 0 0 0;background: url(../img/footer_bj_sj.png)no-repeat center top;background-size: cover;}
	footer .content{width: 100%;text-align: center;font-size: 18px;}
	footer .content .tel div {font-size: 48px;}
	footer .content .time div {font-size: 24px;}
	footer .lxfs {width: 100%;margin: 55px -15px 0 -15px;}
	footer .lxfs li>div {padding: 0 15px;}
	footer .box2{display: block;text-align: center;margin-top: 65px;}
}
@media (max-width:767px){
	footer{padding: 95px 0 0 0;}
	footer .content{font-size: 15px;}
	footer .content .tel div {font-size: 38px;}
	footer .content .time {padding: 35px 0 30px 0;}
	footer .content .time div {font-size: 20px;}
	footer .lxfs {margin: 30px 0px 0 0px;}
	footer .lxfs li{width: 50%;}
	footer .lxfs li>div {padding: 8%;}
	footer .lxfs li .img{border-radius: 15px;}
	footer .lxfs li .title{font-size: 16px;padding: 5px;margin-top: -8px;}
	footer .box2{display: block;text-align: center;margin-top: 45px;font-size: 13px;padding: 15px 0;}
	footer .box2 span {padding: 0 5px;}
}

/*内页banner*/
#ny_banner{padding-top:80px;overflow: hidden;}
.ny_main .container{max-width: 1470px;}
@media (min-width:1199px) and (max-width:1500px){
    #ny_banner{padding-top:65px;}
}
@media (min-width:767px) and (max-width:1199px){
    #ny_banner{padding-top:60px;}
}
@media (max-width: 850px){
    #ny_banner{padding-top:58px;}
}

/*轮播点*/
.swiper-pagination{position: relative!important;margin-top: 70px;}
.swiper-pagination span{width: 18px;height: 18px;background: url(../img/lunbodian.png)no-repeat bottom center;background-size: contain;opacity: 0.35;margin: 0 6px!important;transition: 0.5s;border-radius: 50%;}
.pagination1 span{width: 10px;height: 10px;background: #E5002D;opacity: 0.5;margin: 0 6px!important;transition: 0.5s;border-radius: 50%;}
.swiper-pagination .swiper-pagination-bullet-active{opacity: 1;}
.swiper-button-next:after, .swiper-button-prev:after{display: none;}
@media (min-width: 768px) and (max-width: 1199px){
	.swiper-pagination span{width: 16px;height: 16px;}
}
@media (min-width: 768px) and (max-width: 850px){
	.swiper-pagination{margin-top: 50px;}
}
@media (max-width: 767px){
	.swiper-pagination{margin-top: 35px;}
	.swiper-pagination span{width: 14px;height: 14px;margin: 0 4px!important;}
	.pagination1 span{width: 9px;height: 9px;margin: 0 3px!important;}
}

/*标题*/
.pub_title .img img{width: 88px;margin: 0 12px;}
.pub_title .img span{width: 20px;height: 20px;background: #EFEFEF;border-radius: 50%;display: inline-block;margin: 0 5px;}
.pub_title .img span:first-child,.pub_title .img span:last-child{transform: scale(0.8);}
.pub_title .title{margin-top: 17px;}
.pub_title .title p{font-size: 48px;color: #E5002D;line-height: 1.3;}

@media (min-width: 1199px) and (max-width: 1500px){
	.pub_title .img img{width: 80px;margin: 0 10px;}
	.pub_title .img span{width: 18px;height: 18px;}
	.pub_title .title p{font-size: 42px;}
}
@media (min-width:767px) and (max-width:1199px){
	.pub_title .img img{width: 75px;margin: 0 8px;}
	.pub_title .img span{width: 17px;height: 17px;margin: 0 3px;}
	.pub_title .title p{font-size: 38px;}
}
@media (max-width:767px){
	.pub_title .img img{width: 63px;margin: 0 10px;}
	.pub_title .img span{width: 15px;height: 15px;margin: 0 3px;}
	.pub_title .title{margin-top: 12px;}
	.pub_title .title p{font-size: 28px;line-height: 1.4;}
}

/*按钮*/
.btn{width: 160px;height: 50px;border-radius: 26px;border: 1px solid #E5002D;position: relative;background: #fff;}
.btn a{width: 100%;height: 100%;display: block;}
.btn p,.btn div{position: absolute;height: 100%;display: flex;align-items: center;}
.btn p{width: 160px;font-size: 18px;color: #E5002D;top: 0;left: 0;transition: ease 1s;overflow: hidden;padding-left: 16%;}
.btn p span{white-space: pre;}
.btn .img{right: 5px;top: 0;width: 40px;transition: ease 1s;}
.btn a:hover p{width: 0%;}
.btn a:hover .img{transform: translateX(-275%) rotate(-1440deg);}
@media (min-width: 1199px) and (max-width: 1500px){
	.btn a{transform: scale(0.95);transform-origin: left;}
}
@media (min-width: 768px) and (max-width: 1199px){
	.btn{transform: scale(0.88);transform-origin: left;}
}
@media (min-width: 768px) and (max-width: 850px){
	.btn{margin-top: 15px;}
}
@media (max-width: 767px){
	.btn{transform: scale(0.9);transform-origin: center;}
}

/*轮播按钮*/
.main .swiper-button-prev,.main .swiper-button-next{width: 80px;height: 80px;top:45%;}
.main .swiper-button-prev{background: url(../img/jt_LH.png) no-repeat center top;background-size: contain;left: 30px;}
.main .swiper-button-next{background: url(../img/jt_RH.png) no-repeat center top;background-size: contain;right: 30px;}
.main .swiper-button-prev:hover{background: url(../img/jt_LB.png) no-repeat center top;background-size: contain;}
.main .swiper-button-next:hover{background: url(../img/jt_RB.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: 38px;height: 38px;}
	.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: 45px;padding-bottom: 0px;display: flex;justify-content: center;width: 100%;margin-top: 10px;}
.pagination li *{font-size: 24px;color: #333;margin: 0 8px;width: 50px;height: 50px;background: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.pageRemark{display: none;}
.pagination li.active *,.pagination a:hover{background: #E5002D;color: #fff;}
.pagination .prev *{background:url(../img/page_L0.png) no-repeat center top;background-size: contain;}
.pagination .next *{background:url(../img/page_R0.png) no-repeat center top;background-size: contain;}
.pagination .prev a:hover{background:url(../img/page_L1.png) no-repeat center top;background-size: contain;}
.pagination .next a:hover{background:url(../img/page_R1.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 li *{width: 46px;height: 46px;font-size: 20px;margin: 0 7px;}
}
@media screen and (max-width: 767px){
	.pagination {height: auto;padding-top: 15px;padding-bottom: 0px;}
	.pagination li *{width: 38px;height: 38px;font-size: 16px;margin: 0 4px;}
}
