.navbar .container-fluid .logo-home{
    background-size: contain;
    height: auto;
    width: 100%;
}
a{
    color: #333;
	text-decoration:none;
}
a{ transition:all .2s}
a:hover{ transition:all .2s}
ul li p {transition:all .5s}
ul li p:hover{ transition:all .5s}
.navbar{
    --bs-navbar-padding-y: 0.5vw;
  --bs-navbar-brand-margin-end:1vw;
}
.container-fluid{
  --bs-gutter-x:1.5vw;
    padding-right: 0;
   }
#top {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        position: fixed;
        right: 20px;
        bottom: 60px;
        border-radius: 10px;
        display: none;
        background-color: #0A50B4;
        color: #fff;
        z-index: 99;
        opacity: 0.7;
        background:#0A50B4 url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath d='M796.014 439.312L538.522 181.82c-20.11-20.11-52.709-20.11-72.819 0L208.211 439.312c-20.11 20.11-20.11 52.709 0 72.819s52.709 20.11 72.819 0l169.585-169.585V836.21c0 28.453 23.046 51.499 51.499 51.499s51.499-23.046 51.499-51.499V342.546l169.585 169.585c10.042 10.043 23.226 15.089 36.41 15.089s26.367-5.021 36.41-15.089c20.11-20.11 20.11-52.709 0-72.819z' fill='%23fff'/%3E%3C/svg%3E") center;
        background-repeat:no-repeat;
    }
.m_header .logo{display:none;}
.navbar .container-fluid{
	margin-top:1.2%;
    padding-right: 0;
}
.header-bg{
	background:url("../img/header-bg.png") center no-repeat;
      background-size: cover;
}
.dropdown-menu {
    --bs-dropdown-padding-y: 2rem;
    --bs-dropdown-padding-x: none ;
    --bs-dropdown-border-color: none ;
    display: block;
    min-width: 70px ;
    max-height: 0 ;
    overflow: hidden ;
    transition: max-height 0.05s ease-out ;
    top: 99%;
}
.container-fluid .dropdown {
    line-height: 2;
  	font-size: calc(12px + 0.2vw);
    --bs-nav-link-font-size: calc(12px + 0.2vw);
}
.navbar .top-menu{
    position: absolute;
    right: 19%;
    top: 0px;
    font-size: calc( 12px + 0.1vw);
}
.navbar  .top-menu a{
    color: #666;
    text-decoration: none;
}

.navbar  .top-menu a:hover {
    color: #002665;
    transition: color 0.25s ease-in;
}
  .navbar .top-menu .search-text{
    width: 150px;
    height: 25px;
    padding-left: 10px;
    border-radius: 20px;
    top: 0%;
    right: 2%;
    position: absolute;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: auto;
  }
  .navbar .top-menu .glyphicon-search{
  	background:url('../img/search.png') center no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    right: -14%;
    bottom: -1%;
  }
  
  .navbar .top-menu .search-hide {
    visibility: hidden;
    transform: scale(0);
    left: auto;
}
  .top-menu:after{
    content:"";
    height:0;
    display:block;
    visibility:hidden;
    clear:both;
}
.top-menu{
    zoom:1 /*兼容IE*/
}
.dropdown-menu .nav-link{
    padding: 5% 0;
  
    font-size: 1.5rem;
}
.nav-item:hover .dropdown-menu {
    --bs-dropdown-padding-x: 5px !important;
    --bs-dropdown-padding-y :15px !important;
    --bs-dropdown-border-color: rgba(0, 0, 0, 0.175) ;
    max-height: 300px !important;
    transition: max-height 0.25s ease-in;
    border-radius: initial;
    /*padding: 1%;*/
}
.nav-item .dropdown-menu li{
    padding: 10px;
}
.nav-item .dropdown-menu li:hover {
    padding: 15px 10px;
    background-color: #eee;
    transition: all 0.35s ease-in !important;
}
.navbar .navbar-toggler .navbar-toggler-icon{
    background: url("../img/close.png") no-repeat;
    background-size: contain;
}

.navbar-toggler:focus{
    box-shadow: none !important;
}
.navbar-toggler{
    background-color:#C97617;
    border: none;
    position: relative;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-right: 1%;
    margin-left: 14.2%;
}
  .navbar-toggler.navbar-toggler-en{
    margin-left: 1.2%;
  }
.navbar  .collapsed  .navbar-toggler-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat;
}
header .colbg{
    position: absolute;
    z-index: 99;
    width: 100%;
  	height:auto;
    max-height: min-content;
    overflow: hidden;
    background: url("../img/home-banner.jpg");
}
.colbg .container{
    display: flex;
    top: calc(10px + 3vw);
    justify-content: center;
    width: 100%;
  	height:auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    overflow: hidden;
    padding: 2% 21%;
    text-align: center;
    font-size: calc( 18px + 0.2vw);
  	color:#fff;
}
.colbg .container  .list-unstyled .nav-link {
    padding: 3%;
    font-size: calc( 12px + 0.2vw);
    letter-spacing: 2px;
}
.colbg .container .line{
    width: 30%;
    margin: 7% auto;
    border: 1px solid #eee;
}
.colbg .container  .list-unstyled .nav-link:hover{
    background: rgba(200,200,200,0.7);
    color:#222;
    transition: all 0.35s ease-in;
}
   .colbg .container  .list-unstyled{
    max-height:500px;
     overflow:hidden;
    transition: all 0.35s ease-in;
     margin-top:0;
  }
  
   .enbg.colbg .container  .list-unstyled{
     overflow:auto;
   }
.menu10 {
	width: 100%;
	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
}

.menu10 p {
	display: inline-block;
	font-size: 14px;
	margin-left: 220px;
  	margin-bottom:1%;
}
.menu10 input{
	width: 150px;
	height: 35px;
	border: 2px #a1a1a1 solid;
	border-right: none;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	background-color: #ffffff;
	background: url(../img/202311052038.png) no-repeat;
	background-position: 7%;
	padding-left: 40px;
    margin-top: -2%;
}
.menu10 input:focus {
    outline: none;
}
.menu10 button{
	cursor:pointer;
}
.menu10 button:focus {
    outline: none;
}
.menu10 button{
	width: 65px;
	height: 35px;
	color: #fff;
	border: 0;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	background-color: #0f3573;
    margin-top: -2%;
}
.navbar-brand{
    margin-left: 14%;
    margin-right: 3.7% !important;
  	cursor:pointer;
}
  
.enNav .navbar-brand{
    margin: 0 !important;	
}
.colbg .container .list-unstyled .sub-item.active,.foot1 .foot11 .foot111 .sub-item.active{
   /*max-height: 100%;*/
    display: inline-block;
  	height:auto !important;
  }
 .colbg .container .list-unstyled .sub-item,.foot1 .foot11 .foot111 .sub-item{
   	margin:0;
  	height:auto !important;
     /*
    max-height: 0;
   overflow:hidden;
     */
    transition: all 0.3s;
  } 
   .colbg .container .list-unstyled .sub-item .nav-link{
   	 font-size: calc( 10px + 0.2vw);
     /*
     display:none;
    transition: all 0.3s;
   }
   .colbg .container .list-unstyled .sub-item.active  .nav-link{
    display: block;
     */
   }
  .colbg .container .list-unstyled .sub-item:hover{
  	color:#61A9FD;
    transition: all 0.3s;
  }
.foot1{
	width: 100%;
	height: auto;
  	height: -moz-fit-content; /*firefox*/
	height: fit-content; /*chrome*/
	overflow: hidden;
	position: relative;
	/* background-color: #dcdcdc; */
	background: url(../img/202322061047.jpg) no-repeat center;
	background-size: cover;
}
.foot11{
    width: 67%;
    height: 90%;
    margin: 5% 19% 0 19%;
	overflow: hidden;
}
.foot111{
	width: 100%;
	height: 80%;
}
.foot112{
	width: 100%;
	height: 20%;
    padding-top: 5%; 
    margin-bottom: 2%;
	color: #757575;
	position: relative;
	display: flow-root;
	align-items: center;
}
.foot112 p{
    font-size:calc(12px + 0.2vw);
}
.foot112 div{
	position: absolute;
	right: 0px;
	width: 200px;
	height: 50px;
}
.foot112  img{
    margin-right: 5%;
    margin-top: -6%;
  	float:right;
	width: 10%;
}

.foot111 div ul{
	float: left;
	width: 170px;
  margin-top:0;
  padding-left: 0rem;
}
.foot111 div ul li a{
	text-decoration: none;
	color: #0d3475;
    word-break: keep-all;
}
.foot111 div ul li{
	list-style: none;
    display: table;
	height: 46px;
	font-size: calc(12px + 0.2vw);
	align-items: center;
}

.enfoot  .foot111 div ul li{
    height: 30px;
    margin-bottom: 10%;
  }
  
.foot111 div ul li:hover{
	text-decoration: underline;
}

.foot111 div ul li:nth-child(1){
	height: 55px;
	font-size: calc(12px + 0.3vw);
	border-bottom: 1px #787878 solid;
	margin-bottom: 20px;
    width: 60%;
  	font-weight:bold;
}

.foot111 div:nth-child(1){
	width: 100%;
	height: 100%;
	float: left;
    display: flex;
    margin-bottom: 3%;
    justify-content: space-between;
  /*border-bottom: 1px #838383 solid;*/
}
  /*
.foot111 div:nth-child(2){
	width: 20%;
	height: 100%;
	float: left;
}
  */
.foot111 div:nth-child(2) div{
	width: 70%;
	margin-top: 50px;
	margin-left: 24%;
	height: auto;
}
.foot111 div:nth-child(2) div p{
	text-align: center;
}
.foot111 div:nth-child(2) div img{
	width: 100%;
	height: auto;
}
.foot111 div:nth-child(2) div:nth-child(2){
	display: flex;
	justify-content: center;
}
.foot111 div:nth-child(2) div:nth-child(2) img{
	width: 50px;
	height: 50px;
	margin-right: 12px;
}

  .banner .pcimg{
  	width:100%;
    max-height:300px;
  }
  .foot111 div ul .on{
  	display:block;
  }
  .foot111 div ul li:nth-child(1):hover{
  	text-decoration:none;
  }
  
    .foot111 div ul:last-child li:last-child ul{
    	padding:15% 0;
    }
  
  .navbar-toggler{
    padding: 1%;
    font-size: 1.2vw;
  }
  

  *::-webkit-scrollbar{
    width: 5px;
  height: 10px;
  }

  *::-webkit-scrollbar-thumb {
    background: #ccc; // 滑块颜色
  border-radius: 5px; // 滑块圆角
  }

     * {
       scrollbar-width: 5px;
       scrollbar-base-color: gainsboro;
       scrollbar-track-color: gray;
       scrollbar-arrow-color: ghostwhite;
     }

  /*美化滚动条*/
     ::-webkit-scrollbar {
       width: 10px;
       height: 10px;
     }

  ::-webkit-scrollbar-track {
    width: 6px;
    background: rgba(#101F1C, 0.1);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(144,147,153,.5);
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    transition: background-color .3s;
    cursor: pointer;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144,147,153,.3);
  }
  
@media (min-width: 1440px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1920px !important;
    }
}
  
  @media screen and (max-width: 1440px){
  
  .foot111 div:nth-child(2) div:nth-child(2) img{margin-right: 6px;width: 40px;height: 40px;}
  .foot111 div ul,.foot111 div:nth-child(2){float:none;}
  .foot111 div ul li{display:none;}
  .foot111 div ul li:nth-child(1){display:block;}
    .foot111{height:auto;}
    .foot111 div:nth-child(2) div {
   		display:none;
    }
    .foot111 div:nth-child(2){
   	 	padding-top: 5%;
   	 	padding-left: 5%;
    	float: none;
    }
    .foot111 div ul li:nth-child(1){
    	height:46px;
    }
    .enfoot .foot111 div ul li:nth-child(1){
    	height:auto;
    }
    .foot111 div ul{
    	width:100%;
    }
  .foot111 div:nth-child(1) {
    width: 100%;
  }
    .foot111 div ul li a{
    	cursor:pointer;
    }
    .navbar-brand{
    margin-right: 4% !important;
    }
    .enNav .navbar-brand{
    	margin: 0 !important;
    }
    .navbar-toggler{
    margin-left: 8%;
    }
    .navbar .top-menu{
    right: 12.5%;
    }
  }
  
  @media screen and (max-width:1320px){
  .enNav .container-fluid .top-menu,.container-fluid .nav-item{
  	display:none;
  }
  }
  @media screen and (max-width:1160px){
  .container-fluid .top-menu,.container-fluid .nav-item{
  	display:none;
  }
    .colbg .container{
    font-size: calc( 14px + 0.2vw);
    }
  }
  @media screen and (max-width:1050px){
  
  .clear{
		clear: both;
	}
	#m_header {
		width: 100%;
		display: block;
		height: 70px;
		background-color: #fff;
		position: fixed;
		top: 0;
		z-index: 10;
	}
	.m_header_box {
		width: 92%;
		margin: 0 auto;
	}
	.m_header_box .logo {
		float: left;
		line-height: 70px;
	}
	.m_header_box .logo img {
		max-height: 58px;
		margin-top: 4px;
	}
	.m_header_box .navIcon {
		float: right;
		margin-top: 20px;
	}
	.navIcon:hover {
		cursor: pointer;
	}
	.navIcon .nav_line {
		width: 35px;
		height: 3px;
		background-color: #333;
		border-radius: 10px;
		margin-bottom: 7px;
	}
	.navIcon .nav_line1 {
		transform-origin: left top 0;
	}
	.navIcon .nav_line3 {
		transform-origin: left bottom 0;
	}
	.navIcon.line_move .nav_line {
		transition: all 0.4s;
	}
	.navIcon.line_move .nav_line1 {
		margin-bottom: 20px;
		transform: rotate(45deg);
	}
	.navIcon.line_move .nav_line2 {
		display: none;
	}
	.navIcon.line_move .nav_line3 {
		transform: rotate(-45deg);
	}
	.mobile-mu {
		width: 100%;
		height: 100%;
		margin-bottom: 200px;
	}
	.m_menu {
		width: 100%;
		height: 0;
		background-color: #fdfdfd;
		overflow-y: scroll;
		transition: all 1s;
		position: absolute;
		z-index: 100;
		top: 70px;
	}
	.m_menu.show {
		height: calc(100% + 900px);
	}
	.mobile-mu .sub-menu {
		max-height: 100%;
	}
	.mobile-mu .sub-menu li {
      	list-style-type: none;
		border-bottom: 1px solid #d3d3d3;
	}
	.mobile-mu .sub-menu .tit {
		display: block;
		width: 100%;
		height: 50px;
		padding: 0 3%;
		line-height: 50px;
		color: #000;
		position: relative;
		box-sizing: border-box;
	}
	.mobile-mu .sub-menu .sub-tit.on {
		background-color: #eee;
	}
	.mobile-mu .sub-menu .sub-tit:after {
		content: '';
		display: block;
		width: 26px;
		height: 26px;
		background-size: 20px auto;
		position: absolute;
		right: 3%;
		top: 12px;
	}
	.mobile-mu .sub-menu .sub-tit.on:after {
		background-size: 26px auto;
	}
	.mobile-mu .sub-menu .sec-list {
		padding: 7px 4%;
		display: none;
	}
	.mobile-mu .sub-menu .sec-list p {
		font-size: 14px;
	}
	.mobile-mu .sub-menu .sec-list a {
		color: #666;
	}
	.mobile-mu .sub-menu span {
		margin-left: 10px;
	}

	.menu10 button{width: 50px;height: 35px;}
	.menu1{height: 160px;right: 0 ;}
    
	.m_header .logo{display:block;}
    .menu { height: auto;}
    .menu0{height:auto;}
	.menu11 ul li{width: 100%;}
    .menu10 p{display:none;}
    
    .menu10{
        margin-right: 3vw;
        margin-top: 1.5vw;
    	width: 32vw;
    	position: absolute;
        top: -25%;
        right: 15%;
    }
    .foot111 div ul{width:auto;}
    .foot11{width:95%;margin:68px 0;}
    
    .foot111 div:nth-child(1){
    	width: 95%;
    	flex-direction: column; 
    	padding-left: 10%;
    }
    .foot111 div ul li:nth-child(1){
    	margin-bottom:0;
      width:100%;
    }
    .foot111 div ul:last-child li:last-child ul{
      padding: 2% 0;
    }
}
  
@media screen and (max-width: 991px) {
  .colbg .container{
    padding:2%;
    max-width: 95%;
  }
  .colbg .container{
    padding:2% 10%;
    max-width: 98%;
  }
  
  .navbar-brand{
    margin-left: 9%;
  }
  
}
@media screen and (max-width: 768px) {
  
  .menu10{display:none;}
  .colbg .container{
    text-align: left;
  }
  .colbg .container .line {
    width: 100%;
  }
  .colbg .container .hide{
    max-height:0;
    transition: all 0.35s ease-in;
  }
  .colbg .container .line{
  	margin:1% auto;
  }
  .colbg .container{
    flex-direction: column;
  }
  .navbar-toggler{
    font-size: 1.5rem;
    padding: 1%;
    padding-right: 2%;
  }
  .navbar .container-fluid .logo-home{height:auto;}
  .navbar-brand {
    margin-left: 0;
	}
  .colbg .container .nav-item:last-child{
    padding-top: 2rem !important;
  }
  
  .foot111 div:nth-child(1){    padding-left: 2%;}
  .foot111 div:nth-child(2) {
    padding-top: 1%;
    padding-bottom: 35%;
    padding-left: 5%;
    float: none;
}
  .foot112 img{
    float: none;
    width: 35%;
    position: absolute;
    bottom: 0px;
  }
  
}
  
@media screen and (max-width: 425px) {
  .foot111 div ul li:nth-child(1){ font-size: 1.15rem;}
  .foot111 div ul li{font-size: 1rem;}
}