.gmj-content-text1{
    background-color: white;
    width: 1240px;
    font-size: 14px;
    border-radius: 10px;
    padding: 1% 2% 1% 2%;
    color: #666666;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    white-space: normal;
    text-indent: 2em;
    line-height: 2em;
    margin: 0 auto;
    margin-top: -30px;
}

.text-style{
    white-space: normal; 
    /* text-indent: 2em;  */
    line-height: 2em;
    margin-top: 2%;
    margin-left: 2%;
}

.gmj-button{
    display: flex;
    width: 888px;
    text-align: center;
    font-size: 22px;
    color: #666666;
    background-color: #f7fbfe;
    border-radius: 25px;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 30px;
}

.gmj-button1{
    padding: 1% 4%;
    width: 33%;
    cursor: pointer;
}

.active1{
    background-color: #b81c22;
    border-radius: 22px;
    color: white;
}

#myCarousel2 {
    width: 1200px;
    margin: 0 auto;
    /* height: 450px; */
    /* width: 90%; */
}




.carousel .carousel-inner .item {
    transition: transform 0.6s ease; /* 平滑过渡效果 */
}
   
.carousel .carousel-inner .item .active{
    transform: translateX(0); /* 当前项居中 */
}
   
.carousel .carousel-inner .item .active {
    position: relative; /* 保证当前项的定位 */
    z-index: 10; /* 确保当前项在最上层 */
}
   
.carousel .carousel-inner .item .active ~ .item { /* 当前项之后的项 */
    transform: translateX(50%); /* 向右移动 */
}
   
.carousel .carousel-inner .item .active ~ .item .active, /* 当前项之前的项 */
.carousel .carousel-inner .item .active ~ .item ~ .item { /* 当前项之前的上一个项 */
    transform: translateX(-50%); /* 向左移动 */
}

.carousel-inner>.item>img {
    display: block;
    max-width: 1229px;
    /* height: auto; */
    height: 429px;
    margin: 0 auto;
}

.gmj-tub{
    width: 88px;
    cursor: pointer;
}

.gmj-text{
    color: #333333;
    font-size: 20px;
    margin: 2%;
    font-weight: bold;
}

.gmj-text1{
    color: #b81c22;
}

.gmj-link{
    width: 68px;
    height: 5px;
    background-color: #b81c22;
    margin: 0 auto;
}

.gmj-bottom{
    display: flex;
    float: right;
    position: relative;
    margin: -84px 122px;
    align-items: center;
}

.gmj-service-content{
    display: flex;
    width: 100%;
    height: 429px;
    /* padding: 0 5%; */
}

.gmj-service-content-img{
    width: 720px;
    height: 100%;
    border: 2px solid #b81c22;
    border-radius: 10px;
    padding: 1%;
    text-align: center;
    background-color: white;
}

.gmj-service-content-text{
    width: 480px;
    height: 100%;
}


.nav-height {
    position: relative;
    height: 150px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.nav-mobile {
    display: none;
    font-weight: bold;
    width: 100%;
}

.nav-box ul {
    padding: 0;
    margin: 0 auto;
    width: 65%;
    display: block;
    /* border-bottom: 2px solid #eee; */
    height: 150px;
}

.nav-box li {
    display: inline-block;
    text-align: left;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    position: relative;
    margin: 0 5%;
}

ul li, ol li {
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style: none;
}

.nav-box li a.active {
    color: #fff;
    background: #e1251b;
}

.nav-box li a {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

a {
    color: #333333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.nav-box.navFix ul {
    border-bottom: 0;
}

.nav-box {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    /* background: #f2f3f5; */
    background: white;
}

	.nav-box.navFix {
		position: fixed;
		top: 0;
		left: 0;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		border-bottom: 1px solid #e3e3e3;
		z-index: 99999;
	}

	.nav-box ul {
		padding: 0;
		margin: 0 auto;
		width: 562px;
		display: block;
		/*border-bottom: 2px solid #eee;*/
	}

	.nav-box.navFix ul {
		border-bottom: 0;
	}

	.nav-box li {
		display: inline-block;
		text-align: left;
		height: 150px;
		line-height: 50px;
		float: left;
		text-align: center;
		position: relative;
        width: 128px;
	}

		.nav-box li a {
			display: block;
			padding: 0 20px;
			font-size: 14px;
			color: #333;
			text-decoration: none;
		}

			.nav-box li a:before {
				content: " ";
				width: 1px;
				height: 24px;
				position: absolute;
				top: 16px;
				left: -2px;
			}

			.nav-box li a.active:before {
				content: " ";
				width: 0px;
				border: none;
			}

		.nav-box li:first-child a:before {
			content: " ";
			width: 0px;
			border: none;
		}

		.nav-box li a:hover {
			color: #e1251b;
			/*border:1px solid #ee8800;*/
		}

		.nav-box li a.active {
			color: #fff;
        }

.carousel-title{
    font-size: 60px;
    color: #b81c22;
    font-weight: bold;
    width: 384px;
    margin: 0 auto;
    margin-top: 25px;
}

.carousel-content{
    font-size: 14px;
    color: #666666;
    width: 384px;
    margin: 0 auto;
    white-space: normal;
    /* text-indent: 2em; */
    line-height: 2em;
}

.bigimg {
    z-index: 9999999;
}

.mask {
    z-index: 999999;
}