﻿/*头部样式*/
#c-header{
    position: fixed;
    top:0;
    left:0;
    z-index:99999;
    width: 100%;
    display: block;

}
.head{
    padding:0px 110px;
    height: 92px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.logo{
    float: left;
}
.logo img{
    max-height: 60px;
}
.logo .img2{
    display: none;
}
.nav{
    display: flex;
}
.nav li{
    position: relative;
    margin:0 26px;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #fff;
    position: relative;
    line-height: 92px;
}
.nav li a:after{
    content:'';
    width: 0;
    height: 4px;
    border-radius: 2px;
    background:#c82126;
    position: absolute;
    left:50%;
    bottom:0;
    transition: all 0.4s ease-out;
}
.nav li:hover a:after,.nav li.cur a:after{
    width: 36px;
    margin-left: -18px;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #c82126;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}
.head_r {
    display: flex;
    align-items: center;
}
.h_tel{
    font-size:20px;
    color: #fff;
    padding-left: 22px;
    background:url(../images/h_tel.png) no-repeat left center;
    padding-right: 26px;
    margin-right: 25px;
    position: relative;
}
.h_tel:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,.32);
    margin-top: -8px;
}
a.language_a{
    display: block;
    padding-left: 32px;
    color: #fff;
    font-size: 16px;
    background:url(../images/language_h.gif) no-repeat left center;
    background-size: 20px;
}
#c-header.c-head-hide.c-head-move .h_tel:after{
    background: rgba(0,0,0,.32);    
}
#c-header.c-head-hide.c-head-move a.language_a{
    color: #333;
    background:url(../images/language.gif) no-repeat left center;  
    background-size: 20px;
}
#c-header.c-head-hide.c-head-move{
    background:#fff;
    box-shadow: 0px 0px 10px #ccc;
    display: block;
}
#c-header.c-head-hide{
    display: none;
}
#c-header.c-head-hide.c-head-move .logo .img1{
    display: none;
}
#c-header.c-head-hide.c-head-move .logo .img2{
    display: inline-block;
}
#c-header.c-head-hide.c-head-move .nav li a{
    color: #333;
}
#c-header.c-head-hide.c-head-move .h_tel{
    color: #333;
    background: url(../images/h_tel2.png) no-repeat left center;
}
.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}
.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}
.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
#c-banner1{
    width: 100%;
    height: 100vh;
}
#c-banner1 .img2{
    width: 100%;
    height: 100%;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
}
.banner_text .img1{

}
.banner_text .p1{
    font-size:48px;
    margin-bottom:15px;
}
.banner_text .p2{
    font-size:18px;
    max-width: 805px;
    margin:0 auto;
    line-height: 1.8;
}
#c-banner1 .swiper-pagination{
    text-align: left;
    padding-left: 110px;
    font-size:14px;
    color:#ffffff;
    line-height: 1;
    bottom:52px;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet{
    opacity: 1;
    background:none;
    width: 20px;
    height: 14px;
    text-align: center;
    position: relative;
    font-weight: bold;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet:last-child:after{
    display: none;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active{
    margin-right: 65px;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active:after{
    content:'';
    position: absolute;
    left:30px;
    top:50%;
    margin-top:-1px;
    width: 26px;
    height: 2px;
    background:#fff;
}
.banner_btn{
    position: absolute;
    bottom:44px;
    left:50%;
    margin-left: -23px;
    width: 46px;
    height: 46px;
    border:1px dashed #7f7f7f;
    z-index:9;
    border-radius: 50%;
}
.banner_btn img{
    position: absolute;
    top:10px;
    left:50%;
    margin-left: -5px;
    -webkit-animation: home_banner 1.5s ease infinite;
    animation: home_banner 1.5s ease infinite
}
@-webkit-keyframes home_banner {
    0% {
        top:10px;
        opacity: 1;
    }
    100% {
        top:30px;
        opacity: 0;
    }
}

@keyframes home_banner {
    0% {
        top:10px;
        opacity: 1;
    }
    100% {
        top:30px;
        opacity: 0;
    }
}
.swiper_btn{
    width: 110px;
    position: absolute;
    bottom:44px;
    right:110px;
    height: 46px;
}
.swiper_btnc{
    position: relative;
}
.swiper_btn .swiper-button-prev{
    width: 46px;
    height: 46px;
    background:url(../images/left1.png) no-repeat center;
    border:1px solid #7f7f7f;
    border-radius: 50%;
    margin-top:0px;
    top:0;
    left:0;
}
.swiper_btn .swiper-button-prev:hover{
    background:url(../images/left1.png) no-repeat center #c82126;
    border:1px solid #c82126;
}
.swiper_btn .swiper-button-next{
    width: 46px;
    height: 46px;
    background:url(../images/right1.png) no-repeat center;
    border:1px solid #7f7f7f;
    border-radius: 50%;
    margin-top:0px;
    top:0;
    right:0;
}
.swiper_btn .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat center #c82126;
    border:1px solid #c82126;
}

@media(max-width: 1600px){
    .head{
        height: 82px;
    }
    .nav li a{
        line-height: 82px;
    }
    .banner_text .p1{
        font-size:32px;
    }
    .banner_text .p2{
        font-size:15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1280px){
    .head{
        padding:0 50px;
    }
    .nav li a{
        line-height: 82px;
    }
    .banner_text .img1 img{
        max-width: 70px;
    }
    .banner_text .p1{
        font-size:28px;
    }
    .banner_text .p2{
        font-size:14px;
    }
    #c-banner1 .swiper-pagination{
        padding-left:50px;
    }
}
@media(max-width: 1199px){
    .h_tel{
        display: none;
    }
}
@media(max-width: 992px){
    .head{
        height: 62px;
    }
    .logo img{
        max-height: 45px;
    }
    .nav li{
        margin:0 20px;
    }
    .nav li a{
        line-height: 62px;
    }
    .head_r{
        display:none;
    }
    #c-banner1{
        width: 100%;
        height: auto;
    }
    .banner_text .p1{
        font-size:26px;
    }   
    .banner_btn{
        display: none;
    } 
    .swiper_btn{
        display: none;
    }
    #c-banner1 .swiper-pagination{
        bottom:35px;
    }
}
@media(max-width: 820px){
    #c-header{
        background:#fff;
        box-shadow: 0px 0px 10px #ccc;
        display: block;
    }
    #c-header .img1{
        display: none;
    }
    #c-header .logo .img2{
        display: inline-block;
    }
    #c-header .h_tel{
        color: #333;
        background: url(../images/h_tel2.png) no-repeat left center;
    }
    .h55{
        width: 100%;
        height: 55px;
    }
    .nav li{
        margin:0 15px;
    }
    .nav li a{
        color:#333;
        font-size:15px;
    }
    #c-header .h_tel{
        display: block;
        font-size:16px;
    }
    .banner_text .img1 img{
        max-width: 50px;
    }
    .banner_text .p1{
        font-size:22px;
    }
    .banner_text .p2{
        padding:0 4%;
    }
}
@media(max-width: 767px){
    .head{
        padding:0 4%;
        height: 55px;
    }
    .h55{
        width: 100%;
        height: 55px;
    }
    .logo{
        max-width: 40%;
    }
    .logo img{
        max-height: 45px;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }  
    .head_r{
        display:flex;
    }
    .h_tel{
        padding-right:0;
        margin-right:0;
        display:block;
    }
    a.language_a{
        display:none;
    }
    .menu-button{
        top:25px;
    }
    .banner_text .img1 img {
        max-width: 45px;
    }
    .banner_text .p1{
        font-size:20px;
        padding-top:10px;
        margin-bottom:0px;
    }
    .banner_text .p2{
        display: none;
    }
    #c-banner1 .swiper-pagination{
        bottom:10px;
        padding-left: 4%;
    }
    #c-banner1 .swiper-pagination .swiper-pagination-bullet-active{
        margin-right: 50px;
    }

}



.index1{
    padding:100px 0;
}
.wrap{
    width: 86%;
    max-width: 1500px;
    margin:0 auto;
}
.index_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_t1{
    font-size: 48px;
    color: #333333;
    line-height: 1;
}
a.more1{
    display: block;
    width: 172px;
    line-height: 52px;
    background:#c82126;
    font-size:14px;
    color: #fff;
    text-align: center;
}
a.more1 i{
    font-style: normal;
    display: inline-block;
    margin-left: 13px;
}
a.more1:hover{
    text-decoration: underline;
}
.index1_cont{
    margin-top:62px;
    margin-bottom:50px;
}
.sort1{
    width: 338px;
/*    width: 22.5%;*/
    float:left;
    padding-top:16px ;
}
.sort1 li{
    margin-bottom:30px;
}
.sort1 li:last-child{
    margin-bottom:0;
}
.sort1 li a{
    display: inline-block;
    position: relative;
    font-size:18px;
    color: #333333;
    line-height: 1;
    padding-bottom:12px;
}
.sort1 li a:after{
    content:'';
    background:#c82126;
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 3px;
    opacity: 0;
}
.sort1 li:hover a,.sort1 li:nth-child(1) a{
    color: #c82126;
}
.sort1 li:hover a:after,.sort1 li:nth-child(1) a:after{
    opacity: 1;
}
.index1_cont_r{
    width: calc(100% - 338px);
    float:left;
}
.index1_cont_r .swiper-slide a{
    display: flex;
    flex-wrap: wrap;
}
.index1_cont_r .text{
    background:#f5f5f5;
    width: 50%;
    padding:20px 20px 20px 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index1_cont_r .text .p1{
    font-size:36px;
    color: #c82126;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom:10px;
}
.index1_cont_r .text .p2,.index1_cont_r .text .p3{
    font-size:18px;
    color: #000000;   
    font-weight: bold;
    line-height: 1.6; 
}
.index1_cont_r .text .txt{
    padding:35px 0 55px;
}
.index1_cont_r .text .txt p{
    font-size:16px;
    color: #525252;
    padding-left: 15px;
    position: relative;
    margin-bottom:6px;
}
.index1_cont_r .text .txt p:last-child{
    margin-bottom:0;
}
.index1_cont_r .text .txt p:before{
    content:'';
    position: absolute;
    left:0;
    top:14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background:#bdbdbd;
}
.index1_cont_r .text p.p4{
    font-size:14px;
    color: #666666;
}
.index1_cont_r .img{
    width: 50%;
    background:url(../images/index_p_bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding:105px 30px 70px;
    border-radius: 0 0 46px 0;
}
.index1_cont_r .img img{
    width: 100%;
    max-width: 305px;
}
#c-banner2 .swiper-pagination{
    width: 50%;
    text-align: right;
    padding:0 40px;
    bottom:50px;
}
#c-banner2 .swiper-pagination .swiper-pagination-bullet{
    background:#bdbdbd;
    opacity: 1;
    width: 10px;
    height:10px;
    border-radius: 50%;
    margin:0 5px;
} 
#c-banner2 .swiper-pagination .swiper-pagination-bullet-active{
    background:#c82126;
}
.index_t2{
    font-size:36px;
    color: #333333;
    line-height: 1;
    font-weight: bold;
}
.product_list1{
    display: flex;
    flex-wrap: wrap;
    margin-top:40px;
}
.product_list1 li{
    width: 23.5%;
    margin-right: 2%;
}
.product_list1 li:nth-child(4n){
    margin-right: 0;
}
.product_list1 li a{
    border:1px solid #eeeeee;
    display: block;
}
.product_list1 li a .img{
    padding:20px;
    text-align: center;
    line-height: 278px;
}
.product_list1 li a .img img{
    max-width: 237px;
    width: 100%;
}
.product_list1 li a p{
    font-size:20px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    line-height: 1.2;
    background:#eee;
}
.product_list1 li:hover a .img img{
    transform: scale(1.1);
}
.product_list1 li:hover a p{
    background:#c82126;
    color: #fff;
}
@media(max-width: 1600px){
    .index1{
        padding:90px 0;
    }
    .index_t1{
        font-size:36px;
    }
    a.more1 {
        width: 130px;
        line-height: 42px;
    }
    .index1_cont {
        margin-top: 45px;
    }
    .sort1 li {
        margin-bottom: 25px;
    }
    .sort1 li a{
        font-size:16px;
    }
    .index1_cont_r .text{
        padding:20px 20px 20px 50px;
    }
    .index1_cont_r .text .p1{
        font-size:30px;
    }
    .index1_cont_r .text .p2, .index1_cont_r .text .p3{
        font-size:16px;
    }
    .index1_cont_r .text .txt p:before{
        top:13px;
    }
    .index1_cont_r .text .txt p{
        font-size:15px;
    }
    .index1_cont_r .img{
        padding:60px 30px;
    }
    .index_t2{
        font-size:30px;
    }
    .product_list1 li a p{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .index1{
        padding:70px 0;
    }
    .sort1{
        width: 260px;
    }
    .index_t1{
        font-size:32px;
    }
    .index1_cont_r {
        width: calc(100% - 260px);
    }  
    .index1_cont_r .img {
        padding: 30px 20px;
    } 
    .index1_cont_r .text .txt {
        padding: 20px 0 35px;
    }
    .index1_cont_r .text .txt p {
        font-size: 14px;
        margin-bottom: 0px;
    } 
    #c-banner2 .swiper-pagination{
        bottom:10px;
    }
    .product_list1 li a .img {
        line-height: 220px;
    }
}
@media(max-width: 992px){
    .wrap{
        width: 92%;
    }
}
@media(max-width: 820px){
    .index1{
        padding:55px 0;
    } 
    .sort1{
        width: 200px;
    } 
    .index_t1{
        font-size:26px;
    }
    a.more1 {
        width: 110px;
        line-height: 36px;
    }  
    .index1_cont {
        margin-top: 30px;
    } 
    .index1_cont_r {
        width: calc(100% - 200px);
    }
    .index1_cont_r .text{
        padding:15px 20px;
    }
    .index1_cont_r .text .p1 {
        font-size: 26px;
    }
    #c-banner2 .swiper-pagination{
        padding: 0 15px;
    }
    .index_t2 {
        font-size: 24px;
    }
    .product_list1 {
        margin-top: 30px;
    }    
    .product_list1 li a .img {
        line-height: 150px;
    }
}
@media(max-width: 767px){
    .index1{
        padding:35px 0 25px;
    } 
    .index_t1{
        font-size:22px;
    }
    a.more1 {
        width: 90px;
        line-height: 32px;
        font-size:13px;
    }
    .index1_cont {
        margin-top: 20px;
    }
    .sort1{
        width: 100%;
        padding-top:10px;
        display: flex;
        flex-wrap: wrap;
    }
    .sort1 li {
        margin-bottom: 10px;
        width: 32%;
        margin-right: 2%;
    }
    .sort1 li:nth-child(3n){
        margin-right: 0;
    }
    .sort1 li a {
        font-size: 15px;
    }
    .sort1 li a:after{
        height: 2px;
    }
    .index1_cont_r{
        width: 100%;
        padding-top:20px;
    }
    .index1_cont_r .text{
        width: 100%;
        padding:15px;
    }
    .index1_cont_r .text .p1 {
        font-size: 22px;
    }
    .index1_cont_r .text .p2, .index1_cont_r .text .p3 {
        font-size: 15px;
    }
    .index1_cont_r .text .txt p:before{
        top:11px;
    }
    .index1_cont_r .text .txt {
        padding: 10px 0 20px;
    }
    .index1_cont_r .img{
        width: 100%;
    }
    #c-banner2 .swiper-pagination{
        width: 100%;
    }
    .index_t2{
        font-size:20px;
    }
    .product_list1 {
        margin-top: 25px;
    }
    .product_list1 li{
        width: 49%;
        margin-bottom:15px;
    }
    .product_list1 li:nth-child(2n) {
        margin-right: 0%;
    }
    .product_list1 li a .img {
        padding: 10px 20px;
    }
    .product_list1 li a p {
        font-size: 14px;
        height: 50px;
    }
/*    
    .product_list1 li a .img {
        line-height: 150px;
    } */  
}
@media(max-width: 460px){
    .sort1 li{
        width:49%;
    }
    .sort1 li:nth-child(2n){
        margin-right:0;
    }
}



.index2{
    background:url(../images/bg1.jpg) no-repeat left center;
    background-size: cover;
    padding:155px 0 195px;
    color: #fefefe;
}
.index2 .p1{
    font-size:36px;
    line-height: 1;
}
.index2 .p2{
    font-size:40px;
    line-height: 1;
    margin-top:22px;
}
.index2 .text{
    font-size:16px;
    padding:78px 0 125px;
    max-width: 745px;
}

.index3{
    padding:128px 0 165px;
    display: flex;
    flex-wrap: wrap;
}
.index3_l{
    width: 30%;
    padding-left: 10%;
}
.sort2{
    margin-top:185px;
    margin-bottom:200px;
}
.sort2 li{
    margin-bottom:35px;
}
.sort2 li:last-child{
    margin-bottom:0px;
}
.sort2 a{
    display: inline-block;
    font-size:18px;
    color: #333333;
    line-height: 1;
    padding-bottom:10px;
    position: relative;
}
.sort2 a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 1px;
    background:#c82126;
    opacity: 0;
}
.sort2 li:hover a{
    color: #c82126;
}
.sort2 li:hover a:after{
    opacity: 1;
}
.index3_r{
    width: 70%;
}
#c-banner3{
    padding-bottom:130px;
}
a.news_info{
    display: block;
}
a.news_info .img{
    border-radius: 8px;
}
a.news_info .date1{
    padding-left: 22px;
    background:url(../images/date1.png) no-repeat left center;
    font-size:14px;
    color: #999999;
    margin:30px 0;
}
a.news_info h3{
    font-size:22px;
    color: #333333;
    line-height: 1.2;
    font-weight: normal;
}
a.news_info .txt{
    margin:25px 0 35px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size:16px;
    color: #888888;
}
#c-banner3 .swiper-slide a em{
    font-size:14px;
    color: #c82126;
    font-style: normal;
}
#c-banner3 .swiper-slide a em i{
    margin-left: 12px;
    font-style: normal;
}
a.news_info:hover .img img{
    transform: scale(1.2);
}
#c-banner3 .swiper-slide a:hover h3{
    color: #c82126;
}
/*#c-banner3 .swiper-slide a em:hover{
    text-decoration: underline;
}*/
#c-banner3 .swiper-pagination{
    top:100%;
    margin-top:-32px;
    background:#bdbdbd;
}
#c-banner3 .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#c82126;
}
.swiper_btn2{
    position: absolute;
    left:240px;
    bottom:3px;
    width: 52px;
    height: 52px;
    background:#fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #eee;
    z-index:11;
    background:#fff;
}
.swiper_btn2c{
    position: relative;
    width: 100%;
    height: 100%;
}
.swiper_btn2c .swiper-button-prev{
    width: 10px;
    height: 14px;
    background:url(../images/left2.png) no-repeat center;
    margin-top:-7px;
}
.swiper_btn2c .swiper-button-next{
    width: 10px;
    height: 14px;
    background:url(../images/left2.png) no-repeat center;  
    margin-top:-7px;
    transform: rotate(-180deg);  
}
.swiper_btn2c .swiper-button-prev:hover{
    background:url(../images/right2.png) no-repeat center;
    transform: rotate(-180deg);  
}
.swiper_btn2c .swiper-button-next:hover{
    background:url(../images/right2.png) no-repeat center;
    transform: rotate(0deg); 
}
@media(max-width: 1600px){
    .index2{
        padding:120px 0;
    }
    .index3_l{
        padding-left: 7%;
    }
    .index2 .p1{
        font-size:30px;
    }
    .index2 .p2 {
        font-size: 32px;
        margin-top: 15px;
    }
    .index2 .text {
        font-size: 15px;
        padding: 50px 0 90px;
    }
    .index3 {
        padding: 90px 0 100px;
    }
    .sort2 {
        margin-top: 120px;
        margin-bottom: 150px;
    }
    #c-banner3 {
        padding-bottom: 90px;
    }
    a.news_info .date1{
        margin:20px 0;
    }
    a.news_info h3{
        font-size:18px;
    }
    a.news_info .txt {
        margin: 15px 0 20px;
        font-size: 15px;
        line-height: 1.8;
    }
}
@media(max-width: 1280px){
    .index2 {
        padding: 90px 0;
    }  
    .index3 {
        padding: 70px 0;
    }
    .sort2 {
        margin-top: 70px;
        margin-bottom: 100px;
    }  
}
@media(max-width: 992px){
    .index2 {
        padding: 70px 0;
    } 
    .index3_l{
        padding-left: 4%;
    } 
    .index2 .p1{
        font-size:24px;
    }
    .index2 .p2 {
        font-size: 28px;
    }  
    .index2 .text {
        font-size: 14px;
        padding: 30px 0 50px;
    }
}
@media(max-width: 820px){
    .index2 {
        padding: 55px 0;
    }
    .index2 .p1{
        font-size:20px;
    }
    .index2 .p2 {
        font-size: 24px;
    }  
    .index2 .text {
        padding: 20px 0 30px;
    } 
    .index3 {
        padding: 55px 0;
    } 
    .sort2 {
        margin-top: 50px;
        margin-bottom: 70px;
    } 
    .sort2 li {
        margin-bottom: 25px;
    }  
    .sort2 a{
        font-size:16px;
    }
    a.news_info .date1 {
        margin: 20px 0 10px;
    }  
    .swiper_btn2{
        left:200px;
    }
}
@media(max-width: 767px){
    .index2 {
        padding: 35px 0;
    } 
    .index2 .p1{
        font-size:16px;
    }
    .index2 .p2 {
        font-size: 20px;
    } 
    .index3 {
        padding: 35px 0 20px;
    } 
    .index3_l{
        width: 100%;
        padding:0 4%;
    }
    .sort2{
        display: flex;
        justify-content: center;
        margin-top: 25px;
        margin-bottom: 20px;
    } 
    .sort2 li{
        margin:0 15px;
    }

    .index3 a.more1{
        display: none;
    }
    .index3_r{
        width: 100%;
        padding:0 4%;
    } 
    .swiper_btn2{
        left:70px;
    }
    #c-banner3 {
        padding-bottom: 75px;
    }
    a.news_info h3 {
        font-size: 16px;
    }
}
@media(max-width: 460px){
    
}



.index_bottom{
    background:url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
    padding:82px 0;
    color: #fff;
}
.index_bottom .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_bottom .text{

}
.index_bottom .text p{
    font-size:40px;
    line-height: 1;
    margin-bottom:25px;
}
.index_bottom .text h3{
    font-size:30px;
    line-height: 1;
}
.index_bottom a{
    margin-top:15px;
    height: 52px;
}


footer{
    background:#f5f5f5;
}
.foot{
    padding:100px 0 65px;   
    border-bottom: 1px solid #dbdbdb;
}
.foot_l{
    float: left;
    width: 30%;
    padding-right: 50px;
}
.f_logo{
    margin-bottom:40px;
}
.f_contact{

}
.f_contact p{
    font-size:14px;
    color: #666666;
    line-height: 1.5;
}
.f_contact p strong{
    font-size:22px;
    color: #c82126;
    font-weight: normal;
    display: block;
    padding-top:5px;
}
.f_contact p:nth-child(2n){
    margin-bottom:10px;
}
.f_contact p:last-child{
    margin-bottom:0;
}

.f_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: right;
    width: 70%;
}
.f_nav li{

}
.f_nav li a{
    display: block;
    font-size:16px;
    color: #666666;
    margin-bottom:5px;
}
.f_nav li p{
    margin-bottom:28px;
}
.f_nav li p,.f_nav li p a{
    font-size: 20px;
    color: #333333;
    line-height: 1;
}
.f_nav li p a{
    margin-bottom:0;
}
.f_nav li:nth-child(4) p{
    margin-bottom:38px;
}
.f_nav li a:hover{
    color: #c82126!important;
}
.f_code{
    text-align: center;
    padding-top:10px;
}
.f_nav li .f_code p{
    font-size:14px;
    color: #666666;
    padding-top:10px;
    margin-bottom:0;
}


.copyright{
    text-align: center;
    font-size:16px;
    color: #333333;
    padding:22px 0;
}
.copyright a{
    color: #333333;    
}
@media(max-width: 1600px){
    .index_bottom{
        padding:75px 0;
    }
    .index_bottom .text p {
        font-size: 32px;
    }
    .index_bottom .text h3 {
        font-size: 24px;
    }
    .index_bottom a {
        height: 42px;
    }
    .foot {
        padding: 70px 0 50px;
    }
    .f_nav li p {
        margin-bottom: 20px;
    }
    .f_nav li p, .f_nav li p a {
        font-size: 17px;
    }
    .f_nav li a{
        font-size:14px;
        margin-bottom:0;
    }
    .f_nav li:nth-child(4) p {
        margin-bottom: 30px;
    }
    .f_logo{
        margin-bottom:30px;
    }
    .f_code{
        padding-top:0;
    }
    .copyright {
        font-size: 14px;
        padding: 15px 0;
    }
}
@media(max-width: 1280px){
    .foot {
        padding: 50px 0 30px;
    }    
}
@media(max-width: 992px){
    .index_bottom{
        padding:60px 0;
    }
    .index_bottom .text p {
        font-size: 26px;
    }
    .index_bottom .text h3 {
        font-size: 20px;
    }
    .index_bottom a {
        height: 42px;
    }    
}
@media(max-width: 820px){
    .index_bottom{
        padding:55px 0;
    }
    .foot {
        padding: 30px 0 20px;
    }     
}
@media(max-width: 767px){
    .index_bottom{
        padding:35px 0;
    }
    .index_bottom .wrap{
        justify-content: flex-start;
    }
    .index_bottom .text{
        width: 100%;
    }
    .index_bottom .text p {
        font-size: 20px;
        margin-bottom:10px;
    }
    .index_bottom .text h3 {
        font-size: 15px;
    }
    .index_bottom a {
        height: 32px;
    }
    .foot_l{
        width: 100%;
        padding-right: 0;
    }
    .f_logo{
        display: none;
    }
    .f_contact p strong{
        font-size:20px;
    }
    .f_nav{
        display: none;
    }
    .copyright {
        padding: 12px 0;
    }    
}
@media(max-width: 460px){
    
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner h2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
    font-size:52px;
    font-weight: normal;    
}


@media(max-width: 1600px){
    .n_banner h2{
        font-size:36px;
    }

}
@media(max-width: 1280px){
    .n_banner h2{
        font-size:32px;
    }    
}
@media(max-width: 992px){
    
}
@media(max-width: 820px){
    .n_banner h2{
        font-size:26px;
    }  

}
@media(max-width: 767px){
    .n_banner h2{
        font-size:22px;
    } 
  
}
@media(max-width: 460px){
    
}


#about1{
    background:url(../images/about1.jpg) no-repeat center;
    background-size: cover;
    padding:340px 0 280px;
    position: relative;
    width: 100%;
    height: 100vh;
}
.n_banner2_text{
/*    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;    
}
.n_banner2_text h2{
    font-size:40px;
    font-weight: normal;
    line-height: 1;
}
.n_banner2_text h3{
    font-size:28px;
    color: #e1292f;
    padding:15px 0 55px;
}
.n_banner2_text .text{
    font-size:18px;
    max-width: 1120px;
    margin:0 auto;
}

.about2 .wrap{
    display: flex;
    flex-wrap: wrap;
}
.about2 .img{
    width: 42.8%;
}
.about2 .text{
    width: 57.2%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.about2 .text .p1{
    font-size:32px;
    color: #c82126;
    line-height: 1;
}
.about2 .text .p2{
    font-size:40px;
    color: #000000;
    line-height: 1;
    margin:22px 0 48px;
}
.about2 .text .txt{
    font-size:18px;
    color: #404040;
}
#about2{
    padding:120px 0 0;
}
#about2 .wrap{
    flex-direction: row-reverse;
}
#about2 .text{
    padding:20px 145px 20px 0;
}
#about2 .text .txt{
    max-width: 695px;
}

#about3{
    padding:140px 0;
}
#about3 .text{
    padding:20px 0 20px 145px;
}
#about3 .text .txt{
    padding-right: 40px;
    overflow: hidden;
    max-height: 280px;
    min-height: 100px;
    overflow-y: auto;
}
#about3 .text .txt::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;     
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
#about3 .text .txt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #c82126;
}
#about3 .text .txt::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
/*    border-radius: 10px;*/
    background: #fff;
}
@media(max-width: 1600px){
    #about1 {
        padding: 220px 0;
    }
    .n_banner2_text h2{
        font-size:32px;
    }
    .n_banner2_text h3 {
        font-size: 24px;
        padding: 12px 0 40px;
    }
    .n_banner2_text .text{
        font-size:15px;
    }
    #about2 {
        padding: 90px 0 0;
    }
    #about2 .text {
        padding: 20px 80px 20px 0;
    }
    .about2 .text .p1 {
        font-size: 26px;
    }
    .about2 .text .p2{
        font-size:30px;
        margin: 20px 0 30px;
    }
    .about2 .text .txt{
        font-size:15px;
    }
    #about3 {
        padding: 90px 0;
    }
    #about3 .text {
        padding: 20px 0 20px 80px;
    }
    #about3 .text .txt{
        padding-right: 25px;
        max-height: 275px;
    }
}
@media(max-width: 1280px){
    #about1 {
        padding: 100px 0;
        height: auto;
    } 
    .n_banner2_text h2{
        font-size:28px;
    }
    .n_banner2_text h3 {
        font-size: 20px;
        padding: 12px 0 30px;
    }
    .n_banner2_text .text{
        font-size:14px;
    }
    #about2 {
        padding: 70px 0 0;
    }
    #about2 .text {
        padding: 20px 60px 20px 0;
    }
    #about3 {
        padding: 70px 0;
    }  
    #about3 .text {
        padding: 20px 0 20px 60px;
    }
    #about3 .text .txt{
        padding-right: 20px;
    }
}
@media(max-width: 992px){
    #about1 {
        padding: 80px 0;
    } 
    .n_banner2_text .text{
        padding:0 4%;
    }
    .n_banner2_text h2{
        font-size:24px;
    }
    .n_banner2_text h3 {
        font-size: 18px;
        padding: 5px 0 10px;
    }
    .about2 .text .p1 {
        font-size: 22px;
    }
    .about2 .text .p2{
        font-size:26px;
        margin: 15px 0 25px;
    }
    .about2 .text .txt{
        font-size:14px;
    }   
}
@media(max-width: 820px){
    #about1 {
        padding: 80px 0 60px;
    } 
    .n_banner2_text h2{
        font-size:20px;
    }
    #about2 {
        padding: 50px 0 0;
    }
    #about2 .text {
        padding: 20px 35px 20px 0;
    }
    .about2 .text .p1 {
        font-size: 20px;
    }
    .about2 .text .p2{
        font-size:22px;
        margin: 12px 0 20px;
    }
    #about3 .text .txt{
        line-height: 1.8;
    }
    #about3 {
        padding: 50px 0;
    }  
    #about3 .text {
        padding: 20px 0 20px 35px;
    }
    #about3 .text .txt{
        padding-right: 15px;
    }   
}
@media(max-width: 767px){
    #about1 {
        padding: 35px 0;
    }
    #about2 {
        padding: 30px 0 0;
    }
    .about2 .img{
        width: 100%;
    }
    .about2 .text {
        width: 100%;
        padding: 20px 0 0!important;
    }
    .about2 .text .p1 {
        font-size: 16px;
    }
    .about2 .text .p2{
        font-size:18px;
        margin: 12px 0 10px;
    } 
    #about3 {
        padding: 30px 0;
    }
    #about3 .text {
        padding: 20px 0 0;
    }
    #about3 .text .txt{
        padding-right: 12px;
    }    
}
@media(max-width: 460px){
    
}


.p_body{
    background:#f6f6f6;
}
.p_container{
    padding:42px 0 125px;
}
.left1{
    width: 260px;
    float: left;
    position: sticky;
    left: 0;
    top: 120px;
    z-index:999;
}
.p_sort2{

}
.p_sort2 li{
    margin-bottom:5px;
}
.p_sort2 li a{
    display: block;
}
.p_sort2 li a.list_item1{
    font-size:20px;
    color: #404040;
    padding:0 20px 0 25px;
    line-height: 56px;
    background:#ffffff;
    position: relative;
}
.p_sort2 li a.list_item1 i{
    display: block;
    font-style: normal;
    position: absolute;
    right:20px;
    top:50%;
    margin-top:-8px;
    width: 16px;
    height: 16px;
    background:url(../images/p_icon1.png) no-repeat center;
}
.p_sort2 li:hover a.list_item1,.p_sort2 li.cur a.list_item1{
    color: #fff;
    background:#c82126;
}
.p_sort2 li:hover a.list_item1 i,.p_sort2 li.cur a.list_item1 i{
    background:url(../images/p_icon2.png) no-repeat center;
}
.p_sort2 li .layer2{
    display: none;
    background: #fff;
}
.p_sort2 li .layer2 a{
    font-size: 15px;
    padding:0 20px 0 35px;
}
.p_sort2 li.cur  .layer2{
    display: block;
    padding:10px 0;
}

.p_sort2 li .layer3{
    display: none;
}

.right1{
    width: calc(100% - 360px);
    margin-left: 100px;
    float: left;
}
.right1 h2{
    font-size:26px;
    color: #000000;
    line-height: 1;
    margin-bottom:35px;
}
.product_list_top{
    margin-bottom: 50px;

}
.product_list_top h2{
    font-size: 32px;
    font-weight: normal;
    color: #333;
    line-height: 1;
}
.product_list_top .p_intro{
    font-size: 16px;
    margin-top:15px;
    display: none;
}

.products ul.product_list.cur{
    display: flex!important;    
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom:35px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    display: block;
    border:1px solid #e0e0e0;
}
.product_list li a .img{
    padding:50px 55px;
    line-height: 225px;
    text-align: center;
}
.product_list li a p{
    border-top:1px solid #e0e0e0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:20px;
    color: #000000;
    line-height: 1.2;
    height: 62px;
}
.product_list li a:hover .img img{
    transform: scale(1.1);
}
.product_list li:hover a p{
    background:#332c2b;
    color: #fff;
}
.product_detail{
    background:#ffffff;
    padding:57px 52px 75px;
}
.pd1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pd1 .img{
    background:url(../images/p_bg1.jpg) no-repeat center;
    background-size: cover;
    width: 50%;
    text-align: center;
    padding:68px 0;
}
.pd1 .text{
    width: 50%;
    padding:15px 0 15px 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pd1 .text .p1{
    line-height: 1;
}
.pd1 .text .p1 span{
    font-size:30px;
    color: #c82126;
    font-weight: bold;
}
.pd1 .text .p1 em{
    display: inline-block;
    font-style: normal;
    font-size:16px;
    color: #000000;
    margin-left: 20px;
}
.pd1 .text .p2{
    font-size:24px;
    color: #000000;
    line-height: 1;
    padding:25px 0 21px;
    border-bottom: 2px solid #333333;
    margin-bottom:25px;
}
.pd1 .text .txt{

}
.pd1 .text .txt h3{
    font-size:18px;
    color: #333333;
    margin-bottom:12px;
}
.pd1 .text .txt p{
    position: relative;
    font-size: 16px;
    color: #404040;
    padding-left: 18px;
}
.pd1 .text .txt p:before{
    content:'';
    position: absolute;
    left:0;
    top:14px;
    width: 6px;
    height: 6px;
    background:#c82126;
    border-radius: 50%;
}
.pd1_more{
    margin-top:90px;
    display: flex;
    flex-wrap: wrap;
}
.pd1_more a{
    display: block;
    width: 152px;
    line-height: 48px;
    font-size:14px;
    color: #404040;
    background:#eaeaea;
    text-align: center;
    margin-right: 20px;
    border-radius: 4px;
}
.pd1_more a:last-child{
    margin-right: 0;
}
.pd1_more a:hover{
    color: #fff;
    background:#c82126;
}
.pd2{
    padding:68px 0 55px;
}
h2.p_t1{
    font-size:24px;
    color: #c82126;
    line-height: 1;
    margin-bottom:25px;
}
.p_img{
    text-align: center;
}
.p_table{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;    
}
.p_table table{
    border-top:1px solid #dbdbdb;
    border-left:1px solid #dbdbdb;
    display: block;
}
.p_table table tr td{
    border-bottom:1px solid #dbdbdb;
    border-right:1px solid #dbdbdb;   
    font-size:16px;
    color: #000;
    line-height: 1.4;
    min-height: 28px; 
    padding:5px;
    text-align: center;
}
.pd4{
    padding:60px 0 0;
}
.pd4 p.p3{
    font-size:12px;
    color: #000000;
    margin-top:40px;
}
.pd4 p.p3 span{
    color: #c82126;
}
@media(max-width: 1600px){
    .p_container {
        padding: 30px 0 90px;
    }
    .p_sort2 li a.list_item1{
        font-size:17px;
    }
    .right1 h2{
        font-size:24px;
    }
    .product_list li a .img{
        padding: 25px 30px;
        line-height: 200px;
    }
    .product_list li a p{
        font-size:15px;
        height: 52px;
    }
    .product_detail{
        padding: 35px 30px 50px;
    }
    .pd1 .img{
        padding:40px 0;
    }
    .pd1 .text .p1 span{
        font-size:24px;
    }
    .pd1 .text .p1 em{
        font-size:14px;
    }
    .pd1 .text .p2 {
        font-size: 20px;
        padding: 15px 0;
        border-bottom: 1px solid #333333;
        margin-bottom: 15px;
    }
    .pd1 .text .txt h3 {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .pd1 .text .txt p{
        font-size:14px;
    }
    .pd1 .text .txt p:before{
        top:12px;
    }
    .pd1_more {
        margin-top: 50px;
    }
    .p_table table tr td{
        font-size:14px;
    }
    .pd4 p.p3 {
        margin-top: 20px;
    }
    .product_list_top h2{
        font-size:28px;
    }
    .product_list_top .p_intro{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .p_container {
        padding: 20px 0 70px;
    }
    .left1{
        width: 220px;
    }
    .p_sort2 li a.list_item1 {
        font-size: 16px;
        padding:0 20px 0 20px;
    }
    .right1 {
        width: calc(100% - 290px);
        margin-left: 70px;
    }
    .product_list li{
        margin-bottom:20px;
    }
    .pd1 .text{
        padding:15px 0 15px 30px;
    }
    .product_list_top h2{
        font-size:24px;
    }
}
@media(max-width: 992px){
    .product_list li a .img {
        padding: 20px;
        line-height: 160px;
    }  
    .product_detail {
        padding: 20px 20px 30px;
    }
    .pd1 .text{
        padding:10px 0 10px 20px;
    }
    .pd1 .text .p1 span {
        font-size: 20px;
    }
    .pd1 .text .p1 em {
        margin-left: 15px;
    }
    .pd1 .text .p2 {
        font-size: 18px;
        padding: 12px 0;
        margin-bottom: 12px;
    }
    .pd1_more {
        margin-top: 30px;
    }
    .pd1_more a{
        width: 95px;
        line-height: 42px;
        margin-right: 5px;
    } 
    .pd2 {
        padding: 35px 0;
    } 
    .pd4 {
        padding: 35px 0 0;
    }
}
@media(max-width: 820px){
    .p_container {
        padding: 10px 0 50px;
    } 
    .left1{
        width: 180px;
    }
    .p_sort2 li a.list_item1 {
        font-size: 16px;
        padding:0 15px 0 15px;
    }
    .right1 {
        width: calc(100% - 220px);
        margin-left: 40px;
    }
    .product_list li{
        margin-bottom:16px;
    }  
    .product_list li a .img {
        line-height: 120px;
    }
    .product_list li a p{
        padding:0 5px;
    } 
    .product_list_top h2{
        font-size:20px;
    }
    .product_list_top .p_intro{
        font-size:14px;
    }
}
@media(max-width: 767px){
    .p_n_top{
        display: none;
    }
    .p_container {
        padding: 30px 0 ;
    }
    .left1{
        width: 100%;
        position: relative;
        top:0;
    }
    .p_sort2{
        display: flex;
        flex-wrap: wrap;
    }
    .p_sort2 li{
        width: 49%;
        margin-right: 2%;
    }
    .p_sort2 li:nth-child(2n){
        margin-right: 0;
    }
    .p_sort2 li a.list_item1 {
        font-size: 14px;
        line-height: 42px;
        text-align:center;
    }
    .p_sort2 li a.list_item1 i{
        display:none;
    }
    .p_sort2 li.cur .layer2{
        display:none;
    }
    .right1{
        width: 100%;
        margin-left: 0;
        margin-top:30px;
    }
    .right1 h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .product_list li{
        width: 48%;
        margin-right: 4%;
        margin-bottom:15px;
    }
    .product_list li:nth-child(3n){
        margin-right: 4%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }
    .product_list li a p{
        font-size:14px;
    }
    .right1 h2 {
        font-size: 20px;
        margin-bottom: 18px;
    } 
    .pd1 .img{
        width: 100%;
        padding: 25px 20px;
    } 
    .pd1 .text{
        width: 100%;
        padding:20px 0 0;
    } 
    .pd1 .text .p2{
        font-size:17px;
    } 
    .pd4 p.p3 {
        margin-top: 10px;
    }
    .product_list_top h2{
        font-size:18px;
    }
}
@media(max-width: 460px){
    
}


/*c82126*/
.support-list {
  padding: 0;
  list-style: none;
}
.support-list::after {
  content: "";
  display: table;
  clear: both;
}
.support-list li {
  width: calc(33.3333333333% - 2.812vw);
  margin-left: 1.406vw;
  margin-right: 1.406vw;
  float: left;
  position: relative;
  min-height: 154px;
}
.support-list li .support-details {
  position: relative;
  z-index: 2;
}
.support-list li::before {
  content: "";
  width: 37px;
  height: 25px;
  background: url("../images/download.png") left top no-repeat;
  position: absolute;
  z-index: 4;
  right: 5%;
  bottom: 8%;
  opacity: 0;
  -o-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  -moz-transition: 0.5s all ease-out;
}
.support-list li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -ms-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%);
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(211, 211, 211, 0.48);
          box-shadow: 2px 2px 15px 0 rgba(211, 211, 211, 0.48);
  z-index: 1;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
}
.support-list li:hover::before {
  opacity: 1;
}
.support-list li:hover::after {
  -webkit-transform: scale(1.05) translate(-47%, -47%);
      -ms-transform: scale(1.05) translate(-47%, -47%);
          transform: scale(1.05) translate(-47%, -47%);
  transform: scale(1.05) translate(-47%, -47%);
  transform: scale(1.05) translate(-47%, -47%);
}
.support-list li a {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.support-list li:nth-child(n+4) {
  margin-top: 46px;
}
.support-list .left-padding .support-txt {
  padding-left: 100px;
}
.support-list .support-img {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  padding-top: 10px;
  padding-left: 15px;
}
.support-list .support-txt {
  position: absolute;
  padding: 10px 20px;
  text-align: center;
  left: 15%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size:16px;
}
@media (max-width: 991px) {
  .support-list li {
    width: calc(50% - 2.812vw);
  }
  .support-list li:nth-child(n+4) {
    margin-top: inherit;
  }
  .support-list li:nth-child(n+3) {
    margin-top: 35px;
  }
  .support-list .support-txt {
    padding-left: 100px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .support-list li {
    width: calc(100% - 2.812vw);
  }
  .support-list li:nth-child(n+3) {
    margin-top: inherit;
  }
  .support-list li:nth-child(n+2) {
    margin-top: 25px;
  }
}



.download{
    padding:60px 0;
}
.download_text{
    margin-left: 1.406vw;
    margin-right: 1.406vw;
    font-size:16px;
    margin-bottom: 30px;    
}
.download_list{
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin:0 auto;
    width: 100%;
}
.download_list li{
    width: 17.6%;
    margin-right: 3%;
    padding: 0 0 24px;
    position: relative;
}
.download_list li:nth-child(5n){
    margin-right: 0;
}
.download_list li a{
    display: block;
}
.download_list li a .img{
    position: relative;
    text-align: center;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(211, 211, 211, 0.48);
    box-shadow: 2px 2px 15px 0 rgba(211, 211, 211, 0.48);
    margin-bottom: 10px;
    background: #FFFFFF;
}
.download_list li a .img::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-top: 1px solid #c82126;
  border-bottom: 1px solid #c82126;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.download_list li a .img::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-left: 1px solid #c82126;
  border-right: 1px solid #c82126;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.download_list li a p {
  text-align: center;
  font-size:16px;
}
.download_list li a p img {
  width: 14px;
  margin-left: 10px;
}
.download_list li a:hover .img::before,.download_list li a:hover .img::after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media(max-width: 1600px){
    .download_list li a p{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .download_list li{
        width: 23.5%;
        margin-right: 2%;
    }
    .download_list li:nth-child(5n){
        margin-right: 2%;
    }
    .download_list li:nth-child(4n){
        margin-right: 0;
    }
}
@media(max-width: 992px){
    .download{
        padding:40px 0;
    }   
    .download_list li{
        padding: 0 0 12px;
    } 
    .download_list li a p{
        font-size:14px;
    }
}
@media(max-width: 820px){
    .download_list li{
        width: 32%;
    }
    .download_list li:nth-child(4n){
        margin-right: 2%;
    }
    .download_list li:nth-child(3n){
        margin-right: 0;
    } 

}
@media(max-width: 767px){
    .download{
        padding:30px 0;
    }
    .download_text{
        font-size:14px;
    }     
}
@media(max-width: 460px){
    .download_list li{
        width: 49%;
    }
    .download_list li:nth-child(3n){
        margin-right: 2%;
    }
    .download_list li:nth-child(2n){
        margin-right: 0;
    }     
}


.n_top{

}
.n_top .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 82px;
}
.sort{
    display: flex;
}
.sort li{
    margin-right: 56px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: block;
    font-size:18px;
    color: #000000;
}
.sort li a:hover,.sort li.cur a{
    color: #c82126;
}
.site{

}
.site a{
    font-size:16px;
    color: #666666;
}
.site a:hover{
    color: #c82126;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:82px;
}
.news_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:125px;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li a .img img{
    width: 100%;
}
.news_list li a em{
    display: inline-block;
    font-size:17px;
    color: #000000;
    font-style: normal;
    position: relative;
    line-height: 38px;
    transition: all 0.5s ease-out;
}
.news_list li a em:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#000000;
}
.news_list li a em i{
    margin-left: 12px;
    display: inline-block;
    font-style: normal;
}
.news_list li:hover a em{
    background:#c82126;
    color: #fff;
    width: 120px;
    text-align: center;
}
.news_list li:hover a em:after{
    display: none;
}
.news_detail{
    padding:50px 0;
}
.news_detail .wrap{
    max-width: 1100px;
}
.news_detail h1{
    font-size:24px;
    line-height: 1.2;
    color: #333;
    text-align: center;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 10px 0;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 15px;
}
.news_detail .content{
    font-size:16px;
    color: #666;
    margin-bottom:15px;
}
.news_detail .content video{
    width: 100%;
}
@media(max-width: 1600px){
    .news_list{
        margin-top:60px;
    }
    .news_list li {
        margin-bottom: 70px;
    }
    .news_list li a em{
        font-size:15px;
    }
    .news_detail{
        padding:35px 0;
    }
    .news_detail h1{
        font-size:20px;
    }
}
@media(max-width: 1280px){
    .n_top .wrap{
        height: 62px;
    }
    .sort li{
        margin-right: 45px;
    }
    .sort li a{
        font-size:16px;
    }
}
@media(max-width: 992px){
    .news_list{
        margin-top:35px;
    }
    .news_list li {
        margin-bottom: 40px;
    }
    .news_list li a em{
        font-size:14px;
    }    
}
@media(max-width: 820px){
    .news_list {
        margin-top: 20px;
    }
    .news_list li{
        width: 49%;
        margin-bottom:30px;
    }
    .news_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .news_list li:nth-child(2n) {
        margin-right: 0;
    }
    .news_detail{
        padding:20px 0 30px;
    }
    .news_detail h1{
        font-size:18px;
    }
}
@media(max-width: 767px){
    .n_top .wrap {
        height: 50px;
    }
    .sort li{
        margin-right: 35px;
    }
    .sort li a{
        font-size:15px;
    }
    .site{
        display: none;
    }
    .news_list {
        margin-top: 10px;
    }
    .news_detail{
        padding:10px 0 30px;
    }
    .news_detail h1{
        font-size:17px;
    }
    .info_title {
        padding: 7px 0;
        margin-bottom: 15px;
    }
    .news_detail .content{
        font-size:15px;
    }
}
@media(max-width: 460px){
    .news_list li{
        width: 100%;
        margin-right: 0!important;
    }    
}



.contact1{
    padding:86px 0 0;
}
h2.c_t1{
    font-size:36px;
    color: #000000;
    line-height: 1;
    text-align: center;
}
.contact1 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:90px;
}
.contact1 ul li{
    width: 22%;
    margin-right: 4%;
}
.contact1 ul li:nth-child(4n){
    margin-right: 0;
}
.contact1 ul li .p1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 37px;
    font-size:16px;
    color: #5a5a5a;
}
.contact1 ul li .p2{
    padding-top:12px;
    margin-top:12px;
    border-top:1px solid #999999;
    font-size:20px;
    color: #1a1a1a;
    line-height: 1.4;
}
.message1{
    padding:200px 0 140px;
    background:url(../images/message1.png) no-repeat center;
/*    background-size: contain;*/
}
.message{
    width: 45%;
    float: right;
}
.message ul{
    margin-top:46px;
}
.message ul li{
    width: 100%;
    margin-bottom:14px;
    position: relative;
/*    cursor: pointer;*/
}
.message ul li input.m_input{
    border:1px solid #999999;
    outline: none;
    font-size:16px;
    color: #666666;
    display: block;
    line-height: 50px;
    width: 100%;
    border-radius: 4px;
    padding:0 15px;
}
.message ul li textarea.m_input{
    border:1px solid #999999;
    outline: none;
    font-size:16px;
    color: #666666;
    display: block;
    line-height: 50px;
    height: 110px;
    width: 100%;
    border-radius: 4px;
    padding:0 15px;
}
.message ul li p{
    font-size:16px;
    color: #666666;  
    position: absolute;
    top:0;
    left:0;
    padding:0 15px;
    width: 100%;
    line-height: 50px;  
}
.message ul li p i{
    color: #ff0000;
}
.message ul li .p2{
    display: flex;
    align-items: center;
}
.message ul li span{
    font-size:16px;
    color: #666666;  
}
.message ul li span i{
    color: #ff0000;
}
.message ul li .radio{
    position: relative;
    padding-left: 20px;
    vertical-align: middle;
    cursor: pointer;
    font-size:16px;
    color: #666666;
    margin-right: 18px;
}
.message ul li .radio:last-child{
    margin-right: 0;
}
.message ul li .radio input[type=radio]{
    position: absolute;
    top:50%;
    margin-top:-6.5px;
    margin-left: -20px;
    color: #ff0000;
    accent-color:#ff0000;
}
input[type="radio"]::before {
     content: " ";
     display: inline-block;
     vertical-align: middle;
     width: 13px;
     height: 13px;
     border-radius: 50%;
     border: 1px solid #999999;
     margin-right: 0.2rem;
     box-sizing: border-box;
     margin-top: -4px;
}
input[type="radio"]:checked::before {
     background-color: #d73c3a;
     background-clip: content-box;
     border: 1px solid #d73c3a;
     padding: 1px;
     box-sizing: border-box;
}
/*input[type="radio"] {
     position: absolute;
     clip: rect(0, 0, 0, 0);
}*/
.mess_tn input{
    display: block;
    width: 100%;
    max-width: 240px;
    line-height: 52px;
    font-size:18px;
    color: #fff;
    background:#c82126;
    outline: none;
    border:none;
    margin-top:25px;
}
.n_map{
    width: 100%;
    height: 600px;
    overflow: hidden;
}

@media(max-width: 1600px){
    .contact1 {
        padding: 70px 0 0;
    }
    h2.c_t1 {
        font-size: 32px;
    }
    .contact1 ul li .p2{
        font-size:15px;
    }
    .message1 {
        padding: 120px 0 90px;
    }
    .message{
        width: 60%;
    }
    .message ul li p,.message ul li input.m_input{
        font-size:14px;
        line-height: 42px;
    }
    .message ul li textarea.m_input {
        font-size: 14px;
        line-height: 42px;
        height: 126px;
    }
    .message ul li .radio{
        font-size:14px;
    }
    .mess_tn input{
        max-width: 180px;
    }
    .n_map{
        height: 450px;
    }
}
@media(max-width: 1280px){
    .message{
        width: 75%;
    }  
    .contact1 ul{
        margin-top:60px;
    } 
}
@media(max-width: 992px){
    h2.c_t1 {
        font-size: 26px;
    }
    .message1 {
        padding: 70px 0;
    }
    .message{
        width: 100%;
    }
    .n_map{
        height: 350px;
    }     
}
@media(max-width: 820px){  
    .contact1 {
        padding: 50px 0 0;
    } 
    h2.c_t1 {
        font-size: 24px;
    }
    .contact1 ul{
        margin-top:40px;
    }
    .message1 {
        padding: 55px 0;
    } 
    .message ul {
        margin-top: 30px;
    }
    .mess_tn input{
        max-width: 130px;
        font-size:16px;
        line-height: 46px;
    } 
}
@media(max-width: 767px){
    .contact1 {
        padding: 30px 0 0;
    }
    h2.c_t1 {
        font-size: 20px;
    } 
    .contact1 ul{
        margin-top:30px;
    }
    .contact1 ul li{
        width: 48%;
        margin-bottom:10px;
    }
    .contact1 ul li:nth-child(2n){
        margin-right: 0;
    }
    .contact1 ul li .p1 .img1 img{
        max-width: 30px;
        max-height: 30px;
    }
    .contact1 ul li .p2{
        padding-top: 10px;
        margin-top: 8px;
        font-size:14px;
    }
    .message1 {
        padding: 35px 0;
    } 
    .message1 h2.c_t1{
        font-size:18px;
    }
    .n_map{
        height: 260px;
    } 
    .message ul{
        margin-top:20px;
    }
    .message ul li{
        margin-bottom:10px;
    }
    .message ul li p, .message ul li input.m_input {
        line-height: 36px;
    }
    .message ul li textarea.m_input {
        line-height: 36px;
        height: 108px;
    }
    .mess_tn input{
        max-width: 110px;
        font-size:15px;
        line-height: 42px;
        margin-top:20px;
    }
}
@media(max-width: 460px){
    
}


h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#c82126;color:#fff; text-decoration:none;border:#c82126 1px solid;}
.pageController .currPage {background-color: #c82126;color:#fff;border:#c82126 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #c82126;
    vertical-align: middle;
    border: 1px solid #c82126; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #c82126;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:56px;
    }
}


/*客服1*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 9;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 5px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:8;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #c82126;
    background: #c82126;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #c82126;
    background: #c82126;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #c82126;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}


/*客服3*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../images/fastForm.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("../images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
}