.fwlcbox {width: 100%; max-width: 1400px; margin: 0px auto; padding: 50px 0px;}
.fwlcbox h1 { line-height: 50px;}
.fwlcbox p { line-height:30px; font-size: 14px;}
.ab2_con5 {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f9f9f9;
    overflow: hidden;
}

.ab2_con5 .h1 {
    text-align: center;
    font-size: 48px;
    color: #333333;
}

.ab2_con5 .h2 {
    text-align: center;
    font-size: 24px;
    color: #999999;
}
ab2_con5 .bot {
    width: 100%;
    margin-top: 50px;
}

.ab2_con5 .bot .rq {
    width: 100%;
    position: relative;
    display: none;
}

.ab2_con5 .bot .rq.on1 {
    display: block;
}

.ab2_con5 .bot .rq .swiper-slide {
    height: 270px;
    border: 1px solid rgb(225, 225, 225);
    position: relative;
}

.ab2_con5 .bot .rq .swiper-slide img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.ab2_con5 .bot .rq .swiper-slide:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}
.rylists { width: 100%; overflow: hidden;}
.rylists li {width: 23%; float: left; margin: 1%;}
.rylists li img {width: 100%;}


.content6 {
    width: 100%;
    padding: 79px 0px;
    background: url(/static/default/images/contactbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.con6 .con6-div {
    width: 61%;
    margin: 0 auto;
}

.con6 .div-top h1 {
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    margin-bottom: 68px;
}

.con6 .div-top .top-ul {
    display: flex;
    justify-content: space-around;
}

.con6 .div-top .top-ul img {
    margin: 20px 43px;
}

.con6 .div-top .top-ul p {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.con6 .div-btm {
    margin-top: 50px;
}

.con6 .div-btm form input {
    background: #fff;
    color: #999999;
    font-size: 16px;
    border-radius: 3px;
}

.con6 .div-btm form .btn-inp {
    display: flex;
    justify-content: space-between
}

.con6 .div-btm form .btn-inp input {
    width: 100%;
    height: 44px;
    color: #999999;
    padding-left: 15px;
}

.con6 .div-btm form .btn-inp .a {
    width: 32%;
    height: auto;
    position: relative;
}

.con6 .div-btm form .btn-inp .a:nth-child(2):before,
.con6 .div-btm form .btn-inp .a:nth-child(3):before {
    content: '*';
    color: red;
    font-size: 16px;
    position: absolute;
    top: 32%;
    left: 3%;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.con6 .div-btm form .btm-a {
    width: 100%;
    margin: 15px 0px;
    height: 120px;
    padding-bottom: 74px;
    padding-left: 15px;
}

.con6 .div-btm form .btm-b {
    width: 33%;
    position: relative;
    float: left;
    margin-left: 22%;
}

.con6 .div-btm form .btm-b input {
    width: 127px;
    height: 52px;
    border-radius: 25px 0px 0px 25px;
    padding-left: 23px;
}

.con6 .div-btm form .btm-b img {
    width: 128px;
    height: 52px;
    vertical-align: middle;
    margin-left: -5px;
}

.con6 .div-btm form .btn-c,
.con6 .div-btm form .btm-b {
    margin-top: 25px;
}

.con6 .div-btm form .btm-b button {
    width: 52px;
    height: 52px;
    background-size: contain;
    border-radius: 0px 25px 25px 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.con6 .div-btm form .btn-c {
    height: 52px;
    border-radius: 25px;
    padding: 0px 43px;
    color: #005ba8;
    margin-left: 50%;
    transform: translateX(-50%);
}


.lx-con1 {
    padding-top: 173px;
    padding-bottom: 75px;
}

.map .cont_lef {
    width: 50%;
    height: auto;
    float: left;
}

.map .cont_lef img {
    width: 100%;
    height: 100%;
}

.cont_rig {
    width: 47%;
    height: auto;
    float: right;
}


.cont_rig span {
    font-size: 16px;
    display: block;
    color: #777;
    text-indent: 40px;
    line-height: 30px;
}

.cont_erwm {
    width: 91px;
    height: 100%;
    margin-left: 40px;
    margin-top: 40px;
}

.cont_erwm p {
    width: 91px;
    font-size: 18px;
    color: #666666;
    text-align: center;
}

.fd {padding: 30px 0px; overflow: hidden;}
.tag_box {background:#fff; overflow: hidden; margin-bottom: 20px; padding: 20px; border-radius: 5px;}
.tag_box ul { overflow: hidden;}
.tag_box ul li { float: left; margin: 20px 20px 0px 0px; font-size: 14px;}
.tag_box ul li a { color: #666; display: block; padding: 5px 10px; border: 1px solid #999; border-radius: 3px;}
.tag_box ul li a:hover {color:brown;border-color:brown;}
