@charset "utf-8";
.clearjs {
    width: 100%;
    clear: both;
    line-height: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    content: '.'
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%
}

body {
    font-size: 14px;
    color: #303030;
    line-height: 1;
    font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400
}

a {
    color: #303030;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    transition: all .4s
}

a:hover {
    color: #e7313b
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

em,
i {
    font-style: normal
}

img {
    vertical-align: middle;
    transition: all .4s
}

video {
    outline: 0
}

input,
select,
textarea {
    font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
    font-size: 14px
}

select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("../img/xia.png") no-repeat right center!important;
}

textarea {
    overflow: auto
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: 0
}

input::-ms-clear {
    display: none
}

input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
    -webkit-appearance: none
}

.flexm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainflex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mainflexright {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}

.tft10,
.fdpic {
    transition: All 0.4s ease-in-out;
}

.tft10:hover {
    transform: translate(0, -10px);
}

.fdpic:hover img {
    transform: scale(1.05);
}

.hei60 {
    height: 60px;
}

.bs {
    transition: All 0.4s ease-in-out;
}

.bs:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.fd {
    overflow: hidden;
    transition: All 0.4s ease-in-out;
}

.fd:hover img {
    transform: scale(1.05);
}

.marb10 {
    margin-bottom: 10px;
}

.marlr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.marr10 {
    margin-right: 10px;
}

.gybg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mart70 {
    margin-top: 60px;
}

.mart30 {
    margin-top: 30px;
}

.padt60 {
    padding-top: 60px;
}

.padb60 {
    padding-bottom: 60px;
}

.darkbg {
    background: #EEE !important;
}

.red {
    color: #e7313b;
}

.clearfix:after {
    width: 100%;
    clear: both;
    line-height: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    content: '.'
}

.wid160 {
    width: 1600px;
    margin: 0 auto;
}

.wid100 {
    width: 100%;
    overflow: hidden;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.pc {
    display: block
}

header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 888;
    transition: all .4s;
}

header .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

header .logo img {
    height: 45px;
    width: auto
}

header .navbut {
    display: none
}

header nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

header nav .nav-dowm-line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #fff
}

header nav ul li {
    float: left;
    position: relative
}

header nav ul li>a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 68px;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    position: relative;
    z-index: 5
}

header nav ul li>a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-left: 5px;
    opacity: .8;
    display: none;
    transition: all 0.3s;
}

header nav ul .drop:hover>a:after {
    transform: rotate(180deg);
}

header nav ul li.drop>a:after {
    display: block
}

header nav ul li .sub {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: 68px;
    border-top: 1px solid #e7313b;
    background: #fff;
    min-width: 100%;
    white-space: nowrap;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

header nav ul li .sub a {
    display: block;
    overflow: hidden;
    padding: 0 20px;
    position: relative
}

header nav ul li .sub a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: transparent;
    background: -webkit-linear-gradient(left, transparent 0%, #eee 50%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, #eee 50%, transparent 100%);
    background: -moz-linear-gradient(left, transparent 0%, #eee 50%, transparent 100%);
    background: linear-gradient(left, transparent 0%, #eee 50%, transparent 100%)
}

header nav ul li .sub a:hover {
    background: #e7313b;
    color: #fff
}

header nav ul li:hover>a {
    color: #fff
}

header nav ul li.cur>a {
    color: #fff
}

header nav ul li.nocur>a {
    color: #fff
}

header nav .search {
    margin-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    padding: 0 38px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    transition: all .4s;
    z-index: 99999;
}

.header_search_box {
    position: absolute;
    float: right;
    right: 0;
    top: 12px;
    width: 30px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .3s
}

.header_search_box.active {
    width: 300px;
    background: #000000;
    transition: all .3s
}

.header_search_box a {
    display: block;
    color: #fff;
}

.header_search_box i {
    position: absolute;
    top: 10px;
    right: 5px
}

.header_search_box i.close {
    opacity: 0;
    transition: all .3s
}

.header_search_box .search_click.active i.close {
    opacity: 1;
    transition: all .3s;
    color: #fff;
    font-size: 20px;
    z-index: 99999;
    right: 7px;
}

.header_search_box .search_click.active i.open {
    opacity: 0
}

.search_form {
    position: absolute;
    top: 0;
    right: 30px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s
}

.header_search_box.active .search_form {
    width: 260px;
    z-index: 9;
    transition: all .3s
}

.search_form .info {
    width: 100%;
    padding-right: 45px
}

.search_form input[type=text] {
    width: 100%;
    height: 40px;
    background: 0 0;
    border: 0;
    font-size: 14px;
    color: #ffffff
}

.search_form input[type=text]::-webkit-input-placeholder {
    color: #ffffff
}

.search_form input.btn_search {
    width: 30px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer
}

header nav .tel {
    margin-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    padding: 0 38px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    position: relative;
    transition: all .4s
}

header nav .tel .iconfont {
    margin-right: 10px
}

header nav .tel:after {
    position: absolute;
    right: 0;
    width: 1px;
    height: 28px;
    content: '';
    background: rgba(255, 255, 255, 0.3)
}

header.cur {
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.fixed_index_nav {
    display: none;
    position: fixed;
    left: 15px;
    bottom: 5%;
    z-index: 888
}

.fixed_index_nav li {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.23);
    color: #111;
    cursor: pointer;
    position: relative;
    border-radius: 100px;
}

.fixed_index_nav li:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #888;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4px;
    display: none;
}

.fixed_index_nav li:hover {
    background: linear-gradient(30deg, #e7313b, #FE646C);
    color: #fff
}

.fixed_index_nav li:hover:before {
    border-bottom-color: #eee
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1
    }
    35% {
        top: 50%;
        opacity: 0
    }
    65% {
        top: -50%;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}

.nbanner {
    width: 100%;
    background-position: center center;
    background-size: cover;
    height: 100%;
    color: #fff;
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.nbanner .iconfont {
    font-size: 68px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    display: block;
    cursor: pointer;
}

.nbanner .container {
    text-align: center;
}

.nbanner-cate {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
}

.nbanner-cate a {
    color: rgba(255, 255, 255, 1);
    margin: 0 25px 0;
    padding-bottom: 10px;
    font-size: 16px;
    position: relative;
    flex: none;
    display: block;
    padding-top: 10px;
}

.nbanner-cate .active:before {
    transform: scaleX(1);
    background: rgba(255, 255, 255, 0.5);
}

.nbanner-cate .active:hover:before {
    background: rgba(255, 255, 255, 0.8);
}

.nbanner-cate a:before,
.nbanner-cate a:after {
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
}

.nbanner-cate a:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
    transform: scaleX(0);
}

.nbanner-cate a:hover:before {
    transform: scaleX(1);
}

.nbanner .tt {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 5px;
}

.nbanner .tm {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
    letter-spacing: 2px
}

.videodsp ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 120px;
    flex-wrap: wrap;
}

.videodsp li {
    width: 33.3333%;
    line-height: 2.3;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.videodsp li img {
    max-width: 100%;
    object-fit: cover;
    border: 8px solid #727272;
}

.videodsp .video {
    position: relative;
}

.videodsp .video .iconfont {
    font-size: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(255, 255, 255, 0.95);
    display: block;
    transform: translate(-50%, -50%);
}

.tan_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.tan_box .box {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    width: 800px;
    height: 500px;
}

.tan_box video,
.tan_box iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tan_box .box .close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    z-index: 999;
    text-align: center;
    font-size: 16px;
    background: #fff;
    color: #999;
}

.proinex {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    position: relative;
}

.proinex-top {
    background: url(../img/sanjbg.png) no-repeat center bottom;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 24px;
    line-height: 2;
    opacity: 0.85;
    margin-top: 60px;
}

.proinex-top:hover img {
    transform: rotateY(180deg);
}

.proinex-bom {
    width: 1200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
    padding: 38px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: All 0.4s ease-in-out;
}

.proinex-bom:hover {
    transform: translate(-50%, -10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    color: #111;
}

.proinex-bom .left {
    width: 320px;
    border-right: 1px solid #575757;
    padding-right: 30px;
    text-align: center;
    font-size: 24px;
    color: #5e5e5e;
    text-transform: uppercase;
    line-height: 1.5;
}

.proinex-bom .left .en {
    font-size: 16px;
}

.proinex-bom .center {
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.5;
}

.proinex-bom .rig {
    background: #e7313b;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 180px;
}

.proinex-bom .left {
    width: 350px;
}

.pagination {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pagination li {
    padding: 0 5px
}

.pagination li a,
.pagination li span {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    line-height: 38px;
    background: #ddd;
    color: #666
}

.pagination li a:hover {
    background: #666;
    color: #fff;
    border-color: #666
}

.pagination li.active span {
    cursor: default;
    background: #e7313b;
    color: #fff
}

.pagination li.disabled span {
    background: #ccc;
    color: #888;
    cursor: not-allowed
}

.caselist {
    overflow: hidden;
    margin: -10px;
}

.caselist li {
    width: 33.333333%;
    float: left;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.caselist li .pic {
    display: block;
    overflow: hidden;
    position: relative;
}

.caselist li .pic img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.caselist2 li {
    width: 25%;
}

.caselist2 li .pic {
    display: block;
    overflow: hidden;
    position: relative;
    height: 300px;
    background: #f2f2f2;
}

.caselist2 li .pic img {
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.caselist li .pic:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
}

.caselist li .pic:after {
    position: absolute;
    content: "\e61b";
    font-family: "iconfont" !important;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 150px;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
}

.caselist li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 50px;
    color: #333;
    padding: 0 10px;
    position: relative;
    transition: all 0.3s;
    font-size: 16px;
}

.caselist li span:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: all 0.3s;
    content: "";
    background: #000;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
}

.caselist li:hover .pic img {
    transform: scale(1.1);
}

.caselist li:hover .pic:before {
    opacity: 1;
}

.caselist li:hover .pic:after {
    font-size: 68px;
    opacity: 1;
}

.caselist li:hover span {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.caselist li:hover span:before {
    opacity: 1;
    transform: scale(1);
}

.casetit {
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}

.view-pro2 {
    width: 70% !important;
}

.contactbox {
    padding: 120px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bzline {
    flex-direction: column;
}

.bzline .msline {
    margin-top: -40px;
}

.bztit {
    margin-bottom: 90px;
    position: relative;
    text-align: center;
}

.bztit .en {
    line-height: 38px;
    font-size: 35px;
    text-transform: uppercase;
}

.bztit .tit {
    position: absolute;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -43px;
    font-size: 34px;
    padding: 10px 0;
    text-align: center;
    min-width: 180px;
}

.bztit .tit:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 2px;
    background: #535353;
}

.bztiths .tit {
    background: none;
    bottom: -53px;
}

.bztitleft {
    text-align: left;
}

.bztitleft .tit {
    left: 0;
    transform: translateX(0);
}

.bztitleft .tit:before {
    width: 0;
}

.bztitwhite .tit,
.bztitwhite .en {
    color: #fff;
    background: none;
    font-weight: 200;
}

.bztitwhite .tit:before {
    background: #fff;
}

.contactbox .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactbox .container .conbox {
    width: 320px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f3f3f3;
    margin: 10px
}

.contactbox .container .conbox .iconfont {
    font-size: 50px;
    color: #e7313b;
}

.contactbox .container .conbox .tit {
    font-size: 24px;
    padding: 40px 0 12px;
}

.contactbox .container .conbox .ms {
    font-size: 15px;
    color: #727272;
}

.contactbox .container .conred {
    background: #e7313b;
}

.contactbox .container .conred img {
    max-width: 160px;
}

.contactbox .container .conred .ms {
    color: #fff;
    margin-top: 20px;
}

.contactbg {
    height: 380px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contacttext .wid160 {
    display: flex;
    padding: 120px 0;
    align-items: center;
}

.contacttext .text {
    padding-left: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.contacttext .text form {
    width: 100%;
    height: 100%;
}

.contacttext .text form li {
    width: 100%;
}

.jm-form2 {
    width: 100%;
}

.contacttext .text .tit {
    font-size: 34px;
    display: flex;
    justify-content: flex-end;
}

.contacttext .text .tit img {
    display: block;
    padding-right: 15px;
}

.contacttext .text .tit span {
    display: block;
    padding-top: 9px;
}

.contacttext .text .ms {
    font-size: 16px;
    padding: 25px 0 35px;
    position: relative;
}

.contacttext .text .ms:before {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 0;
    background: #535353;
    width: 22px;
    height: 1px;
}

#bdmap {
    height: 570px;
    font-size: 12px;
    line-height: 24px;
    width: 100%;
}

#bdmap img {
    transition: all 0s
}

#bdmap h4 {
    color: #0066cb;
    border-bottom: 1px solid #eee;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    font-size: 16px
}

.contactmap {
    width: 100%;
    overflow: hidden;
}

.zmdbox {
    padding: 80px 0 0;
    background: url(../img/zmdred.png) top right no-repeat;
}

.zmdtit {
    line-height: 1.5;
    font-size: 35px;
    position: relative;
    font-weight: 300;
}

.zmdtit .en {
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase;
}

.zmdtit p:after {
    content: "";
    position: absolute;
    left: 120px;
    bottom: 10px;
    background: #535353;
    width: 22px;
    height: 1px;
}

.zmdcx {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 70px 0;
}

.mainbox {
    padding-top: 60px
}

.mainbox .wid160 {
    display: flex;
    justify-content: space-between;
}

.mainbox .artleft {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}

.mainbox .sidebar {
    width: 350px;
    margin-left: 30px;
}

.sidebox {
    background: #fff;
    padding: 20px;
}

.sidetit {
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.sidetit:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 20px;
    height: 2px;
    background: #e7313b;
}

.sidetext li {
    position: relative;
    line-height: 2;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 25px;
    margin-bottom: 25px;
    transition: all 0.5s;
}

.sidetext li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.sidetext li a.tit {
    font-size: 16px;
}

.sidetext li .date {
    font-size: 16px;
    color: #999;
}

.sidetext li a.lanwu {
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 0 15px;
    line-height: 30px;
    background: #f3f3f3;
    color: #666;
    text-align: center;
}

.sidetext li:hover a.lanwu {
    background: rgba(231, 49, 59, 0.7);
    color: #fff;
    bottom: 15px;
}

.sidetext li:hover {
    border-bottom: 1px dashed rgba(231, 49, 59, 0.5);
}

.sidetext li:hover a.tit {
    padding-left: 5px;
    color: #e8313b;
}

.sidepro li {
    line-height: 2;
    margin-bottom: 25px;
    text-align: center;
    font-size: 16px;
}

.sidepro li:last-child {
    margin-bottom: 0;
}

.sidepro li img {
    max-width: 100%;
}

.guantit {
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    background-image: linear-gradient(to right, #e8313b, #f35961);
}

.guanpic {
    text-align: center;
    padding: 15px 0;
    line-height: 1.5;
    font-size: 16px;
}

.guanpic img {
    width: 180px;
    margin-bottom: 8px;
}

.artrec {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

.artrec .pic {
    width: 440px;
}

.artrec .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artrec .text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 20px;
    font-size: 16px;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.artrec .text .tit {
    font-size: 24px;
    color: #e7313b;
    margin-bottom: 35px;
    line-height: 1.2;
}

.artrec .text .ms {
    line-height: 2;
}

.artrec .text .date {
    margin-top: 35px;
}

.artrec .text .date .iconfont {
    font-size: 20px;
    padding-right: 10px;
}

.artrec .text .more {
    font-size: 16px;
    margin-top: 35px;
    width: 138px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #111;
}

.artrec:hover .text .tit {
    padding-left: 5px;
}

.artrec:hover img {
    transform: scale(1.05);
}

.artrec:hover .more {
    border: 1px solid #e7313b;
    padding-left: 20px;
    color: #e7313b;
}

.artbox {
    margin-top: 40px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    color: #111;
}

.artbox .pic {
    width: 330px;
}

.artbox .pic img {
    max-width: 100%;
}

.artbox .text {
    padding: 30px;
    font-size: 16px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    line-height: 1.8;
}

.artbox .text .tit {
    font-size: 20px;
    padding-bottom: 20px;
}

.artbox .text .ms {
    color: #666;
}

.artbox .date {
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background: #7e7e7e;
    color: #fff;
    transition: all 0.3s;
}

.artbox .date span {
    font-size: 16px;
}

.artbox .date .day {
    font-size: 40px;
    padding-bottom: 7px;
}

.artbox:hover .date {
    background: #e7313b;
}

.artbox:hover {
    color: #000;
}

.artbody {
    padding: 30px;
    background: #fff;
    line-height: 2;
    font-size: 16px;
    overflow: hidden;
}

.arttit {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding: 30px;
}

.arttit .tit {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
}

.artbody img {
    max-width: 100%;
}

.arttit .ms {
    color: #666
}

.arttit .ms span {
    padding: 0 6px;
}

.view-news-box {
    margin-top: 30px;
}

.view-tit {
    margin: 30px 0 15px 0;
    overflow: hidden;
    position: relative;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #525252
}

.view-tit:after,
.view-tit:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px
}

.view-tit:after {
    background: #ddd;
    width: 100%
}

.view-tit:before {
    width: 36px;
    background: #e7313b;
    z-index: 5
}

.view-news {
    margin: 0 -10px;
    overflow: hidden
}

.view-news li {
    float: left;
    padding: 0 10px;
    width: 50%;
    box-sizing: border-box;
}

.view-news li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 32px;
    position: relative
}

.view-news li a:before {
    position: absolute;
    content: '';
    background: #262626;
    width: 4px;
    height: 4px;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.view-jm {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 16px;
    color: #111;
    line-height: 2;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dashed #ddd;
}

.view-jm ul {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.view-jm ul li {
    float: left;
    width: 25%;
    padding: 0 5px
}

.view-jm ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-sxpre {
    line-height: 90px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 0 30px;
    font-size: 16px;
}

.view-sxpre li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-sxpre li .iconfont {
    transition: all 0.5s;
}

.view-sxpre li:first-child:hover .iconfont,
.view-sxpre li:last-child:hover .iconfont {
    background: #e8313b;
    color: #fff;
    border: 1px solid #e8313b;
    width: 60px;
}

.liebie:hover a {
    background: #e8313b;
}

.view-sxpre li .iconfont {
    padding-right: 5px;
}

.view-sxpre li:first-child .iconfont,
.view-sxpre li:last-child .iconfont {
    padding-right: 0;
    color: #111;
    display: block;
    border: 1px solid #ccc;
    width: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
}

.view-sxpre li:first-child .iconfont {
    margin-right: 20px;
}

.view-sxpre li:last-child .iconfont {
    margin-left: 20px;
}

.view-sxpre .liebie {
    background: #111;
    text-align: center;
    width: 210px;
    font-size: 24px;
    font-weight: normal;
}

.view-sxpre .liebie a {
    color: #fff;
}

.xgpro {
    background: #fff;
    padding: 30px;
}

.bg_list_pro {
    margin: -10px;
    overflow: hidden;
}

.bg_list_pro li {
    width: 33.333333333333%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.bg_list_pro2 li {
    width: 25%;
}

.bg_list_pro li a {
    display: block;
    position: relative;
    font-size: 16px;
}

.bg_list_pro li a .pic {
    overflow: hidden;
}

.bg_list_pro li a .pic img {
    width: 100%;
    height: auto;
    transition: all 0.4s;
}

.bg_list_pro li a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    background: #fbfbfb;
    line-height: 40px;
    text-align: center;
    transition: all 0.4s;
}

.bg_list_pro li a:hover img {
    transform: scale(1.1);
}

.bg_list_pro li a:hover span {
    background: #e7313b;
    color: #fff;
}

.sidelan a {
    display: block;
    line-height: 55px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    position: relative;
}

.sidelan a:before {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 200;
}

.sidelan a:hover {
    padding-left: 5px;
}

.protops {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proright {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 60px;
    font-size: 16px;
    line-height: 1.8;
}

.proright .tit {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 15px;
}

.proright .ms {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.proright .tel {
    display: block;
    width: 230px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 16px;
    margin: 30px 0;
}

.proright .tel:hover {
    border: 1px solid #e7313b;
}

.proright .tel i,
.proright .yuyue i {
    font-size: 24px;
    padding-right: 10px;
}

.proright .yuyue {
    display: block;
    width: 190px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    background: #e7313b;
    position: relative;
}

.proright .yuyue:hover {
    color: #e7313b;
}

.bshare-custom {
    float: right;
    margin-top: 12px;
    font-size: 16px;
}

.view-pro .swiper-wrapper {
    position: relative;
    text-align: center;
}

.toptop {
    top: 10px;
    left: 10px;
    position: absolute;
    z-index: 99999;
    display: flex;
    width: 150px;
    align-items: center;
    justify-content: flex-start;
}

.profdpic {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border-radius: 50px;
}

.lxvideo {
    background: #111 url(../img/lxvideo.png) no-repeat center center;
    margin-right: 3px;
}

.propic {
    background: #111 url(../img/sxjia.png) no-repeat center center;
}

.view-pro {
    width: 550px;
    margin: 0 auto;
}

.view-pro .flexmain {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0 30px 0
}

.view-pro .flexmain .left {
    width: 100%
}

.view-pro .flexmain .left img {
    max-width: 100%;
    height: auto
}

.view-pro .flexmain .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 30px
}

.view-pro .flexmain .right .tit {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.4
}

.view-pro .flexmain .right .text {
    line-height: 1.8;
    color: #666
}

.view-pro .probanbig {
    border: 1px solid #cccccc;
    cursor: pointer;
    position: relative
}

.view-pro .probansmall {
    padding: 0 35px;
    position: relative;
    margin-top: 15px
}

.view-pro .probansmall .swiper-slide {
    cursor: pointer;
    width: 20%;
}

.view-pro .probansmall .swiper-slide img {
    border: 2px solid #fff;
    width: 100%;
}

.view-pro .probansmall .swiper-slide-thumb-active img {
    border-color: #e7313b
}

.view-pro .probansmall .arrow-left,
.view-pro .probansmall .arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #999;
    cursor: pointer;
    outline: 0
}

.sharethis-inline-share-buttons {
    width: 200px;
    float: right;
    padding-top: 7px;
}

.view-pro .probansmall .arrow-left:hover,
.view-pro .probansmall .arrow-right:hover {
    color: #e7313b
}

.view-pro .probansmall .arrow-left {
    left: 0px
}

.view-pro .probansmall .arrow-right {
    right: 0px
}

.view-pro .probansmall .swiper-button-disabled {
    cursor: not-allowed;
    opacity: .3
}

.protops {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px;
    width: 100%;
}

.zhbg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.zhbg .wid160 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zhbg .wid160 .zhleft {
    width: 50%;
    color: #fff;
    font-size: 38px;
    line-height: 1.5;
    font-weight: 200;
    justify-content: flex-start;
}

.zhbg .wid160 .zhleft .tit {
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 60px;
}

.zhbg .wid160 .zhleft .en {
    font-size: 48px;
    color: #e7313b;
    text-transform: uppercase;
    font-weight: 350;
}

.zhbg .wid160 .zhleft .ms {
    position: relative;
    padding-bottom: 30px;
}

.zhbg .wid160 .zhleft .ms:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #fff;
    transition: width 1s, height 1s, transform 1s;
}

.zhbg .wid160 .zhleft:hover .ms:before {
    width: 100%;
    opacity: 0.8;
}

.zhbg .wid160 .zhleft .text {
    font-size: 28px;
    margin-top: 30px;
}

.zhblack .wid160 .zhleft .ms:before {
    background: #111;
    bottom: 0;
}

.zhbg .wid160 .zhrig {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}

.zhbg:nth-child(even) .wid160 .zhleft {
    order: 2;
}

.aboutbom {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.aboutbom .left {
    font-size: 16px;
    width: 910px;
}

.aboutbom .left .tit {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: bold;
}

.aboutbom .left .text {
    line-height: 2;
}

.aboutbom .left .text p {
    margin-bottom: 12px;
}

.aboutbom .rig {
    width: 550px;
    background: url(../img/aboutbg.png) no-repeat top right;
    margin-left: 150px;
}

.aboutvideo {
    margin-top: 60px;
}

.aboutvideo .abtpic {
    position: relative;
}

.aboutvideo .iconfont {
    font-size: 88px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .9;
}

.ppjj {
    padding-top: 60px;
    background-size: cover;
}

.ppjj .ms {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.5;
}

.pinpry {
    background: url(../img/ppry.jpg) no-repeat;
    background-size: cover;
}

.lctext {
    background: rgba(255, 255, 255, 0.2);
    padding: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
}

.lctext .tit {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.in-fazhan {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}

.in-fazhan .tab {
    width: 100%;
    display: inline-block;
    height: 92px;
    overflow: hidden;
    margin-top: 200px;
    position: relative;
}

.in-fazhan .tab swiper-wrapper {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px !important;
    overflow: hidden
}

.in-fazhan .tab:after {
    content: '';
    width: 88%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translateX(-50%);
    z-index: -1;
}

.in-fazhan .tab swiper-wrapper {
    width: 2100px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    left: -1120px;
}

.in-fazhan .tab .swiper-slide.no_line:before {
    display: none;
}

.in-fazhan .tab {
    padding: 0 35px;
}

.in-fazhan .tab .swiper-slide {
    display: inline-block;
    cursor: pointer;
    padding-top: 15px;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.8);
    margin: 34px auto 0;
    position: relative;
    text-align: center;
}

.in-fazhan .tab .swiper-slide:after {
    content: '';
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 150px;
    position: absolute;
    z-index: 20;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.in-fazhan .tab .swiper-slide-thumb-active {
    color: #e8313b;
    transition: all 0.3s;
}

.in-fazhan .tab .swiper-slide-thumb-active:after {
    background: #e8313b;
    z-index: 30;
}

div#listBox {
    width: 100%;
}

.sPrev,
.sNext {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 25%;
    transform: translateY(-25%);
    color: #fff;
    font-size: 40px;
    z-index: 99999;
}

.sPrev {
    left: 0;
}

.sNext {
    right: 0;
}

.sPrev img,
.sNext img {
    transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}

.nextStop,
.prevStop {
    color: rgba(255, 255, 255, 0.45);
}

.ppry {
    margin-top: 150px;
    height: 100%;
    position: relative;
}

.ppry .swiper-button-a,
.ppry .swiper-button-b {
    outline: none !important;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 99;
    position: absolute;
    top: 45%;
    transform: translateY(-50%;
    );
    font-size: 40px;
    padding: 10px;
    cursor: pointer;
}

.ppry .swiper-button-a {
    right: -80px;
}

.ppry .swiper-button-b {
    left: -80px;
}

.ppry .swiper-button-disabled {
    color: rgba(0, 0, 0, 0.8);
}

.ppry .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

.ppry .swiper-slide {
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    height: 480px;
}

.ppspa .swiper-slide {
    height: 260px;
}

.ppry .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ppculture {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ppculture .left {
    width: 600px;
    height: 568px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ppculture .rig {
    width: 990px;
    height: 568px;
    margin-left: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ppsp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wcmj {
    height: 272px;
    color: #fff;
    font-size: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}

.dian-pagination {
    position: absolute;
    left: 50%;
    bottom: 30px;
}

.ppspgd .swiper-slide .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    color: rgba(255, 255, 255, 0.8);
    transform: translate(-50%, -50%);
    font-size: 50px;
}

.dian-pagination .swiper-pagination-bullet-active {
    background: #e7313b;
}

.ppculture .pptext {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.5;
    position: relative;
    transition: all 0.3s;
}

.ppculture .pptext .hovered {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ppculture .pptext:hover {
    border-radius: 0 100px 0 100px;
}

.ppculture .pptext:hover .hovered {
    background: rgba(231, 49, 59, 0.85);
    border-radius: 0 100px 0 100px;
}

.ppculture .pptext .tit {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
}

.ppculture .pptext .tit:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    background: #fff;
    width: 15px;
    height: 1px;
}

.pplltop {
    width: 1480px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto 20px;
    height: 350px;
}

.lltopleft {
    width: 66.66666%;
    overflow: hidden;
}

.lltopleft img {
    max-width: 100%;
    object-fit: cover;
    display: block;
}

.lltoprig {
    width: 33.33333%;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s;
}

.hovered:hover {
    background: rgba(231, 49, 59, 0.9);
    color: #fff;
}

.hovered:hover .tit {
    color: #fff;
}

.lltoprig .tit {
    font-size: 24px;
    font-weight: bold;
    margin: 25px 0;
    color: #4e4e4e;
}

.lltoprig .iconfont {
    font-size: 50px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.lltoprig .iconfont:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 15px;
    height: 1px;
    background: #ccc;
}

.ppllbom {
    width: 1480px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
}

.llbombox {
    width: 33.33333%;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    padding: 80px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.llbombox .tit {
    font-size: 24px;
    font-weight: bold;
    margin: 25px 0;
    color: #4e4e4e;
}

.llbomwhite,
.llbomwhite .tit {
    color: #fff;
}

.llbombox .iconfont {
    font-size: 50px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.llbombox .iconfont:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 15px;
    height: 1px;
    background: #ccc;
    transition: all 0.3s;
}

.xxtop {
    transition: all 0.3s;
}

.xxtop:hover {
    padding-top: 50px;
}

.xxtop:hover .iconfont:after {
    width: 25px;
}

.dgnzs {
    overflow: hidden;
}

.ppdgn .pic {
    width: 33.33333%;
    padding: 5px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: auto;
}

.ppdgn .hovered {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    opacity: 0;
}

.ppdgn .hovered:hover {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.ppdgn .pic img {
    max-width: 100%;
    transition: all 0.3s;
}

.jmppll {
    height: 100%;
    display: flex;
    justify-content: center;
}

.jmppll .wid160 {
    position: relative;
}

.fivebom {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 100%;
    line-height: 1.5;
}

.fivebom .fivebox {
    padding: 0 40px;
    animation: shanshuotips 3s infinite linear;
}

.fivebom .fivebox .tips {
    min-width: 162px;
    height: 91px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #e8313b;
    border-radius: 15px;
    margin-bottom: 25px;
    flex-direction: column;
}

.fivebom .fivebox .tips::after {
    width: 38px;
    height: 21px;
    background: url(../img/pptips.png) no-repeat 0 0;
    position: absolute;
    left: 60%;
    bottom: -21px;
    transform: translateX(-60%);
    content: '';
}

.fivebom .fivebox .yuan {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #e8313b;
    border: 2px solid #fff;
    margin: 30px auto 224px;
    position: relative;
}

.fivebom .fivebox .yuan:after {
    width: 1px;
    height: 225px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -225px;
    transform: translateX(-50%);
    content: '';
}

.fivebom .fivebox:nth-child(2) .yuan {
    margin: 30px auto 199px;
}

.fivebom .fivebox:nth-child(2) .yuan:after {
    bottom: -200px;
    height: 200px
}

.fivebom .fivebox:nth-child(3) .yuan {
    margin: 30px auto 269px;
}

.fivebom .fivebox:nth-child(3) .yuan:after {
    bottom: -270px;
    height: 270px
}

.fivebom .fivebox:nth-child(4) .yuan {
    margin: 30px auto 369px;
}

.fivebom .fivebox:nth-child(4) .yuan:after {
    bottom: -370px;
    height: 370px
}

.fivebom .fivebox:nth-child(5) .yuan {
    margin: 30px auto 269px;
}

.fivebom .fivebox:nth-child(5) .yuan:after {
    bottom: -270px;
    height: 270px
}

.jmtit {
    font-size: 34px;
    text-align: center;
    color: #fff;
    padding-top: 80px;
    font-weight: 400;
    line-height: 1.5;
}

.jmtit .tit {
    position: relative;
    padding-bottom: 10px;
}

.jmtit .tit:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background: #fff;
}

.jmbztit {
    font-size: 34px;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
}

.jmbztit .ms {
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
}

.jmbztit .ms:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background: #111;
    transition: width 1s, height 1s, transform 1s;
}

.jmbztit:hover .ms:before {
    width: 50px;
    background: #e8313b;
}

.jmbztitwhite {
    color: #fff;
}

.jmbztitwhite .ms:before {
    background: #fff;
}

.jmgdpp .gdppbom {
    align-items: stretch;
}

.jmgdpp .gdppbom .topmt {
    background: #e8313b;
    font-size: 30px;
    padding: 45px;
    color: #fff;
    line-height: 1.5;
    height: 100%;
    background-image: url(../img/duij.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.jmgdpp .gdppbom .topm {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.jmgdpp .gdppbom .topl {
    width: 20%;
}

.jmgdpp .gdppbom .topm,
.jmgdpp .gdppbom .topb {
    width: 40%;
}

.gdppliyou {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.gdppliyou .gdppleft {
    width: 50%;
    min-height: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 110px;
}

.gdppliyou .gdppleft .tit {
    color: #fff;
    font-size: 34px;
    position: relative;
    text-align: center;
}


/* .gdppliyou .gdppleft .tit:before {
    content: '';
    position: absolute;
    right: 5px;
    bottom: -20px;
    width: 30px;
    height: 1px;
    background: #fff;
} */

.gdppliyou .gdpprig {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 50px;
    flex-direction: column;
    align-items: flex-start;
}

.gyimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gdppbox .iconfont {
    font-size: 80px;
    color: #e8313b;
    padding-right: 15px;
}

.ppbox {
    font-size: 17px;
    line-height: 1.5;
    padding-right: 10%;
}

.ppbox .tit {
    font-size: 24px;
    padding-bottom: 10px;
}

.fgbaida {
    height: 618px;
    position: relative;
}

.fgbaida .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fgbaida .swiper-container .swiper-slide {
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.fgbaida .tab {
    position: relative;
    z-index: 5;
}

.fgbaida .tab .on a {
    background: #e8313b;
}

.bdsix {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 200px;
}

.bdsix a {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    margin: 0 25px;
    font-weight: 200;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.bdsix a:hover {
    background: rgba(231, 49, 59, 0.8);
}

.bdsix a.on {
    background: rgba(231, 49, 59, 0.8);
}

.fgbaida .flexm {
    flex-direction: column;
    align-items: center;
}

.fgbaida .bdms {
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-top: 20px;
    animation: shanshuotips 3s infinite linear;
}

.fgbaida .bdms:before {
    font-family: "iconfont";
    content: "\e625";
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 35px;
}

.qjtop {
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
}

.qjbox {
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5;
    width: 33.33333%;
    margin: 0 20px;
    text-align: center;
    background: #f2f2f2;
}

.qjbox .pic {
    position: relative;
    margin-bottom: 60px;
    width: 100%;
}

.qjbox .pic img {
    object-fit: cover;
    width: 100%;
}

.qjbox .pic .iconnum {
    width: 95px;
    height: 95px;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    background: #e8313b;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
}

.qjbox .tit {
    font-size: 30px;
    font-weight: 510;
    padding-bottom: 8px;
}

.qjbox .ms {
    color: #666;
    min-height: 80px;
    padding: 0 20px;
}

.huijbg {
    padding-top: 50px;
    flex-direction: column;
}

.huijbox {
    flex-wrap: wrap;
}

.huijbox li {
    width: 33.33333%;
    padding: 20px;
    font-size: 30px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 200px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    overflow: hidden;
}

.huijbox li:hover a {
    display: none;
}

.huijbox li:nth-child(3),
.huijbox li:nth-child(6),
.huijbox li:nth-child(9) {
    border-right: none;
}

.huijbox li:nth-child(7),
.huijbox li:nth-child(8),
.huijbox li:nth-child(9) {
    border-bottom: none;
}

.huijbox li p {
    width: 100%;
}

.huijbox li a {
    color: #fff;
    position: relative;
    display: block;
    font-weight: 200;
}

.huijbox li a:before {
    content: '';
    position: absolute;
    left: 2px;
    bottom: -20px;
    width: 30px;
    height: 1px;
    background: #e8313b;
    transition: all 0.3s;
}

.huijbox li img {
    opacity: 0;
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: none;
}

.huijbox li:hover {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    text-align: center;
}

.huijbox li:hover img {
    opacity: 1;
    display: block;
    max-width: 100%;
}

.huijbox li:hover a:before {
    background: #fff;
}

.fugaibg {
    flex-direction: column;
}

.huobox img {
    object-fit: cover;
}

.huobom {
    align-items: stretch;
}

.huobom>div {
    width: 33.3333%;
}

.huobomr {
    background: #e8313b;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    padding: 40px;
    font-weight: 200;
    transition: all 0.3s
}

.huobomr:hover {
    background: #efefef;
    color: #e8313b;
    box-shadow: 0 0 10px #ccc;
    border-bottom: 8px solid #e8313b;
    border-top: 1px solid #e8313b;
}

.showbg {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.showbg .showleft {
    width: 566px;
    height: 768px;
    flex-direction: column;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    font-weight: 200;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-right: 5px;
}

.showbg .showleft img {
    padding-top: 120px;
}

.showbg .showleft .tit {
    margin-bottom: 180px;
    font-size: 34px;
    font-weight: 400;
    position: relative;
}

.showbg .showleft .tit:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 30px;
    height: 1px;
    background: #fff;
    transform: translateX(-50%);
}

.showbg .showrig {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding-left: 10px;
    height: 768px;
    overflow: hidden;
}

.showbg .showrig .pic {
    padding-bottom: 12px;
    padding-left: 6px;
    display: block;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
}

.showbg .showrig .pic img {
    max-width: 100%;
}

.jmxybg {
    background-position: top center;
    background-size: auto;
    flex-direction: column;
}

.jmxybom {
    display: flex;
}

.jmxybom .jmxyleft {
    width: 863px;
}

.jmxybom .jmxyleft img {
    height: 100%;
}

.jmxybom img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.jmxybom .jmxyrig {
    box-sizing: border-box;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}

.jmxybom .jmxyrig,
.jmxybom .jmxyleft {
    width: 50%;
    height: auto;
    overflow: hidden;
}

.jmxybom .jmxyleft .pic {
    height: 100%;
}

.jmxybom .jmxyrig {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.jmxybom .jmxyrig .pic {
    width: 50%;
    box-sizing: border-box;
    height: 50%;
}

.jmxybom .jmxyrig .pic:nth-child(1),
.jmxybom .jmxyrig .pic:nth-child(2) {
    padding-bottom: 10px
}

.jmxybom .jmxyrig .pic:nth-child(1),
.jmxybom .jmxyrig .pic:nth-child(3) {
    padding-right: 10px
}

.jmxyftit .pic {
    position: relative;
    overflow: hidden;
    display: block;
}

.jmxybom .pic img {
    opacity: 1;
}

.jmxybom .pic:hover img {
    opacity: 0.88;
}

.jmxyftit .tit {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #e8313b;
    color: #fff;
    line-height: 50px;
    padding: 0 30px;
    opacity: 0;
    transition: all 0.3s;
}

.jmxyftit .jmxyleft .tit {
    bottom: 0;
    right: 0;
}

.jmxyftit .jmxyrig .tit {
    bottom: 0;
    right: 0;
}

.jmxyftit .jmxyrig .pic:nth-child(1) .tit {
    bottom: 10px;
    right: 10px;
}

.jmxyftit .jmxyrig .pic:nth-child(3) .tit {
    right: 10px;
}

.jmxyftit .jmxyrig .pic:nth-child(2) .tit {
    bottom: 10px;
}

.jmxyftit .pic:hover img {
    opacity: 0.35;
}

.jmxyftit .pic:hover .tit {
    opacity: 1;
}

.dmxxbg {
    flex-direction: column;
}

.dmxxbanner {
    width: 100%;
    overflow: hidden;
    clear: both;
}

.dmxxbanner .swiper {
    width: 100%;
    height: 100%;
}

.dmxxbanner .swiper-slide {
    text-align: center;
    font-size: 16px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.dmxxbanner .swiper-slide .text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 80px 0 20px;
    height: 100px;
    width: 80%;
    align-items: center;
    display: flex;
}

.dmxxbanner .swiper-slide .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dmxxbanner .dmSwiper {
    position: relative;
}

.mdbanner {
    width: 1600px;
    overflow: hidden;
    clear: both;
}

.fengyeli {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 999999;
    height: 120px;
    width: 1620px;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.fengyeli .iconfont {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    color: #fff;
    display: block;
    text-align: center;
    background: #e7313b;
    cursor: pointer;
}

.dmxxbanner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.huobaobg {
    height: auto;
    overflow: hidden;
}

.wendian {
    overflow: hidden;
    height: auto;
    background: #000;
    flex-direction: column;
    padding-bottom: 80px;
}

.pagenws {
    padding-top: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.pagenws .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    background: #fff;
    border-radius: 0;
    margin: 5px;
}

.baidaitx {
    min-height: 500px;
    flex-direction: column;
    background: url(../img/blackbg.jpg) repeat-x center bottom;
    position: relative;
}

.baidaitx .pagenws {
    bottom: 30px;
    z-index: 99999;
}

.jap_in_pxkc {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.jap_in_pxkc .pic {
    position: relative;
    overflow: hidden;
}

.jap_in_pxkc .pic:before,
.jap_in_pxkc .pic:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.3s;
    z-index: 1;
}

.jap_in_pxkc .pic:before {
    top: 50%;
}

.jap_in_pxkc .pic:after {
    bottom: 50%;
}

.jap_in_pxkc .pic img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.jap_in_pxkc:hover .pic img {
    transform: scale(1.2);
}

.jap_in_pxkc:hover .fnbox {
    bottom: 100px;
}

.jap_in_pxkc .pic .fds {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    line-height: 1.5;
    color: #fff;
    padding: 0 30px 120px;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: flex-end;
    opacity: 0;
    transform: scale(2);
    transition: all 0.3s;
    flex-direction: column;
    font-size: 16px;
    text-align: right;
}

.jap_in_pxkc .pic .fds h2 {
    font-size: 30px;
}

.jap_in_pxkc .pic .fds h3 {
    font-size: 28px;
    font-weight: bold;
}

.jap_in_pxkc .pic .fds h4 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}

.jap_in_pxkc .pic .fds p {
    padding: 5px 0;
}

.jap_in_pxkc:hover .fnbox .tit:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: none;
    transition: width 1s, height 1s, transform 1s;
}

.jap_in_pxkc:hover .fnbox .tit:before {
    width: 20px;
    background: #fff;
}

.jap_in_pxkc span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 0 0 0;
    font-size: 16px;
}

.jap_in_pxkc:hover .pic:before {
    height: 50%;
    opacity: 1;
}

.jap_in_pxkc:hover .pic:after {
    height: 50%;
    opacity: 1;
}

.jap_in_pxkc:hover .pic .fds {
    transform: scale(1);
    opacity: 1;
}

.fnbox {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
    z-index: 9999;
    transition: all 0.3s;
}

.fnbox .tit {
    font-size: 30px;
    color: #fff;
}

.swiper-pagination-bullet {
    outline: none !important;
}

.fnpagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 999999;
}

.fnpagination .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    background: #fff;
    border-radius: 0;
    margin: 5px;
}

.jmsupport {
    flex-direction: column;
}

.jmboxc {
    padding: 0 60px;
}

.jmboxc .pic {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #e8313b;
}

.jmboxc .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jmbox {
    justify-content: flex-start;
    margin-bottom: 40px;
}

.jmbox:last-child {
    margin-bottom: 0;
}

.jmbox .iconfont {
    width: 80px;
    height: 80px;
    font-size: 45px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    background: #e8313b;
    border-radius: 10px;
    margin-right: 10px;
}

.jmboxr {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.jmboxr .tit {
    font-size: 24px;
    color: #111;
}

.hehuoren {
    flex-direction: column;
}

.hhrbom {
    height: 530px;
    width: 100%;
    align-items: stretch;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-weight: 200;
}

.hhrbom .flexm,
.hhrbom .flexm p {
    transition: all 0.3s;
    overflow: hidden;
}

.hhrbom .flexm p {
    padding: 0 10px;
}

.hhrbom .flexm:hover {
    background: rgba(0, 0, 0, 0.7);
}

.hhrbom .flexm:hover p {
    transform: scale(1.1);
}

.hhrbom .hhrleft,
.hhrbom .hhrrig {
    width: 25%;
}

.hhrbom .hhrcenter {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    width: 50%;
}

.jmliuc {
    height: 100%;
}

.jmlctit {
    font-size: 34px;
    text-align: right;
    font-weight: 400;
    line-height: 1.5;
}

.jmlctit .ms {
    font-size: 16px;
}

.jmliuc .jmlctit {
    padding-top: 140px;
}

.jmliuc .flexm {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.msline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
}

.msline .midline {
    width: 100px;
    height: 1px;
    background: #111;
    margin: 0 3px 0 15px;
}

.msline .iconfont {
    font-size: 38px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
}

.mslinewhite .midline {
    background: #fff;
}

.mslinewhite .iconfont {
    color: #fff;
}

.jmlcbom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 150px;
}

.jmlcbom li {
    width: 25%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 80px;
}

.jmlcbom .iconfont {
    font-size: 55px;
    margin-bottom: 20px;
    display: block;
    transition: all 0.5s;
}

.jmlcbom li .iconfont:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.jmlcbom p {
    position: relative;
    padding-top: 20px;
}

.jmlcbom p::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background: #e8313b;
}

.jmzixun {
    height: 539px;
    flex-direction: column;
}

.jmzixun .wid160 {
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
}

.jmzixun .jmzxleft img {
    padding: 15px 0;
}

.jmzixun .jmzxleft .wel {
    background: url(../img/yuan.png) no-repeat right top;
}

.jmzixun .jmzxleft .bold {
    font-weight: bold;
    font-size: 38px;
}

.jmzixun .jmzxrig .tel {
    font-weight: bold;
    font-size: 38px;
    padding: 30px 0;
    color: #fff;
}

.jmzixun .jmzxrig p .iconfont {
    padding-left: 8px;
}

.jmzixun .jmzxform {
    padding: 0 50px;
    width: 710px;
}

.jmzx-form .liflex {
    display: flex;
    justify-content: flex-start;
}

.jmzx-form li input[type=text] {
    width: auto;
    border: none;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 1);
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    width: 100%;
    text-indent: 1em;
}

.jmzx-form li select {
    width: auto;
    border: none;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 1);
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    width: 100%;
    text-indent: 1em;
}

.jmzx-form .liflex select {
    margin-right: 10px;
    width: 33.3333%;
}

.jmzx-form .liflex select:last-child {
    margin-right: 0;
}

.jmzx-form li textarea {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 1);
    margin: 0 0 15px;
    font-size: 16px;
    min-height: 100px;
    text-indent: 1em;
    line-height: 2;
}

.tijiao button {
    width: 250px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    background: rgba(231, 49, 59, 0.8);
    cursor: pointer;
    color: #fff;
    border: none;
    letter-spacing: 2px;
}

.banner-windows {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-windows .swiper-container {
    width: 100.9%;
    height: 100%;
    overflow: hidden;
}

.banner-windows .swiper-slide {
    background-size: cover;
    background-position: center center;
}

.banner-windows .swiper-slide .item-box {
    position: relative;
}

.banner-windows .swiper-slide .item-box .txt-box {
    position: absolute;
    top: 50%;
    z-index: 8;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    line-height: 1.5;
}

.banner-windows .swiper-slide .item-box .txt-box h3 {
    font-size: 50px;
}

.banner-windows .swiper-slide .item-box .txt-box p {
    font-size: 28px;
    font-weight: 200;
}

.banner-windows .swiper-slide .item-box .txt-box a {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    background-color: #e8313b;
    color: #fff;
    width: 138px;
    text-align: center;
    border-radius: 30px;
    margin-top: 20px;
}

.banner-windows .swiper-slide .item-box .txt-box a span {
    margin-left: 5px;
    display: inline-block;
}

.banner-windows .swiper-slide .img-box {
    height: 100vh;
    background-position: center center;
    background-size: cover;
}

.banner-windows .swiper-button-prev {
    left: -60px;
}

.banner-windows .swiper-button-next {
    right: -60px;
}

.banner-windows .swiper-button-next,
.banner-windows .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    line-height: 50px;
    transition: all .3s;
}

.banner-windows .swiper-button-next:after,
.banner-windows .swiper-button-prev:after {
    font-size: 24px;
    color: #fff;
}

.banner-windows .swiper-button-next:hover,
.banner-windows .swiper-button-prev:hover {
    background: #e8313b;
}

.homesw-pagination {
    color: #fff;
    font-size: 28px;
    z-index: 999;
    font-weight: 200;
    width: 130px;
}

.homesw-pagination .swiper-pagination-current {
    font-size: 48px;
}

.banner-windows .bottom-box {
    position: absolute;
    bottom: 55px;
    width: 1400px;
    left: 50%;
    z-index: 8;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.banner-windows .bottom-box .line-box {
    width: 85%;
    height: 1px;
    background-color: #d2d2d2;
    position: relative;
}

.banner-windows .bottom-box .line-box i {
    position: absolute;
    left: 0;
    height: 1px;
    width: 0px;
    bottom: 0px;
    background: #e8313b;
    overflow: visible !important;
}

.banner-windows .bottom-box .line-box i em {
    position: absolute;
    top: -7px;
    right: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    background: #e8313b text-align: center;
}

.banner-windows:hover .swiper-button-prev {
    left: 80px;
}

.banner-windows:hover .swiper-button-next {
    right: 80px;
}

.homeabout {
    height: 100%;
}

.homeabout .wid160 {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
    position: relative;
    height: 100%;
}

.homeabtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.homeabtop .pic {
    margin-top: 80px;
    transition: all 0.3s;
}

.homeabtit {
    padding-left: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: url(../img/home-twhite.png) no-repeat left top;
    flex-direction: column;
    margin-bottom: 110px;
    margin-top: 130px;
}

.homeabtit .tit {
    font-size: 20px;
}

.homeabtit .en {
    font-size: 30px;
}

.homeabmid .pic {
    padding-right: 200px;
    float: left;
}

.homeabmid .pic img {
    display: block;
}

.homeabmid .pic .house {
    margin-bottom: 150px;
}

.homeabmid .text {
    width: 920px;
    float: left;
    line-height: 2;
    font-size: 16px;
}

.tflex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 100px;
}

.tflex img {
    margin-left: 30px;
    height: 60px;
}

.enter {
    width: 162px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.6);
    letter-spacing: 2px;
}

.homeabtbom {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.housebox {
    width: 150px;
    height: 150px;
    flex-direction: column;
    float: left;
    background: #343434;
    color: #fff;
    font-size: 16px;
    transition: all 0.3;
}

.housebox:first-child {
    background: #1E1E1E;
}

.housebox:last-child {
    background: #e8313b;
}

.housebox .iconfont {
    font-size: 45px;
    transition: all 0.3;
    display: block;
}

.housebox:hover {
    color: #fff;
    height: 180px;
}

.homeabout {
    flex-direction: column;
}

.homezh {
    width: 1400px;
    margin: 180px auto 0;
}

.zhbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 20%;
    transition: all 0.3s;
    height: 400px;
}

.zhbox:hover .iconfont {
    color: #fff;
}

.zhbox .effect-4:before,
.zhbox .effect-4:after {
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.zhbox:hover {
    background: #e8313b;
    color: #fff;
}

.zhbox:hover .effect-4:before,
.zhbox:hover .effect-4:after {
    transform: translateX(0);
    background: #fff;
}

.zhbox .tit {
    margin: 50px 0 25px;
    font-size: 20px;
    font-weight: 400;
}

.zhbox .ms {
    color: #666;
    margin-bottom: 50px;
    line-height: 1.5;
}

.zhbox .zhmore {
    font-size: 16px;
}

.zhbox .iconfont {
    display: block;
    font-size: 45px;
}

.zhbox .pic {
    position: relative;
    width: 115px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    margin: 0 auto;
}

.zhbox .pic:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #e7313b;
    border-radius: 50%;
    -webkit-animation: bounce-circle 1.8s infinite;
    animation: bounce-circle 1.8s infinite;
    animation-delay: 0s;
    box-sizing: border-box;
    z-index: 9;
    top: 18px;
    left: 17px;
}

.zhbox:hover .pic:before {
    border: 1px solid #fff;
}

.zhbox:hover .ms {
    color: rgba(255, 255, 255, 0.8);
}

.zhbox:hover a {
    color: #fff;
}

@-webkit-keyframes bounce-circle {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80%,
    100% {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.homelx {
    background-size: cover;
}

.homelx .wid160,
.homelx {
    height: 100%;
    flex-direction: column;
}

.homelx .wid160 {
    align-items: flex-start;
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.5;
    position: relative;
}

.homelx .wid160 .xtit {
    font-size: 36px;
}

.homecontact .xtit {
    font-size: 48px;
}

.homecontactleft .tit {
    font-size: 50px;
    padding: 10px 0 60px;
    font-weight: bold;
}

.homecontactrig {
    color: #fff;
    background: #e8313b;
    text-align: center;
    line-height: 50px;
    width: 160px;
    border-radius: 30px;
    display: block;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 10%;
}

.homecontactrig:hover {
    color: #fff;
}

.homejoin {
    height: 100%;
    padding: 160px 0 100px;
    overflow: hidden;
    width: 100%;
}

.homezmd {
    height: 100%;
    width: 50%;
    font-size: 16px;
    flex-direction: column;
    line-height: 1.8;
    color: #fff;
    overflow: hidden;
}

.homezmd:first-child {
    margin-right: 30px;
}

.homezmd:hover {
    color: #fff;
}

.homezmd:last-child {
    margin-right: 0;
}

.homezmd .tit {
    font-size: 48px;
}

.homezmd .ms {
    margin: 0 auto 25px;
    width: 88%;
    text-align: center;
}

.newstop {
    justify-content: space-between;
    width: 100%;
}

.newsrig {
    font-size: 16px;
}

.newsrig a {
    padding: 0 28px;
    border-right: 1px dotted #666;
    display: block;
}

.newsrig a:last-child {
    border-right: none;
}

.newsrig .active {
    color: #e7313b;
}

.homenews {
    flex-direction: column;
}

.newsbom {
    margin: 40px -10px 0;
    box-sizing: border-box;
}

.swli {
    width: 33.333%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.newsbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f2f2f2;
    line-height: 1.5;
    font-size: 15px;
    color: #666;
}

.newsbox:last-child {
    margin-right: 0;
}

.newsbox .pic {
    transition: all 0.3s;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.newsbox .pic img {
    max-width: 100%;
}

.newsbox .tit {
    font-size: 20px;
    margin: 10px 0;
    color: #111;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 500;
    line-height: 1.2;
}

.newsbox .ms {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 70px;
}

.newsbox .text {
    padding: 30px;
    width: 100%;
}

.swli:nth-child(2) .newsbox .pic {
    order: 2;
}

.newsbox:hover .pic img {
    transform: scale(1.05);
}

.newsbox:hover {
    color: #666;
}

.newsbox:hover .tit {
    color: #111;
}

.seriestop {
    width: 100%;
    padding-top: 80px;
}

.seriesbox {
    width: 25%;
    flex-direction: column;
}

.seriesbox .serboxtop {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.seriesbox .serboxtop:before {
    background: url(../img/home-t-shu.png) no-repeat;
    width: 7px;
    height: 70px;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.seriesbox:hover .pic .iconfont,
.seriesbox:hover .pic img {
    transform: rotateY(180deg);
    color: #111;
}

.seriesbox .pic {
    padding-right: 15px;
}

.seriesbox .pic .iconfont,
.seriesbox .pic img {
    font-size: 40px;
    display: block;
    transition: all 0.3s;
}

.seriesbox .tit {
    font-size: 16px;
    padding-top: 5px;
}

.seriesbox .en {
    font-size: 16px;
    text-transform: uppercase;
}

.seriesbox:hover .text .tit,
.seriesbox:hover .text .en {
    color: #111;
}

.seriesbox:last-child {
    background: none;
}

.seriesbox .seriespic {
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    background-color: #000;
}

.seriesbox .seriespic img {
    opacity: 0.6;
    transition: all 0.3s;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.seriesbox:hover .seriespic img {
    opacity: 1;
    transform: scale(1.05);
}

.seriesbox .seriespic .mpic {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.seriesbox .seriespic .mpic:before,
.seriesbox .seriespic .mpic:after {
    position: absolute;
    width: 0px;
    height: 0px;
    content: "";
    transition: all 1.2s;
    opacity: 0;
}

.seriesbox .seriespic .mpic:before {
    top: 0px;
    left: 0px;
    border-left: 6px solid rgba(255, 255, 255, 0.6);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
}

.seriesbox .seriespic .mpic:after {
    right: 0px;
    bottom: 0px;
    border-right: 6px solid rgba(255, 255, 255, 0.6);
    border-bottom: 6px solid rgba(255, 255, 255, 0.6);
}

.seriesbox:hover .seriespic .mpic:before,
.seriesbox:hover .seriespic .mpic:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.seriesbox:hover .seriespic .mpic {
    opacity: 0.8;
}

.homeseries {
    flex-direction: column;
}

.seriesbom {
    width: 100%;
}

.seriespic {
    height: auto;
    width: 100%;
}

.sertext {
    margin-top: 135px;
    margin-left: 60px;
    line-height: 2;
}

.sertext .tit {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
}

.hbleft,
.hbrig {
    width: 50%;
}

.hbrig img,
.hbleft img {
    max-width: 100%;
}

.hbleft {
    align-items: flex-start;
}

.hbleft .msline {
    justify-content: flex-start;
    margin-bottom: 25px;
}

.hbleft .text {
    padding-left: 130px;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.5;
    font-size: 16px;
    padding-bottom: 60;
}

.hbleft .text .line {
    width: 500px;
    height: 1px;
    background: #ddd;
}

.hbleft .tit {
    margin: 30px 0;
    font-size: 35px;
}

.hbleft .en {
    font-size: 24px;
    text-transform: uppercase;
}

.hb01 {
    padding: 120px 0;
}

.hb02 {
    padding-top: 120px;
}

.hbicon {
    justify-content: flex-start;
    align-items: flex-start;
}

.hbicon .hb {
    padding-right: 50px;
    text-align: center;
}

.hbicon .hb:last-child {
    padding-right: 0;
}

.hbicon .hb .iconfont {
    font-size: 50px;
}

.hbrig {
    text-align: right;
}

.hbtwocon {
    flex-direction: column;
    align-items: flex-start;
}

.hb02 .hbrig {
    align-items: flex-end;
    padding-left: 180px;
}

.hbtwocon .tit {
    font-size: 48px;
    margin-bottom: 35px;
    font-weight: bold;
    color: #e7313b;
    position: relative;
}

.hbtwocon .en {
    font-size: 24px;
    color: #8f8f8f;
    margin-bottom: 62px;
    text-transform: uppercase;
}

.hbtwocon .ms {
    font-size: 16px;
    margin-bottom: 150px;
}

.hbtwocon .tit:before {
    content: '';
    width: 35px;
    height: 3px;
    background: #e7313b;
    position: absolute;
    left: 2px;
    bottom: -20px;
}

.twoline {
    width: 100%;
    height: 3px;
    background: url(../img/kjtwoline.png) no-repeat center left;
}

.hb03 .hbleft {
    padding-left: 150px;
}

.lefthb03 .hbleft {
    order: 2;
    padding-left: 0;
    padding-right: 150px;
    text-align: right;
}

.sline {
    height: 92px;
    width: 1px;
    background: url(../img/sline.png) no-repeat center right;
    margin: 30px 0 30px 75px;
}

.hbthreecon {
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    padding-left: 80px;
    line-height: 1.5;
}

.hbthreecon .tit {
    font-size: 48px;
    font-weight: bold;
}

.hbthreecon .ms {
    font-size: 16px;
}

.hb04 {
    padding: 0;
}

.hb04 .hbleft {
    position: relative;
    padding-left: 180px;
}

.hb04 .hbleft .kjh {
    position: absolute;
    right: 150px;
    top: 50%;
    transform: translateY(-50%);
}

.hb04 .hbleft .ms {
    width: 260px;
    line-height: 1.5;
}

.hb04 .hbrig {
    padding-left: 0;
}

.prolist {
    margin: -10px;
    height: 100%;
    overflow: hidden;
    padding: 30px 0;
}

.prolist .proitems {
    width: 25%;
    float: left;
    padding: 10px;
}

.prolist .proitems .fa_hideimg {
    opacity: 0;
    transform: translate(-20%, -50%);
    z-index: 5;
    position: absolute;
    left: 100%;
    top: 100%;
    bottom: 100%;
    right: 100%;
}

.prolist .proitems:hover .fa_coverimg {
    opacity: 0;
    transform: translate(-80%, -50%);
}

.prolist .proitems:hover .fa_hideimg {
    opacity: 1;
    transform: translate(-100%, -100%);
}

.prolist .proitems .proinfo {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    padding: 20px 20px;
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 10;
    text-align: center;
}

.prolist .proitems:hover .proinfo {
    transform: translateY(0%);
    opacity: 1;
}

.prolist .proitems .tit {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 20px 10px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all 0.3s;
}

.prolist .proitems:hover .tit {
    color: #e8313b;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

.prolist .proitems .proimg {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 2s;
}

.prolist .proitems .proimg img {
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 0% !important;
    min-height: 0% !important;
    width: auto !important;
    height: auto !important;
}

footer {
    background: #323232;
    background-image: url(../img/ftbgt.png), url(../img/ftbgb.png);
    background-position: left top, bottom right;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0.6);
    line-height: 2;
    font-size: 15px;
    height: 100%;
    overflow: hidden;
    clear: both;
    padding-bottom: 20px;
}

footer a {
    color: rgba(255, 255, 255, 0.6);
}

footer a:hover {
    color: rgba(255, 255, 255, 1);
}

footer .ftop {
    display: flex;
    justify-content: space-between;
    padding: 90px 0 30px;
    align-items: flex-start;
}

footer .fleft {
    width: 460px;
}

footer .fleft .logo {
    margin-bottom: 90px;
}

footer .fleft .logo img {
    height: 45px;
}

footer .contact h3 {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
    font-size: 16px;
}

footer .ewm {
    display: flex;
    margin: 30px 0;
    text-align: center;
}

footer .ewm img {
    width: 160px;
}

footer .ewm .gzh {
    margin-right: 28px;
}

footer .frig {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 240px;
    margin-top: -10px;
}

footer .frig nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 2.35;
}

footer .frig .nav dt {
    margin-bottom: 25px;
    position: relative;
}

footer .frig .nav dt:after {
    content: '';
    width: 12px;
    height: 1px;
    background: #e7313b;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer .frig .nav dt a {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    margin-bottom: 30px;
}

footer .frig .nav {
    width: 20%;
}

footer .frig .nav dd a:hover {
    padding-left: 8px;
}

footer .frig .ftform .tit {
    font-size: 16px;
    margin: 20px 0;
    position: relative;
    padding-left: 10px;
}

footer .frig .ftform .tit:before {
    content: '';
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.jm-form2 {
    margin-top: 60px;
}

.jm-form2 .liflex {
    display: flex;
    justify-content: space-between;
}

.jm-form2 li input[type=text] {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    border: none;
    border: 1px solid #ddd;
    background: none;
    margin: 0 15px 20px 0;
    font-size: 16px;
    height: 45px;
    padding: 10px;
    box-sizing: border-box;
}

.jm-form2 li input[type=text]:last-child {
    margin-right: 0;
}

.jm-form2 li textarea {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    border: 1px solid #ddd;
    background: none;
    margin: 0 15px 20px 0;
    font-size: 16px;
    padding: 10px;
    min-height: 100px;
    line-height: 2;
    box-sizing: border-box;
}

.jm-form2 li input[type=submit] {
    width: 210px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin-top: 18px;
    font-size: 16px;
    background: #e7313b;
    cursor: pointer;
    color: #fff;
    border: none;
    transition: all 0.3s;
    border: 2px solid #fff;
    font-size: 16px;
}

.jm-form2 li input[type=submit]:hover {
    border: 2px solid #e7313b;
    background: none;
    color: #e7313b;
    letter-spacing: 5px;
}

.jm-form li {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.jm-form li input[type=text],
.jm-form li select,
.jm-form li textarea,
.jm-form li input[type=file] {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    border: none;
    border-bottom: 1px solid #575757;
    background: none;
    color: rgba(255, 255, 255, 0.3);
    margin: 0 15px 20px 10px;
    font-size: 16px;
    padding: 15px 0;
}

.jm-form li input[type=submit] {
    width: 174px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border: none;
    border: 1px solid #575757;
    margin-left: 10px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.3);
    background: none;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
}

.jm-form li input[type=submit]:hover {
    border: 1px solid rgba(255, 255, 255, 0.6);
    width: 200px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 5px;
}

footer .flink {
    padding: 25px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #575757;
}

footer .flink a {
    padding: 0 15px;
    position: relative;
    display: inline-block;
}

footer .flink a:after {
    content: '';
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

footer .flink a:first-child:after {
    width: 0;
}

footer .copyrig {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* 特殊样式 */

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: none;
    position: relative;
    z-index: 999;
}

.btn2 {
    position: relative;
}

.btn2:hover {
    color: #fff;
}

.btn2 .btnbg-x {
    position: absolute;
    left: -1px;
    width: 0;
    top: -1px;
    bottom: -1px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.btn2:hover .btnbg-x {
    width: 100%;
    width: calc(100% + 2px);
    background: #e8313b;
}

.btn2 .btn-inner {
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

.btn2 .btn-inner i {
    position: absolute;
    top: 50%;
    margin-top: -0.75em;
    line-height: 1.5;
    right: 1em;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.btn2:hover .btn-inner i {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    right: 0.6em;
}

.btn2 .btn-inner i:before {
    content: '>';
    color: #fff;
    opacity: 1;
}

.btn2:hover .btn-inner i:before {
    opacity: 1;
}

.btn2:hover .btn-inner {
    padding: 0 24px 0 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.btn14 {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.btn14:hover {
    color: #fff;
    border-color: #e7313b;
}

.btn14 .bgsqr1,
.btn14 .bgsqr2,
.btn14 .bgsqr3,
.btn14 .bgsqr4 {
    background: #e7313b;
    position: absolute;
    top: 0;
    width: 0px;
    height: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.35;
}

.btn14 .bgsqr3,
.btn14 .bgsqr4 {
    opacity: 0.75;
}

.btn14 .bgsqr1 {
    left: 0;
}

.btn14 .bgsqr2 {
    right: 0
}

.btn14 .bgsqr3 {
    right: 0;
}

.btn14 .bgsqr4 {
    left: 0;
}

.btn14:hover .bgsqr1,
.btn14:hover .bgsqr2,
.btn14:hover .bgsqr3,
.btn14:hover .bgsqr4 {
    width: 100%;
}

.btn14:hover .bgsqr3,
.btn14:hover .bgsqr4 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.btn14 span {
    position: relative;
    z-index: 1;
}

.button {
    border: none;
    color: inherit;
    vertical-align: middle;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button:focus {
    outline: none;
}

.button.button--wapasha {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.button--wapasha::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #e7313b;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--wapasha.button--inverted::before {
    border-color: #7986cb;
}

.button--wapasha:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
}

.button--wapasha.button--inverted:hover {
    background-color: #e7313b;
    color: #e7313b;
}

.button--wapasha:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 60%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.effect-4,
.effect-4>span {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
}

.effect-4:before,
.effect-4:after,
.effect-4>span:before,
.effect-4>span:after {
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
}

.effect-4 {
    padding: 5px 0;
    display: inline-block;
    overflow: hidden;
}

.effect-4:before,
.effect-4:after {
    left: 0;
    width: 100%;
    height: 2px;
    background: #e8313b;
}

.effect-4:before {
    bottom: 0;
    transform: translateX(-100%);
}

.effect-4:after {
    top: 0;
    transform: translateX(100%);
}

.effect-4:hover:before,
.effect-4:hover:after {
    transform: translateX(0);
}

.bandown {
    margin-top: 30px;
    display: block;
    overflow: hidden;
    height: 86px;
    width: 32px;
    background: url(../img/home-mouse.png) no-repeat center top;
    background-size: auto 100%;
    cursor: pointer;
    animation: shanshuo 3s infinite linear;
}

.in-baojjg .but1 {
    overflow: hidden
}

.in-baojjg .but1:after {
    display: block;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    border-radius: 50%;
    animation: twinkle 1.3s;
    animation-iteration-count: infinite;
    opacity: 0;
    width: 0;
    height: 0
}

.in-baojjg .but1 {
    background: linear-gradient(145deg, #e7313b, rgba(250, 45, 45, 0.5));
}


/*style.css*/

@keyframes twinkle {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        left: 50%;
        top: 50%
    }
    50% {
        opacity: 1
    }
    100% {
        width: 100%;
        height: 300%;
        left: 0;
        top: -100%;
        opacity: 0
    }
}

@keyframes shanshuo {
    0% {
        transform: translateY(0);
        opacity: .5
    }
    25% {
        transform: translateY(-10px);
        opacity: .2
    }
    75% {
        transform: translateY(10px);
        opacity: 1
    }
    100% {
        transform: translateY(0);
        opacity: .5
    }
}

@keyframes shanshuotips {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-5px);
    }
    75% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}

.diyanimtion {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .3s
}

.ppfwlc {
    background: #000;
    text-align: center;
    padding: 30px 0 50px;
    overflow: hidden;
}

.ppfwlc .fp-tableCell {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    flex-direction: column;
}

.fwlcbody {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ppfwlc img {
    max-width: 100%;
    object-fit: cover;
}

.fwlclist {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fwtit {
    width: 100%;
}

.fwtit .tit {
    background: none;
    width: 100%;
    color: #fff;
}

.fwlclist .tit {
    font-size: 28px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    margin-bottom: 20px;
}