/* 轮播 */
.lb-box {position: relative;overflow: hidden;}
.lb-content {width: 100%;}
.lb-item {width: 100%;display: none;position: relative;}
.lb-item>a {width: 100%;height: 100%;display: block;}
.lb-item>a>img {width: 100%;height: 100%;}
.lb-item.active {display: block;left: 0%;}
.lb-item.active.left {left: -100%;}
.lb-item.active.right {left: 100%;}
/*  */
.lb-item.next,.lb-item.prev {display: block;position: absolute;top: 0px;}
.lb-item.next {left: 100%;}
.lb-item.prev {left: -100%;}
.lb-item.next.left,.lb-item.prev.right {left: 0%;}
.lb-sign {position: absolute;left: 48%;bottom: 10px;padding: 5px 3px;border-radius: 6px;list-style: none;user-select: none;background-color: rgba(0, 0, 0, 0.1);}
.lb-sign li {width: 22px;height: 20px;font-size: 14px;font-weight: 500;line-height: 20px;text-align: center;float: left;color: #fff;margin: auto 4px;border-radius: 3px;cursor: pointer;}
.lb-sign li:hover {color: #fff;}
.lb-sign li.active {color: #000;background-color: #EBEBEB;}
@media (max-width:1000px){.lb-sign,.lb-ctrl{display: none;}}
.product_drawing img {width: 100%;}
.product_part {background: linear-gradient(to bottom right, #a7e8ff, #212936);}
.Product_rotation {display: flex;align-items: center;justify-content: space-between;cursor: pointer;}
.product_drawing,.banner_Details {width: 49%;border: 1px solid #ff0000;color: #fff;}
.product_part h1 {font-size: 55px;}
.product_part p {margin-top: 10px;font-size: 14px;}
.banner_Details button {padding: 12px 20px;margin: 20px 0;border-radius: 25px;border: none;font-size: 14px;color: #4078a6;}
@media (max-width:1410px) {.product_part {background: linear-gradient(to bottom right, #a7e8ff, #aaaaff);}.product_part h1 {font-size: 45px;}}
@media (max-width:1070px) {.product_part {background: linear-gradient(to bottom right, #a7e8ff, #00aa7f);}.product_part h1 {font-size: 40px;}.product_part p {line-height: 20px;}}
@media (max-width:1000px) {.product_part {background: linear-gradient(to bottom right, #a7e8ff, #aaaa00);}.product_part h1 {font-size: 30px;}.product_part p {line-height: 18px;font-size: 13px;margin-top: 5px;}.banner_Details button {margin: 10px 0;}}
@media (max-width:855px) {.product_part {background: linear-gradient(to bottom right, #a7e8ff, #aa5500);height: 470px;display: flex;align-items: center;}.product_part h1 {font-size: 22px;}.product_part p {font-size: 13px;margin-top: 5px;}.banner_Details {width: 51%;}.banner_Details button {padding: 10px 15px;margin: 5px 0;}}
@media (max-width:699px) {.product_part {background: linear-gradient(to bottom right, #a7e8ff, #ffff7f);height: 700px;}.Product_rotation {display: block;}.product_drawing,.banner_Details {width: 100%;margin: 0 auto;}.product_drawing{text-align: center;}.product_drawing img {width: 70%;}}
/* 轮播左右切换按钮 */
.lb-ctrl {position: absolute;top: 50%;transform: translateY(-50%);font-size: 28px;display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;background-color: rgba(0, 0, 0, .1);border-radius: 50%;cursor: pointer;color: rgba(255, 255, 255, 0.3);text-align: center;}
.lb-ctrl.left {left: 5px;}
.lb-ctrl.right {right: 5px;}
.lb-ctrl:hover {background-color: rgba(0, 0, 0, 0.6);color: rgba(255, 255, 255, 0.8);}
/* 三图轮播 */
.lb_xiao p {text-align: center;margin-top: 330px;padding: 5px;color: #666;font-size: 16px;}
.lb_xiao a img {position: absolute;width: 526px;}
#slider1_container {position: relative;top: 0px;left: 0px;width: 1600px;height: 370px;overflow: hidden;margin: 0 auto;}
.jssora03l,.jssora03r,.jssora03ldn,.jssora03rdn {position: absolute;cursor: pointer;display: block;background-color: rgba(0, 0, 0, .4);overflow: hidden;}
@media screen and (max-width:1300px) {.H_product {width: 95%;}}
@media screen and (max-width:1000px) {.H_product_left img {width: 160%;}}
@media screen and (max-width:800px) {.title_1 {font-size: 15px;}.H_product {width: 99%;}.H_product a .H_product_list {
					display: inline-block;}

				.H_product_left {
					width: 100%;
				}

				.H_product_left img {
					width: 80%;
				}

				.H_product_right {
					width: 98%;
					margin: 0 auto;
				}

				.Case_diagram {
					display: block;
					text-align: center;
					margin-top: 10px;
				}

				.Case_diagram img {
					width: 98%;
					margin-top: 5px;
				}

				.H_product_right p {
					line-height: 24px;
				}
			}

			#Product_advantages img {
				width: 20%;
			}

			#Product_advantages h5 {
				font-size: 18px;
				border-bottom: 1px solid #3092ce;
				padding: 10px 0;
			}