
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}

a {
  text-decoration: none;
  color: #666666;
}
a:focus {
  outline:0;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 0;
  padding: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
  padding: 0;
}
menu,
ol,
ul {
  list-style-type: none;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", Arial, sans-serif;
  color: #333;
}
body {
	font-size: 14px;
	line-height: 1.4;
}
img {
  width: auto;
  height: auto;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
/* grid */
.row {
  *zoom: 1;
  margin-right: -20px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .row {
    margin-right: 0;
  }
}

/* margin */

.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .banner-slider .bd {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index-banner .banner-slider .bd ul {
  width: 600%;
}
.index-banner .banner-slider .bd ul li {
  float: left;
  width: 16.666%;
  position: relative;
}
.index-banner .banner-slider .bd ul li .cont {
  position: absolute;
  left: 50%;
  top: 18%;
  width: 1200px;
  margin-left: -600px;
}
.index-banner .banner-slider .bd ul li .cont .tit {
  font-weight: normal;
  font-size: 60px;
  color: #fff;
  margin-bottom:16px;
}
.index-banner .banner-slider .bd ul li .cont .tex{
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px;
}
.index-banner .banner-slider .bd ul li .cont .text {
  font-size: 24px;
  margin-bottom: 30px;
  color:#fff;
  width: 50%;
}
.index-banner .banner-slider .bd ul li .cont .know-more {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 15px 0;
  width: 200px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
 	background:#e41f2b;
}
.index-banner .banner-slider .bd ul li .pic {
  width: 100%;
}
.index-banner .banner-slider .bd ul li .pic img {
  display: block;
  width: 100%;
}
.index-banner .banner-slider .bd ul li .pic .m-img{display:none;}
.index-banner .banner-slider .hd {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  z-index: 2;
  text-align: center;
  font-size: 0;
}
.index-banner .banner-slider .hd .swiper-pagination-switch {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 13px;
  height: 13px;
  text-indent: -10em;
  overflow: hidden;
  margin: 0 10px;
  cursor: pointer;
  border:1px solid #E00032;
  border-radius:13px;
}
.index-banner .banner-slider .hd .swiper-pagination-switch.swiper-active-switch {
  background:#E00032;
}
@media screen and (max-width: 1440px) {
  .index-banner .banner-slider .bd ul li .cont .tit {
    font-size: 36px;
  }
  .index-banner .banner-slider .bd ul li .cont .tex{
	  font-size: 24px;
  }
  .index-banner .banner-slider .bd ul li .cont .text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .index-banner .banner-slider .bd ul li .cont {
    margin-left: 0;
    left: 5%;
  }
}
@media screen and (max-width: 1280px) {
  .index-banner .banner-slider .bd ul li .cont {
    top: 24%;
  }
  .index-banner .banner-slider .bd ul li .cont .text {
    font-size: 18px;
  }
  .index-banner .banner-slider .bd ul li .cont .know-more {
    width: 160px;
    padding: 10px 0;
    background-position: top center;
  }
}
@media screen and (max-width: 1024px) {
  .index-banner .banner-slider .bd ul li .cont {
    width: 80%;
    margin-left: 0;
    left: 5%;
  }
  .index-banner .banner-slider .bd ul li .cont .know-more {
    font-size: 16px;
  }
  .index-banner .banner-slider .hd {
    bottom: 20px;
  }
  .index-banner .banner-slider .bd ul li .cont .text{
	  width:100%;
  }
}
@media screen and (max-width: 768px) {
  .index-banner .banner-slider .bd ul li .pic {
    position: relative;
    width: auto;
  }
  .index-banner .banner-slider .bd ul li .pic .m-img{display:block;width:100%;}
  .index-banner .banner-slider .bd ul li .pic .pc-img{display:none;}
  .index-banner .banner-slider .bd ul li .cont {
    width: 90%;
    left: 5%;
  }
  
  .index-banner .banner-slider .bd ul li .cont .know-more {
	display:none;
    font-size: 14px;
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .index-banner .banner-slider .bd ul li .cont {
    top: 20%;
    width: 92%;
    left: 0;
    padding-left: 3%;
  }
  .index-banner .banner-slider .bd ul li .cont .tit {
    font-size: 32px;
  }
  .index-banner .banner-slider .bd ul li .special .tit {
    font-size: 23px;
  }
  .index-banner .banner-slider .bd ul li .cont .know-more {
    font-size: 14px;
    width: 110px;
    padding: 6px 0;
  }
  .index-banner .banner-slider .hd {
    bottom: 15px;
  }
}
@media screen and (max-width: 414px) {
	.index-banner .banner-slider .bd ul li .cont .text {
		font-size:16px;
	  }
	  .index-banner .banner-slider .bd ul li .special .text {
		font-size:14px;
		}
	.index-banner .banner-slider .bd ul li .cont .know-more {
		width: 120px;
	  }
}
@media screen and (max-width: 375px) {
	.index-banner .banner-slider .bd ul li .cont .text {
		font-size:1.1em;
	  }
}
@media screen and (max-width: 320px) {
	.index-banner .banner-slider .bd ul li .cont .tit {
		font-size: 1.8em;
	  }
	.index-banner .banner-slider .bd ul li .cont .text {
		font-size:1em;
	  }
	.index-banner .banner-slider .bd ul li .cont .know-more {
		width: 100px;
	  }
}
.notice ul li {
	padding: 0px 5px;
	height:62px;
}
.notice ul li .notice-box {
  font-size: 16px;
  color: #000;
  padding-right: 100px;
}
.notice ul li .notice-box a {
  color: #000;
  outline: none;
  cursor: pointer;
}
.notice ul li .notice-box i {
  margin: 0 1em;
  font-style: normal;
}
.notice ul li .notice-box .class {
  float: left;
  width: 8.5em;
  line-height: 58px;
}
.notice ul li .notice-box .class span {
  display: inline-block;
}
.notice ul li .notice-box .title {
  display: block;
  margin-left: 8.5em;
  line-height: 58px;
}
.notice ul li .notice-box .title span {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.notice .control .next,
.notice .control .prev {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 35px;
  height: 35px;
  outline: none;
  cursor: pointer;
  background: url("/static/images/up.png") center no-repeat;
  font-size: 14px;
}
.notice .control .next {
  margin-left: 10px;
  background-image: url("/static/images/down.png");
}
.notice .control .prev:hover{
	 background: url("/static/images/up_hover.png") center no-repeat;
}
.notice .control .next:hover {
	background: url("/static/images/down_hover.png") center no-repeat;
}
@media screen and (max-width: 1220px) {
  .notice {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .notice {
    display: none;
  }
}
.feature {
  text-align: center;
  padding-top: 6%;
  padding-bottom: 3.4%;
}
.feature .tit {
  font-size: 36px;
  color: #333;
  font-weight: normal;
  margin-top:30px;
}
.feature .reg{
	margin-top: 20px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.spara_item{
	font-size: 36px;
	color:#fff;
	letter-spacing: 8px;
	font-weight: 700;
	padding-left:48px;
}
.feature .reg a{
	background: #e41f2b;
	color:#fff;
	padding:12px 50px;
	border-radius: 30px;
	font-size:18px;
	display: inline-block;
	margin-left:20px;
}
.feature .text {
  width: 94%;
  max-width: 940px;
  margin: 24px auto 34px;
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}
.feature .more {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 46px;
  width: 215px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
  background: #e41f2b;
}
@media screen and (max-width: 1136px) {
  .spara_item{
	  font-size:32px;
	  padding-left:24px;
  }
  .feature .reg a{
	  padding:10px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .feature .tit {
    font-size: 36px;
	font-weight: 600;
  }
}
@media screen and (max-width: 992px){
	.spara_item{
		font-size: 30px;
		padding-left:20px;
		letter-spacing: 4px;
	}
	.feature .reg a{
		font-size:16px;
	}
}
@media screen and (max-width: 860px){
	.feature .reg{
		height: 180px;
		flex-direction: column;
	}
	.spara_item{
		margin-bottom:16px;
	}
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 50px 0 30px;
  }
  .feature .tit {
    font-size: 36px;
    margin-bottom: 25px;
	font-weight: 600;
  }
  .feature .text {
    display: none;
  }
  .feature .more {
    font-size: 14px;
    width: 130px;
    height: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 376px){
	.spara_item{
		font-size: 24px;
	}
	.feature .reg a{
		font-size: 14px;
	}
}
.layout-lr {
  position: relative;
  width: 100%;
}
.layout-lr .left {
  float: left;
  width: 308px;
  height: 697px;
}
.layout-lr .right {
  width:892px ;
  float: right;
}
.r-box-inner{
	overflow: hidden;
}
.product-center .left {
  background: url(/static/images/szban.jpg) no-repeat;
}
.layout-lr .right .r-box-list.wid33{
	width: 33.3333%;
}
.layout-lr .right .r-box-list{
	float: left;
}
.layout-lr .right .r-box-list.t{
	margin-bottom: 18px;
}
.layout-lr .right .r-box-list .r-list-inner{
	    margin: 0 0 0 20px;
	    padding-bottom: 20px;
		transition: .2s;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-ms-transition: .2s;
		-o-transition: .2s;
		border:1px solid #e8e8e8;
}
.layout-lr .right .r-box-list .r-list-inner:hover{
		box-shadow: 0 0 15px #bfbfbf;
		-webkit-box-shadow: 0 0 15px #bfbfbf;
		-moz-box-shadow: 0 0 15px #bfbfbf;
		-ms-box-shadow: 0 0 15px #bfbfbf;
		-o-box-shadow: 0 0 15px #bfbfbf;
}
.layout-lr .right .r-box-list.wid33 .r-list-inner .img{
	width: 100%;
	height: 104px;
	background-size: cover ;
}
.layout-lr .right .r-box-list .r-list-inner .tit,
.academy-bocpic a{
	color: #3e3a39;
	font-size: 20px;
	font-weight: 600;
	margin-top: 9px;
	margin-left: 20px;
}
.layout-lr .right .r-box-list .r-list-inner .info{
	font-size: 14px;
	color: #727171;
	line-height: 24px;
	margin-top: 3px;
	margin-bottom: 7px;
	margin-left: 20px;
}
.layout-lr .right .r-box-list .listys{
	margin: 0 20px;
	border-top: 1px dashed #ddd;
	padding-top: 10px;
	margin-bottom: 12px;
}
.layout-lr .right .r-box-list .listys .pro_list{
	font-size:14px;
	display: inline-block;
	padding:3px 0;
}
.layout-lr .right .r-box-list .listys .pro_list:hover{
	color:#E41F2B;
}
.listys a:first-child{
	padding-left: 0;
}
.listys a {
    font-size: 16px;
    color: #007AFF;
    padding-right: 12px;
}
.layout-lr .right .r-box-list .r-list-inner .readmore{
	color: #fff;
	background: #E41F2B;
	display: inline-block;
	line-height: 20px;
	padding: 2px 10px;
	margin-left: 20px;
	border-radius: 2px;
	transition: .2s;
	-webkit-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
}
.layout-lr .right .r-box-list .r-list-inner .readmore:hover{
	box-shadow: 0px 0px 5px #e75550;
	-webkit-box-shadow: 0 0 5px #e75550;
	-moz-box-shadow: 0 0 5px #e75550;
	-ms-box-shadow: 0 0 5px #e75550;
	-o-box-shadow: 0 0 5px #e75550;
}
.ws-procenter-imgbox{
	float: left;
    width: 32.5%;
    margin: 0 0 0 1%;
    position: relative;
    margin-top: 20px;
}
.ws-procenter-imgbox img{
	display: block;
	width: 100%;
}
.ws-procenter-textbox{
	position: absolute;
    z-index: 1;
    top: 10%;
    left: 7%;
    text-align: left;
}
.ws-procenter-texttitle{
	font-size: 24px;
    font-weight: bold;
    color: #26315D;
}
.ws-procenter-textcontent{
	font-size: 16px;
    color: #26315D;
    margin-top: 5px;
}
.wsp-view-more{
	display: inline-block;
    color: #6f769d;
    font-size: 16px;
	margin-top: 21px;
}
.hCon-item .tab-group{
	margin-top: 48px;
}
.hCon-item .tab-group .friendlink-list {
    width: 16.666%;
    float: left;
    position: relative;
}
.hCon-item .tab-group .friendlink-list .friendlink-inner {
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 80% auto;
    height: 120px;
    border: 1px solid #dedede;
    display: block;
    margin-top: -1px;
    margin-left: -1px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    cursor: pointer;
}
.hCon-item .tab-group .friendlink-list .friendlink-inner:hover{
	box-shadow:0 0 22px #bfbfbf;
	-webkit-box-shadow:0 0 22px #bfbfbf;
	-moz-box-shadow:0 0 22px #bfbfbf;
	-ms-box-shadow:0 0 22px #bfbfbf;
	-o-box-shadow:0 0 22px #bfbfbf;
	z-index: 11;
}
.clearfix:before, .clearfix:after{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
.footer {
  width: 100%;
  position: relative;
  background: #efefef;
}
.footer .top {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  position: relative;
  padding: 60px 0;
}
.footer .back-top {
  display: none;
}
.footer .footer-nav {
  padding-right: 200px;
  font-size: 0;
}
.footer .footer-nav dl {
  font-size: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 18%;
  *width: 17.9%;
}
.footer .footer-nav dl dt {
  font-size: 18px;
  color: #000;
  margin-bottom: 18px;
}
.footer .footer-nav dl dd ul li {
  font-size: 16px;
  line-height: 2;
}
.footer .footer-nav dl dd ul li a:hover{color:#e10032;}
.footer .consultation {
  position: absolute;
  right: 0;
  top: 60px;
  width: 200px;
}
.footer .consultation .title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 35px;
  width: 160px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
  background: #f66f6a;
}
.footer .consultation .cont {
  margin-top: 20px;
}
.footer .consultation .cont .sale-before,
.footer .consultation .cont .sale-after {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  display: block;
}
.footer .consultation .cont .sale-before span,
.footer .consultation .cont .sale-after span {
  display: block;
}
.footer .consultation .cont .sale-after {
  margin-top: 10px;
}
.footer .consultation .cont .tel {
  font-size: 20px;
  font-weight: bold;
  color: #e10032;
  outline: none;
}
.footer .bottom {
  border-top: 1px solid #e4e4e4;
}
.footer .bottom .bottom-in {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 58px;
}
.footer .bottom .bottom-in .copyright {
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .footer .bottom .bottom-in {
    line-height: 1.6;
    padding: 15px 0;
  }
  .footer .bottom .bottom-in .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .footer .top {
    padding-bottom: 20px;
  }
  .footer .top .footer-nav {
    padding-right: 0;
  }
  .footer .top .consultation {
    position: static;
    width: 80%;
    margin: 0 auto;
  }
  .footer .top .consultation .title {
    display: none;
  }
  .footer .top .consultation .cont .sale-before,
  .footer .top .consultation .cont .sale-after {
    float: left;
    width: 200px;
    *width: 49.9%;
    text-align: center;
    font-weight: normal;
  }
  .footer .top .consultation .cont .sale-before span,
  .footer .top .consultation .cont .sale-after span {
    font-size: 18px;
  }
  .footer .top .consultation .cont .sale-after {
    margin: 0;
  }
  .footer .top .consultation .cont .tel {
    font-size: 20px;
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 82px;
	 border-top: 1px solid #e1e1e1;
  }
  .footer .top {
    padding-top: 20px;
   
  }
  .footer .top .back-top {
    width: 30px;
    height: 43px;
    display: block;
    margin: 0 auto 20px;
    text-indent: -999em;
    overflow: hidden;
    background: url("../img/backtop.png") center no-repeat;
    background-size: cover;
  }
  .footer .top .footer-nav dl {
    display: block;
    width: auto;
    padding: 5px 0;
  }
  .footer .footer-nav dl.dlone{
  	width: 100%;
  }
  .footer .top .footer-nav dl dt {
    margin-bottom: 5px;
    cursor: pointer;
    background: url("/static/img/footer_add.png") 98% center no-repeat;
    background-size: auto 64%;
    -webkit-background-size: auto 64%;
    -o-background-size: auto 64%;
    -moz-background-size: auto 64%;
	opacity: 0.8;
  }
  .footer .top .footer-nav dl dt.on {
    background-image: url("/static/img/footer_add_on.png");
  }
  .footer .top .footer-nav dl dd {
    display: none;
  }
  .footer .top .footer-nav dl dd ul {
    padding-left: 1em;
  }
  .footer .top .consultation {
    width: 98%;
  }
  .footer .bottom .bottom-in {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }
}
.main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.my-container {
    margin-right: auto;
    margin-left: auto;
	width:1200px\9;
}
@media (min-width:1200px) {
    .my-container {
        width: 1200px;
    }
}
@media (max-width:1024px) {
    .my-container {
        width: 98%;
    }
}
.call-top{display:none;text-align:center;background:#e50033;color:#fff;position:fixed;bottom:150px;right:0;z-index:99;cursor:pointer;width:48px;height:48px;overflow: hidden;}
.call-top-san{display:block;width:10px;height:10px;background:#fff;margin:0 auto;margin-top:-14px;border: 8px solid #e50033; border-bottom: 10px solid #fff;width: 0px;}
.call-top-zf{display:block;width:4px;height:12px;background:#fff;margin:0 auto;}  

.product-center .left .product-tab {position:relative;margin: 24px 20px 0 20px;}
.product-center .left .product-tab .tit{
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	border-bottom: 2px solid #fff;
}
.product-center .left .product-tab .tit .son_tit{
	color:#fff;
	margin-top:10px;
	display: inline-block;
}
.product-center .left .product-tab .tit .son_tit:hover{
	color:#FF8100;
}
.product-center .left .product-tab .smtit{
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	margin-top: 3px;
}
.product-center .left .product-tab .info{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-top: 15px;
}
.product-center .left .product-tab .more{
	color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin-top: 11px;
    font-size: 12px;
    display: inline-block;
	border-radius: 2px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.product-center .left .product-tab .more:hover{
	border: 1px solid #eb2c7a;
	color: #E41F2B;
	background: #fff;
}
.product-center .left .product-tab .prosys{
	color:#FFEA03;
	text-decoration: underline;
	display: inline-block;
	padding:3px 0;
}
.product-center .left .product-tab .prosys:hover{
	color:#FF8100;
}
.sy-btns-left{position:absolute;top:50%;margin-top:-33px;left:5%;z-index:99;cursor:pointer;}
.sy-btns-right{position:absolute;top:50%;margin-top:-33px;right:5%;z-index:99;cursor:pointer;}
@media (max-width:768px) {
  .sy-btns-left{display:none;}
  .sy-btns-right{display:none;}
}
@media screen and (max-width: 1216px){
	.product-center .left{
		width:100%;
		background-size:cover;
		height:auto;
		margin-bottom:20px;
	}
	.product-center .left .product-tab{
		margin:20px;
	}
	.layout-lr .right{
		width:100%
	}
}
@media (max-width:1024px){
	.feature .reg img{
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 1024px) {
  .layout-lr .left {
    float: none;
    width: 100%;
	height: auto;
    background: #E41F2B;
  }
  .layout-lr .right {
    margin-left: 0;
	width: 100%;
  }
  .product-center .left {
    margin-bottom: 15px;
  }
  .product-center .left .product-tab {
    margin: 0;
	padding:24px 20px;
  }
  .layout-lr .right .r-box-list.wid33{
	  width: 50%;
  }
  .layout-lr .right .r-box-list{
	  margin-bottom:18px;
  }
  .layout-lr .right .r-box-list .r-list-inner{
	  margin-left: 12px;
  }
  .layout-lr .right .r-box-list .r-left{
  	  margin-left: 0px;
  }
  .layout-lr .right .r-box-list.wid33 .r-list-inner .img{
	  display: none;
  }
  .layout-lr .right .r-box-list .r-list-inner .tit{
	  padding-top: 16px;
  }
  .ws-procenter-imgbox{
	  width: 100%;
  }
  .ws-procenter-imgbox{
	  margin-left: 0;
  }
  .hCon-item .tab-group .friendlink-list{
	  width: 33.333%;
  }
}
@media screen and (max-width: 805px){
	.layout-lr .right .r-box-list.wid33{
		width:100%;
	}
	.layout-lr .right .r-box-list .r-list-inner{
		margin-left:0
	}
}