body,
html {
    font-family: 'å¾®è½¯é›…é»‘', 'Microsoft Yahei';
}

body {
    /* background-color: #eee; */
}

#main {
    overflow: hidden;
}

li,
ul {
    list-style: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

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';
}

body {
    overflow-x: hidden;
}

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: 1400px;
    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: #da241c;
    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: #da241c;
}

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;
}

.case_contentUlMinH {
    min-height: 400px;
}

.formBox {
    margin-top: 10px;
}

.formBox .submit {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #da241c;
    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:hover {
    background: #c27505;
}

.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: #da241c url(../images/checked_img.png) center center no-repeat;
    position: absolute;
    left: 20px;
    top: 12px;
    opacity: 0;
    border: 1px solid #da241c;
    -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(../images/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 #da241c;
}

.formBox .inputBox .Validform_wrong {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    padding: 0px 10px;
    background: #da241c;
}

.formBox .inputBox .Validform_wrong:after {
    content: '';
    display: block;
    background: url(../images/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;
    overflow: hidden;
}

#header .headerTop {
    background-color: #000;
    height: 30px;
}

#header .headerTop span {
    font-size: 18px;
    color: #fff;
    font-family: Arial;
    float: right;
    line-height: 30px;
    height: 31px;
    width: 262px;
}

#header .headerTop span img {
    float: left;
    margin-top: -1px;
    margin-right: 5px;
    width: 9%;
}

#header .headerBottom {
    background: rgba(0, 0, 0, 0.7);
    height: 74px;
    line-height: 74px;
    --borderWidth: 1px;
    position: relative;
    width: 100%;
}


/*#header .headerBottom:after {
  content: '';
  position: absolute;
  bottom: calc(-2 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: 2px;
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}*/

#header .headerBottom .logo {
    float: left;
    line-height: 0;
    position: absolute;
    top: -40px;
}

#header .headerBottom .logo {
    display: block;
    max-width: 100%;
}

#header .headerBottom .mlogo {
    display: none;
}

#header .headerBottom .navigation {
    /* float: right; */
    width: 88%;
    display: flex;
    justify-content: space-between;
    margin-left: 195.733px;
}

ul.navigation span {
    position: absolute;
    display: block;
}

ul.navigation span:nth-child(1) {
    height: 3px;
    width: 200px;
    top: 0px;
    left: -200px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #f6e58d);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 4s linear infinite;
    animation-delay: 0s;
}

@keyframes span1 {
    0% {
        left: -200px
    }
    100% {
        left: 540px;
    }
}

ul.navigation span:nth-child(2) {
    height: 70px;
    width: 3px;
    top: -70px;
    right: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #f6e58d);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span2 2s linear infinite;
    animation-delay: 0s;
}

@keyframes span2 {
    0% {
        top: -70px;
    }
    100% {
        top: 70px;
    }
}

ul.navigation span:nth-child(3) {
    height: 3px;
    width: 200px;
    right: -200px;
    bottom: 0px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), #f6e58d);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    animation: span3 4s linear infinite;
    animation-delay: 0s;
}

@keyframes span3 {
    0% {
        right: -200px;
    }
    100% {
        right: 540px;
    }
}

ul.navigation span:nth-child(4) {
    height: 70px;
    width: 3px;
    bottom: -70px;
    left: 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), #f6e58d);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    animation: span4 2s linear infinite;
    animation-delay: 0s;
}

@keyframes span4 {
    0% {
        bottom: -70px;
    }
    100% {
        bottom: 70px;
    }
}

#header .headerBottom .navigation li:first-child .moren:after {
    display: none;
}

#header .headerBottom .navigation li {
    text-align: center;
    width: 19%;
}

#header .headerBottom .navigation li .moren {
    /* padding: 0px 30px; */
    font-size: 18px;
    color: #fff;
    position: relative;
    display: block;
}

#header .headerBottom .navigation li .moren:after {
    content: '';
    display: block;
    background: url(../images/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: #da241c; */
    display: none;
}

#header:hover {
    overflow: visible;
}

#header .headerBottom .navigation li:hover .secondary {
    opacity: 1;
    top: 100%;
    z-index: 2;
    text-align: left;
}

#header .headerBottom .navigation li .secondary {
    background: rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    font-size: 0px;
    position: absolute;
    text-align: center;
    opacity: 0;
    -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;
    width: 100%;
    left: 0;
}

#header .headerBottom .navigation li .secondary a {
    display: inline-block;
    margin: 0px 20px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

#header .headerBottom .navigation li .secondary a:hover,
#header .headerBottom .navigation li .secondary a.active {
    color: #da241c;
}

#header .headerBottom .navigation li .secondary .left {
    float: left;
    width: 30%;
    margin-top: 100px;
    position: relative;
    padding-left: 30px;
    text-align: left;
}

#header .headerBottom .navigation li .secondary .left:before {
    width: 2px;
    height: 31px;
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #da241c;
}

#header .headerBottom .navigation li .secondary h3 {
    color: #353535;
    font-size: 30px;
    margin-bottom: 23px;
    font-weight: normal;
    line-height: 44px;
}

#header .headerBottom .navigation li .secondary p {
    font-size: 16px;
    color: #666;
    text-align: left;
    line-height: 2;
}

#header .headerBottom .navigation li .secondary ul {
    float: left;
    font-size: 0;
    margin-left: 10%;
    margin-top: 50px;
    width: 20%;
    line-height: 40px;
}

#header .headerBottom .navigation li .secondary ul li {
    float: none;
    margin: 0;
    font-size: 15px;
    width: 100%;
    text-align: left;
}

#header .headerBottom .navigation li .secondary ul li a {
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 16px;
    display: block;
    vertical-align: middle;
    background: url(../images/more2.png) no-repeat right center;
}

#header .headerBottom .navigation li .secondary ul li h3 {
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    margin-bottom: 4px;
}

#header .headerBottom .navigation li .secondary ul li h3 a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

#header .headerBottom .navigation li .secondary .pic {
    width: 30%;
    float: right;
    margin-top: 50px;
    margin-bottom: 50px;
}

#header .headerBottom .navigation li .secondary .pic img {
    width: 100%;
    display: block;
}

#header .headerBottom .navigation li:hover .moren {
    color: #da241c;
}

#header .headerBottom .navigation li:hover .moren:after {
    opacity: 1;
}

#header .headerBottom .navigation li.active .moren {
    color: #da241c;
}

#header .headerBottom .navigation li:nth-child(2) .moren:before {
    display: block;
    background: url(../images/hot.png);
    width: 27px;
    height: 9px;
    right: -2px;
    border-radius: 0;
}

#header .headerBottom .navigation li:nth-child(4) .moren:before {
    display: block;
}

#header.active {
    top: -40px;
    -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
}

#header.active .headerBottom {
    height: 60px;
    line-height: 60px;
    background: #fff;
}

#header.active .logo {
    height: 88px;
    overflow: hidden;
    top: -28px;
}

#header.active .headerBottom .navigation li .moren {
    color: #333;
}

#header.active .headerBottom .navigation li.active .moren {
    color: #da241c;
}

.pageBanner {
    height: 400px;
    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(../images/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: #da241c;
}

.conditionContent {
    padding: 20px 0px;
    padding-left: 0px;
    border: 1px solid #dddddd;
    margin-bottom: 40px;
    background-color: #fff;
}

.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: 30px;
    padding-right: 100px;
    height: 35px;
}

.conditionContent ul li .conditionBox {
    overflow: hidden;
}

.conditionContent ul li .conditionBox .aBox {
    padding: 5px;
    float: left;
}

.conditionContent ul li .conditionBox a {
    display: inline-block;
    font-size: 16px;
    color: #303843;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    margin: 0 5px;
    cursor: pointer;
}

.conditionContent ul li .conditionBox a.on {
    background: #da241c;
    color: #fff!important;
}

.conditionContent ul li .conditionBox a:hover {
    color: #da241c;
}

.conditionContent ul li .operation {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #da241c;
    width: 100px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.conditionContent ul li .operation:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 7px;
    background: url(../images/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;
    background-color: #fff;
}

.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: #da241c;
}

.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(../images/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: 50%;
    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(../images/fenxiang.png) center center no-repeat;
}

.case_content ul li .contentBox .contentHover .bottomBox .btnList .pageBtn-white:hover {
    background: #f3f3f3;
    color: #da241c;
}

.case_content ul li .contentBox .contentHover .bottomBox .btnList .pageBtn-white:hover .icon {
    background: url(../images/fenxiang_on.png) center center no-repeat;
}

.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;
}

.case_content ul li .contentBox .lastImgBox .lastImg {
    height: 400px;
    overflow: hidden;
}

.case_content ul li .contentBox .lastImgBox .lastImg img {
    width: 100%;
}

.case_content ul li .contentBox .lastImgBox .hoverBox {
    position: absolute;
    left: 20px;
    right: 20px;
    z-index: 10;
    text-align: center;
    top: 120px;
}

.case_content ul li .contentBox .lastImgBox .hoverBox .top {
    display: inline-block;
}

.case_content ul li .contentBox .lastImgBox .hoverBox .top div {
    height: auto;
    line-height: normal;
    font-size: 16px;
    color: #fff;
    border: none;
}

.case_content ul li .contentBox .lastImgBox .hoverBox .top div span {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    display: block;
}

.case_content ul li .contentBox .lastImgBox .hoverBox .text {
    height: 50px;
    line-height: 50px;
    background: transparent;
    font-size: 16px;
    color: #fff;
    width: 200px;
    margin: 0px auto;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-top: 18px;
}

.case_content ul li:hover .contentBox .lastImgBox .hoverBox .text {
    color: #c27505;
    background-color: #fff;
}

.pageBtn-red {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #da241c;
    font-size: 16px;
    color: #fff;
    display: block;
}

.pageBtn-red:hover {
    background: #c27505;
}

.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(../images/fenxiang.png) center center no-repeat;
    width: 12px;
    height: 12px;
    margin-right: 7px;
}

.pageBtn-white:hover {
    background: #f3f3f3;
    color: #da241c;
}

.pageBtn-white:hover .icon {
    background: url(../images/fenxiang_on.png) center center no-repeat;
}

#header .headerBottom {
    background: #fff;
    height: 74px;
    line-height: 74px;
}

#header .headerBottom .navigation li .moren {
    color: #111111;
    position: relative;
    display: block;
}

#main {
    padding-bottom: 100px;
}

.fanye {
    text-align: center;
    font-size: 0px;
    margin-top: 30px;
}

.fanye li {
    display: inline-block;
}

.fanye li.thisclass {
    display: inline-block;
    text-align: center;
    line-height: 44px;
    height: 44px;
    padding: 0 16px;
    background: #fff;
    color: #da241c;
    font-size: 16px;
    margin: 0px 4px;
    -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 {
    /* display: block; */
    text-align: center;
    line-height: 44px;
    height: 44px;
    padding: 0 16px;
    background: #fff;
    color: #111111;
    font-size: 16px;
    margin: 0px 4px;
    -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: #da241c;
}

.fanye a.active {
    background: #da241c;
    color: #fff;
}

.fanye span {
    font-size: 16px;
    color: #666;
}

.fanye li.thisclass a {
    color: #da241c;
    padding: 0;
}

.footerTop {
    height: 360px;
    background: url(../images/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: 40px;
    background: #000000;
}

#footer .footerBottom .footerLinkBox {
    overflow: hidden;
}

#footer .footerBottom .footerLinkBox .entranceBox {
    float: left;
}

#footer .footerBottom .footerLinkBox .entranceBox .entranceList {
    float: left;
    margin-right: 50px;
}

#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: #da241c;
    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: #da241c;
}

#footer .footerBottom .footerLinkBox .rightZixun {
    float: right;
    text-align: center;
    margin-right: 50px;
}

#footer .footerBottom .footerLinkBox .rightZixun .footerLogo {
    width: 200px
}

#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: #da241c;
    font-weight: bold;
    margin-top: 5px;
}

#footer .footerBottom .statement {
    overflow: hidden;
    margin-left: 20px;
    margin-top: 60px;
}

#footer .footerBottom .statement .leftText {
    color: #888888;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
    text-align: center;
}

#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:hover {
    color: #fff;
}

.chaxun {
    position: relative;
    display: table;
}

.Validform_right {
    display: none;
}

.chaxun .Validform_wrong {
    position: absolute;
    width: 130px;
    height: 30px;
    line-height: 30px;
    background: #da241c;
    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(../images/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 #da241c;
}

.chaxun .submit {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #000000 url(../images/search_icon.png) center center no-repeat;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
}

.chaxun .submit:hover {
    background: #444444 url(../images/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;
    }
    .case_content ul li .contentBox .lastImgBox .lastImg {
        height: 385px;
    }
    .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;
    }
    #header .headerBottom .navigation li .moren:after {
        bottom: 5px;
    }
    .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;
    }
}

@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 10px;
    }
    #header .headerBottom .navigation li .moren {
        padding: 0px 10px;
    }
    #header .headerBottom .navigation li .secondary a {
        margin: 0px 15px;
    }
    .footerTop {
        display: none;
    }
    #header .headerBottom .navigation li .moren:after {
        bottom: 5px;
    }
}

@media screen and (max-width: 769px) {
    #header .headerTop {
        display: none
    }
    #header .headerTop span {
        display: none;
    }
    #header .headerBottom .logo {
        top: -28px;
        display: none
    }
    #header .headerBottom .mlogo {
        display: block;
    }
    #header .headerBottom .mlogo img {
        height: 60px;
    }
    #header.active .headerBottom {
        background-color: #000;
    }
    #header.active {
        top: 0;
    }
    #header .headerBottom .navigation li:nth-child(2) .moren:before {
        right: 30px;
        top: 18px;
    }
    .home_banner {
        padding-top: 0!important;
    }
    .conditionContent ul li .conditionBox a {
        background: #f3f3f3;
        margin-bottom: 10px;
    }
    .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-top: 60px;
    }
    .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;
    }
    .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: #da241c;
        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 .headerBottom {
        background: transparent;
        height: 60px;
        line-height: normal;
    }
    .fanye {
        margin-bottom: 40px;
    }
    .fanye a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 12px;
    }
    .fanye li.thisclass {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 12px;
    }
    #header .onNav {
        position: absolute;
        right: 0px;
        top: 5px;
        height: 50px;
        width: 50px;
        background: url(../images/onNav.png) center center no-repeat;
        background-size: 20px 18px;
    }
    .navigationBox {
        position: fixed;
        top: 0px;
        width: 72%;
        background: rgba(0, 0, 0, 0.9);
        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(../images/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(../images/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;
    }
    .pageBanner {
        display: none;
    }
    .conditionContent ul li {
        margin: 0px;
        width: 100%;
        margin-bottom: 10px;
    }
    .conditionContent ul li .operation {
        font-size: 14px;
        width: 70px;
    }
    .conditionContent ul li .conditionName.active {
        background: #fff;
        color: #111;
    }
    .conditionContent ul li .conditionName.active:after {
        background: url(../images/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('../images/select_xia.png') center center no-repeat;
        background-size: 10px 7.5px;
    }
    .conditionContent ul li .conditionBoxul {
        margin-left: 10px;
        padding-right: 70px;
    }
    .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: #da241c;
        height: 30px;
        line-height: 30px;
        display: block;
        font-weight: bold;
        margin-top: 5px;
    }
    .shangxia_content .shangxia_box a {
        font-size: 14px;
    }
    .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(../images/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;
    }
    #footer .footerBottom .footerLinkBox .entranceBox .entranceList:nth-child(3n) {
        margin-right: 0;
    }
    #footer .footerBottom .footerLinkBox .entranceBox .entranceList {
        height: 240px;
    }
    #footer .footerBottom .footerLinkBox .rightZixun {
        float: unset;
        width: 100%;
        margin-right: 0;
    }
    #footer .footerBottom .statement {
        margin-left: 0;
        margin-top: 20px;
    }
    #footer .footerBottom .statement .leftText {
        margin-top: 0;
        font-size: 14px;
    }
}