* {
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
    color: #333333;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
}

.w1140 {
    margin: 0 auto;
    width: 1140px;
}

.header {
    height: 85px;
}

.logo {
    margin-top: 24px;
}

.header ul {
    float: right;
    margin-top: 28px;
}

.header ul li {
    display: inline-block;
    margin-left: 20px;
}

.header ul li a {
    color: #222222;
    padding: 0 20px;
    line-height: 30px;
    height: 30px;
    display: block;
    border: 1px solid transparent;
}

.header ul li.on a, .header ul li a:hover {
    border: 1px solid #b71e3f;
    border-radius: 50px;
    color: #b71e3f;
}

.page1 .swiper-pagination-bullet {
    width: 16px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: url("../image/nav1.png");
    opacity: 1;
    border: 0px solid #ffffff;
    box-sizing: border-box;
    background-position: 0 0;
}

.page1 .swiper-pagination-bullet-active {
    background-position: 0 -15px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.page1 .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.page1, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
    z-index: 98;
}

.swiper-slide1 {
    width: 100%;
    height: 337px;
    position: relative;
    overflow: hidden;
}

.swiper-slide1 img {
    width: 1920px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;

}

.index-product {
    padding-top: 42px;
}

.title1 {

}

.title1 h2 {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.title1 h3 {
    text-align: center;
    font-size: 18px;
    
    color: #999999;
    text-transform: uppercase;
    margin-top: 10px;
    position: relative;
}

.title1 h3::before, .title1 h3::after {
    content: "";
    position: absolute;
    width: 498px;
    height: 1px;
    background: #c7c7c7;
    top: 50%;
}

.title1 h3::before {
    left: 0;
}

.title1 h3::after {
    right: 0;
}

.gallery-grid {
    padding: 0;
}

.wpf-demo-4 {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.wpf-demo-4 img {
    display: block;
    width: 100%;
}

.view-caption {
    position: absolute;
    top: -30%;
    width: 100%;
    text-align: center;
    background: rgb(183, 30, 63);
    
    
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    
}

.wpf-demo-4:hover .view-caption {
    top: 0;
}

.view-caption p {
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    padding: 0 5%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.col-md-4 {
    width: 33.33333333%;
    float: left;
}

.gallery-grids-row {
    margin-top: 48px;
    margin-bottom: 50px;
}

.index-technology {
    padding-top: 42px;
    padding-bottom: 50px;
}

.bg1 {
    background: #fafafa;
}

.index-technology ul {
    margin-top: 48px;
}

.index-technology ul li {
    float: left;
    margin-right: 30px;
    width: 262px;
}

.index-technology ul li:nth-child(4n) {
    margin-right: 0;
}

.index-technology ul li div {
    width: 100%;
    position: relative;
}

.index-technology ul li div .tech-img {
    display: block;
    width: 100%;
    height: 262px;
}

.index-technology ul li p {
    font-size: 16px;
    line-height: 48px;
    color: #222222;
    text-align: center;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-technology ul li:hover p {
    color: #b71e3f;
    transition: all .3s;
}

.index-technology ul li div .tech-left {
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: 0;
    transition: all .3s;
}

.index-technology ul li div .tech-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all .3s;
}

.index-technology ul li:hover div .tech-left {
    left: 0px;
    top: 0px;
    opacity: 1;
    transition: all .3s;
}

.index-technology ul li:hover div .tech-right {
    right: 0px;
    bottom: 0px;
    opacity: 1;
    transition: all .3s;
}

.ckqb-btn {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 36px;
    color: #ffffff;
    background: #b71e3f;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    margin-top: 34px;
}

.footer {
    
    width: 100%;
}

.footer .foot1 {
    min-height: 477px;
    background-size: 100% 100%;
}

.footer .foot2 {
    background: #b71e3f;
}

.footer .foot2 p {
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}

.foot1-main {
    position: relative;
}

.foot1-main h1 {
    font-size: 30px;
    font-weight: bold;
    
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 48px;
}

.foot1-main .left {
    width: 360px;
    margin-left: 30px;
    margin-top: 83px;
}

.foot1-main .left > div {
    width: 100%;
    margin-top: 45px;
}

.foot1-main .left > div img {
    vertical-align: top;
}

.foot1-main .left > div div {
    display: inline-block;
    margin-left: 20px;
}

.foot1-main .left > div div h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.foot1-main .left > div div p {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
}

.foot1-main .right {
    width: 635px;
    margin-right: 15px;
}

.foot1-main .right input[type="text"], .foot1-main .right textarea {
    font-size: 14px;
    padding: 0 12px;
    box-sizing: border-box;
    color: #333333;
    font-family: "Microsoft YaHei";
}

.foot1-main .right input[type="text"] {
    width: 308px;
    height: 42px;
    margin-bottom: 15px;
}

.foot1-main .right input[type="text"]:nth-child(2), .foot1-main .right input[type="text"]:nth-child(4) {
    margin-left: 14px;
}

.foot1-main .right textarea {
    width: 100%;
    height: 100px;
    padding: 12px;
}

.foot1-main .right input[type="text"]::-webkit-input-placeholder, .foot1-main .right textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #888888;
    font-family: "Microsoft YaHei";
}

.foot1-main .foot-img {
    position: absolute;
    left: -173px;
    top: 158px;
}

.foot1-main .right input[type="submit"] {
    width: 130px;
    height: 36px;
    text-align: center;
    display: block;
    background: #b71e3f;
    color: #ffffff;
    margin-top: 15px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    line-height: 36px;
    cursor: pointer;
}

.foot-right {
    position: fixed;
    
    
    
    right: 30px;
    bottom: 80px;
    
    z-index: 99998;
    text-align: right;
    vertical-align: top;
}





.right-phone {
    height: 48px;
    background-color: #b71e3f;
    display: inline-block;
    margin-left: 35px;
}

.foot-right .foot-right-1 {
    
    position: relative;
    height: 48px;
    background: url("../image/right-phone.png");
}






.foot-right .foot-right-1 .img-right {
    float: right;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 48px;
    height: 48px;
    background: url("../image/right-phone.png");
}

.foot-right .foot-right-1 div {
    float: right;
    display: none;
}

.foot-right .foot-right-1 div p {
    color: #ffffff;
    line-height: 48px;
    font-size: 20px;
    padding-right: 12px;
    
    -webkit-transition: .5s;
    transition: .5s;
    
    width: 145px;
}

.weixin {
    position: relative;
    
    
}

.foot-right .weixin2 {
    display: none;
    float: right;
    position: absolute;
    width: 103px;
    height: 103px;
    top: -2%;
    left: -226%;
    margin-top: 0;
}

.weixin:hover .weixin2 {
    display: inline-block;
}

.xinxi {
    margin-top: 4px;
}

.header-sj {
    display: none;
    height: 50px;
}

.header-sj2 {
    height: 50px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 999;
    border-bottom: 0px solid #e5e5e5;
}

.nav2 {
    float: right;
    margin-right: 5%;
    margin-top: 16px;
}

.logo-sj {
    height: 40px;
    margin-top: 5px;
    margin-left: 5%;
}

.swiper-slide2 {
    width: 100%;
}

.swiper-slide2 img {
    display: block;
    width: 100%;
}

.swiper-container2 {
    display: none;
}

.footer_bot {
    position: fixed;
    bottom: 10px;
    left: 5%;
    width: 90%;
    height: 36px;
    background: #cc0000;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 999;
    display: none;
}

.footer_bot.act {
    opacity: 1;
}

.footer_botcon {
    width: 100%;
    margin: 0 auto; 
    overflow: hidden;
    height: 36px;
}

.footer_botcon div {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    border-right: 1px solid #8e0000;
}

.footer_botcon div a {
    display: block;
    padding: 9px 0 9px;
    line-height: 18px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.footer_botcon div img {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    position: relative;
    top: 2px;
}

.footer_botcon .footer_botli3 {
    border-right: none;
}

.foot-right2 {
    display: none;
}


.xw-top {
    width: 100%;
    
    float: left;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    height: 337px;
}

.xw-top img {
    display: block;
    width: 1920px;
    height: 337px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: 0;
}

.xw-main {
    position: relative;
    z-index: 9;
    padding-bottom: 20px;
}

.xw-wz {
    height: 35px;
    background: #fff;
    display: inline-block;
    margin-top: 28px;
    padding: 0 16px;
}

.xw-wz img {
    display: inline-block;
    margin-top: 8px;
}

.xw-wz p {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.xw-wz p, .xw-wz p a {
    color: #ac2d49;
}

.xw-main2 {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 10px 40px;
    margin-top: 26px;
}

.xw-main2 ul {

}

.xw-main2 ul li {
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
}

.xw-main2 ul li:last-child {
    border-bottom: 0;
}

.xw-main2 ul li .left {
    width: 283px;
    height: 175px;
    overflow: hidden;

}

.xw-main2 ul li .left img {
    display: block;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: all .5s;
}

.xw-main2 ul li a:hover .left img {
    transform: scale(1.1);
    transition: all .5s;
}

.xw-main2 ul li .right {
    width: 745px;
}

.xw-main2 ul li .right h2 {
    color: #222222;
    font-size: 22px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 16px;
}

.xw-main2 ul li .right p:nth-child(2) {
    color: #222222;
    font-size: 14px;
    line-height: 26px;
    margin-top: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.xw-main2 ul li .right p:nth-child(3) {
    color: #222222;
    font-size: 14px;
    line-height: 26px;
    margin-top: 14px;
}

.xw-main2 ul li:hover .right h2 {
    color: #b71e3f;
}

.bg2 {
    background: #f7f7f7;
}

.fy {
    text-align: center;
    padding: 20px 0 40px;
}





.about-fin-left {
    width: 782px;
    
}

.about-fin-left h3 {
    font-size: 30px;
    text-align: center;
    color: #222222;
    margin-top: 65px;
}

.about-fin-left .fin-top {
    text-align: center;
    line-height: 26px;
    position: relative;
    margin: 20px 0;
}

.about-fin-left .fin-top img {
    
    
    vertical-align: middle;
}

.about-fin-left .fin-top img:nth-child(1) {
    margin-top: -3px;
}

.about-fin-left .fin-top img:nth-child(3) {
    margin-top: -3px;
}

.about-fin-left .fin-top p {
    display: inline-block;
    color: #888888;
    font-size: 14px;
    line-height: 26px;
    margin-left: 5px;
    margin-right: 20px;
}

.about-fin-left .about-tz span {
    font-size: 16px;
    line-height: 28px;
    display: block;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.about-fin-left .about-tz {
    margin-top: 40px;
}

.about-fin-left .about-tz span a {
    color: #333333;
}

.about-fin-left .about-tz span a:hover {
    color: #b71e3f;
}

.about-fin-right {
    width: 242px;
    padding-top: 100px;
}

.about-fin-right p {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    margin-bottom: 12px;
    display: block;
}

.about-fin-right .fx-title2 {
    margin-top: 30px;
}

.about-fin-right div .fx {
    background: url(../image/fx.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 3px;
    padding-left: 0;
}

.about-fin-right div .fx:nth-child(2) {
    background-position: -38px 0px;
}

.about-fin-right div .fx:nth-child(3) {
    background-position: -76px 0px;
}

.about-fin-right div .fx:nth-child(4) {
    background-position: -115px 0px;
    display: none;
}

.about-fin-right div .fx:nth-child(5) {
    background-position: -115px 0px;
}

.shzr-main {

}

.shzr-main img {
    max-width: 100%;
}

.fx-ma {
    width: 100%;
    height: auto;
    padding: 26px;
    box-sizing: border-box;
    border: 1px dashed #9f9f9f;
    border-radius: 3px;
}

.fx-ma img {
    width: 184px;
    height: 184px;
    display: block;
    margin: 0;
}


.cp-fl1 {
    margin-top: 50px;
    height: 57px;
    position: relative;
    padding-bottom: 14px;
    z-index: 96;
}

.cp-fl1 > li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-bottom: 14px;
}

.cp-fl1 > li > a {
    background: #ffffff;
    display: inline-block;
    width: 112px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #222222;
}

.cp-fl1 > li:hover > a, .cp-fl1 > li.on > a {
    color: #b71e3f;
    height: 57px;
    background: url("../image/cp-icon1.png") no-repeat;
}

.cp-main1 {
    background: #ffffff;
    margin-top: 120px;
}

.cp-fl {
    
    box-sizing: border-box;
    
    background: #ffffff;
    display: none;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    z-index: 99;
    width: 100%;
    left: 0;
    
    
}





.cp-fl2 {
    padding: 20px 20px 0;
    position: relative;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    border-bottom: 0;
}

.cp-fl2 > li {
    float: left;
    margin-right: 10px;
    padding-bottom: 20px;
}

.cp-fl2 > li > a {
    height: 40px;
    border: 1px solid #cbcaca;
    display: block;
    line-height: 40px;
    
    padding: 0 16px;
    font-size: 14px;
    color: #000000;
}

.cp-fl2 > li:hover > a {
    color: #ffffff;
    background: #b71e3f;
    border: 1px solid #b71e3f;
}

.cp-fl3 {
    
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: -1px;
    width: 100%;
    
    border: 1px solid #d3d3d3;
    border-top: 0;
}

.cp-fl2 > li:hover .cp-fl3, .cp-fl3:hover {
    display: block;
}

.cp-fl3 ul {
    padding: 0 12px 10px;
    width: 100%;
    box-sizing: border-box;
}

.cp-fl3 li {
    float: left;
    margin-bottom: 11px;
}

.cp-fl3 li a {
    display: block;
    font-size: 14px;
    color: #222222;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin-right: 14px;
}

.cp-fl3 li:hover a {
    color: #ffffff;
    background: #b71e3f;
}

.xw-main3 {
    padding: 0px 40px 10px;
    margin-top: 0;
}





.ckxq-btn {
    width: 130px;
    height: 36px;
    text-align: center;
    display: block;
    line-height: 36px;
    background: #b71e3f;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 42px;
}

.xw-main3 ul li .left {
    width: 339px;
    height: 235px;
}

.xw-main3 ul li .right {
    width: 690px;
}

.xw-main2 ul li .right h2 {
    margin-top: 10px;
}


.cp-lb-main {
    padding: 30px 35px;
}

.cp-lb-main > h2 {
    font-size: 30px;
    text-align: center;
    color: #222222;
    margin-bottom: 30px;
}

.cp-lb-main > div img {
    max-width: 100%;
}

.cp-lb-main2 {
    padding-bottom: 40px;
}

.cp-lb-main2 li {
    background: #ffffff;
    float: left;
    margin-right: 20px;
    width: 270px;
    margin-top: 20px;
}

.cp-lb-main2 li:nth-child(4n) {
    margin-right: 0;
}

.cp-lb-main2 li:nth-child(1), .cp-lb-main2 li:nth-child(2), .cp-lb-main2 li:nth-child(3), .cp-lb-main2 li:nth-child(4) {
    margin-top: 0px;
}

.cp-lb-main2 li div {
    overflow: hidden;
    width: 100%;
    height: 171px;
}

.cp-lb-main2 li div img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s;
    transform: scale(1);
}

.cp-lb-main2 li:hover div img {
    transition: all .5s;
    transform: scale(1.1);
}

.cp-lb-main2 li p {
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    padding: 0 18px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ckxq-btn2 {
    width: 130px;
    height: 36px;
    display: block;
    margin: 26px auto 34px;
    text-align: center;
    line-height: 36px;
    background: #b71e3f;
    color: #ffffff;
    font-size: 16px;
    border-radius: 3px;
    
}

.header2-list {
    
    display: none;
    position: fixed;
    top: 50px;
    width: 100%;
    background: #fff;
    height: 100%;
    z-index: 99;
    border-top: 1px solid #b71e3f;
}

.header2-list li {
    text-align: center;
}

.header2-list li a {
    width: 100%;
    display: inline-block;
    line-height: 50px;
    background-color: #ffffff;
    color: #333333;
    font-size: 18px;
    border-bottom: 1px solid #b71e3f;
}


.cpxq-main1 {
    padding: 20px 0;
}

.cpxq-main2 {
    background: #ffffff;
}

.cpxq-main2 .xw-wz {
    margin-top: 0px;
    padding: 0px;
}

.cpxq-main2 {
    padding: 35px 42px;
    box-sizing: border-box;
}

.cpxq-main3 {

}

.cpxq-main3 .left {
    width: 470px;
    margin-top: 25px;
}

.cpxq-main3 .left h2 {
    font-size: 30px;
}

.cpxq-main3 .left p {
    font-size: 16px;
    line-height: 35px;
    color: #333333;
    margin-top: 20px;
}

.cpxq-main3 .left a {
    width: 140px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background: #b71e3f;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 50px;
}

.cpxq-main3 .right {
    width: 522px;
    margin-top: 25px;
}

.slideTxtBox1 {
    width: 100%;
}

.slideTxtBox1 .hd {

}

.slideTxtBox1 .hd ul {
    margin-top: 19px;
}

.slideTxtBox1 .hd ul li {
    float: left;
    border: 1px solid #dfdfdf;
    margin-right: 9px;
    cursor: pointer;
    position: relative;
    height: 52px;
    width: 94px;
}

.slideTxtBox1 .hd ul li:nth-child(5) {
    margin-right: 0;
}

.slideTxtBox1 .hd ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    top: -16px;
    left: 50%;
    margin-left: -8px;
}

.slideTxtBox1 .hd ul li.on {
    border: 1px solid #b71e3f;
}

.slideTxtBox1 .hd ul li.on::before {
    border-color: transparent transparent #b71e3f transparent;
}

.slideTxtBox1 .hd ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

.slideTxtBox1 .bd {
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    height: 292px;
}

.slideTxtBox1 .bd ul {
    height: 100%;
}

.slideTxtBox1 .bd li {
    
    height: 100%;
    display: flex;
}

.slideTxtBox1 .bd li video, .slideTxtBox1 .bd li img {
    width: 100%;
    max-height: 290px;
    
    
    
    
    margin: auto;
}

.slideTxtBox1 .bd li .date {

}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.cpxq-main4 {
    margin-top: 50px;
}

.slideTxtBox2 .hd {
    width: 145px;

    padding: 10px 0;
}

.slideTxtBox2 .hd li {
    height: 44px;
    
    color: #ac2d49;
    text-align: right;
    padding-right: 38px;
    line-height: 42px;
    border: 1px solid transparent;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    position: relative;
    right: -1px;
}

.slideTxtBox2 .hd li::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    top: 50%;
    right: 6px;
    margin-top: -6px;
}

.slideTxtBox2 .hd li.on {
    border: 1px solid #dfdfdf;
    border-right: 1px solid #ffffff;
}

.slideTxtBox2 .hd li.on::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #b71e3f;
    top: 50%;
    right: 6px;
    margin-top: -6px;
}

.slideTxtBox2 .bd {
    border-left: 1px solid #dfdfdf;
    width: 870px;
    padding-left: 40px;
    min-height: 296px;
}

.slideTxtBox2 .bd ul li img {
    max-width: 100%;
}

.js-top {
    margin-top: 75px;
}

.js-top h2 {
    color: #222222;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    display: inline-block;
    padding: 0 24px;
}

.js-top h3 {
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    color: #888888;
    margin-top: 25px;
    padding: 0 24px;
}

.js-main {
    padding-top: 114px;
    padding-bottom: 0px;
}

.js-main ul {
    margin-top: 0px;
}

.xw-xq-main {
    padding: 10px 40px 30px;
}


.yy-fl1 {
    margin-top: 120px;
}

.yy-main1 {
    margin-top: 45px;
}

.yy-xq-main {
    margin-top: 45px;
}
.cp-fl2>li.on .cp-fl3{
    display: block;
}
.cp-fl2 > li.on > a {
    color: #ffffff;
    background: #b71e3f;
    border: 1px solid #b71e3f;
}

.list-paddingleft-2{
     list-style:disc;
}