* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
@font-face {

  font-family: 'impact';

  src: url('font/impact.ttf') format('truetype');

}
@font-face {

  font-family: 'SourceHanSansCN-Bold';

  src: url('font/SourceHanSansCN-Bold.otf') format('opentype');

}
@font-face {

  font-family: 'SourceHanSansCN-Regular';

  src: url('font/SourceHanSansCN-Regular.otf') format('opentype');

}
a {
	text-decoration: none;
	color: inherit;
}

div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* firefox*/
	-webkit-box-sizing: border-box;
	/* chrome safari*/
	-ms-box-sizing: border-box;
	/* IE8一下 */
	-o-box-sizing: border-box;
	/* presto opera*/

}
body {

  font-family: 'SourceHanSansCN-Regular', sans-serif;

}
.slider-wrap {
	position: relative;
	width: 100%;
	height: 800px;
}



.slider {
	height: 100%;
}

.slider .slider-list {
	position: relative;
	height: 100%;
}

.slider .slider-list .item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slider .slider-list .item.cur {
	display: block;
}

.yuan {
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	z-index: 1;
}

.yuan .yuan-item {
	display: block;
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 1px;
	cursor: pointer;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0)
}

.yuan .yuan-item::after {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 9px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	box-sizing: border-box;
}

.yuan .yuan-item.cur::after {
	background: #fff;
}

.yuan .yuan-item::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
/*			background-color: rgba(255, 255, 255, 0);*/
	border-radius: 50%;
}

.yuan .yuan-item.cur::before {
/*			background-color: rgba(255, 255, 255, .2);*/
}
.yuan .cur{
	border-radius: 50%;
	border: 1px solid white;
}

.btn-group {
	width: 100%;
}

.btn-group .btn-left,
.btn-group .btn-right {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, .5);
	border-radius: 50%;
	cursor: pointer;
	font-family: "宋体";
	z-index: 101;
}

.btn-group .btn-left {
	left: 15px;
	top: 50%;
	margin-top: -25px;
}

.btn-group .btn-right {
	right: 15px;
	top: 50%;
	margin-top: -25px;
}
.yuan span{
	display: block;
	float: left;
	color: white;
	height: 30px;
	line-height: 30px;
	margin: 0px 8px;
}
.yuan span:nth-child(1){
	display: none;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.top{
	height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #C3C3C3;
    font-size: 13px;
}
.left{
	float: left;
}
.top .left{
	color: #B2B2B2;
}
.top a{
	color: #B2B2B2;
}
.top .right{
	color: #B2B2B2;
}
.right{
	float: right;
}
.headwx{
	color: #B2B2B2;
	float: left;
	margin-left: 60px;
}
.headerwx{
	color: #B2B2B2;
	float: left;
	margin-left: 60px;
}
.headerwxtwl{
	float: left;
	margin-left: 60px;
}
.headerwxtwl a em{
    font-style: normal;
    font-family: 'impact';
    font-size: 18px;
	color: #F14E4E;
}
.headwx em{
	font-style: normal;
}
.headerwx em{
	font-style: normal;
}
.headtel em{
	font-style: normal;
}
.headwx span{
	display: block;
	float: left;
	height: 34px;
	padding-top: 6px;
	margin-right: 10px;
}
.headerwx span{
	display: block;
	float: left;
	height: 34px;
	padding-top: 6px;
	margin-right: 10px;
}
.headerwxtwl span{
	display: block;
	float: left;
	height: 34px;
	padding-top: 6px;
	margin-right: 10px;
}
.lang{
	float: left;
}
.headtel{
	float: left;
}
#headwe{
	position: absolute;
    display: none;
}
.header{
	height: 100px;
}
.header .logo{
	float: left;
    margin-top: 25px;
}
.headershow{
	height: 100px;
}
.headershow .logo{
	float: left;
    margin-top: 25px;
}
.slider-list video{
	width: 100%;
}
.slider-list li a img{
	width: 100%;
}
.head{
	position: absolute;
    z-index: 99999999999;
    width: 100%;
}
.headul{
	float: right;
}
.clear{
	clear: both;
}
.headli{
	float: left;
	transition: .2s ease;
}
.header .headli:hover{
	border-bottom: 4px solid white;
}
.headli .topcur{
	font-weight: bold;
	color: #1F64D4;
	border-bottom: 4px solid #1F64D4;
}
.headlia{
	color: #fff;
    padding: 0 30px;
    height: 99px;
    line-height: 99px;
    font-size: 16px;
    position: relative;
    display: block;
}
.headshowlia{
	color: #2B2B2B;
    padding: 0 30px;
    height: 99px;
    line-height: 99px;
    font-size: 16px;
    position: relative;
    display: block;
}
.search-icon {
    background: url(../images/ico_nav_search_white.png) no-repeat center;
	width: 76px;
    padding: 0 20px;
}
.neisearch-icon {
    background: url(../images/ico_nav_search.png) no-repeat center;
	width: 76px;
    padding: 0 20px;
}
.bannertit{
	text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    margin: auto;
    bottom: 0;
    z-index: 100;
    height: 320px;
}
.mainmin{
	width: 880px;
	margin: auto;
	color: white;
}
.inban-tit{
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 9px;
	margin-bottom: 30px;
}
.inban-info{
	font-size: 18px;
	line-height: 33px;
}
.inban-btn{
	margin-top: 90px;
	color: white;
	letter-spacing: 2px;
}
.banle{
	padding: 10px 50px;
    border: 1px solid #1E64D4;
    background: #1E64D4;
    border-radius: 5px;
    margin-right: 35px;
}
.banri{
	padding: 10px 50px;
    border: 1px solid white;
    border-radius: 5px;
}
.video-inbanbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.headwx .tel{
	font-family: 'impact';
	font-size: 18px;
}
.headerwx .tel{
	font-family: 'impact';
	font-size: 18px;
}
.headli2{
	position: absolute;
    width: 100%;
    left: 0;
    z-index: 102;
    background: white;
    padding-bottom: 50px;
}
.headimg{
	max-width: 250px;
	max-height: 130px;
	overflow: hidden;
}
.headli2 .left{
	margin-top: 35px;
}
.headli2 .right{
	margin-top: 20px;
}
.headli2 .left ul{
	width: 880px;
}
.headli2 .left ul li{
	float: left;
    width: 33%;
    margin-bottom: 35px;
}
.headli2 .left ul li img{
	height: 13px;
	margin-right: 10px
}
.headli2 .right .rigbut{
	background-color: #F14E4E;
    color: white;
    text-align: center;
}
.headli2 .right .rigbut p{
	display: block;
	float: left;
}
.headli2 .right .rigbut p img{
	margin-top: 5px;
    margin-right: 20px;
}
.headbut1{
	text-align: center;
    background-color: #F14E4E;
    padding-top: 5px;
}
.headbut1 .rigbut{
	display: inline-block;
}
.headli2 .right .rigbut span{
	display: block;
	float: left;
	line-height: 36px;
}
.inred1{
    float: left;
    height: 50px;
    width: 880px;
    overflow: hidden;
}
.topsearch{
	position: absolute;
    width: 100%;
    left: 0;
    z-index: 102;
    background: url(../images/img_search_bg.png);
    background-color: white;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 50px 0px;
}
.topsearch .main{
	padding: 0px 80px;
}
.seatop{
	font-size: 32px;
    font-weight: bold;
    margin-bottom: 35px;
}
.seatwo{
	margin-bottom: 40px;
}
.seatwo input{
	height: 55px;
    width: 880px;
    border: 1px solid #EEEEEE;
    float: left;
    border-radius: 5px 0px 0px 2px;
}
.seatwo button{
	background: #1F64D4;
    color: white;
    width: 120px;
    display: block;
    text-align: center;
    height: 55px;
    line-height: 55px;
    float: left;
    border: none;
    border-radius: 0px 5px 5px 0px;
}
.seatwo button::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 40px;
    background: url(../images/ico_search_search.png) no-repeat;
    background-size: 21px 21px;
    vertical-align: bottom;
    margin-right: 11px;
}
.seatwo button span{
	font-size: 18px;
	font-weight: bold;
}

.seathree .left::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 24px;
    background: url(../images/ico_search_hot.png) no-repeat;
    background-size: 17px 22px;
    vertical-align: bottom;
    margin-right: 11px;
}
.seathree .right::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 19px;
    background: url(../images/ico_search_word.png) no-repeat;
    background-size: 16px 19px;
    vertical-align: bottom;
    margin-right: 11px;
}
.seathree .left span{
	font-weight: bold;
    font-size: 20px;
    color: #F14E4E;
}
.seathree .right span{
    font-size: 16px;
    color: #F14E4E;
}
.seathree .right em{
	font-style: normal;
    font-size: 25px;
    color: #F14E4E;
    padding-left: 8px;
    display: block;
    float: right;
    line-height: 21px;
    height: 22px;
}
.minmain{
	width: 1000px;
	margin: 0 auto;
}
.topsearch ul{
	margin-top: 30px;
}
.topsearch ul li{
	width: 220px;
    float: left;
    margin-left: 38px;
    overflow: hidden;
}
.topsearch ul a:nth-child(1) li{
	margin-left: 0px;
}
.topsearch ul li img{
	max-width: 100%;
}
.topsearch ul li p{
	text-align: center;
    margin-top: 20px;
    font-size: 16px;
}
.inre .right a img{
	max-width: 126px;
    z-index: -1;
    position: relative;
    border-radius: 0px 8px 8px 0px;
}
.inre .left li{
	float: left;
    margin-left: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
}
.inre .left p{
	float: left;
	font-weight: bold;
    font-size: 18px;
}
.inre .left p span{
	color: #F14E4E;
}
.inre .right p{
	float: left;
    width: 80px;
    background:linear-gradient(90deg, #2888F4, #1C64C9);
    border-radius: 8px;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    margin-right: -6px;
}
.inre .right img{
	float: right;
}
.inre{
	height: 50px;
    line-height: 50px;
    margin: 32px 0px;
}
.inreshow .right a img{
	max-width: 126px;
    z-index: -1;
    position: relative;
    border-radius: 0px 8px 8px 0px;
}
.inreshow .left li{
	float: left;
    margin-left: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
}
.inreshow .left p{
	float: left;
	padding-left: 30px;
    background: url(../images/ico_index_home.png) no-repeat left center;
}
.inreshow .left p span{
	font-weight: 400;
	font-size: 16px;
	color: #999999;
}
.inreshow .left p span em{
	margin-left: 5px;
	margin-right: 8px;
	font-style: normal;
}
.inreshow .right .inershp1{
	float: left;
    margin-right: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #999999
}
.inreshow .right .inershp2{
    float: left;
    padding: 0px 23px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin-right: -6px;
    background: #F14E4E;
    border-radius: 20px;
}
.inreshow{
	height:80px;
    line-height: 40px;
    background: #F6F7F9;
    padding: 20px 0px;
}
.inreshow .right{
	margin-right: 35px;
}
.indexpro{
	background: #F6F7F9;
	padding-top: 70px;
	padding-bottom: 110px;
}
.indexpro .eng{
	font-family: 'impact';
	text-align: center;
	font-weight: 400;
    font-size: 130px;
    color: #2B2B2B;
    opacity: 0.06;
}
.indexpro .protit{
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    color: #2B2B2B;
    margin-top: -67px;
}
.indexpro ul{
	margin-top: 70px;
}
.indexpro ul li{
	float: left;
	width: 290px;
	background: white;
	border-radius: 4px;
	margin-left: 13px;
	padding-top: 22px;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 24px;
  transition: box-shadow 0.3s; /* 动画过渡效果 */
}
.indexpro ul a:nth-child(1) li{
	margin-left: 0px;
}
.indexpro ul a:nth-child(5) li{
	margin-left: 0px;
}
.indexpro ul li img{
	max-height: 228px;
	max-width: 258px;
}
.indexpro ul li div{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 232px;
}

.indexpro ul li p{
	font-weight: bold;
	font-size: 24px;
	color: #2B2B2B;
	margin: 20px 0px 15px 0px;
}
.indexpro ul li button{
    font-weight: 400;
    font-size: 16px;
    color: #F14E4E;
    padding: 7px 20px;
    border-radius: 4px;
    border: none;
    background: white;

}
.indexpro ul li button span{
	font-size: 25px;
    display: block;
    float: right;
    margin-left: 12px;
    font-weight: 100;
    height: 21px;
    line-height: 25px;
}
.indexpro ul li:hover{
	box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.1);
}
.indexpro ul li:hover p{
	color: #F14E4E;
}
.indexpro ul li:hover button{
	color: white;
	background: #F14E4E;
}
.inprobut{
	text-align: center;
	margin-top: 95px;
}
.inprobut .butli{
	background: #F14E4E;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 12px 38px;
    margin-right: 25px;
    display: inline-block;
}
.inprobut .butri{
	font-weight: 400;
    font-size: 16px;
    padding: 12px 38px;
    border-radius: 4px;
    border: none;
    display: inline-block;
    color: #2B2B2B;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
}
.inprobut .butli::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/ico_consult_white.png) no-repeat;
    background-size: 23px 22px;
    vertical-align: bottom;
    margin-right: 11px;
}
.inprobut .butri em{
	font-size: 25px;
    display: block;
    float: right;
    margin-left: 20px;
    font-weight: 100;
    height: 21px;
    line-height: 21px;
    font-style: normal;
}
.duantu{
	background: url(../images/img_home_drainage_1.png) no-repeat;
	background-size: 100% 100%;
	height: 350px;
	text-align: center;
    padding-top: 75px;
    color: white;
}
.duantu .main p{
	font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
}
.duantu .main div{
	font-weight: 400;
    font-size: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 38px;
}
.duantu .main div::before,
.duantu .main div::after {
  content: "";
  position: absolute;
  top: 50%; /* 调整横线位置 */
  width: 100px; /* 调整横线长度 */
  height: 1px; /* 横线高度 */
  transition: background-color 0.3s ease; /* 添加过渡效果 */
  background-color: white;
}

.duantu .main div::before {
  left: -40%;
}

.duantu .main div::after {
  right: -40%;
}
.duantu .main span{
    display: block;
    font-weight: bold;
    font-size: 24px;
    background: #F14E4E;
    border-radius: 30px;
    color: #FFFFFF;
    width: 316px;
    margin: 0 auto;
    padding: 10px 48px 13px 48px;
}
.indabout .eng{
	font-family: 'impact';
	text-align: center;
	font-weight: 400;
    font-size: 130px;
    color: #2B2B2B;
    opacity: 0.06;
}
.indabout .protit{
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    color: #2B2B2B;
    margin-top: -67px;
}
.indabout{
	padding-top: 111px;
}
.indabout .aboutbody{
	text-align: center;
    margin-top: 55px;
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    line-height: 30px;
    width: 1121px;
}
.indabose{
	padding: 90px 25px 60px 25px;
}
.indabose li{
	width: 20%;
	float: left;
	text-align: center;
    padding: 0px 22px;
}
.indabose .abose2{
	font-size: 60px;
    color: #1F64D4;
    font-family: 'impact';
 	position: relative; /* 创建一个相对定位的上下文 */
	display: inline-block;
}
.indabose .abosetit{
	font-weight: 400;
	font-size: 18px;
	color: #2B2B2B;
	margin-top: 12px;
}
.indabose .abose2 span{
  position: absolute; /* 绝对定位加号 */
  top: -5px; /* 调整加号的位置，使其位于文本的右上角 */
  right: -26px; /* 同样调整位置 */
  font-size: smaller; /* 可以根据需要调整字体大小 */
}
.indabose .abose2 em{
	font-style: normal;
    font-size: 55px;
}
.indvideo{
	margin: 0 auto;
	max-width: 1920px;
}
.indvideo .left{
	width: 50%;
	max-width: 960px;
	text-align: right;
	overflow: hidden;
}
.indvideo .left video{
	max-width: 100%;
}
.indvideo .right{
	width: 50%;
	max-width: 960px;
	display: flex;
    position: relative;
}
.indvideo .right img{
	max-width: 100%;
}
.indvideo .right .indviri2{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.indehonor{
	padding-top: 80px;
	background: url(../images/img_about_honor_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.indehonor .eng{
	font-family: 'impact';
    text-align: center;
    font-weight: 400;
    font-size: 130px;
    color: #2B2B2B;
    opacity: 0.06;
}
.indehonor .protit{
	text-align: center;
    font-weight: bold;
    font-size: 48px;
    color: #2B2B2B;
    margin-top: -67px;
}
.indehonor .indehop{
	margin-top: 45px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.indcus{
	padding-top: 90px;
	padding-bottom: 120px;
}
.indcus .eng{
	font-family: 'impact';
    text-align: center;
    font-weight: 400;
    font-size: 130px;
    color: #2B2B2B;
    opacity: 0.06;
}
.indcus .protit{
	text-align: center;
    font-weight: bold;
    font-size: 48px;
    color: #2B2B2B;
    margin-top: -67px;
}
.indcusli{
	padding: 80px 70px 0px 70px;
}
.indcusli li{
	width: 224px;
    float: left;
    margin-left: 193px;
    text-align: center;
}
.indcusli li:nth-child(1){
	margin-left: 0px;
}
.indcusli li img{
	width: 200px;
    height: 200px;
    background: #1F64D4;
    border-radius: 50%;
    border: 10px solid #F6F7F9;
    margin-bottom: 35px;

}
.indcusli li .cusp1{
	font-weight: bold;
	font-size: 24px;
	color: #2B2B2B;
    margin-bottom: 30px;
}
.indcusli li .cusp2{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	margin-bottom: 15px;
}
.indcusli li .cusp3{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	margin-bottom: 50px;
}
.indcusli li a span{
	font-weight: 400;
	font-size: 16px;
	color: #F14E4E;
	background: rgba(241,78,78,0.08);
	border-radius: 4px;
	border: 1px solid #F14E4E;
	padding: 10px 38px;
}
.indcusli li p{
	white-space: nowrap;
}
.indcase .eng{
	font-family: 'impact';
    text-align: center;
    font-weight: 400;
    font-size: 130px;
    color: #2B2B2B;
    opacity: 0.06;
}
.indcase .protit{
	text-align: center;
    font-weight: bold;
    font-size: 48px;
    color: #2B2B2B;
    margin-top: -67px;
}
.indcase{
	background: #F6F7F9;
	padding-top: 100px;
}
.indcase .main ul{
	margin-top: 70px;
    margin-bottom: 75px;
}
.indcase .main ul li{
	float: left;
	margin-left: 30px;
	background-color: white;
	padding-bottom: 30px;
	width: 380px;
}
.indcase .main ul li img{
	width: 100%;
    height: 240px;
    object-fit: cover;
}
.indcase .main ul a:nth-child(1) li{
	margin-left: 0px;
}
.indcase ul li div{
	padding: 0px 20px;
	position: relative;
}
.catit{
	margin-top: 30px;
	display: inline-block;
	font-weight: bold;
	font-size: 19px;
	width: 270px;;
	    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.caks{
	position: absolute;
    right: 20px;
    top: 0;
	float: right;
	color: #F14E4E;
	font-weight: 400;
	font-size: 16px;
}
.caks::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/ico_consult_red.png) no-repeat;
    background-size: 23px 22px;
    vertical-align: bottom;
    margin-right: 5px;
}
.indcase ul li .csdis{
	margin-top: 7px;
    font-size: 14px;
    color: #8b8b8b;
    padding: 0px 20px;
}
.indcase ul li .csdis em{
	font-style: normal;
	margin: 0px 8px;
}
.indcase ul li .cakis{
    margin-top: 18px;
    padding: 0px 20px;
}
.indcase ul li .cakis span{
    padding: 7px 20px;
    background: #F6F7F9;
    border-radius: 3px;
    font-size: 15px;
    margin-right: 10px;
    color: #2c2c2c;
}
.indcase{
	padding-bottom: 95px;
}
.indsma .eng{
	font-family: 'impact';
    text-align: center;
    font-weight: 400;
    font-size: 130px;
    color: #F6F7F9;
    opacity: 0.06;
}
.indsma .protit{
	text-align: center;
    font-weight: bold;
    font-size: 48px;
    color: white;
    margin-top: -67px;
}
.indsma{
	background: url(../images/img_home_option_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1440px;
    padding-top: 80px;
}
.indsma .indsmaone{
	padding: 85px 30px 0px 30px;
	text-align: center;
}
.indsma .indsmaone ul{
	display: inline-block;
    margin: 0 auto;
    border-bottom: 2px solid rgb(255 255 255 / 10%);
}
.indsma .indsmaone ul li{
	float: left;
    padding: 0px 15px;
    line-height: 60px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}
.indsma .indsmaone ul li span{
	width: 0;
    background: white;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    transition: .3s ease;
}
.indsma .indsmaone ul .active span{
	width: 100%;
}
.indsmatwo .indsmatwoli{
	display: none;
}
.indsmatwo .active{
	display: block;
}
.indsmatwo .indsmatwoli .indsma-top{
    background-color: white;
    padding: 62px;
    margin-top: 30px;
    border-radius: 4px;
}
.indsmatwo .indsmatwoli .indsma-top .left{
	width: 390px;
	height: 375px;
	position: relative;
}
.indsmatwo .indsmatwoli .indsma-top .right{
	width: 640px;
	height: 375px;
}
.indsmatwo .indsmatwoli .indsma-top .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.indsmatwo .indsmatwoli .indsma-top .left h3{
	padding-top: 7px;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin-bottom: 60px;
}
.indsmatwo .indsmatwoli .indsma-top .left p{
	font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.indsmatwo .indsmatwoli .indsma-top .left .indsma-top-but{
	position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.indsmatwo .indsmatwoli .indsma-top .left .indsma-top-but a{
	font-weight: 400;
    font-size: 16px;
    padding: 12px 31px;
    display: inline-block;
    color: white;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
}
.indsmatwo .indsmatwoli .indsma-top .left .indsma-top-but a:nth-child(1){
	margin-right: 20px;
	background: #1F64D4;
	border-radius: 4px;
}
.indsmatwo .indsmatwoli .indsma-top .left .indsma-top-but a:nth-child(2){
	background: #F14E4E;
	border-radius: 4px;
}
.indsmatwo .indsmatwoli .indsma-top .left .indsma-top-but a em{
    font-size: 25px;
    display: block;
    float: right;
    margin-left: 20px;
    font-weight: 100;
    height: 21px;
    line-height: 21px;
    font-style: normal;
}
.indsmatwo ul{
	margin-top: 26px;
}
.indsmatwo ul li{
	float: left;
    width: 280px;
    padding: 20px 20px 33px 20px;
    background: white;
    margin-left: 26px;
    border-radius: 4px;
}
.indsmatwo ul li:nth-child(1){
	margin-left: 0px;
}
.indsmatwo ul li img{
	max-width: 100%;
	max-height: 240px;
}
.indsmatwo ul li p{
	margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indsmatwo ul li .indsmatwop1{
	background: rgba(241, 78, 78, 0.08);
    color: #F14E4E;
    padding: 1px 7px;
    font-size: 14px;
    font-weight: 600;
}
.indsmatwo ul li div{
	margin-top: 25px;
}
.indsmatwo ul li div a{

}
.indsmatwo ul li div a span{
	background: #F14E4E;
    border-radius: 4px;
    color: white;
    padding: 7px 22px;
    margin-right: 17px;
}
.indsmatwo ul li div a:nth-child(2) span{
    background: #F6F7F9;
    color: #626262;
    margin-right: 0px;

}
.indnuw .eng{
	font-family: 'impact';
    text-align: center;
    font-weight: 400;
    font-size: 130px;
    color: #2B2B2B;
    opacity: 0.06;
}
.indnuw .protit{
	text-align: center;
    font-weight: bold;
    font-size: 48px;
    color: #2B2B2B;
    margin-top: -67px;
}
.indnuw{
	padding-top: 120px;
	padding-bottom: 78px;
}
.indnuwind{
    background-color: #F6F7F9;
}
.indnuw ul{
	margin-top: 60px;
}
.indnuw ul li{
    float: left;
    width: 380px;
    margin-left: 30px;
    padding: 23px 20px 40px 20px;
    background: #F6F7F9;
    transition: .2s ease;
}
.indnuwind ul li{
    background-color: #fff;
}
.indnuw ul a:nth-child(1) li{
	margin-left: 0px;
}
.indnuw ul li img{
	 width: 100%;  
    height: 100%;  
    object-fit: cover;
}
.indnuw ul li h4{
	font-weight: bold;
	font-size: 18px;
	color: #2B2B2B;
	line-height: 30px;
	margin-top: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indnuw ul li .indnewtime{
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}
.indnuw ul li .indnewp{
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 25px;
	margin-bottom: 45px;
}
.indnuw ul li:hover{
	background: #FFFFFF;
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.06);
}
.indnuw ul li:hover div span{
	background-color: #1F64D4;
	color: white;
}
.indnuw ul li div span{
	padding: 7px 30px;
    border: 1px solid #999999;
    border-radius: 4px;
    color: #505050;
}
.indnewbut a{
    font-weight: 400;
    font-size: 16px;
    padding: 12px 38px;
    display: inline-block;
    color: #2B2B2B;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
}
.indnewbut a em{
    font-size: 25px;
    display: block;
    float: right;
    margin-left: 20px;
    font-weight: 100;
    height: 21px;
    line-height: 21px;
    font-style: normal;
}
.indnewbut{
	text-align: center;
    margin-top: 59px;
}
.indour .eng{
	font-family: 'impact';
    text-align: center;
    font-weight: 400;
    font-size: 130px;
    color: #2B2B2B;
    opacity: 0.06;
}
.indour .protit{
	text-align: center;
    font-weight: bold;
    font-size: 48px;
    color: #2B2B2B;
    margin-top: -67px;
}
.indour{
	padding-top: 90px;
	padding-bottom: 100px;
	background: #F6F7F9;
}
.indour ul{
	margin-top: 75px;
}
.indour ul li{
	float: left;
	width: 230px;
	height: 120px;
	margin-left: 12px;
	background-color: white;
	margin-bottom: 13px;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;
}
.indour ul li:nth-child(1){
	margin-left: 0px;
}
.indour ul li:nth-child(6){
	margin-left: 0px;
}
.indour ul li img{
	max-width: 100%;
	max-height: 120px;
}
.indform{
	padding-top: 90px;
	padding-bottom: 70px;
}
.indform .protit{
	text-align: center;
    font-weight: bold;
    font-size: 48px;
    color: #2B2B2B;
}
.indform .indformp{
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	text-align: center;
	margin-top: 25px;
}
.indform .main div{
	margin-top: 60px;
}
.indform .main div p{
	position: relative;
	display: inline-block;
}
.indform .main div input{
	width: 380px;
    height: 60px;
    background: #F6F7F9;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #8F8F8F;
    border: none;
    padding-left: 30px;
    margin-right: 24px;
    outline-color: #dfdfdf;
}
.indform .main div select{
	width: 380px;
    height: 60px;
    background: #F6F7F9;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #8F8F8F;
    border: none;
    padding-left: 30px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.indform .main div p:after {
    content: "";
    width: 11px;
    height: 17px;
    background: url(../images/ico_case_pre.png) no-repeat center / cover;
    position: absolute;
    right: 25px;
    top: 23px;
    pointer-events: none;
}
.indfobut{
	margin-top: 75px;
	text-align: center;
}
.indfobut button{
    height: 45px;
    border: none;
}
.indfobut span{
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	padding: 13px 55px;
	background: #1F64D4;
	border-radius: 4px;
	border: 1px solid #1F64D4;
}
.indfobut a:nth-child(2) span{
	font-weight: 400;
	font-size: 16px;
	color: #1F64D4;
	padding: 13px 55px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #1F64D4;
	margin-left: 24px;
}
.indmen{
	background-color: #1F64D4;
    position: relative;
    padding: 55px 0px;
    margin-top: 80px;
}
.indmen img{
	position: absolute;
	bottom: 0;
}
.indmen .indmenp{
	display: inline-block;
    margin-left: 350px;
}
.indmen .indembut{
	background: #F14E4E;
    border-radius: 30px;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    padding: 14px 50px;
    float: right;
    margin-right: 24px;
    margin-top: 25px;
}
.indmen .indmenp h5{
	font-size: 48px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}
.indmen .indmenp p{
	color: white;
    font-size: 20px;
}
.foot{
	padding-top: 80px;
	background: url(../images/img_foot_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}
.foot::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202020;
    z-index: -1;
}
.foot .left{
	width: 570px;
	position: relative;
}
.foot .left:after {
    content: '';
    width: 2px;
    position: absolute;
    right: 0;
    top: 8px;
    height: 300px;
    background: #FFFFFF;
    opacity: 0.1;
}
.foot .right{
	width: 600px;
}
.foot .foot-top{
	position: relative;
    z-index: 2;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 35px;
}
.foot .foot-top .main{
	padding: 0px 10px;
}
.foot .left li{
	float: left;
}
.foot .foot-top .fottopdiv{
	margin-top: 70px;
}
.foot .foot-top .fottopdiv li p:nth-child(1){
	font-weight: 400;
	font-size: 16px;
	color: #A9A9AA;
	line-height: 25px;
}
.foot .foot-top .fottopdiv li p:nth-child(2){
	font-family: 'impact';
	font-weight: 400;
	font-size: 30px;
	color: #A9A9AA;
	margin-top: 10px;
	letter-spacing: 2px;
}
.foot .foot-top .fottopdiv li p:nth-child(1)::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/ico_foot_tel.png) no-repeat;
    background-size: 24px 24px;
    vertical-align: bottom;
    margin-right: 5px;
    opacity: 0.5;
    letter-spacing: 2px;
}
.foot .foot-top .fottopdiv li a{
	display: block;
    text-align: center;
    color: white;
    margin-top: 33px;
    padding: 15px 0px;
    background: #1F64D4;
    border-radius: 4px;
}
.foot .foot-top .fottopdiv li a::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/ico_consult_white.png) no-repeat;
    background-size: 23px 22px;
    vertical-align: bottom;
    margin-right: 11px;
}
.foot .foot-top .fottopdiv li:nth-child(1){
	margin-right: 45px;
}
.foot .foot-top .fottopdiv li:nth-child(2){
	margin-right: 22px;
}
.foot .foot-top .fottopdiv li img{
	max-width: 120px;
	max-height: 120px;
	border-radius: 4px;
}
.foot .foot-top .fottopdiv li div{
	text-align: center;
	color: #A9A9AA;
	font-size: 14px;
	margin-top: 14px;
}
.foot-top .right ul{
	padding-left: 20px;
}
.foot-top .right ul li{
	float: left;
	margin-left: 20px;
}
.foot-top .right ul li:nth-child(1){
	width: 200px;
}
.foot-top .right ul li:nth-child(2){
	width: 200px;
}
.foot-top .right ul li h3{
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 35px;
}
.foot-top .right ul li p{
	font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.6;
    margin-bottom: 10px;
}
.foot-bot{
	color: white;
    opacity: 0.4;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 30px 0px;
}
.foot-bot span{
	padding: 0px 11px;
}
.ind-zs{
	padding-top: 57px;
	padding-bottom: 40px;
}
.ind-zs .ind-szbody{
	position: relative;
	z-index: 2;
}
.ind-zs .ind-szbut{
	margin-top: -10px;
    z-index: 1;
    position: relative;
}
#yixing{
	height: 354px;
	margin: 0px auto; 
	position: relative; 
	overflow: hidden; 
}
.anniu .zuoanniu{
    display: block;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 220px;
    left: 0px;
    cursor: pointer;
    background: url(../images/img_about_honor_next.png);
    transform: rotate(180deg);
}
.anniu .youanniu{
	display: block;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 220px;
    right: 0px;
    cursor: pointer;;
	background: url(../images/img_about_honor_next1.png);
}
#yixing ul{
	list-style: none;
	height: 354px;
    width: 1050px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#yixing ul li{
	position: absolute; 
	border: 8px solid #434343;
    padding: 8px;
    background-color: white;
}
#yixing ul li img{ 
	width: 100%; 
	height: 100%; 
}
#yixing ul li.no0{
	width: 145px;
    height: 208px;
    top: 146px;
    left: -245px;
}
#yixing ul li.no1 {
    top: 115px;
    left: 19px;
    width: 171px;
    height: 239px;
}
#yixing ul li.no2 {
    width: 197px;
    top: 80px;
    height: 274px;
    left: 203px;
}
#yixing ul li.no3 {
    width: 226px;
    top: 39px;
    height: 315px;
    left: 413px;
}
#yixing ul li.no4 {
    top: 80px;
    left: 651px;
    width: 197px;
    height: 274px;
}
#yixing ul li.no5 {
    top: 115px;
    left: 861px;
    width: 171px;
    height: 239px;
}
#yixing ul li.no6{
	width: 145px;
    height: 208px;
    top: 146px;
    left: 1050px;
}
#yixing ul li.denghou{
	display: none;
}
.probann{
    width: 100%;
    overflow: hidden;
}
.probann img{
	width: 100%;
}
.prtop2{
	background: #F6F7F9;
	padding-top: 40px;
}
.prtop2 li{
    float: left;
    width: 230px;
    margin-left: 12px;
    padding: 25px 29px;
    height: 230px;
    text-align: center;
    background-color: white;
    margin-bottom: 12px;
    border-radius: 4px;
}
.prtop2 li div{
	width: 172px;
    height: 137px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prtop2 li p{
	margin-top: 20px;
	font-weight: 400;
	font-size: 18px;
	color: #2B2B2B;
}
.prtop2 a:nth-child(1) li{
	margin-left: 0px;
}
.prtop2 a:nth-child(6) li{
	margin-left: 0px;
}
.prtop2 li img{
	max-width: 100%;
	max-height: 100%;
}
.prtop2 li div span{
	line-height: 50px;
	width: 60px;
	height: 60px;
	background: #1F64D4;
	border-radius: 50%;
	font-weight: 400;
	font-size: 48px;
	color: #FFFFFF;
}
.prtopbut{
    padding: 80px 0px;
}
.prtopbut .left{
    padding-left: 80px;
    height: 65px;
    background: url(../images/ico_product_file.png) no-repeat left center;
}
.prtopbut .left h3{
	font-size: 30px;
    margin-bottom: 9px;
}
.prtopbut .left h3 span{
	color: #F14E4E;
}
.prtop2 .prtopbut .right a:nth-child(1){
    background: #F14E4E;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 13px 40px;
    margin-right: 25px;
    display: inline-block;
    margin-top: 11px;
}
.prtop2 .prtopbut .right a:nth-child(2){
	font-weight: 400;
    font-size: 16px;
    color: #F14E4E;
    padding: 13px 55px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #F14E4E;
}
.prtop2 .prtopbut .right a:nth-child(1)::before{
	content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/ico_consult_white.png) no-repeat;
    background-size: 23px 22px;
    vertical-align: bottom;
    margin-right: 11px;
}
.prolileft .lilefttop{
	background: url(../images/img_product_title_bg.png) no-repeat;
	background-size: 100%;
	height: 570px;

}
.prolileft .lilefttop .left{
	background: url(../images/img_product_title_base.png) no-repeat;
    width: 600px;
    text-align: center;
    background-position: center bottom;
    padding-top: 60px;
    padding-bottom: 110px;

}
.prolileft .lilefttop .left div{
	width: 600px;
	height: 353px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.prolileft .lilefttop .left div img{
    max-width: 100%;
    max-height: 100%;
}
.prolileft .lilefttop .right{
	width: 600px;
    padding-top: 75px;
    padding-right: 22px;
    padding-left: 70px;
}
.prolileft .lilefttop .right h3{
    font-weight: bold;
    font-size: 36px;
    color: #2B2B2B;
    line-height: 30px;
}
.prolileft .lilefttop .right .protit{
	font-weight: 400;
	font-size: 60px;
	color: #999999;
	opacity: 0.1;
	font-family: 'impact';
	margin-top: -20px;
	letter-spacing: 4px;
}
.prolileft .lilefttop .right .probor{
	margin-top: 12px;
    margin-bottom: 40px;
    display: block;
    width: 60px;
    height: 4px;
    background: #1F64D4;
}
.prolileft .lilefttop .right .probod{
	font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    letter-spacing: 1px;
}
.prolileft .lilefttop .right div{
	margin-top: 85px;
}
.prolileft .lilefttop .right div a:nth-child(1){
	background: #1F64D4;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 14px 41px;
    margin-right: 25px;
    display: inline-block;
}
.prolileft .lilefttop .right div a:nth-child(1)::before{
	content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/ico_consult_white.png) no-repeat;
    background-size: 23px 22px;
    vertical-align: bottom;
    margin-right: 11px;
}
.prolileft .lilefttop .right div a:nth-child(2){
	font-weight: 400;
    font-size: 16px;
    padding: 14px 41px;
    display: inline-block;
    color: #1F64D4;
    border-radius: 4px;
    border: 1px solid #1F64D4;
}
.prolileft .lilefttop .right div a:nth-child(2) em{
    font-size: 25px;
    display: block;
    float: right;
    margin-left: 20px;
    font-weight: 400;
    height: 21px;
    line-height: 21px;
    font-style: normal;
}
.prolileft .prolitwo{
	background-color: #F6F7F9;
	padding-top: 50px;
	padding-bottom: 75px;
}
.prolileft .prolitwo ul li {
    float: left;
    width: 280px;
    padding: 20px 20px 33px 20px;
    background: white;
    margin-left: 26px;
    border-radius: 4px;
}
.prolileft .prolitwo ul li:nth-child(1) {
    margin-left: 0px;
}
.prolileft .prolitwo ul li img {
    max-width: 100%;
    max-height: 240px;
}
.prolileft .prolitwo ul li p {
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
        display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prolileft .prolitwo ul li .indsmatwop1 {
    background: rgba(241, 78, 78, 0.08);
    color: #F14E4E;
    padding: 1px 7px;
    font-size: 14px;
    font-weight: 600;
}
.prolileft .prolitwo ul li div {
    margin-top: 25px;
}
.prolileft .prolitwo ul li div a span{
    background: #F14E4E;
    border-radius: 4px;
    color: white;
    padding: 7px 22px;
    margin-right: 17px;
}
.prolileft .prolitwo ul li div a:nth-child(2) span{
    background: #F6F7F9;
    color: #626262;
    margin-right: 0px;
}
.proliright .left{
	float: right !important;
}
.proliright .right{
	float: left !important;
}
.prolingyu{
	padding-top: 85px;
	padding-bottom: 70px;
	height: 660px;
	background: url(../images/img_project_industry_bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.prolingyu::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1F64D4;
    z-index: -1;
}
.prolingyu h4{
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
}
.prolingyu .prolyp1{
	font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    width: 844px;
    margin: auto;
    text-align: center;
    line-height: 35px;
    letter-spacing: 1px;
}
.prolingyu .prolyul .prolyli{
	float: left;
	margin-top: 70px;
    margin-bottom: 60px;
    width: 109px;
    margin-left: 42px;
    text-align: center;
}
.prolingyu .prolyul a{
	display: inline-block;
}
.prolingyu .prolyul a:nth-child(1) .prolyli{
	margin-left: 0px;
}
.prolingyu .prolyul .prolyli p{
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 57px;
}
.prolingyu .prolyul .prolyli div{
	width: 109px;
	height: 109px;
	border-radius: 50%;
	border: 1px solid white;
	display: flex;
    justify-content: center;
    align-items: center;
}
.prolingyu .prolybut{
	text-align: center;
}
.prolingyu .prolybut a:nth-child(1){
    background: #F14E4E;
    border-radius: 4px;
    display: inline-block;
    padding: 14px 0px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    width: 180px;
    margin-right: 14px;
}
.prolingyu .prolybut a:nth-child(2){
	width: 180px;
	border-radius: 4px;
	padding: 14px 0px;
	display: inline-block;
	border: 1px solid #FFFFFF;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}
.prolili{
	padding-top: 24px;
	background: #F6F7F9;
	padding-bottom: 115px;
}
.prolili .left{
	width: 280px;
}
.prolili .left .plile1 .plile1top{
    background: url(../images/ico_product_all.png) no-repeat;
    background-color: #E1E4EA;
    font-weight: bold;
    font-size: 24px;
    color: #666666;
    line-height: 60px;
    background-position: 28px center;
    border-radius: 4px;
    padding: 10px 70px;
}
.prolili .left .plile1 .plile1but{
    background-color: white;
    margin-top: 4px;
    border-radius: 4px;
    padding: 20px 18px;
}
.prolili .left .plile1 .plile1but li{
    color: #2B2B2B;
    font-size: 16px;
    background: #F6F7F9;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 10px;

}
.prolili .left .plile1 .plile1but li em{
    font-size: 22px;
    display: block;
    float: right;
    margin-left: 20px;
    font-weight: 400;
    height: 21px;
    line-height: 20px;
    font-style: normal;
    color: #999999;
}
.prolili .left .plile1 .plile1but .active{
    background: #1F64D4;
	color: #FFFFFF;
	font-weight: bold;
}
.prolili .left .plile1 .plile1but .active em{
	color: #FFFFFF;
}
.prolili .left .plile1 .plile1but li:hover{
	background: #1F64D4;
	color: #FFFFFF;
	font-weight: bold;
}
.prolili .left .plile1 .plile1but li:hover em{
	color: #FFFFFF;
}
.prolili .left .plile2{
	background: #FFFFFF;
    border-radius: 4px;
    margin-top: 24px;
    padding: 25px 20px;
}
.prolili .left .plile2 .p1{
	font-weight: bold;
    font-size: 30px;
    color: #1F64D4;
    text-align: center;
}
.prolili .left .plile2 .divt{
	background: rgba(31,100,212,0.04);
	border-radius: 4px;
	padding: 15px 20px;
	margin-top: 20px;
}
.prolili .left .plile2 .divt .div1{
    float: left;
    width: 40px;
    height: 40px;
    background: #1F64D4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1px;
}
.prolili .left .plile2 .divt .div2{
	float: left;
	margin-left: 14px;
}
.prolili .left .plile2 .divt .div2 .p2{
	font-size: 14px;
    color: #999999;
}
.prolili .left .plile2 .divt .div2 .p3{
	font-size: 20px;
    color: #1F64D4;
    font-family: 'impact';
}
.prolili .left .plile2 .p4{
	font-weight: 400;
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.prolili .left .plile2 .buta{
	display: block;
    text-align: center;
    color: white;
    padding: 15px 0px;
    background: #F14E4E;
    border-radius: 4px;
}
.prolili .left .plile2 .buta::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/ico_consult_white.png) no-repeat;
    background-size: 23px 22px;
    vertical-align: bottom;
    margin-right: 11px;
}
.prolili .right{
	width: 900px;
}
.prolili .right ul{
    height: 885px;
}
.prolili .right ul li{
	float: left;
    width: 280px;
    padding: 20px 20px 33px 20px;
    background: white;
    margin-left: 26px;
    border-radius: 4px;
    margin-bottom: 25px;
}
.prolili .right ul li:nth-child(1){
	margin-left: 0px;
}
.prolili .right ul li:nth-child(4){
	margin-left: 0px;
}
.prolili .right ul li img{
	max-width: 100%;
    max-height: 240px;
}
.prolili .right ul li p{
	margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prolili .right ul li .indsmatwop1{
    background: rgba(241, 78, 78, 0.08);
    color: #F14E4E;
    padding: 1px 7px;
    font-size: 14px;
    font-weight: 600;
}
.prolili .right ul li div{
    margin-top: 25px;
}
.prolili .right ul li div a span{
    background: #F14E4E;
    border-radius: 4px;
    color: white;
    padding: 7px 22px;
    margin-right: 17px;
}
.prolili .right ul li div a:nth-child(2) span {
    background: #F6F7F9;
    color: #626262;
    margin-right: 0px;
}
.prolili .right .prolitest{
	text-align: center;
	margin-top: 50px;
}
.prolili .right .prolitest span{
    padding-right: 20px;
}
.prolili .right .prolitest a{
	display: inline-block;
	line-height: 40px;
	padding: 0px 15px;
	margin: 0px 5px;
}
.prolili .right .prolitest .current{
	color: white;
    background-color: #1F64D4;
    border-radius: 4px;
}
.prolili .right .prolitest a:hover{
	color: white;
    background-color: #1F64D4;
    border-radius: 4px;
}
.proca .procatop .left{
	background: url(../images/ico_case_title_case.png) no-repeat;
    font-weight: bold;
    font-size: 28px;
    padding-left: 46px;
    color: #2B2B2B;
    background-position: 0 3px;

}
.proca .procatop{
	margin-bottom: 60px;
}
.proca{
	background-color: #F6F7F9;
    padding-top: 95px;
    padding-bottom: 80px;
}
.proca .procatop .right a{
	color: #7e7e7e;
    font-size: 16px;
}
.proca .procatop .right a span{
	font-size: 21px;
    display: block;
    float: right;
    margin-left: 6px;
    font-weight: 400;
    height: 21px;
    line-height: 20px;
    font-style: normal;
}
.proca ul li{
	float: left;
    margin-left: 30px;
    background-color: white;
    padding-bottom: 30px;
    width: 380px;
}
.proca ul a:nth-child(1) li {
    margin-left: 0px;
}
.proca ul li img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.proca ul li div {
    padding: 0px 20px;
    position: relative;
}
.proca ul li .csdis {
    margin-top: 7px;
    font-size: 14px;
    color: #8b8b8b;
    padding: 0px 20px;
}
.proca ul li .csdis em {
    font-style: normal;
    margin: 0px 8px;
}
.proca ul li .cakis {
    margin-top: 18px;
    padding: 0px 20px;
}
.proca ul li .cakis span {
    padding: 7px 20px;
    background: #F6F7F9;
    border-radius: 3px;
    font-size: 15px;
    margin-right: 10px;
    color: #2c2c2c;
}
.proowtop{
	height: 570px;
	background: url(../images/img_product_title_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 60px 0px;
	background-color: #DADFE9;
}
.proowtop .left{
	width: 450px;
    height: 450px;
}
.proowtop .right{
	width: 610px;
	margin-right: 25px;
}
.proowtop .left img{
	border-radius: 8px;
    border: 1px solid #FFFFFF;
    max-width: 100%;
}
.proowtop .right h3{
	margin-top: 55px;
    font-weight: bold;
    font-size: 36px;
    color: #2B2B2B;
    line-height: 40px;
}
.proowtop .right .potd1{
	margin-top: 27px;
}
.proowtop .right .potd1 span{
	font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    padding: 5px 19px 6px 19px;
    margin-right: 15px;
}
.proowtop .right p{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
    margin-top: 35px;
}
.proowtop .right .potd2{
	margin-top: 80px;
}
.proowtop .right .potd2 .potda1{
	background: #F14E4E;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 14px 41px;
    margin-right: 25px;
    display: inline-block;
}
.proowtop .right .potd2 .potda1::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/ico_consult_white.png) no-repeat;
    background-size: 24px 24px;
    vertical-align: bottom;
    margin-right: 11px;
}
.proowtop .right .potd2 .potda2{
	background: #1F64D4;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 14px 41px;
    margin-right: 25px;
    display: inline-block;
}
.proowtop .right .potd2 .potda2::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/ico_consult_tel.png) no-repeat;
    background-size: 24px 24px;
    vertical-align: bottom;
    margin-right: 11px;
}
.proowtop .right .potd2 .potda1 span{
	line-height: 24px;
}
.proowtop .right .potd2 .potda2 span{
	line-height: 24px;
}
.proowtop .right .potd2 .potda3 span{
	line-height: 24px;
}
.proowtop .right .potd2 .potda3{
	background: #FFFFFF;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #1F64D4;
    padding: 14px 41px;
    display: inline-block;
    border: 1px solid #1F64D4;
}
.proowtop .right .potd2 .potda3::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/ico_consult_download.png) no-repeat;
    background-size: 24px 24px;
    vertical-align: bottom;
    margin-right: 11px;
}
.projm{
	background: #EFF0F4;
    line-height: 40px;
    padding: 15px 0px;
}
.projm .left a{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    padding: 0px 55px;
    border-left: 2px solid #888889;
}
.projm .left a:nth-child(1){
	padding-left: 0px;
	border: none;
}
.projm .left a:hover{
	color: #1F64D4;
	font-weight: bold;
}
.projm .left .select{
	color: #1F64D4;
	font-weight: bold;
}
.projm .right .pjinput{
    height: 40px;
    width: 210px;
    background: #FFFFFF;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    padding-left: 18px;
    border-radius: 20px 0px 0px 20px;
    border: none;
}
.projm .right button{
	background: #1F64D4;
    border-radius: 0px 20px 20px 0px;
    color: white;
    height: 40px;
    padding: 0px 22px;
    border: none
}
.probo{
	background-color: #F6F7F9;
	padding-top: 30px;
}
.probo .left{
	background-color: white;
	padding: 70px;
	border-radius: 8px;
	width: 900px;
}
.probo .left img{
    max-width: 100%;
    vertical-align: bottom;
}
.probo .right{
	width: 280px;
 
}
.probo .right .pbrtop{
	padding-bottom: 12px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}
.probo .right .pbrtop .pbrt1{
	background: url(../images/img_red_bg.png) no-repeat;
	background-position: top;
	text-align: center;
    padding-top: 32px;
}
.probo .right .pbrtop .pbrt1 img{
	border: 6px solid #FFFFFF;
    border-radius: 50%;
    width: 110px;
}
.probo .right .pbrtop h4{
	text-align: center;
    margin-top: 5px;
    font-weight: bold;
    font-size: 24px;
    color: #F14E4E;
}
.probo .right .pbrtop p{
	font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    margin-top: 15px;
    padding: 0px 35px;
    text-align: center;
    margin-bottom: 20px;
}
.probo .right .pbrtop .pbets1{
	text-align: center;
    background: #F14E4E;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 12px 41px;
    display: block;
    margin: 6px 20px;
}
.probo .right .pbrtop .pbets2{
	text-align: center;
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #F14E4E;
    padding: 12px 41px;
    display: block;
    margin: 12px 20px;
    border: 1px solid #F14E4E;
}
.probo .pbrbut{
	padding: 23px 25px 16px 25px;
	background: #FFFFFF;
	border-radius: 8px;
	margin-top: 20px;
}
.probo .pbrbut img{
	max-width: 100%;
}
.probo .pbrbut p{
	margin-top: 12px;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	color: #2B2B2B;
}
 #container {  
    height: 2000px;  
    position: relative;  
    overflow: auto;  
}  
#sticky-div {  
    position: relative;  
    top: 0;  
    background-color: lightblue;  
    padding: 10px;  
    transition: top 0.3s ease;  
}  
.sticky {  
    position: sticky;  
    top: 0;  
    z-index: 1000; /* 确保它在其他内容之上 */  
}  
.proh{
	padding: 60px 0px;
}
.proh .left .phtit{
	float: left;
	padding-right: 150px;
}
.proh .left .phbor{
	float: left;
}
.proh .left .phtit h5{
	text-align: center;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}
.proh .left .phtit h5 em{
	color: #F14E4E;
    font-family: 'impact';
    font-size: 50px;
    font-style: normal;
}
.proh .left .phtit h5::after {
	right: -98%;
    content: "";
    position: absolute;
    top: 50%;
    width: 50px;
    transition: background-color 0.3s ease;
    border:1px dashed #F58484;
}
.proh .left .phtit h5:nth-child(3){
	margin-right: 0px;
}
.proh .left .phtit3 h5::after{
	display: none;
}
.proh .left{
	padding-left: 30px;
}
.proh .right{
	margin-top: 20px;
}
.proh .right .prohbut1{
    background: #F14E4E;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 14px 58px;
    margin-right: 22px;
    display: inline-block;
}
.proh .right .prohbut2{
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #F14E4E;
    padding: 14px 58px;
    display: inline-block;
    border: 1px solid #F14E4E;
}
.proxi{
	background: url(../images/img_product_bg.png) no-repeat;
	background-size: 100% 100%;
	height: 650px;
	padding-top: 60px;
	background-color: #f7f7f7;
}
.proxi .proxitop{
    margin-bottom: 60px;
}
.proxi .proxitop .left {
    background: url(../images/ico_case_title_product.png) no-repeat;
    font-weight: bold;
    font-size: 28px;
    padding-left: 46px;
    color: #2B2B2B;
    background-position: 0 3px;
}
.proxi .proxitop .right a {
    color: #7e7e7e;
    font-size: 16px;
}
.proxi .proxitop .right a span {
    font-size: 21px;
    display: block;
    float: right;
    margin-left: 6px;
    font-weight: 400;
    height: 21px;
    line-height: 20px;
    font-style: normal;
}
.proxi ul li {
    float: left;
    width: 280px;
    padding: 20px 20px 33px 20px;
    background: white;
    margin-left: 26px;
    border-radius: 4px;
}
.proxi ul li:nth-child(1) {
    margin-left: 0px;
}
.proxi ul li img {
    max-width: 100%;
    max-height: 240px;
}
.proxi ul li p {
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.proxi ul li .indsmatwop1 {
    background: rgba(241, 78, 78, 0.08);
    color: #F14E4E;
    padding: 1px 7px;
    font-size: 14px;
    font-weight: 600;
}
.proxi ul li div {
    margin-top: 25px;
}
.proxi ul li div a span {
    background: #F14E4E;
    border-radius: 4px;
    color: white;
    padding: 7px 22px;
    margin-right: 17px;
}
.proxi ul li div a:nth-child(2) span {
    background: #F6F7F9;
    color: #626262;
    margin-right: 0px;
}
.casebanner{
	height: 530px;
	background: url(../images/img_case_banner.jpg) no-repeat;
	background-size: 100% 100%;
	text-align: center;
    padding: 105px 0px 120px 0px;
}
.casebanner h2{
    font-family: 'impact';
    font-weight: 100;
    font-size: 142px;
    color: #FFFFFF;
    width: 1000px;
    margin: 0 auto;
	
}
.casebanner h2 sup{
	margin-left: 8px;
	font-size: 88px;
}
.casebanner p{
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
}
.casebanner a{
	display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    background: #F14E4E;
    border-radius: 4px;
    margin-top: 56px;
}
.casescr{
    padding-top: 25px;
    padding-bottom: 70px;
}
.casescr .cstop1{
	padding: 25px 0px;
    border-bottom: 1px solid #F7F8FA;
}
.casescr .cstop2{
	padding: 25px 0px;
    border-bottom: 1px solid #F7F8FA;
}
.casescr .left{
	padding-top: 5px;
}
.casescr .left span{
	font-size: 25px;
    display: block;
    float: right;
    margin-left: 14px;
    font-weight: 100;
    height: 21px;
    line-height: 21px;
    font-style: normal;
}
.casescr .right{
	width: 1090px;
}
.casescr .right li{
	float: left;
    width: 20%;
    margin-bottom: 10px;
    line-height: 35px;
}
.casescr .right li a{
	font-size: 16px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 6px 16px;
}
.casescr .right li a:hover{
	background: #1F64D4;
	color: white;
}
.casescr .right .cstopcur a{
	background: #1F64D4;
	color: white;
}
.casescr .csbut{
	padding-top: 30px;
    line-height: 40px;
}
.casescr .csbut .left{
	padding-top: 0px;
}
.casescr .csbut .left span{
	font-size: 25px;
    display: block;
    float: right;
    margin-left: 14px;
    font-weight: 100;
    height: 21px;
    line-height:39px;
    font-style: normal;
}
.casescr .csbut .csbinp{
	width: 350px;
    height: 40px;
    font-size: 19px;
    padding-left: 20px;
    border: none;
    outline: none;
    background: #F6F7F9;
    border-radius: 4px 0px 0px 4px;
}
.casescr .csbut .csbbut{
	width: 90px;
	height: 40px;
	background: #F14E4E;
	border-radius: 0px 4px 4px 0px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	border: none;
}
.caselili ul li {
    float: left;
    margin-left: 30px;
    background-color: white;
    padding-bottom: 30px;
    width: 380px;
    margin-bottom: 44px;
}
.caselili .main ul a:nth-child(1) li {
    margin-left: 0px;
}
.caselili .main ul a:nth-child(4) li {
    margin-left: 0px;
}
.caselili .main ul a:nth-child(7) li {
    margin-left: 0px;
}
.caselili .main ul li img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.caselili ul li div {
    padding: 0px 20px;
    position: relative;
}

.caselili ul li .csdis {
    margin-top: 7px;
    font-size: 14px;
    color: #8b8b8b;
    padding: 0px 20px;
}
.caselili ul li .csdis em {
    font-style: normal;
    margin: 0px 8px;
}
.caselili ul li .cakis {
    margin-top: 18px;
    padding: 0px 20px;
}
.caselili ul li .cakis span {
    padding: 7px 20px;
    background: #F6F7F9;
    border-radius: 3px;
    font-size: 15px;
    margin-right: 10px;
    color: #2c2c2c;
}
.caselili ul li .cakis span {
    padding: 7px 20px;
    background: #F6F7F9;
    border-radius: 3px;
    font-size: 15px;
    margin-right: 10px;
    color: #2c2c2c;
}
.caselili{
    padding-top: 70px;
    background-color: #F6F7F9;
    padding-bottom: 90px;
}
.caselites{
	background-color: #F6F7F9;
	padding-bottom: 90px;
}
.caselites .prolitest {
    text-align: center;
}
.caselites .prolitest a {
    display: inline-block;
    line-height: 40px;
    padding: 0px 15px;
    margin: 0px 5px;
}
.caselites .prolitest .current {
    color: white;
    background-color: #1F64D4;
    border-radius: 4px;
}
.casrkp{
	padding-top: 80px;
	padding-bottom: 100px;
}
.casrkp .casrkptop{
    margin-bottom: 60px;
}
.casrkp .casrkptop .left {
    background: url(../images/ico_case_title_evaluate.png) no-repeat;
    font-weight: bold;
    font-size: 28px;
    padding-left: 46px;
    color: #2B2B2B;
    background-position: 0 3px;
}
.casrkp .casrkptop .right a {
    color: #7e7e7e;
    font-size: 16px;
}
.casrkp .casrkptop .right a span {
    font-size: 21px;
    display: block;
    float: right;
    margin-left: 6px;
    font-weight: 400;
    height: 21px;
    line-height: 20px;
    font-style: normal;
}
.casrkp .casrkpli li{
	width: 380px;
	background: #F6F7F9;
	border-radius: 8px;
	float: left;
	margin-left: 30px;
	padding: 45px 40px 50px 35px;
}
.casrkp .casrkpli li:nth-child(1){
	margin-left: 0px;
}
.casrkp .casrkpli li .cld1{
	margin-bottom: 20px;
}
.casrkp .casrkpli li .cld1 .cldd1{
	height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    float: left;
}
.casrkp .casrkpli li .cld1 .cldd1 img{
	width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.casrkp .casrkpli li .cld1 .cldd2{
	float: left;
	padding-top: 10px;
    padding-left: 30px;
}
.casrkp .casrkpli li .cld1 .cldd2 .clddp1{
	font-weight: bold;
    font-size: 18px;
    color: #2B2B2B;
    margin-bottom: 12px;
}
.casrkp .casrkpli li .cld1 .cldd2 .clddp2{
	font-weight: 400;
    font-size: 16px;
    color: #999999;
}
.casrkp .casrkpli li .cld2{
	margin-bottom: 25px;
}
.casrkp .casrkpli li .clp1{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 150px;
}
.casrkp .casrkpli li .cld3{
	text-align: right;
	margin-top: 40px;
}
.casestop{
	height: 640px;
	background: url(../images/img_case_head_bg.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 75px;
	padding-bottom: 90px;
}
.casestop .left{
	width: 750px;
	height: 478px;
	text-align: center;
}
.casestop .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.casestop .right{
	width: 450px;
	height: 478px;
	background: #FFFFFF;
    padding: 45px 0px 0px 70px;
}
.casestop .right h2{
	font-weight: bold;
    font-size: 36px;
    color: #2B2B2B;
    line-height: 40px;
    margin-bottom: 30px;
}
.casestop .right p{
	color: #999999;
    font-size: 16px;
    margin-bottom: 10px;
}
.casestop .right p span{
	color: #2b2b2b;
    margin-left: 15px;
}
.casestop .right .catd1 div{
	margin-top: 20px;
}
.casestop .right .catd1 div a{
	font-weight: 400;
    font-size: 16px;
    color: #1F64D4;
    line-height: 26px;
    border-radius: 4px;
    border: 1px solid #1F64D4;
    padding: 6px 15px;
    margin-right: 10px;
}
.casestop .right .catbut{
	background: #1F64D4;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 14px 41px;
    margin-right: 25px;
    display: inline-block;
    margin-top: 40px;
}
.casestop .right .catbut::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/ico_consult_white.png) no-repeat;
    background-size: 24px 24px;
    vertical-align: bottom;
    margin-right: 11px;
}
.casestop .right .catbut span {
    line-height: 24px;
}
.cashbody .csbodyp{
	font-weight: bold;
	font-size: 28px;
	color: #2B2B2B;
	padding: 50px 0px 40px 0px;
}
.cashbody img{max-width:100%;}
.fanganbanner{
	height: 530px;
	background: url(../images/img_option_banner.jpg) no-repeat;
	background-size: 100% 100%;
	text-align: center;
    padding: 105px 0px 120px 0px;
}
.fanganbanner h2{
    font-family: 'impact';
    color: #FFFFFF;
    width: 1000px;
    margin: 0 auto;
    font-weight: bold;
	font-size: 48px;

	
}
.fanganbanner p{
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 30px;
}
.fanganbanner .main .fba1{
	display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 18px;
    color: #F14E4E;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 56px;
    margin-right: 15px;
}
.fanganbanner .main .fba2{
	display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    background: #F14E4E;
    border-radius: 4px;
    margin-top: 56px;
    margin-left: 15px;
}
.inreshow .left li{
	float: left;
    margin-left: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
}
.fainreshow .left p{
	float: left;
	padding-left: 30px;
    background: url(../images/ico_index_home.png) no-repeat left center;
}
.fainreshow .left p span{
	font-weight: 400;
	font-size: 16px;
	color: #999999;
}
.fainreshow .left p span em{
	margin-left: 5px;
	margin-right: 8px;
	font-style: normal;
}
.fainreshow{
	height:80px;
    line-height: 40px;
    background: #F6F7F9;
    padding: 20px 0px;
}
.fainreshow .right li{
	float: left;
	color: #2b2b2b;
}
.fainreshow .right li a{
    padding: 0px 16px;
    border-left: 2px solid #2B2B2B;
    font-weight: 400;
	font-size: 18px;
}
.fainreshow .right li:nth-child(1) a{
	border-left: none;
}
.fainreshow .right li:hover{
	color: #1F64D4;
	font-weight: bold;
}
.fainreshow .right .fasrcur a{
	color: #1F64D4;
	font-weight: bold;
}
.fagaishu{
	padding: 75px 0px 60px 0px;
	text-align: center;
}
.fagaishu h3{
	font-weight: bold;
	font-size: 48px;
	color: #2B2B2B;
	margin-bottom: 45px;
}
.fagaishu p{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	margin-bottom: 45px;
	line-height: 30px;
}
.fagaishu img{
	max-width: 100%;
}
.fachangjing{
	background: #F6F7F9;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 90px;
}
.fachangjing h3{
	font-weight: bold;
	font-size: 48px;
	color: #2B2B2B;
	margin-bottom: 45px;
}
.fachangjing p{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 45px;
}
.fachangjing .main .facd{
	width: 580px;
	float: left;
}
.fachangjing .main .facd:nth-child(1){
	margin-right: 40px;
}
.fachangjing .main .facd img{
	max-width: 580px;
	max-height: 380px;
}
.fachangjing .main .facd p{
	margin-top: 25px;
	font-weight: bold;
	font-size: 18px;
	color: #160805;
}
.newsbanner{
	height: 500px;
	background: url(../images/img_news_banner.jpg) no-repeat;
	background-size: 100% 100%;
	text-align: center;
    padding: 182px 0px 0px 0px;
}
.newsbanner h2{
    font-family: 'impact';
    color: #FFFFFF;
    width: 1000px;
    margin: 0 auto;
    font-weight: bold;
	font-size: 48px;

	
}
.newsbanner p{
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 30px;
}
.newsbanner .main .fba1{
	display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 18px;
    color: #F14E4E;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 56px;
    margin-right: 15px;
}
.newsbanner .main .fba2{
	display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    background: #F14E4E;
    border-radius: 4px;
    margin-top: 56px;
    margin-left: 15px;
}
.newsli{
	padding-top: 15px;
	padding-bottom: 85px;
}
.newsli .newsul li{
	margin-top: 68px;
}
.newsli .newsul li .left{
	width: 300px;
	height: 190px;
	margin-right: 48px;
}
.newsli .newsul li .left img{
	 width: 100%;  
    height: 100%;  
    object-fit: cover;
}
.newsli .newsul li .right{
	width: 849px;
    height: 190px;
    border-bottom: 1px solid #EEEEEE;
}
.newsli .newsul li .right h5{
	font-weight: bold;
	font-size: 18px;
	color: #2B2B2B;
	margin-bottom: 20px;
}
.newsli .newsul li .right p{
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 40px;
}
.newsli .newsul li .right div .nslts1{
	font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    background-color: #F6F7F9;
    padding: 8px 20px;
    border-radius: 25px;
    margin-right: 55px;
}
.newsli .newsul li .right div .nslts2{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    background: url(../images/ico_news_time.png) no-repeat;
    padding-left: 25px;
}
.newsli .newsul li .right div .nslta1{
	float: right;
	color: #1F64D4;
	background-color: white;
	border:1px solid #1F64D4;
	border-radius: 4px;
	padding: 6px 26px;
}
.newsli .newsul li:hover  .right div .nslta1{
	color: white;
	border:none;
	background-color: #1F64D4;
}
.newsli .prolitest{
	text-align: center;
	margin-top: 50px;
}
.newsli .prolitest a{
	display: inline-block;
	line-height: 40px;
	padding: 0px 15px;
	margin: 0px 5px;
}
.newsli .prolitest .current{
	color: white;
    background-color: #1F64D4;
    border-radius: 4px;
}
.newsli .prolitest a:hover{
	color: white;
    background-color: #1F64D4;
    border-radius: 4px;
}
.newsleft{
	float: left;
	background-color: white;
    padding: 70px 45px 40px 45px;
    border-radius: 8px;
    width: 900px;
}
.newsprobo{
	padding-top: 0px;
	padding-bottom: 65px;
}
.newsleft .prbtit{
	font-weight: bold;
	font-size: 30px;
	color: #2B2B2B;
	line-height: 30px;
	margin-bottom: 30px;
}
.newsleft .prbti span{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-right: 70px;
}
.newsleft .prbti{
	padding-bottom: 40px;
	border-bottom: 1px solid #EEEEEE;
}
.newsleft .prbnext{
	border-top: 1px solid #EEEEEE;
    padding-top: 55px;
}
.newsleft .prbnext a{
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 25px;
}
.newsleft .prbnext a:hover{
	color: #1F64D4;
}
.aboabo{
	background: url(../images/img_about_drainage_bg.png) no-repeat;
	height: 230px;
	width: 100%;
	background-size: 100% 100%;
}
.aboabo .abod1 {
    font-weight: 400;
    font-size: 123px;
    font-family: 'impact';
    color: #FFFFFF;
    padding-top: 38px;
    padding-left: 85px;
}
.aboabo .abod2{
	padding-left: 25px;
    padding-top: 60px;
}
.aboabo .abod2 p{
	font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
}
.aboabo .abod2 span{
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
}
.aboabo .abod3{
	padding-top: 45px;
}
.aboabo .abod3 p:nth-child(1)::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/ico_foot_tel.png) no-repeat;
    background-size: 24px 24px;
    vertical-align: bottom;
    margin-right: 8px;
    letter-spacing: 2px;
}
.aboabo .abod3 p:nth-child(1){
	font-size: 18px;
    color: white;
}
.aboabo .abod3 p:nth-child(2){
	font-family: 'impact';
	font-size: 30px;
	color: white;
	margin-top: 10px;
}
.aboabo .abod3 div{
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    background: #F14E4E;
    border-radius: 4px;
    margin-top: 18px;
    text-align: center;
}
.aboutbanner{
    height: 500px;
    background: url(../images/img_about_banner.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 170px 0px 0px 0px;
}
.aboutbanner h2{
font-family: 'impact';
    color: #FFFFFF;
    margin: 0 auto;
    font-weight: bold;
    font-size: 48px;
}
.aboutbanner p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 30px;
    width: 300px;
    line-height: 40px;
}
.prbbody img{
    max-width: 100%;
}
.cashbody{
    margin-bottom: 50px;
}
.prbbody{
    padding: 50px 0px;
    line-height: 30px;
}
.iprulid1{
    height: 215px;
    text-align: center;
}
.abopro .eng{
	font-family: 'impact';
    text-align: center;
    font-weight: 400;
    font-size: 130px;
    color: #2B2B2B;
    opacity: 0.06;
}
.abopro .protit{
	text-align: center;
    font-weight: bold;
    font-size: 48px;
    color: #2B2B2B;
    margin-top: -67px;
}
.abopro .indehop{
	margin-top: 45px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.abopro{
    padding: 50px 0px;
}
.abovideo video{
    max-width: 100%;
}
.abovr{
    margin-top: 20px;
}
.abovr .left{
    width: 840px;
    height: 378px;
}
.abovr .left .indviri1{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abovr .right{
    width: 340px;
    height: 378px;
    background: #F6F7F9;
    border-radius: 4px;
}
.abovr .right .abvrp1{
    font-weight: bold;
    font-size: 36px;
    color: #2B2B2B;
    text-align: center;
    margin: 50px 0px 40px 0px;
}
.abovr .right .abvrp2{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding: 0px 33px 0px 33px;
}
.abovr .right a{
    display: table;
    margin: auto;
    text-align: center;
    background: #F14E4E;
    border-radius: 25px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 12px 70px;
    margin-top: 35px;
}
.abovr .right .abvrd1{
    margin-top: 25px;
    
}
.abovr .right .abvrd2{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #999999;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 10px;
}
.abovr .right .abvrd1{
    padding-left: 50px;
}
.abovr .right .abvrd3{
    display: inline-block;
    float: left;
}
.abovr .right .abvrd3 .abvrp3{
    font-size: 16px;
    color: #999999;
}
.abovr .right .abvrd3 .abvrp4{
    font-family: 'impact';
    color: #F14E4E;
    font-size: 24px;
    letter-spacing: 2px;
}
.abprd1{
    margin-top: 70px;
}
.abprd1 .abprd2{
    width: 580px;
    float: left;
    margin: 0px 10px 10px 10px;
    background: #F6F7F9;
    padding-top: 50px;
    padding-bottom: 38px;
}
.abprd1 .abprd2 .abprd3{
    width: 50%;
    float: left;
    padding-left: 50px;
}
.abprd1 .abprd2 .abprd3 .abprp1{
    font-weight: bold;
    font-size: 30px;
    color: #2B2B2B;
}
.abprd1 .abprd2 .abprd3 .abprp2{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    opacity: 0.5;
    margin-bottom: 10px;
    font-family: 'impact';
}
.abprd1 .abprd2 .abprd3 li{
    font-weight: bold;
    font-size: 16px;
    color: #2B2B2B;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.abprd1 .abprd2 .abprd3 .abprp3{
    margin-top: 30px;
}
.abprd1 .abprd2 .abprd3 .abprp3 a{
    padding: 10px 25px;
    background: #F14E4E;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.abprd1 .abprd2 .abprd4{
    width: 50%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
}

.abprd1 .abprd2 .abprd4 img{
    max-width: 100%;
    max-height: 100%;
}
.concond .eng {
    font-family: 'impact';
    text-align: center;
    font-weight: 400;
    font-size: 130px;
    color: #2B2B2B;
    opacity: 0.06;
}
.concond .protit {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    color: #2B2B2B;
    margin-top: -67px;
}
.concond .indehop {
    margin-top: 45px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.concond{
    background: #F6F7F9;
    padding: 75px 0px;
}
.concond .ccd1{
    padding: 60px 0px 35px 0px;
}
.concond .ccd1 .ccd2{
    width: 380px;
    height: 240px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-left: 30px;
    float: left;
    padding: 35px 0px 0px 40px;
}
.concond .ccd1 .ccd2:nth-child(1){
    margin-left: 0px;
}
.concond .ccd1 .ccd2 .ccd3{
    font-weight: bold;
    font-size: 22px;
    color: #2B2B2B;
    line-height: 40px;
    margin-bottom: 20px;
    background: url(../images/ico_about_contact_tel.png);
    background-repeat: no-repeat;
    padding-left: 65px;
}
.concond .ccd1 .ccd2 .ccp1{
    font-weight: 400;
    font-size: 18px;
    color: #4D4D4D;
    line-height: 30px;
}
.concond .ccd1 .ccd2 .ccp2{
    font-weight: 400;
    font-size: 18px;
    color: #4D4D4D;
    line-height: 30px;
}
.concond .ccd1 .ccd2 .ccp3{
    margin-top: 25px;
}
.concond .ccd1 .ccd2 .ccp3 a{
    background: #F14E4E;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 22px;
}
.concond .ccd1 .ccd2 .ccd23{
    font-weight: bold;
    font-size: 22px;
    color: #2B2B2B;
    line-height: 40px;
    margin-bottom: 25px;
    background: url(../images/ico_about_contact_mail.png);
    background-repeat: no-repeat;
    padding-left: 65px;
}
.concond .ccd1 .ccd2 .ccd24{
    font-weight: bold;
    font-size: 22px;
    color: #2B2B2B;
    line-height: 40px;
    margin-bottom: 20px;
    background: url(../images/ico_about_contact_weixin.png);
    background-repeat: no-repeat;
    padding-left: 65px;
}
.concond .ccd1 .ccd2 .ccp21{
    height: 50px;
}
.concond .ccd1 .ccd2 .ccd2e{
    float: left;
    width: 104px;
    text-align: center;
}
.concond .ccd1 .ccd2 .ccd2e p{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.concond .ccd1 .ccd2 .ccd2e img{
    max-width: 100%;
    max-height: 100%;
}
#mapContainer{
    height: 450px;
}

.marker-route{
        background: url(../images/map-marker.png) no-repeat center center;
    background-size: 18px 24px;
    width: 18px;
    height: 24px;
    box-sizing: border-box;
}
.fagaishu img{
    max-width: 100%;
}







/*最后删除的样式*/
.casescr{
    padding-bottom: 0px;
}
































































