.block {
	display: block !important;
}
.none {
	display: none !important;
}

.noSelect {
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cyc_newHomePage {
  min-width: 1210px;
}
.cyc_newHomePage * {
  font-family: Helvetica, 'Microsoft YaHei', Arial, sans-serif, 'STXihei';
  position: relative;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
}
.cyc_newHomePage *:before,
.cyc_newHomePage *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#js_cityBox * {
  box-sizing: border-box;
}
.refreshBtn {
  float: right;
  display: inline-block;
  font-size: 13px;
  color: #999;
  margin: 3px 20px 0px 0px;
  height: 18px;
  line-height: 18px;
  padding-left: 20px;
}
.refreshBtn:hover {
  color: #d51a6e;
}
.refreshBtn:hover .icon {
  background: url(../images/refreshIcon_2.png) no-repeat center center;
  -webkit-animation-name: roll_anti;
  animation-name: roll_anti;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.refreshBtn span {
  display: inline-block;
}
.refreshBtn .icon {
  position: absolute;
  display: inline-block;
  height: 18px;
  width: 18px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/refreshIcon.png) no-repeat center center;
}
.moreBtn {
  position: absolute;
  right: 0px;
  top: 4px;
  display: inline-block;
  font-size: 13px;
  color: #999;
  background-color: #fff;
  padding: 0px 20px 0px 8px;
  height: 16px;
  line-height: 17px;
}
.moreBtn:hover {
  color: #d51a6e;
}
.moreBtn:hover .icon {
  background: url(../images/moreIcon_2.png) no-repeat center center;
  right: -2px;
}
.moreBtn span {
  display: inline-block;
}
.moreBtn .icon {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  height: 16px;
  width: 16px;
  background: url(../images/moreIcon.png) no-repeat center center;
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
}
html,
body {
  padding: 0px;
  margin: 0px;
}
ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none !important;
  outline: none!important;
}
img {
  border: none;
}
p {
  margin: 0px;
}
.new_header_right {
  display: inline-block;
  float: right;
  margin-top: 12px;
  box-sizing: border-box;
}
.new_header_right * {
  box-sizing: border-box;
}
.new_header_right .leftPart {
  display: inline-block;
  width: 54px;
  text-align: center;
  float: left;
}
.new_header_right .leftPart img {
  width: 43px;
}
.new_header_right .leftPart p {
  color: #6e7a89;
  font-size: 12px;
  line-height: 13px;
  white-space: nowrap;
}
.new_header_right .rightPart {
  display: inline-block;
  line-height: 1.1;
  padding-left: 14px;
  border-left: 1px solid #ccd;
  margin-left: 10px;
  margin-top: 4px;
}
.new_header_right .rightPart .phoneNum {
  font-size: 24px;
  color: #d51a6e;
  margin-top: 3px;
  font-family: Arial;
  font-weight: bolder;
}
.new_header_right .rightPart .workTime {
  font-size: 14px;
  color: #6e7a89;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: bolder;
}
.header .mall-logo a img {
  width: auto !important;
  height: 60px !important;
  margin-left: 10px !important;
  margin-top: 12px !important;
}
.flow-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
  height: 78px;
  background-color: #fff;
  border-bottom: 1px solid #c9c9c9;
  display: none;
}
.flow-header .w1210 .mall-logo {
  float: left;
  height: 50px;
  margin-top: 15px;
  margin-left: 60px;
  position: relative;
}
.flow-header .w1210 .mall-logo img {
  height: 100%;
  width: auto;
}
.flow-header .w1210 .mall-logo-right {
  float: left;
  width: 150px;
  height: 70px;
  display: none;
}
.flow-header .w1210 .mall-search {
  width: 460px;
  position: relative;
  z-index: 999;
  float: left;
  margin-left: 127px;
  margin-top: 21px;
}
.flow-header .w1210 .mall-search .mallSearch-form {
  border: solid #e31939;
  border-width: 2px 0 2px 2px;
}
.flow-header .w1210 .mall-search .mallSearch-form .mallSearch-input {
  background-color: #fff;
  position: relative;
}
.flow-header .w1210 .mall-search .mallSearch-form .mallSearch-input .s-combobox {
  position: absolute;
  top: 0px;
  left: 0px;
}
.flow-header .w1210 .mall-search .mallSearch-form .mallSearch-input #keyword1 {
  color: #999;
  margin: 0;
  position: relative;
  z-index: 2;
  width: 360px;
  height: 22px;
  line-height: 22px;
  padding: 5px 3px 5px 5px;
  outline: 0;
  border: 0;
}
.flow-header .w1210 .mall-search .mallSearch-form .mallSearch-input .button {
  position: absolute;
  top: 0;
  right: 0px;
  width: 90px;
  height: 32px;
  line-height: 30px;
  border: 0;
  font-size: 16px;
  letter-spacing: 4px;
  cursor: pointer;
  color: #fff;
  overflow: hidden;
}
.flow-header .w1210 .new_header_right {
  margin-top: 9px;
}
.flow-header .w1210 .mall-search .mallSearch-form .mallSearch-input,
.flow-header .w1210 .mall-search .mallSearch-form .mallSearch-input .s-combobox,
.flow-header .w1210 .mall-search .mallSearch-form .mallSearch-input .s-combobox .s-combobox-input-wrap {
  height: 32px;
  line-height: 32px;
}
.myBlock {
  overflow: hidden;
  padding: 30px 0px;
}
.myBlock.gray {
  background-color: #F9F9F8;
}
.myBlock.bigPadding {
  padding: 50px 0px;
}

}
.themeTitle {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.themeTitle .title {
  display: inline-block;
  height: 20px;
  float: left;
  font-size: 20px;
  line-height: 21px;
  color: #333;
  padding-left: 10px;
  border-left: 6px solid #d51a6e;
}
.themeTitle .subTitle {
  color: #999;
  font-size: 15px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-left: 15px;
  border-left: 1px solid #999;
  margin-left: 15px;
}
.themeTitle_2 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 30px;
}
.themeTitle_2 .title {
  font-size: 20px;
  display: inline-block;
  padding: 0px 10px;
  background-color: #fff;
  z-index: 1;
  line-height: 24px;
}
.themeTitle_2 .line {
  background-color: #ddd;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  left: 0;
  height: 1px;
  z-index: 0;
}
.themeTitle_2 .refreshBtn {
  margin-right: 0px;
  background-color: #fff;
  padding: 0px 4px;
}
#topBar {
  height: 32px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}
#topBar .container {
  height: 100%;
  line-height: 31px;
}
#topBar .container .leftInfo {
  display: inline-block;
}
#topBar .container .leftInfo span,
#topBar .container .leftInfo a {
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
#topBar .container .leftInfo span.welcome,
#topBar .container .leftInfo a.welcome {
  color: #666;
}
#topBar .container .leftInfo span.login,
#topBar .container .leftInfo a.login {
  color: #d51a6e;
  cursor: pointer;
  padding: 0px 5px 0px 10px;
}
#topBar .container .leftInfo span.regis,
#topBar .container .leftInfo a.regis {
  color: #666;
  padding: 0px 5px;
  cursor: pointer;
}
#topBar .container .leftInfo span.regis:hover,
#topBar .container .leftInfo a.regis:hover {
  color: #d51a6e;
}
#topBar .container .rightInfo {
  display: inline-block;
  float: right;
}
#topBar .container .rightInfo .contact {
  color: red;
}
#header {
  height: 100px;
  padding-top: 20px;
  overflow: hidden;
}
#header .logoDiv {
  display: inline-block;
  float: left;
}
#header .logoDiv img {
  width: 175px;
  margin-left: 20px;
}
#header .searchBarDiv {
  float: left;
  display: inline-block;
  width: 460px;
  position: relative;
  margin-left: 120px;
  margin-top: 15px;
}
#header .searchBarDiv .searchBar {
  position: relative;
  height: 36px;
  width: 100%;
}
#header .searchBarDiv .searchBar input {
  height: 100%;
  width: 100%;
  border: 2px solid #d51a6e;
  font-size: 13px;
  color: #666;
  padding: 2px 100px 2px 10px;
}
#header .searchBarDiv .searchBar .searchBtn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 90px;
  background-color: #d51a6e;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
#header .searchBarDiv .searchBar .searchBtn:hover {
  cursor: pointer;
  background-color: #ff1919;
}
#header .searchBarDiv .hotKeyWord {
  margin-left: -12px;
  margin-top: 10px;
  overflow: hidden;
}
#header .searchBarDiv .hotKeyWord a {
  font-size: 12px;
  float: left;
  color: #999;
  display: inline-block;
  padding: 0px 13px;
  border-left: 1px solid #ddd;
  line-height: 13px;
  cursor: pointer;
}
#header .searchBarDiv .hotKeyWord a:first-child {
  border-left: none;
}
#header .checkPlayBill {
  display: inline-block;
  width: 145px;
  height: 36px;
  background-color: #d51a6e;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  float: right;
  margin: 15px 90px 0px 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
#header .checkPlayBill:hover {
  cursor: pointer;
  background-color: #ff1919;
}
#mainMenus {
  height: 55px;
  padding-top: 15px;
  padding-left: 320px;
  width: 100%;
  overflow: hidden;
}
#mainMenus ul {
  overflow: hidden;
}
#mainMenus ul li {
  display: inline-block;
  float: left;
}
#mainMenus ul li a {
  font-size: 16px;
  color: #333;
  display: inline-block;
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
#mainMenus ul li a:hover {
  color: #d51a6e;
}
#mainMenus ul li.activeDiv {
  float: none;
  position: absolute;
  bottom: 0px;
  width: 72px;
  left: 0px;
  height: 2px;
  background-color: #d51a6e;
}

}
#focusImages .requirement {
  z-index: 9;
  position: absolute;
  top: 540px;
  bottom: 0px;
  left: -570px;
  right: 0px;
  margin: auto;
  height: 420px;
  width: 660px;
  background-color: rgba(17, 0, 0, 0.68);
  -webkit-animation-name: leftIn;
  animation-name: leftIn;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  margin-top: -483px;
}
#focusImages .requirement .titleBar {
  height: 52px;
  line-height: 52px;
  padding-left: 15px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #886666;
}
#focusImages .requirement .titleBar span {
  line-height: 52px;
}
#focusImages .requirement form {
  display: inline-block;
  margin: 0px;
  width: 100%;
  padding: 5px 20px 0px 0px;
}
#focusImages .requirement form .textfield {
  width: 50%;
  float: left;
  padding: 15px 15px 0px 10px;
}
#focusImages .requirement form .textfield .textfieldDiv {
  padding-left: 90px;
}
#focusImages .requirement form .textfield .textfieldDiv > label {
  position: absolute;
  left: 0px;
  
  line-height: 35px;
  
  padding-right: 5px;
  text-align: right;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
#focusImages .requirement form .textfield .textfieldDiv .inputDiv {
  width: 100%;
}
#focusImages .requirement form .textfield .textfieldDiv .inputDiv input[type="text"] {
  height: 35px;
  line-height: 35px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 0px 10px;
  font-size: 13px;
}
#focusImages .requirement form .textfield .textfieldDiv .inputDiv input[type="text"].pointer {
  cursor: pointer;
}
#focusImages .requirement form .textfield .textfieldDiv .inputDiv input[type="checkbox"] {
  height: 15px;
  width: 15px;
  outline: none;
  vertical-align: -2px;
}
#focusImages .requirement form .textfield .textfieldDiv .inputDiv .checkboxLabel {
  cursor: pointer;
  display: inline-block;
  width: 150px;
  padding: 4px 0px 4px 2px;
  margin-top: 2px;
  font-size: 14px;
  color: #fff;
}
#focusImages .requirement form .textfield .textfieldDiv .inputDiv .checkboxLabel input[type="checkbox"] {
  margin-right: 8px;
}
#focusImages .requirement form .textfield .textfieldDiv .inputDiv .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 8px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  cursor: pointer;
  background: url(/static/images/arrow_1.png) no-repeat center center;
}
#focusImages .requirement form .textfield .textfieldDiv .inputDiv .dropdownDiv {
  display: none;
  border: 1px solid #100;
  position: absolute;
  top: 35px;
  box-sizing: content-box;
  left: -1px;
  background-color: #fff;
  width: 100%;
  z-index: 1;
}
#focusImages .requirement form .textfield .textfieldDiv .inputDiv .dropdownDiv ul {
  padding: 5px 0px;
}
#focusImages .requirement form .textfield .textfieldDiv .inputDiv .dropdownDiv ul li {
  display: block;
  font-size: 13px;
  color: #666;
  padding: 6px 10px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
#focusImages .requirement form .textfield .textfieldDiv .inputDiv .dropdownDiv ul li:hover {
  color: #d5206d;
  background-color: #eee;
  cursor: pointer;
}
#focusImages .requirement form .textfield .textfieldDiv .inputDiv .dropdownDiv.checkboxSelector ul {
  overflow: hidden;
  padding: 5px;
}
#focusImages .requirement form .textfield .textfieldDiv .inputDiv .dropdownDiv.checkboxSelector ul li {
  display: inline-block;
  float: left;
  padding: 5px 12px;
  color: #666;
  font-size: 13px;
  background-color: #f4f4f4;
  margin: 5px;
  border: 1px solid #f4f4f4;
}
#focusImages .requirement form .textfield .textfieldDiv .inputDiv .dropdownDiv.checkboxSelector ul li:hover {
  color: #0099cf;
  background-color: #e7e7e7;
  cursor: pointer;
}
#focusImages .requirement form .textfield .textfieldDiv .inputDiv .dropdownDiv.checkboxSelector ul li.selected {
  background-color: #fff;
  border: 1px solid #0099cf;
  color: #0099cf;
}
#focusImages .requirement .buttonDiv {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 0px;
  padding: 20px;
  border-top: 1px solid #886666;
}
#focusImages .requirement .buttonDiv button.submit {
  border: none;
  background-color: rgba(222, 222, 222, 0.32);
  color: #fff;
  font-size: 16px;
  height: 40px;
  width: 190px;
  margin-left: 45px;
  cursor: pointer;
  float: left;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
#focusImages .requirement .buttonDiv button.submit:hover {
  background-color: #d5206d;
}
#focusImages .requirement .buttonDiv .numDiv {
  font-size: 13px;
  color: #ddd;
  float: left;
  margin: 12px 0px 0px 45px;
}
#focusImages .requirement .buttonDiv .numDiv .point {
  color: #d51a6e;
  font-size: 16px;
}
#focusImages .backgroundImg {
  z-index: 8;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
#focusImages .backgroundImg .container {
  height: 100%;
}
#focusImages .backgroundImg.img_1 {
  background: url(../images/focusImage_5.jpg) no-repeat center center;
  z-index: 2;
}
#focusImages .backgroundImg.img_1 .rightImages {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 515px;
}
#focusImages .backgroundImg.img_1 .rightImages img {
  position: absolute;
}
#focusImages .backgroundImg.img_2 {
  left: 100%;
  z-index: 1;
  background: url(../images/focusImage_1_new.jpg) no-repeat center center;
}
#focusImages .backgroundImg.img_3 {
  left: 100%;
  z-index: 1;
  background: url(../images/focusImage_2.jpg) no-repeat center center;
}
#focusImages .backgroundImg.img_4 {
  left: 100%;
  z-index: 1;
  background: url(../images/focusImage_3.jpg) no-repeat center center;
}
#advantage {
  padding-top: 20px;
  height: 120px;
  background-color: #F9F9F8;
}
#advantage ul {
  height: 125px;
}
#advantage ul li {
  display: inline-block;
  float: left;
  width: 16.66%;
  text-align: center;
  margin-left: 105px;
}
#advantage ul li img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
#advantage ul li p {
  margin-top: 3px;
}
#advantage ul li p.big {
  font-size: 18px;
  color: #333;
}
#advantage ul li p.small {
  font-size: 13px;
  color: #999;
}
#recommend {
  width: 860px;
  display: inline-block;
  float: left;
}
#recommend ul {
  overflow: hidden;
}
#recommend ul li {
  width: 25%;
  float: left;
  display: inline-block;
  padding-right: 1px;
  overflow: hidden;
}
#recommend ul li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#recommend ul li a img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#recommend ul li:hover a img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#service {
  display: inline-block;
  float: right;
  width: 321px;
}
#service ul {
  width: 100%;
}
#service ul li {
  display: inline-block;
  width: 107px;
  height: 107px;
  float: left;
  text-align: center;
  background-color: #fff;
  padding-top: 20px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#service ul li img {
  height: 42px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#service ul li p {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#service ul li.gray {
  background-color: #F9F9F8;
}
#service ul li:hover {
  background-color: #e7e7e7;
  transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  -webkit-box-shadow: 0px 0px 9px #888;
  -moz-box-shadow: 0px 0px 9px #888;
  -ms-box-shadow: 0px 0px 9px #888;
  -o-box-shadow: 0px 0px 9px #888;
  -box-shadow: 0px 0px 9px #888;
  z-index: 1;
}
#service ul li:hover img {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
#service ul li:hover p {
  color: #000;
}
.w1210.floor-list .floor-layout .floor-content .floor-right {
  overflow: hidden;
}
.floor-layout .floor-content .floor-left .floor-banner ul li a,
.floor-layout .floor-content .floor-right .floor-tabs-panel .goods a {
  display: inline-block;
}
.floor-layout .floor-content .floor-left .floor-banner ul li a:before,
.floor-layout .floor-content .floor-right .floor-tabs-panel .goods a:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 475px;
  top: 0;
  left: -150px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  z-index: 9;
}
.floor-layout .floor-content .floor-left .floor-banner ul li a:hover::before,
.floor-layout .floor-content .floor-right .floor-tabs-panel .goods a:hover::before {
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
  left: 260px;
}
#classicCase ul {
  overflow: hidden;
}
#classicCase ul li {
  float: left;
  width: 402px;
  height: 285px;
  margin-right: 1px;
  overflow: hidden;
  cursor: pointer;
}
#classicCase ul li a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
#classicCase ul li a img {
  position: absolute;
  top: 1;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#classicCase ul li a .introduce {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 12px 15px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#classicCase ul li a .introduce p {
  font-size: 13px;
  color: #fff;
  line-height: 16px;
  letter-spacing: 1px;
}
#classicCase ul li:hover a img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#classicCase ul li:hover a .introduce {
  background-color: rgba(160, 0, 0, 0.8);
}
#process ul {
  overflow: hidden;
  padding-top: 20px;
}
#process ul li {
  float: left;
  display: inline-block;
  width: 151px;
  text-align: center;
}
#process ul li > img {
  height: 68px;
  width: 68px;
}
#process ul li > img.process_3,
#process ul li > img.process_8 {
  margin-top: 3px;
  margin-bottom: 3px;
  width: 62px;
  height: 62px;
}
#process ul li > p {
  font-size: 14px;
  color: #3A5D83;
  margin-top: 10px;
  font-size: 13px;
}
#process ul li > .orderDiv {
  height: 36px;
  margin-top: 15px;
}
#process ul li > .orderDiv span {
  display: inline-block;
  background: url(../images/process_round.png) no-repeat;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #999;
  font-size: 14px;
  z-index: 1;
}
#process ul li > .orderDiv .leftLine,
#process ul li > .orderDiv .rightLine {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
  margin: auto;
  z-index: 0;
  height: 1px;
  background-color: #ddd;
}
#process ul li > .orderDiv .rightLine {
  right: 0;
  left: 50%;
}
#comment {
  overflow: hidden;
}
#comment .container .commentListBody {
  overflow: hidden;
}
#comment .container .commentListBody ul {
  width: 5000px;
  overflow: hidden;
}
#comment .container .commentListBody ul li {
  float: left;
  width: 220px;
  height: 364px;
  background-color: #f4f4f4;
  padding: 22px 25px;
  text-align: center;

  margin-left: 26px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}
#comment .container .commentListBody ul li img {
  width: 112px;
  height: 112px;
  margin: 20px auto 15px auto;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}
#comment .container .commentListBody ul li p.name {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}
#comment .container .commentListBody ul li p.comment {
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  color: #666;
  text-indent: 2em;
}
#comment .container .commentListBody ul li:first-child {
  margin-left: 0px;
}
#comment .container .commentListBody ul li.small {
  transform: scale(0.88);
  -ms-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -webkit-transform: scale(0.88);
  -o-transform: scale(0.88);
}
#comment .container .commentListBody ul li.middle {
  transform: scale(0.95);
  -ms-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
}
#comment .leftBtn,
#comment .rightBtn {
  position: absolute;
  top: 45px;
  bottom: 0px;
  margin: auto;
  width: 60px;
  height: 60px;
  left: -70px;
  display: block;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=7);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
#comment .leftBtn img,
#comment .rightBtn img {
  height: 100%;
  width: 100%;
}
#comment .leftBtn:hover,
#comment .rightBtn:hover {
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=10);
  cursor: pointer;
}
#comment .leftBtn:active,
#comment .rightBtn:active {
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
}
#comment .rightBtn {
  left: auto;
  right: -70px;
}
#comment:hover .leftBtn,
#comment:hover .rightBtn {
  display: block;
}
@media screen and (max-width: 1340px) {
  #comment .leftBtn {
    left: -55px;
  }
  #comment .rightBtn {
    right: -55px;
  }
}
@media screen and (max-width: 1320px) {
  #comment .leftBtn {
    left: -45px;
  }
  #comment .rightBtn {
    right: -45px;
  }
}
@media screen and (max-width: 1300px) {
  #comment .leftBtn {
    left: -35px;
  }
  #comment .rightBtn {
    right: -35px;
  }
}
@media screen and (max-width: 1280px) {
  #comment .leftBtn {
    left: -25px;
  }
  #comment .rightBtn {
    right: -25px;
  }
}
@media screen and (max-width: 1260px) {
  #comment .leftBtn {
    left: -15px;
  }
  #comment .rightBtn {
    right: -15px;
  }
}
@media screen and (max-width: 1240px) {
  #comment .leftBtn {
    left: -5px;
  }
  #comment .rightBtn {
    right: -5px;
  }
}
@media screen and (max-width: 1220px) {
  #comment .leftBtn {
    left: 0px;
  }
  #comment .rightBtn {
    right: 0px;
  }
}
#links {
  overflow: hidden;
}
#links a {
  display: inline-block;
  float: left;
  margin-left: 37px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
#links a:first-child {
  margin-left: 0px;
}
#links a:hover {
  cursor: pointer;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#links a img {
  border: none;
}
#team ul {
  overflow: hidden;
}
#team ul li {
  display: inline-block;
  width: 212px;
  height: 260px;
  float: left;
  text-align: center;
  margin-left: 35px;
}
#team ul li .introduce {
  position: absolute;
  left: 0px;

  bottom: 0px;
  width: 100%;
  height: 116px;
  padding: 50px 0px 0px 0px;
  background: url(../images/teamBG.png) no-repeat center center;
  z-index: 1;
}
#team ul li .introduce p {
  color: #fff;
}
#team ul li .introduce p.name {
  font-size: 16px;
  margin-bottom: 5px;
}
#team ul li .introduce p.position {
  font-size: 13px;
  color: #e7e7e7;
}
#team ul li:first-child {
  margin-left: 5px;
}
#customerService img.icon {
  float: left;
  height: 95px;
}
#customerService ul li {
  margin: 15px 0px 0px 15px;
  display: inline-block;
  overflow: hidden;
}
#customerService ul li p {
  margin: 3px 0px 0px 5px;
  font-size: 13px;
  color: #666;
  line-height: 22px;
}
#customerService ul li p img {
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 6px;
  margin-top: -3px;
  clear: both;
}
#paymentWay ul li {
  display: inline-block;
  padding-left: 75px;
  margin: 15px 30px;
}
#paymentWay ul li img {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#paymentWay ul li p {
  margin: 8px 0px 10px 0px;
}
#paymentWay ul li p.big {
  font-size: 16px;
  color: #333;
}
#paymentWay ul li p.small {
  font-size: 13px;
  color: #666;
}
#learn {
  padding: 30px 0px 40px 0px;
  overflow: hidden;
}
#learn .container {
  overflow: hidden;
}
#learn .container .learnModule {
  float: left;
  width: 33%;
  padding-left: 30px;
}
#learn .container .learnModule:first-child {
  padding-left: 0px;
}
#learn .container .learnModule .title {
  height: 50px;
  margin-bottom: 10px;
}
#learn .container .learnModule .title .text {
  float: left;
  display: inline-block;
  line-height: 50px;
  font-size: 20px;
  color: #333;
  letter-spacing: 1px;
}
#learn .container .learnModule .title img {
  height: 32px;
  margin: 7px 0px 0px 12px;
}
#learn .container .learnModule .title .more {
  margin-top: 18px;
  float: right;
  font-size: 12px;
  color: #999;
}
#learn .container .learnModule .title .more:hover {
  color: #d51a6e;
  text-decoration: underline;
}
#learn .container .learnModule .learnModuleBody {
  padding: 20px 30px 20px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#learn .container .learnModule .learnModuleBody ul li {
  padding-left: 25px;
  background: url(../images/listPoint.png) no-repeat 10px 12px;
}
#learn .container .learnModule .learnModuleBody ul li a {
  height: 28px;
  line-height: 28px;
  color: #666;
  font-size: 12px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
#learn .container .learnModule .learnModuleBody ul li a:hover {
  cursor: pointer;
  color: #d51a6e;
}
#learn .container .learnModule .learnModuleBody ul .tabs-panel img {
  display: none;
}
#learn .container .learnModule.knowledge .learnModuleBody {
  background-color: #e7f3ff;
}
#learn .container .learnModule.information .learnModuleBody {
  background-color: #fffcd9;
}
#learn .container .learnModule.news .learnModuleBody {
  background-color: #e3ffe9;
}
#statistics {
  height: 220px;
  width: 100%;
  background: url(../images/statisticBanner.jpg) no-repeat center bottom;
}
#statistics img {
  position: absolute;
}
#statistics img.man {
  width: 170px;
  top: 52px;
  left: 0px;
}
#statistics .bigText {
  position: absolute;
  color: #fff;
  top: 80px;
  left: 180px;
  line-height: 25px;
}
#statistics .bigText .big {
  font-size: 22px;
  letter-spacing: 5px;
}
#statistics .bigText .small {
  font-size: 17px;
  margin-top: 8px;
  letter-spacing: 9px;
  font-weight: 100;
}
#statistics .dataNumDiv {
  position: absolute;
  right: 0px;
  top: 70px;
  display: inline-block;
}
#statistics .dataNumDiv .dataNum {
  display: inline-block;
  float: left;
  color: #fff;
  margin-left: 45px;
  line-height: 1;
  height: 100px;
}
#statistics .dataNumDiv .dataNum p {
  display: block;
}
#statistics .dataNumDiv .dataNum p.row1 {
  height: 50px;
  font-size: 15px;
  margin-bottom: 10px;
}
#statistics .dataNumDiv .dataNum p.row1 .hugeNum {
  font-size: 50px;
  margin-right: 2px;
  margin-left: 8px;
  top: 2px;
}
#statistics .dataNumDiv .dataNum p.row2 {
  height: 30px;
  line-height: 30px;
}
#statistics .dataNumDiv .dataNum p.row2 img {
  position: relative;
  display: inline-block;
  height: 18px;
  margin-right: 4px;
  vertical-align: middle;
  top: -2px;
}
#statistics .dataNumDiv .dataNum p.row2 span {
  display: inline-block;
}
#footer {
  background-color: #3a3a3a;
  padding: 20px;
  min-height: 200px;
}
#loadingBox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#loadingBox img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -o-opacity: 0.9;
  filter: alpha(opacity=9);
}
.f-theme {
  color: #d51a6e !important;
}
.f-blue {
  color: #12c3ed !important;
}
.f-red {
  color: #ff583f !important;
}
.f-green {
  color: #00d9b0 !important;
}
.f-orange {
  color: #f58220 !important;
}
.f-yellow {
  color: #ffb715 !important;
}
.f-D {
  color: #000 !important;
}
.f-2 {
  color: #222!important;
}
.f-3 {
  color: #333!important;
}
.f-M {
  color: #333 !important;
}
.f-4 {
  color: #444!important;
}
.f-S {
  color: #666 !important;
}
.f-6 {
  color: #666!important;
}
.f-SS {
  color: #999 !important;
}
.f-8 {
  color: #888!important;
}
.f-9 {
  color: #999!important;
}
.f-SSS {
  color: #aaa !important;
}
.f-a {
  color: #aaa!important;
}
.f-12 {
  font-size: 12px!important;
}
.f-13 {
  font-size: 13px!important;
}
.f-14 {
  font-size: 14px!important;
}
.f-15 {
  font-size: 15px!important;
}
.f-16 {
  font-size: 16px!important;
}
.f-18 {
  font-size: 18px!important;
}
.f-44 {
  font-size: 44px!important;
}
.f-40 {
  font-size: 40px!important;
}
.f-left {
  text-align: left!important;
}
.f-center {
  text-align: center!important;
}
.f-right {
  text-align: right!important;
}
.bg-theme {
  background-color: #d51a6e !important;
}
.bg-blue {
  background-color: #12c3ed !important;
}
.bg-green {
  background-color: #00d9b0 !important;
}
.bg-red {
  background-color: #ff583f !important;
}
.bg-orange {
  background-color: #f58220 !important;
}
.bg-yellow {
  background-color: #ffb715 !important;
}
.t0 {
  top: 0px!important;
}
.l0 {
  left: 0px!important;
}
.r0 {
  right: 0px!important;
}
.b0 {
  bottom: 0px!important;
}
.t1 {
  top: 1px!important;
}
.t2 {
  top: 2px!important;
}
.t3 {
  top: 3px!important;
}
.t-1 {
  top: -1px !important;
}
.t-2 {
  top: -2px !important;
}
.t-3 {
  top: -3px !important;
}
.vtc1 {
  vertical-align: 1px;
}
.vtc2 {
  vertical-align: 2px;
}
.vtc3 {
  vertical-align: 3px;
}
.vtc-1 {
  vertical-align: -1px;
}
.vtc-2 {
  vertical-align: -2px;
}
.vtc-3 {
  vertical-align: -3px;
}
.vtc-t {
  vertical-align: top!important;
}
.vtc-b {
  vertical-align: bottom!important;
}
.t0l0 {
  top: 0px!important;
  left: 0px!important;
}
.t0r0 {
  top: 0px!important;
  right: 0px!important;
}
.b0l0 {
  bottom: 0px!important;
  left: 0px!important;
}
.b0r0 {
  bottom: 0px!important;
  right: 0px!important;
}
.block {
  display: block!important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline!important;
}
.none {
  display: none!important;
}
.hidden {
  visibility: hidden!important;
}
.visible {
  visibility: visible!important;
}
.relative {
  position: relative!important;
}
.absolute {
  position: absolute!important;
}
.flex-center {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.overflow-h {
  overflow: hidden!important;
}
.overflow-v {
  overflow: visible!important;
}
.scroll-x {
  overflow-y: hidden!important;
  overflow-x: auto!important;
}
.scroll-y {
  overflow-x: hidden!important;
  overflow-y: auto!important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.slimScrollBar:hover {
  cursor: ns-resize;
  width: 12px!important;
  background-color: #bbb!important;
  opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  -o-opacity: 0.5 !important;
  filter: alpha(opacity=5) !important;
}
.cursor_pointer {
  cursor: pointer;
}
.cursor_ban {
  cursor: not-allowed;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #ddd;
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #ddd;
  -webkit-border-radius: 6px;
}
.w-10 {
  width: 10%!important;
}
.w-20 {
  width: 20%!important;
}
.w-30 {
  width: 30%!important;
}
.w-33 {
  width: 33.3333%!important;
}
.w-40 {
  width: 40%!important;
}
.w-50 {
  width: 50%!important;
}
.w-60 {
  width: 60%!important;
}
.w-70 {
  width: 70%!important;
}
.w-80 {
  width: 80%!important;
}
.w-90 {
  width: 90%!important;
}
.w-100 {
  width: 100%!important;
}
.h-100 {
  height: 100%!important;
}
@media screen and (max-width: 1025px) {
  .sm-w-100 {
    width: 100%!important;
  }
}
.p0 {
  padding: 0px!important;
}
.p-5 {
  padding: 5px!important;
}
.p-10 {
  padding: 10px!important;
}
.p-15 {
  padding: 15px!important;
}
.p-20 {
  padding: 20px!important;
}
.p-25 {
  padding: 25px!important;
}
.p-30 {
  padding: 30px!important;
}
.p-t-0 {
  padding-top: 0px!important;
}
.p-l-0 {
  padding-left: 0px!important;
}
.p-b-0 {
  padding-bottom: 0px!important;
}
.p-r-0 {
  padding-right: 0px!important;
}
.p-t-5 {
  padding-top: 5px!important;
}
.p-l-5 {
  padding-left: 5px!important;
}
.p-b-5 {
  padding-bottom: 5px!important;
}
.p-r-5 {
  padding-right: 5px!important;
}
.p-t-7 {
  padding-top: 7px!important;
}
.p-t-10 {
  padding-top: 10px!important;
}
.p-l-10 {
  padding-left: 10px!important;
}
.p-b-10 {
  padding-bottom: 10px!important;
}
.p-r-10 {
  padding-right: 10px!important;
}
.p-t-15 {
  padding-top: 15px!important;
}
.p-l-15 {
  padding-left: 15px!important;
}
.p-b-15 {
  padding-bottom: 15px!important;
}
.p-r-15 {
  padding-right: 15px!important;
}
.p-t-20 {
  padding-top: 20px!important;
}
.p-l-20 {
  padding-left: 20px!important;
}
.p-b-20 {
  padding-bottom: 20px!important;
}
.p-r-20 {
  padding-right: 20px!important;
}
.m0 {
  margin: 0px!important;
}
.m-5 {
  margin: 5px!important;
}
.m-10 {
  margin: 10px!important;
}
.m-15 {
  margin: 15px!important;
}
.m-20 {
  margin: 20px!important;
}
.m-25 {
  margin: 25px!important;
}
.m-30 {
  margin: 30px!important;
}
.m-t-0 {
  margin-top: 0px!important;
}
.m-l-0 {
  margin-left: 0px!important;
}
.m-b-0 {
  margin-bottom: 0px!important;
}
.m-r-0 {
  margin-right: 0px!important;
}
.m-t-5 {
  margin-top: 5px!important;
}
.m-l-5 {
  margin-left: 5px!important;
}
.m-b-5 {
  margin-bottom: 5px!important;
}
.m-r-5 {
  margin-right: 5px!important;
}
.m-t-10 {
  margin-top: 10px!important;
}
.m-l-10 {
  margin-left: 10px!important;
}
.m-b-10 {
  margin-bottom: 10px!important;
}
.m-r-10 {
  margin-right: 10px!important;
}
.m-t-15 {
  margin-top: 15px!important;
}
.m-l-15 {
  margin-left: 15px!important;
}
.m-b-15 {
  margin-bottom: 15px!important;
}
.m-r-15 {
  margin-right: 15px!important;
}
.m-t-20 {
  margin-top: 20px!important;
}
.m-l-20 {
  margin-left: 20px!important;
}
.m-b-20 {
  margin-bottom: 20px!important;
}
.m-r-20 {
  margin-right: 20px!important;
}
.border-0 {
  border: none!important;
}
.border-t-0 {
  border-top: none!important;
}
.border-b-0 {
  border-bottom: none!important;
}
.border-l-0 {
  border-left: none!important;
}
.border-r-0 {
  border-right: none!important;
}
.radius-2 {
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  border-radius: 2px !important;
}
.radius-3 {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.radius-4 {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
}
.radius-6 {
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  border-radius: 6px !important;
}
.radius-8 {
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  border-radius: 8px !important;
}
.lh-14 {
  line-height: 14px!important;
}
.lh-16 {
  line-height: 16px!important;
}
.lh-18 {
  line-height: 18px!important;
}
.lh-20 {
  line-height: 20px!important;
}
.lh-22 {
  line-height: 22px!important;
}
.lh-24 {
  line-height: 24px!important;
}
.delay-1 {
  animation-delay: 0.1s !important;
  -ms-animation-delay: 0.1s !important;
  -moz-animation-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
  -o-animation-delay: 0.1s !important;
}
.delay-2 {
  animation-delay: 0.2s !important;
  -ms-animation-delay: 0.2s !important;
  -moz-animation-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
  -o-animation-delay: 0.2s !important;
}
.delay-3 {
  animation-delay: 0.3s !important;
  -ms-animation-delay: 0.3s !important;
  -moz-animation-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
  -o-animation-delay: 0.3s !important;
}
.delay-4 {
  animation-delay: 0.4s !important;
  -ms-animation-delay: 0.4s !important;
  -moz-animation-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
  -o-animation-delay: 0.4s !important;
}
.delay-5 {
  animation-delay: 0.5s !important;
  -ms-animation-delay: 0.5s !important;
  -moz-animation-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  -o-animation-delay: 0.5s !important;
}
.delay-6 {
  animation-delay: 0.6s !important;
  -ms-animation-delay: 0.6s !important;
  -moz-animation-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
  -o-animation-delay: 0.6s !important;
}
.delay-7 {
  animation-delay: 0.7s !important;
  -ms-animation-delay: 0.7s !important;
  -moz-animation-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
  -o-animation-delay: 0.7s !important;
}
.delay-8 {
  animation-delay: 0.8s !important;
  -ms-animation-delay: 0.8s !important;
  -moz-animation-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
  -o-animation-delay: 0.8s !important;
}
.delay-9 {
  animation-delay: 0.9s !important;
  -ms-animation-delay: 0.9s !important;
  -moz-animation-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
  -o-animation-delay: 0.9s !important;
}
.delay-10 {
  animation-delay: 1s !important;
  -ms-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
  -o-animation-delay: 1s !important;
}
.duration-1 {
  animation-duration: 0.1s !important;
  -ms-animation-duration: 0.1s !important;
  -moz-animation-duration: 0.1s !important;
  -webkit-animation-duration: 0.1s !important;
  -o-animation-duration: 0.1s !important;
}
.duration-2 {
  animation-duration: 0.2s !important;
  -ms-animation-duration: 0.2s !important;
  -moz-animation-duration: 0.2s !important;
  -webkit-animation-duration: 0.2s !important;
  -o-animation-duration: 0.2s !important;
}
.duration-3 {
  animation-duration: 0.3s !important;
  -ms-animation-duration: 0.3s !important;
  -moz-animation-duration: 0.3s !important;
  -webkit-animation-duration: 0.3s !important;
  -o-animation-duration: 0.3s !important;
}
.duration-4 {
  animation-duration: 0.4s !important;
  -ms-animation-duration: 0.4s !important;
  -moz-animation-duration: 0.4s !important;
  -webkit-animation-duration: 0.4s !important;
  -o-animation-duration: 0.4s !important;
}
.duration-5 {
  animation-duration: 0.5s !important;
  -ms-animation-duration: 0.5s !important;
  -moz-animation-duration: 0.5s !important;
  -webkit-animation-duration: 0.5s !important;
  -o-animation-duration: 0.5s !important;
}
.duration-6 {
  animation-duration: 0.6s !important;
  -ms-animation-duration: 0.6s !important;
  -moz-animation-duration: 0.6s !important;
  -webkit-animation-duration: 0.6s !important;
  -o-animation-duration: 0.6s !important;
}
.duration-7 {
  animation-duration: 0.7s !important;
  -ms-animation-duration: 0.7s !important;
  -moz-animation-duration: 0.7s !important;
  -webkit-animation-duration: 0.7s !important;
  -o-animation-duration: 0.7s !important;
}
.duration-8 {
  animation-duration: 0.8s !important;
  -ms-animation-duration: 0.8s !important;
  -moz-animation-duration: 0.8s !important;
  -webkit-animation-duration: 0.8s !important;
  -o-animation-duration: 0.8s !important;
}
.duration-9 {
  animation-duration: 0.9s !important;
  -ms-animation-duration: 0.9s !important;
  -moz-animation-duration: 0.9s !important;
  -webkit-animation-duration: 0.9s !important;
  -o-animation-duration: 0.9s !important;
}
.duration-10 {
  animation-duration: 1s !important;
  -ms-animation-duration: 1s !important;
  -moz-animation-duration: 1s !important;
  -webkit-animation-duration: 1s !important;
  -o-animation-duration: 1s !important;
}
.duration-11 {
  animation-duration: 1.1s !important;
  -ms-animation-duration: 1.1s !important;
  -moz-animation-duration: 1.1s !important;
  -webkit-animation-duration: 1.1s !important;
  -o-animation-duration: 1.1s !important;
}
.duration-12 {
  animation-duration: 1.2s !important;
  -ms-animation-duration: 1.2s !important;
  -moz-animation-duration: 1.2s !important;
  -webkit-animation-duration: 1.2s !important;
  -o-animation-duration: 1.2s !important;
}
.duration-13 {
  animation-duration: 1.3s !important;
  -ms-animation-duration: 1.3s !important;
  -moz-animation-duration: 1.3s !important;
  -webkit-animation-duration: 1.3s !important;
  -o-animation-duration: 1.3s !important;
}
.duration-14 {
  animation-duration: 1.4s !important;
  -ms-animation-duration: 1.4s !important;
  -moz-animation-duration: 1.4s !important;
  -webkit-animation-duration: 1.4s !important;
  -o-animation-duration: 1.4s !important;
}
.duration-15 {
  animation-duration: 1.5s !important;
  -ms-animation-duration: 1.5s !important;
  -moz-animation-duration: 1.5s !important;
  -webkit-animation-duration: 1.5s !important;
  -o-animation-duration: 1.5s !important;
}
.duration-16 {
  animation-duration: 1.6s !important;
  -ms-animation-duration: 1.6s !important;
  -moz-animation-duration: 1.6s !important;
  -webkit-animation-duration: 1.6s !important;
  -o-animation-duration: 1.6s !important;
}
.duration-17 {
  animation-duration: 1.7s !important;
  -ms-animation-duration: 1.7s !important;
  -moz-animation-duration: 1.7s !important;
  -webkit-animation-duration: 1.7s !important;
  -o-animation-duration: 1.7s !important;
}
.duration-18 {
  animation-duration: 1.8s !important;
  -ms-animation-duration: 1.8s !important;
  -moz-animation-duration: 1.8s !important;
  -webkit-animation-duration: 1.8s !important;
  -o-animation-duration: 1.8s !important;
}
.duration-19 {
  animation-duration: 1.9s !important;
  -ms-animation-duration: 1.9s !important;
  -moz-animation-duration: 1.9s !important;
  -webkit-animation-duration: 1.9s !important;
  -o-animation-duration: 1.9s !important;
}
.duration-20 {
  animation-duration: 2s !important;
  -ms-animation-duration: 2s !important;
  -moz-animation-duration: 2s !important;
  -webkit-animation-duration: 2s !important;
  -o-animation-duration: 2s !important;
}
@-webkit-keyframes upShow {
  0% {
    transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=10);
  }
}
@keyframes upShow {
  0% {
    transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=10);
  }
}
.upShow {
  -webkit-animation-name: upShow;
  animation-name: upShow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
@-webkit-keyframes downShow {
  0% {
    transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=10);
  }
}
@keyframes downShow {
  0% {
    transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=10);
  }
}
.downShow {
  -webkit-animation-name: downShow;
  animation-name: downShow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
@-webkit-keyframes downHide {
  0% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=10);
  }
  100% {
    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes downHide {
  0% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=10);
  }
  100% {
    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
  }
}
.downHide {
  -webkit-animation-name: downHide;
  animation-name: downHide;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
@-webkit-keyframes leftIn {
  0% {
    transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=10);
  }
}
@keyframes leftIn {
  0% {
    transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=10);
  }
}
.leftIn {
  -webkit-animation-name: leftIn;
  animation-name: leftIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
@-webkit-keyframes rightIn {
  0% {
    transform: translateX(100px);
    -ms-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=10);
  }
}
@keyframes rightIn {
  0% {
    transform: translateX(100px);
    -ms-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=10);
  }
}
.rightIn {
  -webkit-animation-name: rightIn;
  animation-name: rightIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
@-webkit-keyframes roll {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes roll {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.roll {
  -webkit-animation-name: roll;
  animation-name: roll;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
@-webkit-keyframes roll_anti {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@keyframes roll_anti {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
.roll_anti {
  -webkit-animation-name: roll_anti;
  animation-name: roll_anti;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
@-webkit-keyframes rightRollIn {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
    transform: rotate(-45deg) translateX(-80px) translateY(-80px);
    -ms-transform: rotate(-45deg) translateX(-80px) translateY(-80px);

    -moz-transform: rotate(-45deg) translateX(-80px) translateY(-80px);
    -webkit-transform: rotate(-45deg) translateX(-80px) translateY(-80px);
    -o-transform: rotate(-45deg) translateX(-80px) translateY(-80px);
  }
}
@keyframes rightRollIn {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
    transform: rotate(-45deg) translateX(-80px) translateY(-80px);
    -ms-transform: rotate(-45deg) translateX(-80px) translateY(-80px);
    -moz-transform: rotate(-45deg) translateX(-80px) translateY(-80px);
    -webkit-transform: rotate(-45deg) translateX(-80px) translateY(-80px);
    -o-transform: rotate(-45deg) translateX(-80px) translateY(-80px);
  }
}
.rightRollIn {
  -webkit-animation-name: rightRollIn;
  animation-name: rightRollIn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
