
.head_box{
    overflow: hidden;
    
}
.head{
    background-color: #f9f5f0;
}
.head .logo{
    display: block;
    line-height: 110px;
    float: left;
    
}
.head .head_right{
    float: right;
    display: flex;
}

.nav_pc ul{
    text-align: right;
    display: flex;
}

.nav_pc .nav_link{
    display: block;
   
    line-height: 110px;
    padding:0 24px;
    
    font-size: 1.8rem;

    font-family: "Arial";
}
.nav_pc li a.hover,
.nav_pc li a:hover{
    color: #f6aa00;
    background: url(../images/nav_hover.jpg) no-repeat center bottom;
}
.head .head_right p{
    line-height: 110px;
    padding-left: 26px;
    margin-left: 40px;
    background: url(../images/tel.png) no-repeat center left;
}






.nav_button{
    display: none;
}

/* 手机端 */



.nav_button {
    overflow: hidden;
    width: 23px;

    position: relative;

    z-index: 999;
    display: none;
}

.nav_button .nav_bar {
    width: 23px;
    height: 2px;
    display: block;
    margin: 3px 0;
    background: #000;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.nav_button .mid {
    width: 18px;
}

.nav_button.animate .nav_bar {
    background: #949494;
}

.nav_button.animate .top {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.nav_button.animate .mid {
    width: 0;
}

.nav_button.animate .bottom {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}


/*nav for mobile*/
.nav_m{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: #2e2929;
    z-index: 998;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 15px;
}

.nav_m .head-wap{
    position: fixed;
    height: 90px;
    top: 0;
    background: #2e2929;
    width: 100%;
    max-width: 768px;
    margin-left: -15px;
    z-index: 999;
}

.nav_m .logo{
    width: 134px;
    display: block;
    float: left;
    margin-top: 10px;
}

.nav_m .logo img{
    width: 100%;
    display: block;
}

.nav_m .menu{
    min-height: 100%;
    margin-top: 90px;
    padding-bottom: 60px;
}

.nav_m .main_item{
    overflow: hidden;
    border-bottom: 1px solid #5a5a5a;
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-24px);
    transform: scale(1.1) translateY(-24px);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.nav_m .main_item:nth-child(2){
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}

.nav_m .main_item:nth-child(3){
    -webkit-transition-delay: 160ms;
    transition-delay: 160ms;
}

.nav_m .main_item:nth-child(4){
    -webkit-transition-delay: 240ms;
    transition-delay: 240ms;
}

.nav_m .main_item:nth-child(5){
    -webkit-transition-delay: 360ms;
    transition-delay: 360ms;
}

.nav_m .main_item:nth-child(6){
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.nav_m .main_item:nth-child(7){
    -webkit-transition-delay: 480ms;
    transition-delay: 480ms;
}

.nav_m .main_item:nth-child(8){
    -webkit-transition-delay: 560ms;
    transition-delay: 560ms;
}

.nav_m .main_item:nth-child(9){
    -webkit-transition-delay: 640ms;
    transition-delay: 640ms;
}

.nav_m .main_item:nth-child(10){
    -webkit-transition-delay: 720ms;
    transition-delay: 720ms;
}

.nav_m .main_item>a{
    display: block;
    line-height: 48px;
    font-size: 14px;
    color: #ccc;
    background: url('../images/public/plus.png') 98% center no-repeat;
    background-size: 12px;
}

.nav_m .menu.show .main_item{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.nav_m .on{
    border: none;
    height: auto;
}

.nav_m .on>a{
    background-image: url('../images/public/minus.png');
}

.nav_m .link>a{
    background-image: url('../images/public/arrow.png');
}

.drop_list{
    display: none;
}


.drop_list a{
    display: block;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #5a5a5a;
    text-indent: 20px;
    height: 42px;
    line-height: 42px;
}


/*  首页产品 */
.index_pro{
   
    padding: 6% 0;
    background: url('../images/index_pro_bj.jpg') no-repeat center;
}

.index_typename h1{
    text-align: center;
    font-family: "Arial";
    font-size: 5rem;
}

.index_pro .pro_list{
    padding: 6%;
    margin: 4% 0;
    background-color: #f5f5f5;
    box-shadow: 0 0 10px #ccc;
    position: relative;
    
}
.index_pro .pro_list .line{
    width: 2px;
    height: 60px;
    background-color: #f6aa00;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -1px;
}

.index_pro .pro_list h2{
    font-size: 1.8rem;
    text-align: center;
    padding: 6% 0;
}

.index_pro .swiper_dire{
    width: 110px;
    height:60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 100;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.index_pro .client_left{
    left: 30px;
    background: url(../images/left_icon.png) no-repeat center;
}
.index_pro .client_left:hover{
    background: url(../images/left_icon2.png) no-repeat center;
}
.index_pro .client_right{
    right: 30px;
    background: url(../images/right_icon.png) no-repeat center;
}
.index_pro .client_right:hover{
    background: url(../images/right_icon2.png) no-repeat center;
}

.view_more{
    display: block;
    width: 160px;
    line-height: 56px;
    text-align: center;
    font-size: 1.6rem;
    color: #f6aa00;
    margin: 10px auto;
    box-shadow: 0 0 10px #ccc;
    transition: all ease-in-out 0.3s;
}
.view_more:hover{
    color: #fff;
    background-color: #f6aa00;
}
/*.index_appli .col-12,*/
/*.index_appli .col-6,*/
/*.index_appli .uls2 .col-md-3,*/
/*.index_appli .uls1 .col-md-6{*/
/*    padding: 0;*/
/*}*/
.index_appli{
    display: flex;
    align-items: center;
    position: relative;
}
.index_appli .appli_list{
    width: 56%;
     position: relative;
}
.index_appli .app_type{
    width: 44%;
    position: relative;
}
.index_appli li{
    /*padding:5px;*/
   
}
.index_appli li a{
    display: block;
    position: relative;
    cursor: default;
    height: 100%;
}
.wap_block{
    display: none;
}
.index_appli li .box{
    position: absolute;
    left: 50%;
    bottom:50%;
    width: 0;
    height: 0;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.index_appli li .box h2{
    font-size: 3rem;
    color: #fff;
    transition: all ease-in-out 0.3s;
    opacity: 0;
}
.index_appli li a:hover .box{
    left: 0;
    bottom:0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.index_appli li a:hover h2{
    opacity: 1;
}
.index_appli .appli_icon{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #c0c0c0;
    position: absolute;
    top: 10px;
    z-index: 9999;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-family: "simsun";
    cursor: pointer;
}
.index_appli .appli_left{
    right: 10px;
}
.index_appli .appli_rig{
    left: 10px;
}
.index_appli .app_type{
    position: relative;
    display: block;
}
.index_appli .appli_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.index_appli .appli_box{
    padding: 0 10%;
}
.index_appli .appli_box h1{
    font-size: 5rem;
    color: #fff;
    padding: 16px 0;
    background: url(../images/appli_icon.png) no-repeat left bottom;
}

.index_appli .appli_box .cont{
    line-height: 26px;
    font-size: 1.6rem;
    padding: 6% 0;
    color: #fff;
    font-family: "Arial";
}

.appli_more{
    display: block;
    width: 160px;
    line-height: 56px;
    text-align: center;
    font-size: 1.6rem;
    color: #f6aa00;
    font-family: "Arial";
    margin: 10px 0;
    box-shadow: 0 0 10px #ccc;
    transition: all ease-in-out 0.3s;
    /*background: url(../images/more.jpg) no-repeat center;*/
    background-color: #fff;
}
.appli_more:hover{
    color: #fff;
    
}
.index_ab{
    padding: 6% 0;
}
.index_ab .row{
    -ms-align-items: center;
    align-items: center;
}

.index_ab .ab_cont{
    padding-right: 60px;
}
.index_ab h1{
   font-size: 5rem;
   padding: 16px 0;
   background: url(../images/ab_icon.png) no-repeat left bottom;
}
.index_ab .cont{
    font-family: "Arial";
    line-height: 26px;
    padding: 6% 0;
}
.index_ab .img{
   margin: 10px 0;
    padding: 10px;
    box-shadow: 0 0 10px #ccc;
}
/* 首页新闻中心 */


.index_news{
    padding:6% 0;
    background-color: #f6f6f6;
}

.index_news .news_tit h1{
    font-size: 5rem;
    text-align: center;
    padding: 16px 0;
    background: url(../images/news_icon.jpg) no-repeat center bottom;
}

.index_news .news_list{
    padding: 4% 0;
    
}
.index_news .news_list ul{
    margin:0 -25px;
}
.index_news .news_list li{
    padding:0 25px;
}
.index_news .news_list a{
    display: block;
    position: relative;
    
}
.index_news .news_cont{
    width: 100%;
    height: 84px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
}
.index_news .time{
    padding:0px 25px;
    height: 84px;
    width: 100px;
    background: url(../images/time_bj.jpg) no-repeat center;
}
.index_news .time .date{
    font-size: 4.8rem;
    color: #fff;
    line-height: 56px;
   background: url(../images/time_icon.jpg) no-repeat center bottom; 
}
.index_news .year{
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.index_news h3{
    font-size: 1.6rem;
    padding:18px 20px;
    color: #fff;
    line-height: 24px;
    font-family: "Arial";
    transition: all ease-in-out 0.3s;
}
.index_news .img{
    overflow: hidden;
    
}
.index_news .img img{
    transition: all ease-in-out 0.3s;
}
.index_news li a:hover img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    
}
.index_news li a:hover h3{
    color: #f6aa00;
}

.footer{
    padding: 6% 0;
    background-color: #3f3a39;
}

.footer .container{
    display: flex;
    justify-content: space-between;
}


.footer .foo_logo{
    width: 400px;
}
.footer h1{
    font-size: 2rem;
    color: #fff;
    padding-bottom: 12px;
    background: url(../images/foo_icon.jpg) no-repeat left bottom; 
}
.footer .index_contact .contact_con{
    padding: 10px 0;
}
.footer .foo_nav a{
    display: block;
}
.footer .foo_nav ul{
    padding: 10px 0;
}
.share ul a,
.footer .foo_nav a,
.footer .index_contact .contact_con p{
    padding: 6px 0;
    color: #fff;
    opacity: 0.3;
    font-family: "Arial";
   
}
.footer .foo_nav a:hover{
    opacity: 1;
}
.share{
   width: 138px; 
}
.share ul{
    display: flex;
    padding: 10px 0;
     justify-content: space-between;
}
.share ul a{
    display: block;
    opacity: 1;
}

.scroll_top{
    display: block;
    width: 56px;
    height: 56px;
    background: url(../images/scroll_top.jpg) no-repeat center; 
}

.foo_bottom{
    background-color: #3f3a39;
}
.foo_bottom .container{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #999999;
}
.foo_bottom .container a{
    display: block;
    line-height: 50px;
    color: #999;
    font-family: "Arial";
}


.path{
    box-shadow: 0 0 10px #ccc;
}

.guide{
    padding-left: 20px;
    background: url(../images/path.jpg) no-repeat left center; 
}
.guide a{
    display: inline-block; 
    line-height: 70px;
    font-family: "Arial";
    color: #808080;
}

.products .container{
    display: flex;
    justify-content: space-between;
}
.product_left{
    width: 20%;
    height: 800px;
    padding: 20px 10px;
    background-color: #f5f5f5;
    box-shadow:0 -10px -10px #ccc ;
    padding-top: 48px;
}
.product_left h1{
    font-size: 3.4rem;
    padding: 10px 0;
    border-bottom: 2px solid #f6aa00;
}
.product_left .lis>a{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    transition: all ease-in-out 0.3s;
    border-bottom: 1px solid #ccc;
}
.product_left .lis a:hover,
.product_left .lis .hover{
    background-color: #f6aa00;
    
}
.product_left .lis a:hover h3,
.product_left .lis .hover h3{
    color: #fff;
}
.product_left .lis h3{
    padding-left: 10px;
    font-size: 1.6rem;
    color: #4c4c4c;
    line-height: 50px;
}
.product_left .icon_l{
    display:block;
    width: 13px;
    height: 13px;
    line-height: 13px;
    font-size: 2rem;
    /*border:1px solid #000;*/
    text-align: center;
    /*background: url(../images/p2.png) no-repeat center;*/
}

.product_left .uls2{
    padding-left: 23px;
}

.product_left .uls2 a{
    display: block;
    line-height: 30px;
    font-family: "Arial";
    
}
.product_left .uls2 .on,
.product_left .uls2 a:hover{
    background: url(../images/ul2_icon.png) no-repeat center right;
}

.products .product_list{
    padding-top:6%;
}
.products .product_list{
    margin-left: 40px;
    width: 78%;
}
.products .product_list ul{
    margin:0 -20px;
}
.products .product_list li{
    padding:0 20px;
    margin-bottom: 2%;
}
.products .product_list a{
    display: block;
    text-align: center;
    
}
.products .product_list .img{
    overflow: hidden;
    
}
.products .product_list img{
    transition: all ease-in-out 0.3s;
}
.products .product_list a:hover img{
    transform: scale(1.03);
}
.products .product_list h3{
    text-align: center;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.products .product_list a:hover h3{
    color: #f6aa00;
}

#proread_img{
    width: 500px;
    overflow: hidden;
    
}

.product_read{
    width: 80%;
    max-width: 1076px;
    padding-top: 6%;
    
}
.product_read .flex{
    display: flex;  
}
.product_read .img_list{
    padding:10px 30px;
    position: relative;
    
}

.product_read .swiper-button-prev{
    left: 0;
}
.product_read .swiper-button-next{
    right: 0;
}

.product_read .swiper-button-next.swiper-button-white, .product_read .swiper-button-prev.swiper-button-white{
  
    --swiper-navigation-color: #f6aa00;
}

#contact{
    display: block;
    width: 160px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-family: "Arial";
    background: url(../images/more.jpg) no-repeat center;
}

.pro_main{
    max-width: 496px;
    width: 100%;
    padding-left: 60px;
}

.pro_main h1{
    font-size: 2.8rem;
    padding: 3% 0;
    background: url(../images/ab_icon.png) no-repeat left bottom;
}

.pro_main .summary{
    font-family: "Arial";
    padding: 4% 0;
    line-height: 24px;
}

.pro_main #contact{
    margin: 4% 0;
}
.detail{
    padding-top: 6%;
}
.recom .title,
.detail .title{
    border-bottom: 1px solid #ccc;
}

.recom h3,
.detail h3{
    width: 130px;
    line-height: 40px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background-color: #f6aa00;
}
.detail .detail_cont{
    padding: 2% 0;
}

.recom ul{
    padding: 3% 0;
}
.recom ul h4{
    text-align: center;
    padding: 3% 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recom ul .img{
    overflow: hidden;
    
}
.recom ul img{
    transition: all ease-in-out 0.3s;
}
.recom ul a:hover img{
    transform: scale(1.03);
}

.recom ul a:hover h4{
    color: #f6aa00;
}


.product_read form{
    padding: 40px;
    margin: 4% 0;
    background-color: #f5f5f5;
}

.product_read form .title h3{
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 3%;
}
.message{
    display: flex;
}

.message label{
    display: block;
}

.message .input{
    width: 50%;
}
.message label{
    font-size: 1.6rem;
    padding-top: 10px;
    font-family: "Arial";

}
.message .input input{
    width: 90%;
    line-height: 60px;
    border:none;
}
.message .text{
    width: 50%;

}
.message textarea{
    border:none;
    height: 256px;
    width: 100%;
}

.submit{
    text-align: right;
    margin: 4% 0;
}

.submit input{
    width: 160px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border:none;
    cursor: pointer;
    background: url(../images/more.jpg) no-repeat center;
}

.applicat .appli_list li a{
    display: flex;
}
.applicat .appli_list li .img{
    width: 50%;
}
.applicat .appli_list li .title{
    width: 50%;
    display: flex;
    padding-left: 80px;
    -ms-align-items: center;
    align-items: center;
}

.applicat .appli_list .li .title{
    padding-left: 0px;
    padding-right: 80px;
}
.applicat .appli_list .li a{
    /*flex-direction: column-reverse;*/
}

.applicat .appli_list li h1{
    font-size: 4.5rem;
    padding: 4% 0;
    background: url(../images/ab_icon.png) no-repeat left bottom;
}

.applicat .appli_list li .summary{
    padding: 4% 0;
    color: #808080;
    line-height: 26px;
    font-family: "Arial";
}

.applicat{
    padding: 6% 0;
}
.applicat .appli_list .uls2{
    display: none;
}
.public_left .container{
    display: flex;
    justify-content: space-between;
}
.pub_left ul{
    display: flex;
}
.pub_left li a{
    display: block;
    line-height: 70px;
    padding:0 36px;
    font-size: 1.8rem;
}

.pub_left li a:hover{
    color: #fff;
    background-color: #f6aa00;
}
.about{
    padding: 6% 0;
}


.company .flex{
    display: flex;
}
.company .ab_cont{
    width: 50%;
    padding: 0 4%;
}

.company .ab_cont h1{
    font-size: 5rem;
    padding-bottom: 4%;
    background: url(../images/ab_icon.png) no-repeat left bottom;
}
.company .img{
    width: 50%;
}

.company .ab_cont .cont{
    padding: 4% 0;
    line-height: 26px;
    color: #808080;
    font-family: "Arial";
}
.about .found{
    margin-top: 6%;
}

.about .found a{
    display: block;
    border-right: 1px solid #ccc;
}

.about .found li:last-child a{
    border:none;
}
.about .found .img{
    margin: 0 auto;
    text-align: center;
}
.about .found p{
    text-align: center;
    font-size: 6rem;
    color: #f6aa00;
}
.about .found h4{
    text-align: center;
    font-size: 1.6rem;
    font-family: "Arial";
}

.sales h1{
    font-size: 5rem;
    padding: 1% 0;

    text-align: center;
    text-transform: uppercase;
    background: url(../images/nav_hover.jpg) no-repeat center bottom;
}

.sales .pic{
    padding: 4% 0;
}

.pub_type h1{
    padding: 1% 0;
    text-align: center;
    font-size: 5rem;
    background: url(../images/nav_hover.jpg) no-repeat center bottom;
}

.factory{
    padding: 3% 0;
}

.factory ul{
    padding: 3% 0;
    margin:0 -20px;
}
.factory ul li{
    padding:0 20px;
    margin-bottom: 3%;
}

.factory ul a{
    display: block;
}
.factory ul h3{
    line-height: 54px;
    text-align: center;
    font-size: 1.8rem;
}
.honor{
    padding: 4% 0;
}
.honor .img_box{
    width: 100%;
    max-width: 878px;
    margin: 4% auto;
    box-shadow:  0 0 10px #ccc;
    background-color: #fff;
}

.honor #honor_img .swiper-slide{
    text-align: center;
    
}

.honor .img_list{
    padding:0 30px;
}
.honor{
    background-color: #f5f5f5;
}
.honor #honor_img{
    position: relative;
    
}

#honor_img .swiper-button-honor{
    width: 110px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    z-index: 100;
}
.honor #honor_img .client_left{
    left: 30px;
    background: url(../images/left_icon.png) no-repeat center;
}
.honor #honor_img .client_left:hover{
    background: url(../images/left_icon2.png) no-repeat center;
}
.honor #honor_img .client_right{
    right: 30px;
    background: url(../images/right_icon.png) no-repeat center;
}
.honor #honor_img .client_right:hover{
    background: url(../images/right_icon2.png) no-repeat center;
}

.news{
    padding: 3% 0;
}

.news ul{
    padding: 3% 0;
}
.news ul a{
    display: flex;
    padding: 3% 0;
    border-bottom: 1px solid #ccc;
}
.news ul .img{
    width: 100%;
    max-width: 400px;
}

.news .news_main{
    padding-left: 70px;
}

.news .news_main .time{
    font-size: 1.4rem;
    color: #f6aa00;
    line-height: 50px;
}
.news .news_main h1{
    font-size: 2.2rem;
}

.news .news_main .sum{
    color: #808080;
    line-height: 26px;
    padding: 3% 0;
}

.news .view_more{
    margin-left: 0;
}
.news .news_main .sum2{
    display: none;
}

.news li a:hover .view_more{
    color: #fff;
    background-color: #f6aa00;
}

.news li a:hover h1{
    color: #f6aa00;
}
.news_read{
    padding-top: 4%;
}
.news_read .news_typename h1{
    text-align: center;
    font-size: 4rem;
}
.news_read .news_typename .time{
    text-align: center;
    color: #f6aa00;
    line-height: 40px;
    font-family: "Arial";
}

.news_read .news_typename{
    padding-bottom: 1.5%;
    border-bottom: 1px solid #f5f5f5;
    background: url(../images/news_icon.jpg) no-repeat center bottom;
}

.news_read .read_con{
    padding: 2% 0;
    line-height: 26px;
}

.news_read .cc_book li{
    display: block;
   
}
.news_read .cc_book a{
    display: inline-block;
     padding:1% 0;
     width: 100%;
     max-width: 500px;
    border-bottom: 1px solid #ccc;
}

.contact{
    padding: 6% 0;
}
.contact .info{
    display: flex;
}
.contact .logo{
    width: 480px;
    
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}
.contact .info_m{
    padding-left: 76px;
}
.contact .info h1{
    font-size: 5rem;
    padding: 2% 0;
    background: url(../images/icon.png) no-repeat left bottom;
}
.contact .info_tel{
    padding: 2% 0;
}
.contact .info_tel p{
    font-family: "Arial";
    line-height: 34px;
}

.my-map{
    width: 100%;
    height: 500px;
    padding: 4% 0;
}
.my-map img{
    width: auto;
    
    max-width: auto;
}

.leave{
    display: flex;
}
.leave_cont{
    width: 50%;
    padding-right: 40px;
}
.leave_cont h2{
    font-size: 5rem;
    padding: 20px 0;
    background: url(../images/nav_hover.jpg) no-repeat left bottom;
}

.leave_cont .sum{
    padding: 2% 0;
    line-height: 26px;
    font-family: "Arial";
    color: #808080;
}

.leave form{
    width: 50%;
}
.leave form label{
    display: block;
    font-size: 1.6rem;
    padding-top: 10px;
    font-family: "Arial";
}
.leave form input{
    width: 100%;
    padding:0 10px;
    /*max-width: 670px;*/
    line-height: 60px;
    border:none;
    font-size: 1.6rem;
    font-family: "Arial";
    background-color: #f4f4f4;
}
.leave form textarea{
    width: 100%;
    padding:0 10px;
    /*max-width: 670px;*/
    line-height: 60px;
    border:none;
    font-size: 1.6rem;
    font-family: "Arial";
    background-color: #f4f4f4;
}
.leave form .submit{

}
.leave form .submit input{
    background-color:inherit;
    text-align: right;
    width: auto;
    padding:0 30px;
    
}

.swiper-pagination-bullet-active{

}
:root {
    --swiper-theme-color: #f6aa00;
}

.foo_wap{
    display: none;
}
