@charset "utf-8";
html {
  font-family:"Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  border: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
}
.cl{
    clear: both;
}
.cl:after{
    content:"";       
     display:block;       
     clear:both;       
     width: 0;
}
body {  
  margin: 0;
  border: none;
  padding: 0;
  background: #fff;
}
.mtop0{ margin-top:0px !important;}
.ptop0{ padding-top:0px !important;}

@media screen and (min-width:1060px){
	body{
		min-width:1200px;	
	}
}
body.gray{
	background:#f2f2f3;
}
.bold {
  font-weight: bold;
}
.block {
  display: block;
}
.pointer {
  cursor: pointer;
}
.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.inline-block.ellipsis {
  display: inline-block;
  max-width: 100%;
}
.content-box {
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.border-box {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.inline {
  display: inline;
}
.w-f {
  width: 100%;
}
.h-f {
  height: 100%;
}
.ovh {
  overflow: hidden;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-middle {
  vertical-align: middle;
}
.text-justify {
  text-align: justify;
}
.center {
  margin: 0 auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: top;
}
img.ellipsis,
audio.ellipsis,
canvas.ellipsis,
progress.ellipsis,
video.ellipsis {
  display: inline-block;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  color: currentColor;
  color: inherit;
  text-decoration: none;
  cursor:pointer;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  outline: none;
}
a,a:hover {
  text-decoration: none;
}
a,
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}
li {
  list-style: outside none none;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  margin: 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  display:inline-block;
  border: none;
  vertical-align: top;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
figure {
  margin: 0;
}
hr {
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
select,
button input,
select input {
  overflow: visible;
}
button,
select,
button input,
select input,
button textarea,
select textarea,
button input textarea,
select input textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input[type="submit"],
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="datetime-local"],
input[type="url"],
input[type="button"],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input[type=text],
input[type=password],
textarea {
  -moz-user-modify: read-write-plaintext-only;
  -webkit-user-modify: read-write-plaintext-only;
  user-modify: read-write-plaintext-only;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-user-modify: read-write-plaintext-only;
  -webkit-user-modify: read-write-plaintext-only;
  user-modify: read-write-plaintext-only;
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="datetime"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="datetime-local"],
input[type="url"],
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
textarea {
  overflow: auto;
}
textarea:focus {
  outline: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
[type="checkbox"],
[type="radio"] {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"][type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
dl,
dd,
dt {
  margin: 0;
  border: none;
  padding: 0;
}
div {
  *zoom: 1;
}
div:before,
div:after {
  display: table;
  content: '';
  height: 0;
  overflow: hidden;
  clear: both;
}
.none,
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  display: block;
  clear: both;
}
.cf {
  *zoom: 1;
}
.cf:after {
  display: table;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.cf::after {
  display: table;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: table;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.clearfix::after {
  display: table;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.pos-left {
  left: 0;
  top: 0;
}
.pos-right {
  right: 0;
  top: 0;
}
.pos-center {
  top: 50%;
  left: 50%;
}
ul,
ol,
li {
  margin: 0;
  border: none;
  padding: 0;
}
.no-deco {
  text-decoration: none;
}
.no-deco:link,
.no-deco:visited,
.no-deco:hover,
.no-deco:active {
  text-decoration: none;
}
.no-deco a {
  text-decoration: none;
}
.no-deco a:link,
.no-deco a:visited,
.no-deco a:hover,
.no-deco a:active {
  text-decoration: none;
}
.noscript {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 9999999px;
  z-index: 2147483647;
  background: #000;
  color: #fff;
  font-size: 36px;
  line-height: 72px;
  text-align: center;
}
#no-support {
  height: 310px;
  position: absolute;
  top: 50%;
  margin-top: -155px;
  width: 100%;
}
#no-support h4 {
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-family: 'Microsoft YaHei', '微软雅黑', Helvetica, Arial, sans-serif;
  color: #616161;
  font-size: 48px;
  font-weight: bold;
}
#no-support h5 {
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-family: 'Microsoft YaHei', '微软雅黑', Helvetica, Arial, sans-serif;
  color: #999;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 55px;
}
#no-support ul {
  width: 410px;
  margin: 0 auto;
  display: block;
  height: 135px;
}
#no-support li {
  display: block;
  float: left;
  margin-right: 10px;
  width: 95px;
  height: 135px;
}
#no-support li a {
  display: block;
  width: 95px;
  height: 95px;
  background-image: url(../images/no-support/browsers.png);
  background-repeat: no-repeat;
}
#no-support li span {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #adaaac;
  text-align: center;
  font-family: 'Myriad Pro', 'Arial', sans-serif;
  font-size: 16px;
}
#no-support li.ff a {
  background-position: 0 0;
}
#no-support li.ie a {
  background-position: 0 -95px;
}
#no-support li.chrome a {
  background-position: 0 -190px;
}
#no-support li.safari a {
  background-position: 0 -285px;
}
#no-support li:hover {
  background: url(../images/no-support/border.png) no-repeat 0 0;
}
.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99999;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	height:70px;
	background:#fff;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	border-bottom: 1px solid #e62129;
	line-height: 67px;
}
.header.active{
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.15);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.15);
	box-shadow:0 0 10px rgba(0,0,0,0.15);	
}
.pad{
	padding-left:60px;
	padding-right:60px;	
}
.mymar{
	
}
.header .menu_btn{
	display:none;	
}
.header .lay_logo{
	float:left;
	padding-top:12px;
	padding-left: 20px;
	vertical-align: middle;
}
.header .lay_logo .logo-lnk{
	float:left;		
}
.header .lay_logo .logo-lnk,.header .lay_logo .logo-lnk:hover{
	text-decoration:none;	
}
.header .logo{
	float:left;
	
}
.header .nav{
	float:right;
	height: 100%;
		
}
.header .nav .chd{
	float:left;
	margin-left:60px;
	position:relative; height: 110px;
    line-height: 110px;
}
.header .nav .lnk{
	font-size:18px;
	line-height:110px;
	color:#000;	
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.header .nav .lnk,.header .nav .lnk:hover{
	text-decoration:none;	
}
.header .nav .lnk.hover,.header .nav .lnk:hover{
	color:#e62129;	
}

.header .nav a.on{
	color:#e62129;	
}

@media screen and (max-width:1024px) and (min-width:641px){
	.header{
		padding:0 20px;	
		height:80px;
	}
	.tel{
		display: none;
	}
	
	.pad{
		padding-left:20px;
		padding-right:20px;	
	}
	.ind00{ padding-top:10px !important; padding-bottom:20px !important;}
	
	.ind00-tit{
	margin-bottom:5px !important;
} 
.ind00-info{ margin-bottom:20px !important;}

	.mymar{
		margin-left:20px;
		margin-right:20px;	
	}
	.header .lay_logo{
		padding-top:14px;	
	}
	.header .logo{
		width:66px;
		height:47px;
	}	
	.header .nav{
		display:none;	
	}
	.header .menu_btn{
		display:block;
		float:right;
		width:38px;
		height:33px;
		margin-top:26px;	
	}
	.header .menu_btn .span{
		display:block;
		height:2px;
		background:#080808;
		margin-bottom:12px;	
		-webkit-transition:all .3s linear;
	}
	.header .menu_btn .span1{
		-webkit-transform-origin:left top;
		transform-origin:left top;	
	}
	.header .menu_btn .span2{
		opacity:1;	
	}
	.header .menu_btn .span3{
		-webkit-transform-origin:left bottom;
		transform-origin:left bottom;	
	}
	.header .menu_btn.active .span{
		background:#000;	
	}
	.header .menu_btn.active .span1{
		-webkit-transform:rotate(45deg);	
		transform:rotate(45deg);
		width:108%;
	}
	.header .menu_btn.active .span2{
		opacity:0;
		width:108%;	
	}
	.header .menu_btn.active .span3{
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
		width:108%;	
	}
}
@media screen and (max-width:1010px){
	.lay_logo{
		padding-left: 0 !important;
	}

}
@media screen and (max-width:640px){
	.news_banner .swiper-pagination{
		margin-bottom: 1.5em !important;
	}
	.header .lay_logo{
		padding-left: 0 !important;
	}
	.header{
		padding:0 15px;	
		height:56px;
	}
	.pad{
		padding-left:0px;
		padding-right:0px;	
	}
	.mymar{
		margin-left:0;
		margin-right:0;	
	}
	.header .lay_logo{
		padding-top:13px;	
	}
	.header .logo{
		width:45px;
		height:30px;
	}
	.header .nav{
		display:none;	
	}
	.header .menu_btn{
		display:block;
		float:right;
		width:30px;
		height:25px;	
		margin-top:18px;
	}
	.header .menu_btn .span{
		display:block;
		height:2px;
		background:#080808;
		margin-bottom:8px;	
		-webkit-transition:all .3s linear;
	}
	.header .menu_btn .span1{
		-webkit-transform-origin:left top;
		transform-origin:left top;	
	}
	.header .menu_btn .span2{
		opacity:1;	
	}
	.header .menu_btn .span3{
		-webkit-transform-origin:left bottom;
		transform-origin:left bottom;	
	}
	.header .menu_btn.active .span{
		background:#080808;	
	}
	.header .menu_btn.active .span1{
		-webkit-transform:rotate(45deg);	
		transform:rotate(45deg);
		width:97%;
	}
	.header .menu_btn.active .span2{
		opacity:0;
		width:97%;	
	}
	.header .menu_btn.active .span3{
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
		width:97%;	
	}
}
.header.menu-pop-up{
	background:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background: #fff;
}
.header.menu-pop-up .lay_logo{ }
.fadeInUp,.fadeInUp1 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
}
.active .fadeInUp,.fadeInUp1.active,.fadeInUp-wrap.active .fadeInUp,.swiper-slide-active .fadeInUp {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
}
.active .fadeInRight ,.active.fadeInRight{
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
}
.active .fadeInLeft ,.active.fadeInLeft {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.fadeInUp.x1,.fadeInRight.x1,.fadeInLeft.x1,.fadeInUp1.x1,.swiper-slide-active .fadeInUp.x1 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s;
}
.fadeInUp.x2,.fadeInRight.x2,.fadeInLeft.x2,.fadeInUp1.x2,.swiper-slide-active .fadeInUp.x2 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s;
}
.fadeInUp.x3,.fadeInRight.x3,.fadeInLeft.x3,.fadeInUp1.x3,.swiper-slide-active .fadeInUp.x3 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s;
}
.fadeInUp.x4,.fadeInRight.x4,.fadeInLeft.x4,.fadeInUp1.x4,.swiper-slide-active .fadeInUp.x4 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s;
}
.fadeInUp.x5,.fadeInRight.x5,.fadeInLeft.x5,.fadeInUp1.x5,.swiper-slide-active .fadeInUp.x5 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s;
}
.fadeInUp.x6,.fadeInRight.x6,.fadeInLeft.x6,.fadeInUp1.x6,.swiper-slide-active .fadeInUp.x6 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s;
}
.fadeInUp.x7,.fadeInRight.x7,.fadeInLeft.x7,.fadeInUp1.x7,.swiper-slide-active .fadeInUp.x7 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s;
}
.fadeInUp.x8,.fadeInRight.x8,.fadeInLeft.x8,.fadeInUp1.x8,.swiper-slide-active .fadeInUp.x8 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s;
}
.fadeInUp.x9,.fadeInRight.x9,.fadeInLeft.x9,.fadeInUp1.x9,.swiper-slide-active .fadeInUp.x9 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s;
}
.fadeInUp.x10,.fadeInRight.x10,.fadeInLeft.x10,.fadeInUp1.x10,.swiper-slide-active .fadeInUp.x10 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s;
}
.fadeInUp.x11,.fadeInRight.x11,.fadeInLeft.x11,.fadeInUp1.x11,.swiper-slide-active .fadeInUp.x11 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s;
}
.fadeInUp.x12,.fadeInRight.x12,.fadeInLeft.x12,.fadeInUp1.x12,.swiper-slide-active .fadeInUp.x12 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s;
}
.fadeInUp.x13,.fadeInRight.x13,.fadeInLeft.x13,.fadeInUp1.x13,.swiper-slide-active .fadeInUp.x13 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.3s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.3s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.3s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.3s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.3s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.3s;
}
.fadeInUp.x14,.fadeInRight.x14,.fadeInLeft.x14,.fadeInUp1.x14,.swiper-slide-active .fadeInUp.x14 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.4s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.4s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.4s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.4s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.4s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.4s;
}
.fadeInUp.x15,.fadeInRight.x15,.fadeInLeft.x15,.fadeInUp1.x15,.swiper-slide-active .fadeInUp.x15 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.5s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.5s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.5s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.5s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.5s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.5s;
}
.ind02{
	padding: 0 8px;
}
.nav_wap{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99998;
	background:rgba(222, 19, 19, 0.95);
	overflow:auto;
	display:none;
}
.nav_wap .inner{
	margin-top:120px;
	margin-bottom:50px;
}
@media screen and (max-width:1024px) and (min-width:641px){
	.mymar.text-center{
		margin: 0;
	}
	.ind02{
		padding: 0;
	}
	.nav_wap .inner{
		margin-top:100px;
		margin-bottom:40px;
	}
	
		.ind00-more-lnk1{
	font-size:22px  !important;
	line-height:60px  !important;
	height:60px  !important;
	padding:0 70px !important;
}
}
@media screen and (max-width:640px){
	.nav_wap .inner{
		margin-top:80px;
		margin-bottom:30px;
	}
	
	.ind00-more-lnk1{
	font-size:20px  !important;
	line-height:50px  !important;
	height:50px  !important;
	padding:0 50px !important;
}

}
.nav_wap .chd{
	display:block;
	font-size:20px;
	line-height:70px;
	text-align:center;
	color:#fff;
} 
.nav_wap .fadeInUp:nth-child(1) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s;
}
.nav_wap .fadeInUp:nth-child(2) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s;
}
.nav_wap .fadeInUp:nth-child(3) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s;
}
.nav_wap .fadeInUp:nth-child(4) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s;
}
.nav_wap .fadeInUp:nth-child(5) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s;
}
.nav_wap .fadeInUp:nth-child(6) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s;
}
.nav_wap .fadeInUp:nth-child(7) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s;
}
.nav_wap .fadeInUp:nth-child(8) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s;
}
.nav_wap .fadeInUp:nth-child(9) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s;
}
.nav_wap .fadeInUp:nth-child(10) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s;
}
.nav_wap .fadeInUp:nth-child(11) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s;
}
.nav_wap .fadeInUp:nth-child(12) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s;
}
.nav_wap a,.nav_wap a:hover,.nav_wap a:active{
	text-decoration:none;	
}
.nav_wap .inner a:active{
	color:#dc2343;	
}
.nav_wap .inner a.active{
	color:#dc2343;	
}
.bdy{
	padding:0 15px;
	padding-top:6em;
	margin: 0 auto;
}
.bdy.space{
	padding:0 10px;
	padding-top:6em;
	margin: 0 auto;
}
.bdy.ser{
	padding:0 10px;
	padding-top: 6em;
	margin: 0 auto;
}
.bdy.index{
	padding:0 10px;
	padding-top: 6em;
	margin: 0 auto;
}
.bdy.about{
	padding:0 20px;
	padding-top:6em;
	margin: 0 auto;
}
.ind00{
	padding-top:74px;
	padding-bottom:40px;
	
}
.ind00-tit{
	font-size:36px;
	line-height:74px;
	text-align:center;
	color:#595757;
	margin-bottom:24px;
} 
.ind00-info{
	font-size:18px;
	line-height:36px;
	color:#595757;
	margin-bottom:54px;
}
.ind00-lay-more{
	text-align:center;
}
.ind00-more-lnk,.ind00-more-lnk:hover{
	text-decoration:none;
}
.ind00-more-lnk{
	cursor:pointer;
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-size:20px;
	line-height:55px;
	height:55px;
	border:1px solid #565656;
	color:#565656;
	padding:0 68px;
	-webkit-transition:all .6s linear;
	-moz-transition:all .6s linear;
	transition:all .6s linear;
}

@media screen and (max-width:640px){
	.ind00-more-lnk{
	padding:0 45px; font-size:18px; height:45px; line-height:45px;
	}
	.tel{
		display: none;
	}
	.bdy.about{
		padding:0 10px;
	}
	
}

.ind00-more-lnk:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:0;
	background:#e62129;
	height:100%;
	-webkit-transition:all .6s linear;
	-moz-transition:all .6s linear;
	transition:all .6s linear;
}
.ind00-more-lnk font{
	position:relative;
}
.ind00-more-lnk:hover{
	border-color:#e62129;
	color:#fff;
}
.ind00-more-lnk:hover:before{
	width:100%;
}

.ind00-lay-more1{
	text-align:center;
}
.ind00-more-lnk1,.ind00-more-lnk1:hover{
	text-decoration:none;
}
.ind00-more-lnk1{
	cursor:pointer;
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-size:24px;
	line-height:68px;
	height:68px;
	color:#999999; background:#eeeeee;
	padding:0 87px;
	-webkit-transition:all .6s linear;
	-moz-transition:all .6s linear;
	transition:all .6s linear;
}

.ind00-more-lnk1:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:0;
	background:#e62129;
	height:100%;
	-webkit-transition:all .6s linear;
	-moz-transition:all .6s linear;
	transition:all .6s linear;
}
.ind00-more-lnk1 font{
	position:relative;
}
.ind00-more-lnk1:hover{
	border-color:#e62129;
	color:#fff;
}
.ind00-more-lnk1:hover:before{
	width:100%;
}

.ind01{
	margin-bottom: 45px;
}
@media screen and (max-width:1024px) and (min-width:641px){
	.bdy{
		padding-top:100px;	
	}
	.ind01{
		padding:0px 0 20px 0;	
	}	
}
@media screen and (max-width:640px){
	.bdy{
		padding-top: 4.3em !important;	
	}
	.ind00{
		padding-top:0px;
		padding-bottom:30px;
	}
	.ind00-tit{
		font-size:24px;
		line-height:56px;
		margin-bottom:5px;
	}
	.ind00-info{
		font-size:14px;
		line-height:28px;
		margin-bottom:20px;
	}
	.ind01{
		padding:0;	
	}
}
.ind01-list{
	margin:0 0 15px;
	font-size:0;
}
.ind01-list .chd{
	display:inline-block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;	
	width:33.33333333333%; padding-left:8px; padding-right:8px; margin-bottom:16px;
	font-size:14px;
	line-height:26px;
}
.ind01-list .chd .inner{
	display:block;
	position:relative;
	width:100%;
	overflow:hidden;	
}
.ind01-list .chd a{
	display:block;
	width:100%;	
	position:relative;
}
.ind01-list .chd .img{
	display:block;
	width:100%;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s lienar;
	transition:all .3s linear;
	-webkit-transform-origin:center center;
	-moz-transform-origin:center center;
	transform-origin:center center;
}
.ind01-list .chd .overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(35,24,21,.9);
	opacity:0;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s lienar;
	transition:all .3s linear;
}
.ind01-list .chd a:hover .overlay{
	opacity:1;
}
.ind01-list .chd a:hover .img{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);	
}
.ind01-list .chd .overlay .t1{
	position:absolute;
	left:0;
	bottom:65px;
	width:100%;
	height:32px;
	line-height:32px;
	font-size:18px;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;	
}
.ind01-list .chd .overlay .t2{
	position:absolute;
	left:0;
	bottom:34px;
	width:100%;
	height:26px;
	line-height:26px;
	font-size:14px;
	color:#c9caca;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;	
}
.ind01 .lay_more{
	text-align:center;
}
.ind01 .lay_more a{ font-size:24px; color:#999999; text-align:center; background:#eeeeee; font-family:"Arial"; display:inline-block; width:18.18181818%; padding:16px 0px;}
.lay_more .more{
	display:block;
	width:200px;
	height:120px;
	margin:0 auto;
	background:url(../images/load_more.png)	no-repeat center top;
	background-size:contain;
}
.news_box .lay_more{
	padding-top:46px;
}
.news_box .lay_more .more{
	background-image:url(../images/load_more1.png);
}
@media screen and (max-width:1024px) and (min-width:641px){
	.viewdisbox{ height:0px !important;}
	.ind01-list{
		margin:0;
	}
	
		.zhygw .chd:nth-child(9n){ display:none;}
	.ind01-list .chd{
		width:50%;
		padding:0 10px 0px  10px; margin-top:0px;
	}

	.news_box .lay_more{
		padding-top:5px;
	}
	.lay_more .more{
		width:160px;
		height:96px;	
	}
	.ind01 .lay_more{ padding:0 10px;	
	}
	.ind01 .lay_more a{ width:30%; font-size:24px; padding:15px 0px;}
	.news_box .lay_more{
		padding-top:12px;
	}
		.ind02 .mymar{
		padding-top:25px !important;
		padding-bottom:20px !important;	
	}
	.ind02 .mymar h3{
		font-size:20px !important;
	}
	.ind02 .mymar h4{
		font-size:55px !important; padding:0px 0px !important;
	}
	.ind02 .mymar p{
		font-size:16px !important;	
	}
}
@media screen and (max-width:640px){
	.ind01-list{
		margin:0;
	}
	.ind01-list .chd{
		width:100%;
		padding:0 0 0px; margin-top:0px;
	}
	.ind01 .lay_more{
	}
	.ind01 .lay_more a{ width:100%; font-size:20px; padding:12px 0px;}
	.news_box .lay_more{
		padding-top:12px;
	}
	.lay_more .more{
		width:128px;
		height:77px;	
	}
}
.ind02 .mymar{
	background:#da1e26;
	padding-top:42px;
	padding-bottom:42px;	
}
.ind02 .mymar h3{
	font-size:23px;
	font-weight:normal; font-family:"黑体";
	color:#ffffff;
}
.ind02 .mymar h4{
	font-size:63px;
	font-weight:normal;
	color:#231f20;
	margin-bottom: 5px;
	font-weight: bolder;
}
.ind02 .mymar h4 span{
	font-size:63px;
	font-weight: normal;
	vertical-align: top;
	padding: 0 20px;
}
.ind02 .mymar p{
	font-size:18px;
	font-weight:normal; font-family:"Arial";
	color:#fff;
}
@media screen and (max-width:1450px) {
	.product_title {
		padding: ;
	}
}


@media screen and (max-width:640px){
	.news_banner{
		margin-top: 20px !important;
	}
	.ind02 .mymar{
		padding-top:20px;
		padding-bottom:15px;	
	}
	.ind02 .mymar h3{
		font-size:10px;
	}
	.ind02 .mymar h4{
		font-size:30px; padding:0px 0px;
	}
	.ind02 .mymar h4 span{
		font-size:30px;
	}
	.ind02 .mymar p{
		font-size:8px;	
	}
	.center_text{
		font-size: 16px !important;
		margin: 0 0 !important;
		margin-bottom: 15px !important;
	}
	.ind01{
		margin-bottom: 0px !important;
	}
	.news_banner .swiper-pagination .swiper-pagination-bullet{
		font-size: 20px !important;
		width: 115px !important;
	}
	.f_top{
		display: none;
	}

}
.ind03{
	padding-top:0px;
	padding-bottom:66px; 
}
.ind03.index{
	padding-top:0;
	padding-bottom:45px; 
}
.newys{ padding-top:0px !important;}
.ind03 .lBx{
	font-size:30px;
	font-weight:normal;
	color:#000000; text-align:center;	
}
.ind03 .rBx{
	width:100%; padding-top:48px; padding-bottom:35px;
}
.ind03 .ind03-list{
	font-size:0;
}
.ind03-list .chd{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:24px;
	color:#727171;	
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	width:25%;
	padding-left:8px; padding-right:8px;
	padding-bottom:30px;
}
.ind03-list .lay_img{overflow:hidden;}
.ind03-list .chd .img{
	display:block;
	width:100%;	 
	
	
	-webkit-transition: -webkit-transform 0.4s ease-out; -moz-transition: -moz-transform 0.4s ease-out; transition: transform 0.4s ease-out;	
}

.ind03-list  a:hover .lay_img img{ transform: scale(1.10);transition: all 1s ease-out;-webkit-transition: all 1s ease-out;-o-transition: all 1s ease-out; -moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;}

.ind03-list .chd .lay_info{
	padding-top:24px;
} 
.ind03-list .chd a:hover .lay_info .info2 p  { color:#999999;}
.ind03-list .chd .info1{
	padding:0 15px;	padding-bottom:20px; border-bottom:#e5e5e5 1px solid;
}
.ind03-list .chd .info1 .tit{
	font-size:20px;
	font-weight:normal; padding-bottom:15px;
	color:#000000;
}
.ind03-list .chd a:hover .info1 .tit{
	color:#e62129;	
}
.ind03-list .chd .info1 .subinfo{
	font-size:14px;
	font-weight:normal;
	line-height:26px;
	color:#999999;
	margin-bottom:6px;	
}

.ind03-list .chd .info1 .lay_more{ font-size:12px; color:#d3d3d3;}

.ind03-list .chd  .info2{padding:0 15px; padding-top:17px;}
.ind03-list .chd  .info2 p{ font-size:15px; color:#727171; line-height:35px;}
.ind03-list .chd .more1{
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	color:#f00;	
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-ms-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
}
.ind03-list .chd .more1:hover{
	color:#e60039;
}
@media screen and (max-width:1024px) and (min-width:641px){
	.ind03{
		padding-top:25px;
		padding-bottom:16px; padding-left:0px; padding-right:0px; overflow:hidden;
	}
	.ind03 .lBx{
		float:none;
		width:100%;
		font-size:25px; text-align:left; padding-left:15px;
		line-height:38px;
	}
	.ind03 .rBx{
		float:none; padding-top:25px;
		width:100%;	
	}
	.ind03 .ind03-list{
		
	}
	.ind03-list .chd{ width:50%; padding-left:10px; padding-right:10px;
		padding-bottom:20px;
	}
	.ind03-list .chd .lay_info{
		padding-top:8px;
	}
	.ind03-list .chd .info1{
		padding-bottom:15px;	
	}
	.ind03-list .chd .info1 .tit{
		font-size:18px; padding-bottom:5px; padding-top:5px;
		line-height:36px;	
	}
	.ind03-list .chd .info1 .subinfo{
		font-size:14px;
		line-height:25px;	
	}
}

@media screen and (max-width:640px){
	.ind03{
		padding-top:16px; padding-left:0; padding-right:0;
		padding-bottom:20px;	
	}
	.ind03 .lBx{
		float:none;
		width:100%;
		font-size:18px;
		line-height:32px; text-align:left;
	}
	.ind03 .rBx{
		float:none;
		width:100%; padding-top:16px; padding-bottom:0px;	
	}
	.pttnew{ padding-top:0px !important; padding-bottom:0px !important;}
	.ind03 .ind03-list{
		margin-left:0;	
	}
	.ind03-list .chd{
		width:100%;
		padding-left:0; padding-right:0px;
		padding-bottom:20px;	
	}
	.ind03-list .chd .lay_info{
		padding-top:5px;
	}
	.ind03-list .chd .info1{
		padding-bottom:15px; padding-top:10px;	
	}
	.ind03-list .chd .info1 .tit{
		font-size:18px;
		line-height:36px; padding-bottom:10px;	
	}
	.ind03-list .chd .info1 .lay_more{ font-size:12px; color:#d3d3d3; padding-top:5px;}
	.ind03-list .chd .info1 .subinfo{
		font-size:13px;
		line-height:20px;	
		margin-bottom:5px;
	}
	
	.ind03-list .chd  .info2{ padding-top:13px;}
	.ind03-list .chd  .info2 p{ font-size:15px; line-height:33px;}
	
}
/* .footer{
	padding-top:79px;
	padding-bottom:43px; padding-left:60px; padding-right:60px;
	background:#000;	
} */
.footer{
	width: 100%;
	padding: 100px 0;
	background:#da1e26;	
	font-size: 19px;
}

.footer .fo0{
	display:none;	
}
.footer .fo1{
	float:left;
	width:220px;
}
.footer .fo1 .lay_qr{
	width:115px;
	text-align:center;
	margin-bottom:16px;
}
.footer .fo1 .lay_qr .qr{
	display:block;
	width:115px;		
}
.footer .fo1 .lay_qr .p{
	font-size:14px;
	line-height:35px;
	color:#727171;
	text-align:center; margin-top:5px;
}
.footer .lay_infos{ width:450px; float:right;
}
.footer .lay_infos .con{
	
		font-size:14px;
	line-height:25px;
	color:#727171;	}
.footer .fo2{
	float:left; width:340px;
}
.footer .fo2 .tit{
	font-size:18px;
	line-height:40px;
	color:#dcdddd;
	margin-bottom:12px;	
}
.footer .fo2 .weologo{ width:218px; height:56px;}
.footer .fo2 .weologo img{ width:218px; height:56px;}
.footer .fo2 .con{
	font-size:14px;
	line-height:25px;
	color:#ffffff; margin-top:20px;
}
.footer .fo2 .con strong{
	font-weight:normal;
	font-size:14px;	
}
.footer .fo3{
	float:left;
	margin-right:80px;
	width:100px;
}
.footer .fo4{
	float:left; 
}
.footer .fo3 .tit,.footer .fo4 .tit,.footer .lay_infos .tit{
	font-size:18px;
	color:#ffffff;
	margin-bottom:14px;
}
.footer .fo3 .con p{
	font-size:14px;
	line-height:28px;
	color:#727171;	
}
.footer .fo3 .con p a,.footer .fo4 .con p a,.footer .lay_infos .con p a{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:28px;
	color:#727171;
	max-width:100%;
	overflow:hidden;
	text-overflow:ellipsis;	
	white-space:nowrap;
	transition:all .3s;
}
.footer .fo3 .con p a:hover,.footer .fo4 .con p a:hover,.footer .lay_infos .con p a:hover{
	color:#efefef;	
}
.footer .fo4 .con{
	margin-left:-15px;	
}
.footer .fo4 .con .chd{
	float:left;
	margin-left:15px;
	width:140px;	
}

@media screen and (max-width:1900px) and (min-width:1861px){
	.service_col{
		font-size: 19px !important;
	}
}
@media screen and (max-width:1860px) and (min-width:1831px){
.footer .fo1{ width:210px;}
.footer .fo2{ width:330px;}
.footer .fo3{ margin-right:75px;}
.service_col{
	font-size: 19px !important;
}
}


@media screen and (max-width:1830px) and (min-width:1801px){
.footer .fo1{ width:205px;}
.footer .fo2{ width:325px;}
.footer .fo3{ margin-right:70px;}
.service_col{
	font-size: 19px !important;
}
}

@media screen and (max-width:1800px) and (min-width:1771px){
.footer .fo1{ width:205px;}
.footer .fo2{ width:305px;}
.footer .fo3{ margin-right:68px;}
.service_col{
	font-size: 18.5px !important;
}
}

@media screen and (max-width:1770px) and (min-width:1741px){
.footer .fo1{ width:201px;}
.footer .fo2{ width:301px;}
.footer .fo3{ margin-right:63px;}
.service_col{
	font-size: 18px !important;
}
.introduce_col{
	font-size: 19.5px !important;
}
}

@media screen and (max-width:1740px) and (min-width:1721px){
.footer .fo1{ width:198px;}
.footer .fo2{ width:298px;}
.footer .fo3{ margin-right:59px;}
.service_col{
	font-size: 18px !important;
}
.introduce_col{
	font-size: 19px !important;
}
}

@media screen and (max-width:1720px) and (min-width:1701px){
.footer .fo1{ width:195px;}
.footer .fo2{ width:295px;}
.footer .fo3{ margin-right:56px;}
.service_col{
	font-size: 17.5px !important;
}
.introduce_col{
	font-size: 19px !important;
}
}

@media screen and (max-width:1700px) and (min-width:1681px){
.footer .fo1{ width:190px;}
.footer .fo2{ width:295px;}
.footer .fo3{ margin-right:52px;}
.service_col{
	font-size: 17.5px !important;
}
.introduce_col{
	font-size: 19px !important;
}
}

@media screen and (max-width:1680px) and (min-width:1661px){
.footer .fo1{ width:185px;}
.footer .fo2{ width:295px;}
.footer .fo3{ margin-right:50px;}
.service_col{
	font-size: 16px !important;
}
.introduce_col{
	font-size: 18.5px !important;
}
}

@media screen and (max-width:1660px) and (min-width:1641px){
.footer .fo1{ width:180px;}
.footer .fo2{ width:293px;}
.footer .fo3{ margin-right:46px;}
.service_col{
	font-size: 16px !important;
}
.introduce_col{
	font-size: 18px !important;
}
}

@media screen and (max-width:1640px) and (min-width:1621px){
.footer .fo1{ width:165px;}
.footer .fo2{ width:290px;}
.footer .fo3{ margin-right:45px;}
.service_col{
	font-size: 16px !important;
}
.introduce_col{
	font-size: 17.5px !important;
}
}


@media screen and (max-width:1620px) and (min-width:1601px){
.footer .fo1{ width:165px;}
.footer .fo2{ width:290px;}
.footer .fo3{ margin-right:40px;}
.service_col{
	font-size: 15.5px !important;
}
.introduce_col{
	font-size: 17px !important;
}
}

@media screen and (max-width:1600px) and (min-width:1581px){
.footer .fo1{ width:162px;}
.footer .fo2{ width:288px;}
.footer .fo3{ margin-right:36px;}
.service_col{
	font-size: 15.5px !important;
}
.introduce_col{
	font-size: 16.5px !important;
}
}

@media screen and (max-width:1580px) and (min-width:1561px){
.footer .fo1{ width:162px;}
.footer .fo2{ width:288px;}
.footer .fo3{ margin-right:30px;}
.service_col{
	font-size: 15px !important;
}
.introduce_col{
	font-size: 16px !important;
}
}

@media screen and (max-width:1560px) and (min-width:1541px){
.footer .fo1{ width:160px;}
.footer .fo2{ width:285px;}
.footer .fo3{ margin-right:26px;}
.service_col{
	font-size: 15px !important;
}
.introduce_col{
	font-size: 17px !important;
}
}

@media screen and (max-width:1540px) and (min-width:1521px){
.footer .fo1{ width:160px;}
.footer .fo2{ width:280px;}
.footer .fo3{ margin-right:24px;}
.service_col{
	font-size: 15px !important;
}
.introduce_col{
	font-size: 16px !important;
}
}

@media screen and (max-width:1520px) and (min-width:1501px){
.footer .fo1{ width:158px;}
.footer .fo2{ width:275px;}
.footer .fo3{ margin-right:20px;}
.service_col{
	font-size: 14px !important;
}
.introduce_col{
	font-size: 16px !important;
}
}

@media screen and (max-width:1500px) and (min-width:1451px){
.footer .fo1{ width:175px;}
.footer .fo2{ width:290px;}
.footer .fo3{ margin-right:50px;}
.footer .lay_infos{ width:240px;}
.service_col{
	font-size: 14px !important;
}
.introduce_col{
	font-size: 16px !important;
}
}
@media screen and (max-width:1825px) and (min-width:1725px){
	.introduce_col{
		font-size: 18px !important;
	}
}
@media screen and (max-width:1724px) and (min-width:1625px){
	.introduce_col{
		font-size: 17px !important;
	}
	.service_col{
		font-size: 17px !important;
	}
}
@media screen and (max-width:1624px) and (min-width:1525px){
	.introduce_col{
		font-size: 16px !important;
	}
	.service_col{
		font-size: 16px !important;
	}
}
@media screen and (max-width:1524px) and (min-width:1451px){
	.introduce_col{
		font-size: 15px !important;
	}
	.service_col{
		font-size: 15px !important;
	}
}
@media screen and (max-width:1450px) and (min-width:1350px){
	.introduce_col{
		font-size: 14px !important;
	}
	.service_col{
		font-size: 14px !important;
	}
}
@media screen and (max-width:1349px) and (min-width:1250px){
	.introduce_col{
		font-size: 13px !important;
	}
	.service_col{
		font-size: 13px !important;
	}
}
@media screen and (max-width:1249px) and (min-width:1150px){
	.introduce_col{
		font-size: 12px !important;
	}
	.service_col{
		font-size: 12px !important;
	}
}
@media screen and (max-width:1149px) and (min-width:1050px){
	.introduce_col{
		font-size: 11.5px !important;
	}
	.service_col{
		font-size: 12px !important;
	}
}

@media screen and (max-width:1050px) and (min-width:641px){
	.service_el1,.service_el2{
		display: flex !important;
		flex-direction: column !important;
	}
	.service_el1_banner_r,.el1_l,.service_el2_banner_l{
		width: 100% !important;
		float: left;
	}
	.el1_l{
		width: 97% !important;
		order: 2;
		padding-left: 3% !important;
	}
	.el1_l .title{
		padding-top: 1.5em !important;
	}
	.service_el1_banner_l{
		width: 90% !important;
		margin: 0 5% !important;
		margin-bottom: 6% !important;
		margin-top: 2% !important;
	}
	.service_el1_banner_r{
		order: 1;
	}
	.service_title2_r{
		text-align: left !important;
		padding-left: 3% !important;
		width: 90% !important;
	}
	.service_title2_r>p:nth-child(1){
		padding-top: 1.5em !important;
	}
	.service_el1 ul li, .service_el2 ul li{
		font-size: 1em !important;
	}
	.service_el3 p {
		padding-bottom:2em !important;
	}
}
@media screen and (max-width:640px) {
	.service_el1,.service_el2{
		display: flex !important;
		flex-direction: column !important;
	}
	.service_el1_banner_r,.el1_l,.service_el2_banner_l{
		width: 100% !important;
		float: left;
	}
	.el1_l{
		width: 97% !important;
		order: 2;
		padding-left: 3% !important;
	}
	.el1_l .title{
		padding-top: 1.5em !important;
	}
	.service_el1_banner_l{
		width: 90% !important;
		margin: 0 5% !important;
		margin-bottom: 6% !important;
		margin-top: 2% !important;
	}
	.service_el1_banner_r{
		order: 1;
	}
	.service_title2_r{
		text-align: left !important;
		padding-left: 3% !important;
		width: 90% !important;
	}
	.service_title2_r>p:nth-child(1){
		padding-top: 1.5em !important;
	}
	.service_el1 ul li, .service_el2 ul li{
		font-size: 1em !important;
	}
	.service_el3 p {
		padding-bottom:1.5em !important;
	}
}
@media screen and (max-width:1050px) and (min-width:641px){
	.service_title2_l,.service_title2_r{
		width: 90% !important;
	}
	.service_el_l,.service_el_r{
		display: flex !important;
		flex-direction: column !important;
	}
	.service_img_l,.service_img_r{
		width: 100%!important;
		float: left !important;
		order: 1;
	}
	.service_con_r,.service_con_l{
		width: 90% !important;
		text-align: left !important;
		order: 2;
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.service_col{
		font-size: 20px !important;
	}
	.service_ul{
		width: 40% !important;
		float: left !important;
		margin-bottom: 30px;
	}
	.service_title_r p:nth-child(1){
		text-align: left !important;
	}

}
@media screen and (max-width:1450px) and (min-width:1401px){
.footer .fo1{ width:170px;}
.footer .fo2{ width:287px;}
.footer .fo3{ margin-right:40px;}
.footer .lay_infos{ width:240px;}
.f_top{
	font-size: 19px !important;
}

.introduce_col{
	font-size: 15.5px !important;
}
}

@media screen and (max-width:1400px) and (min-width:1351px){
.footer .fo1{ width:160px;}
.footer .fo2{ width:285px;}
.footer .fo3{ margin-right:32px;}
.footer .lay_infos{ width:240px;}
.f_top{
	font-size: 18px !important;
}

.introduce_col{
	font-size: 14.5px !important;
}
}

@media screen and (max-width:1350px) and (min-width:1301px){
.footer .fo1{ width:156px;}
.footer .fo2{ width:278px;}
.footer .fo3{ margin-right:23px;}
.footer .lay_infos{ width:240px;}
.f_top{
	font-size: 16.3px !important;
}
.service_col{
	font-size: 13px !important;
}	
.introduce_col{
	font-size: 14px !important;
}
}

@media screen and (max-width:1300px) and (min-width:1251px){
.footer .fo1{ width:148px;}
.footer .fo2{ width:267px;}
.footer .fo3{ margin-right:15px;}
.footer .lay_infos{ width:240px;}
.f_top{
	font-size: 15.5px !important;
}

.introduce_col{
	font-size: 14px !important;
}
}

@media screen and (max-width:1250px) and (min-width:1221px){
.footer .fo1{ width:145px;}
.footer .fo2{ width:265px;}
.footer .fo3{ margin-right:8px;}
.footer .lay_infos{ width:240px;}
.f_top{
	font-size: 15.4px !important;
}
}

@media screen and (max-width:1220px) and (min-width:1201px){
.footer .fo1{ width:142px;}
.footer .fo2{ width:262px;}
.footer .fo3{ margin-right:8px;}
.footer .lay_infos{ width:240px;}
.f_top{
	font-size: 15.3px !important;
}

.introduce_col{
	font-size: 13px !important;
}
}


@media screen and (max-width:1200px) and (min-width:1151px){ 
.footer .fo1{ width:145px;}
.footer .fo2{ width:265px;}
.footer .fo3{ margin-right:5px;}
.footer .lay_infos{ width:240px;}
.f_top{
	font-size: 14.8px !important;
}
.f_bottom{
	font-size: 16px !important;
}

.introduce_col{
	font-size: 13px !important;
}
}

@media screen and (max-width:1150px) and (min-width:1101px){ 
.footer .fo1{ width:145px;}
.footer .fo2{ width:265px;}
.footer .fo3{ margin-right:5px;}
.footer .lay_infos{ width:240px;}
.f_top{
	font-size: 14px !important;
}
.f_bottom{
	font-size: 16px !important;
}

.introduce_col{
	font-size: 12.5px !important;
}
}



@media screen and (max-width:1100px) and (min-width:1051px){ 
.footer{}
.footer .fo1{ width:135px;}
.footer .fo2{ width:255px;}
.footer .fo3{ margin-right:5px; width:80px;}
.footer .lay_infos{ width:240px;}
.f_top{
	font-size: 14px !important;
}
.f_bottom{
	font-size: 16px !important;
}

.introduce_col{
	font-size: 13px !important;
}
}

@media screen and (max-width:1600px) and (min-width:1501px){
	.product_title{
		padding:3em 24% !important;
	}
	.product_title .title_l{
		width: 40.5% !important;
		margin-bottom: 1% !important;
	}
	.product_title .title_r{
		width: 53.5% !important;
	}
	.f_top{
		font-size: 18.5px !important;
	}
}@media screen and (max-width:1500px) and (min-width:1401px){
	.product_title{
		padding:3em 22% !important;
	}
	.product_title .title_l{
		width: 41% !important;
		margin-bottom: 1% !important;
	}
	.product_title .title_r{
		width: 53% !important;
	}
	.f_top{
		font-size: 17.5px !important;
	}
}@media screen and (max-width:1400px) and (min-width:1301px){
	.product_title{
		padding:3em 21% !important;
	}
	.f_top{
		font-size: 16.2px !important;
	}
	
}
@media screen and (max-width:1300px) and (min-width:1201px){
	.product_title{
		padding:3em 20% !important;
	}
	.product_title .title_l{
		width: 41% !important;
		margin-bottom: 1% !important;
	}
	.product_title .title_r{
		width: 53% !important;
	}
	.f_top{
		font-size: 15px !important;
	}
}
@media screen and (max-width:1200px) and (min-width:1101px){
	.product_title{
		padding:3em 19% !important;
	}
	.f_top{
		font-size: 14px !important;
	}
}
@media screen and (max-width:1100px) and (min-width:1050px){
	.product_title{
		padding:3em 18% !important;
	}
	.f_top{
		font-size: 13px !important;
	}
}


@media screen and (max-width:1050px) and (min-width:951px){
	.product_title{
		padding:3em 17% !important;
		font-size: 19px !important;
	}
	.product_title .title_l{
		width: 41% !important;
		margin-bottom: 0% !important;
	}
	.product_title .title_r{
		width: 53% !important;
	}
	.f_top{
		font-size: 12px !important;
	}
}

@media screen and (max-width:950px) and (min-width:851px){
	.product_title{
		padding:2.75em 16% !important;
	}
	
}

@media screen and (max-width:850px) and (min-width:751px){
	.product_title{
		padding:2.5em 15% !important;
	font-size: 18px !important;

	}
}

@media screen and (max-width:750px) and (min-width:641px){
	.product_title{
		padding:2.25em 14% !important;
	}
}
@media screen and (max-width:640px) and (min-width:460px){
	.product_title{
		padding:2.25em 13% !important;
		font-size: 16px !important;
	}
	.product_title .title_l{
		width: 95% !important;
		margin-bottom: 10% !important;
	}
	.product_title .title_r{
		width: 95% !important;
	}
}

@media screen and (max-width:460px) and (min-width:370px){
	.product_title{
		padding:2.25em 10% !important;
		font-size: 15px !important;
	}
	.product_title .title_l{
		width: 95% !important;
		margin-bottom: 10% !important;
	}
	.product_title .title_r{
		width: 95% !important;
	}
}
@media screen and (max-width:369px){
	.product_title{
		padding:2.25em 3% !important;
		font-size: 16px !important;
		font-size: 14px !important;
	}
	.product_title .title_l{
		width: 95% !important;
		margin-bottom: 10% !important;
	}
	.product_title .title_r{
		width: 95% !important;
	}
}


@media screen and (max-width:1050px){
	.service_title2_r>p:nth-child(1){
		text-align: left !important;
	}
}
@media screen and (max-width:1050px) and (min-width:1026px){
	.f_bottom{
		line-height: 30px !important;
		padding: 17px 0 !important;
	}
}

@media screen and (max-width:1025px) and (min-width:976px){
	.footer{
		font-size: 18.5px !important;
	}
	.f_bottom{
		font-size: 15px !important;
		line-height: 28px !important;
		padding: 16px 0 !important;
	}
}
@media screen and (max-width:975px) and (min-width:926px){
	.footer{
		font-size: 18px !important;
	}
	.f_bottom{
		font-size: 14.5px !important;
		line-height: 27px !important;
		padding: 15px 0 !important;
	}
}
@media screen and (max-width:925px) and (min-width:876px){
	.footer{
		font-size: 17.5px !important;
	}
	.f_bottom{
		font-size: 14px !important;
		line-height: 26px !important;
		padding: 14px 0 !important;
	}
}
@media screen and (max-width:875px) and (min-width:826px){
	.footer{
		font-size: 16px !important;
	}
	.f_bottom{
		font-size: 13.5px !important;
		line-height: 25px !important;
		padding: 13px 0 !important;
	}
}
@media screen and (max-width:825px) and (min-width:776px){
	.footer{
		font-size: 15px !important;
	}
	.f_bottom{
		font-size: 13px !important;
		line-height: 24px !important;
		padding: 12px 0 !important;
	}
}
@media screen and (max-width:775px) and (min-width:726px){
	.footer{
		font-size: 14px !important;
	}
	.f_bottom{
		font-size: 12.5px !important;
		line-height: 23px !important;
		padding: 11px 0 !important;
	}
}
@media screen and (max-width:725px) and (min-width:676px){
	.footer{
		font-size: 13px !important;
	}
	.f_bottom{
		font-size: 12px !important;
		line-height: 22px !important;
		padding: 10px 0 !important;
	}
}
@media screen and (max-width:675px) and (min-width:626px){
	.footer{
		font-size: 12px !important;
	}
	.f-bot-m{
		line-height: 1em !important;
	}
	.f_bottom{
		font-size: 11.5px !important;
		line-height: 21px !important;
		padding: 10px 0 !important;
	}
}
@media screen and (max-width:625px) and (min-width:576px){
	.footer{
		font-size: 11px !important;
	}
	.f-bot-m{
		margin: 0 !important;
		padding: 0.02em !important;
	}
	.f-bot-m{
		line-height: 1em !important;
	}
	.f_bottom{
		font-size: 11px !important;
		line-height: 19px !important;
		padding: 11px 0 !important;
	}
}
@media screen and (max-width:575px) and (min-width:526px){
	.footer{
		font-size: 10px !important;
	}
	.f-bot{
		/* transform: scale(0.85);	 */
	}
	.f-bot-m{
		line-height: 1em !important;
	}
	.f_bottom{
		font-size: 10px !important;
		line-height: 18px !important;
		padding: 11px 0 !important;
	}
}
@media screen and (max-width:525px) and (min-width:476px){
	.footer{
		font-size: 9px !important;
	}
	.f-bot{
		/* transform: scale(0.9); */
	}
	.f-bot-m{
		line-height: 1em !important;
	}
	.f_bottom{
		font-size: 9px !important;
		line-height: 17px !important;
		padding: 11px 0 !important;
	}
}
@media screen and (max-width:475px) and (min-width:426px){
	.footer{
		font-size:8px !important;
	}
	.f-bot{
		/* transform: scale(0.9); */
	}
	.f-bot-m{
		line-height: 1em !important;
	}
	.f_bottom{
		font-size: 8px !important;
		line-height: 16px !important;
		padding: 11px 0 !important;
	}
}
@media screen and (max-width:425px) and (min-width:376px){
	.footer{
		font-size: 7px !important;
	}
	.f-bot{
		/* transform: scale(0.9); */
	}
	.f-bot-m{
		line-height: 1em !important;
	}
	.f_bottom{
		font-size: 7px !important;
		line-height: 15px !important;
		padding: 11px 0 !important;
	}
}
@media screen and (max-width:375px) and (min-width:326px){
	.footer{
		font-size: 6px !important;
	}
	.f-bot{
		/* transform: scale(0.9); */
	}
	.f-bot-m{
		line-height: 1em !important;
	}
	.f_bottom{
		font-size: 6px !important;
		line-height: 14px !important;
		padding: 11px 0 !important;
	}
}
@media screen and (max-width:325px) and (min-width:276px){
	.footer{
		font-size: 5px !important;
	}
	.f-bot{
		/* transform: scale(0.9); */
	}
	.f-bot-m{
		line-height: 1em !important;
	}
	.f_bottom{
		font-size: 5px !important;
		line-height: 13px !important;
		padding: 10px 0 !important;
	}
}
@media screen and (max-width:275px) and (min-width:226px){
	.footer{
		font-size: 4px !important;
	}
	.f-bot{
		/* transform: scale(0.9); */
	}
	.f-bot-m{
		line-height: 1em !important;
	}
	.f_bottom{
		font-size: 12.5px !important;
		line-height: 12px !important;
		padding: 9px 0 !important;
	}
}
@media screen and (max-width:1050px) and (min-width:641px){
	.ind02 .mymar h4 span {
		font-size: 55px !important;
		padding: 0 10px !important;
	}
	.center_text{
		font-size: 20px !important;
		margin: 0 !important;
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	.f_bottom.show{
		display: none!important;
	}
	.f_bottom.p{
		display: block !important;
	}
	.service_title_r p:nth-child(1),.service_title_l p:nth-child(1){
		margin-bottom:1em !important;
	}
	.service_title_r p:nth-child(2){
		margin-bottom: 2em !important;
	}
	
	.service_col{
		font-size: 22px !important;
		margin-top: 0.5em !important;
	}
	.list_ul li{
		padding: 0 !important;
	}
	.f_top{
		display: none;
	}
	.footer{
		padding-top:60px;
		padding-bottom:40px;
		background:#e6232b;	
		color: white;
	}
	.footer .inner{
		width:auto;
		margin:0 auto;
		text-align:center;	
	}
	.inner .cpr{
		font-size: 11px;
	}
	.footer .fo0{
		display:block;	
		margin:0 auto;
	}
	.footer .fo0 .tit{
		font-size:22px;
		line-height:25px;
		padding-bottom:12px;
		color:#fff;
	}
	.footer .fo0 .line{
		margin: 0 auto 12px;
		width: 5px;
		height: 1px;
		background: #fff;
	}	
	.footer .fo0 .p{
		font-size: 20px;
		line-height: 36px;
		color: #fff;
	}
	.footer .fo1{
		float:none;
		width:auto;
		margin:0 auto;
		padding-top:10px;
	}
	.footer .fo1 .lay_qr{
		width:108px;
		text-align:center;
		margin:0 auto 16px;
	}
	.footer .fo1 .lay_qr .qr{
		display:block;
		width:108px;		
	}
	.footer .fo1 .lay_qr .p{
		font-size:14px;
		line-height:35px;
		color:#727171;
		text-align:center;
	}
	.footer .lay_infos{ float:none; width:100%; text-align:center;
		font-size:15px;
		line-height:30px;
		color:#9fa0a0;
	}
	.footer .lay_infos .con{font-size:15px;
		line-height:30px;
		color:#9fa0a0;}
		.footer .lay_infos .con p a{font-size:15px;
		line-height:30px;
		color:#9fa0a0;}
	.footer .lay_infos .tit{ display:none;}
	.footer .fo2{
		display:none;
	}
	.footer .fo3{
		display:none;
	}
	.footer .fo4{
		display:none;
	}
}

@media screen and (max-width:1050px) and (min-width:641px) {

	.center_text {
		font-size: 20px !important;
		height: auto !important;
	}
	.center_test_cursor{
		text-align: left;
		display: inline-block;
	}
	#center_text{
		display: inline;
		text-align: left;
	}
	.introduce_col{
		display: flex;
		flex-direction: column;
		font-size: 25px !important;
	}
	.introduce_banner_a .swiper-pagination,.introduce_banner_b .swiper-pagination,.introduce_banner_c .swiper-pagination, .introduce_banner_d .swiper-pagination{
	    bottom: 1.5em !important;}
	.about_banner .swiper-pagination{
		bottom: 30px !important;
	}
	.introduce_banner_a .swiper-pagination,.introduce_banner_b .swiper-pagination,.introduce_banner_c .swiper-pagination,.introduce_banner_d .swiper-pagination{
		bottom: 30px !important;
	}
	.introduce_col_text_a,.introduce_col_text_b,.introduce_col_text_c,.introduce_col_text_d{
		width: 95% !important;
		padding-left: 3% !important;
		padding-right: 2% !important;
		margin-bottom: 2% !important;
		padding-bottom: 0 !important;
		margin-top: 1%;
		order: 2;
	}
	.introduce_banner_a,.introduce_banner_b,.introduce_banner_c,.introduce_banner_d{
		width: 95% !important;
		padding:10px 2.5% !important;
		margin: 0 !important;
		order: 1;
	}
	
}

@media screen and (max-width:640px){
	.introduce_col_text_b ul, .introduce_col_text_d ul {
		padding-left: 0.8em !important;
	}
	.center_text {
		font-size: 20px !important;
		height: auto !important;
	}
	.center_test_cursor{
		text-align: left;
		display: inline-block;
	}
	#center_text{
		display: inline;
		text-align: left;
	}
	
	.f_bottom.show{
		display: none!important;
	}
	.f_bottom.p{
		display: block !important;
	}
	.center_text{
		margin: 0 !important;
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.introduce_col{
		display: flex;
		flex-direction: column;
		font-size: 20px !important;
	}.introduce_banner_a .swiper-pagination, .introduce_banner_c .swiper-pagination{
	    bottom: 1.5em !important;}
	.about_banner .swiper-pagination{
		bottom: 30px !important;
	}
	.introduce_banner_a .swiper-pagination,.introduce_banner_b .swiper-pagination,.introduce_banner_c .swiper-pagination,.introduce_banner_d .swiper-pagination{
		bottom: 30px !important;
	}
	.introduce_col_text_a,.introduce_col_text_b,.introduce_col_text_c,.introduce_col_text_d{
		width: 93% !important;
		padding-left: 5% !important;
		padding-right: 2% !important;
		margin-bottom: 2% !important;
		padding-bottom: 0 !important;
		margin-top: 1%;
		order: 2;
	}
	.introduce_banner_a,.introduce_banner_b,.introduce_banner_c,.introduce_banner_d{
		width: 95% !important;
		padding:10px 2.5% !important;
		margin: 0 !important;
		order: 1;
	}
	
	.service_el_l,.service_el_r{
		display: flex !important;
		flex-direction: column !important;
	}
	.service_img_l,.service_img_r{
		width: 100%!important;
		float: left !important;
		order: 1;
	}
	.service_con_r,.service_con_l{
		width: 90% !important;
		text-align: left !important;
		order: 2;
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.service_col{
		font-size: 20px !important;
	}
	.service_ul{
		width: 95% !important;
		float: left !important;
		margin-bottom: 30px;
	}
	.service_title_r p:nth-child(1),.service_title_l p:nth-child(1){
		text-align: left !important;
		margin-bottom: 1.2em !important;
	}
	.about_banner .swiper-pagination.service{
		bottom: 15px !important;
	}
	.about_banner .swiper-pagination .swiper-pagination-bullet{
		width: 5px !important;
		height: 5px !important;
	}
	.footer{
		padding-top:30px;
		padding-bottom:20px;
		background:#e6232b;	
		color: white;
	}
	.f_bottom{
		font-size: 7px !important;
		padding: 10px 0 !important;
	}
	.footer .inner{
		width:auto;
		margin:0 auto;
		text-align:center;	
	}
	.inner .cpr{
		font-size: 9px;
	}
	.footer .fo0{
		display:block;	
		margin:0 auto ;
	}
	/* .footer .fo0 .img{
		width: 100px;
		height: 95px;
		margin: 0 auto;
		border-radius: 5px;
		background: white;
		margin-bottom: 5px;
		text-align: center;
		padding-top: 5px;
		margin-bottom: 6px;
	}
	.footer .fo0 img{
		width: 92%;
		height: 92%;
		vertical-align: middle;
	} */
	.footer .fo0 .tit{
		font-size:18px;
		line-height:18px;
		padding-bottom:8px;
		color:#fff;
	}
	.footer .fo0 .line{
		margin: 0 auto 12px;
		width: 5px;
		height: 1px;
		background: #fff;
	}
	.footer .fo0 .p{
		font-size: 16px;
		font-weight:normal;
		line-height: 26px;
		color: #fff;
	}
	.footer .fo1{
		float:none;
		width:auto;
		margin:0 auto;
		padding-top:10px;
	}
	.footer .fo1 .lay_qr{
		width:108px;
		text-align:center;
		margin:0 auto 16px;
	}
	.footer .fo1 .lay_qr .qr{
		display:block;
		width:108px;		
	}
	.footer .fo1 .lay_qr .p{
		font-size:14px;
		line-height:35px;
		color:#727171;
		text-align:center;
	}
	.footer .lay_infos{ float:none; width:100%;
		font-size:15px;
		line-height:25px;
		color:#727171;
	}
	.footer .lay_infos .con p a{font-size:15px;
		line-height:25px;
		color:#727171;}
	.footer .lay_infos .tit{ display:none;}
	.footer .fo2{
		display:none;
	}
	.footer .fo3{
		display:none;
	}
	.footer .fo4{
		display:none;
	}
}
@media screen and (max-width:450px){
	.center_text{
		font-size: 14px !important;
		margin: 0 !important;
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
}
.news_item{
	padding-top:20px;
	padding-bottom:80px;
}
.news_item .lBx{
	float:left;
	width:380px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:108px;
	margin-right:160px;
}
.news_item .lBx .tit{
	font-size:18px;
	font-weight:normal;
	line-height:28px;	
	color:#000;
	padding-bottom:10px;	
}
.news_item .lBx .info{
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	color:#000;
}
.news_item .rBx{
	display:block;
	overflow:hidden;
	padding-top:10px;	
}

.news_arc{
	display:block;
	overflow:hidden;
	min-height:200px;
	padding-bottom:30px;
	font-size:14px;
	line-height:24px;
	color:#221815;	
	text-align:justify;
}
.news_arc img{
	width:auto!important;
	height:auto!important;
	max-width:100%!important;		
}
.togarc{
	position:relative;
	margin-top:10px;
	border-top:1px solid #221815;
	padding-top:8px;
	padding-bottom:8px;	
}
.togarc p,.togarc p a{
	font-size:14px;
	line-height:34px;
	color:#221815;	
	white-space:nowrap;
	max-width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
}
.togarc p a{
	display:inline-block;
	vertical-align:top;	
}
.togarc .return-list{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:34px;
	color:#221815;	
}
@media screen and (max-width:1024px) and (min-width:641px){

	.news_item{
		padding-top:20px;
		padding-bottom:80px;
	}
	.news_item .lBx{
		float:none;
		width:auto;
		padding-left:0;
		margin-right:0;
		padding-bottom:18px;
		margin-bottom:20px;
		border-bottom:1px solid #221815;
	}	
	.news_item .rBx{
		float:none;
		display:block;
		overflow:hidden;
		padding-top:20px;	
	}	
	.togarc{
		position:relative;
		margin-top:10px;
		border-top:1px solid #221815;
		padding-top:8px;
		padding-bottom:8px;	
	}
}
@media screen and (max-width:640px){
	.vert{
		border-left: 1px solid #a0a0a0 !important;
		height: 13px !important;
		top: 1px !important;
	}
	.ind02 .mymar h4 span {
		padding: 0 5px;
	}
	.news_item{
		padding-top:20px;
		padding-bottom:80px;
	}
	.news_item .lBx{
		float:none;
		width:auto;
		padding-left:0;
		margin-right:0;
		padding-bottom:18px;
		margin-bottom:20px;
		border-bottom:1px solid #221815;
	}	
	.news_item .rBx{
		float:none;
		display:block;
		overflow:hidden;
		padding-top:20px;	
	}	
	.togarc{
		position:relative;
		margin-top:10px;
		border-top:1px solid #221815;
		padding-top:8px;
		padding-bottom:8px;	
	}
}
.news_list{
	padding-top:40px;
	padding-bottom:160px;
}
.news_list .lBx{
	float:left;
	width:14.28%;
	font-size:18px;
	line-height:48px;
	color:#000;
	text-align:center;	
}
.news_list .rBx{
	float:right;
	width:77.48%;
	padding-top:15px;
	padding-bottom:15px;	
}
.news_list .news_box .inner{
	border-top:1px solid #9fa0a0;
	border-bottom:1px solid #9fa0a0;
	padding:30px 0;
}
.news_list .news_box .inner p{
	float:left;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	width:35.41%;
	padding-right:102px;
	font-size:14px;
	line-height:30px;
	height:30px;
	color:#595757;
}
.news_list .news_box .inner p:nth-child(odd){
	margin-right:21.76%;
}
.news_list .news_box .inner p:nth-child(even){
	margin-right:7.42%;
}
.news_list .news_box .inner p a{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;		
}
.news_list .news_box .inner p a,.news_list .news_box .inner p a:hover{
	text-decoration:none;	
}
.news_list .news_box .inner p span{
	position:absolute;
	right:0;
	top:0;
	text-align:right;
	width:102px;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;		
}
.news_list .news_box .inner p:hover a,.news_list .news_box .inner p:hover span{
	color:#221815;	
}
@media screen and (max-width:1024px) and (min-width:641px){
	.news_list{
		padding-top:20px;
		padding-bottom:80px;	
	}
	.news_list .lBx{
		float:none;
		width:100%;
		font-size:18px;
		line-height:28px;
		text-align:left;
	}
	.news_list .rBx{
		float:none;
		width:100%;
		padding-top:12px;
		padding-bottom:12px;
	}
	.news_list .news_box .inner{
		padding:16px 0;
	}
	.news_list .news_box .inner p{
		float:none;
		width:100%;
	}
	.news_list .news_box .inner p:nth-child(odd){
		margin-right:0;	
	}
	.news_list .news_box .inner p:nth-child(even){
		margin-right:0;	
	}
}
@media screen and (max-width:640px){
	.news_list{
		padding-top:15px;
		padding-bottom:30px;	
	}
	.news_list .lBx{
		float:none;
		width:100%;
		font-size:18px;
		line-height:28px;
		text-align:left;
	}
	.news_list .rBx{
		float:none;
		width:100%;
		padding-top:8px;
		padding-bottom:8px;
	}
	.news_list .news_box .inner{
		padding:12px 0;
	}
	.news_list .news_box .inner p{
		float:none;
		width:100%;
	}
	.news_list .news_box .inner p:nth-child(odd){
		margin-right:0;	
	}
	.news_list .news_box .inner p:nth-child(even){
		margin-right:0;	
	}
}
.contactBox{
	-webkit-box-sizing:border-box;	
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 auto;
}
.contact-ban{
}
.contact01{
	 padding-bottom:50px; text-align:center;
}
.contact01 .con01{
	width:auto;
	 border-right:#ddd 1px solid; padding-right:6%; display:inline-block; text-align:left;
}
.contact01 .tit{
	font-size:24px;
	font-weight:normal;
	line-height:40px;
	color:#000;
	padding-bottom:14px;
}
.contact01 .con01 .subcon{
	padding-bottom:16px;
}
.contact01 .con01 .subcon h3{
	font-size:20px;
	font-weight:normal;
	line-height:28px;
	color:#000;
}
.contact01 .con01 .subcon h4{
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	color:#000;
}
.contact01 .con01 .infos{
	font-size:16px;
	font-weight:normal;
	line-height:35px;
	color:#000;
}
.con02{ text-align:center; padding-bottom:50px;
}
.con02 .chd{ display:inline-block;
	text-align:center;	
}
.con02 .chd  .lay_img{
	width:50%; margin:0 auto;
	margin-bottom:5px; text-align:center;	
}
.con02 .lay_img a,.con02 .lay_img img{
	width:80%;
	height:80%;	
}
.con02 .lay_img a,.con02 .lay_img a:hover{
	text-decoration:none;	
}
.con02 .lay_info{
	font-size:16px;
	line-height:40px;
	color:#3e3a39;	
}
.con02 .chd + .chd{
	margin-left:30px;
}

.contact01 .con03{ display:inline-block; width:auto; border-right:#ddd 1px solid; padding-right:6%; padding-left:6%; text-align:left;}
.contact01 .con03 .con{ font-size:16px; line-height:34px;}
.contact01 .bornone{ border-right:none; padding-right:0px !important;}

.contact02{
	padding-bottom:200px;
}
.contact02 .tit{
	font-size:24px;
	font-weight:normal;
	line-height:40px;
	color:#000;
	padding-bottom:14px;
	padding-left:33.333%;
}
.contact02 .img_lists{
	padding-bottom:20px;
}
.contact02 .img_lists .chd{
	float:left;
	width:33.333%;
	margin-bottom:30px;
}
.contact02 .img_lists .img-wrap{
	display:block;
	width:100%;	
}
.contact02 .img_lists .img-wrap img{
	display:block;
	width:100%;
}
.contact02 .img_lists .p{
	font-size:18px;
	text-align:center;
	line-height:52px;
	color:#000;	
}
.contact02 .infos{	
	padding-left:33.333%;
	font-size:20px;
	font-weight:normal;
	line-height:42px;
	color:#000;	
}
@media screen and (max-width:1370px) and (min-width:1025px){
	.contact01 .con01{ padding-right:4%;
	}
	.contact01 .con03{ padding-left:4%; padding-right:4%;}
	
	.con02 .chd{
	display:inline-block;
	text-align:center; width:30%;
}
	
	.con02 .chd  .lay_img{
	margin:0 auto; width:50%;
	margin-bottom:5px;	
}

	.contact02 .tit{
		padding-left:20%;	
	}
	.contact02 .infos{
		padding-left:20%;	
	}
}
@media screen and (max-width:1024px) and (min-width:641px){
	.contactBox{
		min-width:0;
		margin:0 auto;
	}
	.contact-ban{
		padding-bottom:32px;	
	}
	.contact01{
		padding-bottom:48px; text-align:center;
	}
	
	.contact01 .con03{ display:inline-block; width:auto; border-right:#ddd 1px solid; padding-right:3%; padding-left:3%; text-align:left;}
.contact01 .con03 .con{ font-size:12px; line-height:30px;}
.contact01 .bornone{ border-right:none; padding-right:0px !important;}


.con02{ text-align:center; padding-bottom:50px; 
}
.con02 .chd{ display:inline-block;
	text-align:center;	 width:20%;
}
.con02 .chd  .lay_img{
	width:80%; margin:0 auto;
	margin-bottom:5px;	
}

	.contact01 .con01{
		padding-left:0; padding-right: 3%;
		width:auto;
		margin-right:0px;
		float:none;	
	}
	.contact01 .tit{
		font-size:18px;
		line-height:32px;
		padding-bottom:5px;
	}
	.contact01 .con01 .subcon{
		padding-bottom:12px;
	}
	.contact01 .con01 .subcon h3{
		font-size:18px;
		line-height:24px;
	}
	.contact01 .con01 .subcon h4{
		font-size:15px;
		line-height:22px;
	}
	.contact01 .con01 .infos{
		font-size:15px;
		line-height:30px;
	}
	.contact01 .con02{
		float:none;	
		width:auto;
	}
	.contact01 .con02 .tit{
		text-align:center;	
	}
	.contact01 .con02 .con{
		width:230px;
		margin:0 auto;	
	}
	.contact01 .con02 .chd{
		float:left;
		text-align:center;	
	}
	.contact01 .con02 .chd  .lay_img{
		width:100px;
		height:100px;
		margin:0 auto;
		margin-bottom:5px;	
	}
	.contact01 .con02 .lay_info{
		font-size:12px;
		line-height:18px;	
	}
	.contact01 .con02 .chd + .chd{
		margin-left:30px;
	}
	.contact02{
		padding-bottom:60px;
	}
	.contact02 .tit{
		font-size:20px;
		line-height:32px;
		padding-bottom:5px;
		padding-left:0;
	}
	.contact02 .img_lists{
		padding-bottom:16px;
	}
	.contact02 .img_lists .chd{
		float:left;
		width:33.333%;
		margin-bottom:10px;
	}
	.contact02 .img_lists .p{
		font-size:14px;
		line-height:28px;	
	}
	.contact02 .infos{	
		padding-left:0;
		font-size:14px;
		line-height:26px;
	}
}
@media screen and (max-width:640px){
	.contactBox{
		min-width:0;
		margin:0 auto;
	}
	.contact-ban{
		padding-bottom:30px;	
	}
	.contact01{
		padding-bottom:20px;
	}
	.contact01 .con01{
		padding-left:0;
		width:100%; padding-right:0px !important;
		margin-right:0px;
		float:left; box-sizing:border-box; border-right:none !important; border-bottom:#ddd 1px solid; padding-bottom:20px;
	}
	
	.con02{ text-align:center; padding-bottom:0px;
}
.con02 .chd{ display:inline-block; width:31.9%; margin-bottom:20px;
	text-align:center;	
}
.con02 .chd  .lay_img{
	width:100%; margin:0 auto;
}

.con02 .lay_info{
	font-size:14px;
	line-height:40px;
	color:#3e3a39;	
}
.con02 .chd + .chd{
	margin-left:0px;
}
	
	.contact01 .con03{ display:inline-block; width:100%; border-right:none; padding-right:0px; padding-left:0; text-align:left; float:right; border-bottom:#ddd 1px solid; padding-bottom:20px; margin-top:20px;}
.contact01 .con03 .con{ font-size:16px; line-height:34px;}
.contact01 .bornone{ border-right:none; padding-right:0px !important; float:right !important; width:100% !important; margin-top:20px !important; }



.c3a2{ border-bottom:#ddd 1px solid !important; width:100% !important; padding-left:0px !important; margin-top:20px; float:left !important;}


	.contact01 .tit{
		font-size:20px;
		line-height:32px;
		padding-bottom:5px;
	}
	.contact01 .con01 .subcon{
		padding-bottom:12px;
	}
	.contact01 .con01 .subcon h3{
		font-size:18px;
		line-height:24px;
	}
	.contact01 .con01 .subcon h4{
		font-size:15px;
		line-height:22px;
	}
	.contact01 .con01 .infos{
		font-size:15px;
		line-height:30px;
	}
	.contact01 .con02{
		float:none;	
		width:auto;
	}
	.contact01 .con02 .tit{
		text-align:center;	
	}
	.contact01 .con02 .con{
		width:230px;
		margin:0 auto;	
	}
	.contact01 .con02 .chd{
		float:left;
		text-align:center;	
	}
	.contact01 .con02 .chd  .lay_img{
		width:100px;
		height:100px;
		margin:0 auto;
		margin-bottom:5px;	
	}
	.contact01 .con02 .lay_info{
		font-size:12px;
		line-height:18px;	
	}
	.contact01 .con02 .chd + .chd{
		margin-left:30px;
	}
	.contact02{
		padding-bottom:60px;
	}
	.contact02 .tit{
		font-size:20px;
		line-height:32px;
		padding-bottom:5px;
		padding-left:0;
	}
	.contact02 .img_lists{
		padding-bottom:16px;
	}
	.contact02 .img_lists .chd{
		float:left;
		width:33.333%;
		margin-bottom:10px;
	}
	.contact02 .img_lists .p{
		font-size:12px;
		line-height:24px;	
	}
	.contact02 .infos{	
		padding-left:0;
		font-size:14px;
		line-height:26px;
	}
}
.ser-banner{
	position:relative;
	z-index:1;
	overflow:hidden;
	width:100%;
	height:0;
	padding-bottom:40.154%;
}
.ser-banner .img{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:1;
	opacity:0;
	-webkit-transition:all 0.6s linear;
	-moz-transition:all 0.6s linear;
	transition:all 0.6s linear;
}
.ser-banner .img.active{
	z-index:2;
	opacity:1;
}
.indBan .ser-banner{
	padding-bottom:55.4945%;
}
.indBan{
	padding: 0 8px;

}
.indBan .ser-banner .btn-wrap{
	position:absolute;
	width:100%;
	left:0;
	bottom:10%;
	z-index:5;
	text-align:center;
	font-size:0;
	height:2px;	
	overflow:hidden;
}
.indBan .ser-banner .btn{
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:2px;
	cursor:pointer;
	margin:0 6px;
	background:#d2d2d2;	
}
.indBan .ser-banner .btn:hover,.indBan .ser-banner .btn.active{
	background:#000000;	
}

@media screen and (max-width:640px){
	.ind02{
		margin-top: 2em;
		padding: 0;
	}
	.indBan{
		padding:0 ;	
	}
	.indBan .ser-banner .btn{
		width:30px;
		margin:0 5px;	
	}
	.indBan .ser-banner .btn-wrap{ bottom:20px;}
}
.aboutMe{
	padding-top:52px;
	padding-bottom:78px;
	text-align:center;	
}
.aboutMe .tit{
	font-size:30px;
	font-weight:normal;
	line-height:58px;
	color:#221815;	
}
.aboutMe .subTit{
	font-size:24px;
	font-weight:normal;
	line-height:42px;
	color:#221815;	
}
.aboutMe .con{
	padding-top:32px;
	font-size:16px;
	line-height:35px;
	color:#757475;
}
.ser-list{
	padding-bottom:30px;
	margin:0 -25px;
	font-size:0;
}
.ser-list .chd{
	display:inline-block;
	vertical-align:top;
	width:50%;
	font-size:18px;
	line-height:34px;
	color:#000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 25px 50px;	
}
.ser-list .lay_info{
	padding:5.4% 10% 17%;
	background:#efefef;
}
.ser-list .chd1 .lay_info{
	background:#efefef;	
}
.ser-list .chd2 .lay_info{
	background:#fff6e9;	
}
.ser-list .chd3 .lay_info{
	background:#eaf6fd;	
}
.ser-list .chd4 .lay_info{
	background:#e9e6f3;	
}
.ser-list .lay_info .info-tit{
	font-size:30px;
	font-weight:normal;
	line-height:60px;
	color:#221815;
	margin-bottom:16px;
}
.ser-list .lay_info .info-con{
	font-size:18px;
	line-height:34px;
	color:#000;
	padding-bottom:28px;	
}
.ser-list .lay_info .info-labels{
	font-size:14px;
	line-height:32px;
	color:#000;
}
.ser-list .labels{
	float:left;
	width:230px;
	margin-right:40px;	
}
.ser-list .label{
	display:block;
	position:relative;
	height:32px;
	line-height:32px;
	padding-left:36px;	
	overflow:hidden;
}
.ser-list .label:before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:20px;
	height:1px;
	background:#b3b3b3;	
}
.serLogs{
	padding-top:100px;
	padding-bottom:170px;	
}
.serLogs .tit{
	font-size:30px;
	line-height:62px;
	text-align:center;
	color:#221815;
	padding-bottom:30px;
}
.serLogs .con .chd{
	float:left;
	width:12.5%;
	padding:20px 0;	
}
.serLogs .con .chd .lay_img{
	display:block;
	margin:0 auto;
	width:200px;
	height:100px;	
}
.serLogs .con .chd .lay_img img{
	display:block;
	width:100%;
	height:100%;	
}
@media screen and (min-width:1025px){
	.ser-list .lay_info .info-tit{
		min-height:60px;	
	}		
	.ser-list-wrap{
		min-width:1200px;	
	}
}
@media screen and (max-width:1578px) and (min-width:1025px){
	.serLogs .con .chd{
		width:16.6666%;	
		padding:15px 0;
	}
}
@media screen and (max-width:1024px) and (min-width:641px){
	.aboutMe{
		padding-top:26px;
		padding-bottom:40px;	
	}
	.aboutMe .tit{
		font-size:24px;
		line-height:36px;	
	}
	.aboutMe .subTit{
		font-size:20px;
		line-height:30px;
	}
	.aboutMe .con{
		padding-top:20px;
		font-size:15px;	
		line-height:35px;
	}
	.ser-list{
		margin:0 -10px;
		padding-bottom:10px;	
	}
	.ser-list .chd{
		padding:0 10px 20px;
	}
	.ser-list .lay_info .info-tit{
		font-size:24px;
		line-height:36px;
		min-height:36px;
		margin-bottom:12px;
	}
	.ser-list .lay_info .info-con{
		font-size:14px;
		line-height:24px;
		min-height:96px;
		padding-bottom:20px;	
	}
	.ser-list .lay_info .info-labels{
		font-size:12px;
		line-height:20px;	
	}
	.ser-list .chd1 .lay_info .info-labels,.ser-list .chd2 .lay_info .info-labels{
		min-height:200px;	
	}
	.ser-list .chd3 .lay_info .info-labels,.ser-list .chd4 .lay_info .info-labels{
		min-height:80px;	
	}
	.ser-list .labels{
		width:100%;
	}
	.ser-list .label{
		height:20px;
		line-height:20px;	
	}
	.serLogs{
		padding-top:20px;
		padding-bottom:40px;	
	}
	.serLogs .tit{
		font-size:24px;
		line-height:32px;
		padding-bottom:30px;
	}
	.serLogs .con .chd{
		width:25%;
		padding:5px 0;	
	}
	.serLogs .con .chd .lay_img{
		position:relative;
		width:100%;
		height:0;
		padding-top:50%;
	}
	.serLogs .con .chd .lay_img > a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.serLogs .con .chd .lay_img img{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}


@media screen and (max-width:899px) and (min-width:760px){
	.ser-list .lay_info .info-con{
		min-height:120px;	
	}
	.service_ul{
		width: 35%!important;
	}

	.about_banner .swiper-pagination .swiper-pagination-bullet{
		width: 8px !important;
		height: 8px !important;
	}
	.about_banner .swiper-pagination{
		bottom: 2em !important;
	}
}
@media screen and (max-width:759px) and (min-width:641px){
	.ser-list .lay_info .info-con{
		min-height:144px;	
	}
	.about_banner .swiper-pagination .swiper-pagination-bullet{
		width: 8px !important;
		height: 8px !important;
	}
	.about_banner .swiper-pagination{
		bottom: 2em !important;
	}
}
@media screen and (max-width:659px) and (min-width:641px){
	.ser-list .chd3 .lay_info .info-tit,.ser-list .chd4 .lay_info .info-tit{
		min-height:72px;	
	}
}
@media screen and (min-width:1500px){
	.ser-list .lay_info .info-labels{
		min-height:160px;	
	}	
}
@media screen and (max-width:1499px) and (min-width:1025px){
	.ser-list .chd1 .lay_info .info-labels,.ser-list .chd2 .lay_info .info-labels{
		min-height:320px;	
	}
	.ser-list .chd3 .lay_info .info-labels,.ser-list .chd4 .lay_info .info-labels{
		min-height:160px;	

		
	}	
}
@media screen and (min-width:1590px){
	.ser-list .lay_info .info-con{
		min-height:102px;
	}
}
@media screen and (max-width:1589px) and (min-width:1025px){
	.ser-list .lay_info .info-con{
		min-height:136px;
	}
}
@media screen and (max-width:640px){
	.aboutMe{
		padding-top:24px;
		padding-bottom:25px;	
	}
	.aboutMe .tit{
		font-size:24px;
		line-height:36px;	
	}
	.aboutMe .tit img{ width:80%;}
	.aboutMe .subTit{
		font-size:16px;
		line-height:26px;
	}
	.aboutMe .con{ padding:0px 30px;
		padding-top:15px;
		font-size:14px;	
		line-height:30px;
	}
	.ser-list{
		margin:0;
		padding-bottom:10px;	
	}
	.ser-list .chd{
		padding:0 0 20px;
		width:100%;
	}
	.ser-list .lay_info .info-tit{
		font-size:20px;
		line-height:30px;
		margin-bottom:10px;
	}
	.ser-list .lay_info .info-con{
		font-size:12px;
		line-height:20px;
		padding-bottom:10px;	
	}
	.ser-list .lay_info .info-labels{
		font-size:12px;
		line-height:20px;	
	}
	.ser-list .labels{
		width:100%;
	}
	.ser-list .label{
		height:20px;
		line-height:20px;	
	}
	.serLogs{
		padding-top:20px;
		padding-bottom:40px;	
	}
	.serLogs .tit{
		font-size:24px;
		line-height:32px;
		padding-bottom:30px;
	}
	.serLogs .con .chd{
		width:33.333%;
		padding:5px 0;	
	}
	.serLogs .con .chd .lay_img{
		position:relative;
		width:100%;
		height:0;
		padding-top:50%;
	}
	.serLogs .con .chd .lay_img > a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.serLogs .con .chd .lay_img img{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}
.casesNav{
	padding-top:22px;
	padding-bottom:10px;
}
.casesNav.casesNav-index{
	padding-top:0;
	padding-bottom:24px;
}
.viewdisbox { height:50px;}
.casesNav .inner{
	float:right;
	font-size:0;
	white-space:nowrap;
}
.casesNav .inner .lnk{
	display:inline-block;
	vertical-align:top;
	margin-left:32px;
	font-size:14px;
	line-height:30px;
	color:#221815;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.casesNav.casesNav-index .inner .lnk{
	font-size:18px;
	line-height:32px;
	color:#000;
}
.casesNav .inner .lnk.hover,.casesNav .inner .lnk:hover{
	color:#b3b3b3; text-decoration: none;
}
.casesNav.casesNav-index .inner .lnk.hover,.casesNav.casesNav-index .inner .lnk:hover{
	color:#b3b3b3;
}
.casesV{
	padding-bottom:30px;	
}
.cases-banner{
	margin-bottom:12px;	
}
.casesVInfo{
	margin-bottom:12px;
	background:#efefef;
	padding:10px;	
}
.casesVInfo .lBx{
	float:left;
	width:50%;
	text-align:center;	
}
.casesVInfo .lBx img{
	max-width:100%;
	width:300px;
	margin-top:70px;
}
.casesVInfo .rBx{
	float:left;
	width:50%;
}
.casesVInfo .demo{
	padding-right:15%;
	padding-top:100px;
	padding-bottom:100px;
}
.casesVInfo .demo .tit,.casesVInfo .demo .infos-tit{
	font-size:18px;
	font-weight:normal;
	line-height:38px;
	margin-bottom:4px;
	color:#000;
}
.casesVInfo .demo .subinfo{
	font-size:14px;
	line-height:26px;
	color:#000;
	margin-bottom:28px;
}
.casesVInfo .demo .infos-con{
	font-size:14px;
	line-height:24px;
	color:#221815;
	text-align:justify;
}
.casesVA{
	padding-bottom:30px;	
	font-size:14px;
	line-height:28px;
	text-align:justify;
	color:#221815;
}
.casesVA img{
	max-width:100%;	
	vertical-align:baseline;
}
.cases-rel{
	padding-top:65px;
	padding-bottom:82px;
}
.cases-rel .tit{
	font-size:18px;
	font-weight:normal;
	line-height:38px;
	color:#221815;
	text-align:center;	
}
.cases-rel .subTit{
	font-size:14px;
	font-weight:normal;
	line-height:26px;
	color:#221815;
	text-align:center;
	padding-bottom:14px;
}
.cases-rlist{
	padding-top:20px;
	margin-left:-14px;
	margin-right:-14px;
	font-size:0;
}
.cases-rlist .chd{
	-webkit-box-sizing:border-box;	
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:top;
	width:33.333%;
	padding:0 14px 28px;
	font-size:14px;
}
.cases-rlist .chd .img{
	display:block;
	width:100%;
}
.cases-rlist .chd .lay_info{
	padding-top:8px;
	font-size:14px;
	line-height:30px;
	color:#000;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
@media screen and (min-width:1025px){
	.casesV{
		min-width:1200px;
	}	
}
@media screen and (max-width:1024px) and (min-width:641px){
	.casesNav{
		padding-top:5px;
		padding-bottom:5px;
	}
	.casesNav.casesNav-index{
		padding-top:0;
		padding-bottom:8px;
	}
	.casesNav .inner{			
		white-space:nowrap;
		overflow:auto;
		overflow-y:hidden;
		height:44px;
		font-size:0;
	}
	.casesNav.casesNav-index{
		height:40px;
	}
	.casesNav .inner .lnk{
		display:inline-block;
		vertical-align:top;
		font-size:14px;
		line-height:32px;
		padding:5px 0;
		margin-left:32px;
	}
	.casesNav.casesNav-index .inner .lnk{
		font-size:16px;
		line-height:30px;
		margin-left:30px;
	}
	.casesNav .inner .lnk:first-child{
		margin-left:0;
	}
	.casesNav.casesNav-index .inner .lnk:first-child{
		margin-left:0;
	}
	.casesNav .inner .lnk span{
		display:inline-block;
		vertical-align:top;
		padding:0 3px 2px;
		border-bottom:2px solid transparent;
	}
	.casesNav .inner .lnk.hover span{
		border-bottom:2px solid #b3b3b3;
	}
	.casesVInfo{
		position:relative;	
	}
	.casesVInfo .lBx{
		float:none;
		width:40%;	
		position:absolute;
		right:0px;
		top:0px;
	}
	.casesVInfo .lBx .img{
		display:block;
		float:right;
		width:80%;
		margin:10px 5px;	
	}
	.casesVInfo .rBx{
		float:none;
		width:60%;
	}
	.casesVInfo .demo{
		padding-right:0;
		padding-top:10px;
		padding-bottom:10px;
	}
	.casesVInfo .demo .tit,.casesVInfo .demo .subinfo{
		width:60%;	
	}
	.casesVInfo .demo .tit,.casesVInfo .demo .subinfo,.casesVInfo .demo .infos{
		position:relative;
		z-index:5;		
	}	
	.cases-rel{
		padding-top:25px;
		padding-bottom:32px;	
	}
	.cases-rlist{
		padding-top:10px;
		margin-left:-8px;
		margin-right:-8px;	
	}
	.cases-rlist .chd{
		padding:0 8px 16px;	
	}
}
@media screen and (max-width:640px){
	.casesV{
		padding-bottom:15px;	
	}
	.casesNav{
		padding-top:5px;
		padding-bottom:5px;
	}
	.casesNav.casesNav-index{
		padding-top:0;
		padding-bottom:8px;
	}
	.viewdisbox{display:none;}
	.casesNav .inner{
		float:none;	
		white-space:nowrap;
		overflow:auto;
		overflow-y:hidden;
		height:44px;
		font-size:0;
	}
	.casesNav.casesNav-index{
		height:40px;
	}
	.casesNav .inner .lnk{
		display:inline-block;
		vertical-align:top;
		font-size:14px;
		line-height:32px;
		padding:5px 0;
		margin:0;
		width:25%;
		text-align:center;
	}
	.casesNav.casesNav .inner .lnk{
		font-size:15px;
		line-height:34px;
	}
	.casesNav.casesNav-index .inner .lnk{
		font-size:16px;
		line-height:30px;
	}
	.casesNav .inner .lnk span{
		display:inline-block;
		vertical-align:top;
		padding:0 3px 2px;
		border-bottom:2px solid transparent;
	}	
	.casesVInfo{
		position:relative;	
		padding-bottom:120px;
	}
	.casesVInfo .lBx{
		float:none;
		position:absolute;
		top:auto;
		bottom:15px;
		left:5px;
		width:100%;
	}
	.casesVInfo .lBx .img{
		display:inline-block;
		vertical-align:top;		
		max-height:100px;
		max-width:100%;
		width:auto;
		margin:0;
	}
	.casesVInfo .rBx{
		float:none;
		width:100%;
	}
	.casesVInfo .demo{
		padding-right:0;
		padding-top:10px;
		padding-bottom:10px;
	}
	.casesVInfo .demo .tit, .casesVInfo .demo .infos-tit{
		font-size:16px;
		line-height:32px;
		margin-bottom:2px;	
	}
	.casesVInfo .demo .subinfo{
		font-size:13px;
		line-height:24px;
		margin-bottom:24px;	
	}
	.casesVInfo .demo .infos-con{
		font-size:13px;
		line-height:22px;
	}
	.casesVA{
		padding-bottom:5px;
	}	
	.cases-rel{
		padding-top:15px;
		padding-bottom:15px;	
	}
	.cases-rel .tit{
		font-size:16px;
		line-height:32px;	
	}
	.cases-rel .subTit{
		font-size:12px;
		line-height:20px;
		padding-bottom:12px;	
	}	
	.cases-rlist{
		padding-top:8px;
		margin-left:-5px;
		margin-right:-5px;	
	}
	.cases-rlist .chd{
		padding:0 5px 10px;	
	}
	.cases-rlist .chd .lay_info{
		padding-top:5px;
		font-size:12px;
		line-height:20px;
	}
}
@media screen and (min-width:2700px){
	.service_col{
		font-size: 18px!important;
	}
	.service_title_l p:nth-child(1),.service_title_r p:nth-child(1){
		margin-bottom: 0em !important;
	}
	.service_title_r p:nth-child(2),.service_title_l p:nth-child(2){
		margin-bottom: 0em !important;
	}
	.service_ul{
		font-size: 0.6em !important;
	}
	.service_con_r, .service_con_l{
		padding-top: 1% !important;
	}
}

@media screen and (min-width:1921px){
	.bdy{
		width:1880px;
		margin:0 auto;	
	}
	.header .tel{
		position: absolute;
		right: 50%;
		margin-right: -900px;
	}
	.header .lay_logo{
		float:none;
		position: absolute;
    	top: 0;
    	left: 50%;
    	margin-left: -930px;	
	}
	.header .nav{
		float:none;
		position: absolute;
    	right: 50%;
    	top: 0;
   		margin-right: -730px;	
	}
}


.fenlei{ padding:50px 60px 60px; text-align:center;}

.fla{display:inline-block; vertical-align:top;width: 12%;}
.fla a{ height:50px; line-height:50px; width:100%; text-align:center; border:1px solid #cecece; font-size:16px; 	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;white-space: nowrap;
	transition:all .3s linear; overflow:hidden; display:block; color: #454545;}
.fla a:hover,.fla a.hover{ background:#e62129; border:#e62129 1px solid; color:#fff;
border-right:none ;}

.fwli{ text-align:center; padding-bottom:15px;}
.fwli ul{}
.fwli ul li{ width:23%; height:auto; display:inline-block;}
.fwli ul li .fwli1{}
.fwli ul li .fwli1 img{}
.fwli ul li .fwli2{ font-size:35px; color:#333333; margin-top:8px;}
.fwli ul li .fwli3{ font-size:25px; font-family:"Arial"; color:#757475; margin-top:5px;}
.fwli ul li .fwli4{ background:#e62129; height:3px; width:86px; margin:0 auto; margin-top:8px;}


@media screen and (max-width:640px){
	.fenlei{ padding:5px 0px 5px;}

	.fla{ float:left; vertical-align:top; width:31.2%; margin-bottom:15px; margin-right:3%; padding-left:0px; padding-right:0px;}
	.fla a{ height:45px; line-height:45px; width:100%;  text-align:center; border:1px solid #cecece; font-size:14px; 	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;  overflow:hidden; box-sizing:border-box;}
	.fla:nth-child(3n+0){ margin-right:0px;}
	
	.fwli{ text-align:center;}
.fwli ul{}
.fwli ul li{ width:50%; height:auto; float:left; margin-bottom:30px;}
.fwli ul li .fwli1{ width:50%; margin:0 auto;}
.fwli ul li .fwli1 img{ width:100%;}
.fwli ul li .fwli2{ font-size:18px; color:#333333; margin-top:8px;}
.fwli ul li .fwli3{ font-size:15px; font-family:"Arial"; color:#757475; margin-top:5px;}
.fwli ul li .fwli4{ background:#e62129; height:3px; width:50px; margin:0 auto; margin-top:8px;}
}

@media screen and (max-width:1024px) and (min-width:641px){
	.bdy{
		padding-top: 6.3em !important;
	}
	.bdy.ser{
		padding-left:20px !important;
		padding-right:20px !important;
	}
	
	.fenlei{ padding:8px 10px 0px;}

	.fla{ float:left; vertical-align:top; width:31.2%; margin-bottom:20px; margin-right:3%; padding-left:0px; padding-right:0px;}
	.fla a{ height:55px; line-height:55px; width:100%;  text-align:center; border:1px solid #e4e3e3; font-size:16px; 	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear; overflow:hidden; box-sizing:border-box;}
	.fla:nth-child(3n+0){ margin-right:0px;}
	
.fwli{ text-align:center; padding-bottom:15px;}
.fwli ul{}
.fwli ul li{ width:24%; height:auto; display:inline-block;}
.fwli ul li .fwli1{ width:60%; margin:0 auto;}
.fwli ul li .fwli1 img{ width:100%;}
.fwli ul li .fwli2{ font-size:26px; color:#333333; margin-top:8px;}
.fwli ul li .fwli3{ font-size:20px; font-family:"Arial"; color:#757475; margin-top:5px;}
.fwli ul li .fwli4{ background:#e62129; height:3px; width:65px; margin:0 auto; margin-top:8px;}
}





/*新闻详细页*/
.show{ height:auto;}
.showa{ font-size:35px; color:#010101; text-align:center;}
.showb{ width:100%; border-bottom:#ededed 1px solid;  margin-top:25px; font-size:16px; color:#9d9d9d; text-align:center; padding:18px 0px;}
.showb span{ margin-right:10px;}
.showb a{ cursor:pointer; color:#9d9d9d; margin-left:13px;}
.showb a:first-child{ margin-left:0px;}
.sxp{ width:100%; padding-top:30px; padding-bottom:40px; border-top:#ededed 1px solid;}
.sxps{ font-size:16px; color:#333333; width:100%; margin-bottom:20px;}
.sxps h1{  color:#333333; float:left;}
.sxps span{   float:left;}
.sxps a{ color:#333333;}
.sxps a:hover{color:#e62129;}
.neirong{ font-size:16px; line-height:45px; color:#000000; margin-top:38px; padding-bottom:66px;}
.neirong img{ max-width:100%; height:auto !important; margin-top:15px; margin-bottom:15px;}


@media screen and (max-width:640px){
	.show{ height:auto;}
.showa{ font-size:25px; color:#010101; text-align:center;}
.showb{ width:100%; border-bottom:#ededed 1px solid;  margin-top:0px; font-size:14px; color:#9d9d9d; text-align:center; padding:15px 0px;}
.showb span{ margin-right:10px;}
.showb a{ cursor:pointer; color:#9d9d9d; margin-left:13px;}
.showb a:first-child{ margin-left:0px;}
.sxp{ width:100%; padding-top:20px; padding-bottom:10px; border-top:#ededed 1px solid;}
.sxps{ font-size:16px; color:#333333; width:100%; margin-bottom:10px; float:left;}
.sxps h1{ float:left;color:#333333;}
.sxps span{ float:left; }
.sxps a{ color:#333333;}
.sxps a:hover{color:#e62129;}
.neirong{ font-size:14px; line-height:28px; color:#000000; margin-top:20px; padding-bottom:15px;}
.neirong img{ max-width:100%; height:auto !important; margin-top:10px; margin-bottom:10px;}
}
.pboot0{ padding-bottom:0px !important;}
.pttnew{  width:100%; padding-bottom:35px;}

@media screen and (max-width:1024px) and (min-width:641px){
		.show{ height:auto;}
.showa{ font-size:25px; color:#010101; text-align:center;}
.showb{ width:100%; border-bottom:#ededed 1px solid;  margin-top:0px; font-size:14px; color:#9d9d9d; text-align:center; padding:18px 0px;}
.showb span{ margin-right:10px;}
.showb a{ cursor:pointer; color:#9d9d9d; margin-left:13px;}
.showb a:first-child{ margin-left:0px;}
.sxp{ width:100%; padding-top:30px; padding-bottom:40px; border-top:#ededed 1px solid;}
.sxps{ font-size:16px; color:#333333; width:100%; margin-bottom:20px; float:left;}
.sxps h1{ float:left;color:#333333;}
.sxps span{ float:left; }
.sxps a{ color:#656565;}
.sxps a:hover{color:#e62129;}
.neirong{ font-size:16px; line-height:40px; color:#000000; margin-top:20px; padding-bottom:30px;}
.neirong img{ max-width:100%; height:auto !important; margin-top:15px; margin-bottom:15px;}
	}
	
	
	/*分页*/

.page_list{height:40px;line-height:40px;text-align:center;letter-spacing:0;font-size:15px;margin: 25px 0;}

.page_list a{ height:40px;display:inline-block;color:#323232;text-align:center;padding:0 25px;-moz-transition:0.5s;-o-transition:0.5s;-webkit-transition:0.5s;transition:0.5s; font-size:15px; background:#fff; border:#dcdcdc 1px solid; border-left:none;}

.page_list a:first-child{border-left:#dcdcdc 1px solid;}

.page_list a:hover{color:#fff;background:#e62129;}

.page_list a.on{color:#fff;background:#e62129;}

@media screen and (max-width:640px){
	.page_list{}
	.page_list a{ display:none; border:none; padding:0 0px;}
	.page_list a.sya,.page_list a.syb,.page_list a.xya,.page_list a.xyb{ display:block; border:#dcdcdc 1px solid; width:45%; box-sizing:border-box; height:45px; line-height:45px; font-size:15px;}
	.page_list a.sya,.page_list a.syb{ float:left;}
	.page_list a.xya,.page_list a.xyb{ float:right;}
	.page_list a.xyb,.page_list a.syb{ background:#e62129; color:#fff; border:#e62129 1px solid;}
	.page_list a.xyb:hover,.page_list a.syb:hover{background:#e62129; color:#fff; border:#e62129 1px solid;}
	.page_list a.sya:hover,.page_list a.xya:hover{border:#dcdcdc 1px solid; color:#323232; background:#fff;}
	.page_list .flab{ float:left !important;}
.page_list .frab{ float:right !important;}
}

@media screen and (max-width:1024px) and (min-width:641px){
	.ind01{
		margin-bottom: 0 !important;
	}
	.page_list{text-align: center; padding:10px 10px 10px 10px; height:auto; line-height:0px; display: flex; flex-direction: row; justify-content:space-between;}
	.page_list a{ display:none; border:none; padding:0 0px;}
	.page_list a.sya,.page_list a.syb,.page_list a.xya,.page_list a.xyb{ display:inline-block; border:#dcdcdc 1px solid; width:45%; box-sizing:border-box; height:55px; line-height:55px; font-size:16px;}
	.page_list a.xyb,.page_list a.syb{ background:#e62129; color:#fff; border:#e62129 1px solid;}
	.page_list a.xyb:hover,.page_list a.syb:hover{background:#e62129; color:#fff; border:#e62129 1px solid;}
	.page_list a.sya:hover,.page_list a.xya:hover{border:#dcdcdc 1px solid; color:#323232; background:#fff;}

}
