/*public*/
* {
    outline: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .3s;
}
:before,
:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    position: relative;
    font-size: 16px;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    color: #333;
    line-height: 28px;
    text-align: center\9;
    
}
h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}
form, iframe, span, dl, dd, dt, pre, fieldset, legend, p, img {
    border: 0;
}
img {
    /*image-rendering: pixelated;*/
}
ul,li,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
i, em {
    font-style: normal;
}
a {
    text-decoration: none;
    background: none;
    color: #333;
}
a:hover {
    color: inherit;
}
ul, ol {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    border: 0;
    display: block;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    background: transparent;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
textarea::-webkit-input-placeholder {
    color: #ccc;
}
textarea:-moz-placeholder {
    color: #ccc;
}
textarea:-ms-input-placeholder {
    color: #ccc;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hang2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hang1 {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.p20 {
    padding: 20px;
    background: #fff;
}
.mt20 {
    margin-top: 20px;
}
header {
    background: #fff;
}
.hd-box {
    width: 84%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hd-left,
.hd-right {
    display: flex;
    align-items: center;
}
.hd-left {
    flex: 1;
}
.logo {
    display: block;
}
.logo img {
    display: block;
    height: 47px;
}
.menu {
    display: flex;
    padding-left: 5%;
}
.menu > li > a {
    display: block;
    line-height: 72px;
    padding: 0 5px;
    margin: 0 15px;
    font-weight: bold;
    position: relative;
}
.menu > li > a:after {
    content: '';
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    transition: all .3s;
}
.menu > li.active a:after,
.menu > li:hover a:after {
    left: 0;
    width: 100%;
    background: #e70314;
}

.sch {
    width: 200px;
    height: 32px;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    display: flex;
    align-items: center;
}
.sch-input {
    height: 30px;
    line-height: 30px;
    width: 160px;
    padding: 0 15px;
    font-size: 14px;
}
.sch-btn {
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 15px;
}
.sch-btn i {
    color: #e70314;
    font-size: 20px;
}
.shu-line {
    height: 20px;
    width: 1px;
    display: inline-block;
    background: #d5d5d5;
    margin: 0 15px;
}
.hotline {
    display: flex;
    align-items: center;
}
.hotline i {
    color: #e70314;
    font-size: 24px;
    margin-right: 10px;
}
.hotline span {
    font-size: 24px;
}
.banner {
    position: relative;
    height: 556px;
}
.swiper {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    background-size: cover !important;
}
.swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.banner .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
    opacity: .4;
}
.banner .swiper-pagination-bullet-active {
    background: #e70314;
    opacity: 1;
}
.b-con {
    position: absolute;
    left: 8%;
    width: 84%;
    height: 100%;
}
.catebox {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -200px;
    z-index: 10;
    background: rgba(255,255,255,.8);
    width: 220px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.catebox > li {
    width: 100%;
}
.catebox > li > a {
    line-height: 68px;
    font-size: 20px;
    display: flex;
    align-items: center;
    padding: 0 24px 0 30px;
}
.catebox > li > a > i {
    color: #e70314;
}
.catebox > li > a > i:first-child {
    font-size: 24px;
    margin-right: 15px;
}
.catebox > li > a > i:last-child {
    font-size: 14px;
    margin-left: 30px;
}
.catebox > li:hover {
    background: #e70314;
}
.catebox > li:hover > a {
    color: #fff;
}
.catebox > li:hover > a > i {
    color: #fff;
}
/*分类子项*/
.sub-cate {
    position: absolute;
    top: 0;
    left: 220px;
    background: #fff;
    z-index: 10;
    /*width: 1200px;*/
    box-shadow: 0 0 15px rgba(0,0,0,.06);
    display: none;
    min-height: 100%;
}
.sub-item {
    display: flex;
    align-items: baseline;
    padding: 20px 40px;
}
.sub-item h2 {
    flex-shrink: 0;
    color: #e70314;
    padding-left: 15px;
    position: relative;
    width: 120px;
}
.sub-item h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 5px;
    height: 20px;
    border-radius: 5px;
    background: #e70314;
}
.sub-cate-list {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    flex: 1;
}
.sub-cate-list li {
    width: 25%;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 20px;
    position: relative;
}
.sub-cate-list li a {
    color: #666;
    position: relative;
    display: inline-block;
    vertical-align: top;
    word-break: break-all;
}
.sub-cate-list li.hot a,
.sub-cate-list li:hover a {
    color: #e70314;
}
.sub-cate-list li.hot a:after {
    content: 'hot';
    position: absolute;
    top: -5px;
    left: 100%;
    height: 16px;
    line-height: 16px;
    padding: 0 3px;
    border-radius: 8px 8px 8px 0;
    background: #ff1526;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    z-index: 10;
    display: block;
    white-space: nowrap;
}
.sub-cate-list li:hover {
    background: #ffecec;
    color: #e70314;
}
.sub-cate-list li:hover:after {
    font-family: 'iconfont';
    content: '\e603';
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -9px;
    font-size: 12px;
    height: 10px;
}
.sub-item:hover {
    background: #fdf8f8;
}
.catebox > li:hover .sub-cate {
    display: block;
}
.dengjibox {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -200px;
    width: 320px;
    height: 400px;
    background: rgba(255,255,255,.8);
    padding: 0 30px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.xq-dengji {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.xq-dengji h2 {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.xq-dengji h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 2px;
    background: #e70314;
}
.xq-dengji .grp {
    display: flex;
    align-items: center;
    min-height: 40px;
    background: rgba(255,255,255,.5);
    border: 1px solid rgba(255,224,226,.5);
    border-radius: 5px;
    width: 100%;
    margin-bottom: 13px;
}
.xq-dengji .grp i {
    width: 44px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.5);
    font-size: 22px;
    color: #e70314;
    flex-shrink: 0;
}
.xq-input,
.xq-area {
    font-size: 14px;
    flex: 1;
    line-height: 38px;
    padding: 0 10px;
    resize: none;
    height: 38px\0;
    line-height: 14px \0;
}
.xq-area {
    height: 70px\0;
}
.xq-btn {
    border-radius: 5px;
    background: #e70314;
    color: #fff !important;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
}
.red {
    color: #e70314;
}
.size12 {
    font-size: 12px;
}
.xq-note {
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    padding-top: 20px;
    color: #666;
}
.container {
    width: 84%;
    margin: 0 auto;
}
.index-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
.bgf7 {
    background: #f7f7f7;
}
.sixbox {
    display: flex;
    justify-content: space-between;
}
.six-item {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 18px 10px 18px 18px;
    width: calc((100% - 100px)/6);
    position: relative;
}
.six-item i {
    width: 66px;
    height: 66px;
    background: #fef7f7;
    color: #e70314;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;
    transition: all .3s;
    flex-shrink: 0;
}
.six-item span,
.six-item em {
    display: block;
}
.six-item span {
    font-size: 20px;
    font-weight: bold;
}
.six-item em {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 5px;
    min-height: 40px;
    min-height: auto\0;
}
.six-item:before,
.zhouqitab li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    width: 0;
    height: 3px;
    transition: all .5s;
}
.six-item:hover:before,
.zhouqitab li:hover:after,
.zhouqitab li.active:after {
    background: #e70314;
    width: 100%;
    left: 0;
}
.six-item:hover i {
    background: #e70314;
    color: #fff;
}
.six-item:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.index-tt {
    text-align: center;
    margin-bottom: 35px;
}
.index-tt h2 {
    font-size: 36px;
    line-height: 60px;
}
.index-tt i {
    display: block;
    width: 50px;
    height: 3px;
    background: #e70314;
    margin: 0 auto;
}
.index-tt p {
    color: #999;
    padding-top: 5px;
}
.hotbox {
    display: grid;
    grid-gap: 20px;
    grid-template-areas:
            "a a b "
            "c d e";
    grid-template-columns: repeat(3, 1fr);
    
    display: flex\0;
    flex-wrap: wrap\0;
    justify-content: space-between\0;
}
.hotbox img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.hotbox .one {
    grid-area: a;
    grid-template-columns: 2fr;
    width: calc(100% - 34%)\0;
}
.hotbox .two {
    grid-area: b;
}
.hotbox .three {
    grid-area: c;
}
.hotbox .four {
    grid-area: d;
}
.hotbox .five {
    grid-area: e;
}
.hotcard {
    position: relative;
    overflow: hidden;
    width: 32%\0;
    margin: .7%\0;
    display: block\0;
}
.hotbg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    transition: all .5s;
    z-index: 1;
}
.hotcard h2 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 26px;
    color: #fff;
    z-index: 2;
    transition: all .5s;
}
.h-more {
    background: #e70314;
     width: 140px;
    height: 44px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: calc(100% - 170px);
    bottom: 30px;
    opacity: 0;
    z-index: 2;
    transition: all .5s;
}
.h-more i {
    font-size: 14px;
    margin-left: 10px;
}
.hotcard:hover .hotbg {
    background: rgba(0,0,0,.5);
}
.hotcard:hover h2 {
    bottom: 90px;
}
.hotcard:hover .h-more {
    right: 30px;
    opacity: 1;
}
.hotcard:hover img {
    transform: scale(1.1);
}
    /*zhouqi*/
.zhouqitab {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.zhouqitab li {
    font-size: 20px;
    padding: 0 10px 15px;
    margin: 0 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.zhouqitab li i {
    font-size: 24px;
    margin-right: 10px;
}
.zhouqitab li:after {
    bottom: 0;
    top: auto;
    height: 2px;
}
.zhouqitab li:hover,
.zhouqitab li.active {
    color: #e70314;
}
.zhouqibox {
    height: 300px;
    position: relative;
    display: none;
}
.zhouqibox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zhouqi-text {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 36px;
}
.zhouqi-text h2 {
    font-size: 22px;
}
.zhouqi-text .h-more {
    position: relative;
    opacity: 1;
    right: auto;
    bottom: auto;
}
.zhouqi-text p {
    margin: 10px 0 30px;
}
/*案例展示*/
.anlibg {
    background-image: url("../images/anlibg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
}
.anli-slider {
    position: relative;
    padding: 0 6% 50px;
}
.anli-slider {
    text-align: center;
}
.anli-slider h2 {
    font-size: 18px;
    margin-top: 20px;
}
.anli-slider img {
    display: block;
    box-shadow: 0 5px 15px rgba(0,0,0,.1) ;
    transition: all .5s;
}
.anli-slider .swiper {
    padding: 20px;
    margin: -20px;
}
.anli-slider a:hover img {
   transform: scale(1.1);
}
.anli-slider .swiper-pagination,
.adv-slider .swiper-pagination {
    bottom: 0;
    left: 0;
    right: 0;
}

.anli-slider .swiper-pagination-bullet,
.adv-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0;
    transition: all .3s;
    margin: 0 5px;
}
.anli-slider .swiper-pagination-bullet-active,
.adv-slider .swiper-pagination-bullet-active {
    width: 27px;
    background: #e70314;
}
.adv-slider {
    position: relative;
    height: 200px;
}
.adv-slider img {
    display: block;
    height: 100%;
    object-fit: cover;
}
.newsbg {
    background-image: url("../images/newsbg.jpg");
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.newsbg .index-tt h2 {
    color: #fff;
}
.new-tab {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.new-tab li {
    margin: 0 10px;
}
.new-tab a {
    width: 124px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #fff;
    color: #666;
    display: block;
}
.new-tab li.active a {
    background: #e70314;
    color: #fff;
    font-weight: bold;
}
.new-tabcon {
    display: none;

}
.new-box {
    display: flex;
    justify-content: space-between;
}
.news-list {
    width: 48.5%;
    background: #fff;
    padding: 30px 50px;
}
.news-list a {
    display: flex;
    align-items: center;
}
.n-date {
    flex-shrink: 0;
    padding: 10px 30px 10px 0;
    margin-right: 30px;
    border-right: 1px solid #e6e6e6;
    position: relative;
}
.n-date:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ccc;
}
.n-date em,
.n-date span {
    display: block;
    text-align: center;
}
.n-date em {
    color: #666;
    font-size: 24px;
}
.n-date span {
    color: #999;
}
.n-right {
    overflow: hidden;
}
.n-right p {
    color: #999;
    font-size: 14px;
}
.news-list a:hover .n-date em,
.news-list a:hover .n-right h2 {
    color: #e70314;
}
.news-list a:hover .n-date:after {
    border-color: #e70314;
}
.hzbg {
    background-image: url("../images/hzbg.jpg");
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.hb-slider {
    position: relative;
    height: 310px;
    padding-bottom: 80px;
}
.hb-slider .swiper-button-prev,
.hb-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    bottom: 0;
    top: auto;
}
.hb-slider .swiper-button-next:after,
.hb-slider .swiper-button-prev:after {
    content: none;
}
.hb-slider .swiper-button-prev {
    background: url("../images/left.png") center no-repeat;
    background-size: 100%;
    left: 50%;
    margin-left: -45px;
}
.hb-slider .swiper-button-next {
    background: url("../images/right.png") center no-repeat;
    background-size: 100%;
    right: 50%;
    margin-right: -45px;
}
.hb-slider .swiper-slide {
    height: auto;
}
.hb-pic {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    display: block\0;
}
.hb-bg {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(232,0,18,.9);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    line-height: 24px;
    transition: all .3s;
    opacity: 0;
}
.hb-pic:hover .hb-bg {
    top: 0;
    opacity: 1;
}
.footer {
    background: #353947;
}
.footer,
.footer a {
    color: rgba(255,255,255,.6);
    font-size: 14px;
}
.ft-nav {
    background: #4f525e;
}
.ft-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ft-menu a {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.ft-menu a i {
    font-size: 24px;
    margin-right: 10px;
}
.ft-boxcon {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    color: rgba(255,255,255,.6);
    font-size: 14px;
}
.ft-boxcon a {
    display: block;
}
.fm-item {
    line-height: 30px;
}
.fm-item h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.fm-item h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: rgba(255,255,255,.5);
}
.ft-lx li {
    display: flex;
    align-items: center;
   padding: 5px 0;
}
.ft-lx li i {
    /*font-size: 20px;*/
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #585d72;
    color: rgba(255,255,255,.5);
    text-align: center;
    line-height: 36px;
    margin-right: 15px;
}
.ft-ma {
    width: 134px;
}
.ft-ma img {
    display: block;
    width: 100%;
}
.ft-icons {
    display: flex;
    align-items: center;
}
.ft-icons li {
    margin-right: 23px;
    position: relative;
    overflow: hidden;
}
.ft-icons li i {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    text-align: center;
    line-height: 45px;
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.ft-gz {
    padding: 6px 0;
}
.ma-tc {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding-bottom: 20px;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.mabox {
    width: 106px;
    height: 106px;
    background: #353947;
    border: 1px solid #585d72;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px;
}
.mabox em {
    position: absolute;
    bottom: -9px;
    left: 10%;
    width: 18px;
    height: 9px;
    background: url("../images/jt.png") center top no-repeat;
    background-size: 100%;
}
.mabox img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.ft-icons li:hover {
    overflow: visible;
}
.ft-icons li:hover .ma-tc {
    bottom: 40px;
    visibility: visible;
    opacity: 1;
}
.ft-link {
    border-top: 1px solid #585d72;
}
.links-con {
    display: flex;
    padding: 15px 0;
}
.links-con p {
    flex-shrink: 0;
    margin-right: 20px;
}
.links-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.links-list a {
    border: 1px solid #585d72;
    padding: 0 10px;
    margin: 0 10px 10px 0;
}
.ft-copy {
    background: #2e313e;
    padding: 10px 0;
    text-align: center;
}
.ft-copy span {
    padding: 0 10px;
}
/*子菜单*/
.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 3px solid #e70314;
    background: #fff url("../images/sublogo.png") right bottom 20% no-repeat;
    padding-bottom: 40px;
    z-index: 100;
    display: none;
    transition: none .5s;
}
.subtab {
    background: #f7eeef;
}
.subtab-li {
    display: flex;
    align-items: center;
}
.subtab-li li.active {
    background: #fff;
}
.subtab-li a {
    padding: 10px 20px;
    display: block;
}
.subtab-con {
    padding: 30px 0 40px;
    display: none;
}
.subtab-con-li {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.subtab-con-li a {
    font-size: 14px;
    color: #666;
    width: 25%;
    line-height: 20px;
    padding: 8px 10px;
    position: relative;
}
.subtab-con-li a:hover {background-image: linear-gradient(to right,#f7eeef, transparent)}
.subtab-con-li a:hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e70314;
}
.sub-btn {
    width: 256px;
    height: 45px;
    background: #e70314;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-btn i:first-child {
    font-size: 28px;
    margin-right: 10px;
}
.sub-btn i:last-child {
    font-size: 14px;
    margin-left: 10px;
}
.sub-btn:hover {
    color: #e70314;
    border: 2px solid #e70314;
    background: #fff;
}
.menu > li:hover .sub-menu {
    display: block;
}
/*子菜单 end*/

/*浮动*/
.floatbox {
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 101;
    height: 186px;
}
.floatbox a {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.floatbox span {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.floatbox span i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    background-image: linear-gradient(to bottom,#f3f5f8,#fff);
    border-radius: 50%;
    color: #aaaaaa;
}
.floatbox p {
    position: absolute;
    right: 100px;
    top: 10px;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    white-space: nowrap;
    padding: 5px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.floatbox p i {
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url("../images/floatbg.png") center no-repeat;
    background-size: 100%;
}
.floatbox a:hover p {
    visibility: visible;
    opacity: 1;
    right: 70px;
}
#gotop {
    display: none;
}
.in-banner {
    height: 556px;
    position: relative;
}
.in-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in-con {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.in-con .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.in-con h2 {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
}
.in-con p {
    color: #fff;
    font-size: 24px;
    padding-top: 20px;
}
.brd-box {
    display: flex;
    align-items: center;
    padding: 14px 0;
    font-size: 14px;
}
.brd-box,
.brd-box a {
    color: #999;
}
.brd-box i {
    margin: 0 10px;
    font-size: 12px;
}
.brd-box i:first-child {
    margin-left: 0;
    font-size: 16px;
    color: #cdcdcd;
}
.in-cate {
    background: #efefef;
    margin-bottom: 40px;
}
.in-catbox {
    display: flex;
    align-items: center;
}
.in-catbox a {
    padding: 13px 24px;
    position: relative;
}
.in-catbox a.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #e70314;
}
/*知识中心*/
.news-center {
    padding: 1px 0 30px;
}
.news-center a {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 20px 0;
}
.c-date {
    padding: 0 30px;
    font-size: 14px;
}
.c-date span,
.c-date p {
    display: block;
    text-align: center;
    color: #999;
}
.c-date span {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.c-date,
.c-pic {
    flex-shrink: 0;
}
.c-text {
    flex: 1;
    padding: 10px 60px;
    border-left: 3px solid #e6e6e6;
}
.c-text h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.c-text p {
    color: #999;
    line-height: 26px;
}
.c-pic {
    width: 300px;
    height: 160px;
}
.c-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-center a:hover span,
.news-center a:hover h2 {
    color: #e70314;
}
.news-center a:hover .c-text {
    border-left-color: #e70314;
}
/*分页*/
.page-nav {
    padding: 30px 0 60px;
}
#pages {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-nav li {
    width: 48px;
    height: 48px;
    margin: 0 4px;
    border: 1px solid #ddd;
    line-height: 22px;
}
.page-nav li span,
.page-nav li a {
    display: block;
    line-height: 48px;
    text-align: center;
    color: #666;
}
.page-nav li:hover,
.page-nav li.active {
    border: 1px solid #e70314;
    background-color: #e70314;
}
.page-nav li:hover a,
.page-nav li.active a {
    color: #fff;
}
.page-nav li:hover a,
.page-nav li:hover span,
.page-nav li.active span {
    color: #fff;
}
.colorfff {
    color: #fff;
}
.anli-list {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 0 0;
    margin: 0 -25px;
}
.anli-list a {
    margin: 0 25px 60px;
    width: calc((100% - 300px)/6);
}
.anli-list img {
    display: block;
    width: 100%;
}
.schbanner {
    height: 210px !important;
}
.in-sch {
    width: 40%;
    height: 60px;
    margin: 75px auto 0;
    background: rgba(255,255,255,.6);
    border: 0;
}
.in-sch .sch-input {
    height: 60px;
    line-height: 60px;
    flex: 1;
    font-size: 16px;
    padding: 0 30px;
    color: #fff;
}
.in-sch .sch-btn {
    width: 80px;
    height: 100%;
    flex-shrink: 0;
    padding-right: 30px;
}
.in-sch .sch-btn i {
    font-size: 30px;
}
.sch-tab {
    border-bottom: 1px solid #ddd;
}
.schli {
    display: flex;
}
.schli li {
    margin-right: 15px;
    border-bottom: 3px solid transparent;
}
.schli li.active,
.schli li:hover {
    border-bottom: 3px solid #e70314;
}
.schli a {
    display: block;
    padding: 15px;
}
.sch-text {
    padding: 20px 0;
    color: #999;
}
.sch-text span {
    padding: 0 5px;
}
.result-list {
    padding-bottom: 20px;
}
.result-list a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.result-list h2 {
    font-size: 20px;
}
.result-list p {
    color: #999;
    margin-top: 10px;
}
.result-list a:hover h2 {
    color: #e70314;
}
    /*列表*/
.rz-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.rz-list a {
    width: calc((100% - 80px)/4);
    margin: 0 10px 20px;
    box-shadow: 0 0 15px rgba(0,0,0,.06);
}
.rz-pic {
    position: relative;
    height: 25vh;
}
.rz-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rz-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    font-size: 24px;
    line-height: 40px;
}
.rz-bg h2 {
    color: #fff;
    text-align: center;
    padding: 0 20px;
    transition: all .5s;
    width: 100%\0;
}
.rz-bg h3 {
    color: #e70314;
    opacity: 0;
    height: 0;
    transition: all .5s;
}
.rz-more {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    color: #999;
}
.rz-more:before,
.rz-more:after {
    content: '';
    position: absolute;
    height: 50%;
    width: 0;
    background: #e70314;
    transition: all .5s;
    z-index: -1;
}
.rz-more:before {
    left: 0;
    top: 0;
}
.rz-more:after {
    right: 0;
    bottom: 0;
}
.rz-more i {
    width: 50%;
    height: 2px;
    background: #e70314;
}
.rz-list a:hover h2 {
    transform: translateY(-10px);
}
.rz-list a:hover h3 {
    opacity: 1;
    height: 40px;
}
.rz-list a:hover .rz-more {
    color: #fff;
}
.rz-list a:hover .rz-more i {
    background: #fff;
}
.rz-list a:hover .rz-more:before,
.rz-list a:hover .rz-more:after {
    width: 100%;
}
.flex-jc {
    justify-content: center;
}
/*详情*/
.xq-page {
    background: #f6f6f6;
}
.xq-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 80px;
}
.xq-left {
    flex: 1;
}
.xq-con {
    padding: 65px;
    background: #fff;
}
.xq-con img {
    max-width: 100%;
}
.xq-tt {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.xq-info {
    display: flex;
    justify-content: center;
    padding: 20px 0 40px;
}
.xq-info span {
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #999;
}
.xq-info span i {
    color: #cdcdcd;
    margin-right: 10px;
}
.xq-pian {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.xq-pian li {
    display: flex;
    max-width: 45%;
}
.xq-pian p {
    width: 70px;
    flex-shrink: 0;
    color: #e70314;
}
.xq-right {
    width: 360px;
    flex-shrink: 0;
    margin-left: 40px;
    background: #fff;
    padding: 30px;
}
.xq-right img {
    max-width: 100%;
}
.xq-right-tt {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
    padding-top: 25px;
}
.xq-right-tt:first-child {
    padding-top: 0;
}
.xq-right-tt h2 {
    display: inline-block;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 3px solid #e70314;
    margin-bottom: -1px;
}
.xq-r-list {
    padding-bottom: 30px;
}
.xq-r-list a {
    line-height: 32px;
    position: relative;
    display: block;
    padding-left: 22px;
}
.xq-r-list a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #cacaca;
    border-radius: 50%;
}
.xq-r-list a:hover {
    color: #e70314;
}
.xq-r-list a:hover:before {
    background: #e70314;
}
.tj-fuwu li {
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.tj-fuwu li:last-child {
    margin-bottom: 0;
}
.fw-pic {
    height: 168px;
}
.fw-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fw-text {
    padding: 15px;
}
.fw-more {
    color: #e70314;
    font-size: 14px;
    display: block;
    padding: 5px 0 10px;
}
.fw-more i {
    font-size: 10px;
    margin-left: 5px;
}
.fw-btn {
    border: 1px solid #e70314;
    height: 38px;
    line-height: 36px;
    text-align: center;
    color: #e70314;
    cursor: pointer;
}
/*弹窗*/
.tanchuang {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -190px;
    margin-left: -210px;
    width: 420px;
    height: 380px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 46px rgba(0,0,0,.16);
}
.tc-tt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #e6e6e6;
}
.tc-tt i {
    font-size: 12px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    position: absolute;
    right: 0;
    cursor: pointer;
    transition: all .3s;
}
.tc-tt i:hover {
    transform: rotate(90deg);
    color: #e70314;
}
.tc-form {
    padding: 30px;
    font-size: 14px;
}
.tc-grp {
    display: flex;
    align-items: baseline;
    margin-bottom: 23px;
}
.tc-grp label {
    width: 80px;
    display: flex;
    align-items: center;
}
.tc-grp label i {
    color: #cdcdcd;
    margin-right: 10px;
}
.tc-input,
.tc-area {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.tc-input {
    width: 168px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
}
.tc-area {
    padding: 10px;
    flex: 1;
    height: 100px;
    resize: none;
}
.tc-btn {
    display: flex;
    justify-content: end;
}
.tc-btn .btn {
    display: block;
    width: 70px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
}
.tc-btn .tc-qx {
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #999;
    line-height: 30px;
}
.tc-btn .tc-tj {
    background: #e70314;
    color: #fff;
}
/*关于我们*/
.lj-box {
    display: flex;
}
.lj-pic,
.lj-text {
    width: 50%;
}
.lj-pic img {
    display: block;
    width: 100%;
}
.lj-text {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 40px 60px;
    margin-top: 40px;
}
.zuo-box {
    display: flex;
    background: url("../images/about2.jpg") center no-repeat;
    background-size: cover;
}
.zuo-box a {
    width: calc(100% / 5);
    height: 410px;
    color: #fff;
    padding: 0 70px;
    border-right: 1px solid #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
}
.zuo-box a:last-child {
    border: 0;
}
.zuo-box i {
    font-size: 70px;
}
.zuo-box h2 {
    font-size: 24px;
    padding: 40px 0 20px;
}
.zuo-box * {
    transition: all .5s;
}
.zuo-more {
    width: 140px;
    height: 42px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    opacity: 0;
}
.zuo-more i {
    font-size: 18px;
    margin-left: 15px;
}
.zuo-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background: rgba(0,0,0,.3);
    z-index: -1;
}
.zuo-box a:hover .zuo-bg {
    height: 100%;
}
.zuo-box a:hover > i {
    transform: translateY(-100px);
    opacity: 0;
}
.zuo-box a:hover > h2,
.zuo-box a:hover > p {
    transform: translateY(-60px);
}
.zuo-box a:hover .zuo-more {
    opacity: 1;
    bottom: 100px;
}

.ljzx-btn {
    width: 646px;
    margin: 0 auto 45px;
    display: flex;
    align-items: center;
    height: 70px;
    padding: 5px;
    border: 2px solid #e70314;
}
.ljzx-btn p {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    background: #e70314;
    font-size: 24px;
    height: 100%;
    padding: 0 20px;
}
.ljzx-btn p i {
    font-size: 36px;
}
.ljzx-btn h2 {
    font-size: 36px;
    color: #e70314;
    font-weight: bold;
    flex: 1;
    text-align: center;
}
.contactus {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contactus li {
    width: calc((100% - 30px)/2);
    margin-bottom: 28px;
    padding: 20px 55px;
    background: #fff7f7;
    position: relative;
    display: flex;
    align-items: center;
}
.contactus li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background: #e70314;
    transition: all .5s;
}
.contactus li:hover:after {
    width: 100%;
}
.contactus i {
    width: 88px;
    height: 88px;
    background: url("../images/lxbg.png") center no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    color: #e70314;
    flex-shrink: 0;
}
.contactus h2 {
    font-size: 24px;
    padding: 0 60px 0 40px;
    flex-shrink: 0;
}
.map {
    border: 1px solid #ddd;
}
.map img {
    display: block;
    max-width: 100%;
}
/*服务内容页*/
.fu-jieshao {
    display: flex;
}
.fu-pic {
    width: 50%;
}
.fu-pic img {
    display: block;
    width: 100%;
}
.fu-r {
    width: 50%;
}
.fu-r .zuo-more {
    opacity: 1;
    position: relative;
    bottom: auto;
    border: 1px solid #e70314;
    color: #e70314;
    width: 180px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    margin: 40px 50px 60px;
}
.fu-r .zuo-more i {
    font-size: 24px;
}
.fu-zhuanye {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 30px;
}
.fu-zhuanye li {
    margin: 10px 20px;
    width: 244px;
    height: 62px;
    line-height: 60px;
    padding: 0 60px;
    background: #fff;
    border: 1px solid #e6e6e6;
    position: relative;
    font-size: 20px;
}
.fu-zhuanye i {
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fu-zhuanye i img {
    display: block;
    height: 50%;
}
.banli-tab {
    margin: 60px 0 0 0;
    display: flex;
    background: #efefef;
}
.banli-tab li {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 28px 15px;
    font-size: 24px;
    cursor: pointer;
}
.banli-tab li.active {
    color: #fff;
    background: #e70314;
}
.banli-tab li i {
    font-size: 36px;
    margin-right: 15px;
}
.banli-con {
    display: none;
    padding: 60px 0;
    position: relative;
}
.bllcbox {
    display: flex;
    justify-content: space-around;
}
.bllcbox li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bllcbox img {
    display: block;
    max-width: 100%;
}
.bllcbox h2 {
    font-size: 24px;
    padding-top: 20px;
}
.liucheng-note {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.liucheng-note img {
    display: block;
    max-width: 100%;
}
.jieguo-pic {
    display: flex;
    justify-content: space-between;
}
.jieguo-pic li {
    width: 48%;
    /*border: 1px solid #ddd;*/
    display: flex;
    justify-content: center;
    /*padding: 15px;*/
}
.jieguo-pic li img {
    display: block;
    max-width: 100%;
}
    /*申请条件*/
.tiaojian {
    display: flex;
    flex-wrap: wrap;
}
.tiaojian li {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 30px 0;
}
.tiaojian li span {
    width: 88px;
    height: 81px;
    background: url("../images/tiaojianbg.png") left top no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    flex-shrink: 0;
    line-height: 81px;
    padding: 0 10px;
}
.tiaojian li p {
    flex-shrink: 1;
    padding: 0 10% 0 20px;
}
.sxzlbox li {
    padding: 10px 0;
    display: flex;
}
.sxzlbox {
    width: calc(100% - 400px);
}
.sxzlbox li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    color: #fff;
    background: #6096e9;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}
.sxzlbox li p {
    padding: 6px 0;
}
.lianxipic {
    position: absolute;
    right: 0;
}
.bg-hzlc {
    background: url("../images/bg-hzlc.jpg") center top no-repeat;
    background-size: cover;
    color: #fff;
}
.hzlc-slider {
    position: relative;
    padding: 20px 6%;
}
.hzlc-slider .swiper-button-next,
.hzlc-slider .swiper-button-prev {
    color: #fff;
}
.hzlc-slider .swiper-button-next {
    right: 0;
}
.hzlc-slider .swiper-button-prev {
    left: 0;
}
.hzlc-item {
    background: rgba(255,255,255,.3);
    border-radius: 30px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 2vw;
    padding: 0 15px;
    text-align: center;
    position: relative;
}
.hzlc-item h2 {
    font-size: 24px;
    padding-top: 30px;
}
.hzlc-item i {
    font-size: 46px;
}
.hzlc-item:after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: -48px;
}
.hzlc-slider .swiper-slide {
    padding-bottom: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.bg-youshi {
    background: url("../images/bg-youshi.jpg") center top no-repeat;
    background-size: cover;
}
.youshi {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    align-items: center;
    padding-bottom: 30px;
}
.youshibox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*flex-shrink: 0;*/
}
.youshi-c {
    padding: 60px 140px;
    position: relative;
    color: #fff;
    font-size: 18px;
}
.youshi-c::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skew(-10deg);
    z-index: -1;
    background-image: linear-gradient(to right,#e80012,#f96718);
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(180,0,14,.3);
}
.youshi-c h2 {
    font-size: 30px;
    font-weight: bold;
    background: #ff727d;
    border-radius: 40px;
    width: 277px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    margin-bottom: 30px;
}
.ys-c li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 0;
}
.ys-c li:before {
    content: '\e628';
    font-family: iconfont;
    font-size: 34px;
}
.ys-c h3 {
    font-size: 30px;
    font-weight: bold;
    padding: 0 25px 0 20px;
    flex-shrink: 0;
}
.ys-c p {
    padding-top: 5px;
    color: #ffd9d9;
}
.youshi-jz {
    position: absolute;
    top: 45px;
    right: 0;
    font-size: 55px;
}
.youshi-l,
.youshi-r {
    padding: 55px 120px 55px 55px;
    position: relative;
    background: url("../images/youshi-left.png") right center no-repeat;
    background-size: cover;
    border-radius: 30px 0 0 30px;
    color: #af7948;
    font-size: 18px;
}
.youshi-l {
    margin-right: -20px;
}
.youshi-r {
    margin-left: -20px;
}
.youshi-l h2,
.youshi-r h2 {
    font-size: 22px;
    width: 230px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #fff;
    border-radius: 90px;
}
.ys-li {
    padding: 30px 0 20px;
}
.ys-li li {
    line-height: 26px;
    border-bottom: 1px solid #af7948;
    position: relative;
    display: flex;
    align-items: center;
    padding: 17px 0;
}
.ys-li li:last-child {
    border-bottom: 0;
}
.ys-li li:before {
    content: '\e63d';
    font-family: iconfont;
    font-size: 20px;
    margin-right: 20px;
}
.youshi-r {
    padding: 55px 55px 55px 120px;
    background: url("../images/youshi-right.png") left center no-repeat;
    background-size: cover;
    border-radius: 0 30px 30px 0;
    color: #9790b3;
}
.youshi-r .ys-li li {
    border-bottom-color: #9790b3;
}
.youshi-l .shadow {
    left: 20px;
    right: 100px;
    box-shadow: 10px 10px 20px rgba(108,95,84,.3);
}
.youshi-l .shadow2 {
    top: 20px;
    bottom: 20px;
    right: auto;
    left: 0;
    box-shadow: -5px 0 20px rgba(108,95,84,.3);
}
.shadow {
    position: absolute;
    bottom: 0;
    height: 10px;
    left: 0;
    right: 30px;
    box-shadow: 10px 10px 20px rgba(99,95,113,.3);
    z-index: -1;
}
.shadow2 {
    position: absolute;
    right: 0;
    top: 5%;
    height: 90%;
    width: 3px;
    z-index: -1;
    box-shadow: 5px 0 20px rgba(99,95,113,.3);
}
    /*售后保障*/
.bg-shbz {
    background: url("../images/bg-shbz.jpg") center top no-repeat;
    background-size: cover;

}
.bg-shbz .index-tt h2 {
    color: #fff;
}
.shbzbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 100px 0 20px;
}
.shbzbox li {
    width: calc((100% - 90px)/4);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 50px 0;
    font-size: 18px;
    position: relative;
}
.shbzbox li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 18px;
    background: #e70314;
    transition: all .5s;
}
.shbzbox span {
    width: 122px;
    height: 122px;
    padding: 9px;
    border-radius: 50%;
    background: #fff;
    margin-top: -61px;
    transition: all .5s;
}
.shbzbox span i {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #e70314;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e70314;
    font-size: 58px;
    transition: all .5s;
}
.shbzbox h2 {
    font-size: 24px;
    padding: 15px 0;
}
.shbzbox dd {
    color: #666;
    position: relative;
    padding-left: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    word-break: break-all;
}
.shbzbox dd:after {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c3c3c3;
}
.shbzbox li:hover:after {
    width: 100%;
    left: 0;
}
.shbzbox li:hover i {
    background: #e70314;
    color: #fff;
}
/*问题*/
.ques {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 20px;
}
.ques a {
    width: calc((100% - 30px)/2);
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,.09);
    margin: 10px 0;
}
.ques a h2 {
    font-size: 24px;
    padding-left: 30px;
    line-height: 40px;
    position: relative;
}
.ques a h2:before {
    content: '\e617';
    font-family: iconfont;
    position: absolute;
    left: 0;
    color: #e70314;
    font-size: 24px;
}
.ques a p {
    margin: 15px 0 0 30px;
}
.ques a:hover {
    background: #e70314;
}
.ques a:hover h2,
.ques a:hover h2::before {
    color: #fff;
}
.ques a:hover p {
    color: rgba(255,255,255,.8);
}
.m-nav {
    display: none;
}

.ewmbox {
    display: flex;
}
.ewmbox .ft-ma {
    text-align: center;
    margin-right: 15px;
}
.ewmbox .ft-ma:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1600px) {

    .menu > li > a {
        margin: 0 7px;
    }
    .hzlc-item {
        margin: 0 1.2vw;
    }
}
@media screen and (max-width: 1440px){
    .hd-box,
    .b-con,
    .container {
        width: 96%;
    }
    .b-con {
        left: 2%;
    }
    .banner {
        height: 460px;
    }
    .anli-slider {
        padding-left: 0;
        padding-right: 0;
    }
    .ma-tc {
        left: auto;
        right: 0;
    }
    .mabox em {
        left: auto;
        right: 10%;
    }
    .youshi-c {
        padding: 50px 100px;
    }
    .youshi-r {
        padding: 40px 40px 40px 100px;
    }
    .youshi-l {
        padding: 40px 100px 40px 40px;
    }
}
@media screen and (max-width: 1366px) {
    .sixbox {
        flex-wrap: wrap;
        margin-bottom: -20px;
    }
    .six-item {
        width: calc((100% - 40px)/3);
        margin: 0 0 20px;
    }
    .in-banner {
        height: 360px;
    }
    .lj-pic {
        width: 40%;
        height: 400px;
    }
    .lj-pic img {
        height: 100%;
        object-fit: cover;
    }
    .lj-text {
        flex: 1;
    }
    .zuo-box a {
        padding: 30px;
        height: 300px;
    }
    .anli-list {
        margin: 0 -20px;
    }
    .anli-list a {
        margin: 0 15px 30px;
        width: calc((100% - 180px)/6);
    }
    .fu-zhuanye li {
        width: 200px;
        padding: 0 15px 0 30px;
    }
    .zuo-box a:hover .zuo-more {
        opacity: 1;
        bottom: 40px;
    }
    .six-item em {
        min-height: auto;
    }
}
@media screen and (max-width: 1280px) {
    .menu {
        padding-left: 20px;
    }
    .shu-line,.hotline {
        display: none;
    }
    .xq-right {
        width: 300px;
    }
    .fu-r .zuo-more {
        margin: 30px;
    }
    .youshi-l,
    .youshi-r,
    .youshi-c {
        font-size: 15px;
    }
    .ys-li {
        padding: 10px 0 0;
    }
}
@media screen and (max-width: 1200px) {
    .fu-zhuanye li {
        width: 170px;
        font-size: 16px;
    }
    .youshi-c {
        padding: 40px 60px 30px;
    }
    .ys-c h3 {
        font-size: 24px;
        padding: 0 15px;
    }
    .ys-c li:before {
        font-size: 24px;
    }
    .youshi-c h2 {
        font-size: 22px;
        width: auto;
        height: auto;
        line-height: normal;
        padding: 10px 20px;
        margin-bottom: 15px;
    }
    .youshi-jz {
        font-size: 34px;
        top: 30px;
    }

    .youshi-l h2, .youshi-r h2 {
        font-size: 18px;
        width: auto;
        height: auto;
        line-height: normal;
        padding: 8px 20px;
    }
    .hzlc-item h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .catebox,
    .dengjibox {
        display: none;
    }

    .logo img {
        height: 40px;
        margin: 10px 0;
    }
    header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 102;
        box-shadow: 0 0 10px rgba(0,0,0,.06);
    }
    body {
        padding-top: 60px;
    }
    .m-nav {
        display: block;
        position: relative;
    }
    .m-nav:before {
        content: '\e607';
        font-family: iconfont;
        font-size: 22px;
    }
    .m-nav.active:before {
        content: '\e61b';
        font-size: 20px;
    }
    .schbox {
        top: 60px;
        padding: 0 20%;
        position: fixed;
        left: 0;
        right: 0;
        background: #f8f8f8;
        height: 60px;
        display: none;
    }
    .sch {
        width: 100%;
        height: 40px;
        margin: 10px 0;
    }
    .sch-input {
        flex: 1;
        height: 38px;
        line-height: 38px;
    }
    .menu {
        position: fixed;
        top: 120px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        flex-direction: column;
        border-top: 1px solid #e6e6e6;
        padding: 0 10%;
        display: none;
    }
    .menu > li {
        border-bottom: 1px solid #e6e6e6;
    }
    .menu > li:hover .sub-menu {
        display: none;
    }
    .sub-menu {
        display: none;
    }
    .menu > li > a {
        margin: 0;
    }
    .fm-item:nth-of-type(1),
    .fm-item:nth-of-type(2),
    .fm-item:nth-of-type(3),
    .fm-item:nth-of-type(4),
    .fm-item:nth-of-type(5),
    .fm-item:nth-of-type(6) {
        display: none;
    }
    .banner {
        height: 360px;
    }
    .adv-slider {
        height: 150px;
    }
    .in-banner {
        height: 220px;
    }
    .lj-box {
        flex-direction: column;
    }
    .lj-pic {
        height: 260px;
    }
    .lj-pic, .lj-text {
        width: 100%;
    }
    .lj-text {
        margin-top: 20px;
    }
    .contactus li {
        padding: 20px;
    }
    .contactus h2 {
        padding: 0 20px;
        font-size: 22px;
    }
    .contactus i {
        width: 66px;
        height: 66px;
        font-size: 30px;
    }
    .zuo-box i {
        font-size: 48px;
    }
    .zuo-box a {
        justify-content: flex-start;
        height: auto;
        padding: 40px 20px 30px;
    }
    .zuo-box .zuo-more,.zuo-bg {
        display: none;
    }
    .zuo-box a:hover > i,
    .zuo-box a:hover > h2,
    .zuo-box a:hover > p {
        transform: none;
        opacity: 1;
    }
    .in-con h2 {
        font-size: 26px;
    }
    .rz-list a {
        width: calc((100% - 60px)/3);
    }
    .rz-more:before,
    .rz-more:after {
        content: none;
    }
    .rz-list a:hover .rz-more {
        color: #999
    }
    .rz-list a:hover .rz-more i {
        background: #e70314;
    }
    .rz-bg h3 {
        display: none;
    }
    .rz-list a:hover h2 {
        transform: translateY(0);
    }
    .rz-bg {
        font-size: 20px;
        line-height: 30px;
    }
    .in-sch {
        width: 70% !important;
        height: 60px !important;
        margin: 75px auto 0 !important;
    }
    .c-pic {
        width: 200px;
        height: 130px;
    }
    .xq-right {
        display: none;
    }
    .xq-con {
        padding: 30px;
    }
    .xq-flex {
        padding-bottom: 40px;
    }
    .anli-list {
        margin: 0;
    }
    .anli-list a {
        margin: 0 10px 30px;
        width: calc((100% - 80px)/4);
    }
    .youshi-r {
        padding: 20px 20px 20px 60px;
    }
    .youshi-l {
        padding: 20px 60px 20px 20px;
    }
    .ys-li li,
    .ys-c li {
        padding: 12px 0;
    }
    .fu-zhuanye li {
        height: auto;
        line-height: normal;
        border: 0;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 5px 0;
    }
    .fu-zhuanye i {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 10px 0 0;
        flex-shrink: 0;
    }
    .ques a {
        width: 100%;
    }
    .ques a:hover h2::before {
        color: #e70314;
    }
    .ques a:hover h2,
    .ques a:hover p {
        color: #333;
    }
    .ques a:hover {
        background: #fff;
    }
    .shbzbox li {
        width: calc((100% - 30px)/2);
        margin: 45px 0;
    }
    .shbzbox {
        padding: 20px 0 0;
    }
    .hzlc-item {
        margin: 0 10px;
        padding: 0 10px;
    }
    .hzlc-item h2 {
        font-size: 18px;
    }
    .sxzlbox li {
        width: 50%;
    }
    .tiaojian li span {
        width: 70px;
        height: 63px;
        line-height: 63px;
        font-size: 24px;
    }
    .fu-zhuanye {
        padding: 20px;
    }
    .banli-con {
        padding-bottom: 0;
    }
    .bllcbox h2 {
        font-size: 20px;
        padding-top: 12px;
    }
    .in-con p {
        font-size: 16px;
        padding-top: 10px;
    }
    .anli-slider a:hover img {
        transform: scale(1);
    }
    .lianxipic {
        position: relative;
        right: auto;
    }
    .sxzlbox {
        width: 100%;
    }

}
@media screen and (max-width: 768px) {
    .index-tt h2 {
        padding: 0 2% 5px;
        font-size: 26px;
        line-height: 40px;
    }
    .zhouqi-text {
        left: 5%;
        right: 5%;
    }
    .new-box {
        flex-direction: column;
    }
    .news-list {
        width: 100%;
    }
    .news-list:last-child,
    .ft-nav {
        display: none;
    }
    .ft-boxcon {
        padding: 20px 0;
    }
    .hotbox {
        display: flex;
        flex-direction: column;
    }
    .hotcard {
        height: 150px;
    }
    .hotcard h2 {
        position: relative;
        left: auto;
        bottom: auto;
        color: #333;
        margin-bottom: 15px;
    }
    .hotbg {
        display: none;
    }
    .hotbox img {
        position: absolute;
        width: 300px;
        height: 150px;
        top: 0;
        right: 0;
    }
    .hotcard .h-more {
        position: relative;
        right:  auto;
        bottom: auto;
        opacity: 1;
        background: none;
        color: #e70314;
        text-align: left;
    }
    .six-item {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }
    .six-item i {
        margin: 0 0 15px;
    }
    .banner {
        height: 260px;
    }
    .lj-text {
        padding: 20px;
    }
    .zuo-box {
        flex-direction: column;
    }
    .zuo-box a {
        height: auto;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
    .zuo-box a:last-child {
        border-bottom: 0;
    }
    .contactus {
        flex-direction: column;
    }
    .contactus li {
        width: 100%;
        margin-bottom: 20px;
    }
    .ljzx-btn {
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
    }
    .rz-list a {
        width: calc((100% - 40px) / 2);
    }
    .schbanner {
        height: 160px !important;
    }
    .in-sch {
        margin-top: 50px !important;
    }
    .c-date {
        padding: 0 15px;
    }
    .c-text {
        padding: 10px 20px;
    }
    .xq-pian {
        flex-direction: column;
    }
    .xq-pian li {
        width: 100%;
        max-width: 100%;
    }
    .xq-tt {
        font-size: 24px;
    }
    .anli-list a {
        width: calc((100% - 60px)/3);
    }

    .anli-slider h2 {
        font-size: 16px;
    }
    .youshi {
        flex-direction: column;
    }
    .youshibox {
        width: 100%;
    }
    .youshi-l,
    .youshi-r {
        border-radius: 30px;
    }
    .shadow,.shadow2 {
        display: none;
    }
    .youshi-l {
        background: #f5e0cd;
        box-shadow: 0 5px 20px rgba(108, 95, 84, .2);
        margin: 0 0 20px;
    }
    .youshi-r {
        background: #e3e0ee;
        box-shadow: 0 5px 20px rgba(99, 95, 113, .2);
        margin: 0;
    }
    .youshi-c {
        background-image: linear-gradient(to right,#e80012,#f96718);
        box-shadow: 0 5px 20px rgba(180, 0, 14, .2);
        border-radius: 30px;
        margin: 0 0 20px;
    }
    .youshi-jz {
        right: 30px;
    }
    .youshi-c:before {
        content: none;
    }
    .fu-jieshao {
        flex-direction: column;
    }
    .fu-pic, .fu-r {
        width: 100%;
    }
    .fu-r .zuo-more {
        margin: 20px 0;
    }
    .fu-zhuanye li {
        width: 40%;
    }
    .banli-tab {
        margin-top: 30px;
    }
    .banli-tab li {
        font-size: 20px;
        padding: 15px;
    }
    .banli-tab li i {
        font-size: 24px;
        margin-right: 10px;
    }
    .banli-con {
        padding-top: 30px;
    }
    .sxzlbox li {
        width: 100%;
    }
    .sxzlbox li {
        padding: 10px 0;
    }
    .tiaojian li {
        width: 100%;
        padding: 10px 0;
    }
    .bllcbox {
        flex-wrap: wrap;
        justify-content: left;
    }
    .bllcbox img {
        max-width: 60%;
    }
    .bllcbox li.xiayibu {
        display: none;
    }
    .bllcbox li {
        width: 33.33%;
        margin-bottom: 20px;
    }
    .in-catbox a {
        padding: 13px 10px;
    }
    .tiaojian li p {
        padding-right: 0;
    }
}
@media screen and (max-width: 600px){
    .adv-slider {
        height: 100px;
    }
    .hotbox img {
        width: 150px;
        height: 100px;
    }
    .hotcard {
        height: 100px;
    }
    .six-item {
        width: calc((100% - 20px) / 2);
    }
    .banner {
        height: 200px;
    }
    .ft-box,
    .ft-link {
        display: none;
    }
    .ft-copy span {
        display: block;
    }
    .zhouqitab li {
        font-size: 16px;
        margin: 0;
    }
    .index-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .news-list {
        padding: 20px;
    }
    .hotcard h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .in-banner {
        height: 160px;
    }
    .lj-pic {
        height: 200px;
    }
    .ljzx-btn p {
        font-size: 20px;
        width: 150px;
        padding: 0 10px;
    }
    .ljzx-btn p i {
        font-size: 28px;
    }
    .ljzx-btn h2 {
        font-size: 24px;
    }
    .contactus p {
        word-break: break-all;
    }
    .rz-pic {
        height: 18vh;
    }
    .rz-bg {
        font-size: 16px;
        line-height: 24px;
    }
    .rz-more {
        padding: 15px;
    }
    .rz-more i {
        width: 40%;
    }
    .schli li  {
        margin: 0;
    }
    .schli a {
        padding: 15px 6px;
    }
    .c-pic {
        display: none;
    }
    .c-text h2 {
        font-size: 18px;
    }
    .anli-list a {
        width: calc((100% - 40px)/2);
    }
    .fu-zhuanye {
        padding: 10px 0;
    }
    .banli-tab li {
        flex-direction: column;
        align-items: center;
        padding: 15px 5px;
        font-size: 18px;
    }
    .banli-tab li i {
        margin: 0 0 8px;
    }
    .bllcbox {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .bllcbox li {
        width: 33.33%;
        margin-bottom: 15px;
    }
    .bllcbox h2 {
        font-size: 16px;
    }
    .shbzbox li {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .in-catbox {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 320px){
    .ljzx-btn {
        height: auto;
        flex-direction: column;
    }
    .ljzx-btn p {
        flex: 1;
        width: 100%;
        padding: 10px;
    }
    .ljzx-btn h2 {
        padding: 15px 0 10px;
    }
    .rz-list a {
        width: 100%;
    }
}