@charset 'utf-8';
body,
html {
  font-family: '微软雅黑', 'Microsoft Yahei';
}
#main {
  overflow: hidden;
}
li,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  resize: none;
  border-radius: 0;
  font-family: '微软雅黑', 'Microsoft Yahei';
  text-decoration: none;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  box-sizing: border-box;
  resize: none;
  border-radius: 0;
  font-family: '微软雅黑', 'Microsoft Yahei';
}
img {
  border: none;
}
#Validform_msg {
  display: none!important;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.wh1420 {
  max-width: 1420px;
  margin: 0 auto;
}
.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #000000;
  background-clip: padding-box;
  min-height: 28px;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #000000;
}
input::-webkit-input-placeholder {
  color: #aaaaaa;
}
input:-moz-placeholder {
  color: #aaaaaa;
}
input::-moz-placeholder {
  color: #aaaaaa;
}
textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
textarea:-moz-placeholder {
  color: #aaaaaa;
}
textarea::-moz-placeholder {
  color: #aaaaaa;
}
[data-animation] {
  opacity: 0;
}
[data-animation].animated {
  opacity: 1;
}
.time-02s {
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.time-04s {
  -webkit-transition: all 0.4s ease-out;
  -khtml-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.mobileDisplay {
  display: none!important;
}
.popupBg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.case_contentUlMinH{
  min-height: 400px;
}
.wx_popup{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -173px;
    background: #fff;
    width: 346px;
    height: 420px;
    text-align: center;
    margin-top: -210px;
    z-index: 10000;
    display: none;
}
.wx_popup .close_wx_popup{
    background: #111 url(../img/popup_close2.png) center center no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.wx_popup .wx_popup_name{
    width: 100%;
    height: 77px;
    background: #fafafa;
    font-size: 24px;
    line-height: 77px;
}
.wx_popup .wx_popup_title{
    font-size: 16px;
    font-weight: bold;
    color: #b30b16;
    margin-top: 42px;
}
.wx_popup .wx_popup_text{
    font-size: 12px;
    margin-top: 11px;
}
.wx_popup .erweima{
    width: 140px;
    height: 140px;
    margin-top: 15px;
}
.wanshanPopup{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -201px;
    width: 402px;
    height: 420px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 35px;
    margin-top: -210px;
    z-index: 10000;
    text-align: center;
    display: none;
}
.wanshanPopup .perfect_header{
    padding-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}
.wanshanPopup .colse_wanshanPopup{
    background: #111 url(../img/popup_close2.png) center center no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.wanshanPopup .perfect_words{
    text-align: left;
    font-size: 15px;
    color: #d9000f;
    line-height: 20px;
    margin-bottom: 55px;
}
.wanshanPopup .ziliao{
    font-size: 12px;
    color: #333;
}
.wanshanPopup .ziliao span{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}
.wanshanPopup .inputBoxFu .button{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #b30b16;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 0px;
    border-radius: 0px;
    font-weight: normal;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-top: 20px;
}
.wanshanPopup .inputBoxFu .inputList .name{
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    color: #333;
    display: block;
    width: 90px;
    float: left;
    outline: none;
    text-align: right;
}
.wanshanPopup .formBox .selectBox{
    height: 45px;
}
.wanshanPopup .formBox .inputBox{
    height: 45px;
}
.wanshanPopup .inputBoxFu .inputList .selectBox{
    padding-left: 95px;
}
.wanshanPopup .inputBoxFu .inputList .inputBox{
    padding-left: 95px;
}

.commonTips {
  position: fixed;
  width: 360px;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -180px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  z-index: 1000;
  display: none;
}
.commonPopup.shejishiPopup {
  width: 370px;
  margin-left: -185px;
  height: 520px;
  margin-top: -260px;
}
.commonPopup.shejishiPopup .popupClose {
  background: url(../img/popup_close2.png) center center no-repeat;
}
.commonPopup.shejishiPopup .popupTop {
  height: 240px;
  background: url(../img/shejishipopup_bg.jpg) center center no-repeat;
  background-size: cover!important;
  text-align: center;
}
.commonPopup.shejishiPopup .popupTop .top {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 30px;
}
.commonPopup.shejishiPopup .popupTop .top span {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin: 0px 5px;
}
.commonPopup.shejishiPopup .popupTop .text {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}
.commonPopup.shejishiPopup .bottomForm {
  padding: 0px 40px;
  text-align: center;
}
.commonPopup.shejishiPopup .bottomForm .formBox .submit:after {
  display: none;
}
.commonPopup.shejishiPopup .bottomForm .formBox {
  margin-top: 30px;
}
.commonPopup.shejishiPopup .bottomForm .formBoxTop {
  font-size: 14px;
  color: #888888;
  margin-top: 20px;
}
.commonPopup.shejishiPopup .bottomForm .formBox .inputBox {
  height: 50px;
}
.commonPopup.shejishiPopup .bottomForm .formBox .submit {
  height: 50px;
  line-height: 50px;
  margin-top: 15px;
}
.commonPopup.shejishiPopup .bottomForm .formBox .submit img {
  width: 25px;
  position: relative;
  top: 2px;
}
.commonPopup.shejishiPopup .bottomForm .formBox .inputBox .Validform_wrong {
  right: 10px;
  top: 10px;
}
.commonPopup.jisuanqiPopup {
  width: 970px;
  height: 550px;
  margin-top: -275px;
  margin-left: -485px;
}
.commonPopup.jisuanqiPopup .popupLeft {
  width: 31%;
  background: url(../img/jisuanqipopup_bg.jpg) center center no-repeat;
}
.commonPopup.jisuanqiPopup .popupLeft .popupLeftBox {
  padding-top: 50px;
}
.commonPopup.jisuanqiPopup .popupLeft .popupLeftBox .top {
  color: rgba(255, 255, 255, 0.5);
}
.commonPopup.jisuanqiPopup .popupLeft .popupLeftBox .top span {
  color: #fff;
  font-size: 32px;
}
.commonPopup.jisuanqiPopup .popupLeft .popupLeftBox .text {
  font-size: 48px;
  line-height: 60px;
  background: url(../img/commonpopup_img.png) left center no-repeat;
  margin-top: 15px;
}
.commonPopup.jisuanqiPopup .popupLeft .popupLeftBox .text p {
  font-weight: bold;
}
.commonPopup.jisuanqiPopup .popupLeft .popupLeftBox .text p span {
  display: inline-block;
  color: #fff;
}
.commonPopup.jisuanqiPopup .rightForm {
  width: 69%;
  padding: 30px 40px 40px 40px;
}
.commonPopup.jisuanqiPopup .rightForm .formBox {
  overflow: hidden;
  margin: 0px -5px;
  margin-top: 15px;
  text-align: center;
}
.commonPopup.jisuanqiPopup .rightForm .formBox .inputBox {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0px 5px;
  margin-bottom: 10px;
}
.commonPopup.jisuanqiPopup .rightForm .formBox .selectBox{
  float: left;
  width: 50%;
  height: 50px;
  box-sizing: border-box;
  padding: 0px 5px;
  margin-bottom: 10px;
}
.commonPopup.jisuanqiPopup .rightForm .formBox .selectBox  select{
    box-sizing: border-box;
    height: 100%;
    border: 1px solid #dddddd;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 0px 20px;
    font-size: 14px;
    color: #111;
    background: url(../img/select_xia_on.png) right 15px center no-repeat;
    background-size: 15px 10px;
}
.commonPopup.jisuanqiPopup .rightForm .formBox .radioBox {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0px 5px;
  border: none;
}
.commonPopup.jisuanqiPopup .rightForm .formBox .radioBox label {
  border: 1px solid #dddddd;
}
.commonPopup.jisuanqiPopup .rightForm .formBox .radioBox label:last-child {
  border-left: none;
}
.commonPopup.jisuanqiPopup .rightForm .formBox .submit:after {
  background: url(../img/home_mianfei.png) center center no-repeat;
}
.commonPopup.jisuanqiPopup .rightForm .formBox .submit {
  width: 290px;
  display: inline-block;
  margin-top: 30px;
  -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.commonPopup.jisuanqiPopup .rightForm .formBox .submit img {
  position: relative;
  top: 0px;
}
.commonPopup.jisuanqiPopup .rightForm .rightFormYusuanBox {
  border: 1px solid #dddddd;
  margin-top: 50px;
  position: relative;
}
.commonPopup.jisuanqiPopup .rightForm .rightFormYusuanBox .yusuanTitle {
  font-size: 16px;
  color: #111111;
  width: 140px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: -15px;
  z-index: 10;
  background: #fff;
}
.commonPopup.jisuanqiPopup .rightForm .rightFormYusuanBox .yusuanTop {
  height: 78px;
  line-height: 76px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.commonPopup.jisuanqiPopup .rightForm .rightFormYusuanBox .yusuanTop img {
  display: inline-block;
  vertical-align: middle;
}
.commonPopup.jisuanqiPopup .rightForm .rightFormYusuanBox .dibubox .dibuboxList {
  float: left;
  width: 33.333333%;
  text-align: center;
  padding: 18px 0px 15px 0px;
}
.commonPopup.jisuanqiPopup .rightForm .rightFormYusuanBox .dibubox .dibuboxList .moren.on .top span:before {
  background: url(../img/yiwen_img_on.png) center center no-repeat;
}
.commonPopup.jisuanqiPopup .rightForm .rightFormYusuanBox .dibubox .dibuboxList .top {
  font-size: 16px;
  color: #888888;
  position: relative;
}
.commonPopup.jisuanqiPopup .rightForm .rightFormYusuanBox .dibubox .dibuboxList .top span {
  cursor: pointer;
}
.commonPopup.jisuanqiPopup .rightForm .rightFormYusuanBox .dibubox .dibuboxList .top span:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url(../img/yiwen_img.png) center center no-repeat;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.commonPopup.jisuanqiPopup .rightForm .rightFormYusuanBox .dibubox .dibuboxList .top .hoverBox {
  width: 210px;
  background: #fff;
  position: absolute;
  left: -58%;
  top: -76px;
  font-size: 14px;
  color: #111111;
  line-height: 26px;
  -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
  text-align: center;
  display: none;
}
.commonPopup.jisuanqiPopup .rightForm .rightFormYusuanBox .dibubox .dibuboxList .top .hoverBox:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/shejishi_sanjiao.png) center center no-repeat;
  position: absolute;
  right: 20px;
  bottom: -4px;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.commonPopup.jisuanqiPopup .rightForm .rightFormYusuanBox .dibubox .dibuboxList .img {
  font-size: 0px;
  margin-top: 5px;
}
.commonPopup.jisuanqiPopup .rightForm .rightFormYusuanBox .dibubox .dibuboxList .img img {
  display: inline-block;
}
.commonPopup.jisuanqiPopup .rightForm .formBoxTips {
  font-size: 14px;
  color: #b30b16;
  text-align: center;
  margin-top: 10px;
}
.commonPopup.jisuanqiPopup .rightForm .formBoxTips img {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 1.5px;
}
.commonPopup.active {
  top: 50%;
}
.commonPopup.loupanPopup {
  width: 690px;
  height: 400px;
  margin-top: -200px;
  margin-left: -345px;
}
.commonPopup {
  position: fixed;
  left: 50%;
  top: -1000px;
  z-index: 10000;
  -webkit-transition: all 0.4s ease-out;
  -khtml-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #fff;
}
.commonPopup .popupLeft {
  float: left;
  width: 43%;
  height: 100%;
  background: url(../img/popupleft_big_bg.jpg) center center no-repeat;
  background-size: cover!important;
  position: relative;
}
.commonPopup .popupLeft .bg {
  position: absolute;
  left: -24px;
  bottom: -13px;
}
.commonPopup .popupLeft .popupLeftBox {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 85px;
}
.commonPopup .popupLeft .popupLeftBox .top {
  font-size: 16px;
  color: #fff;
}
.commonPopup .popupLeft .popupLeftBox .top span {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: 0px 5px;
}
.commonPopup .popupLeft .popupLeftBox .text {
  font-size: 28px;
  color: #fff;
  margin-top: 25px;
}
.commonPopup .popupLeft .popupLeftBox .text span {
  font-size: 48px;
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}
.commonPopup .popupLeft:after {
  position: absolute;
  left: 1px;
  top: 1px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/popupleft_sanjiao.png) center center no-repeat;
}
.commonPopup .rightForm {
  float: right;
  width: 57%;
  height: 100%;
  padding: 0px 60px;
  box-sizing: border-box;
  padding-top: 43px;
}
.commonPopup .rightForm .formBox .inputBox {
  height: 50px;
}
.commonPopup .rightForm .formBox .radioBox {
  height: 50px;
}
.commonPopup .rightForm .formBox .submit {
  height: 50px;
  line-height: 50px;
}
.commonPopup .rightForm .formBox .inputBox .Validform_wrong {
  right: 10px;
  top: 10px;
}
.commonPopup .rightForm .formBoxTop {
  font-size: 14px;
  color: #888888;
  text-align: center;
}
.commonPopup .rightForm .formBox .submit:after {
  background: url(../img/linkbtn_icon.png) center center no-repeat;
}
.commonPopup .rightForm .formBox .inputBox {
  margin-bottom: 20px;
}
.commonPopup .rightForm .formBox .submit {
  margin-top: 10px;
}
.commonPopup .rightForm .formBox {
  margin-top: 15px;
}
.commonPopup .popupClose {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: url(../img/popup_close.png) center center no-repeat;
  cursor: pointer;
}
.formBox {
  margin-top: 10px;
}
.formBox .submit {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #b30b16;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 0px;
  border-radius: 0px;
  font-weight: normal;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.formBox .submit img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
/*.formBox .submit:after {*/
/*  content: '';*/
/*  display: block;*/
/*  width: 64px;*/
/*  height: 26px;*/
/*  position: absolute;*/
/*  right: -3px;*/
/*  top: -3px;*/
/*  background: url(../img/home_mianfei.png) center center no-repeat;*/
/*  background-size: cover!important;*/
/*}*/
.formBox .submit:hover {
  background: #d91421;
}
.formBox .radioBox {
  height: 50px;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  background: #fff;
}
.formBox .radioBox label {
  float: left;
  width: 50%;
  height: 100%;
  line-height: 50px;
  box-sizing: border-box;
  border-right: 1px solid #dddddd;
  position: relative;
  padding-left: 48px;
  font-size: 14px;
  color: #333333;
}
.formBox .radioBox label input {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
}
.formBox .radioBox label input:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 12px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.formBox .radioBox label input:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #b30b16 url(../img/checked_img.png) center center no-repeat;
  position: absolute;
  left: 20px;
  top: 12px;
  opacity: 0;
  border: 1px solid #b30b16;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
}
.formBox .radioBox label input:checked:before {
  opacity: 1;
}
.formBox .radioBox label input:checked:after {
  opacity: 0;
}
.formBox .radioBox label:last-child {
  border-right: none;
}
.formBox .inputBox {
  height: 50px;
  position: relative;
  margin-bottom: 10px;
}
.formBox .selectBox select {
    box-sizing: border-box;
    height: 100%;
    border: 1px solid #dddddd;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 0px 20px;
    font-size: 14px;
    color: #111;
    background: url(../img/select_xia_on.png) right 15px center no-repeat;
    background-size: 15px 10px;
}
.formBox .selectBox {
    height: 50px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #fff;
}
.formBox .inputBox .input {
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #dddddd;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0px 20px;
  font-size: 14px;
  color: #111;
}
.formBox .inputBox .danwei {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 16px;
  color: #111;
  width: 70px;
  text-align: center;
  height: 100%;
  line-height: 50px;
}
.formBox .inputBox .input.Validform_error {
  border: 1px solid #b30b16;
}
.formBox .inputBox .Validform_wrong {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  padding: 0px 10px;
  background: #b30b16;
}
.formBox .inputBox .Validform_wrong:after {
  content: '';
  display: block;
  background: url(../img/sortanl_icon2_on.png) center center no-repeat;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: -10px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.formBox .inputBox .Validform_right {
  display: none;
}
#header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 50;
  /*-moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);*/
  overflow: hidden;
}
#header .headerTop {
  height: 40px;
  line-height: 40px;
  background: #000000;
}
#header .headerTop .selectionBox {
  position: relative;
  float: left;
}
#header .headerTop .selectionBox .default {
  font-size: 14px;
  color: #fff;
  padding: 0px 20px;
  background: url(../img/selectionbox_icon.png) left 10px center no-repeat;
  position: relative;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
#header .headerTop .selectionBox .default i {
  display: block;
  width: 10px;
  height: 5px;
  background: url(../img/downbox_icon.png) center center no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2.5px;
}
#header .headerTop .selectionBox .downBox {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0px;
  background: #fff;
  text-align: center;
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
  display: none;
  z-index: 10;
}
#header .headerTop .selectionBox .downBox a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #111111;
}
/*#header .headerTop .selectionBox .downBox a:hover {
  color: #b30b16;
}
#header .headerTop .selectionBox:hover .default {
  background: #fff url(../img/selectionbox_icon2.png) left 10px center no-repeat;
  color: #111;
}
#header .headerTop .selectionBox:hover .default i {
  background: url(../img/downbox_icon2.png) center center no-repeat;
}*/
#header .headerTop .entranceBox {
  float: right;
}
#header .headerTop .entranceBox .entranceList {
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
}
#header .headerTop .entranceBox .entranceList .entranceMoren {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  width: 100px;
}
#header .headerTop .entranceBox .entranceList .entranceMoren img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#header .headerTop .entranceBox .entranceList .codeBoxFu{
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  background: #fff;
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 5px;
  z-index: 10;
  display: none;
}
#header .headerTop .entranceBox .entranceList .codeBox {
  padding-bottom: 7px;
}
#header .headerTop .entranceBox .entranceList .codeBox .icon {
  background: url(../img/downbox_icon.png) center center no-repeat;
  width: 10px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#header .headerTop .entranceBox .entranceList .codeBox img {
  display: block;
  width: 100%;
}
#header .headerTop .entranceBox .entranceList .codeBox p {
  font-size: 12px;
  color: #888888;
  line-height: normal;
  margin-top: 5px;
}
#header .headerTop .entranceBox .entranceList:hover .entranceMoren {
  background: #333333;
}
#header .headerTop .entranceBox .entranceList:hover .codeBoxFu{
    display: block;
}
#header .headerTop .entranceBox .entranceList:last-child {
  margin: 0px 15px;
}
#header .headerTop .entranceBox .entranceList:last-child .entranceMoren {
  width: auto;
  font-size: 18px;
  color: #b30b16;
  font-weight: bold;
}
#header .headerTop .entranceBox .entranceList:last-child:hover {
  cursor: default;
}
#header .headerTop .entranceBox .entranceList:last-child:hover .entranceMoren {
  background: transparent;
}
#header .headerBottom {
  background: #fff;
  height: 80px;
  /*line-height: 80px;*/
}
#header .headerBottom .logoBox {
  float: left;
  position: relative;
  top: 10px;
}
#header .headerBottom .logoBox .logo {
  display: block;
  width: 200px;
  height: 45px;
  background: url(../img/logo.png) center center no-repeat;
  background-size: cover!important;
}
#header .headerBottom .navigation {
  float: right;
}
#header .headerBottom .navigation li:first-child .moren:after {
  display: none;
}
#header .headerBottom .navigation li {
  float: left;
}
#header .headerBottom .navigation li .moren {
  padding: 0px 20px;
  font-size: 16px;
  color: #111111;
  position: relative;
  display: block;
}
#header .headerBottom .navigation li .moren:after {
  content: '';
  display: block;
  background: url(../img/moren_icon.png) center center no-repeat;
  width: 18px;
  height: 6px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -9px;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}
/*#header .headerBottom .navigation li .moren:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -13px;
  border-radius: 20px;
  background: #d91421;
  display: none;
}*/
#header:hover{
  overflow: visible;
}

#header.active {
  top: 0;
  -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  /*box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);*/
}
#header.active .headerBottom {
  height: 80px;
  /*line-height: 80px;*/
}
#header.active .headerBottom .navigation li .moren:after {
  bottom: 5px;
}
#header.active .headerBottom .logoBox {
  top: 17px;
}
#header.active .headerBottom .logoBox .logo {
  width: 198px;
  height: 45px;
}
.pageBanner {
  height: 300px;
  background-size: cover!important;
}
.crumbs {
  font-size: 0px;
  padding: 20px 0px;
}
.crumbs a {
  display: inline-block;
  font-size: 16px;
  color: #888888;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0px 8px;
  position: relative;
}
.crumbs a:first-child:after {
  display: none;
}
.crumbs a:first-child {
  padding-left: 20px;
  background: url(../img/crumbs_icon.png) left center no-repeat;
}
.crumbs a:after {
  content: '-';
  display: block;
  font-size: 16px;
  color: #888888;
  position: absolute;
  left: -4px;
  top: 0px;
}
.crumbs a:hover {
  color: #b30b16;
}
.conditionContent {
  padding: 20px 0px;
  padding-left: 0px;
  border: 1px solid #dddddd;
  margin-bottom: 40px;
}
.conditionContent ul li:first-child {
  display: none;
}
.conditionContent ul li {
  overflow: hidden;
  position: relative;
  margin: 10px 0px;
}
.conditionContent ul li .conditionName {
  width: 80px;
  font-size: 14px;
  color: #888888;
  height: 35px;
  line-height: 35px;
  text-align: right;
  float: left;
}
.conditionContent ul li .conditionBoxul {
  margin-left: 100px;
  padding-right: 100px;
  height:35px;
}
.conditionContent ul li .conditionBox {
  margin: -5px;
  overflow: hidden;
}
.conditionContent ul li .conditionBox .aBox {
  padding: 5px;
  float: left;
}
.conditionContent ul li .conditionBox a {
  display: block;
  font-size: 14px;
  color: #303843;
  height: 35px;
  line-height: 35px;
  padding: 0px 10px;
}
.conditionContent ul li .conditionBox a.active {
  background: #b30b16;
  color: #fff!important;
}
.conditionContent ul li .conditionBox a:hover{
  color: #b30b16;
}
.conditionContent ul li .operation {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #b30b16;
  width: 100px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.conditionContent ul li .operation:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 7px;
  background: url(../img/operation_icon.png) center center no-repeat;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.conditionContent ul li .operation.on:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.conditionContent ul li .conditionBoxul.active {
  height: auto;
}
.conditionContent ul li .conditionBoxul.active .conditionBox{
  max-height: 280px;
  overflow: visible;
  overflow-x: hidden;
}
.case_content ul {
  margin: -10px;
}
.case_content ul li {
  float: left;
  width: 33.33333%;
  box-sizing: border-box;
  padding: 10px;
}
.case_content ul li .contentBox {
  position: relative;
}
.case_content ul li .contentBox .contentMoren {
  cursor: pointer;
  display: block;
}
.case_content ul li .contentBox .contentMoren .topImgBox {
  overflow: hidden;
}
.case_content ul li .contentBox .contentMoren .topImg {
  height: 300px;
  background-size: cover!important;
  -webkit-transition: all 0.4s ease-out;
  -khtml-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case_content ul li .contentBox .contentMoren .topImg .mobileImg {
  display: none;
}
.case_content ul li .contentBox .contentMoren .bottomBox {
  padding: 15px 20px;
  height: 100px;
  box-sizing: border-box;
}
.case_content ul li .contentBox .contentMoren .bottomBox .bototm_top {
  display: none;
}
.case_content ul li .contentBox .contentMoren .bottomBox .name {
  color: #111111;
  font-size: 18px;
  position: relative;
  opacity: 1;
  top: 0px;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.case_content ul li .contentBox .contentMoren .bottomBox .dibu {
  overflow: hidden;
  margin-top: 20px;
}
.case_content ul li .contentBox .contentMoren .bottomBox .dibu .dibuList {
  float: left;
  font-size: 16px;
  color: #888888;
  position: relative;
  opacity: 1;
  top: 0px;
}
.case_content ul li .contentBox .contentMoren .bottomBox .dibu .dibuList img {
  width: 13px;
  margin-right: 5px;
}
.case_content ul li .contentBox .contentMoren .bottomBox .dibu .dibuList.last {
  float: right;
  color: #b30b16;
}
.case_content ul li .contentBox .contentHover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
}
.case_content ul li .contentBox .contentHover .topBox {
  height: 300px;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  display: block;
}
.case_content ul li .contentBox .contentHover .topBox .topText {
  position: absolute;
  left: 100px;
  right: 100px;
  text-align: center;
  top: 80px;
}
.case_content ul li .contentBox .contentHover .topBox .topText .topTitle {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  top: 20px;
  opacity: 0;
}
.case_content ul li .contentBox .contentHover .topBox .topText .listBox {
  overflow: hidden;
  margin-top: 40px;
  position: relative;
  top: 20px;
  opacity: 0;
}
.case_content ul li .contentBox .contentHover .topBox .topText .listBox .topList {
  float: left;
  width: 33.3333%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.case_content ul li .contentBox .contentHover .topBox .topText .listBox .topList span {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}
.case_content ul li .contentBox .contentHover .topBox .topText .listBox .topList:last-child {
  border-right: none;
}
.case_content ul li .contentBox .contentHover .topBox .frameBg {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.case_content ul li .contentBox .contentHover .topBox .frameBg:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all 0.4s ease-out;
    -khtml-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.case_content ul li .contentBox .contentHover .topBox .frameBg:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.4s ease-out;
    -khtml-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.case_content ul li .contentBox .contentHover .topBox .frameBg i {
  content: '';
  display: block;
  width: 16px;
  height: 8px;
  background: url(../img/erweima_sanjiao.png) center center no-repeat;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: absolute;
  right: -5px;
  bottom: -1px;
}
.case_content ul li .contentBox .contentHover .bottomBox {
  background: #fff;
  height: 100px;
  box-sizing: border-box;
  padding: 20px 12.5px;
}
.case_content ul li .contentBox .contentHover .bottomBox .btnList .pageBtn-red{
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}
.case_content ul li .contentBox .contentHover .bottomBox .btnList .pageBtn-grey{
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}
.case_content ul li .contentBox .contentHover .bottomBox .btnList .pageBtn-white{
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}
.case_content ul li .contentBox .contentHover .bottomBox .btnList {
  float: left;
  width: 37%;
  box-sizing: border-box;
  padding: 0px 7.5px;
  position: relative;
  top: 20px;
  opacity: 0;
}
.case_content ul li .contentBox .contentHover .bottomBox .btnList .pageBtn-red,
.case_content ul li .contentBox .contentHover .bottomBox .btnList .pageBtn-grey,
.case_content ul li .contentBox .contentHover .bottomBox .btnList .pageBtn-white {
  width: 100%;
}
.case_content ul li .contentBox .contentHover .bottomBox .btnList .pageBtn-white {
  border: 1px solid #dddddd;
  color: #111111;
}
.case_content ul li .contentBox .contentHover .bottomBox .btnList .pageBtn-white .icon {
  background: url(../img/fenxiang.png) center center no-repeat;
}
.case_content ul li .contentBox .contentHover .bottomBox .btnList .pageBtn-white:hover {
  background: #f3f3f3;
  color: #b30b16;
}
.case_content ul li .contentBox .contentHover .bottomBox .btnList .pageBtn-white:hover .icon {
  background: url(../img/fenxiang_on.png) center center no-repeat;
}
.case_content ul li .contentBox .contentHover .bottomBox .fenxiang {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  float: none;
}
.case_content ul li .contentBox .contentHover .bottomBox .fenxiang .erweima {
  position: absolute;
  bottom: 65px;
  left: 50%;
  background: #fff;
  padding: 10px;
  width: 140px;
  margin-left: -70px;
  box-sizing: border-box;
  -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  top: auto;
}
.case_content ul li .contentBox .contentHover .bottomBox .fenxiang .erweima img {
  width: 100%;
  height: 120px;
}
.case_content ul li .contentBox .contentHover .bottomBox .fenxiang .erweima p {
  text-align: center;
  font-size: 14px;
  color: #888888;
  margin-top: 5px;
}
.case_content ul li .contentBox .contentHover .bottomBox .fenxiang .erweima:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/erweima_sanjiao.png) center center no-repeat;
  width: 16px;
  height: 8px;
  left: 50%;
  margin-left: -8px;
  bottom: -8px;
  right: auto;
  top: auto;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.case_content ul li .contentBox .contentHover .bottomBox .fenxiang:hover {
  overflow: visible;
}
.case_content ul li .contentBox .contentHover .bottomBox .fenxiang:hover .erweima {
  opacity: 1;
}
.case_content ul li .contentBox .contentHover .bottomBox .btnList:nth-child(3) {
  width: 26%;
}
.case_content ul li .contentBox:hover {
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.case_content ul li .contentBox:hover .topImg {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.case_content ul li .contentBox:hover .contentHover {
  z-index: 1;
  opacity: 1;
}
.case_content ul li .contentBox:hover .contentHover .contentMoren .bottomBox .name {
  opacity: 0;
  top: 20px;
}
.case_content ul li .contentBox:hover .contentHover .contentMoren .bottomBox .dibu .dibuList {
  opacity: 0;
  top: 20px;
}
.case_content ul li .contentBox:hover .contentHover .topBox .frameBg:after{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.case_content ul li .contentBox:hover .contentHover .topBox .frameBg:before{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.case_content ul li .contentBox:hover .contentHover .topBox .topText .topTitle {
  top: 0px;
  opacity: 1;
}
.case_content ul li .contentBox:hover .contentHover .topBox .topText .listBox {
  top: 0px;
  opacity: 1;
}
.case_content ul li .contentBox:hover .contentHover .bottomBox .btnList {
  top: 5px;
  opacity: 1;
}
.pageBtn-red {
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #b30b16;
  font-size: 16px;
  color: #fff;
  display: block;
}
.pageBtn-red:hover {
  background: #d91421;
}
.pageBtn-grey {
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #333333;
  font-size: 16px;
  color: #fff;
  display: block;
}
.pageBtn-grey:hover {
  background: #444444;
}
.pageBtn-white {
  width: 148px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  font-size: 16px;
  color: #111111;
  display: block;
  border: 1px solid #dddddd;
}
.pageBtn-white .icon {
  display: inline-block;
  background: url(../img/fenxiang.png) center center no-repeat;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}
.pageBtn-white:hover {
  background: #f3f3f3;
  color: #b30b16;
}
.pageBtn-white:hover .icon {
  background: url(../img/fenxiang_on.png) center center no-repeat;
}
#main {
  padding-bottom: 100px;
}
.fanye {
  text-align: center;
  font-size: 0px;
  margin-top: 30px;
}
.fanye a {
  display: inline-block;
  width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background: #f3f3f3;
  color: #111111;
  font-size: 16px;
  margin: 0px 1px;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fanye a:hover {
  color: #b30b16;
}
.fanye a.active {
  background: #b30b16;
  color: #fff;
}
.footerTop {
  height: 360px;
  background: url(../img/footertop_img.jpg) center center no-repeat;
  background-size: cover!important;
}
.footerTop .pageBtn-red {
  width: 290px;
  margin: 0px auto;
  position: relative;
  top: 190px;
}
#footer .footerBottom {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #000000;
}
#footer .footerBottom .footerLinkBox {
  overflow: hidden;
}
#footer .footerBottom .footerLinkBox .entranceBox {
  float: left;
}
#footer .footerBottom .footerLinkBox .entranceBox .entranceList {
  float: left;
  margin-right: 40px;
}
#footer .footerBottom .footerLinkBox .entranceBox .entranceList .name {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  margin-bottom: 15px;
}
#footer .footerBottom .footerLinkBox .entranceBox .entranceList .name:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #b30b16;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -5px;
}
#footer .footerBottom .footerLinkBox .entranceBox .entranceList .name:hover {
  color: #fff;
}
#footer .footerBottom .footerLinkBox .entranceBox .entranceList .link {
  font-size: 16px;
  color: #fff;
  display: table;
  margin-left: 20px;
  height: 30px;
  line-height: 30px;
  margin-top: 7px;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer .footerBottom .footerLinkBox .entranceBox .entranceList .link:hover {
  color: #b30b16;
}
#footer .footerBottom .footerLinkBox .rightZixun {
  float: right;
  text-align: center;
  margin-right: 50px;
}
#footer .footerBottom .footerLinkBox .rightZixun .telName {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}
#footer .footerBottom .footerLinkBox .rightZixun .telName img {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
#footer .footerBottom .footerLinkBox .rightZixun .telText {
  font-size: 36px;
  color: #b30b16;
  font-weight: bold;
  margin-top: 5px;
}
#footer .footerBottom .statement {
  overflow: hidden;
  margin-left: 20px;
  margin-top: 60px;
}
#footer .footerBottom .statement .leftText {
  float: left;
  color: #888888;
  font-size: 14px;
  line-height: 26px;
  margin-top: 30px;
}
#footer .footerBottom .statement .leftText a {
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  color: #888888;
  position: relative;
  padding: 0px 11px;
}
#footer .footerBottom .statement .leftText a:first-child:after {
  content: '';
  display: block;
  width: 2px;
  height: 15px;
  background: #888888;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7.5px;
}
#footer .footerBottom .statement .leftText a:hover {
  color: #fff;
}
#footer .footerBottom .statement .erweimaBox {
  float: right;
  margin-right: 40px;
}
#footer .footerBottom .statement .erweimaBox .erweimaList {
  float: left;
  text-align: center;
  margin-left: 30px;
}
#footer .footerBottom .statement .erweimaBox .erweimaList img {
  width: 100px;
}
#footer .footerBottom .statement .erweimaBox .erweimaList p {
  font-size: 14px;
  color: #888888;
}
.rightOperation {
  position: fixed;
  width: 50px;
  top: 0px;
  bottom: 0px;
  background: #000;
  right: -60px;
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 70;
}
.rightOperation.active{
  right: 0px;
}
.rightOperationOpen{
  position: fixed;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
  background: #000;
  right: 0px;
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 70;
  -moz-box-shadow: 0px 15px 30px rgba(0,0,0, 0.1);
  -webkit-box-shadow: 0px 15px 30px rgba(0,0,0, 0.1);
  box-shadow: 0px 15px 30px rgba(0,0,0, 0.1);
}
.rightOperationOpen:hover{
  background: #b30b16;
}
.rightOperationOpen img{
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.rightOperation .operationBox {
  position: absolute;
  top: 50%;
  margin-top: -125px;
  right: 0px;
}
.rightOperation .operationBox .list:hover .hoverBox {
  right: 0px!important;
}
.rightOperation .operationBox .list:first-child .moren:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #d91421;
}
.rightOperation .operationBox .list {
  position: relative;
  cursor: pointer;
}
.rightOperation .operationBox .list .moren {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 0px;
  text-align: center;
  position: relative;
}
.rightOperation .operationBox .list .moren img {
  display: inline-block;
  vertical-align: middle;
}
.rightOperation .operationBox .list .hoverBox.tel {
  right: -290px;
}
.rightOperation .operationBox .list .hoverBox.tel .text {
  width: 240px;
}
.rightOperation .operationBox .list .hoverBox.tel .text span {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}
.rightOperation .operationBox .list .hoverBox.weixin {
  right: -190px;
}
.rightOperation .operationBox .list .hoverBox.weixin .text {
  box-sizing: border-box;
  width: 140px;
  padding: 10px;
  height: auto;
  line-height: normal;
}
.rightOperation .operationBox .list .hoverBox.weixin .text img{
    width: 100%;
}
.rightOperation .operationBox .list .hoverBox.weixin .text p {
  font-size: 16px;
  margin-top: 5px;
}
.rightOperation .operationBox .list .hoverBox {
  position: absolute;
  right: -150px;
  top: 0px;
}
.rightOperation .operationBox .list .hoverBox .box {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #dc1522;
  font-size: 0px;
}
.rightOperation .operationBox .list .hoverBox .box img {
  display: inline-block;
  vertical-align: middle;
}
.rightOperation .operationBox .list .hoverBox .text {
  width: 100px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #b30b16;
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 50px;
  top: 0px;
}
.mobileFooter,
.mobileCaozuo,
.fanhui,
.no_more,
.loading {
  display: none;
}
.mobileTitle {
  font-size: 18px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: none;
}
.chaxun {
  position: relative;
  display: table;
}
.Validform_right{
  display: none;
}
.chaxun .Validform_wrong{
  position: absolute;
  width: 130px;
  height: 30px;
  line-height: 30px;
  background: #b30b16;
  left: 50%;
  margin-left: -65px;
  top: -35px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.chaxun .Validform_wrong:after{
  position: absolute;
  width: 9px;
  height: 4px;
  left: 50%;
  margin-left: -4.5px;
  bottom: -4px;
  content: '';
  display: block;
  background: url(../img/sortanl_icon2_on.png) center center no-repeat;
}
.chaxun .hidden{
  position: fixed;
  left: -10000px;
  top: 0px;
}
.chaxun .shuru {
  border: none;
  width: 328px;
  height: 50px;
  font-size: 16px;
  padding: 0px 15px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  color: #111;
}
.chaxun .shuru.Validform_error {
  border: 1px solid #b30b16;
}
.chaxun .submit {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #000000 url(../img/search_icon.png) center center no-repeat;
  border: none;
  cursor: pointer;
   position: absolute;
  right: 0px;
  top: 0px;
}
.chaxun .submit:hover {
  background: #444444 url(../img/search_icon.png) center center no-repeat;
}
@media screen and (max-width: 1530px) {
  .formBox .inputBox {
    height: 45px;
  }
  .formBox .selectBox{
     height: 45px; 
  }
  .formBox .inputBox .Validform_wrong {
    top: 7px;
    right: 7px;
    font-size: 12px;
  }
  .formBox .radioBox {
    height: 45px;
  }
  .formBox .submit {
    height: 45px;
    line-height: 45px;
  }
  .formBox .radioBox label {
    line-height: 45px;
  }
  .chaxun .shuru {
    width: 280px;
    height: 45px;
  }
  .chaxun .submit {
    height: 45px;
  }
  .case_content ul li .contentBox .contentHover .topBox .topText {
    left: 30px;
    right: 30px;
  }
  .case_content ul li .contentBox .contentMoren .bottomBox .dibu .dibuList {
    font-size: 14px;
  }
  .case_content ul {
    margin: -10px;
  }
  .case_content ul li {
    padding: 10px;
  }
  .case_content ul li .contentBox .contentMoren .bottomBox {
    padding: 10px;
    height: 85px;
  }
  .case_content ul li .contentBox .contentHover .bottomBox{
     padding: 10px;
    height: 85px;
  }
  .case_content ul li .contentBox .contentMoren .bottomBox .name {
    font-size: 18px;
  }
  .wh1420 {
    padding: 0px 50px;
  }
  .pageBanner {
    height: 250px;
  }
  .pageBtn-grey {
    height: 45px;
    line-height: 45px;
  }
  .pageBtn-white {
    height: 45px;
    line-height: 45px;
  }
  .pageBtn-red {
    height: 45px;
    line-height: 45px;
  }
  .footerTop {
    height: 320px;
  }
  .footerTop .pageBtn-red {
    top: 175px;
    width: 250px;
  }
  #footer .footerBottom .footerLinkBox .entranceBox .entranceList {
    margin-right: 30px;
  }
  #footer .footerBottom .statement .erweimaBox .erweimaList {
    margin-left: 15px;
  }
  #header .headerBottom .navigation li .moren:after {
    bottom: 5px;
  }
  #header .headerBottom .logoBox {
    top: 21px;
  }
  .conditionContent {
    padding: 10px 0px;
  }
  .conditionContent ul li .conditionBox a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .conditionContent ul li .conditionName {
    height: 35px;
    line-height: 35px;
    width: 70px;
  }
  .conditionContent ul li .conditionBoxul {
    margin-left: 90px;
  }
}
@media screen and (max-width: 1350px) {
  .case_content ul li{
    width: 50%;
  }
}
@media screen and (max-width: 1420px) {
  .chaxun .shuru {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .case_content ul li .contentBox .contentMoren .topImg {
    height: 280px;
  }
  .case_content ul li .contentBox .contentHover {
    opacity: 1;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 5px;
  }
  .case_content ul li .contentBox .contentHover .topBox{
      display: none;
  }
  .case_content ul li .contentBox .contentHover .topBox .frameBg{
      display: none;
  }
  .case_content ul li .contentBox .contentHover .bottomBox{
      height: auto;
      padding: 0px;
      background:transparent;
  }
  .case_content ul li .contentBox .contentHover .bottomBox .btnList{
      opacity: 1;
      top: 0px;
      display: none;
  }
  .case_content ul li .contentBox .contentHover .bottomBox .btnList:nth-child(1){
      display: block;
      width: 100px;
      padding: 0px;
      float: none;
  }
  .case_content ul li .contentBox .contentHover .bottomBox .btnList .pageBtn-red{
      height: 35px;
      line-height: 35px;
  }
  .case_content ul li .contentBox:hover  .contentHover{
      bottom: 10px;
  }
  .case_content ul li .contentBox .contentHover .topBox .topText{
      display: none;
  }
  .rightOperation,.rightOperationOpen{
    display: none;
  }
  .wh1420 {
    padding: 0px 15px;
  }
  #header .headerBottom .navigation li .moren {
    padding: 0px 10px;
  }
  #header .headerBottom .navigation li .secondary a {
    margin: 0px 15px;
  }
  .footerTop {
    display: none;
  }
  #footer .footerBottom .footerLinkBox .rightZixun {
    display: none;
  }
  #footer .footerBottom .statement .erweimaBox {
    display: none;
  }
  #footer .footerBottom {
    padding: 30px 0px;
  }
  #footer .footerBottom .statement {
    margin-top: 30px;
    margin-left: 0px;
  }
  #header .headerBottom .navigation li .moren:after {
    bottom: 5px;
  }
}
@media screen and (max-width: 769px) {
    .conditionContent ul li .conditionBox a{
        background: #f3f3f3;
    }
    .case_content ul li .contentBox .contentHover{
        right: 15px;
        bottom: 10px;
    }
    .case_content ul li .contentBox .contentHover .bottomBox .btnList .pageBtn-red{
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .case_content ul li .contentBox .contentHover .bottomBox .btnList:nth-child(1){
        width: 80px;
    }
  #header .headerBottom .navigation li:hover .secondary{
    opacity: 1;
    top:0;
    z-index: 2;
  }
  .case_content ul li .contentBox .contentMoren .bottomBox .dibu{
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
  }
  .case_content ul li .contentBox:hover .topImg{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
  .case_contentUlMinH{
    min-height: 200px;
  }
  .commonTips {
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    margin-left: -150px;
    font-size: 14px;
  }
  #main {
    padding-bottom: 0px;
  }
  .mobileDisplay {
    display: block!important;
  }
  .pcDisplay {
    display: none!important;
  }
  body.active {
    position: fixed;
    width: 100%;
    left: 0;
  }
  .case_content ul li .contentBox {
    background: #fff;
  }
  #header {
    background: #000;
  }
  #header .headerBottom .logoBox {
    float: none;
    top: 0px;
    display: none;
  }
  .case_content ul {
    margin: 0px;
  }
  .case_content ul li {
    width: 100%;
    float: none;
    padding: 0px;
    margin-top: 15px;
  }
  .case_content ul li .contentBox .contentMoren .topImg {
    height: auto;
  }
  .case_content ul li .contentBox .contentMoren .topImg .mobileImg {
    display: block;
    width: 100%;
  }
  .case_content ul li .contentBox .contentMoren .bottomBox .bototm_top {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .case_content ul li .contentBox .contentMoren .bottomBox .bototm_top .top_list {
    height: 25px;
    line-height: 25px;
    background: #b30b16;
    color: #fff;
    text-align: center;
    font-size: 12px;
    float: left;
    box-sizing: border-box;
    padding: 0px 7px;
  }
  .case_content ul li .contentBox .contentMoren .bottomBox .bototm_top .top_list:last-child {
    background: #fff;
    color: #888888;
    border: 1px solid #dddddd;
    margin-left: 5px;
  }
  .case_content ul li .contentBox .contentMoren .bottomBox .dibu .dibuList img {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
  }
  .case_content ul li .contentBox .contentMoren .bottomBox .name {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
  }
  .case_content ul li .contentBox .contentMoren .bottomBox {
    padding: 10px 15px;
    height: auto;
  }
  #header .headerTop .entranceBox {
    display: none;
  }
  #header .headerTop {
    background: transparent;
    position: absolute;
    left: 0px;
  }
  #header .headerTop .wh1420 {
    padding: 0px;
  }
  #header .headerBottom {
    background: transparent;
    height: auto;
    line-height: normal;
  }
  #header .headerBottom .logoBox .logo {
    background: url(../img/logo2.png) center center no-repeat;
    height: 50px;
    width: 140px;
    margin: 0px auto;
    background-size: 70px 30px!important;
  }
  #header .headerTop .selectionBox {
    z-index: 10;
    height: 50px;
    line-height: 50px;
  }
  #header .headerTop .selectionBox .default i {
    display: none;
  }
  #header .headerTop .selectionBox .default {
    padding: 0px 30px;
    background: url(../img/address_icon.png) left 15px center no-repeat;
    background-size: 14px 18px;
  }
  .mobileTitle {
    display: -moz-box;
    display: -webkit-box;
    font-weight: normal;
    width: 140px;
    margin: 0px auto;
    text-align: center;
  }
  .fanye {
    display: none;
  }
  #header.active {
    top: 0px;
  }
  #header.active .headerBottom .logoBox .logo {
    height: 50px;
    width: 140px;
  }
  #header.active .headerBottom .logoBox {
    top: 0px;
  }
  #header.active .headerBottom {
    height: auto;
    line-height: normal;
  }
  #header .headerTop .selectionBox:hover .default {
    background: #fff url(../img/address_icon_on.png) left 15px center no-repeat;
    background-size: 14px 18px;
  }
  #header .searchBtn {
    position: absolute;
    right: 50px;
    top: 0px;
    height: 50px;
    width: 50px;
    background: url(../img/searchbtn.png) center center no-repeat;
    background-size: 22px 22px;
  }
  #header .onNav {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    background: url(../img/onnav.png) center center no-repeat;
    background-size: 20px 18px;
  }
  .crumbs {
    display: none;
  }
  .navigationBox {
    position: fixed;
    top: 0px;
    width: 72%;
    background: #111;
    right: -72%;
    bottom: 0px;
    padding-top: 50px;
    z-index: 110;
  }
  .navigationBox.active {
    right: 0px;
  }
  #header .headerBottom .navigation {
    float: none;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 50px;
    bottom: 0px;
    overflow-x: hidden;
  }
  .consoleNav {
    width: 50px;
    right: 5px;
    height: 50px;
    top: 0px;
    background: url(../img/consolenav.png) center center no-repeat;
    background-size: 18px 18px;
    position: absolute;
  }
  #header .headerBottom .navigation li {
    float: none;
  }
  #header .headerBottom .navigation li .moren {
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: right;
    padding: 0px 15px;
    padding-right: 60px;
    position: relative;
  }
  #header .headerBottom .navigation li.active .moren {
    color: #fff;
  }
  #header .headerBottom .navigation li:hover .moren {
    color: #fff;
  }
  #header .headerBottom .navigation li .moren:after {
    width: 7px;
    height: 14px;
    background: url(../img/moren_icon2.png) center center no-repeat;
    background-size: 7px 14px;
    left: auto;
    margin-left: 0px;
    right: 25px;
    top: 50%;
    margin-top: -7px;
    opacity: 1;
  }
  #header .headerBottom .navigation li:first-child .moren:after {
    display: block;
  }
  #header .headerBottom .navigation li .secondary {
    position: relative;
    top: 0px;
    left: 0px;
    background: transparent;
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0);
    text-align: right;
    opacity: 1;
    display: none;
  }
  #header .headerBottom .navigation li .secondary a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin: 0px;
    padding: 0px 15px;
    padding-right: 60px;
  }
  #header .headerBottom .navigation li .secondary a:hover,
  #header .headerBottom .navigation li .secondary a.active {
    color: #fff;
  }
  .navigationBg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
  }
  #footer {
    display: none;
  }
  .mobileFooter {
    display: block;
    background: #000000;
    padding: 30px 15px 80px 15px;
    margin-top: 40px;
  }
  .mobileFooter .linkBox {
    text-align: center;
    font-size: 0px;
  }
  .mobileFooter .linkBox a {
    display: inline-block;
    margin: 0px 10px;
    font-size: 14px;
    color: #888888;
  }
  .mobileFooter .text {
    font-size: 14px;
    color: #888888;
    line-height: 25px;
    text-align: center;
    margin-top: 25px;
  }
  .mobileCaozuo {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: block;
    z-index: 20;
  }
  .mobileCaozuo a:first-child {
    background: #111111;
  }
  .mobileCaozuo a:first-child img {
    top: -2px;
  }
  .mobileCaozuo.yuyueCaozuo .yuyue p{
    font-size: 12px;
    margin-top: 3px;
  }
  .mobileCaozuo.yuyueCaozuo .yuyue p span{
    color: rgba(255,255,255,0.5);
    margin-left: 5px;
  }
  .mobileCaozuo.yuyueCaozuo .yuyue{
    line-height: normal;
    box-sizing: border-box;
    padding-top:5px;
  }
  .mobileCaozuo a {
    width: 50%;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: left;
    background: #b30b16;
  }
  .mobileCaozuo a img {
    width: 30px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 5px;
  }
  .pageBanner {
    display: none;
  }
  .conditionContent {
    position: fixed;
    padding: 0px;
    width: 100%;
    left: 0px;
    top: 50px;
    z-index: 30;
    border: none;
  }
  .conditionContent ul li .operation {
    display: none;
  }
  .kuaisubaojiaCaozuo,.yuyueCaozuo{
    display: none;
  }
  .conditionContent ul li {
    margin: 0px;
    float: left;
    width: 25%;
  }
  .conditionContent ul li:nth-child(1) {
    display: block;
  }
  .conditionContent ul li:nth-child(2) {
    display: block;
  }
  .conditionContent ul li:nth-child(3) {
    display: block;
  }
  .conditionContent ul li:nth-child(6) {
    display: block;
  }
  .conditionContent ul li {
    display: none;
  }
  .conditionContent ul li .conditionName.active {
    background: #fff;
    color: #111;
  }
  .conditionContent ul li .conditionName.active:after {
    background: url(../img/select_xia_on.png) center center no-repeat;
    background-size: 10px 7.5px;
  }
  .conditionContent ul li .conditionName {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: none;
    text-align: center;
    background: #111111;
    color: #fff;
    font-size: 16px;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .conditionContent ul li .conditionName:after {
    content: '';
    width: 10px;
    height: 7.5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url('../img/select_xia.png') center center no-repeat;
    background-size: 10px 7.5px;
  }
  .conditionContent ul li .conditionBoxul {
    margin-left: 0px;
    padding-right: 0px;
    position: fixed;
    top: 100px;
    left: 0px;
    right: 0px;
    height: auto;
    display: none;
    z-index: 20;
  }
  .conditionContent ul li .conditionBox {
    margin: 0px;
    padding: 10px;
    background: #fff;
    max-height: 225px;
    overflow: visible;
    overflow-x: hidden;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
  }
  .conditionContent ul li .conditionBox .aBox {
    padding: 5px;
  }
  .conditionBg {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.2);
    display: none;
  }
  .loading {
    font-size: 14px;
    color: #888888;
    text-align: center;
    margin-top: 40px;
    display: block;
  }
  .no_more {
    text-align: center;
    margin-top: 40px;
    display: block;
  }
  .no_more .no_moreTop {
    font-size: 14px;
    color: #888888;
  }
  .no_more .no_moreText {
    color: #b30b16;
    height: 30px;
    line-height: 30px;
    display: block;
    font-weight: bold;
    margin-top: 5px;
  }
  #header .headerTop {
    display: none;
  }
  .fanhui {
    display: block;
    position: absolute;
    left: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .fanhui img {
    width: 12px;
    vertical-align: middle;
    display: inline-block;
  }
  .case_content ul li .contentBox:hover {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0);
  }
  .mobileFanhui {
    position: fixed;
    right: 0px;
    bottom: 50px;
    width: 44px;
    height: 44px;
    background: #000 url(../img/operation_img6.png) center center no-repeat;
    background-size: 14px 17px;
    z-index: 40;
    -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  }
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  #header .headerBottom .navigation li:nth-child(4) .moren:before {
    display: none;
  }
}
