/* 基于normalize bootstrap 的全局重置CSS文件部分1.2版本 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}body{margin:0;text-align:left;font:12px/18px "sim sun";background:#fff;}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;}audio:not([controls]){display:none;height:0;}progress{vertical-align:baseline;}template,[hidden]{display:none;}a{background-color:transparent;-webkit-text-decoration-skip:objects;}a:active,a:hover{outline-width:0;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:inherit;}b,strong{font-weight:bolder;}dfn{font-style:italic;}h1{font-size:2em;margin:0.67em 0;}mark{background-color:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}img{border-style:none;}svg:not(:root){overflow:hidden;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;overflow:visible;}button,input,select,textarea{font:inherit;margin:0;}optgroup{font-weight:bold;}button,input{overflow:visible;}button,select{text-transform:none;}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{border:0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-input-placeholder{color:inherit;opacity:0.54;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}p{margin:0;}img{width:auto;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}ul,ol,dl,h1,h2,h3,h4,h5,h6,dt,dd{margin:0;padding:0}ul li,ol li{list-style:none}.f-fl,.f-lifl li{float:left;display:inline}.f-fr{float:right;display:inline}a,a:visited{text-decoration:none;color:#2a2a2a;}em{font-style:normal;}body{background:#ebebeb}*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:none;}
.hide{
  display: none;
}
.mt10{
  margin-top: 10px !important;
}
.mt15{
  margin-top: 15px !important;
}
.mt20{
  margin-top: 20px !important;
}
.mb10{
  margin-bottom: 10px !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.icon1 {
  display: block;
  background: url("../images/icon1.png") no-repeat;
  background-size: 3.56rem 2.99rem
}

.navigation {
  padding: .24rem .24rem .26rem .27rem;
  display: flex;
  align-items: center
}

.navigation .icon1 {
  width: .17rem;
  height: .2rem;
  background-position: -3.29rem -0.1rem
}

.navigation .txtBox {
  padding-left: .1rem;
  display: flex;
  align-items: center
}

.navigation .txtBox li {
  font-size: .2rem;
  color: #999999;
  line-height: .2rem
}

.navigation .txtBox li a {
  font-size: .2rem;
  color: #999999;
  line-height: .2rem
}

.navigation .txtBox .space {
  padding: 0 .1rem
}

.bbox{
  padding: .2rem .2rem 0;
}
.bg-white{
  background: #fff;
}
.bg-gary{
  background: #f5f5f5;
}
.base-btn {
  display: block;
  width: 1.24rem;
  height: .5rem;
  background: linear-gradient(90deg, #ff9e00, #ffb93e);
  font-size: .24rem;
  color: #fff;
  line-height: .5rem;
  text-align: center;
  border-radius: .27rem;
  margin: auto;
  overflow: hidden;
}

.moreLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .09rem auto;
  width: auto;
  height: .5rem;
  line-height: .5rem;
  border: .02rem solid #333;
  border-radius: .24rem;
  font-size: .24rem;
  color: #333;
  font-weight: bold;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.moreLink a {
  display: block;
  overflow: hidden;
  width: 100%;
}
/*幻灯片*/
.g-index-ppt {
  width: 100%;
  height: auto;
  background: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  zoom:1}

.g-index-ppt .swiper-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  box-sizing: content-box;
  position: relative;
  zoom:1; z-index: 10;
  padding: 0;
  box-sizing: border-box;
}

.g-index-ppt .swiper-wrapper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: block;
}

.g-index-ppt .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden
}

.g-index-ppt .swiper-wrapper .swiper-slide strong {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  background: rgba(0,0,0,.6);
  padding: 0 3%;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}

.swiper-container .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  zoom:1}

.swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden
}

.swiper-container .swiper-wrapper .swiper-slide a strong {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-indent: 12px;
  text-shadow: 1px 1px 2px #000;
  background: rgba(0,0,0,0.5);
  background-size: 414px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.swiper-container .swiper-pagination {
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 100
}

.swiper-container .swiper-pagination span {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  float: left;
  margin: 0 0 0 7px;
  display: inline;
  overflow: hidden
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  background: #ff9e00
}

/*头部*/
.g-top {
  width: 100%;
  height: 45px;
  background: #ff9e00;
  box-sizing: border-box;
  display: -webkit-box;
  position: relative;
  zoom:1; z-index: 50
}

.g-top .g-logo {
  width: auto;
  height: auto;
  margin: 0 12px 0 0;
  display: block;
  overflow: hidden;
}

.g-top .g-logo img {
  width: auto;
  height: 40px;
  margin: 2px 0 0;
  display: block;
  overflow: hidden
}

.g-top .bdcs-search-form {
  width: auto;
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  margin: 9px 2px 0 0;
  -webkit-box-flex: 1;
}

.g-top .bdcs-search-form form {
  width: 100%;
  height: auto;
  display: -webkit-box;
  overflow: hidden;
}

.g-top .bdcs-search-form form .keyword_input {
  width: auto;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-flex: 1;
  border: 0;
  padding: 0 10px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  outline: none
}

.g-top .bdcs-search-form form .schbtn {
  width: 38px;
  height: 26px;
  display: block;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: url(/skin/new2018/images/webicon.png) no-repeat 4px -182px #fff;
  background-size: 500px;
  border-radius: 0 4px 4px 0;
  text-indent: 999px;
}

/* .g-top .u-class-box{ width:45px; height:45px; box-sizing:border-box; text-indent:1000px; display:block; overflow:hidden; position:relative} */
/* .g-top .u-class-box:before{ content:""; width:23px; height:18px; border-top:2px solid #fff; border-bottom:2px solid #fff; box-sizing:border-box;margin:13px auto; display:block; overflow:hidden;}
.g-top .u-class-box:after{ content:""; width:23px; height:2px; background:#fff; display:block; overflow:hidden; position:absolute; left:11px; top:21px;} */
.g-top .u-class-box {
  display: block;
  overflow: hidden;
  position: relative;
  width: 23px;
  height: 18px;
  background: url(/skin/library/images/toptit1.png) no-repeat 0px 0px;
  background-size: 100%;
  margin: 13px;
}

.topdhclose {
  background: url(/skin/library/images/toptit1.png) no-repeat 0px -18px !important;
}

/*影藏分类栏目*/
.g-class-morenav {
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 3px 4px #ccc;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 100;
}

.g-class-morenav .m-morenav-cont {
  width: 100%;
  height: auto;
  padding: 0;
  box-sizing: border-box;
  display: block;
  overflow: hidden
}

.g-class-morenav .m-morenav-cont ul {
  width: auto;
  height: auto;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  margin: 15px 15px 0;
  border: 1px solid #ff9e00;
}

.g-class-morenav .m-morenav-cont ul li {
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: normal;
  color: #ff9e00;
  border-right: 1px solid #ff9e00;
  display: block;
  overflow: hidden;
  flex: 1;
  text-align: center;
}

.g-class-morenav .m-morenav-cont ul li:nth-last-child(1) {
  border: 0;
}

.g-class-morenav .m-morenav-cont ul li.f-hover {
  background: #ff9e00;
  color: #fff;
}

.g-class-morenav .m-morenav-cont span {
  width: 100%;
  height: auto;
  padding: 0 15px 15px 0;
  box-sizing: border-box;
  display: block;
  overflow: hidden
}

.g-class-morenav .m-morenav-cont span a {
  width: 33.33%;
  height: auto;
  float: left;
  padding: 15px 0 0 15px;
  box-sizing: border-box;
  display: inline;
  overflow: hidden
}

.g-class-morenav .m-morenav-cont span a strong {
  width: 100%;
  height: 30px;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  text-align: center;
  padding: 10px 0 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  display: block;
  overflow: hidden;
}

.g-class-morenav .m-morenav-cont span a b {
  width: 100%;
  height: 38px;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  text-align: center;
  padding: 8px 0 10px;
  border: 1px solid #ddd;
  border-top: 0;
  display: block;
  overflow: hidden;
}

.g-class-morenav .m-morenav-cont span a:active strong,.g-class-morenav .m-morenav-cont span a:active b {
  color: #fff;
  background: #ff9e00;
}

/*栏目导航*/
.g-nav {
  width: 100%;
  height: 36px;
  background: #fff;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.g-nav li {
  width: auto;
  height: 36px;
  text-align: center;
  overflow: hidden;
  display: block;
  flex: 1;
}

.g-nav li a {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  border-bottom: 2px solid #fff;
  padding: 0 3px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}

.g-nav li.f-hover a {
  color: #ff9e00;
}

.g-nav li.u-nav-show {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
}

.g-nav li.u-nav-show i {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #afafaf;
  border-right: 2px solid #afafaf;
  display: block;
  overflow: hidden;
  transform: rotate(45deg);
  margin: 11px auto 0;
}

.g-nav.f-hover {
  height: auto
}

.g-nav.f-hover li.u-nav-show {
  transform: rotate(180deg)
}

/*底部*/
footer {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #ebebeb;
  border-top: 1px solid #d2d2d2;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin: 10px 0 0 0;
  display: block;
  overflow: hidden;
}

footer a {
  padding: 0 10px;
  text-decoration: none;
  color: #333
}

/*评论*/
.g-comment-box {
  width: 100%;
  height: auto;
  background: #fff;
  margin: 0;
  /* box-shadow: 0 2px 3px #ccc; */
  padding: 0 .1rem;
  box-sizing: border-box;
  display: block;
  overflow: hidden
}

.g-comment-box .g-game-img {
  width: 80px;
  height: 80px;
  float: left;
  position: relative;
  zoom:1; margin: 15px 0 0 5px;
  display: inline;
  overflow: hidden;
}

.g-comment-box .g-game-img img {
  width: 100%;
  height: 80px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.g-comment-box .g-game-img b {
  width: 100%;
  height: 80px;
  background: url(../img/down-img-light.png) no-repeat left top;
  background-size: 80px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5
}

.g-comment-box .w-button {
  width: 100%;
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  margin: 10px 0 0 0;
  padding: 0;
  box-sizing: border-box;
}

.g-comment-box .w-button #verify {
  width: 67%;
  height: 30px;
  line-height: 30px;
  background: #ff4d4e;
  font-size: 14px;
  font-weight: normal;
  font-family: "microsoft yahei";
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-flex: 1;
}

.g-comment-box .w-button b {
  width: 30%;
  height: 30px;
  line-height: 30px;
  background: #ccc;
  font-size: 14px;
  font-weight: normal;
  font-family: "microsoft yahei";
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0 0 0 3%;
  border: 0;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.g-comment-box .g-comment-showbtn {
  display: block;
  -webkit-border-radius: 2px;
  border: 1px solid #ccc;
  color: #333;
  -webkit-box-sizing: border-box;
  line-height: 28px;
  padding: 10px 5px 10px 46px;
  position: relative;
  margin: 8px 0 0;
  background: url(/img/pl.png) 6px 3px no-repeat;
  box-shadow: 0px 2px 1px #fff,inset 0px 1px 1px rgba(138, 138, 138, 0.2);
}

.g-game-title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: normal;
  font-family: "microsoft yahei";
  color: #ff9e00;
  border-left: 5px solid #ff9e00;
  box-sizing: border-box;
  margin: 18px 0 0 0;
  display: block;
  overflow: hidden;
  background: #f5f5f5;
  text-indent: 10px;
}

.g-comment-box .w-text {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin: 10px 0 0 0;
  padding: 0;
}

.g-comment-box .w-text textarea {
  width: 100%;
  height: 100px;
  font-size: 14px;
  font-weight: normal;
  color: #151515;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #eae9e9
}

.g-comment-box .g-game-ly {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.g-comment-box .g-game-ly .m-comment-list {
  width: 100%;
  height: auto;
  padding: 15px 0 38px;
  border-bottom: 1px solid #e4e4e4;
  display: block;
  overflow: hidden;
  position: relative;
}

.g-comment-box .g-game-ly .m-comment-list dt {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.g-comment-box .g-game-ly .m-comment-list dt .m-comment-user {
  width: auto;
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 0;
}

.g-comment-box .g-game-ly .m-comment-list dt .m-comment-user .u-comment-face {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: block;
  overflow: hidden;
}

.g-comment-box .g-game-ly .m-comment-list dt .m-comment-user .u-comment-name {
  width: auto;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  padding: 0 12px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1
}

.g-comment-box .g-game-ly .m-comment-list dt .u-comment-time {
  width: auto;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.g-comment-box .g-game-ly .m-comment-list dd {
  width: 100%;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  padding: 32px 0 0;
  display: block;
  overflow: hidden;
}

.g-comment-box .g-game-ly .m-comment-list dd blockquote {
  width: 100%;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  margin: 10px 0;
  background: #fffde9;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 6px 10px 7px;
  display: block;
  overflow: hidden;
}

.g-comment-box .g-game-ly .m-comment-list dd blockquote p {
  margin: 7px 0 0;
}

.g-comment-box .g-game-ly .m-comment-list dd blockquote strong {
  color: #777;
  font-size: 12px;
  font-weight: normal
}

.g-comment-box .g-game-ly .m-comment-list dd blockquote h4 {
  color: #777;
  font-size: 12px;
  font-weight: normal
}

.g-comment-box .g-game-ly .m-comment-list dd blockquote h4 cite {
  font-style: normal
}

.g-comment-box .g-game-ly .m-comment-list dd .u-comment-cont {
  width: 100%;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  margin: 10px 0 0;
  box-sizing: border-box;
  padding: 0 0;
  display: block;
  overflow: hidden;
}

.g-comment-box .g-game-ly .m-comment-list dd .u-comment-model {
  width: auto;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 0;
  display: flex;
  align-items: center;
}

.g-comment-box .g-game-ly .m-comment-list dd .u-comment-model img {
  height: 12px;
  display: block;
  overflow: hidden;
  margin: 0 7px 0 0;
}

/*
.g-comment-box .g-game-ly .m-comment-list dd .u-comment-model.f-phone{ background: url(http://m.hnfcjr.com/skin/library/images/comment-icon-model-phone.png) no-repeat 0 6px; background-size: 10px; padding: 0 0 0 13px}
.g-comment-box .g-game-ly .m-comment-list dd .u-comment-model.f-pc{ background: url(http://m.hnfcjr.com/skin/library/images/comment-icon-model-pc.png) no-repeat 0 8px; background-size: 12px; padding: 0 0 0 15px}
*/
.g-comment-box .g-game-ly .m-comment-list dd .m-comment-support {
  width: auto;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #fff
}

.g-comment-box .g-game-ly .m-comment-list dd .m-comment-support a {
  color: #ea524d;
  float: left;
  margin: 0 0 0 10px;
  display: inline;
  overflow: hidden;
}

.g-comment-box .g-game-ly .m-comment-list dd .m-comment-support a:nth-child(1) {
  color: #5cba9a
}

.g-comment-box .g-game-ly .m-comment-list dd .m-comment-bjhf {
  width: 100%;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding: 8px 10px 10px 50px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  margin: 10px 0 0;
  background: url(http://m.hnfcjr.com/skin/library/images/comment-icon-face.png) no-repeat 14px 9px #f4f4f4;
  background-size: 25px;
}

.g-comment-box .g-game-ly .m-comment-list dd .m-comment-bjhf i {
  font-style: normal;
  font-weight: bold;
  color: #ea524d
}

.g-comment-box .g-game-ly .g-comment-more {
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: #FF5252;
  font-size: 15px;
  font-weight: normal;
  font-family: "microsoft yahei";
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 10px 0 0;
  border: 0;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.m-comment-face {
  width: auto;
  height: auto;
  margin: 0 0 0 0;
  display: block;
  overflow: hidden;
}

.m-comment-face span {
  width: 37px;
  height: 37px;
  float: left;
  margin: 0 12px 0 0 ;
  display: inline;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.m-comment-face span img {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  display: block;
  overflow: hidden;
}

.m-comment-face span.f-hover img {
  width: 37px;
  height: 37px;
  border: 2px solid #ff9e00;
}

.m-comment-face span.f-hover i {
  width: 14px;
  height: 14px;
  background: url(http://www.hnfcjr.com/skin/library/images/comment-icon-face-hover.png) no-repeat;
  background-size: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

/*自动搜索补全*/
.autocomplete-suggestions {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  background: rgba(0,0,0,.5);
  top: 0;
  left: 0;
  padding: 45px 12px 0;
  box-sizing: border-box;
}

.autocomplete-suggestions .autocomplete-suggestion {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #eee;
  display: block;
  overflow: hidden;
}

.autocomplete-suggestions .autocomplete-suggestion strong {
  color: #F00
}

/*二级导航*/
.g-twonav-box {
  width: 100%;
  height: auto;
  line-height: 0;
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  display: -webkit-box;
  /*overflow-y:hidden; overflow-x:auto; */
  white-space: nowrap;
  border-top: 1px solid #eee;
  padding: 0;
  box-sizing: border-box;
}

.g-twonav-box dt {
  width: auto;
  height: 20px;
  line-height: 20px;
  margin: auto;
  padding: 0 8px 0 25px;
  border-right: 1px solid #eee;
  color: #ff9e00;
  font-weight: bold;
  display: flex;
  overflow: hidden;
  background: url(../images/icon-mbx.png) no-repeat 0 -44px;
  background-size: 25px
}

.g-twonav-box dt a {
  color: #ff9e00;
}

.g-twonav-box dd {
  width: auto;
  height: auto;
  /*line-height:45px; padding:0 10px;*/
  margin: 5px 0 5px 0;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  overflow-x: auto;
  -webkit-box-flex: 1;
  white-space: nowrap
}

.g-twonav-box dd a {
  width: auto;
  height: 22px;
  line-height: 22px;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  margin: 3px 5px;
  float: left;
}

.g-twonav-box dd a {
  color: #333;
}

.g-twonav-box dd a.f-hover {
  border-bottom: 2px solid #ff9e00;
  color: #ff9e00;
  font-weight: bold;
}

.bor-right-one {
  border-right: 1px solid;
  padding-right: 4px;
}

.bor-right-two {
  border-right: 1px solid;
  padding: 0 4px 0 4px;
}

.bor-right-tree {
  padding-left: 4px;
}

.bTit {
  position: relative;
  display: flex;
  /* padding-bottom: .21rem; */
  height: .84rem;
  overflow: hidden;
  box-sizing: content-box;
  align-items: center;
  background: url(../images/titicon.png) no-repeat;
  background-size: 12rem 20rem;
  background-position: 1.546rem -1.55rem;
}

.bTit h2 {
  position: relative;
  z-index: 1;
  display: block;
  /* padding-top: .22rem; */
  padding-left: .12rem;
  width: 1.78rem;
  /* height: .62rem; */
  line-height: normal;
  font-size: .42rem;
  color: #2D2B33;
  font-weight: bold;
  box-sizing: content-box;
  flex: 1;
}

.bTit a {
  /* position: absolute; */
  /* z-index: 1; */
  /* top: .46rem; */
  /* right: .26rem; */
  display: block;
  width: auto;
  height: .32rem;
  background-size: 10rem 10rem;
  background-position: -1.67rem -.05rem;
  box-sizing: content-box;
  margin-right: .38rem;
}




.down-four {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(4, 22%);
  justify-content: space-between;
}

.down-four li {
  width: 1.55rem;
  height: auto;
  padding-bottom: .2rem;
  background: #fff;
  border-radius: .2rem;
  margin: 0px 0 .2rem;
}

.down-four li a {
  position: relative;
  display: block;
  text-align: center;
  padding: .22rem 0 .02rem 0;
}

.down-four li a img {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: .2rem;
  margin: 0 auto;
}

.down-four li a p {
  display: block;
  max-width: 90%;
  font-size: .24rem;
  color: #000;
  height: .42rem;
  line-height: .42rem;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: .1rem 0;
}

.down-four li a span {
  display: block;
  width: 1.24rem;
  height: .5rem;
  background: linear-gradient(90deg, #ff9e00, #ffb93e);
  font-size: .24rem;
  color: #fff;
  line-height: .5rem;
  text-align: center;
  border-radius: .27rem;
  margin: auto;
  overflow: hidden;
}

.down-four li a span.no {
  background: linear-gradient(-90deg, #6C71FF, #56C4FF);
}


/* Swiper 4.5.0 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#333;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:5px;left:0;bottom: 0;}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}