@charset "utf-8";
/* CSS Document */
a{	
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, letter-spacing 0.3s ease-in-out;
}
.bg-dark, .bg-dark a{
	color: #95aac9;
}
.bg-dark a:hover, .bg-dark .a:hover{
	color:var(--bs-white);
}
.bg-dark .form-control{
	background: rgba(255, 255, 255, .2);
	color:#fff;
	border-color: #95aac9;
}
.language-a:hover{
	border-color: var(--bs-primary) !important;
	background-color:  var(--bs-primary) !important;
}
.language-a:hover small, .language-a:hover svg{	
	color: var(--bs-white) !important;
}
.social-share .icon-wechat .wechat-qrcode{
	box-shadow: 0 -2px 10px #aaa !important;
    top: auto !important;
    margin-top: 8px !important;
}
.social-share .icon-wechat .wechat-qrcode:after{
	border-width: 6px 6px 8px 6px !important;
    border-color: transparent transparent #f3f3f3 transparent !important;
    bottom: auto !important;
    top: -13px !important;
}
.social-share{
	white-space: nowrap;
    padding: 0 1rem;
}
.social-share a{
	margin: 0 .5rem !important;
}
.ind-scope{
	position: relative;
	z-index: 999;
}
.ind-scope img{
	width: 80px;
	max-width: 25%;
}
p.china-p, .china-p p{
	text-indent:2em;
}
p.china-p span, .china-p p span{
	white-space: normal !important;
}
.btn-con {
  --bs-btn-padding-x: 3rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-border-radius: 5em;
}
.about-div{
	position: relative;
}
.about-div img{
	position: relative;
}
.trade-name{	
	background-image: linear-gradient(-45deg, rgba(44, 123, 229, 0.3), rgba(21, 46, 77, 0));
}
.iconlink h3{
	color: var(--bs-body-color);
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.iconlink:hover h3{
	color: var(--bs-primary);
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
#gtTop{
	display: none;
	position: fixed;
	width: 56px;
	height: 56px;
	right: 1.5rem;
	bottom: 3rem;
	border-radius: 50%;
	text-align: center;
	line-height: 56px;
	color:var(--bs-white);
	--bs-bg-opacity:.6;
	z-index: 99;
}
#gtTop:hover{	
	color:var(--bs-white);
	--bs-bg-opacity:1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.border-h3-w100{
	height: 3px;
	width: 100px;
	margin: 0 auto;
}
.border-hw-dark{	
	background: var(--bs-dark);
}
.border-hw-light{
	background: var(--bs-light);	
}
.sub-title .border-hw-dark{
	margin-bottom: -2px;
	clear: both;
}
.sub-list{
	position: sticky;
	top:120px;
}
.imgbox{
	overflow: hidden;
}
.imgbox img, img.imgbox{
	transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.imgbox img:hover, img.imgbox:hover{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.subbanner-font{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	--bs-bg-opacity:.65;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
	color: #fff;
}
.party-banner{	
	--bs-bg-opacity: 0;
}

.subbanner-font a{
	--bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.subbanner-font a:hover, .party-banner a{
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
footer a{
	transition: .3s !important;
	text-underline-offset: 3px;
}
footer a:hover{
	letter-spacing: 1px;
}
.copyright{
	border-top: 1px solid #3b506c;
}
.trade-name{
	position: absolute;
	bottom: 0;
	z-index: 1000;
	transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.trade-box{
	overflow:hidden;
}
.trade-box:hover .trade-name{
	bottom: calc(50% - 1.6rem);
	transform: scale(1.2);
}
.newsbox .card{
	height: 100%;
	color: var(--bs-body-color);
}
.newsbox .card .card-title{
	line-height: 1.5 !important;	
}
.newsbox .card-text{
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newsbox .card:hover{
	box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.15) !important;
}
.newsbox .card:hover .card-title{
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;;
}

.newsbox .card img, .newsbox .card, .newsbox .card:hover .card-title{
	transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.newsbox .card:hover img{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.news-detail img{
	max-width: calc(100% - 2em);
	width: auto;
	margin-left: -1em;
}
.timeline, .timeline-time{
	position: relative;
}
.timeline::before{
	content: "";
	position: absolute;
	height: 100%;
	width: 4px;
	background: var(--bs-border-color);
	left: calc(33.3333% + 2px - 0.75rem);
	top: 0;
}
.timeline-time{
	font-size: 1.25rem !important;
}
.timeline-time::before{
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--bs-primary);
	top: calc(50% - 7px);
	right: -7px;
}
.download .card-header svg{
	margin-top:-1px;
	color: var(--bs-primary);
}
.download .card-text{
	color: #6e84a3;
}
.video-box iframe{
	max-width: 100% !important;
}
@media (min-width: 992px){	
    .dropdown-item{
        border-bottom: var(--bs-border-width) solid var(--bs-border-color) !important;
    }
	.dropdown-menu li:last-child .dropdown-item {
		border: 0 !important;
	}	
	.about-div{
		margin-top: -3rem;
	}
    .about-div::before{
        content: "";
        position: absolute;
        width: 100%;
        height: calc(140px + 1rem);
        background: var(--bs-body-bg);
        top: 0;
        left: 0
    }
	.about-div h2{
		margin-top: 140px;
	}
	.form .col-lg-6{
		width:50% !important;
	}
}
@media (min-width: 576px){		
    .ind-scope{
        margin-top: -2rem;
    }
}

@media (max-width: 991px){
	.navbar-brand span.d-none{
		display: inline-block !important;
	}
	
    .nav-arrow{
        margin-left: 0rem;
		float: right;
		background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
		padding-right: 1em;
        padding-left: 0.745em;
    }
	.nav-item.d-flex{
		display: block !important;
	}
	.nav-item.d-flex .nav-link:first-child{
		display:inline-block;
		width: calc(100% - 50px);
	}
	.navbar-collapse{
		padding: 1rem;
        border-top: 1px solid var(--bs-border-color);
        margin-top: 1rem;
	}
	.navbar-nav{
		margin-bottom: 1rem !important;
	}
	.navbar-nav .nav-item{
		border-bottom: 1px dashed var(--bs-border-color-translucent);
		padding: 0.5rem;
	}
	.navbar-nav .dropdown-menu{
		border: 0;
		background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
	}
	.message-bg{
		background:none;
	}
	.message-bg::before{
		border: 0;
		
	}
	.dropdown-item{
		--bs-dropdown-item-padding-y: 0.5rem;
	}
	.dropdown-menu li{
		padding: 0.25rem;
	}
}
@media (max-width: 767px){
	.carousel-caption .container h2{
		font-size: 1rem !important;
	}
	.carousel-control-prev, .carousel-control-next{
		margin: 0;
	}
}