@font-face {
    font-family: "SuisseIntl-Light";
    src: url("../fonts/SuisseIntl-Light.otf");
}
body{
   font-family: "SuisseIntl-Light" !important;
}

audio, canvas, progress, video{
  display: block;
}

.fr-view audio, .fr-view canvas, .fr-view progress, .fr-view video{
  display: inline-block;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   font-family: "SuisseIntl-Light" !important;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.boxvideo{
  margin: 15px 0; 
  position: relative;
}

 .cont .boximg{
  padding-bottom: 10px;
 }
 
 .newssection .newcont section{
    width: unset !important;
 }


/*
.tit h2{
  font-size: 3.25em;;color: #323033;
  display: flex;align-items: center;
  line-height: 40px;
  padding-bottom: 30px;
}
.tit h2 span{
   position: relative;
}
.tit h2 span::before{
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -10px;
  background: linear-gradient(to right, rgba(7, 64, 149, 1) 40%, rgba(213, 53, 58, 1) 60%);
}*/


.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group.open .dropdown-toggle{box-shadow:none;}


/*顶部*/
.headBox{
    position:relative;
    width: 100%;
  height:auto;
    z-index: 99999;
    background-color: #fff;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}



/*导航*/
#menu {
  display: inline-block;
    width: auto;
    border: none;
    min-height: 44px;
    margin-bottom: 0;
    padding-left: 100px;
}

.headBox #nav .nav{display: flex;}
#nav ul ul{background: #0F4698;display: none;}
#nav ul ul li{line-height: 24px;padding: 15px 30px;}
#nav ul ul li a{color: #fff;font-size: 16px;}
#nav ul ul ul li a{color: #fff;font-size: 16px;}
#nav>ul>li>ul{position: absolute;left:15px;width: 230px;text-align: left;padding: 10px 0;}

#nav>ul>li:last-child a{
  padding-right: 0;
}
#nav ul ul li.lis{
  position: relative;
}
#nav ul ul li.lis:before{
  content: "";
  position: absolute;
  bottom: 10px;
  width: 85%;
  height: 1px;
  background-color: #fff;
}

#nav>ul>li:nth-child(2) ul{width: 400px;}
#nav>ul>li:nth-child(2) ul li.childli{padding: 10px 30px;}
#nav>ul>li:nth-child(2) ul li.childli a{font-size: 14px;}

#nav ul ul li.childli a{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#nav ul ul li.childli i{
  font-size: 12px;
  width: 15px;
  margin-top: 5px;
}
#nav ul ul li.childli span{
  width: calc(100% - 15px);
  display: block;
}

#nav>ul>li:last-child ul{position: absolute;left:unset;right: -30px;width: 210px;text-align: left;padding: 10px 0;}


#nav>ul>li:hover{overflow: visible;}
#nav>ul>li:hover>ul{top: 100%;display: block;}
/*#nav>ul>li>ul>li>ul{position: absolute;left: 100%;top:0;width: 220px;}
#nav>ul ul>li:hover{overflow: visible;background: #fff;}
#nav>ul ul>li:hover a{overflow: visible;color: #C6454D;}
#nav>ul ul>li:hover>ul{display: block;}
*/
.nav>li>a{font-size: 1em;color: #1b1b1b;padding: 34px 35px;letter-spacing: 0.02em;
    line-height: 1.25;}
.nav>li>a:hover{background:none;color:#0F4698;}

.nav>li{
}
.nav>li:before {
    content: "";
    position: absolute;
    bottom: 1.25em;
    left: 50%;
    margin-left: -3px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #074095;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.04, 0, 1),-webkit-transform 250ms cubic-bezier(0.25, 0.04, 0, 1);
    transition: opacity 250ms cubic-bezier(0.25, 0.04, 0, 1),-webkit-transform 250ms cubic-bezier(0.25, 0.04, 0, 1);
    transition: transform 250ms cubic-bezier(0.25, 0.04, 0, 1),opacity 250ms cubic-bezier(0.25, 0.04, 0, 1);
    transition: transform 250ms cubic-bezier(0.25, 0.04, 0, 1),opacity 250ms cubic-bezier(0.25, 0.04, 0, 1),-webkit-transform 250ms cubic-bezier(0.25, 0.04, 0, 1);
}

.nav>li.active:before{
    opacity: 1;
}

.nav>li:hover:before{
    opacity: 1;
}

/*.nav>li:nth-child(2):before {
    content: "";
    position: absolute;
    bottom: 1.25em;
    left: 50%;
    margin-left: -3px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #074095;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.04, 0, 1),-webkit-transform 250ms cubic-bezier(0.25, 0.04, 0, 1);
    transition: opacity 250ms cubic-bezier(0.25, 0.04, 0, 1),-webkit-transform 250ms cubic-bezier(0.25, 0.04, 0, 1);
    transition: transform 250ms cubic-bezier(0.25, 0.04, 0, 1),opacity 250ms cubic-bezier(0.25, 0.04, 0, 1);
    transition: transform 250ms cubic-bezier(0.25, 0.04, 0, 1),opacity 250ms cubic-bezier(0.25, 0.04, 0, 1),-webkit-transform 250ms cubic-bezier(0.25, 0.04, 0, 1);
}
*/

.headBox .toptop{display:flex;position:relative;}
.headBox .toptop .headtop{display:flex;justify-content:space-between;align-items: center;width: 100%;}
.headBox .navcon{display: flex;align-items: center;justify-content: space-between;width: 100%;}
.headBox .headmenu{
    display: flex;
}
.headBox .headmenu a{
    background-color: #19193b;
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
}
.headBox .headmenu a:hover{
    background-image: linear-gradient(to right, #19193b , #24539E);
    color: #fff;
}


/*logo*/
.headBox .logo{
    overflow: hidden;
    position: relative;
    z-index: 9999;
    max-width: 350px;
}
.headBox .logo img{
  display: block;
  max-width:100%;
}


.headBoxFixed,.headBox {
    background:#fff;
    position: fixed;
    top:0;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);
}
.headBoxFixed .toptext{
    display: none;
}



/*.headBox .nav{position:relative;width:100%;}*/
.headBox .nav-ul{
    display:flex;
  justify-content:space-between;
    z-index:9998;
  align-items:center;

}
.navbar{width:100%;padding:0;margin-bottom:0px;}
.navbar-nav{width:100%;display: flex;justify-content:space-between;align-items: center;}
.headBox .nav-ul .subnav li a{
    display:inline-block;
    text-align:center;
    color:#333;
    transition:background .1s linear 0s;
    -webkit-transition:background .1s linear 0s;
    -moz-transition:background .1s linear 0s;
    -o-transition:background .1s linear 0s;
  font-size:21px;
}
.headBox .nav-ul .subnav li a i{margin-left:5px;}
.headBox .nav-ul .subnav li a img{
    height: 35px;
    margin: -2px 0 0 10px;
}
.headBox .nav-ul .subnav li a:hover{
    color: #4a4fa1;
  background:none;
}

.headBox .nav-ul .subnav li .this{
    color: #f36e22;
}
.navbar-nav::before{display: none;}

.fixednav{
    position: fixed;
    top: 0;
    background-color: #fff;
}

.menu-bg{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0,0,0,.4);
    display: none;
  top:0;
}


.menu-box{
    box-sizing:border-box;
  padding:5px 15px;
    position: fixed;
    top: 80px;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 100%;
    height: 100%;
    background: #0F4698;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 100000000001;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transform: translateX(100%);
   color:#fff;
    right: 0;
}
.menu-box .row{
   margin-left: 0;
   margin-right: 0;
}
.menu-box .row .items{
    margin: 30px 0;
}
.menu-box .row .items h3{
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.menu-box .row .items h3 i{
  font-size: 22px;
}

.menu-box .row .items h3 a{
    color: #fff;
}

.menu-box .row .items ul li a{
    color: #fff;
    font-size: 18px;
}


.menu-box .row .items ul li.childli a{
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
}

.menu-box .row .items ul li.childli a i{
  width:20px;
  font-size: 14px;
  color: #fff;
  margin-top: 3px;
}
.menu-box .row .items ul li.childli a span{
  width: calc(100% -20px);
}


.menu-box .row .items ul{
   display: none;
}

.menu-box.open {
    transform: translateX(0);
}
.menu-box .logo img{display:block;}
/*.menu-box .logo img{display:block;margin:50px auto;max-width: 100%;}*/

.open .close{display:block;position: absolute;top: 25px;right: 20px;}
.close{
  opacity: 1 !important;
}
.menu-box .close{display:block;position: absolute;top: 25px;right: 20px;}

.menu-box .toptextright{
    width: 100%;
}

.menu-box .toptext{
    margin-top: 30px;
}

.menu-box .toptext .toptextright .aaa{
    padding-right: 0;
}
.menu-box .toptext .toptextright .aaa:before {
    display: none;
}
.menu-box .toptext .toptextright .hengs{
    width: 1px;
    height: 15px;
    background-color: #323033;
}


.menu-box .headmenu{
    margin-top: 30px;
}
.menu-box .headmenu a {
    background-color: #C6454D;
    color: #fff;
    padding: 15px 0;
    border-radius: 30px;
    display: block;
    width: 100%;
    text-align: center;
}


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

.swiper-pagination-fraction {
    bottom: -20px;
}

.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 3px;
}



.sectionbanner{
    height: 620px !important;
    margin-top: 70px;
  }

.sectionbanner .img{
  height: 100%;
} 

.sectionbanner .img img{
  height: 100%;
  object-fit: cover;
} 




@media screen and (max-width:960px) {
   
}





/*@media screen and (max-width:960px) {*/
   
@media print, screen and (max-width: 74.99em){


  .sectionbanner{
    height: 450px !important;
    margin-top: 0px;
  }


    #Backdown{
      display: none;
    }

  .visible-xs{display:block !important;}
    .hidden-xs{display:none !important;}

        .headerH{
        overflow: hidden;
        position: relative;
        height: 80px;
    }
  .headeryd{display:flex;justify-content:space-between;align-items:center;height:80px;}
  .headeryd .headright{display:flex;align-items:center;justify-content:space-between;}
  .headeryd .headright  button{border:none;}
    
    .header{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 80px;
        padding: 0 15px;
        background-color: rgba(255,255,255,1);
         box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);
        z-index: 99999;
    }



    .header .logo{
        overflow: hidden;
        position: relative;
        padding: 10px 0;
       
    }
    
     .header .logo img{
        max-width: 55vw !important;
     }
    
    .header .menu-on{
        overflow: hidden;
        color: #333;
        z-index: 2;
    }
    .header .menu-on i{
        font-size: 26px;
        display: block;
    }
    .header .menu-on .fa-close{
        display: none;
    }


    .menu-box ul li{
        display: block;
        overflow: hidden;
        padding: 0 0;
        list-style-type:none;
    position:relative;
    }
    .menu-box ul li a{
        display: block;
        overflow: hidden;
        padding: 8px 15px 8px 25px;
        color: #999;
        font-size: 16px;
        /*border-bottom: 1px solid #eee;*/
    }
    .menu-box ul li a i{
        float: right;
        font-size: 16px;
        color: #333;
        display: block;
    }
    .menu-box ul li a .fa-angle-up{
        display: none;
    }
    .menu-box ul li dl{
        margin: 0 -15px;
        display: none;
    }
    .menu-box ul li dl dd{

    }
    .menu-box ul li dl dd a{
        padding:  15px  45px;
        background-color: #fafafa;;
    }
    .menu-box .on-right-left{
        overflow: hidden;
        position: relative;
        padding:  20px  15px  15px 15px;
        background-color: #fff;
    }
    .menu-box .on-right-left a{
        display: block;
        overflow: hidden;
        height: 35px;
        line-height: 33px;
        padding: 0 10px;
        text-align: center;
        background-color: #f39800;
        border: 1px solid #f39800;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .menu-box .on-right-left img{
        margin: -2px 10px 0 0;
    }
    .menu-box .on-right-left span{
        color: #fff;
    }
    .menu-box .on-right-right{
        overflow: hidden;
        position: relative;
        padding:  0px  15px  20px  15px;
        background-color: #fff;
    }
    .menu-box .on-right-right form{
    
    position:relative;
        display: flex;
    justify-content:space-between;
        overflow: hidden;
        height: 35px;
        line-height: 33px;
        text-align: center;
        padding:0 0px 0 20px;
    box-sizing:border-box;
        border:1px solid #ccc;
    border-radius:20px;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
  .menu-box .on-right-right input,.menu-box .on-right-right button{border:none;}
    .menu-box .on-right-right img{
        margin: -2px 10px 0 0;
    }
    .menu-box .on-right-right span{
        color: #fff;
    }
    .headright  .header-account{display: flex;justify-content: space-around;align-items: center;}
    .headright img{width: 20px;}
    .headright .input-group{margin-left: 15px;}
    .header .menu-on{margin-right: 0;}
    #form-language a{padding: 0;}
    .footermenu {
        position: fixed !important;
        width: 100%;
        height: auto !important;
        background: #fff;
        bottom: 0;
        z-index: 1000;
        display: flex;
        justify-content: space-between;
        text-align: center;
        left: 0;
        webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
        box-shadow: 0 0 10px #333333;  
 
    }
    .footermenu a.active i:before,  .footermenu a.active {
        color: #fff;
        background-color: #555a65;
    }
    .footermenu a i {
        display: block;
        margin-bottom: 5px;
        padding-top: 10px;
    }
    .footermenu  a span{padding-bottom: 10px;display: block;}
    .nav-up {
        bottom: -90px;
    }


}


#nav>ul>li ul li.childli{
  font-size: 12px;
}






















.copybr{
	display: none;
}



@media screen and (max-width:768px) {
	.copybr{
		display: block;
	}
    .section img {
        width: 100%;
        min-height: 300px;
        object-fit: cover;
    }
  
    .section .container{
      width: 100%;
      height: auto;
    }
    .swiper-pagination-fraction{
      display: none;
    }

       .section .textdiv {
         flex-direction: column;
         padding: 15px;
         align-items: flex-start;
         margin-top: 0;
      }



 .footer-bottom .linkuul li{
    padding-right: 15px;
    text-align: left;
  }
  .footer-bottom .linkuul li:last-child{
    padding-right: 0;
  }

  .footer-bottom .linkuul li::before{
    display: none;
  }
   
  

}



@media screen and (max-width:767px) {
  
}


@media screen and (max-width:370px) {
  
}









    
    footer{
    background: #f5f5f5;
    } 
  
    .footer .container{
        margin: 0 auto;
    }
     footer .bottom .container{
        margin: 0 auto;
        padding: 0 0 40px 0;
    }
     footer .justify-content-center{
        margin: 0 auto;
    }
  
  .footer .inner .left {
            width: 25%;
            padding-right: 2%;
    }
    .footer .inner .left .footerLogo img{
            width: unset;
    }


  .footer .inner .right {
            width: 75%;
            border-left: 1px solid #e5e5e5;
            padding-left: 3%;
    }

  .footer .inner .left .footerContactBox li{
       font-size: 16px;
       color: #818181;
       margin-top: 5px;
    }



  .footer .inner .right .items{
    width: 18%;
    margin: 0 1%;
  }
  .footer .inner .right .items:nth-child(1){
    width: 32%;
  }



.footer-bottom .linkuul {
	overflow: hidden;
}

.footer-bottom .linkuul li {
  position: relative;
  float: left;
  padding-right: 40px;
}

.footer-bottom .linkuul li a {
  font-size: 14px;
  color: #333;
}

.footer-bottom .linkuul li::before {
  content: '';
  display: block;
  right: 20px;
  top: 2px;
  height: 15px;
  width: 1px;
  background: #333;
  position: absolute;
}

.footer-bottom .linkuul li:last-child::before {
  display: none;
}



    @media screen and (max-width: 1680px){
         .footer .container{
                margin: 0 auto;
            }
             footer .bottom .container{
                margin: 0 auto;
                padding: 0 0 40px 0;
            }
             footer .justify-content-center{
                margin: 0 auto;
            }
    }
     @media screen and (max-width: 1400px){
         .footer .container{
                max-width: 92%;
                margin: 0 auto;
            }
             footer .bottom .container{
                max-width: 92%;
                margin: 0 auto;
                padding: 0 0 40px 0;
            }
             footer .justify-content-center{
                 max-width: 92%;
                margin: 0 auto;
            }
    }
       





/*footer{margin-top: 80px;}*/
.footer {
  width: 100%;
  height: auto;
    /*background:#fff;*/
  /*background: rgba(7, 64, 149, 0.8);*/
  overflow: hidden;
  position: relative;
  padding: 60px 0px 40px 0px;
}

footer .letter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

footer .bottom {
  position: relative;
  background: rgba(7, 64, 149, 0.8);
}

footer .bottom img {
  max-width: 100%;
}

footer .bottominner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

footer .bottominner .left {
  width: 24%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .bottominner .left .ximg {
  width: 16%;
}

footer .bottominner .left .ximg img {
  overflow: hidden;
}

footer .bottominner .left .con {
  width: 100%;
  color: #fff;
}

footer .bottominner .left .con b {
  font-size: 24px;
  display: block;
  font-family: 'Sofia-bold';
}

footer .bottominner .left .con span {
  font-size: 16px;
}

footer .bottominner .letter {
  width: 40%;
}

.newsletter {
  width: 100%;
  display: flex;
  background-color: #fff;
}

.newsletter input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: none;
  color: #000;
  background: transparent;
  box-shadow: initial;
  padding-left: 16px;
  font-size: 16px;
  background: none;
}

.newsletter button {
  width: 86px;
  height: 42px;
  box-sizing: border-box;
  background: #ffffff;
  border: none;
  font-size: 12px;
  color: #fff;
}

footer .bottominner .links {
  width: 20%;
  display: flex;
  align-items: center;
  color: #fff;
}

.footer .inner .right .items ul li.litit a{
  font-size: 18px;color: #333333;
  margin-top: 10px;
}
.footer .inner .right .items ul li.litit:nth-child(1) a{
  margin-top: unset;
}

footer .bottominner .links ul {
  display: flex;
}

footer .bottominner .links p {
  margin-bottom: 0px;
}

footer .bottominner .links ul li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}

.footer .inner .left .footerContactBox li.blods{
    font-size: 18px;font-weight: bold;color: #000;
}

.footer-bottom{
  display: flex;
  justify-content: space-between;
  padding-top: 5px;padding-bottom: 5px;
}

footer .bottominner .links ul li a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

footer .bottominner .links ul li a i {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
}

footer .bottominner .links ul li:hover {
  background-color: #fff;
}

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

.footer .inner .logo {
  width: 14%;
}

.footer .inner .logo img {
  max-width: 100%;
}

.footer .inner .right {
  display: flex;
  justify-content: space-between;
}

.footer .inner .right h3 {
  font-size: 18px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
}

.footer .inner .right a {
  display: block;
  font-size: 16px;
  color: #818181;
  /*opacity: 0.8;*/
  margin-top: 5px;
}

.footer .inner .right a:hover {
  /*opacity: 0.6;*/
}

.footer .inner .right img {
  max-width: 100%;
  margin-top: 10px;
}

.copy {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 10px 0px;
  border-top: 1px solid #e5e5e5;
}

.copy p {
  font-size: 14px;
  margin: 0;
  color: #7d7d7d;
  text-align: right;
}

.copy p a{
  color: #7d7d7d;
}

.footer .inner .right .items h3 i {
  display: none;
}





.toTop-arrow {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    position: fixed;
    right: 3rem;
    bottom: 10.5rem;
    display: none;
    z-index: 99;
    line-height: 30px;
    background: #074095;
    background-size: cover;
    text-align: center;
}
.toTop-arrow .fa {
    color: #fff;
    font-size: 30px;
}



@media screen and (max-width:768px) {
  footer .bottominner .links {
    width: 26%;
  }

  .footer .inner .logo {
    width: 100%;
  }

  .footer .inner .logo img {
    display: block;
    margin: 30px auto;
  }

  .footer .inner .right {
    width: 100%;
    margin: 0;
  }

  .footer .inner .right h3 {
    font-size: 16px;
  }
}

@media screen and (max-width:767px) {
  footer .bottominner .left,footer .bottominner .letter,footer .bottominner .links {
    width: 100%;
    text-align: center;
  }

  footer .bottominner .letter {
    margin: 20px auto;
  }

  footer .bottominner .links ul {
    justify-content: center;
    width: 100%;
  }

  .copy p {
    font-size: 12px;
  }

  .footer .inner .right {
    flex-wrap: wrap;
  }

  .footer .inner .right .items {
    width: 100%;
  }

  .footer .inner .right .items .fnv {
    display: none;
    margin-bottom: 30px;
  }

  .footer .inner .right .items h3 i {
    text-align: right;
    float: right;
    display: inline-block;
  }
}



@media screen and (max-width: 1280px){
  .footer .inner .left {
        width: 100%;
          border-bottom: 1px solid #e5e5e5;
      padding-bottom: 30px;
    }
  
  .footer .inner .right {
    padding-top: 30px;
      width: 100%;
      border-left: none;
      padding-left: 0;
  }

  .footer .inner {
    display: flex;
    flex-direction: column;
}

.footer .inner .right h3 {
    margin-bottom: 15px;
}


.copy .footer-bottom{
  flex-direction: column;
}

.copy p{
  margin-top: 15px;
}


}


@media screen and (max-width: 960px){
  .footer .container {
        max-width: 100%;
        margin: 0 auto;
        padding:0 15px;
    }
    .footer .inner .left{
      padding-right: 0;
    }

    .toTop-arrow{
      right: 1rem;
      /*bottom: 8rem;*/
    }

    .menu-box .row .items ul li a br{
      display: none;
    }
}







@media screen and (max-width: 1440px){
  .tit h2{
       font-size: 2.65em;
    }


}


@media screen and (max-width: 64.0625em){
  .tit h2{
       font-size: 1.75em;
    }


}


@media screen and (max-width: 768px){
    .footer .inner .right .items:nth-child(1){
        width: 100%;
      }

}


.ptits{
  font-size: 16px !important;
}


.fr-view .fr-video.fr-dvi{
    display: block !important;
}