* {
    margin: 0;
    padding: 0;
}
body{
    font-family: Helvetica !important;
    /*-webkit-user-select:none;*/
    /*-moz-user-select:none;*/
    /*-ms-user-select:none;*/
    /*user-select:none;*/
}

p{
    margin-bottom: 0 !important;
}
.typearea {
    margin: 0 auto;
    width: 1400px;
}
.main{
    margin: 0 auto;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ced4da;
}
.tag{
    width: 196px;
    height: 60px;
    margin: 10px 0

}

.nav_right{
    margin-left: 180px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav_cont{
    display: flex;
    align-items: center;
    width: 1400px;
    margin-left: 50% ;
    transform:translate(-50%,0) ;
    height: 84px;

}

.nav-item{
    padding: 15px 0;
    margin:  0px 1.5rem;
    height: 80px;
    cursor: pointer
}
.active_color{
    /*border-bottom: 3px solid rgba(11, 44, 161, 1);*/
}
.nav-item:hover .dropdown-menu{
    display: block;
    position: absolute;
    transform: translate3d(0px, 57px, 0px);
    top: 20px;
    left: -28px;
    border-radius: 0px 0px  10px 10px;
    border-top: none;
}

.dropdown-menu{
    transform: translate3d(0px, 57px, 0px) !important;
    top: 21px !important;
    left: -28px !important;
    border-radius: 0px 0px  10px 10px !important;
    border: none !important;
    box-shadow: 0px 8px 16px  rgba(0, 0, 0, 0.08);
    width: 112px;

}

.nav-item:hover{
    /*border-bottom: 3px solid rgba(11, 44, 161, 1);*/
}
.dropdown-toggle::after{
    content: none;
}

.out-nav {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    text-align: center;
}
.container {
    /*min-height: 840px;*/
}
.carousel-control-prev,
.carousel-control-next {
    bottom: 100px;
}
.carousel-item,
.carousel-inner,
.carouselExampleIndicators {
    width: 100%;
    height: 100%;
}
.carousel-indicators {
    bottom: 42px;
}

.carousel-indicators li{
    border-top:none;
    border-bottom: none;
    margin-bottom: 10px;
}
.carousel-indicators .active{
    background: rgba(11, 44, 161, 1);
    opacity: 1;
}
.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.nav-link {
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    text-align: center;
    /*padding: .5rem 0rem !important;*/
}
.pads{
    padding: 13px 0px !important;
}
.nav-link:hover {
    color: rgba(11, 44, 161, 1);
    /*border-bottom: 2px solid;*/
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: rgba(51, 51, 51, 1);
    background-color: white;
}
.dropdown-menu .nav-link:hover {
    color: rgba(11, 44, 161, 1);
}

.login {
    width: 80px;
    height: 48px;
    opacity: 1;
    border-radius: 5px;
    background: rgba(11, 44, 161, 1);
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}
.com-tit{
    width: 1400px;
    padding-top: 120px;
}
.com-tit p{
    margin: 0 auto;
    border-bottom: 4px solid rgba(11, 44, 161, 1);
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: rgba(51, 51, 51, 1);
}