* {
    margin: 0px;
    padding: 0px;
    text-decoration: unset !important;
}

body {
    overflow-x: hidden;
	-webkit-text-size-adjust: 100%; /* Ã§Â¦ÂÃ¦Â­Â¢Ã¥Â­â€”Ã¤Â½â€œÃ§Â¼Â©Ã¦â€Â¾ */
	  -moz-text-size-adjust: 100%;
	  -ms-text-size-adjust: 100%;
	  text-size-adjust: 100%;
	  font-family:'Poppins', sans-serif!important ;
}

ul, ol {
    list-style: none;
    padding-left: 0px;
}

a {
    text-decoration: none;
}

.row {
    padding-left: 0px;
}

h2, h1 {
    font-weight: normal;
}

strong, b {
    font-weight: bold;
}

.top-box {
    background-color: rgb(0, 51, 161);
    transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s;
}
.logo img{
	width: 84%;
}
.top-nei-box span {
    font-size: 13px;
    background: url("../image/phone.png") left center / contain no-repeat;
    color: rgb(224 224 224);
    padding-left: 22px;
}
.tc-tb{
	padding: 3.9rem 0 0 0!important;
}
.tc-tb a{
	display: inline-block;
	padding: 0 0;
	width: 12%;
}
.top-nei-box li:nth-of-type(2) span {
    background: url("../image/email.png") left center / contain no-repeat;
}

.top-nei-box {
    padding: 12px 0px 3px;
}
.dhcol9{
	 display: flex;
	        justify-content: flex-end; /* Ã¦Â°Â´Ã¥Â¹Â³Ã©ÂÂ Ã¥ÂÂ³ */
}
.li-yx {
    text-align: right;
}
.in-content li a h2{
	height: 65px!important;
}.in-content img{
	height: 166px;
	width: 100%;
}
.li-yx svg {
    width: 16px;
    height: 16px;
    margin-left: 1%;
}

.daohanglan {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 0px 20px;
    opacity: 1;
    transition: top 0.6s ease 0s, opacity 0.6s ease 0s;
    position: relative;
}

.daohanglan.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1100;
    width: 100%;
    transition: all 0.6s ease 0s;
    animation: 1s ease 0.2s 1 normal both running fadeInDown;
    opacity: 0;
    transform: translateY(-100%);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
}

.daohanglan.show {
    opacity: 1;
    transform: translateY(0px);
}

.menu {
    display: flex;
    gap: 40px;
}

.menu a {
    text-decoration: none;
    color: rgb(51, 51, 51);
   font-size: clamp(15px, 2vw, 14px);
    font-weight: bold;
    padding: 30px 0px 0px;
    display: block;
    text-transform: capitalize;
}
/* æ‰‹æœºç«¯èœå•æŒ‰é’®æ ·å¼ */
.menu-toggle {
    display: none; /* é»˜è®¤éšè— */
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 15px;
    font-size: 27px;
    cursor: pointer;
}
.dropdown2 {
    position: relative;
    margin-bottom: 0px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: -404%;
    padding: 10px 8px;
    background-color: rgb(255, 255, 255);
    min-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    z-index: 1001;
}

.dropdown-content a {
    color: rgb(51, 51, 51);
    padding: 12px 16px;
    display: block;
    text-decoration: none;
}
.active-bj a{
	color: rgb(0, 51, 161) !important;
}
.dropdown-content a:hover {
    background-color: rgb(0, 51, 161);
    color: white;
}
.li-hover2 .over-yc::before{
	opacity: 1;
}
.li-hover2 .more-a{
	opacity: 1;visibility:visible;
}
.dropdown2:hover .dropdown-content {
    display: block !important;
}

.menu {
    overflow: visible;
    margin-bottom: 0;
}

.menu-icon {
    font-size: 24px;
    display: none;
    cursor: pointer;
}

.icon svg {
    width: 27px;
    height: 27px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 100%;
    padding: 5px;
    position: absolute;
    z-index: 9;
    left: 98%;
    top: 32%;
}

.icon svg:hover {
}

.search-box {
    position: absolute;
    top: 96%;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    width: 320px;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    opacity: 0;
    transform: translateY(-10px);
    right: 15%;
    z-index: 999;
}

.search-box input {
    flex-grow: 1;
    padding: 12px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 16px;
}

.search-box button {
    background-color: rgb(0, 51, 161);
    color: rgb(255, 255, 255);
    border: none;
    padding: 11px 12px;
    cursor: pointer;
}

.search-icon::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 29px;
    width: 118px;
    height: 100%;
    transform: skew(-26deg);
    background: rgb(0 51 161);
    z-index: 1;
}

.logo {
    padding-top: 1.3%;
}

.search-icon span {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: inline-block;
}

.search-box svg {
    width: 27px;
    height: 27px;
}

.active-bj {
    /* position: relative; */
    color: rgb(0, 51, 161) !important;
}

.active-bj::after {
    content: "";
    background-color: rgb(0, 51, 161);
    height: 3px;
    position: absolute;
    left: 1px;
    width: 88%;
    bottom: 0px;
}
/* Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¦Â ÂÃ§Â¼â€œÃ§Â¼â€œÃ¤Â¸â€¹Ã¦â€¹â€°Ã¦ËœÂ¾Ã§Â¤Âº */
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.dropdown-content a {
    font-size: 14px;
    font-weight: normal;
    color: rgb(105 105 105);
    padding: 8px 15px;
}

.menu a:hover {
    color: rgb(0, 51, 161);
}
.menu .s4:hover a::before {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    width: 100%;
}
.menu .s4 a::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: rgb(0, 51, 161);
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.menu .s5:hover a::before {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    width: 100%;
}
.menu .s5 a::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: rgb(0, 51, 161);
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.dropdown2 li:hover .dropbtn::before {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    width: 100%;
}

.dropdown2 li .dropbtn::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: rgb(0, 51, 161);
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.menu .s1:hover a::before {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    width: 100%;
}

.menu .s1 a::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: rgb(0, 51, 161);
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.menu .s2:hover a::before {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    width: 100%;
}
.menu li{
	
position: relative;
}
.menu .s2 a::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: rgb(0, 51, 161);
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.menu .s3:hover a::before {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    width: 100%;
}

.menu .s3 a::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: rgb(0, 51, 161);
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.menu span {
    position: relative;
    display: flex;
}

.menu .dropdown-content a:hover {
    color: white !important;
}
/* .a-nbox{
	width: 1297px;
	height: auto;
	display: table;
} */



.diannao-yc {
    display: none;
}

.tooltip2 {
    display: inline-block;
    background-color: rgb(0, 51, 161);
    color: white;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
    position: relative;
    text-align: center;
}

.tooltip2::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgb(0, 51, 161);
}

.about-webzi {
    margin-left: 3%;
    margin-top: 8px;
}

.about-webzi strong {
    display: block;
    font-size: 32px;
    line-height: 73px;
}

.search-box2 {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    align-items: center;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transform: translateY(-10px);
}

.search-box2 input {
    flex-grow: 1;
    padding: 12px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 16px;
}
.play-button svg{
	width: 38px;
	height: 38px;
}
.search-box2 button {
    background-color: rgb(0, 51, 161);
    color: rgb(255, 255, 255);
    border: none;
    padding: 12px;
    cursor: pointer;
}

.search-box2 svg {
    width: 23px;
    height: 23px;
}

.carousel-caption2 {
    width: 36%;
    padding: 40px 52px;
    /* background-color: rgba(255, 255, 255, 0.75); */
    text-align: left !important;
    bottom: 33% !important;
    left: 14% !important;
}

.carousel-caption2 h3 {
    text-shadow: none;
    color: rgb(0, 51, 161);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    margin-top: 0px;
    line-height: 49px;
    -webkit-text-size-adjust: 100%; /* Ã§Â¦ÂÃ¦Â­Â¢Ã¥Â­â€”Ã¤Â½â€œÃ§Â¼Â©Ã¦â€Â¾ */
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}



.carousel-caption2 p {
    text-shadow: none;
    color: rgb(0, 51, 161);
    font-size: 15px;
    margin: 17px auto 39px;
}
.pro-box-prev-btn, .pro-box-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
}

.pro-box-prev-btn {
  left: 25%;
}

.pro-box-next-btn {
  right: 25%;
}

.pro-box-prev-btn:hover, .pro-box-next-btn:hover {
  background-color: rgb(0,51,161);
}
.carousel-caption2 a {
    text-shadow: none;
    background-color: rgb(0 51 161);
    padding: 15px 22px;
    border-radius: 3px;
    color: white;
    font-size: 15px;
    text-transform: capitalize;
}


.carousel-caption2 a:hover {
    background-color: rgb(0, 51, 161);
}
.carousel-inner .item.active h3 {
    animation-name: fadeInLeft;
    animation-delay: 0.5s; /* Ã¦Â â€¡Ã©Â¢ËœÃ¥Â»Â¶Ã¨Â¿Å¸ 0.5 Ã§Â§â€™ */
}

.carousel-inner .item.active p {
    animation-name: fadeInLeft;
    animation-delay: 1s; /* Ã¦ÂÂÃ¨Â¿Â°Ã¥Â»Â¶Ã¨Â¿Å¸ 1 Ã§Â§â€™ */
}

.carousel-inner .item.active a {
    animation-name: fadeInLeft;
    animation-delay: 1.5s; /* Ã¦Å’â€°Ã©â€™Â®Ã¥Â»Â¶Ã¨Â¿Å¸ 1.5 Ã§Â§â€™ */
}
.about-bj {
    background-color: rgb(0, 51, 161);
    padding-bottom: 20px;
}

.about-box {
    margin-top: 110px;
	/* position: relative; */
}

.about-bj img {
    margin-top: -24px;
    margin-left: 0;
    height: 298px;
}

.carousel-inner {
    z-index: 1;
}

.dropbtn {
    line-height: 83px;
    padding-top: 0px !important;
}

.about-bj {
    margin-left: 4%;
    margin-top: 20px;
    width: 457px;
}

.about-webzi p {
    font-size: 15px;
    color: rgb(136, 136, 136);
    margin-top: -8px;
    line-height: 24px;
}

.about-webzi a {
    background-color: rgb(0, 51, 161);
    color: white;
    font-size: 15px;
    border-radius: 3px;
    padding: 19px 32px;
    text-align: center;
    margin-top: 12px;
    display: inline-block;
}

.about-webzi a:hover {
    background-color: rgb(0, 87, 183);
    box-shadow: rgb(153, 153, 153) 2px 2px 5px;
}

 /* Ã¨Â§â€ Ã©Â¢â€˜Ã¥Â®Â¹Ã¥â„¢Â¨Ã¦Â Â·Ã¥Â¼Â */
        .video-container {
         /*   position: relative; */
            width: 457px;
            cursor: pointer;
        }
        
        
.video2 {
   width: 80%;         /* Ã¨Â§â€ Ã©Â¢â€˜Ã¥Â®Â½Ã¥ÂºÂ¦Ã¥ÂÂ Ã¥Â±ÂÃ¥Â¹â€¢Ã§Å¡â€ž80% */
       height: auto;       /* Ã©Â«ËœÃ¥ÂºÂ¦Ã¨â€¡ÂªÃ©â‚¬â€šÃ¥Âºâ€ */
       max-height: 90%;    /* Ã¦Å“â‚¬Ã¥Â¤Â§Ã©Â«ËœÃ¥ÂºÂ¦Ã¤Â¸ÂÃ¨Â¶â€¦Ã¨Â¿â€¡Ã¥Â±ÂÃ¥Â¹â€¢Ã§Å¡â€ž90% */
       background: black;  /* Ã¨Â§â€ Ã©Â¢â€˜Ã¨Æ’Å’Ã¦â„¢Â¯Ã¤Â¸ÂºÃ©Â»â€˜Ã¨â€°Â² */
       border: 2px solid black; /* Ã¦Â·Â»Ã¥Å Â Ã§â„¢Â½Ã¨â€°Â²Ã¨Â¾Â¹Ã¦Â¡â€ Ã¦ÂÂÃ¥Ââ€¡Ã¨Â§â€ Ã©Â¢â€˜Ã¨Â§â€ Ã¨Â§â€°Ã¦â€¢Ë†Ã¦Å¾Å“ */
}
      /* Ã¥â€¦Â³Ã©â€”Â­Ã¦Å’â€°Ã©â€™Â®Ã¦Â Â·Ã¥Â¼Â */
      .close-video-btn {
          position: absolute;
          top: 20px;
          right: 20px;
          font-size: 42px;
          color: white;
          background: none;
          border: none;
          cursor: pointer;
          z-index: 10000;
      }
      
    

        /* Ã¥Â°ÂÃ©ÂÂ¢Ã¥â€ºÂ¾Ã¥Æ’Â */
        .video-poster {
            width: 457px;
            display: block;
        }
         
        /* Ã¦â€™Â­Ã¦â€Â¾Ã¦Å’â€°Ã©â€™Â®Ã¦Â Â·Ã¥Â¼Â */
        .play-button {
            position: absolute;
            top: 43%;
            left: 56%;
            transform: translate(-50%, -50%);
            font-size: 50px;
            color: white;
            background-color: rgb(255 255 255 / 75%);
            padding: 0px 18px 5px 20px;
            border-radius: 50%;
        }

	
	
	.video-modal {
	      display: none!important;
	          position: fixed;
	          top: 0;
	          left: 0;
	          width: 100%;
	          height: 100%;
	          background-color: rgba(0, 0, 0, 0.8);
	          z-index: 9999;
	          display: flex;
	          justify-content: center; /* Ã¦Â°Â´Ã¥Â¹Â³Ã¥Â±â€¦Ã¤Â¸Â­ */
	          align-items: center;    /* Ã¥Å¾â€šÃ§â€ºÂ´Ã¥Â±â€¦Ã¤Â¸Â­ */
	    }
	
	    .video-modal.show {
	        display: flex!important;;
	    }
		
		/* Ã§Â»â€œÃ¦ÂÅ¸ */
		
.daohanglan.show {
    top: 0px;
    opacity: 1;
}

.over-yc {
    overflow: hidden;
}

.over-yc::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(0 51 161 / 62%);
    content: "";
    transition: all 0.4s ease 0s;
    z-index: 1;
}

.li-hover:hover .over-yc::before {
    opacity: 0.8;
    visibility: visible;
}

.li-hover {
    margin-bottom: 3%;
}
/* .video2{
	height: auto;
	margin-top: -24px;
	margin-left: 0;
} */
.more-a {
    height: 50px;
    width: 50px;
    opacity: 0;
    line-height: 51px;
    text-align: center;
    color: rgb(255, 255, 255);
    /* background: rgb(255, 255, 255); */
    display: block;
    position: absolute;
    inset: 50% 20px 0px 50%;
    font-size: 17px;
    border-radius: 100%;
    z-index: 333;
    margin-left: -39px;
    margin-top: -25px;
    visibility: hidden;
}

.li-hover:hover .more-a {
    opacity: 1;
    visibility: visible;
}
.carousel-control.left,.carousel-control.right{
	z-index:2!important
}
.carousel-caption2 a:hover{
	background-color: rgb(0, 87, 183);
	box-shadow: rgb(153, 153, 153) 2px 2px 5px;
}
.portfolio-content a {
    display: block;
    display: block;
    align-items: center; /* Ã¥Å¾â€šÃ§â€ºÂ´Ã¥Â±â€¦Ã¤Â¸Â­ */
    justify-content: center; /* Ã¦Â°Â´Ã¥Â¹Â³Ã¥Â±â€¦Ã¤Â¸Â­ */
    vertical-align: middle;
    align-items: center;
}

.portfolio-content a h2 {
    font-size: 18px;
    color: rgb(0 51 161);
    text-transform: capitalize;
    margin: 0px;
    vertical-align: middle;
    font-weight: bold;
    /* display: flex; */
    /* align-items: center; */ /* Ã¥Å¾â€šÃ§â€ºÂ´Ã¥Â±â€¦Ã¤Â¸Â­ */
    /* justify-content: center; */ /* Ã¦Â°Â´Ã¥Â¹Â³Ã¥Â±â€¦Ã¤Â¸Â­ */
}

.portfolio-content a h2:hover {
    color: rgb(0 0 0);
}

.portfolio-content {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center; /* Ã¥Å¾â€šÃ§â€ºÂ´Ã¥Â±â€¦Ã¤Â¸Â­ */
    /* justify-content: center; */ /* Ã¦Â°Â´Ã¥Â¹Â³Ã¥Â±â€¦Ã¤Â¸Â­ */
    height: 60px;
    vertical-align: middle;
    width: 90%;
    padding: 17px 20px;
    border-left: 3px solid rgb(0, 51, 161);
    background: rgb(255, 255, 255);
    left: 15px;
    /* display: inline-block; */
    z-index: 2;
    margin-bottom: -20px;
    box-shadow: rgb(235, 235, 235) -2px 2px 17px;
    margin-top: -33px;
}

.bt {
    font-size: 32px;
    color: rgb(0 51 161);
    display: block;
    text-align: center;
    margin: 108px 0px 44px;
    text-transform: uppercase;
}

.more-a svg {
    width: 80px;
}

.more-a svg path {
    fill: rgb(255 255 255) !important;
}

.youshi-bj {
    width: 100%;
    margin: 85px auto;
    background: linear-gradient(95deg, #0033a1e8, #013561, #0033a1);
    height: auto;
    padding-bottom: 3%;
    display: table;
    position:relative;
    overflow: hidden;
    /* clip-path: polygon( 0 0%, 100% 0, 100% 100%, 0% 100%); */ /* Ã¨ÂÂ±Ã¥Â½Â¢Ã¥â€°ÂªÃ¨Â£Â */
}
/* .youshi-bj::before {
    content: "";
    position: absolute;
    top: 51%;
    left: 14%;
    width: 438px;
    height: 400px;
    background-color: rgb(28 84 203 / 28%); 
    transform: translate(-94%, -50%) rotate(-41deg); 
    z-index: 1;
} */
/* .youshi-bj::after {
    content: "";
    position: absolute;
    top: 51%;
    right: -35%;
    width: 438px;
    height: 400px;
    background-color: rgb(11 109 240 / 33%);
    transform: translate(-94%, -50%) rotate(-41deg); 
    z-index: 1;
} */
.bt2 {
    margin: 0px;
    padding: 3%;
    color: white;
}
.no-right{
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
}
.ys-li{
	width: 13%;
	float: left;
	margin-left: 1%;
}
.ys-li:nth-of-type(1){
	margin-left: 18px;
}
.ys-li span {
    margin: 0px auto;
    display: block;
    background-color: rgba(223, 223, 223, 0.3);
    border-radius: 100%;
    width: 90%;
    padding: 6% 0px;
}
.ys-li:nth-of-type(7){
	/* margin-left: 0%; */
}
.ys-li span svg {
    display: block;
    background-color: white;
    border-radius: 100%;
    width: 88%;
    padding: 17%;
    margin: 0px auto;
    height: 100%;-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.ys-li span:hover svg{
	background-color:#0033a1 ;transform: scale(1);
}
.ys-li span:hover svg path{
	fill: white;
}
.ys-li b {
    font-size: 16px;
    color: white;
    text-transform: capitalize;
    text-align: center;
    line-height: 21px;
    display: block;
    margin-top: 21px;
    font-weight: normal;
}

.ys-li span svg path {fill: #0033a1;}

.custom-carousel-slide:nth-of-type(n+1) {
}

.contact-uis {
    display: block;
    border: 1px solid rgb(255, 255, 255);
    width: 7%;
    text-align: center;
    line-height: 40px;
    color: white;
    margin: 25px auto 0px;
}

.contact-uis:hover {
    background-color: white;
    color: rgb(0, 51, 161);
}
.left-image img{
	border-radius: 5px;
	width: 100%;
}
.right-box {
    background-color: rgb(238, 238, 238);
    padding: 30px;
    border-radius: 6px;
    height: auto;
    display: table;
}

.right-box a h2 {
    color: rgb(0, 51, 161);
    font-weight: bold;
    text-transform: capitalize;
}

.right-box p {
    color: rgb(142, 139, 139);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 23px;
    margin-top: 17px;
}

.right-box .gengduo {
    background-color: rgb(0, 51, 161);
    color: white;
    padding: 16px 54px;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    transition: all 0.4s ease 0s;
}

.right-box .gengduo:hover {
    background: rgb(0, 87, 183);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 10px -8px;
}

.product-cate li {
    margin-bottom: 36px;
}
.li-hover:hover img{
	filter: blur(2px);
	transform: scale(1.1);
	transition: all 0.4s ease 0s;
}
.li-hover img{
	width: 100%;
	transition: all 0.4s ease 0s;
}
.contacu-bj {
    background: url("../image/bj-contacu.jpg") center center / cover no-repeat;
    padding: 100px 0px;
    /* background-attachment: fixed; */
    margin-top: 73px;
}

.bt3 {
    color: white;
    font-size: 32px;
}

.form-container {
    margin-top: 3%;
    padding: 70px 40px;
    background-color: white;
    box-sizing: border-box;
    border-top: 4px solid rgb(0, 51, 161);
    box-shadow: 0 0 15px rgb(222 222 222 / 53%);
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 36px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: calc(33.333% - 13.33px);
    padding: 10px;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
}

textarea {
    width: 100%;
    height: 120px;
    resize: none;
}

.submit-button {
    display: block;
    background-color: rgb(0, 51, 161);
    color: white;
    padding: 12px 32px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    margin: 0px auto;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
}

.submit-button:hover {
    background-color: rgb(37, 55, 70);
}

.p-wenzi {
    font-size: 17px;
    margin-bottom: 5%;
    color: rgb(0, 0, 0);
}

.custom-carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
    padding: 5px 0px;
    display: flex;
    align-items: center;
}

.custom-carousel-track {
    display: flex;
    transition: transform 0.5s ease 0s; padding: 0 15px; 
	  /*width: calc(100% * 5); Adjust based on total slides + clones */
}

/* .custom-carousel-slide {
    display: flex;
    flex: 0 0 50%;
    padding: 0px 3%;
    box-sizing: border-box;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 10px;
} */
.custom-carousel-slide {
     display: flex;
     align-items: center;
     /* flex-direction: column; */
     box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 10px; /* Ã©ËœÂ´Ã¥Â½Â±Ã¨Â®Â¾Ã§Â½Â®Ã¥Å“Â¨Ã¥â€ â€¦Ã¥Â±â€šÃ§Å¡â€ž .custom-carousel-slide Ã¤Â¸Å  */
     width: 96%; /* Ã§Â¡Â®Ã¤Â¿ÂÃ¥Â¹Â»Ã§ÂÂ¯Ã§â€°â€¡Ã¥Å“Â¨Ã¥Â®Â¹Ã¥â„¢Â¨Ã¥â€ â€¦Ã¥ÂÂ Ã¦Â»Â¡Ã¥Â®Â½Ã¥ÂºÂ¦ */
     box-sizing: border-box;
     background-color: #fff; /* Ã¨Â®Â¾Ã§Â½Â®Ã¨Æ’Å’Ã¦â„¢Â¯Ã©Â¢Å“Ã¨â€°Â²Ã¤Â»Â¥Ã¤Â½Â¿Ã©ËœÂ´Ã¥Â½Â±Ã¦â€¢Ë†Ã¦Å¾Å“Ã¦â€ºÂ´Ã¦ËœÅ½Ã¦ËœÂ¾ */
}

.custom-carousel-slide-container {
    flex: 0 0 calc(50% - -14px); /* Ã¦Â¯ÂÃ¤Â¸ÂªÃ¥Â¹Â»Ã§ÂÂ¯Ã§â€°â€¡Ã¥Â®Â¹Ã¥â„¢Â¨Ã¥Â®Â½Ã¥ÂºÂ¦Ã¤Â¸Âº50%Ã¥â€¡ÂÃ¥Å½Â»Ã¤Â¸â‚¬Ã¥ÂÅ Ã§Å¡â€žÃ©â€”Â´Ã¨Â·Â */
     /* Ã¨Â®Â¾Ã§Â½Â®Ã¥Â¹Â»Ã§ÂÂ¯Ã§â€°â€¡Ã¤Â¹â€¹Ã©â€”Â´Ã§Å¡â€žÃ©â€”Â´Ã¨Â·Â */
    box-sizing: border-box;
}

.custom-carousel-slide-container:last-child {
    margin-right: 0; /* Ã§Â§Â»Ã©â„¢Â¤Ã¦Å“â‚¬Ã¥ÂÅ½Ã¤Â¸â‚¬Ã¤Â¸ÂªÃ¥Â¹Â»Ã§ÂÂ¯Ã§â€°â€¡Ã¥Â®Â¹Ã¥â„¢Â¨Ã§Å¡â€žÃ¥ÂÂ³Ã¨Â¾Â¹Ã¨Â·Â */
}
.custom-carousel-image {
    flex: 1 1 50%;
}

.custom-carousel-image img {
    width: 100%;
    height: auto;
    /* border-radius: 8px; */
}

.custom-carousel-content {
    flex: 1 1 50%;
    padding-left: 20px;
    padding-right: 20px;
}

.custom-carousel-content h3 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
    color: rgb(0, 51, 161);
}

.custom-carousel-content p {
    font-size: 14px;
    line-height: 27px;
    color: rgb(134, 130, 130);
}

.custom-carousel-button {
    position: absolute;
    top: 46%;
    background-color: rgb(0, 51, 161);
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.3s ease 0s;
}

.custom-carousel-button.left {
    left: 10px;
}

.custom-carousel-button.right {
    right: 10px;
}

.custom-carousel-container:hover .custom-carousel-button {
    opacity: 1;
}
.blog-pagination {
    margin-top: 30px;
}

.pagination-numbers {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 5px;
}

.pagination-numbers li {
    display: inline;
}

.pagination-numbers a {
    text-decoration: none;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    background-color: #f8f9fa;
    transition: background-color 0.3s;
}

.pagination-numbers a:hover,
.pagination-numbers a.active {
    background-color: rgb(0, 51, 161);;
    color: #fff;
}
.blog-bj {
    background-color: aliceblue;
    padding: 100px 0px;
    margin-top: 6%;
}

.bt4 {
    margin: 0px;
}

.blog-carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 60px auto auto;
    display: inline-block;
    align-items: center;
}

.blog-carousel-track {
    display: flex;
    transition: transform 0.5s ease 0s;
}

.blog-carousel-slide {
    min-width: 30.333%;
    box-sizing: border-box;
    align-items: center;
    padding: 10px;
    margin: 0px 17px;
    background-color: white;
    box-shadow: rgb(232, 232, 232) 0px 0px 20px;
}

.blog-carousel-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.blog-carousel-content {
    padding: 10px;
    text-align: left;
}

.blog-carousel-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 26px;
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    height: 109px;
}

.blog-carousel-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    height: 72px;
    font-family: 'Poppins', sans-serif!important;
}

.blog-read-more {
    color: rgb(0, 51, 161);
    text-decoration: none;
    /* font-weight: bold; */
    font-size: 15px;
    transition: font-size 0.3s ease; /* Ã¥Â¹Â³Ã¦Â»â€˜Ã¨Â¿â€¡Ã¦Â¸Â¡Ã¦â€¢Ë†Ã¦Å¾Å“ */
    font-family: 'Poppins', sans-serif!important;
}

.blog-carousel-button {
    position: absolute;
    top: 50%;
    background-color: rgb(0, 51, 161);
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.3s ease 0s;
}

.blog-carousel-button.blog-left {
    left: 10px;
}

.blog-carousel-button.blog-right {
    right: 10px;
}

.blog-carousel-container:hover .blog-carousel-button {
    opacity: 1;
}

.blog-read-more:hover {
    color: rgb(0 0 0);
    /* transform: scale(1.5); */
    font-size: 16px;
}

footer {
    /* background-color: rgb(1 46 82); */
    background-color: #0033a1;
    width: 100%;
    margin: 0px auto;
    padding: 3% 0px 0%;
    /* background-image: url("../image/map.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.footer-db li:nth-of-type(2){
	padding-left: 0;
}

.blog-carousel-content h3:hover {
    color: rgb(0, 51, 161);
}
	
.go-to-top-btn{
	height: 47px;
	width: 47px;
	line-height: 42px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.32);
	border-radius: 3px;
	font-size: 25px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	border-radius: 100%;
	position: fixed;
	right: 2%;
	bottom: 6%;
	cursor: pointer;
}

.go-to-top-btn svg{
	width: 18px;
	height: 18px;
	/* margin: 0 auto; */
	margin-left: 15px;
}
.go-to-top-btn svg path{
	   
text-align: center;
	   
display: inline-block;
	   
line-height: 47px;
	   
margin: 0 auto;
}
.go-to-top-btn:hover{
	background-color: rgb(0 51 161);
}
.go-to-top-btn:hover svg path{
	fill: white!important;
}
.strong-bt {
    font-size: 18px;
    color: white;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 22px;
    display: block;
}

.strong-bt::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 40px;
    height: 2px;
    bottom: -8px;
    background: rgb(255 255 255);
    display: block;
}

.footer-db .footer-ul li {
    position: relative;
    padding-left: 15px;
    line-height: 26px;
}

.footer-db .footer-ul li::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-top: -5px;
    background: rgb(212, 212, 212);
    transition: all 0.4s ease 0s;
}

.footer-db .footer-ul li a {
    display: inline-block;
    color: rgb(180, 180, 180);
    padding: 0px;
    text-transform: capitalize;
    margin: 0px;
    background: transparent;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    font-family: 'Poppins',sans-serif;
}

.footer-db .footer-ul li a:hover {
    color: white;
}

.strong-bt2 {
    margin-top: 13px;
}

.footer-lianxi li {
    margin-bottom: 7px;
}

.footer-lianxi li span {
    color: rgb(204, 204, 204);
    font-size: 15px;
    background: url("../image/phone.png") left center / contain no-repeat;
    padding-left: 34px;
}

.footer-lianxi li:nth-of-type(2) span {
    background: url("../image/email.png") left center / contain no-repeat;
}

.footer-lianxi li:nth-of-type(3) span:nth-of-type(1) {
    display: inline;
    background: url("../image/dizhi.png") left center / contain no-repeat;
    line-height: 34px;
}
.footer-lianxi li:nth-of-type(3) span:nth-of-type(2) {
    background: none;
    line-height: 29px;
    padding-left: 0;
    display: block;
    float: right;
    width: 90%;
}
.li-yx2 {
    align-items: flex-start;
    display: flex;
    margin-top: 20%;
    clear: both;
}

.li-yx2 svg {
    width: 27px;
}

.footer-subscribe-form {
    display: flex;
    max-width: 100%;
    margin: 33px auto;
    background-color: rgb(255 255 255 / 20%);
    padding: 13px;
    border-radius: 5px;
}

.footer-email-input {
    flex: 1 1 0%;
    font-size: 16px;
    padding: 17px !important;
    border: 1px solid rgb(204, 204, 204) !important;
    border-radius: 5px 0px 0px 5px !important;
    width: 70% !important;
}

.footer-subscribe-button {
    padding: 17px 20px;
    background-color: rgb(0, 51, 161);
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}

.footer-subscribe-button:hover {
    background-color: rgb(0 51 161);
}

.form-gap {
    gap: 0px;
    display: flex;
    padding: 0px !important;
}

.bq-p {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    font-size: 13px;
    padding: 14px 0px;
    text-align: center;
    border-top: 1px solid rgba(235, 235, 235, 0.23);
}

.tanchuang-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 9999;
}

.tanchuang-popup-content {
    background: rgb(255, 255, 255);
    padding: 0px 0px 0px 0px;
    max-width: 50%;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
}

.tanchuang-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.tanchuang-image-container {
        /* flex: 0 0 50%; */
        /* overflow: hidden; */
        border-radius: 8px;
        /* float: left; */
        /* height: auto; */
        /* padding: 0 0 !important; */
        background: url(../image/tcc.jpg) no-repeat center;
        background-size: 100% 100%;
}

.tanchuang-background-image {
    width: 100%;
    height: 100%;
    padding: 0 0;
    margin: 0 0;
	display: none;
}

.tanchuang-logo {
    width: 42%;
    /* margin-bottom: 10px; */
}

.tanchuang-popup-content h2 {
    color: rgb(58, 58, 58);
    font-size: 20px;
    /* margin: 10px 0px; */
}

.tanchuang-popup-content p {
    color: rgb(102, 102, 102);
    font-size: 14px;
    /* margin-bottom: 20px; */
}

.right-popup {
   /* float: right;
    width: 50%; */
   padding: 3% 30px;
}

.popup-form input {
    margin: 15px 0px;
    border: 1px solid rgb(227, 226, 226);
    border-radius: 4px;
    width: 100% !important;
}
.tanchuang-submit-btn {
    width: auto;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: rgb(0, 51, 161);
    color: rgb(255, 255, 255);
    font-size: 16px;
    cursor: pointer;
    margin-top: 8%;
    transition: background-color 0.3s ease 0s;
}

.tanchuang-submit-btn:hover {
    background-color: rgb(0, 87, 183);
}

.a-tb svg {
    width: 38%;
    height: auto;
    /* margin-left: 4%; */
    margin-top: 6%;
}

.a-tb svg path {
    fill: rgb(74, 95, 142);
}
/* Ã¨Â¯Â­Ã¨Â¨â‚¬Ã¥Ë†â€¡Ã¦ÂÂ¢ */
.language-selector {
    position: relative;
    display: inline-block;
    background-color: white;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    margin-top: 22px;
}

.language-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flag-icon {
    width: 20px;
    height: auto;
    margin-right: 8px;
}

.language-dropdown {
    display: none; /* Ã©Â»ËœÃ¨Â®Â¤Ã©Å¡ÂÃ¨â€”Â */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 150px;
}

.language-dropdown li {
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.language-dropdown li:hover {
    background-color: #f4f4f4;
}

.language-selector.active .language-dropdown {
    display: block; /* Ã¦ËœÂ¾Ã§Â¤ÂºÃ¤Â¸â€¹Ã¦â€¹â€°Ã¨ÂÅ“Ã¥Ââ€¢ */
}
.yuyan{
	position:fixed;
	top: 3%;
	right: 2%;
	z-index: 1100;
}
/* .language-switcher {
    position: relative;
    width: 120px;
    text-align: center;
}

.current-language {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.flag-icon {
    width: 20px;
    height: 14px;
    margin-right: 10px;
}

.arrow {
    font-size: 12px;
    margin-left: auto;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
}

.language-dropdown li {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.language-dropdown li:hover {
    background-color: #f0f0f0;
} */

/* Ã©ÂÂ¢Ã¥Å’â€¦Ã¥Â±â€˜ */
.bread-bj{
	/*background-image: url(../image/breadcrumb.jpg);*/
	background-size: cover;
	padding: 70px 0;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 10;
}
.bread-bj2{
	padding: 80px 0
}
.bread-bj::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: #2e2751;
    content: "";
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
}
.bread-bj:before{
	background: #000;
	    opacity: .6;
}
.bread-bj strong{
	    color: #fff;
	    -webkit-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    transition: all .3s ease;
	    font-size: 18px;
	    font-weight: 500;
	    padding-right: 8px;
	    margin-right: 8px;
	    display: inline-block;
	    position: sticky;
	    z-index: 1;
	    padding-left: 44px;
}

.bread-bj strong:before{
	    content: "";
	    position: absolute;
	    top: 50%;
	    width: 32px;
	    height: 5px;
	    left: 0;
	    background: #0033a1;
	    margin-top: -2.5px;
}
.bread-bj strong a{
	color: white;
}
.bread-bj b{
	color: #fff;
	    text-transform: capitalize;
	    font-size: 40px;
	    margin: 0;
	    padding: 0;
	    line-height: 45px;
	    z-index: 333;
	    position: relative;
	    font-weight: 700;
	    padding-top: 10px;
		display: block;
}
.about-content{
	margin-top: 6%;
}
/* Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬Ã©Â¡ÂµÃ©ÂÂ¢ */
.ab-content-carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.ab-content-carousel {
    position: relative;
    width: 95%;
    overflow: hidden;
    /* border-radius: 10px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    margin: 0 0 auto auto;
}

.ab-content-carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.ab-content-carousel-item {
    min-width: 100%;
    display: none;
}

.ab-content-carousel-item.active {
    display: block;
}

.ab-content-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0,51,161);
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    /* border-radius: 50%; */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
    transition: background 0.3s, opacity 0.3s;
    opacity: 0; /* Initially hidden */
}

.ab-content-carousel-arrow.left {
    left: 1px;
}

.ab-content-carousel-arrow.right {
    right: 1px;
}

/* Show arrows only when mouse is over the container */
body:hover .ab-content-carousel-arrow {
    opacity: 1; /* Fully visible when hovered */
}

/* .ab-content-carousel-arrow:hover {
    background: rgba(255, 255, 255, 1);
} */
.pdf-catalog-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.catalog-items {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}
.pdf-box-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
}

.pdf-box-prev-btn {
    left: 0;
}

.pdf-box-next-btn {
    right: 0;
}
.about-bj-no{
	margin-left: 0;
	max-height: 292px;
}
.ab-content-carousel-arrow svg{
		width: 20px;
		height: 20px;

}

.gsmz{
	margin-bottom: 10px;
	    font-size: 28px;
	    padding-left: 20px;
		display: block;
		color: black;
		position:relative;
			margin: 20px 0 25px 0;
}
.gsmz a{
	color: black;
}
.gsmz:before{
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 4px;
	    height: 100%;
	    background: rgb(0,51,161);
}

.com-p p{
	    color: #666;
	    line-height: 24px;
	    font-size: 15px;
	    font-family: 'Poppins', sans-serif;
	    margin-bottom: 20px;
}
/* pdf */
/* Ã¥Â¿â€¦Ã¨Â¦ÂÃ§Å¡â€žÃ¦Â Â·Ã¥Â¼Â */
    .carousel-wrapper {
        position: relative;
        overflow: hidden;
    }

    .carousel {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

   /* .carousel .pdf-c {
        flex: 0 0 25%;  Ã¦Â¯ÂÃ¦Â¬Â¡Ã¥Â±â€¢Ã§Â¤ÂºÃ¤Â¸â‚¬Ã¤Â¸ÂªÃ¥ÂÂ¡Ã§â€°â€¡ 
    }*/

    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background:rgb(0 51 161 / 81%);
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        display: none;
        z-index: 1000;
    }

    .arrow-left {
        left: 10px;
    }

    .arrow-right {
        right: 10px;
    }

    /* Ã©Â¼Â Ã¦Â â€¡Ã¦â€šÂ¬Ã¥ÂÅ“Ã¦ËœÂ¾Ã§Â¤ÂºÃ§Â®Â­Ã¥Â¤Â´ */
    .pdf-box:hover .arrow {
        display: block;
    }

    .pdf-catalog-item img {
        width: 87%;
        transition: transform 0.3s ease;
        display: block;
    }

   /* .pdf-hover-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 51, 161, 0.7);
        color: white;
        font-size: 16px;
        opacity: 0;
        transition: opacity 0.3s ease;
        cursor: pointer!important;
    } */

    .pdfwenzi:hover .pdf-hover-text {
        opacity: 1;
    }




 .pdf-catalog-item {
            position: relative;
            overflow: hidden;
            background-color: #f6f6f6;
            padding: 5%;
            border-radius: 5px;
            border: 1px solid #eee;
        }

        .pdf-catalog-item img {
            width: 87%;
            border-radius: 5px;
            border: 1px solid #0033a1;
            transition: transform 0.3s ease;
            padding: 9%;
            margin: 6% auto;
            display: block;
            background-color: #eee;
        }

        .catalog-item:hover img {
            transform: scale(1.1);
        }

        .pdf-hover-text {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 25%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgb(0 51 161 / 70%);
            color: white;
            font-size: 16px;
            opacity: 0;
            transition: opacity 0.3s ease;
            cursor: pointer;
        }

        .pdfwenzi:hover .pdf-hover-text {
            opacity: 1;
        }

        .pdf-preview {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1300;
        }

        .pdf-preview iframe {
            width: 80%;
            height: 80%;
        }

        .close-preview {
            position: absolute;
            top: 29px;
            right: 17px;
            background-color: #0033a1;
            color: white;
            border: none;
            font-size: 21px;
                padding: 5px 15px;
            cursor: pointer;
        }
.pdf-catalog-item span{
	color: #0033a1;
	display: inline-block;
	font-size: 20px;
}
.pdf-catalog-item  p{
	color: #666;
	font-size: 13px;
	line-height: 21px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 16px;
}
.pdf-anniu{
	
background-color: #0033a1;
	
color: white;
	
padding: 6px 0;
	
border: none;
	
border-radius: 3px;
}
.pdf-dibu{
	margin-bottom: 4%;
}
.pdf-close-btn svg{
	width: 40px;
	height: 40px;
}
/* Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬Ã©Â¡ÂµÃ©ÂÂ¢ */
.contact-content{
	margin-top: 5%;
}
.contact-wz strong{
	font-size: 25px;
	    margin-bottom: 10px;
		display: block;
		color:  rgb(0,51,161);
}
.contact-wz p{
	    color: #666;
	    font-size: 15px;
	    line-height: 24px;
}
.tb-con li span{
    background-color: #0033a1;
    padding: 10px 10px;
    border-radius: 100%;
    float: left;
    width: 52px;
}
.tb-con li{
	height: auto;
	display: table;
	width: 100%;
	margin-top: 24px;
}
.tb-con li span svg{}
.tb-con li section{
    width: 79%;
    float: right;
}
.tb-con li section b{
    font-size: 18px;
    color: #0033a1;
}
.tb-con li section p{
    font-size: 15px;
    margin-bottom: 0;
}
.tb-con li section p a{
	color: #666;
}
.tb-con li section p a:hover{
	color: #0033a1;
}
.form-container2{
	margin-top: 0;
	padding: 50px 40px;
}

 .map-container {
            width: 100%;
            height: 500px;
            margin: 100px auto 0 auto;
            border: 2px solid #ddd;
            border-radius: 10px;
            overflow: hidden;
        }
        iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

/* appÃ©Â¡ÂµÃ©ÂÂ¢ */
.app-content{
	margin-top: 5%;
	margin-bottom: 3%;
}
.win-content{
	margin-top: 3%;
	margin-bottom: 3%;
}
.app-content li a{
	display: block;
	background-color: white;
	padding: 20px 20px 7px 20px;
	box-shadow: 0px 0px 1px 1px #eee;
}
.app-content li a h2{
	text-align: center;
	height: 46px;
	
	color: #222;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* display: -webkit-box; */
	/* -webkit-box-orient: vertical; */
	/* -webkit-line-clamp: 1; */
	margin: 12px 0 8px;
	font-size: 16px;
	line-height: 23px;
	display: flex;
	align-items: center; /* Ã¥Å¾â€šÃ§â€ºÂ´Ã¥Â±â€¦Ã¤Â¸Â­ */
	justify-content: center; /* Ã¦Â°Â´Ã¥Â¹Â³Ã¥Â±â€¦Ã¤Â¸Â­Ã¯Â¼Ë†Ã¥ÂÂ¯Ã©â‚¬â€°Ã¯Â¼â€° */transition: color 0.3s ease, transform 0.3s ease; /* Ã¥Â¹Â³Ã¦Â»â€˜Ã¨Â¿â€¡Ã¦Â¸Â¡Ã¦â€¢Ë†Ã¦Å¾Å“ */
}
	.app-content li a h2:hover{
		color: #0033a1;transform: translateY(-5px); /* Ã¨Â·Â³Ã¥Å Â¨Ã¦â€¢Ë†Ã¦Å¾Å“Ã¯Â¼Å’Ã¥Ââ€˜Ã¤Â¸Å Ã§Â§Â»Ã¥Å Â¨5px */
	}
.app-content2 li a h2{
	font-weight: bold;
}
.app-content li{
	margin-bottom: 20px;
}
.app-content div{
	overflow: hidden;
}
.app-content img{
	-webkit-transition: all .3s;
	    transition: all .3s;
}
.app-content li a:hover img{
	    -webkit-transform: scale(1.05);
	    transform: scale(1.05);
}
/* win */
.pro-box-gallery {
	  display: grid;
	  grid-template-columns: repeat(4, 1fr);
	  gap: 30px;
	  padding: 20px;
	}
	.win-content {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  gap: 20px;
	}
	.pro-box-product {
	 text-align: center;
	 box-shadow: 0px 0px 1px 1px #eee;
	 /* flex: 1 1 calc(25% - 20px);
	    max-width: calc(25% - 20px); */
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 background-color: white;
	 overflow: hidden;
	 padding: 0 10px 10px 10px;	 

	}
	
	.pro-box-product-image {
	  width: 100%;
	  cursor: pointer;
	}
	.pro-box-product img {
	  width: 100%;
	  height: auto;
	  object-fit: contain;
	  cursor: pointer;
	  transition: transform 0.3s;
	}
	
	.pro-box-product img:hover {
	  transform: scale(1.05);
	}
	.pro-box-product-caption {
	  margin-top: 8px;
	  font-size: 16px;
	  
	 
	}
	
.pro-box-product-caption a{
	color: #333; text-transform: capitalize;transition: color 0.3s ease, transform 0.3s ease; /* Ã¥Â¹Â³Ã¦Â»â€˜Ã¨Â¿â€¡Ã¦Â¸Â¡Ã¦â€¢Ë†Ã¦Å¾Å“ */
	display: inline-block;
	height: 45px;
}
	.pro-box-product .pro-box-product-caption a:hover {
		color: #0033a1; 
		transform: translateY(-5px); /* Ã¨Â·Â³Ã¥Å Â¨Ã¦â€¢Ë†Ã¦Å¾Å“Ã¯Â¼Å’Ã¥Ââ€˜Ã¤Â¸Å Ã§Â§Â»Ã¥Å Â¨5px */
	}
	
	/* Ã¦â€°â€¹Ã¦Å“ÂºÃ§Â«Â¯Ã¦ËœÂ¾Ã§Â¤Âº2Ã¥Ë†â€” */
	@media (max-width: 768px) {
	  .pro-box-gallery {
	    grid-template-columns: repeat(2, 1fr);
	  }
	  .menu-toggle {
	          display: block; /* æ˜¾ç¤ºèœå•æŒ‰é’® */
	      }
	}
	
	/* Ã¥â€¦Â¨Ã¥Â±ÂÃ¦â€Â¾Ã¥Â¤Â§Ã¦Â Â·Ã¥Â¼Â */
	.pro-box-lightbox {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.8);
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  z-index: 1200;
	}
	.pro-box-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none; /* Ã©Â»ËœÃ¨Â®Â¤Ã©Å¡ÂÃ¨â€”Â */
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1200;
}
	.pro-box-product-title {
	  color: white;
	  font-size: 24px;
	  margin-bottom: 10px;
	}
	
	.pro-box-zoom-image {
	  width: 40%; /* Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Â®Â½Ã¥ÂºÂ¦Ã¥ÂÂ Ã¨Â§â€ Ã¥ÂÂ£Ã¥Â®Â½Ã¥ÂºÂ¦Ã§Å¡â€ž50% */
	  height: auto; /* Ã©Â«ËœÃ¥ÂºÂ¦Ã¨â€¡ÂªÃ¥Å Â¨Ã¨Â°Æ’Ã¦â€¢Â´Ã¯Â¼Å’Ã¤Â¿ÂÃ¦Å’ÂÃ¥â€ºÂ¾Ã§â€°â€¡Ã¦Â¯â€Ã¤Â¾â€¹ */
	  max-height: 93vh; /* Ã¥â€ºÂ¾Ã§â€°â€¡Ã©Â«ËœÃ¥ÂºÂ¦Ã¥ÂÂ Ã¨Â§â€ Ã¥ÂÂ£Ã©Â«ËœÃ¥ÂºÂ¦Ã§Å¡â€ž50% */
	  object-fit: contain; /* Ã§Â¡Â®Ã¤Â¿ÂÃ¥â€ºÂ¾Ã§â€°â€¡Ã¤Â¸ÂÃ¤Â¼Å¡Ã¦â€¹â€°Ã¤Â¼Â¸ */
	}
	
	.pro-box-close-btn {
	  position: absolute;
	  top: 20px;
	  right: 20px;
	  font-size: 50px;
	  color: white;
	  padding: 0 24px;
	  cursor: pointer;
	  background-color: rgb(96 96 96);
	  border-radius: 6px;
	}
.dh-bar{
	background-color: #ffffff;
	padding: 10px 0 0px 0;
}

.dh-bar li{
	width: auto;
	float: left;
	margin-bottom: 7px;
	text-transform: capitalize;
	margin-top: 4px;
	padding-right: 100px;
}
	.dh-bar li:nth {
	    padding-right: 0; 
	}
/* .dh-bar li:nth-of-type(3){
	margin-right: 0;
} */
.dh-bar li a{
	color: #8f8f8f;
	font-size: 17px;
	line-height: 30px;
}
.dh-bar li a:hover{
	color: rgb(0,51,161);
}
/* 	
.dh-bar2 li:nth-of-type(4){
	margin-right: 0;
}
.dh-bar2 li:nth-of-type(3){
	margin-right:8%;
} */
.dh-bar3 li{
	width: auto;
	float: left;
	margin-bottom: 7px;
	text-transform: capitalize;
	margin-top: 4px;
	padding-right: 100px;
}
	.dh-bar3 li:nth {
	    padding-right: 0; 
	}
/* .dh-bar3 li:nth-of-type(2){
	width: 18%;
}
.dh-bar3 li:nth-of-type(3){
	width: 29%;
	margin-right: 0;
}
.dh-bar3 li:nth-of-type(4){
	width: 27%;
	margin-right: 0;
}
.dh-bar3 li:nth-of-type(5){
	width: 27%;
	margin-right: 0;
} */
/* .dh-bar4 li{
	width: 25%;
	float: left;
	margin-bottom: 7px;
	text-transform: capitalize;
	margin-top: 4px;
}

.dh-bar4 li:nth-of-type(2){
	width: 27%;
}
.dh-bar4 li:nth-of-type(3){
	width: 18%;
	margin-right: 0;
}
.dh-bar4 li:nth-of-type(4){
	width: 26%;
}
.dh-bar4 li:nth-of-type(5){
	width: 25%;
	margin-right: 0;
}
.dh-bar4 li:nth-of-type(6){
	width: 27%;
}
.dh-bar4 li:nth-of-type(7){
	width: 26%;
	margin-right: 0;
}
.dh-bar4 li:nth-of-type(9){
	width: 27%;
}
.dh-bar4 li:nth-of-type(10){
	width: 34%;
}
.dh-bar4 li:nth-of-type(11){
	width: 57%;
	margin-right: 0;
}
.dh-bar5 li{
	width: 16%;
}
.dh-bar6 li{
 width: 31%;
}
.dh-bar6 li:nth-of-type(2){
	width: 26%;
	margin-right: 0;
}
.dh-bar6 li:nth-of-type(3){
	width: 15%;
	margin-right: 0;
} */
/* Ã¤ÂºÂ§Ã¥â€œÂÃ©Â¡ÂµÃ©ÂÂ¢ */
.product-box li a{
	background-color: white;
	    display: inline-block;
	    padding: 0 10px 10px 10px;
}
.product-box li a img{
	 left: 0!Important;
	    top:0!important;
	       transition: all 500ms!important;
	       transform:scale(1) !important;
}
.product-box li a:hover img{
	 z-index: 50;
	transform: scale(1.1)!important;
	transition-duration: 1000ms;
	transition-timing-function: ease;
	-webkit-transform: scale(1.1)!important;
	-webkit-transition-duration: 1000ms;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 1000ms;
	-moz-transition-timing-function: ease;
	-moz-transform: scale(1.1)!important;
	
}
.cp-p{
	margin: 70px auto;
}
.cebianlan strong{
	position: relative;
	font-size: 22px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 12px;
	padding-bottom: 12px;
	color: rgb(0,51,161);
}
.cebianlan strong:after{
	content: "";
	position: absolute;
	left: 0;
	width: 40px;
	height: 4px;
	bottom: 0;
	background: rgb(0,51,161);
	display: block;
}
.cebian-ul li{
	
margin: 15px 0;
}
.cebian-ul li a{
	color: #666;
	font-size: 14px;
}
.cebian-ul li svg{
	width: 10px;
	height: 10px;
	float: right;    margin-top: 5px
}
.cebian-ul li svg path{
	
}
.cebian-ul li:hover svg path{
	fill: rgb(0,51,161);
}
.cebian-ul li:hover a{
	color: rgb(0,51,161);
}
.cebianlan strong:nth-of-type(2){
	margin:20% 0 9% 0	;
	display: block;
}
.pro-biaodan-form {
    /* max-width: 400px; */
    margin: 0 auto;
    /* padding: 20px; */
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    background-color: #fff;
}
.cebian-ul li:nth-of-type(3) svg{
	margin-top: -13px;
}
.pro-biaodan-field {
    margin-bottom: 15px;
}

.pro-biaodan-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.pro-biaodan-field input,
.pro-biaodan-field textarea {
    width: 100%;
    padding: 15px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.pro-biaodan-field input:focus,
.pro-biaodan-field textarea:focus {
    border-color: #007bff;
    outline: none;
}

.pro-biaodan-submit {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #0033a1;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.pro-biaodan-submit:hover {
    background-color: #0033a1;
}
.product-box li{
	/* box-shadow: 0px 0px 1px 1px #eee; */
	overflow: hidden;
	margin-bottom: 25px;
}
.product-box li h2{
	    font-size: 17px;
	    color: #333;
	    font-weight: bold;
		height: 38px;
	    text-align: center;
	    text-transform: capitalize;	transition: color 0.3s ease, transform 0.3s ease; /* Ã¥Â¹Â³Ã¦Â»â€˜Ã¨Â¿â€¡Ã¦Â¸Â¡Ã¦â€¢Ë†Ã¦Å¾Å“ */

}
.product-box li h2:hover{
	color: #0033a1;  transform: translateY(-5px); /* Ã¨Â·Â³Ã¥Å Â¨Ã¦â€¢Ë†Ã¦Å¾Å“Ã¯Â¼Å’Ã¥Ââ€˜Ã¤Â¸Å Ã§Â§Â»Ã¥Å Â¨5px */

}
.single-news {
		    background: #fff;
		    position: relative;
		    -webkit-transition: all .8s ease;
		    -moz-transition: all .8s ease;
		    transition: all .8s ease;
		    z-index: 2;
		    margin-bottom: 15px;
		    box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.15);
		    margin-top: 30px;
		}
		.single-news .news-head {
    overflow: hidden;
    position: relative;
}
.overlay-box {
    position: relative;
}
.single-news .news-head:before {
    opacity: 0;
    visibility: hidden;
}
.overlay-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: #0033a1;
    content: "";
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
}
.single-news:hover .news-head:before {
    opacity: .5;
    visibility: visible;
}
.single-news .news-head img {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.single-news:hover .news-meta {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.single-news .news-meta {
    position: absolute;
    width: 100%;
    background: transparent;
    opacity: 0;
    bottom: 20px;
    visibility: hidden;
    text-align: center;
    z-index: 333;
    transition: all .3s ease;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
}
.single-news .news-meta li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.single-news .news-meta li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-right: 1px solid #d6d6d6;
    margin-right: 10px;
    padding-right: 10px;
    font-weight: bold;
}
.single-news:hover .news-head:after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.single-news .news-head:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-top: 10px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    margin-left: -15px;
    z-index: 333;
    z-index: 4444;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.single-news .news-body {
    padding: 25px;
    background: #fff;
    position: relative;
}
.single-news .more-gengduo {
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    font-size: 15px;
    border-radius: 30px;
    background: #0033a1;
    padding: 12px 12px;
    border-radius: 0;
    border: 1px solid transparent;
}
.single-news .more-gengduo:hover{
	background-color: rgb(0, 87, 183)
}
.news-title{
	font-size: 20px;
	font-weight: bold;
	color: black;
	margin: 0 0 41px 0;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
}
.news-title:hover a{
	color: rgb(0,51,161);
}
.news-title a{
	color:black;
}
.news-text p{
	font-size:14px;
	color: #949494;
	line-height: 24px;
	margin-bottom: 21px;
}
.news-c-top{
	margin: 4% auto;
}
/* blogÃ¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡Âµ */
.bread-bj-color{
	background-color: #eee;
	padding: 20px 0;
}
.bread-bj-color strong{
	    text-align: center;
	    display: block;
	    font-size: 15px;
}
.bread-bj-color strong a{
	color: rgb(0,51,161);
}
.bt-h2{
	font-size: 28px;
	color: black;
	font-weight: bold;
	line-height: 40px;
	text-transform: capitalize;    margin: 34px auto;
}

.rl{
	font-size: 13px;
	color: black;
	font-weight: bold;
	display: block;
	line-height: 38px;
}
.rl svg{
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.singer-top{
	margin: 4% auto;
}
.neirong-singer-content p{
	font-size:16px ;
	color: #666;
	    line-height: 30px;
}
.neirong-singer-content span{
	font-weight: bold;
}
.form-search{
	width: 100%;display: inline-flex;
}
.neirong-singer-content p span{
	font-weight: normal;
}
.neirong-singer-content{
	margin-bottom: 3%;
}
.neirong-singer-content img{
	display:block;
	margin: 0 auto;
}
.pre-post,.next-post{
	    border: 1px solid #ccc;
	    padding: 10px 20px;
	    display: inline-block;
	    color: #0033a1;
	    font-size: 14px;
}
.pre-post:hover,.next-post:hover{
	background-color: #0033a1;
	color: white;
}
/* Ã©Å¡ÂÃ§Â§Â */
.yinsi-yemian strong{
	font-size: 40px;
	margin: 40px 0;
}
	
.yinsi-yemian{
	margin-top: 2%;
	margin-bottom: 4%;
}
.yinsi-yemian b{
	    font-size: 22px;
	    margin-bottom: 15px;
}
.yinsi-yemian p{
	font-size: 15px;
	line-height: 24px;
	color: #666;
}
.yinsi-yemian a{
	color: #0033a1;
}
.yinsi-yemian ul li{
	line-height: 24px;
	font-size: 15px;
	position: relative;
	padding-left: 20px;
}
.yinsi-yemian ul{
	margin-top: 0;
	margin-left: 3%;
}
.yinsi-yemian ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #0033a1;
    border-radius: 100%;
    margin-top: -4px;
}
.soujin{
	
margin-left: 3%;
}
.yinsi-yemian .suojin p{
	margin-top: 10px;
}
.pre-post{
	float: left;
}
.next-post{
	float: right;
}

/* Ã¥â€¦Â¨Ã¥Â±â‚¬Ã¨Â¡Â¨Ã¥Ââ€¢Ã¦Â Â·Ã¥Â¼Â */
.singer-biaodan-form {
  /* max-width: 600px; */
  margin: 37px auto;
  /* padding: 20px; */
  /* background-color: #f9f9f9; */
  /* border: 1px solid #ddd; */
  /* border-radius: 8px; */
  font-family: Arial, sans-serif;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

/* Ã¦Â â€¡Ã§Â­Â¾Ã¦Â Â·Ã¥Â¼Â */
.singer-biaodan-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

/* Ã¨Â¾â€œÃ¥â€¦Â¥Ã¦Â¡â€ Ã¥â€™Å’Ã¦â€“â€¡Ã¦Å“Â¬Ã¥Å¸Å¸Ã¦Â Â·Ã¥Â¼Â */
.singer-biaodan-form input[type="text"],
.singer-biaodan-form input[type="email"],
.singer-biaodan-form input[type="tel"],
.singer-biaodan-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 23px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

/* Ã¨Â¾â€œÃ¥â€¦Â¥Ã¦Â¡â€ Ã¥â€™Å’Ã¦â€“â€¡Ã¦Å“Â¬Ã¥Å¸Å¸Ã¨ÂÅ¡Ã§â€žÂ¦Ã¦Â Â·Ã¥Â¼Â */
.singer-biaodan-form input[type="text"]:focus,
.singer-biaodan-form input[type="email"]:focus,
.singer-biaodan-form input[type="tel"]:focus,
.singer-biaodan-form textarea:focus {
  border-color: #007bff;
  outline: none;
}

/* Ã¦â€“â€¡Ã¦Å“Â¬Ã¥Å¸Å¸Ã©Â«ËœÃ¥ÂºÂ¦Ã¨Â°Æ’Ã¦â€¢Â´ */
.singer-biaodan-form textarea {
  height: 100px;
  resize: vertical;
}

/* Ã¦ÂÂÃ¤ÂºÂ¤Ã¦Å’â€°Ã©â€™Â®Ã¦Â Â·Ã¥Â¼Â */
.singer-biaodan-submit {
  display: inline-block;
  padding: 12px 20px;
  background-color: #0033a1;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Ã¦ÂÂÃ¤ÂºÂ¤Ã¦Å’â€°Ã©â€™Â®Ã¦â€šÂ¬Ã¥ÂÅ“Ã¦Â Â·Ã¥Â¼Â */
.singer-biaodan-submit:hover {
  background-color: #0033a1;
}

/* Ã¨Â¡Â¨Ã¥Ââ€¢Ã¥Â±â€¦Ã¤Â¸Â­Ã¥Â¯Â¹Ã©Â½Â */
.singer-biaodan-form {
  text-align: left;
}
	/* Ã¥Â¹Â³Ã¦ÂÂ¿ */
	@media (min-width: 992px) and (max-width:1024px) {
	.menu{
		gap: 30px;
	}
	.about-bj img {
	    margin-left: 0px;
	    height: 275px;
	}
	.video-poster {
	    width: 401px;
	}
	.video-container{
		width: 401px;
	}
	/* .video2{
		margin-left: 0;
	} */
	.dropdown-content{
		left: -334%;
	}
	.contact-uis{
		width: 12%
	}
	.app-content li a h2{
		font-size: 13px;
	}
	.menu a{
		font-size: 14px;
	}
	.ys-li b{
		font-size: 14px;
	}
	
	.carousel-caption2{
		bottom: 14%!important;
	}
	.about-bj {
	    width: 399px;
	    height: 270px;
	}
	/* .video-container video {
	    width: 399px;
	} */
	.tanchuang-popup-content{
		max-width: 74%;
	}
	.footer-lianxi li:nth-of-type(3) span:nth-of-type(2){
		width: 88%;
	}
}
/* Ã§Â§Â»Ã¥Å Â¨Ã§Â«Â¯Ã¤Â¼ËœÃ¥Å’â€“ */
@media (max-width: 768px) {
  .singer-biaodan-form {
    padding: 15px;
  }
.ys-li:nth-of-type(1) {
    margin-left: 0;
}
  .singer-biaodan-submit {
    width: 100%;
    text-align: center;
  }
  .footer-db li:nth-of-type(2){
	  padding-left: 15px;
	 }
}
/* Ã¦Â â€¡Ã©Â¢ËœÃ¥Â®Â¹Ã¥â„¢Â¨Ã¦Â Â·Ã¥Â¼Â */
.singer-biaodan-header {
  text-align: left;
  margin: 70px 0 0 0;
}
.pro-box-next-btn{
	right: 8%;
	top: 53%;
}
.pro-box-prev-btn{
	left: 8%;top: 53%;
}
/* Ã¤Â¸Â»Ã¦Â â€¡Ã©Â¢ËœÃ¦Â Â·Ã¥Â¼Â */
.singer-biaodan-title {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
  font-family: 'Arial', sans-serif;
}

/* Ã¥â€°Â¯Ã¦Â â€¡Ã©Â¢ËœÃ¦Â Â·Ã¥Â¼Â */
.singer-biaodan-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
  font-family: 'Arial', sans-serif;
}

/* Ã¦ËœÅ¸Ã¥ÂÂ·Ã¦Â Â·Ã¥Â¼Â */
.singer-biaodan-asterisk {
  color: #e63946;
  font-weight: bold;
}

@media (max-width: 768px) {
    .tanchuang-popup-content {
        max-width: 90%;
        padding: 20px;
    }

    .tanchuang-popup-content h2 {
        font-size: 18px;
    }

    .tanchuang-popup-content p {
        font-size: 13px;
    }

    .tanchuang-submit-btn {
        font-size: 14px;
        padding: 10px;
    }

    .tanchuang-social-icons a {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .blog-carousel-slide {
        min-width: 100%;
        margin: 0px;
    }

    .blog-carousel-container {
        display: block;
    }
}

@media (max-width: 768px) {
    .product-cate li {
        margin-bottom: 10%;
    }
.strong-bt{
	margin-top: 10px;
}
.footer-lianxi li:nth-of-type(2){
	padding-left: 0;
}
.product-box li h2 {
    font-size: 16px;
    height: 30px;}
    .product-cate li:nth-of-type(2) .right-box, .product-cate li:nth-of-type(2) .left-image {
        margin-bottom: 20px;
    }

    .right-box p {
        font-size: 13px;
        line-height: 24px;
    }

    .bt {
        font-size: 26px;
    }

    .top-nei-box, .li-yx {
        text-align: center;
    }

    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        padding: 10px 16px;
        top: 128%;
        left: 0px;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
        gap: 0px;
        z-index: 12;
    }

    .menu-icon {
        display: block;
        color: rgb(51, 51, 51);
        text-align: right;
    }

    .menu.show {
        gap: 0px;
        display: flex !important;
    }

    .dropdown-content {
        position: relative;
        box-shadow: none;
    }

    .phone-yc {
        display: none;
    }

    .logo {
        padding-top: 0px;
    }

    .daohanglan {
        padding: 10px 20px;
    }

    .dropdown {
        padding: 10px 0px;
    }

    .menu a {
        padding: 3px 0px;
        line-height: 30px;
        font-size: 12px;
    }

    .dropdown li .dropbtn::before, .active-bj::after, .search-box {
        display: none;
    }

    .diannao-yc {
        display: inherit;
    }

    .carousel-caption2 {
        width: 77%;
        padding: 20px 15px;
        bottom: 14% !important;
        left: 12% !important;
    }

    .carousel-caption2 h3 {
        font-size: 14px;
        margin: 0px;
    }

    .carousel-caption2 p {
        font-size: 12px;
        margin: 8px auto 7px;
    }

    .carousel-caption2 a {
        font-size: 12px;
        padding: 5px;
    }

    .about-bj img {
        margin-left: 0px;
    }

    .about-webzi {
        margin-top: 7%;
    }

    .about-box {
        margin-top: 48px;
    }

    .contact-uis {
        width: 38%;
    }

    .youshi-bj {
        padding: 8% 0px;
    }

    .ys-li {
        float: left;
    }

    .ys-li b {
        font-size: 0.9rem;
        line-height:21px;
    }

    .right-box a h2 {
        font-size: 23px;
        margin-top: 0px;
    }

    .right-box {
        margin-top: 20px;
    }

    .form-container {
        margin: 21px 20px 20px;
        padding: 30px 0px 30px 30px;
    }

    .bt3 {
        color: rgb(0, 0, 0);
    }

    .custom-carousel-slide-container {
        flex-direction: column;
        padding: 0px;
		display: inline-block;
    }
.custom-carousel-slide{
	width: 100%;
	flex-direction: column;
}
    .custom-carousel-image {
        width: 100%;
        flex: inherit;
    }
 .custom-carousel-slide-container {
        flex: 0 0 100%; /* Ã¦Â¯ÂÃ¤Â¸ÂªÃ¥Â¹Â»Ã§ÂÂ¯Ã§â€°â€¡Ã¥Â®Â½Ã¥ÂºÂ¦Ã¨Â®Â¾Ã§Â½Â®Ã¤Â¸Âº100% */
        padding: 0 5%; /* Ã¥Â¢Å¾Ã¥Å Â Ã¥Â·Â¦Ã¥ÂÂ³Ã¨Â¾Â¹Ã¨Â·ÂÃ¯Â¼Å’Ã©ÂÂ¿Ã¥â€¦ÂÃ¦â€“â€¡Ã¥Â­â€”Ã¨Â´Â´Ã¨Â¾Â¹ */
		margin-right: 0; /* Ã§Â§Â»Ã©â„¢Â¤Ã¦â€°â€¹Ã¦Å“ÂºÃ§Â«Â¯Ã§Å¡â€žÃ¥ÂÂ³Ã¨Â¾Â¹Ã¨Â·Â */
    }

    .custom-carousel-track {
        flex-direction: row; /* Ã§Â¡Â®Ã¤Â¿ÂÃ¥Â¹Â»Ã§ÂÂ¯Ã§â€°â€¡Ã¥Å“Â¨Ã¤Â¸â‚¬Ã¨Â¡Å’Ã¦Å½â€™Ã¥Ë†â€”Ã¯Â¼Å’Ã¤Â¾Â¿Ã¤ÂºÅ½Ã¨Â½Â®Ã¦â€™Â­ */
		    width: 100%;padding: 0; 
    }
    .custom-carousel-content {
        width: 100%;
        padding: 10px;
        text-align: left;
    }

    .custom-carousel-content h3 {
        font-size: 18px;
        visibility: visible !important;
    }

    .custom-carousel-container {
        display: block;
    }

    .custom-carousel-content p {
        font-size: 12px;
        line-height: 22px;
    }

    .custom-carousel-button {
        font-size: 20px;
        padding: 8px;
    }

    .custom-carousel-button.left, .custom-carousel-button.right {
        top: 90%;
        transform: translateY(0px);
    }

    input[type="text"], input[type="tel"], textarea, .popup-form input {
        width: calc(45.333% - 13.33px);
        font-size: 11px;
        padding: 15px;
    }

    .form-group input[type="email"], .form-group textarea {
        width: 89%;
        font-size: 12px;
    }

    .tanchuang-image-container, .right-popup {
        width: 100%;
    }
	

    .right-popup {
        padding: 10px 0px;
    }

    .a-tb svg {
        margin-left: 12px;
    }
	.youshi-bj::after,.youshi-bj::before{
		display: none;
	}
	/* .video2 {
	    width: 100%;
	    height: auto;
	    margin-top: 0;
	    margin-left: 0;
	} */
	.video-container {
	    width: 100%;
	   }
	   
	  
	   .about-bj img {
	      
	       height: auto;
	   }
	   .video-poster {
	       width: 100%;
	   }
	   
	   .footer-lianxi li:nth-of-type(3) span:nth-of-type(2){
		   width: 91%;
	   }
	   .ys-li:nth-of-type(5){
		   margin-left: 0;
	   }
	   .ys-li {
	       width: 24%;
		   margin-bottom: 4%;
		       margin-top: 3%;
		   }
		   .logo img {
		       width: 66%;
		       padding-top: 5px;
		   }
		   .ab-content-carousel {
		       position: relative;
		       width: 100%;
		       padding-top: 24px;}
			   .gsmz{
				   margin-left: 10px;
				   font-size: 18px;
			   }
			   .com-p p{
			   	    font-size: 15px;
			   	    margin: 0 10px;
			   }
			   .pro-box-gallery {
			       gap: 10px;
			       padding: 10px;
			   }
			   .bread-bj b{
				   font-size: 24px;
				       line-height: 35px;
			   }
			   .bread-bj strong{
				   font-size: 14px;
			   }
			   .product-box li{
				   float: left;
				   width: 50%;
				   margin-bottom: 15px;
				  }
			   .bread-bj-color strong{
				   font-size: 13px;
			   }
			   .bt-h2 {
			       font-size: 19px;
			       line-height: 30px;
			       margin: 22px auto;
			   }
			   .language-selector{
				   padding-left: 0;
				   margin-top: 0;
			   }
			   .dh-bar3 li{
				   width: 100%;
			   }
			   .dh-bar3 li:nth-of-type(2){
				   width: 100%;
			   }
			   .dh-bar3 li a{
				   font-size: 15px;
			   }
			   .pdf-catalog-item p{
				   margin: 0 0;
			   }
			   .dh-bar li{
				   width: 100%!important;
			   }
			   .tanchuang-background-image{
				   display: block;
			   }
			   .tanchuang-image-container{
				   background: none;
			   }
			   .dropdown-content{
				   left: 0;
			   }
			   .in-content img{
				   height:inherit
			   }
			   .about-bj{
				   width: 95%;
				   margin: 10px auto;
				  }
				  .play-button{
					  left: 50%;
				  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.menu{
		gap: 8px;
	}
	.logo img {
	    width: 100%;
	    padding-top: 16%;
	}
	
}

.search-box form{
	display:flex;
	width: 100%;
}

.search-box input {
    padding: 12px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 16px;
    width: calc(33.333% - 13.33px)!important;
    flex-grow: 1!important;
}

.language-dropdown a{
	padding-top:0
}