@CHARSET "UTF-8";
html {
    margin: 0;
    padding: 0;
    border: 0;
}
em{font-style:normal;}
body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, footer,
header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    /*font: 12px/1.5 Microsoft YaHei, arial, 瀹嬩綋, sans-serif;*/
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    /*color: #b155f8;*/
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

img, video {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, th, td {
    vertical-align: middle
}

/*.clearfix:after {*/
/*    content: ".";*/
/*    display: block;*/
/*    height: 0;*/
/*    clear: both;*/
/*    overflow: hidden;*/
/*    visibility: hidden;*/
/*}*/

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1, h2, h3, h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    color: #ccc!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
        color: #ccc!important;
}

/*.container-fluid {*/
/*    max-width: 1400px;*/
/*    padding: 0;*/
/*}*/

@media (max-width: 1460px) {
    .container-fluid {
        padding: 0 80px;
    }
}

/*浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.max_width {
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
        padding: 0 16px;
}

/*头部开始*/
.header {
    height: 100px;
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    background: #fff;
}

.header .logo {
    width: 14%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header ul {
    width: 70%;
    height: 100%;
    /*overflow: hidden;*/
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-banner {
    /*margin-top: 100px;*/
}
.x-banner .swiper-slide img{width:100%};

.header ul li {
    display: inline-block;
    transition: all ease .3s;
    /*border-right: 1px solid #f0f0f0;*/
    position: relative;
    height: 100%;
    width: 17%;
    border-bottom: 1px solid #ffffff;
}

.header ul li a {
    width: 100%;
    display: flex;
    height: 100%;
    font-size: 16px;
    color: #333333;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
}
.dropdown_menu a:hover{
    background: #033773;
    color: #fff;
}
.page-banner {
    /*margin-top: 100px;*/
}

.header ul li a h1 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.header ul li a p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.header ul li:hover a h1 {
    color: #b155f8
}

.header ul li.on {
    transition: all ease .3s;
    border-bottom: 1px solid #f1592a;
}

.header ul li:hover {
    border-bottom: 1px solid #f1592a;
}

.header ul li:first-child {
    /*border-left: 1px solid #f0f0f0;*/
}

/*.header ul li:first-child:before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: 16px;*/
/*    background: #b155f8;*/
/*    position: absolute;*/
/*    top: 42px;*/
/*    left: -1px;*/
/*}*/

/*.header ul li:after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: 16px;*/
/*    background: #b155f8;*/
/*    position: absolute;*/
/*    top: 42px;*/
/*    right: -1px;*/
/*}*/

.header ul li.on a h1 {
    color: #000;
}

.header ul li.on a p {
    color: #fff;
}

/*头部结束*/
.about {
    padding-top: 70px;
    padding-bottom: 70px;
}

.title {
    text-align: center;
    position: relative;
}

.title span {
    font-size: 20px;
    color: #333;
    line-height: 2;
}

.title h1 {
    font-size: 36px;
    color: #333;
    display: block;
    position: relative;
    z-index: 1;
    line-height: 2;
}


.title h2 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 6px;
}

.title h6 {
    color: #666;
    line-height: 3;
    border-top: 1px solid #ddd;
    padding: 0 20px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about .title h1:before {
    display: none;
}

.about .title h1:after {
    display: none;
}

.about .about-more {
    text-align: center;
    margin-top: 20px;
}

.about .about-more a {
    font-size: 16px;
    display: inline-block;
    padding: 10px 50px;
    border: 1px solid #ddd;
    text-align: center;
    margin: 0 auto;
    color: #333;
}

.about .about-more a:hover {
    background-color: #b155f8;
    border: 1px solid #b155f8;
    color: #fff;
}

.about ul {
    margin-top: 40px;
}

.about ul li {
    width: 25%;
    float: left;
    text-align: center;
    min-height: 182px;
}

.about ul li span {
    font-size: 36px;
    color: #b155f8;
    display: block;
    margin-top: 26px;
}

.about ul li h6 {
    font-size: 20px;
    color: #333;
}

.about ul li p {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

/*优势开始*/
.index-ydp {
    background: url(/skin/images/index-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 80px
}

.index-ydp h2 {
    font-size: 50px;
    line-height: 60px;
    color: #043856;
    text-align: center;
    font-weight: bold
}

.slick-ydp {
    overflow: hidden
}

.slick-ydp .slick-list {
    padding-top: 120px !important
}

.slick-ydp .slick-item .item {
    margin-top: 50px;
    position: relative
}

.slick-ydp .slick-item .item .pic img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.slick-ydp .item .title {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #333;
    line-height: 38px;
    display: none;
    margin-top: 120px;
    font-weight: bold;
    margin-bottom: 10px
}

.slick-ydp .slick-item .item p {
    font-size: 20px;
    color: #666;
    line-height: 30px;
    text-align: center;
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.slick-ydp .slick-current .item .pic img {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    max-width: 100%;
}

.slick-ydp .slick-current .item {
    margin-top: 0
}

.slick-ydp .slick-current .item .title {
    display: block
}

.slick-ydp .slick-current .item p {
    display: block
}

.slick-ydp .slick-current .item:hover .title {
    color: #b155f8;
}

.slick-ydp .slick-item .item .play {
    position: absolute;
    top: -54px;
    right: 52px;
    display: none
}

.slick-ydp .slick-current .item .play {
    display: block;
    cursor: pointer
}

.slick-ydp .slick-dots {
    text-align: center;
    margin-top: 40px;
    position: relative;
    z-index: 1
}

.slick-ydp .slick-dots li {
    display: inline-block;
    padding: 0 28px;
    cursor: pointer
}

.slick-ydp .slick-dots:after {
    content: '';
    width: 380px;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 19px;
    z-index: -1;
    left: 50%;
    margin-left: -190px
}

.slick-ydp .slick-dots li button {
    outline: none;
    font-size: 0;
    width: 14px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #b155f8;
    background-color: #ffffff;
    display: block;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.slick-ydp .slick-dots li.slick-active button {
    width: 36px;
    height: 36px;
    position: relative;
    border: 2px dashed #b155f8;
}

.slick-ydp .slick-dots li.slick-active button:after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #b155f8;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    margin-left: -2.5px;
    margin-top: -2.5px
}

/*优势结束*/
/*产品列表开始*/
.homeone {
    padding: 70px 0;
}

.homeone .homeonetop {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.homeone .homeonetop li {
    width: 16%;
    float: left;
    margin-right: 0.8%;
    position: relative;
    background-color: #f5f4f9;
    border-bottom: 3px solid #f5f4f9;
}

.homeone .homeonetop li:last-child {
    margin-right: 0;
}

.homeonetopitem {
    clear: both;
    padding: 10px 0;

}

.homeone .homeonetop li.on {
    border-bottom: 3px solid #b155f8;
}

.homeonetopitem .homeonetoppic {
    float: left;
}

.homeonetopitem .homeonetoppic h3 {
    text-align: center;
    font-weight: normal;
    color: #333;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.homeone .homeonebottom {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.homeone .homeonebottom ul {
    margin: 0 -10px;
}

.homeone .homeonebottom ul li {
    margin: 0 10px;
}

.homeone .homeonebottom ul li a.homeonepic {
    position: relative;
    overflow: hidden;
    display: block;
}

.homeone .homeonebottom ul li img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.homeone .homeonebottom ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*.homeone .homeonebottom ul li a.homeonetit {*/
/*    color: #333;*/
/*    font-size: 24px;*/
/*    text-align: left;*/
/*    padding-left: 20px;*/
/*    line-height: 1;*/
/*    margin-top: 40px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    display: block;*/
/*}*/

.homeone .homeonebottom ul li a.homeonetit:before {
    content: '';
    width: 4px;
    height: 24px;
    background-image: -webkit-linear-gradient(top, #b155f8, #89aafe);
    position: absolute;
    top: 0;
    left: 0;
}

.homeone .homeonebottom ul li p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-top: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.homeone .homeonebottom ul .slick-arrow {
    position: absolute;
    display: block;
    height: 65px;
    width: 65px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    top: 40%;
    z-index: 1;
}

.homeone .homeonebottom ul .slick-prev {
    background: url(../images/left01.png) center no-repeat;
    left: -100px;
}

.homeone .homeonebottom ul .slick-next {
    background: url(../images/right01.png) center no-repeat;
    right: -100px;
}

/*产品列表结束*/
/*合作客户开始*/
.index-hezuo {
    background: url(/skin/images/hezuo-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 80px
}

.index-hezuo ul {
    margin-top: 30px;
}

.index-hezuo ul li {
    width: 16.6666%;
    float: left;
    border: 1px solid #d7c2ff;
}

.index-hezuo .title h1:before {
    background: url(/skin/images/title-before01.png) center center no-repeat;
}
.index-hezuo .hezuo-bottom {
    margin-top: 80px;
}

.index-hezuo .hezuo-bottom .hezuo-bottom-fl {
    float: left;
    width: 20%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}


.index-hezuo .hezuo-bottom .hezuo-bottom-fr {
    float: right;
    width: 80%;
    text-align: right;
}

.index-hezuo .hezuo-bottom .hezuo-bottom-fr .item {
    position: relative;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    border-radius: 22px;
    border: 1px solid #ddd;
    display: inline-block;
    margin-left: 3%;
    text-align: center;
    padding: 0 30px;
}

.index-hezuo .hezuo-bottom .hezuo-bottom-fr .item:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 17px;
    left: -5px;
}

.index-hezuo ul .slick-prev {
    background-image: url(../images/s_pro_left.png);
    left: -100px;
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    top: 36%;
    z-index: 1;
    background-color: unset;
}

.index-hezuo ul .slick-next {
    background-image: url(../images/s_pro_right.png);
    right: -100px;
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    top: 36%;
    z-index: 1;
    background-color: unset;
}


/*合作客户结束*/


/*新闻开始*/
.index-news {
    position: relative;
    padding: 70px 0 80px;
}

.index-news:before {
    content: "";
    width: 738px;
    height: 738px;
    background: url(/skin/images/bg-zs.png) left top no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    left: -100px;
    bottom: -340px;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    z-index: -1;
}

.index-news .clearfix {
    margin-top: 40px;
}

.news-box {
    float: left;
    width: 47%;
}

.news-txt {
    line-height: 40px;
}

.news-txt a {
    color: #333;
}

.txt-con {
    overflow: hidden;
    display: block;
    color: #333;
    font-size: 30px;
    font-weight: 700;
}


.box-pic {
    float: left;
    width: 200px;
}

.box-pic a {
    display: block;
    position: relative;
    padding-top: 66.25%;
    overflow: hidden;
}

.box-pic a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.box-info {
    display: block;
    overflow: hidden;
    padding: 6px 20px;
}

.box-info a {
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box-info p.box-font {
    line-height: 26px;
    height: 52px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box-info span {
    display: inline-block;
    color: #aaa;
    font-size: 16px;
    margin-top: 12px;
}

.box-more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    line-height: 42px;
    text-align: center;
    background-image: -webkit-linear-gradient(left top, #b155f8, #89aafe);
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.box-fr {
    margin-left: 6%;
}

.box-list li {
    line-height: 34px;
    margin-top: 20px;
}

/*新闻结束*/
/* 底部开始 */
.footer {
    background-color: #222222;
}

.footer .footer-top {
}

.footer .footer-top .footer-top-fl {
    width: 68%;
    float: left;
}

.footer .footer-top .footer-top-fl .footer-logo {
    margin-top: 34px;
    padding-bottom: 24px;
    border-bottom: 1px solid #c9c9ec;
}

.footer .footer-top .footer-top-fl .footer-logo ul img {
    float: left
}

.footer .footer-top .footer-top-fl .footer-logo ul {
    float: right;
    text-align: right;
    line-height: 80px;
}

.footer .footer-top .footer-top-fl .footer-logo ul li {
    text-align: right;
    display: inline-block;
}

.footer .footer-top .footer-top-fl .footer-logo ul li a {
    color: #666;
    font-size: 16px;
    margin-left: 30px;
}

.footer .footer-top .footer-top-fl .footer-logo ul li:first-child a {
    margin-left: 0;
}

.footer .footer-top .footer-top-fl .footer-con {
    margin-top: 40px;
}

.footer .footer-top .footer-top-fl .footer-con .item {
    float: left;
    width: 50%;
    text-align: left;
    margin-bottom: 20px;
}

.footer .footer-top .footer-top-fl .footer-con .item span {
    font-size: 18px;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 1px solid #b155f8;
    margin-bottom: 15px;
    display: inline-block;
}

.footer .footer-top .footer-top-fl .footer-con .item p {
    font-size: 16px;
    line-height: 2;
    color: #666
}

.footer .footer-top .footer-top-fl .footer-con .lianjie a {
    color: #fff;
    line-height: 34px;
    width: 140px;
    display: inline-block;
    background-image: -webkit-linear-gradient(left top, #b155f8, #89aafe);
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
}

.footer .footer-top .footer-top-fr {
    text-align: center;
    width: 28%;
    float: right;
    background: url(/skin/images/footer-right.jpg) no-repeat;
    background-size: cover;
    padding: 30px;
}

.footer .footer-top .footer-top-fr h6 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer .footer-top .footer-top-fr p {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    display: block;
    border-bottom: 1px solid #c9c8f2;
    padding-bottom: 30px;
}

.footer .footer-top .footer-top-fr span {
    font-size: 18px;
    color: #fff;
    display: block;
    margin-top: 30px;
}

.footer .footer-bottom {
    background-color: #b155f8;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}

.footer .footer-bottom a {
    color: #fff;
}

.footer .footer-bottom a:hover {
    color: #fff;
}

/* 底部结束 */

.contact-top {
    position: relative;
    width: 100%;
}

.contact-top img {
    max-width: 100%;
}

.main-pro {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding-top: 120px;
    width: 100%;
}

.main-pro .page-position {
    color: #fff;
}

.main-pro .page-position a {
    color: #fff;
}

/* 关于我们 */
/*.n_about {*/
/*    padding: 4rem 0;*/
/*}*/

.n_about .fl01 {
    padding-bottom: 0;
        display: flex;
}

.n_about .fl01 .left {
    width: 20%;
}

.n_about .fl01 .left img {
    max-width: 100%;
}

.n_about .fl01 .left h3 {
    font-size: 2rem;
    color: #333333;
    margin-bottom: 2.75rem;
    font-weight: bold;
}

.n_about .fl01 .left h4 {
    font-size: 16px;
    color: #5e5f63;
    margin-bottom: 0.375rem;
    letter-spacing: 1px;
}

.n_about .fl01 .right {
    width: 80%;
    /*padding-left: 4%;*/
}
.ar_article p img{
    /*width: 100%;*/
}
.ar_article {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin-bottom: 32px;
}

.ar_article p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin-bottom: 32px;
    /*text-indent: 2em;*/

}

.ar_article img { /*margin-bottom: 32px;*/
    max-width: 100%;
}

/* 关于我们 */

/* 联系头部 */
.contact-top .top-text {
    width: 100%;
    margin-top: 80px;
}

.top-text p {
    font-size: 18px;
    color: #fff;
    line-height: 2em;
    margin-bottom: 76px;
}

.contact-top .top-text .qt {
    overflow: hidden;
}

.more-a {
    display: inline-block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    /*background-image: -webkit-linear-gradient(left top, #b155f8, #89aafe);*/
    background: #033773;
    background-size: 200% 100%;
    background-repeat: no-repeat;
    transition: background-position .6s ease;
}

.top-text .more-a {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.contact-top .top-text .lx-a {
    margin-right: 0;
    position: relative;
    z-index: 1;
    display: block;
    float: left;
    cursor: pointer;
}

.top-text .more-a img {
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -2px;
}

.lx-tel {
    display: block;
    background: url(/skin/images/lx-bg.png) no-repeat left center;
    line-height: 60px;
    position: relative;
    margin-left: -6px;
    color: #fff;
    padding-left: 66px;
    font-size: 28px;
    font-weight: bold;
    float: left;
    margin-top: -1px;
    cursor: pointer;
    padding-right: 60px;
}

.lx-tel img {
    margin-right: 20px;
    margin-top: -4px;
    margin-left: 4px;
}

.top-text h1, .top-text strong {
    font-size: 36px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 26px;
}

#b_rMap {
    height: 600px;
}

/* 联系头部 */

.inxprod-list li a {
    padding: 30px;
}

.inxprod-list li .txt {
    font-size: 14px;
}


/*新增内容开始*/

.header ul li:hover a h1, .header ul li:hover a p, .header ul li.on a h1.header ul li.on a p {
    color: #000;
}

.c2-left a:hover img {
    transform: scale(1.1);
}

.c2-left {
    width: 32.4%;
    float: left;
}

.c2-left a {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    height: 500px;
}

.c2-left img {
    height: 100%;
    transition: .5s;
    position: absolute;
    left: -50%;
    max-width: unset;
}

.c2-left h3 {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.c2-right {
    width: 67.6%;
    float: right;
}

.clearfix {
    zoom: 1;
}

.c2-right ul li {
    width: 48%;
    margin-left: 2%;
    float: left;
    margin-bottom: 20px;
}

.c2-right ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 240px
}

.c2-right a:hover img {
    transform: scale(1.1);
}

.c2-right ul li img {
    width: 100%;
    transition: .5s;
}

.c2-right h3 {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*新增内容结束/

/*首页新作*/
.footer_ks {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 2% 0;
    align-items: center;
}

.footer_ks span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-right: 1%;
}

.footer_ks_lj {
    width: 80%;
}

.footer_ks_lj a {
    font-size: 14px;
    color: #999999;
    margin-right: 1%;
}

.footer_dh {
    margin-top: 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_dh_box {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_dh_box .footer_s_1 {
    display: flex;
    flex-direction: column;
}

.footer_s_con {
    display: flex;
    flex-direction: column;
}

.footer_dy {
    width: 13%;
}

.footer_s_t span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
    display: inline-block;
}

.footer_s_con a {
    font-size: 14px;
    color: #9999;
    margin-bottom: 20px;
    display: inline-block;
}

.footer_dh_tit span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
    display: inline-block;
}

.footer_dh_img {
    width: 100%;
}

.footer_dh_img img {
    width: 100%;
}

.footer_lx {
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_lx_cont {
    width: 90%;
    height: 80px;
    display: flex;
    align-items: center;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
}

.footer_lx_douyin a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_lx_douyin {
    width: 13%;
    line-height: 80px;
    background: #f1592a;
}

.footer_lx_douyin span {
    font-size: 18px;
    color: #fff;
    margin-left: 6%;
}

.footer_lx_conts {
    min-width: 32%;
    display: flex;
    align-items: center;
}

.footer_lx_conts img {
    margin-right: 4%;
}

.footer_lx_conts p {
    font-size: 18px;
    color: #fff;
}

.footer_ba_le {
    width: 86%;
    display: flex;
}

.footer_ba {
    font-size: 14px;
    padding: 2% 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_beian {
    margin: 0 1%;
}

/**/
.floor-course {
    position: relative;
    /*overflow: auto;*/
    /*background-color: #f5f8fa;*/
    height: 100%;
        margin-top: 2%;
}

.floor-content {
    position: relative;
    clear: both;
    height: 100%;
    margin: 0 auto;
}

.floor-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
}

.floor-side h3 {
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    line-height: 100px;
    height: 80px;
    color: #333;
    font-weight: 400;
}

.floor-side h3 a {
    color: #333;
    display: block;
}

.floor-side-link img {
    display: block;
    width: 100%;
    background-color: green;
}

.floor-side-right {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 240px;*/
    height: 100%;
}

.floor-side-list {
    position: relative;
    height: 380px;
    /*padding-top: 25px;*/
    /*border-bottom: 1px solid #e1e1e1;*/
}

.floor-side-list ul {
    /*line-height: 52px;*/
    overflow: hidden;
    /*height: 55px;*/
}

.floor-side-list ul li {
    position: relative;
    float: left;
    height: 100%;
    /*margin-right: 10px;*/
    /*padding: 0 10px;*/
    /*border-bottom: 2px solid transparent;*/
    font-size: 16px;
    cursor: pointer;
}

.floor_imgs {
    width: 100%;
    height: 100%;
}

.floor_imgs img {
    width: 100%;
    height: 100%;
}

.floor-side-body {
    height: 100%;
    margin: 2% 0 2% 0;
}

.floor-side-body ul li {
    position: relative;
    float: left;
    width: 220px;
    height: 206px;
    margin-bottom: 20px;
    margin-left: 20px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -ms-border-radius: 3px;
}

.floor-side-body ul li:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
}

.floor-side-body ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.floor-side-body ul li a .image-ti {
    position: relative;
    display: block;
    width: 200px;
    height: 113px;
    margin: 8px auto 0;
    background-color: #2C71AF;
}

.floor-side-body ul li a .image-ti img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.slide-title {
    line-height: 20px;
    overflow: hidden;
    height: 40px;
    margin: 5px 10px;
    text-overflow: ellipsis;
    word-break: break-all;
    color: #333;
    font-size: 14px;
}

.slide-body {
    line-height: 20px;
    height: 20px;
    margin: 0 10px;
}

.slide-body-nub {
    margin-right: 10px;
    color: #999;
    font-size: 13px;
}


.slide-body-nup {
    margin-right: 10px;
    color: #999;
    font-size: 13px;
}

.slide-body-price {
    line-height: 20px;
    float: right;
    height: 20px;
    vertical-align: top;
    color: #ef7165;
}

.slide-admission {
    color: #46cfa1;
}

.slide-more {
    line-height: 52px;
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    height: 55px;
    color: #3197e7;
}

/**/
/**/
.home_brand {
    /*padding: 60px 90px 90px;*/
}

.home_brand {
    overflow: hidden;
    /*padding: 60px 60px 90px;*/
    background-size: cover;
}

.home_brand .home_brand_content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home_brand ul {
    min-width: 100%;
    height: 100%;
    /*margin: 0 -5px;*/
    text-align: left;
}

.home_brand li.open {
    width: 60%;
}

.home_brand li {
    display: inline-block;
    width: 20%;
    height: 100%;
    /*line-height: 500px;*/
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.floor_brand li.open .cover_box {
    opacity: 0;
    filter: alpha(opacity=0);
}

.home_brand li .cover_box {
    width: 100%;
    height: 100%;
    position: absolute !important;
    /*left: -2px;*/
    /*top: -2px;*/
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}

.home_brand li .cover_txt {
    display: flex;
    height: 100%;
    position: relative;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cover_txt p {

}

.home_brand li .cover_txt p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 5%;
}

.home_brand li .cover_txt .cover_title {
    font-size: 32px;
    line-height: 38px;
    color: #ffffff;
    font-weight: bold;
}

.home_brand li.open .innner_box {
    z-index: 8;
}

.home_brand li .innner_box {
    position: absolute !important;
    /*left: -2px;*/
    /*top: -2px;*/
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.home_brand li .innner_box .img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.home_brand li.open .innner_box_txt {
    bottom: 45px;
    opacity: 1;
}

.home_brand li .innner_box_txt {
    position: absolute;
    bottom: 100px;
    left: 0;
    line-height: normal;
    width: 100%;
    text-align: left;
    padding: 0 60px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
}

.home_brand li .innner_box_txt p {
    font-size: 16px;
    line-height: 1.75;
    color: #ffffff;
    opacity: 0.9;
    margin-top: 15px;
}
.floor_brand .sd_item:nth-child(1){
    background: url('/skin/images/315246154.jpg') no-repeat 50% 0;
    transition: all 0.8s;
}
.floor_brand .sd_item:nth-child(2){
    background: url('/skin/images/41721.jpg') no-repeat 50% 0;
    transition: all 0.8s;
}
.floor_brand .sd_item:nth-child(3){
    background: url('/skin/images/515162.jpg') no-repeat 50% 0;
    transition: all 0.8s;
}
.home_brand li .innner_box_title h2 {
    font-size: 28px;
    line-height: 34px;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
}

.home_brand li .innner_box_title a {
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
    float: right;
    position: relative;
    top: -1px;
}

.home_brand li .innner_box_title a i {
    font-size: 18px;
    vertical-align: baseline;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.iconarrow-line-right-s:before {
    content: "\e6eb";
}

.home_brand li .icon_open {
    display: none;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -16px;
    z-index: 2;
    cursor: pointer;
}

.home_brand li .icon_open img {
    display: block;
    width: 100%;
    height: 100%;
}

.innner_box a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.innner_box a img {
    width: 100%;
    height: 100%;
}

.floor_brand {
    display: flex;
    justify-content: space-between;
}

.innner_box_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.innner_box_title img {
    margin-bottom: 2%;
}

/**/
.floor_tit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*padding: 3% 16px 2% 16px;*/
}

.floor_tit span {
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 1%;
}

.swiper-father {
    /*margin: 2% 0;*/
    position: relative;
}

.swiper-button-n {
    position: absolute;
    right: -6%;
    top: 26%;
}

.swiper-button-p {
    position: absolute;
    left: -6%;
    top: 26%;
}
.floor_box .swiper-pagination{
    bottom: 0em!important;
}
.floor_box .swiper-wrapper{
   padding-bottom: 4em!important;
}
.floor_a {
    padding: 6%;
    margin: 2%;
    background: #fff;
    display: inline-block;
    width: 96%;
    height: 100%;
    box-shadow: 0px 0px 9px 0px rgb(27 27 27 / 17%);
}
/**/
.floor{
    margin-top: 3%;
}
.get_kc_pos{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.get_kc_top{
    width: 53%;
}
.get_kc_img{
    width: 43%;
}
.get_kc{
    background: url("/skin/images/69b0739d.jpg");
    padding: 4% 0 6%;
    background-size: 100% 100%;
}
.get_kc_p{
    font-size: 16px;
    line-height: 2.4;
    color: #444;
    margin: 2% 0 1%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.get_kc_a{
    width: 100%;
    margin-bottom: 2%;
    display: flex;
    justify-content: flex-end;
}
.get_kc_a a{
    min-width: 22%;
    display: flex;
    align-items: center;
}
.get_kc_a a img{
    transition: all ease .3s;
    margin-right: 9%;
}
.get_kc_for{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.get_for{
    width: 21%;
    border-radius: 10px;
    background: #033773;

}
.get_for img{
    margin-bottom: 4%;
}
.get_for a{
    border-radius: 10px;
    transition: all ease .3s;
    padding: 28% 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.get_for a img{
    margin-bottom: 10%;
}
.get_for a span{
    font-size: 16px;
    color: #fff;
}
.get_kc{
    position: relative;
}
.get_kc_number{
    position: absolute;
    left: 3%;
    right: 3%;
    background: #fff;
    border-radius: 80px;
    margin-top: 4%;
    box-shadow: 0px 0px 9px 0px rgb(27 27 27 / 7%);
}
.get_kc_ul{
    display: flex;
    justify-content: space-between;
    padding: 1.4% 0;
}
.get_kc_ul li{
    min-width: 24%;
}
.item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item .numU{
    color: #000;
    font-size: 54px;
    font-weight: bold;
    margin-right: 2%;
}
.get_for a:hover{
    border-radius: 10px;
    box-shadow: 0px 0px 17px 2px #033773a8;
}
/*new*/
.new{
    position: relative;
    margin-top: 9%;
    padding-bottom: 4%;
    background-image: url('../images/ae76d1873717.jpg');
        background-size: 100% 100%;
}
.new_conts_bos{
    display: flex;
    justify-content: space-between;
}
.new_conts_le{
    width: 48%;
}
.new_conts_le .new_le_bs{
    width: 100%;
    /*height: 100%;*/
}
.new_le_bs_a {
    width: 100%;
    /*height: 100%;*/
    display: inline-block;
    position: relative;
}
.new_le_bs_bot{
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
}
.new_por{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    height: 104px;
}
.new_le_bs_bot .new_le_bot{
    width: 150px;
    height: 100%;
    background-image: url(/skin/images/5426246246.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4%;
    position: absolute;
    top: 0;
    z-index: 2;
}
.new_le_bot span{
    font-weight: bold;
    font-size: 48px;
    color: #fff;
}
.new_le_bot p{
    font-size: 18px;
    color: #fff;
}
.new_cont{
    position: relative;
    margin-top: 4%;
    /*margin-bottom: 4%;*/
}
.new_le_bt{
    width: 100%;
    height: 100%;
    background: #00000096;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
}
.new_ri{
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new_le_bt span{
    font-size: 18px;
    color: #fff;
    margin-left: 24%;
}
.new_tit{
    position: absolute;
    top: -21%;
    right: 0;
    display: flex;
    justify-content: space-between;
}
.new_tit .new_tit_c{
    width: 200px;
    line-height: 50px;
    margin: 0 2%;
    transition: all ease .3s;
}
.new_tit_c a{
    transition: all ease .3s;
    border-radius: 30px;
    border: 1px dashed #ccc;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_tit_c:hover a{
    border: 1px solid #fff;
    background: #033773;
    color: #ffff;
}
.new_tit_c:hover a{
     color: #ffff;
 }
.new_conts{
    /*margin-bottom: 4%;*/
}
.new_ri_m_a{
    display: flex;
    padding: 2.2% 4%;
    transition: all ease .3s;
        background: #fff;
}
.new_ri_mor{
    box-shadow: 0px 0px 9px 0px rgb(27 27 27 / 7%);
}
.get_kc_a a:hover img{
    opacity: .4;
    margin-left: 4%;
}
.new_ri_le{
    width: 16%;
    margin-right: 3%;
    border-right: 1px solid #e5e5e5;
    transition: all ease .3s;
    padding-right: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.new_ri_le em{
    font-size: 48px;
    font-weight: bold;
    color: #444444;
    transition: all ease .3s;
}
.new_ri_le p{
    font-size: 16px;
    color: #444444;
    transition: all ease .3s;
}
.new_ri_m_a:hover .new_ri_le em{
    color: #f1592a;
}
.new_ri_m_a:hover .new_ri_le p{
    color: #f1592a;
}
.new_ri_ri{
        width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.new_ri_ri span{
    font-size: 18px;
    color: #222222;
}
.new_ri_ri p{
    margin-top: 2%;
    font-size: 14px;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dropdown_menu{
    display: none;
    opacity: 0;
    position: absolute;
    top: 100px;
    transition: all ease .3s;
    background: #fff;
    z-index: 9;
    box-shadow: 0 15px 27px 0 rgb(167 165 165 / 38%);
    width: 100%;
    height: auto;
    left: 0;
}
/*.header_box ul li:hover .dropdown_menu{*/
/*    display: block;*/
/*    opacity: 1;*/
/*}*/
.li-parent-div{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.li-parent-div a{
    margin-right: 10%;
}
.header_box .clearfix .li-parent-div:hover .dropdown_menu{
    display: block;
    opacity: 1;
}
.header ul li .li-parent-div a:hover{
    color: #f1592a;
}
.header ul li .li-parent-div i:hover{
    color: #f1592a;
}
.li-parent-div i{
    width: 12px;
    margin-left: 10%;
}
.floor_conts span{
    font-size: 18px;
    color: #222222;
    display: inline-block;
    margin: 3% 0;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.floor_conts p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_le_bot em{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin-left: 7%;
}









@media (max-width: 1460px) {
    .header ul li a {
        padding: 0 12px;
    }

    .title h1 {
        font-size: 32px;
    }

    .title h2 {
        font-size: 14px;
    }

    .title h1:before {
        margin-top: 20px;
    }

    .title h1:after {
        margin-top: 20px;
    }

    .slick-ydp .slick-item .item .play {
        top: -84px;
        right: 22px;
    }

    .homeone .homeonebottom ul .slick-prev {
        left: -70px;
    }

    .homeone .homeonebottom ul .slick-next {
        right: -70px;
    }

    .homeone .homeonebottom ul li a.homeonetit {
        font-size: 20px
    }

    .homeone .homeonebottom ul li p {
        font-size: 14px;
    }

    .box-list li a {
        font-size: 16px;
    }

    .txt-con {
        font-size: 18px;
    }

    .footer .footer-top .footer-top-fl .footer-con .item p {
        font-size: 14px;
    }

    .footer .footer-top .footer-top-fl {
        width: 72%;
    }

    .footer .footer-top .footer-top-fr {
        width: 26%;
    }

    .footer .footer-top .footer-top-fr h6 {
        font-size: 20px;
    }

    .footer .footer-top .footer-top-fr b {
        font-size: 30px;
    }

    .footer .footer-top .footer-top-fr img {
        max-width: 180px;
    }

    .footer .footer-top .footer-top-fl .footer-logo ul li a {
        margin-left: 20px;
        font-size: 15px;
    }

    .footer .footer-bottom {
        font-size: 14px;
    }

    .c2-right ul li a {
        height: 200px;
    }

    .c2-left a {
        height: 420px;
    }

    .index-hezuo .hezuo-bottom .hezuo-bottom-fr .item {
        padding: 0 20px;
    }

}

@media (max-width: 1200px) {
    .new_conts_bos {
        display: flex;
        flex-direction: column;
    }
    .get_kc_number {
        position: static;
            border-radius: 0;
    }
    .item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .get_kc_img {
        width: 100%;
        margin-top: 4%;
        padding: 2%;
        border: 1px solid #ccc;
    }
    .get_kc_a a {
        min-width: 33%;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .get_for {
     width: 23%;
    }
    .get_for a img {
        height: 45px;
    }
    .home_brand li.open {
        width: 50%;
    }
    .home_brand li .innner_box_txt{
        padding: 0 30px;
    }
    .footer_lx_cont {
        width: 100%;
        height: auto; 
        display: flex;
        border-top: 1px solid #505050;
        border-bottom: 1px solid #505050;
        flex-direction: column;
        align-items: flex-start;
            padding-bottom: 3%;
    }
    .footer_lx {
        margin-top: 5%;
        display: flex;
        flex-direction: column;
    }
    .new_le_bt span {
        font-size: 1.6rem;
        color: #fff;
        margin-left: 14rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .footer{
        padding-bottom: 5rem;
    }
    .footer_ba_le{
        width: 100%;
            display: flex;
    justify-content: space-between;
    }
    .footer_ba_le div:nth-child(1){
        display: none;
    }
    .footer_ba img{
        display: none;
    }
    .footer_lx_douyin {
        width: 100%;
        line-height: 3.4em;
        background: #f1592a;
        margin-top: 3%;
    }
    .footer_lx_conts {
        min-width: 100%;
        display: flex;
        align-items: center;
            margin-top: 3%;
    }
    .home_brand li .innner_box_title h2{
        font-size: 16px;
    }
    .home_brand li{
        width: 25%;
    }
    .cover_txt img{
        height: 36px;
    }
    .home_brand li .cover_txt p {
    font-size: 12px;
        
    }
    .item .numU{
        font-size: 24px;
        border-bottom: 1px dashed #e9e9e9;
        width: 100%;
        padding-bottom: 4%;
        margin-bottom: 4%;
    }
    .floor-side-list{
            height: 12em;
    }
    .get_kc_ul li {
        width: 42%;
            margin: 2%;
    }
    .get_kc_ul {
        display: flex;
        padding: 1.4% 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .get_for a img{
        margin-bottom: 1em;
    }
    .new_tit {
        position: static;
        margin: 4% 0;
    }
    .get_kc_top {
        width: 100%;
    }
    .get_kc_pos {
        display: flex;
        flex-direction: column;
    }
    .swiper-button-p{
        display: none;
    }
    .swiper-button-n{
        display: none;
    }
    .new_conts_le {
        width: 100%;
    }
    .new_ri_ri span{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .new_tit_c a{
        font-size: 14px;
    }
    .floor_tit span {
    font-size: 26px;
        
    }
    .floor_box .swiper-pagination {
    bottom: 1em!important;
}
    .new_tit .new_tit_c {
       width: 32rem;
    }
    .footer_dh {
        margin-top: 4%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .footer_dh_img {
        width: 46%;
    }
    .footer_dh_box{
        display: none;
    }
    .footer_dy {
        width: 100%;
    }
    .footer_ks {
        display: flex;
        border-bottom: 1px solid #ccc;
        padding: 2% 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .new_ri_le {
        width: 26%;
    }
    .new_ri {
        width: 100%;
    }
    .x-banner {
        /*margin-top: 60px;*/
    }

    .container-fluid {
        padding: 0 15px;
    }

    .title h1 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .title h2 {
        font-size: 14px;
        display: none;
    }

    .title span {
        font-size: 16px;
    }

    .title h6 {
        letter-spacing: 0;
        font-size: 12px;
        line-height: 1.5;
        padding-top: 20px;
        margin-top: 0;
    }

    .title h1:before, .title h1:after {
        width: 37px;
        height: 15px;
        background-size: 37px !important;
        margin-top: 14px;
    }

    .title h1:before {
        margin-right: 6px;
    }

    .title h1:after {
        margin-left: 6px;
    }

    .about {
        padding: 40px 0;
    }

    .about .about-more {
        margin-top: 10px;
    }

    .about ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        min-height: unset;
        background-size: cover !important;
        border: 2px solid #b155f8;
    }

    .about ul li:nth-child(2n) {
        margin-right: 0;
    }

    .about ul li:first-child {
        background: unset;
    }

    .about ul li:nth-child(2) {
        background: unset;
    }

    .about ul li:nth-child(3) {
        background: unset;
    }

    .about ul li:nth-child(4) {
        background: unset;
    }

    .about ul li span {
        font-size: 30px;
        margin-top: 15px;
    }

    .about ul li h6 {
        font-size: 18px;
        display: block;
        margin-bottom: 20px;
    }

    .about ul li p {
        display: none;
    }

    .index-ydp {
        display: none;
    }

    .homeone {
        padding: 40px 0;
        background-color: #f6f6ff;
    }

    .homeone .homeonetop {
        margin-top: 20px;
    }

    .homeone .homeonetop li {
        width: 49%;
        margin-right: 2%;
        background-color: #fff;
        margin-bottom: 2%;
    }

    .homeone .homeonetop li:nth-child(2n) {
        margin-right: 0;
    }

    .homeonetopitem .homeonetoppic h3 {
        font-size: 14px;
    }

    .homeone .homeonebottom {
        margin-top: 20px;
    }

    .homeone .homeonebottom ul li a.homeonetit {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
        height: 24px;
        padding-left: 0;
    }

    .homeone .homeonebottom ul li a.homeonetit:before {
        display: none;
    }

    .homeone .homeonebottom ul li p {
        margin-top: 10px;
    }

    .index-hezuo {
        padding: 40px 0;
    }

    .index-hezuo ul {
        margin-top: 20px;
    }

    .index-hezuo ul li {
        width: 33.33333%;
    }

    .index-hezuo .hezuo-bottom .hezuo-bottom-fl {
        width: 100%;
        font-size: 24px;
    }

    .index-hezuo .hezuo-bottom {
        display: none;
    }


    .c2-left {
        width: 100%;
    }

    .c2-left a {
        height: 200px;
    }

    .c2-left img {
        left: -2%;
    }

    .c2-right {
        width: 100%;
    }

    .c2-right ul li a {
        height: unset;
    }

    .c2-right h3 {
        height: 40px;
        font-size: 14px;
    }

    .c2-right ul li:nth-child(2n-1) {
        margin-left: 0;
    }

    .c2-right ul li {
        width: 49%;
    }

    .index-news {
        padding: 40px 0;
    }

    .index-news .clearfix {
        margin-top: 20px;
    }

    .news-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .box-fr {
        margin-left: 0;
    }

    .box-hot {
        margin-top: 20px;
    }

    .box-pic {
        display: none;
    }

    .box-hot li {
        padding: 10px;
    }

    .box-info a {
        font-size: 16px;
    }

    .box-list li a {
        font-size: 14px;
    }

    .box-list li span {
        font-size: 14px;
    }

    .footer-top-fl {
        display: none;
    }

    .footer .footer-top .footer-top-fl .footer-logo ul {
        display: none;
    }

    .footer .container-fluid {
        padding: 0;
    }

    .footer .footer-top .footer-top-fr {
        width: 100%;
    }

    .footer .footer-top .footer-top-fr {
        padding: 20px;
    }

    .footer .footer-top .footer-top-fr h6 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer .footer-top .footer-top-fr b {
        margin-bottom: 0;
    }

    .footer .footer-bottom {
        display: none;
    }

    .footer .footer-top {
        padding-bottom: 50px;
    }


    .product-detail-tab .product-detail-tabcon {
        font-size: 14px;
    }

    .xypg-detail-con {
        font-size: 14px;
    }

    .page-banner {
        display: none;
    }

    .page-position {
        margin-top: 70px;
    }

    .xypg-pagination a, .xypg-pagination #current {
        padding: 0 8px;
        line-height: 28px;
    }

    .n_about .fl01 .left {
        display: none;
    }

    .n_about .fl01 .right {
        width: 100%;
        padding-left: 0;
    }

    .ar_article {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 28px;
    }

    .ar_article p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 28px;
    }

    .ar_article img {
        margin-bottom: 28px;
    }

    .n_about {
        padding: unset;
    }

    .contact-top {
        height: 400px;
        background-color: #0b2a5a;
    }

    .contact-top .top-text {
        margin-top: 0px;
    }

    .contact-top-img {
        display: none;
    }

    .contact-top .top-text .qt a {
        display: none;
    }

    .lx-tel {
        background-image: unset;
        padding-left: 0;
        font-size: 20px;
        padding-right: 0;
    }

    .lx-tel img {
        margin-right: 0;
    }

    #b_rMap {
        height: 400px
    }

    .xymob-navbtn {
        width: 30px;
        height: 30px;
    }

    .main-pro {
        padding-top: 0;
    }

    .top-text h1, .top-text strong {
        font-size: 24px;
        line-height: 36px;
    }

    .top-text p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .dhtip {
        display: none
    }
    .get_kc_img img{
        width: 100%;
    }
    .page-wrap-right {
    width: 100%;
    float: right;
    overflow: hidden;
}
}

