/*公共样式*/

.fl {
    float: left;
}

.fr {
    float: right;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?7kkyc2');
    src: url('../fonts/icomoon.eot?7kkyc2#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?7kkyc2') format('truetype'), url('../fonts/icomoon.woff?7kkyc2') format('woff'), url('../fonts/icomoon.svg?7kkyc2#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fr .icomoon {
    font-family: 'icomoon';
    font-size: 16px;
    line-height: 26px;
}


/*版心*/

.w {
    width: 1280px;
    margin: 0 auto;
}
.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.style-red {
    color: #ff3a3a;
}

.spacer {
    width: 1px;
    height: 12px;
    background-color: #dbdbdb;
    margin: 14px 10px 0;
}


/*顶部快捷导航*/

.shortcut {
    height: 39px;
    background-color: #f4f4f4;
    line-height: 39px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

.shortcut li {
    float: left;
}
.highlight{color: var(--tx-color);}
.shortcut li i {
    margin: 0 10px;
}

.shortcut li .style-red {
    font-weight: bold;
}

.shortcut .fl li {
    margin-right: 10px;
}


/*header区域*/

.header {
    position: relative;
    height: 123px;
}

.logo {
    position: absolute;
    top: 30px;
    left: 0;
    width: 395px;
    height: 66px;
}

.logo a {
    display: block;
    width: 259px;
    height: 60px;
    font-size: 0;
}

.search {
    position: absolute;
    top: 41px;
    left: 480px;
}

.search-top::-webkit-input-placeholder {
    color: #666;
}

.search-top::-moz-placeholder {
    color: #666;
}

.search-top:-moz-placeholder {
    color: #666;
}

.search-top:-ms-input-placeholder {
    color: #666;
}

.search-top {
    float: left;
    width: 297px;
    height: 40px;
    border: 2px solid #ff3a3a;
    padding-left: 10px;
    color: #666666;
}

.btn {
    float: left;
    width: 55px;
    height: 44px;
    background-color: #ff3a3a;
    border: 0;
    font-size: 16px;
    color: #fff;
}

.kj-tb {
    position: absolute;
    top: 44px;
    right: 0;
}

.kj-tb li {
    float: left;
    text-align: center;
    margin-left: 36px;
}

.kj-tb li i {
    display: block;
    margin-bottom: 10px;
}

.kj-tb li p {
    font-size: 14px;
}

.navs {
    height: 80px;
    background-color: #ff3a3a;
}

.navs ul {
    display: flex;
}

.navs li {
    position: relative;
    float: left;
    color: #fff;
    z-index: 9999;
}

.navs li a {
    color: #fff;
}

.nav-th {
    float: left;
    width: 18px;
    padding: 20px 12px 21px 12px;
    font-size: 16px;
    line-height: 1.2em;
    background-color: #499bff;
    border-right: 1px solid #499bff;
    border-left: 1px solid #499bff;
}

.navs li:nth-child(2) .nav-th,
.navs li:nth-child(3) .nav-th {
    /*padding: 12px 12px 10px 12px;*/
}

.navs .nav-con {
    position: relative;
    float: left;
    padding-top: 10px;
    background-color: #ff3a3a;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.navs .nav-con.down {
    padding-bottom: 10px;
}

.navs .nav-con ul {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

.navs .nav-con ul.down {
    height: auto!important;
}

.navs .nav-con i {
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: #fbe27a transparent transparent transparent;
    font-size: 0;
    line-height: 0;
}

.navs .nav-con.down i {
    bottom: 4px!important;
}

.navs .nav-con i.down {
    border-color: transparent transparent #fbe27a transparent!important;
}

.navs li:nth-child(1) .nav-con {
    width: 291px;
}

.navs li:nth-child(2) .nav-con {
    width: 164px;
}

.navs li:nth-child(3) .nav-con {
    width: 223px;
}

.navs li:nth-child(4) .nav-con {
    width: 230px;
}

.navs li:nth-child(5) .nav-con {
    width: 152px;
}

.navs .nav-con.n2 {
    width: 374px;
}

.navs .nav-con.n3 {
    width: 264px;
}

.navs .nav-con ul {
    padding: 0 4px;
    font-size: 14px;
}

.navs .nav-con ul.n3 {
    padding-right: 0;
    border-right: 0;
}

.navs .nav-con ul li {
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 0 7px;
}

.footer {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
    background: url(//www.liuqiuyi.com/skin/liuqiuyi/style/pc/img/footer.png) no-repeat;
    border-top: 1px solid #ccc;
    color: #666;
}

.f-2j {
    height: 155px;
    color: #999;
}

.mod_links {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.mod_links h4 {
    margin-top: 27px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.mod_links_list {
    margin-top: 23px;
}

.mod_links_list a {
    display: inline-block;
    margin: 0 14px 8px 0;
    font-size: 14px;
    color: #666;
}

.mod_copyright {
    padding: 30px 0;
    font-size: 13px;
    line-height: 2em;
    text-align: center;
}

.index-form {
    width: 282px;
    height: 435px;
    border: 1px solid #eee;
    text-align: center;
}

.index-form span,
.index-form i {
    font-size: 12px;
    color: #666;
}

.input-name2 {
    margin-top: 20px;
}

.input-name2::-webkit-input-placeholder,
.input-mobile2::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 12px;
}

.input-name2::-moz-placeholder,
.input-mobile2::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 12px;
}

.input-name2:-moz-placeholder,
.input-mobile2::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 12px;
}

.input-name2:-ms-input-placeholder,
.input-mobile2::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 12px;
}

.form-con {
    padding: 20px 25px 0;
}

.form-con p {
    padding-left: 3px;
    float: left;
    font-size: 12px;
    color: #999;
}

.form-con em {
    float: left;
}

.input-checkbox:focus,
.input-checkbox:focus-visible,
.input-checkbox:active,
.input-checkbox:focus-within,
.input-checkbox:checked+label {
    background-color: #fce0d6!important;
}

.bm_btn {
    display: inline-block;
    margin-top: 20px;
    width: 216px;
    height: 40px;
    line-height: 40px;
    background-color: #ff3a3a;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
}

.bm_btn:hover {
    background-color: #e23b3b;
}

.bm_btn:hover {
    color: #fff;
}

.t-one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t-two-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.djs {
    position: relative;
    height: 90px;
    background: url(../img/djs_bg.png) no-repeat 0 bottom;
}

.djs-con {
    position: absolute;
    top: 20px;
    right: 36px;
    width: 170px;
    height: 70px;
    text-align: center;
    font-size: 18px;
}

.djs-con p {
    font-size: 16px;
    font-weight: bold;
}

.djs-con p i {
    color: #ff3a3a;
}

.djs-con em {
    display: inline-block;
    /*width: 34px;*/
    height: 35px;
    line-height: 35px;
    background: url(../img/djs_n.png);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
	padding-left: 6px;
	letter-spacing: 17px
}
.djssss{
	display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-right: -10px;
}
.elevator {
    position: absolute;
    z-index: 4;
    top: 100px;
    left: 50%;
    margin-left: -734px;
    /* left: 20px; */
    width: 64px;
    background-color: #fff;
    box-shadow: 0 0 43px rgba(96, 96, 96, .14);
    -webkit-box-shadow: 0 0 43px rgba(96, 96, 96, .14);
    -moz-box-shadow: 0 0 43px rgba(96, 96, 96, .14);
}

.elevator_list {
    overflow: hidden;
}

.elevator_lk,
.elevator_other {
    position: relative;
    box-sizing: border-box;
    display: table-cell;
    width: 64px;
    height: 58px;
    border-bottom: 1px dashed #eee;
    line-height: 18px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.elevator_other {
    display: block;
}

.elevator a.elevator_other:last-child {
    border-bottom: 0;
}

.elevator_20 {
    padding: 12px;
}

.elevator_icon {
    position: relative;
    display: block;
    margin: 0 auto 3px;
    width: 22px;
    height: 22px;
    background: url(../img/side_icon01.png) no-repeat 50% 50%;
}

.elevator a.elevator_other:nth-of-type(2) .elevator_icon {
    background: url(../img/side_icon01.png) no-repeat 50% 50%;
}

.elevator a.elevator_other:nth-of-type(3) .elevator_icon {
    background: url(../img/side_icon02.png) no-repeat 50% 50%;
}

.elevator a.elevator_other:nth-of-type(4) .elevator_icon {
    background: url(../img/back_top.png) no-repeat 50% 50%;
}

.elevator a:hover.elevator_other:nth-of-type(2) .elevator_icon {
    background: url(../img/side_icon01_h.png) no-repeat 50% 50%;
}

.elevator a:hover.elevator_other:nth-of-type(3) .elevator_icon {
    background: url(../img/side_icon02_h.png) no-repeat 50% 50%;
}

.elevator a:hover.elevator_other:nth-of-type(4) .elevator_icon {
    background: url(../img/back_top_h.png) no-repeat 50% 50%;
}

.elevator a {
    color: #333;
}

.elevator .elevator_lk_cur a {
    color: #ff3a3a;
    font-weight: 900;
}

.elevator_lk_txt {
    position: relative;
    z-index: 9;
}

.elevator a:hover .elevator_lk_txt {
    color: #fff;
}

.elevator_lk_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .2s ease;
}

a:hover .elevator_lk_bg {
    background: #ff3a3a;
}

.elevator_totop {
    display: none;
}

.right-navEwm {
    display: none;
    position: absolute;
    bottom: 14px;
    right: -140px;
    width: 130px;
    background-color: #fff;
    padding: 8px 0;
    box-shadow: 0 0 21px rgba(96, 96, 96, .13);
}

.right-navEwm::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -8px;
    width: 8px;
    height: 9px;
    background: url(../img/wx_sj1.png) no-repeat 0 0;
}

.on .right-navEwm {
    display: block;
}

.right-navEwm-img {
    display: block;
    width: 114px;
    height: 114px;
    margin: 0 auto;
}

.right-navEwm-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.right-navEwm-txt {
    display: block;
    text-align: center;
    margin-top: 8px;
}

.input-name2,
.input-mobile2 {
    margin-bottom: 10px;
    padding-left: 10px;
    width: 225px;
    height: 33px;
    line-height: 33px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.input-name2 {
    margin-top: 20px;
}

.input-name2::-webkit-input-placeholder,
.input-mobile2::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 12px;
}

.input-name2::-moz-placeholder,
.input-mobile2::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 12px;
}

.input-name2:-moz-placeholder,
.input-mobile2::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 12px;
}

.input-name2:-ms-input-placeholder,
.input-mobile2::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 12px;
}

.swiper-container {
    width: 597px;
    height: 190px;
}

.swiper-container.focus-c {
    margin-top: 6px;
    height: 94px;
}

.swiper-pagination-bullet {
    background-color: #fff!important;
    opacity: 1!important;
    margin: 0 3px!important;
    border-radius: 50%!important;
    cursor: pointer;
    width: 8px;
    transition: all 0.4s;
}

.swiper-pagination-bullet-active {
    background-color: #ff3a3a!important;
    width: 24px!important;
    border-radius: 4px!important;
}

.customer-ser {
    position: fixed;
    right: 50%;
    margin-right: -790px;
    top: 280px;
    width: 130px;
    height: auto;
    z-index: 9000;
    border-radius: 2px;
    background: #e50012 url(../img/customer_ser_bg.png) repeat-x left top;
}

.customer-ser.guan {
    display: none;
}

.ser-tit {
    padding: 10px 5px;
    height: auto;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
}

.cust-logo {
    float: left;
    width: 82px;
    height: 26px;
    margin-left: 20px;
    background: url(../img/customer_ser_logo.png) no-repeat;
}

.cust_close {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: -30px;
    background: url(../img/customer_ser_close.png) no-repeat 50%;
}

.cust-ser-con {
    overflow: hidden;
    height: auto;
    border-top: 0;
}

.cust-ser-con ul {
    font-size: 13px;
}

.cust-ser-con ul li {
    display: block;
    color: #f2e0dd;
    font-weight: 700;
    line-height: 22px;
    padding: 8px 5px;
    background: url(../img/customer_ser_line.png) no-repeat 50% bottom;
}

.cust-ser-con ul li a {
    display: block;
    color: #f2e0dd;
    line-height: 22px;
}

.cust-ser-con ul li a:hover {
    color: #fbe27a;
}

.cust-ser-con ul li.bm-btn-fix {
    padding: 0;
    height: 55px;
    background: none!important;
    text-align: center;
}

.cust-ser-con ul li.bm-btn-fix a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #d60612;
    font-size: 15px;
    font-weight: 900;
    background: url(../img/customer_ser_btn.png) no-repeat 50%;
}

.cust-ser-con ul li i {
    position: relative;
    top: -1px;
    display: inline-block;
    padding-right: 8px;
    width: 20px;
    height: 20px;
    background: url(../img/customer_ser_icon01.png) no-repeat 50%;
    vertical-align: middle;
    margin: 0;
}

.cust-ser-con ul li:nth-of-type(3) i {
    background: url(../img/customer_ser_icon02.png) no-repeat 50%;
}

.cust-ser-con ul li:nth-of-type(4) i {
    background: url(../img/customer_ser_icon03.png) no-repeat 50%;
}

.cust-ser-con ul li:nth-of-type(5) i {
    background: url(../img/customer_ser_icon05.png) no-repeat 50%;
}

.cust-ser-con ul li:nth-of-type(8) i {
    background: url(../img/customer_ser_icon04.png) no-repeat 50%;
}

.cust-ser-con ul li p {
    text-align: center;
    color: #fbe27a;
}

.robor {
    position: absolute;
    right: 65px;
    bottom: 117px;
    width: 98px;
    height: 166px;
}

.robor::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 98px;
    height: 166px;
    background: url(../img/robot.gif) no-repeat;
}

.robor2 {
    position: absolute;
    left: 65px;
    bottom: 117px;
    width: 98px;
    height: 166px;
}

.robor2::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 98px;
    height: 166px;
    background: url(../img/robot_r.gif) no-repeat;
}

.customer-ser-nei {
    left: 50%;
    margin-left: -790px;
}

.elevator-ny {
    position: fixed;
    top: auto;
    left: auto;
    right: 50%;
    margin-right: -734px;
    bottom: 200px;
}

.shortcut .fl li:nth-child(2) {
    margin-right: 5px;
}

.shortcut .fl li:nth-child(3) {
    position: relative;
}

.city {
    display: none;
    position: absolute;
    left: -50px;
    top: 38px;
    width: 300px;
    padding: 0px 0 0 10px;
    background: #fff;
    border: 1px solid #e1e2e1;
    z-index: 99999;
}

.city a {
    display: inline-block;
    margin: 4px;
    padding: 0px 5px;
    line-height: 20px;
    height: 20px;
    border-radius: 4px;
}

.city a:hover {
    background-color: #ff3a3a;
    color: #fff;
}

.city-b img {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.city-b img.ck {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mod_links_list .link-item {
    display: inline-block;
    
}
.footer.ft-nei {
    height: 140px!important;
}
.tag-r-con a {
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    display:inline-block;
    color: #68727d !important;
    font-size:14px;
    height:26px;
    line-height:26px;
    margin:0 2px 5px 0;
    padding:0 10px;
    position:relative;
    text-decoration:none;
}
.tag-r-con a:hover {
    color: #ff3a3a!important;
    border:1px solid #f8beb8;
}
.dropdown {position: relative;z-index: 1;width: 90px;float:left;}
.dropdown .level {position: relative;}
.dropdown .level i {width: 5px;height: 5px;border: 1px #aaa solid;border-right-width: 0;border-bottom-width: 0;display: inline-block;margin-left: 7px;-webkit-transform: rotate(225deg); transform: rotate(225deg);margin-top: -4px;position:absolute;right:8px;top:23px;}
.dropdown .dropdown-menu {position: absolute;width: 100%;left: 2px;top:40px;box-shadow: 0 2px 6px 0 rgba(193, 200, 199, 0.43);background: #fff;margin-top: 0px;padding-bottom: 10px;z-index: 2;opacity: 0;visibility: hidden;transition: all 0.5s;display: block;min-width: auto;border: 0;border-radius: 0;padding-top:5px}
.dropdown .dropdown-menu li  {margin: 0;display: block;line-height:25px;font-size:12px;padding-left:10px;cursor:pointer}
.dropdown .dropdown-menu li:hover{color:#ff6000;font-weight:bold}
.dropdown:hover .level {color: #006953;opacity: 1;}
.dropdown:hover .level i {border-left-width: 0;border-top-width: 0;margin-top: 2px;border-right-width: 1px;border-bottom-width: 1px;}
.dropdown:hover .dropdown-menu {margin-top: 10px;visibility: visible;opacity: 1;}
.search_i {width:440px;font-size:12px;height:38px;line-height:38px;padding:0px 0 0 10px;color:#666666;border:#255178 2px solid;border-left:none;border-right:none}
.search_i:focus{outline:none;}
.search_i {width: 320px;font-size: 12px;height: 42px;line-height: 42px;padding: 0px 0 0 10px;color: #666666;border: #499bff 2px solid;border-left: none;border-right: none;}
.search_iwd {
    width: 320px;
    font-size: 12px;
    height: 46px;
    line-height: 46px;
    padding: 0px 0 0 10px;
    color: #666666;
    border: #499bff 2px solid;
    border-left: none;
    border-right: none;
}
.search_m {width: 90px;cursor: default;font-size: 12px;height: 42px;line-height: 42px;color: #333;border: #499bff 2px solid;float: left;border-right: none;text-indent: 12px;border-radius: 4px 0 0 4px;padding:0px}
.search_mwd {
	width: 90px;cursor: default;font-size: 12px;height: 46px;line-height: 46px;color: #333;border: #499bff 2px solid;float: left;border-right: none;text-indent: 12px;border-radius: 4px 0 0 4px;padding:0px
	}
.search_s {width: 90px;height: 46px;font-size: 16px;line-height: 46px;border: none;text-align: center;margin: 0;cursor: pointer;color: white;background: #499bff;float: right;border-radius: 0 4px 4px 0;padding:0px}
.head_search{z-index: 99999999999999;}