/*@font-face {
  font-family: '微软正黑体';
   src: url('../fonts/微软正黑体.ttf');
}*/
body {
    font-family: "Microsoft JhengHei";
     --size:0px;
     --menusize:0px;
     --minsize:0px;
    
}

.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;
}

img{
    max-width: 100%;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.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;
}


.toptext{
    width: 100%;height: auto;
    background-color: #F6F6F6;
    color: #fff;
    font-size: calc(12px + var(--menusize,0));
}
.toptext .container{
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 6px 0;
}

.toptext .toptextright{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toptext .toptextright a{
    font-size: calc(14px + var(--minsize,0));
    color: #323033;
    margin: 0 2px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
}

.toptext .toptextright a.active{
    background: #DC3736;
    color: #fff !important;
    border-radius: 50%;
}

.toptext .toptextright a:hover{
    background: #DC3736;
    color: #fff !important;
    border-radius: 50%;
}

.toptext .toptextright .aaa{
   position: relative;
   padding-right: 30px;
   display: flex;
   align-items: center;
}
.toptext .toptextright .langs{
   display: flex;
   align-items: center;
}

.toptext .toptextright .aaa:before{
    content: '';
    position: absolute;
    right: 15px;
    height: 20px;
    top: 5px;
    width: 1px;
    background-color: #323033;
}

.toptext .toptextright .aaa a{
     width: 32px;
     height: 32px;
     text-align: center;
}

.toptext .toptextright .aaa a:nth-child(1){
    font-size: calc(13px + var(--minsize,0));
    color: #323033;
}
.toptext .toptextright .aaa a:nth-child(2){
   font-size: calc(16px + var(--minsize,0));
    color: #323033;
}
.toptext .toptextright .aaa a:nth-child(3){
    font-size: calc(19px + var(--minsize,0));
    color: #323033;
}

.toptext .toptextright .langs a:nth-child(1){
}


.sectionbanner{
    height: 650px;
    display: flex;
}
.sectionbanner .left{
    height: 100%;
    border-top-left-radius: 50px;
    overflow: hidden;
    background:url(../images/bginco.png) center no-repeat; 
    background-size: 52%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-color: #24539E;
    padding-left: 11%;
    padding-right: 0;
}

.sectionbanner .left .tit h2{margin-top: 0;color: #fff;padding-bottom: 15px;}
.sectionbanner .left .tit .address{display: flex;justify-content: flex-start;}

.sectionbanner .left .tit .address li{padding-right: 25px;position: relative;}

.sectionbanner .left .tit .address li a{color: #fff;font-size: calc(16px + var(--minsize,0));}

.bodyen  .sectionbanner .left .tit .address li a{color: #fff;font-size: calc(14px + var(--minsize,0));}

.bodylarge.bodyen  .sectionbanner .left .tit .address li a{font-size: calc(13px + var(--minsize,0));}

.sectionbanner .left .tit .address li a:before {
    content: "/";
    position: absolute;
    color: #fff;
    right: 0;
    margin-right: 10px;
}
.sectionbanner .left .tit .address li:last-child a:before{
    display: none;
}

.sectionbanner .right{
    height: 100%;
    padding: 0;
}
.sectionbanner .right iframe{
    width: 100%;
    height: 100%;
}
.sectionbanner .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.menusection{
    background-color: #F1F5F6;
}
.menusection .container{
    width: 100%;
    padding: 0 15px;
}

.menusection .container ul{
    display: flex;
    justify-content: center;
}

.menusection .container ul li{
    padding: 15px 25px;
    text-align: center;
    margin-right: 2%;
}
.menusection .container ul li:last-child{
}
.menusection .container ul li a{
    color: #000;
    font-size: calc(16px + var(--minsize,0));
}

.menusection .container ul li.active{
    border-bottom: 2px solid #24539E;
}

.menusection .container ul li.active a{
    color: #24539E;
}

.menusection .container ul li:hover{
    border-bottom: 2px solid #24539E;
}

.menusection .container ul li:hover a{
    color: #24539E;
}

@media screen and (max-width: 768px){
    .menusection .container ul li{
        border-bottom: 2px solid #fff;
    }
    .menusection .container ul li:last-child{
        border-bottom: 2px solid #F1F5F6;
    }
    .menusection .container ul li.active{
        border-bottom: 2px solid #24539E;
    }
}


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

.headBox #nav .nav{display: flex;}
#nav ul ul{background: #C6454D;display: none;}
#nav ul ul li{line-height: 24px;padding: 8px 12px;}
#nav ul ul li a{color: #fff;font-size: calc(14px + var(--menusize,0));}
#nav ul ul li:hover{
    /*background-color: rgba(36, 83, 153, 0.7);*/
    /*background-color: #24539E;*/
    background-color: #F6F6F6;
}

#nav ul ul li:hover a{
    color: #24539E;
    /*color: #fff;*/
}


.headBox #nav .nav li a{
    position: relative;
}
.headBox #nav .nav>li.active>a{
    color: #24539E;
}
.headBox #nav .nav>li.active>a:before{
     content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    background-color: #24539E;
}

.headBox #nav .nav>li:hover>a{
    color: #24539E;
}
.headBox #nav .nav>li:hover>a:before{
     content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    background-color: #24539E;
}


#nav ul ul ul li a{color: #fff;font-size: calc(16px + var(--minsize,0));}
#nav>ul>li>ul{position: absolute;left:25px;width: 200px;text-align: left;}
#nav>ul>li:hover{overflow: visible;}
#nav>ul>li:hover>ul{
    /*top: 100%;*/
    display: block;
}

.nav>li{padding: 0 25px;}
.nav>li>a{font-size: calc(16px + var(--menusize,0));font-weight: bold;color: #1b1b1b;padding: 10px 0 5px 0;}
.nav>li>a:hover{background:none;color:#24539E;}

.bodyen .nav>li>a{font-size: calc(14px + var(--menusize,0));font-weight: bold;color: #1b1b1b;padding: 10px 0 5px 0;}

@media screen and (max-width: 1220px){
.bodyen .nav>li>a{font-size: calc(13px + var(--menusize,0));font-weight: bold;color: #1b1b1b;padding: 10px 0 5px 0;}

}


.headBox .toptop{display:flex;position:relative;padding:10px 0px;}
.headBox .toptop .headtop{display:flex;justify-content:space-between;align-items: center;width: 100%;}
.headBox .navcon{display: flex;align-items: center;width: calc(100% - 170px);}
.headBox .headmenu{
    display: flex;
}
.headBox .headmenu a{
    background-color: #C6454D;
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: bold;
}

.bodyen .headBox .headmenu a{
    padding: 15px 25px;
    border-radius: 30px;
    font-size: calc(14px + var(--menusize,0));
}


.headBox .headmenu a:hover{
    background-image: linear-gradient(to right, #C6454D , #24539E);
    color: #fff;
}


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


.headBoxFixed {
    background:#fff;
    position: fixed;
    top:0;
    background-color: rgba(255,255,255,.9);
    -webkit-box-shadow: 0 3px 10px -1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 3px 10px -1px rgba(0,0,0,.2);
    box-shadow: 0 3px 10px -1px rgb(0 0 0 / 20%);
}
.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: calc(21px + var(--size,0));
}
.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:20px;
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    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;
    top: 0;
    transform: translateX(100%);
	color:#fff;
    right: 0;
}
.menu-box .row{
   margin-left: 0;
   margin-right: 0;
}
.menu-box .row .items{
    margin: 20px 0;
}
.menu-box .row .items h3{
    color: #323033;
    font-size: calc(18px + var(--minsize,0));
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

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

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

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

.open .close{display:block;position: absolute;top: 20px;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: 10px;
}


.swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    opacity: .3;
}

.swiper-pagination-bullet-active{
    background-color: #C6454D;
    opacity: 1;
}



/*@media screen and (max-width:960px) {
    main.home{
            margin-top: 10px;
    }
}*/





/*底部*/
footer{background: #fff;}
footer .container{padding: 80px 0 60px 0;display: flex;justify-content: space-between;}

.footer .footleft{width: 30%;}
.footer .footleft img{max-width: 85%;padding-bottom: 20px;}
.footer .footleft ul li{display: flex;justify-content: flex-start;margin: 15px 0;align-items: flex-start;}
.footer .footleft ul li label{width: 30px;height: 30px;background-color: #24539E;border-radius: 50%;
    display: flex;justify-content: center;align-items: center;margin-right: 10px;margin-top: -5px;}
.footer .footleft ul li label i{color: #fff;}
.footer .footleft ul li p{width: calc(100% - 40px);font-size: calc(16px + var(--minsize,0));margin-bottom: 0;}
.footer .footleft ul li p a{color: #333;}


.footer .footright{width: 62%; display: flex;justify-content: space-between;margin-right: 0;margin-left: 0;}
.footer .row .items{width: 19%;}
.footer .row h3{font-size: calc(18px + var(--minsize,0));color: #24539E;margin-top: 0;margin-bottom: 20px;font-weight: 500;}
.footer .row h3 a{font-size: calc(18px + var(--minsize,0));color: #24539E;}
.footer .row h3 i{display: none;}
.footer .row ul li{margin: 10px 0;}
.footer .row a{display: block; font-size: calc(16px + var(--minsize,0));color: #5e5e5e;}
.footer .row a:hover{opacity: 0.8;}


.copy{width: 100%;height: auto;padding: 25px 15px 25px 15px;border-top: 1px solid #E9E9E9;}
.copy p{font-size: calc(16px + var(--minsize,0));margin: 0;color: #fff;text-align: center;color:#323033; }


@media screen and (max-width: 768px){
    .footer .footleft ul li p br{display: none;}
}


.toTop-arrow {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    background: #C6454D;
    cursor: pointer;
    position:fixed;
    right: 3rem;
    bottom: 10rem;
    display: none;
    z-index: 999;
    line-height: 30px;
    background-size: cover;
    }


 .toTop-arrow .fa{
    color: #fff;
   font-size: calc(30px + var(--size,0));
}

.toTop-arrow:focus {outline: none;}
.footer .inner .right .items h3 i{display: none;}



.innerhtml footer{
    background-color: #F1F5F6;
    /*margin-top: 50px;*/
}

 footer.ihtml.footer{
    background-color: #F1F5F6;
    /*margin-top: 50px;*/
}