/*导航*/
.wrapper {
    position: relative;
    min-height: 100%;
}

header {
    background-color: rgba(0, 0, 0, 1);
}

.swiper-wrapper img {
    width: 100%;
}

.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0;
    min-height: 60px;
}

#st-preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#pre-status, .preload-placeholder {
    background-image: url("../../images/preloader.gif");
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background: none;
}

.navbar-nav li a {
    transition: background-color .5s ease-in-out;
}

.navbar-nav li a:hover {
    background: #007cc3 !important;
    color: #fff !important;
}

.navbar-nav li.hidden-xs {
    display: flex;
    justify-content: center;
}

.navbar-nav li.hidden-xs a:hover {
    background: none !important;
}

.navbar-right .dropdown .dropdown-menu a {
    margin: 0;
    border: none;
}

.index-navright {
    float: right !important;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    flex: 2;
}

.index-navright .search-change {
    float: left;
    cursor: pointer;
    color: #fff;
    text-align: center;
    flex: 1;
}

.index-navright .navbar-right .dropdown-toggle {
    height: auto;
    line-height: normal;
    padding: 0 6px;
}

.index-navright .navbar-right .dropdown-menu {
    width: 100%;
    min-width: 100%;
}

.index-navright > span {
    display: flex;
    justify-content: center;
    flex: 1;
}

.index-navright > span > .navbar-right {
    margin: 0;
}

.index-navright span a {
    color: #fff;
    padding: 1px 2px;
    font-size: 14px;
    border: 1px solid;
    vertical-align: super;
}

.index-navright span a span {
    padding: 0;
}

.index-search {
    display: none;
}

.closes {
    float: left;
    padding: 0 30px;
    line-height: 60px;
    height: 60px;
}

.closes i {
    padding: 0px 10px;
    font-size: 30px;
    cursor: pointer;
}

.navbar-right form input {
    width: 50%;
    height: 25px;
    margin-top: 22px;
    float: right;
    border: none;
    padding-left: 15px;
    border-radius: 10px;
}

.navbar-right form button[type=submit] {
    border: none;
    background: none;
    position: absolute;
    right: -20px;
    top: 20px;
}

#article_search .search-content {
    background: #fff !important;
}

#article_search .search-content:hover, #article_search .search-content:focus {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px;
!important;
}

.navbar-right i {
    cursor: pointer;
    color: #fff;
}

.navbar-right form input {
    width: 65%;
    height: 25px;
    margin-top: 20px;
    border: none;
}

/*轮播图*/
.swiper-container {
    padding-top: 60px;
}

.swiper-button-next, .swiper-button-prev {
    display: none;
}

.white span{
    color: #fff !important;
}
.index-bannertxt {
    position: absolute;
    top: 40%;
    color: white;
    z-index: 99;
    text-align: right;
    left: 20%;
    right: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.index-bannertxt h2, .index-bannertxt p {
    font-size: 6rem;
    font-weight: 500;
}

.index-bannertxt span {
    font-size: 2.6rem;
    font-weight: 100;
    color: #fbfbfb;
}

/*产品*/
.product {
    background: #f1f1f1;
}

.thumbnail {
    border: none;
    padding: 0;
    position: relative;
}

.product_img {
    overflow: hidden;
}

.product .thumbnail .caption {
    padding: 30px 0;
    text-align: center;
    background: #fff;
}

.product .thumbnail .caption h3 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.product .thumbnail img, .news .thumbnail img {
    transition: all 0.36s ease;
}

.product .thumbnail:hover img, .news .thumbnail:hover img {
    transform: scale(1.1);
}

.product .thumbnail:hover .caption h3, .news .thumbnail:hover .caption h3 {
    text-decoration: underline;
}

/*新闻*/
.news .container .row h1 {
    font-size: 40px;
    font-weight: bold;
    padding: 80px 0;
    text-align: center;
    color: #333;
}

.news .container .row .thumbnail {
    margin-bottom: 30px;
}

.news .container .row .thumbnail .caption h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 5px;
}

.news .container .row .thumbnail .caption {
    background: #f7f8f8;
    padding: 22px;
}

.news .container .row .thumbnail .caption P:nth-of-type(1) {
    font-size: 14px;
}

.news .container .row .thumbnail .caption P:nth-last-of-type(1) {
    text-align: right;
}

.news .container .row .thumbnail .caption P:nth-last-of-type(1) a {
    color: #007cc3;
    font-weight: bold;
}

.news .container .row .thumbnail .caption P:nth-last-of-type(1) a:hover {
    color: red;
    font-weight: bold;
}

.news_more {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.news_more a {
    display: inline-block;
    margin: 50px 0 90px 0;
    padding: 15px 40px;
    background: #fff;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #000;
    transition: all .3s;
    transform: scaleX(1);
}

.news_more a:hover {
    color: #000;
}

.news_more a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    content: "";
    transition: all .3s;
    transform: scaleX(1);

}

.news_more a:hover:before {
    transform: scaleX(0);
}

/*视频*/
.video {
    background: #f1f1f1;
}

.video .container .row {
    position: relative;
}

.video .container .row > div:nth-of-type(2) {
    padding-top: 65px;
}

.video .container .row .thumbnail {
    margin-bottom: 30px;
}

.video .container .row h1 {
    padding: 70px 0;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.video .container .row .thumbnail .caption h3 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    padding-bottom: 18px;
}

.video .container .row .thumbnail .caption p {
    font-size: 14px;
}

.video .container .row .thumbnail .caption {
    background: #f7f8f8;
    padding: 22px 32px 18px 26px;
}

.video .container .row .thumbnail .product_img {
    position: relative;
}

/*.video .container .row .thumbnail .product_img img {*/
    /*width: auto;*/
    /*position: absolute;*/
    /*left: 40%;*/
    /*top: 45%;*/
    /*z-index: 999;*/
/*}*/
.video .container .row .thumbnail .product_img img {
    width: 100%;
}
.videoPlay {
    position: absolute;
}

/*展会预告*/
.joinus .container > div h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}

.joinus .container > div:nth-of-type(1) h2 {
    padding-bottom: 28px;
}

.joinus .container > div:nth-of-type(1) ul li {
    line-height: 30px;
}

.joinus .container > div:nth-of-type(1) ul li a {
    font-size: 14px;
    color: #fff;
}

.joinus .container > div:nth-of-type(1) ul li span:nth-of-type(1) {
    margin-right: 30px;
}

.joinus .container > div:nth-of-type(2) {
    text-align: center;
    background: #464646;
}

.joinus .container > div:nth-of-type(2) > p {
    color: #fff;
    font-size: 14px;
    padding-bottom: 90px;
}

.joinus .container > div:nth-of-type(2) h2 {
    padding: 100px 0 28px 0;
}

.Social p {
    float: left;
    width: 20%;
}

/*服务中心*/
.service_fw li {
    float: left;
    width: 20%;
    padding: 50px;
    text-align: center;
}

.service_fw li img {
    padding-bottom: 20px;
    width: auto;
}

.service_fw li a p {
    color: #383838;
    font-weight: bold;
}

/*底部*/
footer {
    background: #333;
    padding-top: 40px;
}

footer .container > div:nth-of-type(1) {
    padding-left: 15px;
}

footer .container > div:nth-last-of-type(1) {
    padding-right: 15px;
    color: #fff;
    padding-top: 50px;
    font-size: 13px;
    text-align: right;
}

footer .container > div:nth-last-of-type(1) p:nth-of-type(2) {
    font-size: 30px;
    font-weight: 500;
    color: #007cc3;
}

footer .container > div:nth-last-of-type(1) p:nth-last-of-type(1) a {
    color: #fff;
}

footer .container > div:nth-last-of-type(1) p:nth-last-of-type(1) i {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

footer .container > div h3 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 7px;
    color: #fff;
    border-bottom: 1px solid #535353;
}

footer .container {
    padding-bottom: 26px;
}

footer .container > div .footer_product {
    padding-top: 22px;
}

footer .container > div .footer_product a {
    color: #818181;
    font-size: 14px;
}

.copyright {
    color: #bfbfbf;
    text-align: center;
    border: 1px solid #525252;
}

.copyright p {
    font-size: 14px;
    margin: 15px 0;
}

.copyright img {
    width: auto;
    margin-bottom: 23px;
}

.page {
    text-align: center;
}

.page .pagination {
    margin: 33px 0;
    margin-bottom: 36px;
}

.page .pagination span, .page .pagination a {
    margin-right: 10px;
}

.page .pagination .active span {
    border: 1px solid #ddd;
    background: #007cc3;
}

section {
    background: #f6f6f6;
}

.download .container {
    background: #fff;
}

.product_bg {
    padding-top: 60px;
}

.product_bg img, .article_img img {
    width: 100%;
}

.product_nav {
    padding-top: 25px;
    padding-bottom: 38px;
    display: flex;
    align-items: center;
}

.crumbs a:nth-of-type(1), .crumbs span {
    color: #666;
}

.crumbs a:nth-last-child(1) {
    color: #007cc3;
}

/*新闻中心*/
#article-list .article .thumbnail {
    padding: 20px 0;
    border-bottom: 3px solid rgba(0, 0, 0, .0);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#article-list .article .thumbnail:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.13);
}

#article-list .article .thumbnail > a {
    padding: 0 20px;
}

#article-list .thumbnail h3 {
    color: #2c2c2c;
    font-size: 24px;
    font-weight: 400;
}

#article-list .thumbnail h3 + p {
    font-size: 16px;
    color: #a8a8a8;
    padding: 25px 0 100px 0;
}

#article-list .thumbnail .article_more {
    font-size: 14px;
    font-weight: 500;
    /*padding: 15px 30px;*/
    color: #007cc3;
    border: 1px solid;
    display: inline-block;
    position: relative;
    width: 120px;
    line-height: 40px;
    text-align: center;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

#article-list .thumbnail .article_more:before {
    content: '';
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 0%;
    left: 0;
    top: 0;
    opacity: 0;
    background: #007cc3;
    transition: all .36s ease;
}

#article-list .thumbnail:hover .article_more:before {
    opacity: .8;
    width: 100%;
    color: #fff;
}

#article-list .thumbnail:hover .article_more {
    color: #fff;
    z-index: 9;
    text-indent: 6px;
}

#article-list .thumbnail .article_more i {
    opacity: 0;
    width: 0px;
    transition: all .2s ease;
}

#article-list .thumbnail:hover .article_more i {
    width: 16px;
    opacity: .8;
}

/*新闻详情页*/
#article-info {
    background: #fff;
    padding-bottom: 40px;
}

#article-info .product-lump .product-list h2 {
    text-align: center;
    color: #444444;
    font-size: 2.8rem;
    font-weight: 500;
    padding: 50px 0;
}

#article-info .product-lump .product-list p {
    font-size: 14px;
    color: #6a6a6a;
    padding-bottom: 30px;
}

#article-info .perv-next a {
    color: #666;
    display: inline-block;
    padding: 12px 27px;
    background: #f5f5f5;
    transition: all .5s;
}

#article-info .perv-next a:hover {
    color: #fff;
    background: #007cc3;
}

#article-info .perv-next a:hover img {
    opacity: 1;
}

#article-info .perv-next a span {
    font-family: cursive;
}

#article-info .perv-next a i {
    padding: 0 20px;
    color: #e5e5e5;
}

#article-info .perv-next a img {
    width: auto;
    transition: all .5s;
    opacity: 0;
}

#article-info .perv-next .perv {
    text-align: right;
    padding: 0;
}

#article-info .perv-next .next {
    padding: 0;
}

/*二级栏目*/
.crumbs a:nth-of-type(1), .crumbs span {
    color: #666;
}

.crumbs span {
    margin: 0 3px;
}

.crumbs a:nth-last-child(1) {
    color: #007cc3;
}

.product_nav .blist {
    float: right;
}

.product_nav .blist li {
    font-size: 14px;
    text-align: center;
    float: left;
    /*鼠标样式改变为一个手*/
    cursor: pointer;
    /*字体免选中*/
    -webkit-user-select: none;
    text-align: center;
}

.product_nav .blist li:after {
    content: '|';
    color: #e6e6e6;
}

.product_nav .blist li:last-of-type:after {
    content: '';
}

.product_nav .blist li a {
    color: #828282;
    display: inline-block;
    transition: all .3s;
}

.product_nav .blist li a:hover {
    font-weight: bold;
    color: #fff;
    background-color: #007cc3;
    border: none;
}

.product_nav .blist li.active a {
    font-weight: bold;
    color: #fff;
    background-color: #007cc3;
    border: none;
}

.active {
    color: blue;
}

#English {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

/*产品中心*/
.product-lump .product-list .thumbnail .caption {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    padding: 0;
    height: 55px;
    line-height: 55px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.product-lump .product-list .thumbnail:hover .caption {
    height: 65px;
    line-height: 65px;
}

.product-lump .thumbnail img {
    transition: all 0.36s ease;
}

.product-lump .thumbnail:hover img {
    transform: scale(1.1);
}

.product-lump .thumbnail h3 {
    font-size: 14px;
    color: #666;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#product-lump .product-list .thumbnail:hover .caption:after {
    background: url('../../images/icon.png') no-repeat 16px -66px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

#product-lump .product-list .thumbnail .caption:after {
    content: '';
    width: 37px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    background: transparent url('../../images/icon.png') no-repeat -30px -66px;
    transition: all 0.3s ease-out 0s;
    margin-top: -10px;
    border-left: 1px solid rgba(0, 0, 0, .0);
}

/*经销商*/
.address {
    padding-bottom: 38px;
}

.address .address_all a {
    float: left;
    margin-right: 36.3px;
    line-height: 32px;
}

.address_all a {
    color: #828282;
    font-size: 14px;
    position: relative;
}

.address_all a.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 3px;
    background: #828282;
}

#galery-lump #distributor .product-list {
    display: none;
}

#galery-lump #distributor .product-list > div {
    padding: 0 10px;
}

#galery-lump #distributor .product-list:nth-of-type(1) {
    display: block;
}

/*经销商详情页*/
#distributor-infos {
    background: #fff;
}

#distributor-info {
    padding-bottom: 40px;
}

#distributor-info .product-list .thumbnail {
    background: none;
}

#distributor-info .product-list > div:first-of-type {
    border-right: 2px solid #ededed;
    padding-right: 40px;
}

#distributor-info .product-list > div:first-of-type:after {
    content: '';
    height: 80px;
    width: 2px;
    position: absolute;
    background: #3d3d3d;
    right: -2px;
    top: 20px;
}

#distributor-info .product-list > div:last-of-type {
    padding-left: 40px;
}

#distributor-info .product-list > div:last-of-type h2 {
    color: #3d3d3d;
    font-weight: 500;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
}

#distributor-info .product-list > div:last-of-type h2 + p {
    font-size: 13px;
    line-height: 22px;
}

#distributor-infos .product_tab .blist li:first-of-type a {
    background-color: #007cc3;
    color: #fff;
    font-weight: bold;
}

/*发展历程*/
.course-list .course-title h2 {
    color: #333;
    font-size: 30px;
    font-weight: 500;
}

.course-list .course-title p, .course-list .course_dynamic {
    color: #828282;
}

.course-list .course_dynamic {
    padding: 30px 0 45px 50px;
}

.course-list .course_dynamic li {
    padding: 25px 0 25px 60px;
    font-weight: 500;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: baseline;
}

.course-list .course_dynamic li p {
    font-size: 22px;
    font-weight: 500;
}

.course-list .course_dynamic li p:last-of-type {
    font-size: 14px;
}

/*品牌介绍*/
.course-list .course-title h2 {
    color: #333;
    font-size: 30px;
    font-weight: 500;
}

.course-list .course-title p {
    color: #828282;
}

.brand_introduce {
    padding: 60px 0;
}

.brand_introduce > div img:first-of-type {
    width: auto;
    padding-right: 30px;
    float: left;
}

.brand_introduce p {
    margin: 30px 0;
    font-size: 14px;
    color: #6a6a6a;
}

/*联系我们*/
.contact {
    padding: 60px 0px;
}

.contact-way ul {
    width: 90%;
    margin-left: 5%;
    padding-bottom: 60px;
}

.contact-way ul li {
    text-align: center;

}

.contact-way ul li img {
    display: inline-block;
    width: auto;
}

.contact-way ul li p {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #313131;
}

.contact-way ul li:nth-of-type(2) p:nth-of-type(1) {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.contact-way ul li h4 {
    font-size: 20px;
    color: #8888;
}

.contact-service {
    padding: 60px 0px;
    border-top: 1px dashed #dbdbdb;
}

.contact-service .list-paddingleft-2 {
    width: 90%;
    margin-left: 10%;
}

.contact-way .list-paddingleft-2 li:last-of-type {
    padding-left: 5%;
}

.contact-service h3 {
    font-size: 18px;
    color: #262626;
    margin-bottom: 30px;
}

.contact-service ul li p {
    margin-bottom: 5px;
    color: #6a6a6a;
    font-size: 14px;

}

.bluecolor {
    color: #007CC3;
}

/*加入我们*/
#join .course-title h2 {
    color: #333;
    font-size: 30px;
    font-weight: 500;
}

#join .course-title p {
    color: #828282;
}

.join-intro {
    padding-top: 60px;
    color: #828282;
}

.join-intro h3 {
    font-size: 24px;
    padding-bottom: 25px;
}

.join-intro ul {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 25px;
}

.join-intro ul li {
    font-size: 14px;
    margin-bottom: 3px;
    padding-top: 25px;
}

.join-intro ul li p {
    margin-top: 15px
}

.join-list {
    margin: 60px 0px;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    display: inline-block;
}

.join-column {
    margin-right: 3px;
    border-right: 3px solid white;
}

.join-column, .join-content {
    float: left;

}

.join-column ul li {
    background-color: #f6f6f6;
}

.join-column ul li p {
    color: #6c6c6c;
    padding: 45px 40px;
    display: inline-block;
    font-size: 14px;
    border-bottom: 3px solid white;
    position: relative;
}

.join-column ul .columnactive p:after {
    content: '';
    width: 0px;
    height: 0px;
    border: 10px solid #007cc3;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.join-content {
    padding: 90px 80px;
    display: none;
}

#article_search .search-content {
    background-color: transparent;
    transition: transform 250ms ease-in-out;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 95% center;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

#article_search .search-content:hover, #article_search .search-content:focus {
    outline: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #575756;
    border-radius: 10px;
    background-position: 100% center;
}

#join .join-list .joinactive {
    display: block;
}

.join-column ul .columnactive {
    background-color: #007cc3;
}

.join-column ul .columnactive p {
    color: white;
}

.join-content ul {
    margin-bottom: 40px;
}

.join-content ul li {
    font-size: 18px;
    color: #231815
}

.join-content ul li p {
    font-size: 16px;
    color: #828282;
    padding: 5px 0px;
}

/*售后流程*/
#process.product-lump {
    padding-bottom: 100px;
}

#process .product-list > div {
    background: #fff;
    color: #666;
}

#process .product-list h2 {
    font-size: 3rem;
    color: #595757;
    padding-bottom: 26px;
    font-weight: 500;
}

#process .product-list h2 + img {
    width: 100%;
}

#process .product-list h3 {
    font-size: 1.4rem;
    font-weight: 500;
    padding-top: 38px;
}

#process .product-list p {
    font-size: 1.3rem;
    line-height: 20px;
}

/*维修查询*/
#maintenance_search {
    background: #fff;
    margin-bottom: 105px;
    margin-top: 50px;
}

#article_search {
    padding: 60px 0;
}

#maintenance_search > div:first-of-type {
    background: #01a0fc;
}

#article_search > div:first-of-type {
    padding-bottom: 15px;
}

#article_search > div:first-of-type label {
    position: relative;
}

#article_search > div:first-of-type label:before {
    content: '';
    width: 18px;
    position: absolute;
    height: 18px;
    border-radius: 50%;
    left: -30%;
    top: 2px;
    background: #fff;
}

#article_search > div {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
}

#maintenance_search > div .tips {
    padding-top: 100px;
    padding-left: 60px;
}

#maintenance_search > div .tips h2, #maintenance_search > div .tips p {
    font-size: 16px;
}

#maintenance_search > div .tips h2 {
    padding-bottom: 35px;
}

#article_search > .form-group {
    margin-bottom: 20px;
}

#article_search .verification {
    position: relative;
}

#article_search input, #article_search button[type=submit] {
    width: 270px;
    height: 55px;
    border-radius: 10px;
}

#article_search button[type=submit] {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 0px;
    color: #fff;
    font-size: 14px;
    background: #00c3f5;
}

#article_search .verification #canvas {
    position: absolute;
    right: 30%;
    top: 7px;
}

/*售后维修*/
#sale_process1 {
    padding-bottom: 50px;
}

/* #product-sku .form-group label:after {
    content: '.';
    position: absolute;
    right: 10%;
    font-size: 33px;
    bottom: -20%;
    color: #333;
} */

.form-horizontal .form-group label span {
    color: red;
}

.form-group .btn-default:hover {
    text-decoration: underline;
}

.icon-xinfeng:before {
    padding-right: 5px;
}

section .container #product-sku > h2, section .container #sale_process1 > h2 {
    font-size: 3rem;
    font-weight: 500;
    color: #595757;
    padding-bottom: 25px;
}

section .container #sale_process1 > h2 {
    padding-top: 50px;
}

#product-sku img, #sale_process1 img {
    width: 100%;
}

section .container .product-sku-details {
    background: #fff;
}

section .container .product-sku-details > div ul {
    padding-bottom: 50px;
}

section .container .product-sku-details > div.col-md-7 {
    padding: 110px 0 100px 110px;
}

section .container .product-sku-details li.active {
}

.product-sku-details > div:first-of-type li {
    padding: 0 45px 0 20px;
    border-bottom: 1px solid #dfdfdf;
}

.product-sku-details > div:first-of-type li h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #666666;
    cursor: pointer;
    padding: 32px 0;
}

.product-sku-details > div:first-of-type li h3 span {
    color: #a7a6a6;
    font-weight: bold;
}

.product-sku-details > div:first-of-type .product-sku-size {
    padding-bottom: 75px;
}

.product-sku-details > div:first-of-type .product-sku-size p {
    font-size: 15px;
    color: #8c8c8c;
}

.product-sku-details > div:first-of-type li .product-sku-size {
    display: none;
}

.product-sku-details > div:first-of-type li:first-of-type .product-sku-size {
    display: block;
}

#sale_process1 .product-sku-details li span {
    transform: rotate(0deg);
    transition: all 0.28s ease-out;
}

#sale_process1 .product-sku-details li.active span {
    transform: rotate(-45deg);
}

section .form-group {
    display: flex;
    align-items: center;
}

section .form-control {
    width: 100%;
    height: 38px;
    border: 1px solid #e0e0e0;
}

section textarea.form-control {
    height: 118px;
}

section .form-control:focus {
    border: none;
}

section .form-group-btn {
    display: flex;
    justify-content: center;
}

section .form-group-btn button {
    padding: 3px 10px;
}

section .form-group-btn .glyphicon-envelope:before {
    font-size: 20px;
    color: #333;
    vertical-align: sub;
    margin-right: 5px;
}

/*售后政策*/
#policy {
    padding-bottom: 45px;
}

#policy .product-lump {
    padding-bottom: 100px;
}

#policy .product-list > div {
    background: #fff;
    color: #666;
}

#policy .product-list h2 {
    font-size: 30px;
    color: #595757;
    padding-bottom: 26px;
    font-weight: 500;
}

#policy .product-list h2:nth-of-type(2) {
    padding-top: 20px;
}

#policy .product-list p, #policy .product-list h3 {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 0;
}

#policy .product-list h3 {
    font-weight: bold;
    padding-top: 18px;
}

#policy .product-list .policy .policy_li {
    border-bottom: 2px solid #e8e5e5;
    margin: 0 10px;
    padding: 60px 20px;
}

#policy .product-list .policy .policy_li + p {
    padding: 60px 0;
    font-size: 16px;
}

#policy .product-list .policy .policy_li > div {
    float: left;
    text-align: center;
}

#policy .product-list .policy .policy_li > div img {
    width: auto;
}

#policy .product-list .policy .policy_li > div > p {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
}

/*经销商内页*/
#jonin-investments {
    padding-top: 40px;
}

#jonin-investments .product-list .thumbnail {
    background: none;
}

#jonin-investments .product-list > div:last-of-type {
    padding-left: 40px;
}

#jonin-investments .product-list > div:last-of-type h2 {
    color: #262626;
    font-weight: 500;
    font-size: 24px;
    padding: 30px 0;
}

#jonin-investments .product-list > div:last-of-type p {
    font-size: 18px;
    line-height: 30px;
    color: #6a6a6a;
    font-weight: 400;
}

#jonin-investments .product-lump .thumbnail:hover img {
    transform: none;
}

/*在线留言*/
#online {
    padding-bottom: 60px;
}

#canvas {
    float: left;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    padding-left: 6px;
}

#online .product-lump > div {
    border: 1px solid #c1c1c1;
    display: block;
    background: url("../../images/zxly_03.jpg") no-repeat;
}

section #online .form-group {
    display: block;
}

#online .product-lump > div > div {
    padding-top: 60px;
    padding-bottom: 90px;
}

#online .product-lump .form-group label {
    text-align: right;
    display: inline-block;
    padding-right: 0;
    height: 38px;
    color: #767676;
    line-height: 38px;
    font-size: 16px;
}

#online .product-lump .form-group .form-control {
    width: 50%;
    height: 38px;
}

#online .product-lump .form-group textarea.form-control {
    height: 145px;
}

#online .product-lump .form-group:last-of-type {
    text-align: center;
}

#online .product-lump .form-group:last-of-type button {
    border-radius: 0;
    display: inline-block;
    padding: 5px 25px;
    border: none;
    font-size: 16px;
    color: #fff;
    background: #007cc3;
}

#online .product-lump .form-group:last-of-type button:nth-last-of-type(1) {
    background: #767676;
    margin-left: 30px;
}

#online .product-lump .form-group:nth-last-of-type(2) input {
    width: 30%;
}

/*产品详情*/
#product-lump-info {
    background: #fff;
}

#product-lump-info img {
    width: 100%;
}

#product-lump-info {
    padding-top: 60px;
    overflow: hidden;
}

.product-info .Anchor_link {
    padding: 2rem 0;
}

.product-info .Anchor_link a {
    margin: 0 28px;
    color: #b2b2b2;
}

.product-info .Anchor_link a.active {
    color: #4f4f4f;
    border-bottom: 1px solid #333;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/*one*/
.product_img_one {
    margin-top: 3.5rem;
}

.product_img_one .product_describe {
    top: 2%;
    text-align: center;
}

.product_img_one .product_describe h3 {
    background: -webkit-linear-gradient(bottom, #bc51fe, #55affd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 6rem;
    font-weight: 500;
}

.product_img_one .product_describe p:nth-of-type(1) {
    font-size: 3.6rem;
    font-weight: 500;
}

.product_img_one .product_describe p:nth-of-type(2) {
    font-size: 2.4rem;
    font-weight: 500;
}

/*two*/
.product_img_two .product_describe {
    color: #a17f73;
    padding-top: 110px;
}

.product_img_two .product_describe h3 {
    font-size: 6.8rem;
    font-weight: 500;
    padding-bottom: 2rem;
}

.product_img_two .product_describe p {
    font-size: 2.4rem;
    font-weight: 500;
}

/*Three*/
.product_img_three .product_describe {
    color: #a17f73;
    padding-top: 9.8rem;
}

.product_img_three .product_describe .container {
    padding-left: 8rem;
}

.product_img_three .product_describe h2 {
    color: #474747;
    font-size: 3.6rem;
    font-weight: 500;
    padding-bottom: 1.4rem;
}

.product_img_three .product_describe h2 + p {
    color: #484848;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.5rem;
    padding-bottom: 10rem;
}

.product_img_three .product_describe h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #666;
    padding-bottom: 0.3rem;
    line-height: 2.6rem;
}

.product_img_three .product_describe h3 + p {
    color: #191919;
    font-size: 3.3rem;
    font-weight: 400;
    padding-bottom: 6rem;
}

/*four*/
.product_img_four .product_describe {
    padding-top: 5.5rem;
}

.product_img_four .product_describe .container {
    text-align: right;
}

.product_img_four .product_describe h3 {
    color: #fff;
    font-size: 5rem;
    font-weight: 500;
}

.product_img_four .product_describe .container p {
    color: #908f8f;
}

.product_img_four .product_describe h3 + p {
    color: #c1c0c0;
    padding-top: 0.8rem;
    font-size: 2.2rem;
    font-weight: 400;
}

.product_img_four .product_describe .container p:nth-of-type(2) {
    font-size: 1.6rem;
    padding-top: 0.6rem;
}

.product_img_four .product_describe .container p:nth-of-type(3) {
    font-size: 2.6rem;
    padding-top: 0.8rem;
}

.product_img_four .product_describe .container p:nth-of-type(4) {
    font-size: 2.2rem;
    padding-top: 0.8rem;
}

/*Five*/
.product_img_five .product_describe {
    padding-top: 5.5rem;
}

.product_img_five .product_describe p {
    color: #484848;
}

.product_img_five .product_describe p:nth-of-type(1) {
    font-size: 2.6rem;
}

.product_img_five .product_describe h3 {
    font-size: 4rem;
    font-weight: 500;
}

.product_img_five .product_describe p:nth-of-type(2) {
    font-size: 1.6rem;
    padding-top: 3rem;
}

.product_img_five .product_describe p:nth-of-type(3) {
    font-size: 1.6rem;
    font-weight: 500;
    padding-top: 4rem;
}

/*Six*/
.product_img_six .product_describe {
    padding-top: 4rem;
}

.product_img_six .product_describe p:nth-of-type(1) {
    font-size: 1.6rem;
    color: #747474;
}

.product_img_six .product_describe h3 {
    font-size: 3.4rem;
    color: #4c4c4c;
    font-weight: 500;
}

.product_img_six .product_describe p:nth-of-type(2) {
    font-size: 1.8rem;
    color: #171717;
    padding-top: 4rem;
    font-weight: 500;
}

.product_img_six .product_describe1 {
    font-size: 1.4rem;
    top: auto;
    bottom: 13rem;
    color: #fff;
    font-weight: 500;
    padding-top: 4rem;
}

/*Seven*/
.product_img_seven {
    color: #373737;
}

.product_img_seven .product_describe {
    padding-top: 7rem;
}

.product_img_seven .product_describe1 {
    top: auto;
    bottom: 22%;
}

.product_img_seven .product_describe h3 {
    font-size: 3.6rem;
    font-weight: 500;
}

.product_img_seven .product_describe p:nth-of-type(1) {
    font-size: 2rem;
    font-weight: 500;
    padding-top: 7.5rem;
}

.product_img_seven .product_describe p:nth-last-of-type(1), .product_img_seven .product_describe1 p:nth-last-of-type(1) {
    font-size: 1.4rem;
    padding-top: 0.5rem;
}

.product_img_seven .product_describe1 p:nth-of-type(1) {
    font-size: 2rem;
    font-weight: 500;
}

.product_img_seven .product_describe1 p:nth-of-type(2) {
    font-size: 2.6rem;
    font-weight: bold;
}

/*Eight*/
.product_img_eight .product_describe {
    padding-top: 8.5rem;
}

.product_img_eight .product_describe h3 {
    font-size: 4.6rem;
    font-weight: 500;
}

.product_img_eight .product_describe h3 + p {
    padding-top: 3.2rem;
    font-size: 2rem;
    font-weight: 500;
    color: #222;
}

/*Nine*/
.product_img_nine .product_describe {
    padding-top: 8.5rem;
    color: #524f4f;
}

.product_img_nine .product_describe .container {
    padding-left: 26rem;
}

.product_img_nine .product_describe h3 {
    font-size: 3rem;
    font-weight: 500;
}

.product_img_nine .product_describe p {
    font-size: 2rem;
    font-weight: 500;
}

/*Ten*/
.product_img_ten .product_describe {
    padding-top: 8rem;
}

.product_img_ten .product_describe1 {
    top: auto;
    bottom: 17rem;
}

.product_img_ten .product_describe h3 {
    font-size: 3.5rem;
    font-weight: 500;
    color: #fff;
}

.product_img_ten .product_describe h3 + p {
    font-size: 2rem;
    color: #c8c8c8;
    padding-top: 8rem;
}

.product_img_ten .product_describe1 h3 {
    color: #dcdcdc;
    font-size: 2.2rem;
    font-weight: 500;
}

.product_img_ten .product_describe1 h3 + p {
    font-size: 2rem;
    color: #bab9b9;
}

.product_img_ten .product_describe1 p:nth-last-of-type(1) {
    font-size: 1.4rem;
    color: #bab9b9;
}

/*Eleven*/
.product_img_eleven .product_describe {
    padding-top: 8.8rem;
    color: #ededed;
}

.product_img_eleven .product_describe h3 {
    font-size: 4.6rem;
    color: #fff;
    font-width: 500;
}

.product_img_eleven .product_describe h3 + p {
    font-size: 2.5rem;
    font-weight: 400;
    padding-top: 1rem;
}

.product_img_eleven .product_describe p:nth-of-type(2) {
    font-size: 1.8rem;
    padding-top: 4rem;
}

.product_img_eleven .product_describe p:nth-of-type(3) {
    font-size: 3.4rem;
    padding-top: 6rem;
}

.product_img_eleven .product_describe p:nth-of-type(4) {
    display: inline-block;
    font-size: 2rem;
}

/*Twelve*/
.product_img_twelve .product_describe {
    padding-top: 8rem;
    color: #3a3a3a;
}

.product_img_twelve .product_describe h3 {
    font-size: 4.8rem;
}

.product_img_twelve .product_describe p {
    font-size: 7rem;
    font-weight: 500;
    padding-top: 4.2rem;
    color: #5f5f5f;
    display: inline-block;
}

.product_img_twelve .product_describe p:nth-of-type(2), .product_img_twelve .product_describe p:nth-of-type(4) {
    font-size: 2.2rem;
    font-weight: 400;
    height: 7rem;
    display: inline-block;
    padding-right: 7rem;
}

/*Thirteen*/
.product_img_thirteen .product_describe {
    padding-top: 9rem;
}

.product_img_thirteen .product_describe h3 {
    font-size: 4.6rem;
    color: #fff;
}

.product_img_thirteen .product_describe h3 div {
    display: inline-block;
    font-size: 3.8rem;
}

.product_img_thirteen .product_describe h3 + p {
    padding-top: 6.5rem;
    font-size: 1.8rem;
    color: #9c9a9a;
}

/*Fourteen*/

/*Fifteen*/

/*Sixteen*/

/*Seventeen*/
.product_img_seventeen .product_describe {
    padding-top: 8rem;
    color: #dfdfdf;
}

.product_img_seventeen .product_describe h3 {
    font-size: 3.4rem;
    font-weight: 500;
}

.product_img_seventeen .product_describe h3 + p {
    padding-top: 1.5rem;
    font-size: 2rem;
}

/*Eighteen*/
.product_img_eighteen .product_describe {
    padding-top: 8rem;
}

.product_img_eighteen .product_describe h3 {
    color: #fff;
    font-size: 4rem;
    font-weight: 500;
}

.product_img_eighteen .product_describe h3 + p {
    font-size: 2rem;
    color: #a9a9a9;
    padding-top: 0.8rem;
}

/*Nineteen*/
.product_img_nineteenn .product_describe {
    top: auto;
    bottom: 5rem;
}

.product_img_nineteenn .product_describe p {
    color: #373737;
    font-size: 1.4rem;
    font-weight: 500;
}

/*Twenty*/
.product_img_twenty .product_describe {
    top: auto;
    bottom: 5rem;
}

.product_img_twenty .product_describe .container {
    text-align: center;
}

.product_img_twenty .product_describe h3 {
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
}

.product_img_twenty .product_describe p {
    display: block;
    color: #373737;
    font-size: 1.4rem;
    font-weight: 500;
}

/*Twenty-one*/
.product_img_twenty-one .product_describe {
    padding-top: 9rem;
}

.product_img_twenty-one .product_describe h3 {
    font-size: 3rem;
    font-weight: 500;
    color: #7f6d59;
}

/*规格*/
#product-lump-info .product-sku {
    padding-top: 10rem;
}

#product-lump-info .product-sku .container > h2 {
    font-size: 4.8rem;
    font-weight: 500;
}

#product-lump-info .product-sku .container .product-sku-details {
    padding-top: 4rem;
}

#product-lump-info .product-sku .container .product-sku-details li.active {
    background: #f7f7f7;
}

#product-lump-info .product-sku .container .product-sku-details > div:first-of-type {
    padding-left: 0;
    padding-right: 7rem;
}

.product-sku .product-sku-details > div:first-of-type li {
    padding: 0 4.5rem 0 2rem;
    border-bottom: 1px solid #dfdfdf;
}

.product-sku .product-sku-details > div:first-of-type li h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #111;
    padding: 3.2rem 0;
    cursor: pointer;
}

.product-sku .product-sku-details > div:first-of-type li h3 div {
    color: #a7a6a6;
    font-weight: bold;
    display: inline-block;
}

.product-sku .product-sku-details > div:first-of-type .product-sku-size {
    padding-bottom: 7.5rem;
}

.product-sku .product-sku-details > div:first-of-type .product-sku-size p {
    font-size: 1.6rem;
    color: #8c8c8c;
    padding-bottom: 3px;
}

.product-sku .product-sku-details > div:first-of-type li .product-sku-size {
    display: none;
}

.product-sku .product-sku-details > div:first-of-type li:first-of-type .product-sku-size {
    display: block;
}

#product-lump-info .product-sku .container .product-sku-details li h3 span {
    display: inline-block;
    transform: rotate(0deg);
    transition: all 0.28s ease-out;
}

#product-lump-info .product-sku .container .product-sku-details li.active h3 span {
    transform: rotate(-45deg);
}

/*轮播图*/
.swiper_container {
    position: relative;
    overflow: hidden;
}

.swiper_container .swiper-button-next, .swiper_container .swiper-button-prev {
    display: block;
    top: auto;
}

.colored-right {
    overflow: hidden;
}

.color-remind {
    color: #a7a6a6;
}

.color-list li, .color-back, .color-title {
    float: left;
}

.color-list li {
    margin: 15px 0px;
    width: 20%;
}

.color-back {
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
    margin: 0px 20px;

}

.color-back p {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0;

}

.color-content {
    opacity: 0;
}

.color-content:nth-of-type(1) {
    opacity: 1;
}

.color-list li:nth-of-type(1) .color-back {
    border: 1px solid black;
}

.info-colored .colored-left h1 {
    font-size: 42px;
    padding-top: 42px;
    font-weight: 500;
}

.info-colored .colored-left h1 + p {
    font-size: 1.6rem;
    color: #a6a5a5;
    padding-top: 3rem;
}

.swiper_container .swiper-button-next, .swiper_container .swiper-button-prev {
    display: block;
    top: auto;
    bottom: 0;
    z-index: 99;
}

#product-lump-info .swiper_container .swiper-button-next {
    right: 30%;
    background: url("../../images/yjt.jpg") no-repeat 100%;
}

#product-lump-info .swiper_container .swiper-button-prev {
    left: 30%;
    background: url("../../images/zjt.jpg") no-repeat 100%;
}

/*下载中心*/
#download_lump {
    background: #fff;
}

#download.address {
    padding-bottom: 45px;
}

#download.address .address_all li {
    float: left;
    line-height: 32px;
    border-bottom: 1px solid #dadbdc;
}

#download .address_all li a {
    color: #828282;
    font-size: 14px;
    padding: 0 23px;
    display: inline-block;
}

#download .address_all li.active a {
    border-bottom: 2px solid #007cc3;
}

#download_lump .product-lump .product-list .thumbnail .caption {
    background: #f7f7f7;
}

.download-right h4 {
    font-size: 24px;
    font-weight: 500;
}

.range p {
    font-size: 14px;
    color: #666666;
    margin: 14px 0px 11px 0px;
}

.range ul li {
    float: left;
    margin-right: 35px;
    font-size: 16px;
    color: black;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 6px;
    transition: all .5s;
}

.range ul li:hover {
    color: #fff;
    background: #007cc3;
}

.range ul li a {
    display: none;
    transition: all .5s;
}

.range ul li:hover a {
    color: #fff !important;
}

.white_background {
    background: #fff;
    color: #000;
    transition: .4s;
}

.blue_background {
    border-bottom: #007CC3;
    color: #007CC3 !important;
    transition: .4s;
}

.download-detail {
    width: 100%;
    margin: 30px 0px 50px 0px;
    height: 100%;
    display: inline-block;
}

.download-para {
    padding: 17px 15px 15px 0;
}

.download-para a:hover {
    text-decoration: underline;
}

.download-left {
    padding-right: 25px;
    padding-left: 0;
}

.download-right {
    padding-left: 0;
}

.download-detail .download-left img {
    width: 100%;
}

.download-desc {
    color: #686868;
    font-size: 16px;
    margin-top: 30px;
    height: 44px;
}

.download-para > a {
    width: 158px;
    height: 43px;
    background-color: #007CC3;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    font-size: 18px;
    border-radius: 4px;
    margin-top: 20px;
}

.download-para p {
    font-size: 14px;
    color: #686868;
    line-height: 30px;
}

.download-function .tab {
    display: none;
}

.history-list img {
    width: auto;
}

.download-function {
    margin: 60px 0px;
}

.download-function .download-function {
    border-top: 1px dashed #bfbfbf;
}

.function-list {
    margin-bottom: 25px;
    padding-left: 50px;
}

.function-list:nth-of-type(1) {
    padding-top: 60px;
}

.download-function h4 {
    font-size: 20px;
    color: #666666;
}

.function-list ul li {
    font-size: 16px;
    padding-top: 5px;
    list-style: disc;
    margin-left: 20px;
}

.history-list h4 {
    margin-bottom: 30px;
    font-size: 24px;
}

.history-list ul li {
    width: 100%;
    display: inline-block;
}

.history-list ul li p {
    float: left;
    margin-right: 30px;
}

.history-list ul li p:nth-last-of-type(1) {
    float: right;
}

/*搜索*/
#search .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

#search .container h2 {
    padding-top: 20px;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 36px;
}
/*后加*/
.news .container .row .thumbnail .caption h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.join-column {
    border: none;
}

.join-column ul li p {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.join-content ul li p img {
    width: auto;
}

.join-column ul {
    border-right: 3px solid white;
}

.join-content {
    padding-right: 0;
}

.joinus {
    background-repeat: round !important;
}

.Social p a {
    font-size: 0;
    padding: 0;
    position: relative;
}

.list-paddingleft-2 img {width:auto;}.Social p a{padding:0;}.join-column ul li{border-bottom: 3px solid white;}.join-column ul li p{border: none;}#product-lump-info .product-sku{padding-top: 2.2rem;}
.Social p a:before {position: absolute;content: '';width: 100%;height: 100%;transform: scaleX(0);transition: all .3s; background: url("https://file.shanling.com/gecgoo/images/c081c6314089878708811c92d104f2eb869.jpg");}
.Social p:nth-of-type(2) a:before {background: url("https://file.shanling.com/gecgoo/images/3ae223fb3ae30359ea30954fe901cb94582.jpg");}
.Social p:nth-of-type(3) a:before {background: url("https://file.shanling.com/gecgoo/images/7fe5137ec7dfa0ceddef269eb9609f8a105.jpg");}
.Social p:hover a:before {transform: scaleX(1);}
.Social{display: flex;justify-content: center;}
.swiper-slide a .index-bannertxt {text-align: left;left: 21.2%;}
.swiper-slide[data-swiper-slide-index="0"] a .index-bannertxt h2 {font-size: 8rem;}/*第一个banner图的第一段文字大小*/
.swiper-slide[data-swiper-slide-index="0"] a .index-bannertxt p {font-size: 2.3rem;color: #bbb;font-weight: 100;}/*第一个banner图的第二段文字大小*/
.swiper-slide[data-swiper-slide-index="1"] a .index-bannertxt h2 {font-size: 4rem;}/*第二个banner图的第一段文字大小*/
.swiper-slide[data-swiper-slide-index="1"] a .index-bannertxt p {font-size: 1.5rem;font-weight: 100;color: #bbb;width: 240px;line-height: 25px;padding-top: 10px;}/*第二个banner图的第二段文字大小*/
.swiper-slide[data-swiper-slide-index="2"] a .index-bannertxt{left: 23.5%;top: 35%;}/*第三个banner图的文字位置*/
.swiper-slide[data-swiper-slide-index="2"] a .index-bannertxt h2 {font-size: 6.8rem;color: #565656;font-weight: 100;}/*第三个banner图的第一段文字大小*/
.swiper-slide[data-swiper-slide-index="2"] a .index-bannertxt p {font-size: 2.2rem;color: #2d2d2d;font-weight: 100;}/*第三个banner图的第二段文字大小*/
.swiper-slide[data-swiper-slide-index="2"] a .index-bannertxt span { font-size: 2.4rem;color: #4b4b4b;font-weight: 500;display: inline-block;width: 362px;}/*第三个banner图的第三段文字大小*/
.swiper-slide[data-swiper-slide-index="3"] .index-bannertxt {top: 20%;left:19%;text-align: center;}
.swiper-slide[data-swiper-slide-index="3"] .index-bannertxt h2 {font-size: 6rem;}
.swiper-slide[data-swiper-slide-index="3"] .index-bannertxt p{font-size: 2rem;position: absolute;}
.swiper-slide[data-swiper-slide-index="3"] .index-bannertxt span{font-size: 2rem;}
.swiper-slide[data-swiper-slide-index="3"] .index-bannertxt h2,.swiper-slide[data-swiper-slide-index="3"] .index-bannertxt p,.swiper-slide[data-swiper-slide-index="3"] .index-bannertxt span{display: inline-block;color: #040000;font-weight: 500;}
.btn-file {
    color: #fff !important;
}