@charset "utf-8";
/* CSS Document */
.index_2_body .parBd .slideBox ul li .txt{
    position: relative;
}
.index_2_body .parBd .slideBox ul li:hover img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
#h .ctext .top .menu .nli.active span a{
    color: #142E5A;
    position: relative;
    font-weight: 700;
}
.tooltip {
	position: absolute;
    right: 65px;
    width: 90px;
    top: 12px;
	border-radius: 30px;
	overflow: hidden;
	display: none;
}
.tooltip-inner{
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.5); 
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 14px;
}
#kefu:hover .tooltip{
	display: block;
}
#kefu .topBtn img{
    display: block;
    margin: 15%;
    max-width: 70%;
}
#h .ctext .top .logo .imgs{
    display: none;
}
#h .ctext .top .menu .nli span a {
    display: block;
    line-height: 100px;
    height: 100px;
    font-size: 18px;
    color: #111;
}
#h .ctext .top .menu .nli.on span a, #h .ctext .top .menu .nli:hover span a {
    color: #111;
    position: relative;
    font-weight: 700;
}
#header_34:hover {
    position: fixed;
    z-index: 15;
    margin: auto;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #fff6;
}
#header_34:hover #h .ctext .top .Search_but {
    background: url(/about/image/h_2.png) no-repeat 3px center #f3f3f300;
    border: 1px solid #333;
}
#header_34:hover #h .ctext .top .menu .nli span a{
    color: #000;
}
#header_34:hover #h .ctext .top .logo .img{
    display: block;
}
#header_34:hover #h .ctext .top .logo .imgs{
    display: none;
}
#header_34.navbg #h .ctext .top .logo .img{
    display: block;
}
#header_34.navbg #h .ctext .top .logo .imgs{
    display: none;
}
#header_34.navbg #h .ctext .top .menu .nli span a {
    display: block;
    line-height: 100px;
    height: 100px;
    font-size: 18px;
    color: #000;
}
#header_34.navbg #h .ctext .top .Search_but {
    background: url(/about/image/h_2.png) no-repeat 3px center #f3f3f300;
    border: 1px solid #333;
}
#h .ctext .top .Search_but{
    /*background: url(/h_2s.png) no-repeat 3px center #f3f3f300;*/
    background: url(/about/image/h_2.png) no-repeat 3px center #f3f3f300;
    border: 1px solid #333;
}
.block .content{
    max-height: 100px;
}
.more01{cursor: pointer;}
.banner .list li .banner-video::before{
    content: "";
    position: absolute;
	display: block;
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	background: #0000;
	z-index: 999;
}
.banner .list .video-containers .imgbanner::before{
	background: #0000;
}
.index_main{
    border-bottom: 0px solid #000;
}
.banner .v-txt{
    text-align: center;
    top: 25%;
}
.banner .v-txt .tit{
    color: #333;
    font-family: "Noto Sans";
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.banner .v-txt p{
    color: #666;
    font-family: "Noto Sans";
    padding-bottom: 10px;
    font-weight: 400;
    padding-top: 10px;
    font-size: 24px;
}
.banner .v-txt a{
    margin: auto;
    color: #111;
    border: 1px solid #111;
}
.banner .tip li.cur {
    opacity: 1;
    background-color: #000;
}
.banner .tip li{
    border: 2px solid #000;
}
.banner .list li .banner-mb01{
    display: block;
}
.banner .list li .banner-mb02{
    display: none;
}
@media (max-width: 992px) {
.banner .v-txt {
    text-align: center;
    top: 20%;
}
.banner .list li .banner-mb01{
    display: none;
}
.banner .list li .banner-mb02{
    display: block;
}
.banner .v-txt a {
    width: 130px;
    height: 40px;
    line-height: 38px;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 30px;
    margin-top: 25px;
}
.banner .v-txt p{
    font-size: 16px;
}
}