@charset "utf-8";
/* CSS Document */
@import "//at.alicdn.com/t/font_1836669_fv39xav4egd.css";

body,
html {
    margin: 0px;
    padding: 0px;
}

body {
    overflow-x: hidden;
    font-family: "pingfang SC", helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    margin: 0px;
    padding: 0px;
    zoom: 1;
    /*����IE6*/
}

div {
    zoom: 1;
    /*����IE6,Ҫ��IE6��λ,�޸����.*/
}

li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    vertical-align: middle;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    width: 100%；
}

a {
    text-decoration: none;
    color: #3e3e3e;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #e70012;
}

a:focus {
    text-decoration: none;
}

a img {
    border: none;
    border: 0;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0px;
}

input,
select {
    padding: 0;
    margin: 0;
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w100 {
    width: 100%;
}

.pr {
    position: relative;
}

.po {
    position: absolute;
}

.scale {
    overflow: hidden;
}

.scale img {
    transition: .5s;
}

.scale:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.max100 {
    max-width: 100%;
}

.ptb {
    padding: 68px 0;
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.towlines {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.threelines {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pic {
    overflow: hidden;
}

.pic img {
    width: 100%;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    opacity: 1;
    filter: alpha(opacity=100);
}

a:hover .pic img,
li:hover .pic img,
.pic:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
   
}


/*头部*/
#newBridge{ display: none !important;}
.head {
    position: relative;
    z-index: 9999;
    font-weight: bold;
}

.head .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

.logo_w {
    margin-top: 19px;
    transition: all .2s ease-in-out;
}

.logo_name_w {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-left: 20px;
}

.logo_name_w:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    display: inline-block;
    width: 1px;
    height: 35px;
    background: #fff;
}

.head .province {
    font-size: 18px;
    padding: 26px 0 26px 20px;
}

.head .province i {
    color: #717171;
}

.head .province:hover .shop {
    display: block;
}

.head .shop {
    display: none;
    padding-top: 20px;
    position: absolute;
    left: 30px;
    top: 84px;
}

.head .shop-list {
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.52);
    padding: 20px 48px;
    border: solid rgba(255, 255, 255, 0.52) 3px;
    border-radius: 25px;
    color: #FFF;
    width: 318px;
}

.head .shop-list h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.head .shop-list .text-center {
    color: rgba(255, 255, 255, 0.27);
    font-size: 18px;
    font-weight: normal;
}

.head .shop-list ul li {
    width: 50%;
    float: left;
}

.head .shop-list ul li a {
    color: #FFF;
}

.head .shop-list ul li a:hover {
    color: #e70012;
}

.head .shop-list ul li:hover .store_xq {
    display: block;
}

.store_xq {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 12px;
    left: 50px;
    top: 20px;
    width: 240px;
    min-height: 575px;
    z-index: 999;
    margin-left: 280px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 25px;
    color: #333;
}

.store_img_index img {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    border: 1px solid #999;
}

.store_xq h2 {
    font-size: 24px;
    margin-top: 10px;
    font-weight: bold;
}

.dzwx img {
    width: 200px;
    height: auto;
}

.jiaweixin {
    background: #000;
    width: 200px;
    padding: 10px 0;
    margin-left: 6px;
    color: #fff;
    font-style: normal;
}

.store_xq p {
    font-size: 16px;
    font-weight: normal;
}

.head .jiaweixin i {
    padding: 20px 0;
    color: #FFF;
    font-style: normal;
    font-size: 14px;
}

.head .tel {
    font-size: 18px;
    padding-left: 20px;
    line-height: 80px;
}

.head .tel .phone {
    color: #e70012;
    padding-right: 20px;
}
.head .tel .tel1 {
    color: #a5a1a1;
    padding-right: 5px;
}


.head .tel i {
    font-size: 23px;
    font-weight: normal;
}

.head_ul>li {
    float: left;
    position: relative;
    transition: all .2s ease-in-out;
}

.head_ul>li>a {
    font-size: 18px;
    color: #2e2d2d;
    position: relative;
    padding: 0px 19px;
    display: inline-block;
    line-height: 80px;
}



.head_ul>li>a:hover,
.head_ul>li:hover a,
.head_ul>li.active>a {
    color: #e70012;
}

.sec_ul {
    position: absolute;
    top: 84px;
    left: 0px;
    background: #fff;
    width: 150px;
    margin-left: -37px;
    background: #fff;
    transform: scale(0);
    transition: all .2s ease-in-out;
}

.sec_ul li {
    float: none;
    text-align: center;
    position: relative;
}

.sec_ul li:hover>a,
.head.active .sec_ul li:hover>a {
    color: #fff;
    border-bottom: 1px solid #333333;
    position: relative;
    z-index: 10;
}

.sec_ul li a {
    display: block;
    padding: 5px 10px;
    color: #2e2d2d !important;
}

.sec_ul li a:hover,
.sec_ul li:hover {
    color: #FFF !important;
}

.sec_ul li:after {
    content: "";
    width: 0;
    left: 50%;
    position: absolute;
    top: 0;
    bottom: 0px;
    background: #e70012;
    transition: all .2s ease-in-out;
}

.sec_ul li:hover:after {
    width: 100%;
    left: 0;
}

.head_phone,
.h3_p,
.tse02,
.swiper-button-next01,
.swiper-button-prev01,
.menu_p {
    display: none;
}

.menu_p {
    position: fixed;
    top: 60px;
    width: 100%;
    right: -100%;
    transition: all .2s ease-in-out;
    background: #f7f6f4;
    bottom: 0px;
    z-index: 100;
    padding: 0px 10px;
}

.menu_ul_p li {
    float: none;
    border-bottom: 1px solid #cecdc9;
    padding: 10px 0px;
    position: relative;
}

.menu_ul_p li a {
    color: #484a51;
}

.menu_ul_p li span {
    float: right;
    background: #dfdeda;
    width: 50px;
    text-align: center;
    line-height: 40px;
    top: 0px;
    right: 0px;
    height: 40px;
    display: inline-block;
    position: absolute;
}

.menu_ul_p li span i {
    color: #181817;
}

.sec_ul_p {
    margin-top: 10px;
    display: none;
}

.sec_ul_p li {
    float: none;
    border-bottom: none;
    padding: 5px 0px 5px 10px;
}

.menu_ul_p li.active span {
    background: #e70012;
}

.menu_ul_p li.active span i {
    color: #fff;
}

.menu_p.active {
    right: 0px;
}

.head.active {
    background: #fff;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    z-index: 999;
}

/*����*/
.searchbox {
    padding: 15px;
    box-shadow: 0 0 7px 0 #cfcfcf;
    background: #fff;
    width: 100%;
    top: 84px;
    border-top: 2px solid #e70012;
    text-align: center;
    z-index: 44;
    position: fixed;
}

.displaynone {
    display: none;
}

.searchs {
    max-width: 600px;
    margin: 0 auto;
}

.clearfix {
    zoom: 1;
}

.searchs .sertext {
    display: block;
    padding: 0;
    outline: 0;
    padding-left: 12px;
    width: 78%;
    float: left;
    border: 1px solid #cdcdcd;
    color: #a2a2a2;
    height: 52px;
    line-height: 52px;
    transition: 0.4s;
}

.serbtn {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #e70012;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.44s;
}

/*banner*/
.pagination_ban .swiper-pagination-bullet {
    opacity: 0.58;
    background: #FFF;
    border-radius: 100%;
    width: 15px;
    height: 15px;
}

.pagination_ban .swiper-pagination-bullet-active {
    opacity: 1;
}

.pagination_ban .swiper-slide {
    display: flex;
    align-items: center;
    /* ��ֱ���� */
}

.spagination_ban .swiper-pagination-bullet {
    opacity: 0.58;
    background: #FFF;
    border-radius: 100%;
    width: 15px;
    height: 15px;
}

.spagination_ban .swiper-pagination-bullet-active {
    opacity: 1;
}

.spagination_ban .swiper-slide {
    display: flex;
    align-items: center;
    /* ��ֱ���� */
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 100px;
}

/*�ֻ�����*/
.phone-menu {
    display: none;
    padding: 5px 5px 10px;
}

.phone-menu ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.phone-menu ul li i {
    display: block;
    text-align: center;
    font-size: 36px;
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 17px;
    background-color: #ffbe00;
    color: #FFF;
    margin: 10px auto;
}

.phone-menu ul li:nth-child(2) i {
    background-color: #347deb;
}

.phone-menu ul li:nth-child(3) i {
    background-color: #3cbd82;
}

.phone-menu ul li:nth-child(4) i {
    background-color: #a7cd0e;
}

.phone-menu ul li:nth-child(5) i {
    background-color: #3e99c3;
}

.phone-menu ul li:nth-child(6) i {
    background-color: #5cd345;
}

.phone-menu ul li:nth-child(7) i {
    background-color: #e70012;
}

.phone-menu ul li:nth-child(8) i {
    background-color: #34b9eb;
}

/*���³ɽ�*/
.latest-deal-wrap {
    background-color: #eee;
}

.latest-deal {
    position: relative;
    z-index: 99;
    margin-top: -73px;
    background-color: #FFF;
    border-radius: 8px;
    height: 146px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}

.latest-deal h3 {
    width: 144px;
    height: 146px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    float: left;
    margin-right: -144px;
    background-color: #e70012;
    color: #FFF;
    font-weight: bold;
    border-radius: 8px 0 0 8px;
}

.latest-deal .latest-deal-con {
    width: 100%;
    float: left;
}

.latest-deal .con {
    padding: 10px 54px 25px 198px;
    font-size: 16px;
}

.latest-deal .con .swiper-slide {
    margin-top: 10px !important;
}

.latest-deal .con .swiper-slide span {
    float: right;
    padding-right: 200px;
}

.txtMarquee-top .bd {
    padding: 20px 0;
}

.txtMarquee-top .infoList li {
    height: 30px;
    line-height: 30px;
}

.txtMarquee-top .infoList li span {
    float: right;
}

/*����*/
.title {
    text-align: center;
    padding: 0 0 45px;
}

.title h3 {
    font-size: 40px;
    font-weight: bold;
    color: #272726;
    margin-bottom: 20px;
}

.title h3 span {
    color: #e70012;
}

.title p {
    font-size: 18px;
    color: #605e5f;
}

.adv {
    background-color: #eee;
    text-align: center;
}

.adv ul li {
    float: left;
    width: 25%;
    height: 88px;
    line-height: 88px;
    position: relative;
}

.adv ul li span {
    font-size: 60px;
    line-height: 1;
    color: #E70012;
}
.nubm ul li span {
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
}

.adv ul li sup {
    color: #E70012;
    font-size: 30px;
    font-weight: bold;
    vertical-align: top;
    top: 15px;
}

.adv ul li i {
    font-style: normal;
    font-size: 18px;
}

.adv ul li p {
    font-size: 18px;
    line-height: 18px;
    position: relative;
    margin-top: -18px;
}

/*��Ʒ*/

.product ul#myTab {
    text-align: center;
    margin-bottom: 54px;
}

.product ul#myTab li {
    float: none;
    padding: 0 10px;
    display: inline-block;
}

.product .nav-pills>li>a {
    border-radius: 21px;
}

.product .nav>li>a {
    padding: 5px 20px;
    font-size: 18px;
    font-weight: bold;
    background-color: #eee;
}

.product .nav-pills>li.active>a,
.product .nav-pills>li.active>a:hover,
.product .nav-pills>li.active>a:focus {
    background-color: #e70012;
}

.product .box {
    position: relative;
}

.product .box img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.product .box .tit {
    padding: 20px 10% 0;
    text-align: center;
}

.product .box .tit a {
    font-size: 18px;
    display: inline-block;
    padding: 0 5px;
}

.product .box .tit a:hover .mask {
    display: block;
}

.product .mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    transition: all 0.5s ease;
    color: #FFF;
    border-radius: 10px;
    padding: 0 8.52%;
}

.product .mask .con {
    display: flex;
    align-items: center;
    height: 248.67px;
    text-align: left;
}

.product .mask p {
    font-size: 18px;
    margin: 9px 0;
}

/*����*/
.advantage {
    background-color: #222121;
    color: #FFF;
}

.advantage .title h3,
.advantage .title p {
    color: #FFF;
}

.advantage-left {
    width: 51.56%;
    float: left;
}

.advantage-left img {
    display: none;
}

.advantage-left img.active {
    display: block;
}

.advantage-right {
    width: 48.44%;
    float: right;
}

.advantage-right ul li {
    position: relative;
    float: left;
    width: 50%;
    height: 208px;
    display: flex;
    align-items: center;
    background-color: #FFF;
    color: #999;
    font-size: 16px;
}

.advantage-right ul li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: solid #222121 1px;
    border-bottom: solid #222121 1px;
}

.advantage-right ul li:nth-child(2):before,
.advantage-right ul li:nth-child(4):before {
    border-right: none;
}

.advantage-right ul li:nth-child(3):before,
.advantage-right ul li:nth-child(4):before {
    border-bottom: none;
}

.advantage-right ul li .box {
    padding: 0 20px;
}

.advantage-right ul li h3 {
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
}

.advantage-right ul li.active {
    background-color: #ca0111;
    color: #FFF;
}

.advantage-right ul li.active h3 {
    color: #FFF;
}

/*��Ƶ*/
.video-top {
    padding-bottom: 203px;
}

.video-bottom {
    background-color: #f6f6f6;
    padding: 80px 0 60px;
}

.video-bottom .modal-body video {
    width: 100%;
}

.video-bottom ul li {
    float: left;
    width: 16.66%;
    text-align: center;
    position: relative;
    color: #605e5f;
}

.video-bottom ul li:nth-child(3) {
    width: 33.36%;
}

.video-bottom ul li .box {
    width: 378px;
    height: 378px;
    position: absolute;
    left: 50%;
    margin-left: -189px;
    top: -283px;
}

.video-bottom ul li .box .play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -26px;
    z-index: 99;
}

.video-bottom ul li h2 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.video-bottom ul li h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -7px;
    width: 14px;
    height: 6px;
    background-color: #ca0111;
}

.video-bottom ul li p {
    font-size: 18px;
}

/*�ֻ�����*/
.phone-shop {
    display: none;
}

.phone-shop ul li {
    border-bottom: solid #ddd 1px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.phone-shop ul li .pic {
    width: 80px;
    height: 80px;
    float: left;
}

.phone-shop ul li .pic img {
    border-radius: 50%;
}

.phone-shop ul li .box {
    padding-left: 90px;
}

.phone-shop ul li .box h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 5px;
}

.phone-shop ul li .box i {
    color: #e70012;
}

.phone-shop ul li .box p.address {
    border-bottom: solid #ddd 1px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.phone-shop .more {
    text-align: center;
    margin-top: 15px;
}

.phone-shop .more a,
.phone-shop .more a:hover {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 18px;
    background-color: #e70012;
    color: #FFF;
}

/*����*/
.knowledge .news-tit {
    font-size: 18px;
    color: #3e3e3e;
    border-bottom: #eeeeee solid 2px;
    margin-bottom: 20px;
}

.knowledge .news-tit span {
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #e70012;
}

.knowledge .news-tit ul li {
    display: inline-block;
    float: left;
}

.knowledge .news-tit ul li a {
    display: inline-block;
    padding-bottom: 10px;
    margin-right: 40px;
    position: relative;
    font-weight: bold;
    margin-bottom: -2px;
}

.knowledge .news-tit ul li.active a {
    border-bottom: solid #e70012 2px;
    color: #e70012;
}

.knowledge .news p {
    color: rgba(0, 0, 0, 0.68);
    line-height: 20px;
}

.knowledge .news .pic {
    float: left;
    width: 127px;
    height: auto;
    margin-right: 15px;
    border-radius:8px ;
}

.knowledge .news .tab-content ul li {
    clear: both;
    margin-bottom: 33px;
}

.knowledge h2 {
    font-size: 16px;
    color: #605e5f;
    margin-bottom: 5px;
    font-weight: bold;
}
.xiaoti{ border-radius: 8px;}

.knowledge a:hover h2 {
    color: #e70012;
}

.knowledge .box2 {
    padding: 20px;
    background-color: #f6f6f6;
    display: none;
}

/*���*/
.smqth {
    padding: 105px 0;
    background: url("../images/smqqh-bg.jpg") center top no-repeat;
    background-size: cover;
}

.smqth .con {
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.87);
    border-radius:8px ;
}

.smqth .smqth-left {
    float: left;
    width: 66.56%;
}

.smqth .smqth-left ul li {
    display: flex;
    align-items: center;
    color: #605e5f;
    margin-top: 17px;
    padding-bottom: 17px;
    border-bottom: solid #d4d5d1 2px;
}

.smqth .smqth-left ul li:last-child {
    border-bottom: none;
}

.smqth .smqth-left i {
    display: inline-block;
    margin-right: 25px;
    font-size: 32px;
    text-align: center;
    width: 69px;
    height: 69px;
    line-height: 69px;
    background-color: #e70012;
    color: #FFF;
    border-radius: 50%;
}

.smqth .smqth-left h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.smqth .smqth-left p {
    font-size: 16px;
}

.smqth .smqth-right {
    float: right;
    width: 22.2%;
}

.smqth .smqth-right .box {
    padding: 30px;
    background-color: #FFF;
    text-align: center;
}

.smqth .smqth-right .box h2 {
    font-size: 20px;
    color: #605e5f;
    margin-top: 10px;
}

/*�ײ�*/
.footer {
    background-color: #222121;
    padding-top: 84px;
    color: rgba(255, 255, 255, 0.7);
    border-top: solid #e70012 2px;
    font-size: 14px;
    line-height: 2.2;
}

.footer a {
    color: rgba(255, 255, 255, 0.54);
}

.footer a:hover {
    color: #e70012;
}

.footer ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer ul li form {
    position: relative;
}

.footer ul li h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer ul li:last-child input {
    width: 280px;
    height: 50px;
    line-height: 50px;
    border: solid #b3b2b2 1px;
    border-radius: 25px;
    background: transparent;
    outline: none;
    text-indent: 22px;
    margin-top: 10px;
}

.footer ul li:last-child input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.footer ul li:last-child button {
    font-size: 23px;
    background: transparent;
    border: none;
    position: absolute;
    right: 16px;
    top: 5px;
}

.footer ul li a {
    display: block;
}

.share a {
    display: inline-block;
    margin-right: 15px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: solid #b1b0b0 1px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
}

.share a:hover {
    color: #e70012 !important;
    border-color: #e70012
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
    padding-left: 0 !important;
    height: 38px !important;
    line-height: 38px !important;
    background-image: none !important;
    font-size: 16px !important;
    margin-right: 15px !important;
}

.bd_weixin_popup {
    height: 317px !important;
}

.footer .link {
    margin-top: 45px;
    color: rgba(255, 255, 255, 0.35);
}

.footer .link a {
    color: rgba(255, 255, 255, 0.35);
}

.footer .link a:hover {
    color: #e70012;
}

.copyright {
    color: rgba(255, 255, 255, 0.54);
    padding: 35px 0;
    margin-top: 20px;
    background-color: #222121;
    border-top: #393838 solid 2px;
}

.copyright a {
    color: rgba(255, 255, 255, 0.54);
}

.copyright a:hover {
    color: #e70012;
}



/*�ֻ��ײ�*/
.mobile-foot {
    background: #fafafa;
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}

.mobile-foot ul li {
    font-size: 14px;
    width: 25%;
    height: 40px;
    overflow: hidden;
    float: left;
    text-align: center;
    line-height: 15px;
}

.mobile-foot ul li i {
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 22px;
}

.mobile-foot ul li a,
.footer-menu ul li:hover {
    color: #3e3e3e;
}

.mobile-foot ul li.active a {
    color: #e70012;
}

/*�Ҳ�ͷ�*/
.rightfix {
    position: fixed;
    bottom: 100px;
    right: 18px;
    width: 60px;
    z-index: 999;
    color: #FFF;
    background: #e70012;
    border-radius: 44px;
    text-align: center;
}

.kf-logo {
    padding: 9px;
}

.kf-logo img {
    border-radius: 50%;
}

.fix_ul li {
    font-size: 12px;
    color: #696d73;
    text-align: center;
    float: none;
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #fff;
}

.fix_ul li i {
    font-size: 20px;
    color: #848484;
}


.right_div {
    opacity: 0;
    position: absolute;
    right: 87px;
    top: 0px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    background: #fff;
    color: #000;
    padding: 5px;
    transition: all .2s ease-in-out;
    min-width: 120px;
    font-size: 14px;
    line-height: 1.8;
}

.right_div img {
    max-width: 65px;
}

.fix_ul li:hover {
    background-color: #FFF;
    color: #000;
}

.fix_ul li:hover .right_div {
    opacity: 1;
    right: 87px;
}

.smtx {
    padding: 5px 11px;
}

.smtx img {
    border: solid #FFF 1px;
}

.top02 {
    padding-bottom: 15px;
    font-size: 12px;
}

/*��ҳ*/
.fenye {
    text-align: center;
    margin-top: 15px;
}

.fenye ul li {
    float: none;
    width: auto;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 2px;
}

.fenye ul li a {
    padding: 10px 10px;
    line-height: 1;
    display: block;
    border: #e5e5e5 solid 1px;
}

.fenye ul li.active a {
    border-color: transparent;
}

.page_info {
    text-align: center;
}



/*��ҳbanner*/
.ibanner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}

.ibanner a {
    color: #FFF;
}

.ibanner a:hover {
    color: #e70012;
}

.ibanner img {
    width: 100%;
}

.position {
    position: absolute;
    width: 100%;
    left: 30px;
    top: 10px;
    color: rgba(255, 255, 255, 0.37);
    font-size: 14px;
}

.position a {
    color: rgba(255, 255, 255, 0.37)
}

.position a:hover {
    color: #e70012;
}

.ibanner-txt {
    position: absolute;
    left: 0;
    top: 38%;
    width: 100%;
    z-index: 9;
}

.ibanner-txt h2 {
    font-size: 66px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
}

.ibanner-txt p {
    font-size: 32px;
    color: #fff;
}

/*��Ʒ�б�*/
.ptb40 {
    padding: 40px 0
}

.product-list li {
    background-color: #eeeeee;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.product-list li:last-child {
    margin-bottom: 0;
}

.product-list .img-list img {
    width: 100%;
}

.product-list .img-list .img a {
    display: none
}

.product-list .img-list .img a.active {
    display: block;
}

.product-list .img-list {
    float: left;
    width: 50%;
}

.product-list .tit-list {
    padding: 25px;
    font-size: 18px;
    background-color: #FFF;
    margin: 2px;
}

.product-list .tit-list a {
    display: inline-block;
    padding: 0 5px;
}

.product-list .tit-list a.active {
    color: #e70012
}

.product-list .box-list {
    float: right;
    width: 50%;
}

.product-list .box {
    display: none;
    padding-left: 60px;
}

.product-list .box.active {
    display: block;
}

.product-list .box h2 {
    font-size: 36px;
    font-weight: bold;
}

.product-list .box h4 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
}

.product-list .box p {
    font-size: 18px;
}

.product-list .box .more {
    margin-top: 35px;
}

.product-list .box .more a {
    display: inline-block;
    font-size: 18px;
    padding: 5px 40px;
    color: #FFF;
    background-color: #e70012;
    border-radius: 21px;
}

.product-list .box .more a:hover {
    opacity: 0.8;
}

/*��ͻ�����*/
.customized-list .row {
    margin-right: -8px;
    margin-left: -8px;
}

.customized-list .col-md-6 {
    margin-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px;
}

.demand {
    background-color: #e70012;
}

.demand h3 {
    text-align: center;
    color: #FFF;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 36px;
}

.demand .row {
    margin-right: -8px;
    margin-left: -8px;
}

.demand .col-md-4,
.demand .col-md-12 {
    padding-right: 8px;
    padding-left: 8px;
}

.demand input {
    width: 100%;
    height: 66px;
    line-height: 66px;
    text-indent: 25px;
    outline: none;
    font-size: 18px;
    margin-bottom: 16px;
}

.demand .col-md-12 {
    display: flex;
}

.demand .col-md-12 .ta-left {
    flex: 1;
}

.demand .col-md-12 textarea {
    width: 100%;
    height: 112px;
    padding: 10px 25px;
    outline: none;
    font-size: 18px;
}

.demand button {
    width: 134px;
    height: 112px;
    margin-left: 16px;
    font-size: 18px;
    background-color: #262225;
    color: #FFF;
    border: none;
}

/*��ϵ*/
.contact {
    background-color: #f3f2f0;
}

.class_div_arc1 {
    width: 6px;
    height: 6px;
    background-color: #f3f2f0;
    border-radius: 0 0 100% 0;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 2;
}

.class_div_arc2 {
    width: 6px;
    height: 6px;
    background-color: #f3f2f0;
    border-radius: 0 0 0 100%;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 2;
}

.class_div_arc3 {
    width: 6px;
    height: 6px;
    background-color: #f3f2f0;
    border-radius: 0 100% 0 0;
    position: absolute;
    left: -1px;
    bottom: -1px;
    z-index: 2;
}

.class_div_arc4 {
    width: 6px;
    height: 6px;
    background-color: #f3f2f0;
    border-radius: 100% 0 0 0;
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 2;
}

.contact-left {
    float: left;
    width: 34.61%;
    display: none;
}

.contact-left .box {
    position: relative;
    border: solid #e8e8e8 1px;
}

.contact-left .box1 {
    background-color: #e4e1db;
}

.contact-left .box1 h3 {
    padding: 29px 0;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center
}

.contact-left .box2 {
    padding: 20px;
    background-color: #FFF;
    color: #000;
    font-size: 18px;
    line-height: 32px;
}

.contact-left .box2 .row {
    margin-right: -5px;
    margin-left: -5px;
}

.contact-left .box2 .col-md-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.contact-left .box2 a.active {
    color: #e70012;
}

.contact-left .box2 span {
    float: right;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.61)
}

.contact-left .box2 .con {
    border-bottom: solid #eeeeee 1px;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.contact-right {
    float: right;
    width: 100%;
}

.contact-right .box {
    padding: 25px;
    background-color: #FFF;
    border: solid #e8e8e8 1px;
    position: relative;
    font-size: 18px;
}

.contact-right .box h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.contact-right .box .con {
    position: relative;
    padding-right: 170px;
}

.contact-right .box .con p {
    margin-bottom: 10px;
}

.contact-right .box .con p span {
    color: #e70012;
}

.contact-right .box .con .ewm {
    position: absolute;
    right: 0;
    top: 20px;
}

.contact-right .box .con .ewm img {
    max-width: 158px;
}

.message .row {
    margin-right: -8px;
    margin-left: -8px;
}

.message .col-md-4,
.message .col-md-12 {
    padding-right: 8px;
    padding-left: 8px;
}

.contact-right .box .message .con {
    position: relative;
    margin-bottom: 23px;
    padding-right: 0
}

.message .con i {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #e70012;
    color: #FFF;
    font-size: 28px;
    text-align: center;
    border-right: solid #e8e8e8 1px;
}

.message input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: solid #e8e8e8 1px;
    text-indent: 55px;
    outline: none;
}

.message textarea {
    width: 100%;
    border: solid #e8e8e8 1px;
    height: 120px;
    padding: 10px;
    outline: none;
}

.message button {
    height: 50px;
    background-color: #222121;
    color: #FFF;
    border: none;
    padding: 0 35px;
    margin-top: 10px;
}


/*����*/
.sub-menu {
    padding: 25px 0;
    box-shadow: 0 1px 4px rgba(226, 224, 224, 0.75)
}

.sub-menu ul {
    text-align: center;
}

.sub-menu ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
}

.sub-menu ul li.active a {
    color: #e70012
}

.hot-news {
    padding-bottom: 15px;
}

.hot-news-left {
    float: left;
    width: 49.22%;
}

.hot-news-left img {
    width: 100%;
}

.hot-news-left a {
    display: none;
}

.hot-news-left a.active {
    display: block;
}

.hot-news-right {
    float: right;
    width: 49.22%;
}

.hot-news-right ul li {
    padding: 20px;
    background-color: #eeeeee;
    margin-bottom: 17px;
}

.hot-news-right ul li .time {
    float: left;
    width: 100px;
    height: 100px;
    background-color: #FFF;
    margin-right: 20px;
    text-align: center;
}

.hot-news-right ul li .time span {
    display: block;
    font-size: 17px;
    line-height: 1;
    margin: 25px 0 5px;
}

.hot-news-right ul li .time strong {
    display: block;
    font-size: 26px;
    line-height: 1;
    font-weight: normal;
}

.hot-news-right ul li .box h2 {
    font-size: 20px;
    margin: 10px 0;
    color: #292e3b;
}

.hot-news-right ul li .box p {
    font-size: 16px;
    color: #292e3b;
}

.hot-news-right ul li a:hover .time,
.hot-news-right ul li.active .time {
    background-color: #e70012;
    color: #FFF;
}


.news-list .pic {
    width: 273px;
    height: 197px;
    margin-right: 40px;
}

.news-list ul li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid #eeeeee 1px;
}

.news-list ul li a {
    display: flex;
    align-items: center;
}

.news-list ul li .box {
    flex: 1;
}

.news-list h2 {
    font-size: 20px;
    color: #292e3b;
    font-weight: bold;
}

.news-list .time {
    color: rgba(41, 46, 59, 0.62);
    margin: 10px 0;
}

.news-list p {
    font-size: 16px;
    color: #292e3b
}

.news-list a:hover h2 {
    color: #e70012;
}

/*��������*/
.main {
    float: left;
    width: 100%;
}

.content {
    padding-right: 300px;
    font-size: 16px;
}

.content h1.tit {
    font-size: 24px;
    font-weight: bold;
}

.content .date {
    margin: 15px 0 20px;
    padding-bottom: 20px;
    border-bottom: solid #eeeeee 1px;
}

.content img {
    max-width: 100%;
}

.content p {
    margin-bottom: 10px;
}

.bq {
    padding: 10px 0;
}

.pn .col-md-6:last-child {
    text-align: right;
}

.relate h3 {
    font-size: 24px;
    margin: 15px 0;
    font-weight: bold;
}

.relate .row {
    margin-right: -8px;
    margin-left: -8px;
}

.relate .col-md-6 {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 15px;
}

.relate .pic {
    float: left;
    width: 85px;
    height: 61px;
    margin-right: 15px;
}

.relate h2 {
    font-size: 16px;
    color: #605e5f;
    padding: 10px 0 5px;
    font-weight: bold;
}

.relate p {
    color: rgba(0, 0, 0, 0.68);
    font-size: 14px;
    margin-bottom: 0;
}

.relate a:hover h2 {
    color: #e70012;
}

.aside {
    float: left;
    width: 273px;
    margin-left: -273px;
}

.aside .rec-product {
    margin-bottom: 20px;
}

.aside .box {
    border: solid #f0f3f5 2px;
    padding: 20px;
    margin-bottom: 20px;
}

.aside .box h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
}

.aside .con {
    margin-bottom: 15px;
}

.aside .con .pic {
    float: left;
    width: 85px;
    height: 61px;
    margin-right: 15px;
}

.aside .con h2 {
    font-size: 16px;
    color: #605e5f;
    line-height: 1.2;
    font-weight: bold;
}

.aside .con p {
    color: rgba(0, 0, 0, 0.68);
    font-size: 14px;
    margin-bottom: 0;
}

.aside .con a:hover h2 {
    color: #e70012;
}

.aside .hot-bq a {
    display: inline-block;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0 13px;
    margin: 3px;
    background-color: #eeeeee;
}

/*Ʒ��*/
.xiejiuhong {
    background-color: #e70012;
    color: #FFF;
    font-size: 16px;
}

.xiejiuhong h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

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

.xiejiuhong .con .box:last-child {
    text-align: center;
}

.xiejiuhong .con .box:last-child img {
    max-width: 180px;
    border-radius: 50%;
}

.xiejiuhong .con .box:last-child h2 {
    font-size: 24px;
    margin: 15px 0 10px;
}

.xiejiuhong .con .line {
    width: 2px;
    background-color: #ee4d5a;
}

.about {
    background: url("../images/about-bg.jpg") center center no-repeat;
    background-size: cover;
}

.about .box {
    background-color: rgba(255, 255, 255, 0.87);
    padding: 65px 48px;
    font-size: 16px;
}

.about h3 {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}



.history h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

.history p.des {
    font-size: 24px;
    margin-bottom: 130px;
}

.history .history-scroll {
    text-align: center;
    background: url("../images/point.png") left 50px repeat-x;
}

.history .history-scroll h2 {
    font-size: 18px;
    color: #00b0ff;
    margin-bottom: 15px;
}

.history .history-scroll i {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #00b0ff;
}

.history .history-scroll i.green {
    background-color: #4fc610;
}

.history .history-scroll i.red {
    background-color: #c70013;
}

.history .history-scroll i.orange {
    background-color: #ff5122;
}

.history .history-scroll i.yellow {
    background-color: #fcbf12;
}

.history .history-scroll i.blue {
    background-color: #18648f;
}

.history .history-scroll i.purple {
    background-color: #a60261;
}

.popover.top {
    margin-top: -45px;
}

.popover-title {
    background-color: #FFF;
    border-bottom: none;
    border-radius: 0;
    font-size: 18px;
    color: #e70012;
    padding: 15px 14px 0;
}

.popover {
    max-width: 560px;
    border-color: #e70012;
    border-radius: 0;
}

.popover.top>.arrow {
    border-top-color: #e70012;
}

.popover-content {
    font-size: 16px;
    padding-bottom: 15px;
}

.honor {
    background: url("../images/video-bg.png") right bottom no-repeat;
    font-size: 18px;
    border-top: #dcdcdc solid 2px;
}

.honor h3 {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px;
}

.honor .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.honor .circle {
    width: 184px;
    height: 184px;
    text-align: center;
    border: #e70012 solid 1px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.honor .circle div {
    font-size: 60px;
    color: #e70012;
    line-height: 1;
}

.honor .circle h2 {
    font-size: 18px;
    margin-top: 10px
}

.team {
    background-color: #000;
    color: #FFF;
}

.team h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.team .team-scroll h2 {
    font-size: 18px;
    text-align: center;
    border-bottom: solid #FFF 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.team .team-scroll p {
    font-size: 18px;
    text-align: center;
}

.partner h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.partner .partner-scroll {
    position: relative;
    margin-bottom: 30px;
}

.partner .partner-scroll img {
    border: #e7e7e7 solid 1px;
}

.partner .pagination2 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.partner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    outline: none;
}

.partner .swiper-pagination-bullet-active {
    background-color: #e70012;
}

/*��Ʒ����*/
.product-detail {
    position: relative;
    background-color: #1b1b1b;
    color: #FFF;
    font-size: 18px;
}

.product-detail .col-md-6:first-child img {
    width: 100%;
    border: #FFF solid 3px;
}
.product-detail .sd{ padding-bottom: 15px;}
.product-detail .ppt{ font-size: 16px; padding-left: 5px;}

.product-detail h1 {
    font-size: 36px;
    font-weight: bold;
}

.product-detail h2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    padding: 30px 0 25px;
    border-top: #494949 solid 2px;
}

.product-detail .box {
    padding: 20px 25px;
    background-color: #2d191a;
    margin: 20px 0 30px;
}

.zxxd a {
    position: relative;
    display: inline-block;
    padding: 0 42px;
    margin-right: 10px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 21px;
    background-color: #FFF;
}

.zxxd a img {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    width: 155px;
}

.zxxd a:hover img {
    display: block;
}

.zxxd a.zxzx {
    background-color: #e70012;
    color: #FFF;
}

.zxxd a:hover {
    opacity: 0.8;
}

.adv2 {
    background-color: #e70012;
    color: #FFF;
}

.adv2 ul li sup {
    color: #FFF;
}

.sztc {
    background: url("../images/sztc-bg.jpg") center center no-repeat;
    background-size: cover;
}

.sztc .box {
    padding: 37px;
    margin: 106px auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.77);
    max-width: 709px;
    font-size: 18px;
}

h3.tit {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.zzxh {
    background: url("../images/zzxh-bg.jpg") center center no-repeat;
    background-size: cover;
}

.zzxh .box {
    padding: 55px 0;
    color: #FFF;
    font-size: 18px;
}

.zzxh .box .row {
    display: flex;
    align-items: center;
}

.zzxh .box .col-md-5 {
    text-align: right;
}

.zzxh .box .col-md-5 img {
    max-width: 252px;
    border-radius: 50%;
    border: #FFF solid 9px;
}

.zzxh-scroll {
    border-top: rgba(255, 255, 255, 0.22) solid 1px;
    padding: 40px 0;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
}

.zzxh-scroll i {
    font-size: 50px;
}

.zzxh-scroll h2 {
    font-size: 18px;
}

.zy {
    text-align: center;
}

.zy .box {
    background-color: #eee;
    padding: 30px 10px;
}

.zy .box h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.zy .box p {
    font-size: 16px;
}

.rk {
    background-color: #1b1b1b;
    padding-top: 68px;
    text-align: center;
    color: #FFF;
}

.rk h3 {
    margin-bottom: 60px;
}

.rk .box img {
    max-width: 100%;
}

.bwkh {
    background-color: #e70012;
    text-align: center;
    color: #FFF;
    font-size: 18px;
}

.bwkh p {
    margin-bottom: 30px;
}

.bwkh .box img {
    max-width: 100%;
}

/*��ͼ��ʼ*/
.jbjdp {
    font-size: 18px;
}

.data-branch p.ewm img {
    max-width: 90px;
}

.map-content {
    padding: 30px 0;
}

.map-module {
    /*width: 1200px !important;*/
    margin: 0 auto;
    position: relative;
    z-index: 99;
    transition: all .3s ease;
}

.map-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 50px 0;
    position: relative;
}

.map-branch .map-title {
    margin: 20px 0 0;
    z-index: 1;
}

.map-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid;
    border-color: #20B09F transparent transparent;
}

.map-title:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 3px;
    background-color: #20B09F;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.map-content-info {
    position: relative;
    /* margin-bottom: 30px;*/
}

.branch-map-l {
    width: 849px;
    height: 575px;
    position: relative;
    margin: 0 auto;
}

.map-content-box {
    width: 100%;
    height: 100%;
    background: url("../images/map-bj.png") no-repeat center;
    position: relative;
}

.map-dot {
    position: absolute;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.beijing {
    left: 585px;
    top: 220px;
}

.tianjin {
    left: 604px;
    top: 234px;
}

.hebei {
    left: 575px;
    top: 254px;
}

.shanxi {
    left: 540px;
    top: 276px;
}

.liaoning {
    left: 660px;
    top: 196px;
}

.jilin {
    left: 696px;
    top: 167px;
}

.heilongjiang {
    left: 676px;
    top: 106px;
}

.shanghai {
    left: 668px;
    top: 341px;
}

.jiangsu {
    left: 646px;
    top: 316px;
}

.zhejiang {
    left: 655px;
    top: 379px;
}

.anhui {
    left: 605px;
    top: 334px;
}

.fujian {
    left: 625px;
    top: 428px;
}

.jiangxi {
    left: 595px;
    top: 402px;
}

.shandong {
    left: 610px;
    top: 284px;
}

.henan {
    left: 562px;
    top: 316px;
}

.hubei {
    left: 555px;
    top: 359px;
}

.hunan {
    left: 545px;
    top: 409px;
}

.guangdong {
    left: 575px;
    top: 466px;
}

.guangxi {
    left: 506px;
    top: 461px;
}

.hainan {
    left: 520px;
    top: 531px;
}


.chongqing {
    left: 495px;
    top: 364px;
}

.sichuan {
    left: 425px;
    top: 354px;
}

.guizhou {
    left: 484px;
    top: 424px;
}

.yunnan {
    left: 405px;
    top: 462px;
}

.shanxi1 {
    left: 502px;
    top: 312px;
}

.gansu {
    left: 442px;
    top: 302px;
}

.ningxia {
    left: 462px;
    top: 262px;

}

.xinjiang {
    left: 27%;
    top: 33%;
}

.qinghai {
    left: 47%;
    top: 50%;
}

.xizang {
    left: 29%;
    top: 63%;
}

.neimenggu {
    left: 56%;
    top: 40%;
}

.taiwan {
    left: 678px;
    top: 466px;
}

.map-dot:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background-color: #d80001;
    border-radius: 50%;
}

.map-dot.beijing:after {
    width: 13px;
    height: 12px;
    border-radius: 0;
    background: url("../images/icon-star.png") no-repeat center;
}

.branch-map-data {
    position: absolute;
    box-sizing: border-box;
    width: 430px;
    border: 1px solid #d80001;
    box-shadow: 0 0 2px 2px #e9e9e9;
    background-color: #fff;
    padding: 10px 30px;
    z-index: 1;
    display: none;
}

.branch-map-data-title {
    border-bottom: 1px solid #eee;
}

.branch-map-data-title p {
    font-size: 18px;
    color: #333;
    line-height: 28px;
}

.branch-map-data-info {
    max-height: 236px;
    overflow-y: auto;
}

.data-branch {
    border-bottom: 1px dashed #eee;
    padding: 6px 0;
    box-sizing: border-box;
}

.data-branch:last-child {
    border: none;
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.data-branch .data-name {
    font-size: 14px;
    color: #666;
    line-height: normal;
    margin-bottom: 5px;
}

.data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.branch-map-data:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #d80001 transparent transparent;
}

.branch-map-data:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #fff transparent transparent;
}

.map-dot.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #d80001;
    animation: dot 4s infinite;
}

@keyframes dot {
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateX(-50%) scale(1.5);
        opacity: .1;
    }
}

.policy_for>div.province {
    width: 47%;
}

.policy_for>div.city {
    width: 47%;
    float: right;
    margin: 0 !important;
}

.scontainer_ban {
    display: none;
}

@media(max-width:1024px) {
    .branch-map-data {
        position: static;
        width: auto;
        margin-top: 25px;
        margin-left: 30px;
    }

    .map-module {
        width: auto;
    }
}

@media(max-width:991px) {
    .container_ban {
        display: none;
    }

    .scontainer_ban {
        display: block;
    }

    .map-content-box {
        background: none;
        display: table;
        content: " ";

    }

    .branch-map-data {
        position: static;
        width: auto;
        margin-top: 25px;
        margin-left: 0px;
    }

    .map-dot {
        position: static;
        float: left;
        width: 20%;
        border: 1px solid #eee;
        padding: 8px 0;
    }

    .map-module {
        width: auto !important;
    }

    .branch-map-l {
        width: 100%;
        height: auto;
    }

    .map-dot:after {
        height: auto;
        width: auto;
    }

    .map-dot.beijing:after {
        background: none;
        height: auto;
        width: auto;
    }

    .map-dot.cur:before {
        width: auto;
        height: auto;
        border: none;
    }

    /* .map-content-info {
        padding: 50px 15px 0 15px;
    } */
    .branch-map-data:after,
    .branch-map-data:before {
        border: none !important;
        border-color: none !important;
    }

    .map-dot.cur {
        color: #d80001;
    }



}

@media(max-width:480px) {
    .map-content-box {
        background: none;
        display: table;
        content: " ";

    }

    .branch-map-data {
        position: static;
        width: auto;
        margin-top: 25px;
    }

    .map-dot {
        position: static;
        float: left;
        width: 20%;
        border: 1px solid #eee;
        padding: 8px 0;
    }

    .map-module {
        width: auto !important;
    }

    .branch-map-l {
        width: 100%;
        height: auto;
    }

    .map-dot:after {
        height: auto;
        width: auto;
    }

    .map-dot.beijing:after {
        background: none;
        height: auto;
        width: auto;
    }

    .map-dot.cur:before {
        width: auto;
        height: auto;
        border: none;
    }

    .map-content-info {
        padding: 0 15px;
    }

    .branch-map-data:after,
    .branch-map-data:before {
        border: none !important;
        border-color: none !important;
    }

    .map-dot.cur {
        color: #d80001;
    }
}

/*��ͼ����*/

.hzjs {
    background-color: #1b1b1b;
    color: #FFF;
    font-size: 18px;
}

.hzjs p {
    margin-top: 10px;
}

.hzjs .box {
    text-align: center;
}

.hzjs .box img {
    max-width: 100%;
}

.zzxt {
    text-align: center;
    font-size: 18px;
}

.zzxt p {
    margin-bottom: 30px;
}

.zzxt .box img {
    max-width: 100%;
}

.spy {
    background: url("../images/spy-bg.jpg") center center no-repeat;
    background-size: cover;
}

.spy .box {
    padding: 37px;
    margin: 232px auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.77);
    max-width: 842px;
    font-size: 34px;
}

.spy .box i {
    font-size: 56px;
    color: #e50012;
}

.spy .box p {
    color: #e50012;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xgtj {
    background-color: #eee;
}

.xgtj h3.tit {
    text-align: center;
    margin-bottom: 30px;
}

.xgtj .news li {
    margin-bottom: 20px;
}



@media(max-width: 1599px) {
    .head .province {
        font-size: 16px;
        padding-left: 10px;
    }

    .head_ul>li>a {
        padding: 26px 13px;
    }

    .head .tel {
        font-size: 16px;
        padding-left: 10px;
    }

    .head .tel .icon-dianhua3,
    .head .tel .phone {
        display: none;
    }
}

@media(max-width: 1279px) {

    .head .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .head_ul>li>a {
        padding: 29px 10px;
    }

    .product .mask .con {
        height: 226.27px;
    }

    .advantage-left {
        width: 56.3%;
    }

    .advantage-right {
        width: 43.7%;
    }

    .hot-news-right ul li {
        padding: 13.5px;
    }

    .zzxh-scroll {
        font-size: 16px;
    }
}

@media(max-width: 1199px) {
    .logo_w img {
        height: 40px;
        margin-top: 8px;
    }

    .head .province {
        font-size: 14px;
    }

    .head .tel {
        font-size: 14px;
        padding-left: 10px;
    }

    .head .tel i {
        font-size: 18px;
    }

    .head_ul>li>a {
        font-size: 14px;
    }

    .txtMarquee-top .infoList li {
        font-size: 14px;
    }

    .product .mask .con {
        height: 185.48px;
    }


    .advantage-right ul li {
        height: 172px;
        font-size: 14px;
    }

    .hot-news-right ul li {
        padding: 12px;
    }

    .hot-news-right ul li .time {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }

    .hot-news-right ul li .time span {
        margin: 15px 0 5px;
        font-size: 16px;
    }

    .hot-news-right ul li .time strong {
        font-size: 22px;
    }

    .hot-news-right ul li .box h2 {
        font-size: 18px;
        margin: 5px;
    }

    .hot-news-right ul li .box p {
        font-size: 14px;
    }

    .product-detail {
        font-size: 16px;
    }

    .product-detail h1 {
        font-size: 28px;
    }

    .product-detail h2 {
        font-size: 20px;
        margin-top: 15px;
        padding: 15px 0 15px;
    }

    .hzjs {
        font-size: 16px;
    }

    .spy .box {
        margin: 80px auto;
    }
}





@media(max-width: 991px) {
    body {
        padding-top: 60px;
        padding-bottom: 56px;
    }

    .container>.row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .phone-menu,
    .phone-shop {
        display: block;
    }

    .latest-deal-wrap,
    .rightfix,
    .head,
    .footer {
        display: none;
    }

    .mobile-foot {
        display: block;
    }

    .menu_p,
    .h3_p {
        display: block;
    }

    .head_phone .tel {
        position: absolute;
        top: 15px;
        left: 10px;
        z-index: 20;
    }

    .head_phone {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 100;
        padding: 10px;
        background: #fff;
        height: 60px;
    }

    .logo_p {
        position: absolute;
        left: 0px;
        right: 0px;
        text-align: center;
        top: 13px;
    }

    .logo_p img {
        display: inline-block;
        height: 35px;
    }

    .menu_span {
        float: right;
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: 20;
    }

    .menu_span i {
        color: #666;
        font-size: 31px;
    }

    .searchbox {
        top: 60px;
    }

    .searchs .sertext,
    .serbtn {
        height: 36px;
        line-height: 36px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
    }

    .ptb {
        padding: 15px 0;
    }


    .adv ul {
        position: relative;
        margin-top: -20px;
    }

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

    .adv ul li span {
        font-size: 26px;
    }

    .adv ul li sup {
        font-size: 12px;
        top: 25px;
    }

    .adv ul li i {
        font-size: 14px;
    }

    .title h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

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

    .title {
        padding: 0 0 15px;
    }

    .product ul#myTab {
        margin-bottom: 15px;
    }

    .product ul#myTab li {
        float: left;
        display: block;
        width: 33.33%;
        margin-left: 0;
    }

    .product .nav>li>a {
        font-size: 14px;
        padding: 5px 0;
    }

    .product .box .tit {
        padding: 10px;
    }

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

    .product .box img,
    .product .mask .con {
        height: 210.97px;
    }

    .advantage-left {
        width: 100%;
    }

    .advantage-right {
        width: 100%;
    }

    .advantage-right ul li h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .advantage-right ul li {
        height: auto;
        width: 100%;
        border-bottom: solid #222121 1px;
    }

    .advantage-right ul li .box {
        padding: 10px;
    }

    .advantage-right ul li:before {
        display: none;
    }

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

    .video-bottom ul li .box {
        width: 100px;
        height: 100px;
        margin-left: -50px;
        top: -66px;
    }

    .video-bottom ul li .box .play {
        margin-left: -12px;
        margin-top: -13px;
        height: 26px;
    }

    .video-bottom {
        padding: 15px 0 15px;
    }

    .video-bottom ul li h2 {
        font-size: 16px;
    }

    .video-bottom ul li p {
        font-size: 12px;
    }

    .smqth {
        padding: 15px 0;
    }

    .smqth .smqth-left,
    .smqth .smqth-right {
        float: none;
        width: 100%;
    }

    .smqth .con {
        padding: 15px;
    }

    .smqth .smqth-right .box {
        margin: 0 50px;
        padding: 15px;
    }

    .smqth .smqth-left ul li {
        display: inherit;
        border-bottom-width: 1px;
        text-align: center;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .smqth .smqth-left i {
        margin-right: 15px;
        font-size: 20px;
        width: 39px !important;
        height: 39px !important;
        line-height: 39px;
    }

    .smqth .smqth-left h2 {
        font-size: 16px;
    }

    .smqth .smqth-left p {
        font-size: 14px;
    }

    .smqth .smqth-right .box h2 {
        font-size: 16px;
    }

    .position {
        left: 0;
        font-size: 12px;
    }

    .ibanner-txt h2 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .ibanner-txt p {
        font-size: 12px;
    }

    .ptb40 {
        padding: 15px 0;
    }

    .product-list li {
        display: inherit;
        margin-bottom: 15px;
    }

    .product-list .img-list,
    .product-list .box-list {
        float: none;
        width: 100%;
    }

    .product-list .tit-list {
        padding: 10px;
        font-size: 14px;
    }

    .product-list .box {
        padding: 15px;
    }

    .product-list .box h2 {
        font-size: 18px;
    }

    .product-list .box h4 {
        font-size: 16px;
        margin: 10px 0;
    }

    .product-list .box p {
        font-size: 14px;
    }

    .product-list .box .more {
        margin-top: 15px;
    }

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

    .demand h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .demand input {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-indent: 15px;
    }

    .demand .col-md-12 {
        display: inherit;
    }

    .demand .col-md-12 textarea {
        font-size: 14px;
        padding: 10px 15px;
    }

    .demand button {
        width: 100%;
        margin-left: 0;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 10px;
    }

    .contact-left,
    .contact-right {
        float: none;
        width: 100%;
    }

    .contact-left .box2 .con {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .contact-left .box2 {
        font-size: 16px;
        margin-bottom: 15px;
        padding: 10px;
    }

    .contact-right .box {
        font-size: 14px;
    }

    .contact-right .box h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .contact-right .box .con {
        padding-right: 0;
    }

    .contact-right .box .con .ewm {
        position: inherit;
        top: 0;
        margin-bottom: 15px;
    }

    .message button {
        width: 100%;
        margin-top: 5px;
    }

    .contact-right .box .message .con {
        margin-bottom: 10px;
    }

    .sub-menu {
        padding: 10px 0;
    }

    .sub-menu ul li {
        float: left;
        width: 33.33%;
        padding: 0;
        font-size: 16px;
    }

    .hot-news {
        padding-bottom: 0;
    }

    .hot-news-left,
    .hot-news-right {
        float: none;
        width: 100%;
    }

    .news-list ul li {
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    .news-list ul li a {
        display: inherit;
    }

    .news-list .pic {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .news-list h2 {
        font-size: 16px;
        margin-top: 10px;
    }

    .news-list .time {
        margin: 0;
    }

    .news-list {
        font-size: 14px;
    }

    .main {
        float: none;
    }

    .content {
        padding-right: 0;
    }

    .content h1.tit {
        font-size: 22px;
    }

    .content .date {
        margin: 10px 0 10px;
        padding-bottom: 10px;
    }

    .pn .col-md-6:last-child {
        text-align: left;
    }

    .relate h3 {
        font-size: 18px;
    }

    .aside {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .aside .box {
        padding: 10px;
    }

    .aside .box h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }


    .xiejiuhong h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .xiejiuhong .con {
        display: inherit;
    }

    .xiejiuhong .con .line {
        width: 100%;
        height: 1px;
        margin: 10px 0;
    }

    .about h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .about .box {
        padding: 15px;
    }

    .history h3 {
        font-size: 22px;
    }

    .history p.des {
        font-size: 16px;
    }

    .honor h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .honor .con {
        display: inherit;
    }

    .honor .circle {
        margin: 0 auto;
    }

    .team h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .partner h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .partner .pagination2 {
        margin-top: 10px;
    }

    .product-detail h1 {
        font-size: 20px;
        margin-top: 15px;
    }

    .product-detail h2 {
        font-size: 18px;
    }

    .product-detail .box {
        padding: 15px;
        margin: 15px 0;
    }

    .zxxd {
        text-align: center;
    }


    .sztc .box {
        padding: 15px;
        margin: 15px auto;
        font-size: 16px;
    }

    h3.tit {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .zzxh .box {
        font-size: 16px;
        padding: 15px 0;
    }

    .zzxh .box .row {
        display: inherit;
    }

    .zzxh .box .col-md-5 {
        text-align: center;
        margin-bottom: 15px;
    }

    .zzxh .box .col-md-5 img {
        max-width: 100px;
        border-width: 5px;
    }

    .zzxh .box h3.tit {
        text-align: center;
    }

    .zzxh-scroll {
        padding: 15px 0;
    }

    .zy .box {
        padding: 15px 10px;
    }

    .zy .box h2 {
        font-size: 18px;
    }

    .zy .box p {
        font-size: 14px;
    }

    .rk {
        padding-top: 15px;
    }

    .bwkh p {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .map-content {
        padding: 10px 0 0;
    }

    .hzjs .box img {
        margin-top: 15px;
    }

    .spy .box i {
        font-size: 30px;
    }

    .spy .box p {
        font-size: 18px;
    }

}



#page {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 20px
}

#page li {
    float: left;
    padding: 5px 14px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    color: #666;
    font-size: 12px;
    list-style: none;
}

#page li:hover {
    border: 1px solid #fe7506;
}

#page li:hover a {
    color: #fe7506
}

#page li a {
    color: #666
}

#page li.active {
    border: 1px solid #fe7506;
    background-color: #fe7506;
    color: #FFFFFF
}

#page li.active a {
    color: #fff
}

#page .thisclass {
    background-color: #fe7506;
    color: #FFFFFF
}


/* 2020/8/3  产品列表 */
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.flex-z {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.flex_left {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
}

.flex_left1 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

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

.flex3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

.flex21 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.over {
    overflow: hidden
}

.over>img:hover {
    transform: scale(1.1)
}

.over>img {
    cursor: pointer;
    transition: all .6s
}

.tab-pane .cont-p {
    background: #fff;
    padding: 0 7%;
    border: 1px solid #e7e7e7;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.tab-pane .cont-p dl {}

.tab-pane .cont-p dl+dl {
    border-top: 1px solid #D7D7D7;
}

.tab-pane .cont-p dl a.as {
    padding: 20px 0;
}

.tab-pane .cont-p dl a.as dt {
    width: 25%;
    color: #1C1C1A;
    font-size: 16px;
    font-weight: 600;
}

.tab-pane .cont-p dl a.as dt b {
    font-size: 26px;
}

.tab-pane .cont-p dl a.as dd {
    position: relative;
    margin-right: 15%;
}

.tab-pane .cont-p img {
    height: auto;
}

.tab-pane .cont-p dl a.as dd img {
    width: auto;
    border-radius: 0;
    height: auto;
}

.tab-pane .cont-p dl a.as dd p {
    color: #4A4A4A;
    font-weight: 600;
    font-size: 14px;
}

.tab-pane .cont-p dl a.as dd .p {
    padding: 0 5px;
}

.tab-pane .cont-p dl:hover a.as dt,
.tab-pane .cont-p dl:hover a.as dd p {
    color: #e70012;
}

.tab-pane .cont-p dl:hover a.as .asja img,
.tab-pane .cont-p dl:hover dd img {
    filter: invert(14%) sepia(100%) saturate(7102%) hue-rotate(352deg) brightness(88%) contrast(107%);
}

.product-list1 li {
    width: 100%;
}

.product-list1 .img {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.product-list1 .img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
}

.product-list1 li .cont-p {
    width: 50%;
    padding: 0 5%;
}

.product-list1 li+li {
    margin-top: 32px;
}

.product-list1 li .cont-p dl+dl {
    border-top: 1px solid #D7D7D7;
}

.product-list1 li .cont-p dl a.as {
    padding: 20px 0;
}

.product-list1 li .cont-p dl a.as dt {
    width: 20%;
    color: #1C1C1A;
    font-size: 16px;
    font-weight: 600;
}

.product-list1 li .cont-p dl a.as dt b {
    font-size: 32px;
}

.product-list1 li .cont-p dl a.as dd {
    position: relative;
    margin-right: 32%;
}

.product-list1 li .cont-p img {
    height: auto;
}

.product-list1 li .cont-p dl a.as dd img {
    width: auto;
    border-radius: 0;
    height: auto;
}

.product-list1 li .cont-p dl a.as dd p {
    color: #4A4A4A;
    font-weight: 600;
    font-size: 16px;
}

.product-list1 li .cont-p dl a.as dd .p {
    padding: 0 5px;
}

.product-list1 li .cont-p dl:hover a.as dt,
.product-list1 li .cont-p dl:hover a.as dd p {
    color: #e70012;
}

.product-list1 li .cont-p dl:hover a.as .asja img,
.product-list1 li .cont-p dl:hover dd img {
    filter: invert(14%) sepia(100%) saturate(7102%) hue-rotate(352deg) brightness(88%) contrast(107%);
}

.txt {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 30px;
}

@media(max-width: 1200px) {
    .tab-pane .cont-p dl a.as dt b {
        font-size: 25px;
    }

    .tab-pane .cont-p dl a.as dt {
        font-size: 14px;
    }

    .tab-pane .cont-p dl a.as dd p {
        font-size: 14px;
    }

    .product-list1 li .cont-p dl a.as dt b {
        font-size: 25px;
    }

    .product-list1 li .cont-p dl a.as dt {
        font-size: 14px;
    }

    .product-list1 li .cont-p dl a.as dd p {
        font-size: 14px;
    }
}

@media(max-width: 990px) {
    .tab-pane .cont-p dl a.as dt b {
        font-size: 30px;
    }

    .tab-pane .cont-p dl a.as dt {
        /* width: auto; */
    }

    .product-list1 .img {
        width: 100%;
    }

    .product-list1 li .cont-p {
        width: 100%;
        padding: 0 7%;
    }

    .product-list1 .img img {
        position: static;
    }

    .product-list1 li .cont-p dl a.as dt b {
        font-size: 30px;
    }

    .product-list1 li .cont-p dl a.as dt {
        width: 25%;
    }

    .product-list1 li .cont-p dl a.as dd {
        margin-right: 15%;
    }

    .product-list1 li+li {
        margin-top: 15px;
    }

    .txt {
        margin-top: 20px;
    }
}

/* end */