@import "/style/css/pub.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ybm-tit p {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -52px;
    font-size: 26px;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea,
button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

em,
i {
    font-style: normal;
}

.ybm-banner {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.ybm-banner .banner-wrap {
    width: 1920px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ybm-sec {
    position: relative;
    padding: 30px 0 50px;
}

.ybm-sec.tcbg {
    background: url(../images/tc-bg.jpg) no-repeat center 0;
    background-size: 1920px 768px;
}

.ybm-sec.tcbg .ybm-tit {
    border-color: #fff;
}

.ybm-sec.tcbg .ybm-tit::after {
    background: #fff;
}

.ybm-sec.tcbg .ybm-tit p {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -52px;
    color: #fff;
    font-size: 26px;
}

.ybm-sec.tcbg .ybm-tit h2 {
    color: #fff;
}

.ybm-sec.tcbg .ybm-tit h2 span {
    color: #fff;
}

.ybm-sec.graybg {
    background: #f3f3f3;
}

.ybm-tit {
    line-height: 44px;
    text-align: center;
    padding-bottom: 26px;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 60px;
}

.ybm-tit::after {
    content: '';
    width: 150px;
    height: 4px;
    background-color: #f4503b;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ybm-tit h2 {
    font-size: 44px;
    font-weight: bold;
    color: #333;
}

.ybm-tit h2 span {
    color: #f4503b;
}

.ybm-container {
    width: 1200px;
    margin: 0 auto;
}

.ybmjs-desc {
    padding: 30px 24px;
    border: 1px dashed #ff703a;
    border-radius: 6px;
    margin-bottom: 40px;
}

.ybmjs-desc.bxlf {
    position: relative;
    background: #fff8f7;
    padding-left: 146px;
}

.ybmjs-desc.bxlf::after {
    position: absolute;
    left: 30px;
    top: 18px;
    width: 55px;
    height: 55px;
    background: url(../images/tips.png) no-repeat;
    background-size: cover;
    content: '';
}

.ybmjs-desc p {
    line-height: 22px;
    font-size: 22px;
}

.ybmjs-detail .ybmjs-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    padding: 0 200px 40px;
}

.ybmjs-detail .ybmjs-tab .tab-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    font-size: 24px;
}

.ybmjs-detail .ybmjs-tab .tab-item:not(:last-child) {
    margin-right: 40px;
}

.ybmjs-detail .ybmjs-tab .tab-item.active {
    color: #fff;
    background-color: #f4503b;
}

.ybmjs-detail .ybmjs-img .ybmjsimg-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    overflow: hidden;
}

.ybmjs-detail .ybmjs-img .ybmjsimg-item .ybmjsimg-thumb {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    border-radius: 6px;
    overflow: hidden;
}

.ybmjs-detail .ybmjs-img .ybmjsimg-item .ybmjsimg-thumb:not(:last-child) {
    margin-right: 14px;
}

.ybmxj-wrap {
    position: relative;
    padding-bottom: 50px;
}

.ybmxj-wrap .ybmxj-thumb {
    position: absolute;
    left: 20px;
    bottom: -4px;
    width: 450px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 2;
}

.ybmxj-desc {
    position: relative;
    z-index: 1;
    width: 986px;
    height: 278px;
    border: 1px solid #f4503b;
    margin-left: calc(100% - 988px);
}

.ybmxj-desc::after {
    position: absolute;
    left: -32px;
    top: -33px;
    width: 64px;
    height: 65px;
    background: url(../images/xl-icon.jpg) no-repeat;
    background-size: cover;
    content: '';
}

.ybmxj-desc .ybmxj-txt {
    position: absolute;
    top: 60px;
    left: 294px;
    font-size: 20px;
    line-height: 54px;
}

.ybmxj-desc .ybmxj-txt span {
    color: #f4503b;
}

.ybmxj-btn {
    position: absolute;
    bottom: -34px;
    left: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    width: 530px;
    line-height: 64px;
}

.ybmxj-btn a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    background-color: #f4503b;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
}

.ybmxj-btn a:last-child {
    background-color: #ffb10a;
    margin-left: 64px;
}

.ybmxj-tit {
    font-size: 32px;
    position: absolute;
    left: 50%;
    width: 62%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -25px;
    background-color: #fff;
    text-align: center;
}

.ybm-btn {
    margin-top: 30px;
}

.ybm-btn a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 320px;
    margin: 0 auto;
    line-height: 56px;
    border-radius: 28px;
    text-align: center;
    background-color: #b90a14;
    font-size: 20px;
    color: #fff;
}

.jxcj-wrap {
    background: #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    padding: 12px;
}

.jxcj-wrap .jxcj-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}

.jxcj-wrap .jxcj-item:not(:last-child) {
    margin-right: 12px;
}

.tc-thumb {
    width: 100%;
    height: 414px;
    overflow: hidden;
    margin: 0 auto 0;
    padding-top: 15px;
}

.ybmqy-tit {
    background: #f4503b;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 80px;
}

.qytab-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    border-top: 2px solid #fff;
    background: #ff897a;
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 70px;
}

.qytab-wrap .qytab-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}

.qytab-wrap .qytab-item:not(:last-child) {
    border-right: 2px solid #f3f3f3;
}

.qytab-desc .qy-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

.qytab-desc .qy-detail:nth-child(2n) {
    background: #fff8f7;
}

.qytab-desc .qy-detail .qydetail-thumb {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    background: url(../images/more-icon.png) 318px center no-repeat;
    background-size: 22px 22px;
}

.qytab-desc .qy-detail .qydetail-thumb img {
    position: relative;
    left: -74px;
    width: 110px;
    margin: 0 auto;
}

.qytab-desc .qy-detail .qydetail-thumb p {
    position: absolute;
    width: 44%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 38%;
    font-size: 15px;
}

.qytab-desc .qy-detail .qydetail-thumb:not(:last-child) {
    border-right: 2px solid #f3f3f3;
}

.fm-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.fm-wrap .fm-thumb {
    width: 572px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

.fm-wrap .fm-thumb .fmthumb-item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}

.fm-wrap .fm-thumb .fmthumb-item::after {
    width: 170px;
    height: 339px;
    border: 1px solid #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    content: '';
}

.fm-wrap .fm-thumb .fmthumb-item:not(:last-child) {
    margin-right: 16px;
}

.fm-wrap .fm-thumb .fmthumb-item:nth-child(2) {
    top: 20px;
}

.fm-form {
    width: 604px;
    margin-left: 24px;
    border: 1px solid #959595;
    padding: 40px 56px;
}

.fm-form .form-tit {
    width: 100%;
    height: 20px;
    background: url(../images/tit-bg.png) no-repeat;
    background-size: cover;
}

.fm-form .form-tit h3 {
    text-align: center;
    color: #f4503b;
    font-size: 26px;
    font-weight: bold;
}

.fm-form .yyme-form {
    padding-top: 32px;
}

.fm-form .yyme-item {
    position: relative;
    line-height: 58px;
}

.fm-form .yyme-item::after {
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background: #a1a1a1;
    content: '';
    z-index: 2;
}

.fm-form .yyme-item input {
    display: block;
    width: 100%;
    height: 58px;
    border: 0;
    background: #eee;
    font-size: 18px;
    text-indent: 56px;
    border-radius: 6px;
}

.fm-form .yyme-item input:focus {
    outline: 0;
}

.fm-form .yyme-item:nth-child(1) {
    margin-bottom: 14px;
}

.fm-form .yyme-item:nth-child(1) input {
    background: #eee url(../images/user.png) no-repeat 13px center;
    background-size: 21px 25px;
}

.fm-form .yyme-item:nth-child(2) {
    margin-bottom: 26px;
}

.fm-form .yyme-item:nth-child(2) input {
    background: #eee url(../images/tel.png) no-repeat 13px center;
    background-size: 18px 28px;
}

.fm-form .yyme-item:nth-child(3)::after {
    width: 0;
}

.fm-form .submit input {
    text-indent: 0;
    width: 100%;
    background: #f4503b !important;
    color: #fff;
    cursor: pointer;
}

.fm-form .submit::after {
    width: 0;
}
.severBox{padding:2rem 0 1.5rem 0;}
.severBox .tipBox{font-size:24px;color:#666;text-align:center;margin-top:2rem;}
.severBox .itemBox{margin:30px 0;}
.severBox .itemBox .s{ position: absolute; z-index: 666; background: #f4503b; color: #fff; padding: 5px 10px; border-bottom-right-radius: 10px; letter-spacing: 1px;}
.severBox .itemBox ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.severBox .itemBox ul li{width:32%;margin-bottom:1rem;border-radius:4px;overflow:hidden;box-shadow:0 0 5px rgba(0,0,0,0.05);background:#f8f8f8;}
.severBox .itemBox p{position:relative;}
.severBox .itemBox p span{display:inline-block;border-top-right-radius:24px;padding-right:1.8rem;padding-left:1.2rem;height:3rem;line-height:3rem;color:#fff;position:absolute;left:0px;bottom:0px;font-size:1.2rem;font-weight:bold;background-image:linear-gradient(to right, #f4503b, #f4503b);}
.severBox .itemBox dl{}
.severBox .itemBox dl dt{height:3rem;line-height:3rem;text-align:center;font-weight:bold;font-size:1.4rem;}
.severBox .itemBox dl dd{text-align:center;color:#666;font-size:18px;}
.severBox .itemBox dl a{display:block;width:80%;height:2.4rem;line-height:2.4rem;margin:1.5rem auto;text-align:center;border:1px #f4503b solid;color:#f4503b;border-radius:4px;font-size:16px;}
.qydetail-thumb img{display: block; width: 100%;}