.inside1 {padding: 230px 0px 230px 250px ;position: relative;background-repeat: no-repeat;}
.inside1 .contain_box1 {display: flex;}
.inside1 .left1 {color: #FFFFFF;width: 40%;display: flex;flex-direction: column;justify-content: center;font-size: 16px;}
.inside1 .left1 span {color: #e92903;}
.inside1 .left1 .foot1 { border: #e92903 solid 1px;height: 32px;display: flex;align-items: center;width: 480px;}
.inside1 .left1 .foot1 a { background-color: #e92903;padding: 5px 40px;color: #FFFFFF;}
.inside1 .left1 .foot1 span { padding: 5px 0px 5px 30px;color: #FFFFFF; }
.inside1 .right1 {display: flex;flex-wrap: wrap;width: 720px;height: 400px;}
.inside1 .right1 .box {background-color: #FFFFFF;display: flex;justify-content: center;flex-direction: column; align-items: center;width: 225px;height: 195px;margin-right: 10px;margin-bottom: 10px;font-size: 17px;text-align: center;}
.inside1 .right1 .box img {margin-bottom: 18px;}
.inside1 .right1 .box span {color: #e92903;font-size: 19px;}
.inside1 .right1 .box:hover {border: #e92903 solid 2px;}

.inside2 {padding: 125px 0 95px 250px;background-color: #f8f8f8;display: flex;}
.inside2 .left2 .foot2 {margin-top: 80px;font-size: 16px;border: #e92903 solid 1px;height: 32px;display: flex;align-items: center;width: 480px;}
.inside2 .left2 .foot2 a { background-color: #e92903;padding: 5px 40px;color: #FFFFFF; }
.inside2 .left2 .foot2 span { padding: 5px 0px 5px 30px;color: #e92903; }
.inside2 .left2 .foot_box2 {width: 550px;height: 300px;display: flex;flex-wrap: wrap;margin-top: 115px;}
.inside2 .left2 .foot_box2 .box2 {background-color: #FFFFFF;display: flex;flex-direction: column;align-items: center;justify-content: center;margin-right: 10px;margin-bottom: 10px;width: 175px;height: 145px;}
.inside2 .left2 .foot_box2 .box2 img {margin-bottom: 10px;}
.inside2 .left2 .foot_box2 .box2:hover {border: #e92903 solid 2px;}
.inside2 .right2 {margin-left: 20px;height: 658px;position: relative;}
.inside2 .right2 img {width: 100%;height: 100%;object-fit: cover;}
.swiper-container2 { position: absolute;top: 10%;width: 100%;overflow: hidden;height: 85%;width: 80%;left: 10%;padding-bottom: 5%;}
.swiper-container2 img {object-fit: contain !important;}
	.swiper-pagination-bullet {background-color: rgba(255,255,255);width: 20px;border-radius: 10px;height: 6px;opacity: 0.5;}
	.swiper-pagination-bullet-active {background-color: #FFFFFF;width: 40px;opacity: 1;}

/* 留言模块 */
.breadcrumb-banner-area:after {background-color: transparent !important;}
.foot_sub{color: #FFFFFF;}
.swiper-container1 {
	     width: auto;
	     height: 480px;
			 overflow: hidden;
			 position: relative;
			 top: 37px;
	 } 
.submit_succes,
.submit_flase {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 80px;
	margin-left: -100px;
	margin-top: -40px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 5px;
	display: none;
}
.submit_succes img,
.submit_flase img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 10px;
}
.mad p {white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    word-break: break-all;}

/* 动画 */
	@keyframes typing { 
        from { width: 0; } 
	} 
	@keyframes caret { 
        50% { border-color: transparent; } 
	} 
	.anima1 { 
	    width: 13em; 
	    overflow: hidden; 
	    white-space: nowrap; 
	    border-right: 1px solid; 
	    animation: typing 8s steps(13), caret 0.8s steps(1) infinite;
			animation-iteration-count: infinite;
	}