﻿/* ====首页====== */
body{ background-color:#fff;}
/** header **/

.header_nav{position: fixed; z-index:10;  width: 100%; top: 0; left: 0; border-bottom: 1px solid #fff}

.header{ z-index:10;  width: 100%; }
.header .wp{display: flex; flex-direction: row; justify-content: flex-start;}
.header .wp .fr{margin-left: 15%;  width: 80%;}
.loarea{ height:70px; position:relative; z-index:3; padding-bottom: 10px;}
.logo{ /*width:200px;*/ display:block; padding-top:20px;}
/*.logo img{ height:60px; width:auto;}*/
/*.header_nav.hadefix{position: static;}*/
.header_nav.scllon{background: #fff; position: fixed;}
/*PC导航 begin*/
.nav{ position:relative;  z-index:5; padding-top: 28px; width: 100%}
.navul{ font-size:0; position: relative; display: flex; justify-content: space-between; flex-direction: row}
.navul li{ display:inline-block; font-size:18px;position:relative;}
.navul li>a{ color:#101010; padding:0 0 30px; text-align:center; display:inline-block; position: relative;}
.navul li>a i{
    position: absolute;
    width: 0px;
    height: 3px;
    background: #0077FF;
    bottom: 0;
    left: 50%;
    /*margin-left: -15px;*/
    /*transition: width 0.5s ease-in-out;*/
    transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);
    transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; 
}
.navul li>a:hover,.navul li>a.act_nav{color: #0077FF; }
.navul li>a:hover i{ width: 30px;}
.navul li>a.act_nav i{width: 30px;}

/*登录注册*/
.inloginbxo{background-color: #ff8002; color: #fff; font-size: 18px; width: 115px; height: 37px; line-height: 37px; text-align: center; border-radius: 5px; margin-top: 28px;}
.inloginbxo a{color: #fff;}

/*PC导航 begin*/
.subnav{ position:absolute; left:0; top:48px; width:100%; padding:8px 5px; background: #fff; display:none;}
.subnav1{}
.subnav1 dd{width:100%; text-align: center; background-image:none !important; padding: 10px 0; border-bottom: 1px solid #f2f2f2; font-size: 16px; color: #333;}
.subnav1 dd a{color: #333; display: block; font-size: 14px;}
.subnav1 dd a:hover{color:#0077FF}
.subnav1 dd:hover{border-bottom: 1px solid #0077FF;}
.subnav1 dd .nr a{height:30px; text-align:left; line-height:30px; font-size:14px; display:block;  color:#333 !important; text-align:center; }
.subnav1 dd .nr a:hover{ color:#0077FF !important; text-indent:2px; background-color:none;}
.subnav1 .tit{ font-size:16px; font-weight:bold; text-align:center; padding:8px 0 4px;}
/*.subnav2{ width:256px;}*/

.navul li:hover .subnav{display:block}



/*手机导航按钮及下拉菜单begin*/
.menubtn{ position:absolute; width:24px; height:24px;top:19px; right:10px; cursor:pointer; display:none;}
.menubtn i{ display:block; width:21px; height:3px; background-color:#1c4e9e; position:absolute; -webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; transition:.5s;}
.menubtn i:nth-child(1){ top:4px; -webkit-transform-origin:left bottom; -moz-transform-origin:left bottom; -ms-transform-origin:left bottom; -o-transform-origin:left bottom; transform-origin:left bottom;}
.menubtn i:nth-child(2){ top:11px;}
.menubtn i:nth-child(3){ top:18px; -webkit-transform-origin:left top; -moz-transform-origin:left top; -ms-transform-origin:left top; -o-transform-origin:left top; transform-origin:left top;}
.menubtn.on i:nth-child(1){ -webkit-transform:rotate(40deg); -moz-transform:rotate(40deg); -ms-transform:rotate(40deg); -o-transform:rotate(40deg); transform:rotate(40deg);}
.menubtn.on i:nth-child(2){ opacity:0;}
.menubtn.on i:nth-child(3){ -webkit-transform:rotate(-40deg); -moz-transform:rotate(-40deg); -ms-transform:rotate(-40deg); -o-transform:rotate(-40deg); transform:rotate(-40deg);}
/*小导航*/
.inav{ background:url(../images/icon/black8.png) repeat; position:absolute; left:0; top:60px; width:100%; display:none; z-index:9; }
.inav{ display:none;}
.inav dl{ padding:0 10px; text-align:left;}
.inav dt{ font-size:14px; color:#fff; height:40px; line-height:40px; border-bottom:1px solid #2b3b81; padding-left:8px; position:relative;}
.inavbtn{ position:absolute; right:0px; top:14px; width:14px; height:14px; background:url(../images/icon/jia3.png) center center no-repeat; -webkit-transform-origin:center center; -moz-transform-origin:center center; -ms-transform-origin:center center; -o-transform-origin:center center; transform-origin:center center;-webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; transition:.5s;}
.inav dd{ display:none; padding-left:2em; border-bottom:1px solid #1c4e9e; padding-bottom:6px;}
.inav a{ color:#fff;}
.inav a:hover{ color:#ccc;}
.inav dd h6{ font-size:14px; font-weight:normal; line-height:2;}
.inav dd h6 a{ display:block;}
.inav dd p{ font-size:12px; text-indent:1em; line-height:1.8;}
.act_inav{ font-weight:bold;}
.act_inav .inavbtn{ -webkit-transform:rotate(135deg) !important; -moz-transform:rotate(135deg) !important; -ms-transform:rotate(135deg) !important; -o-transform:rotate(135deg) !important;transform:rotate(135deg) !important;}
/*手机导航按钮及下拉菜单end*/
/*banner begin*/
.banner{ position:relative; z-index:3; }
.banner .swiper-slide{position:relative; overflow:hidden;}
.banimg{ width:100%; height:auto; display:block;-webkit-transition:all 20s ease-out 0s; -moz-transition:all 20s ease-out 0s; -ms-transition:all 20s ease-out 0s; -o-transition:all 20s ease-out 0s; transition:all 20s ease-out 0s;}
.banner .swiper-slide-active .banimg{-webkit-animation: zoomin_out 20s infinite ease-in-out;-moz-animation: zoomin_out 20s infinite ease-in-out;-ms-animation: zoomin_out 20s infinite ease-in-out;-o-animation: zoomin_out 20s infinite ease-in-out;}

@-webkit-keyframes zoomin_out{
0%{-webkit-transform:scale(1);}
50%{-webkit-transform:scale(1.1);}
100%{-webkit-transform:scale(1);}
}
@-moz-keyframes zoomin_out{
0%{-moz-transform:scale(1);}
50%{-moz-transform:scale(1.1);}
100%{-moz-transform:scale(1);}
}
@keyframes zoomin_out{
0%{transform:scale(1);}
50%{transform:scale(1.1);}
100%{transform:scale(1);}
}

.banner .swiper-pagination{ bottom:16px !important;}
.banner .swiper-pagination-bullet{width:40px;height:4px;padding: 0;background-color:#fff;font-size: 0;line-height: 0;outline:none;cursor: pointer; -webkit-border-radius:0%; -moz-border-radius:0%;-ms-border-radius:0%; -o-border-radius:0%; border-radius:0%;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; margin:0 10px !important;}

.banner .swiper-pagination-bullet-active{background-color:#eb2a2e;}
.banner .swiper-button-prev{ background:url(../images/icon/prev2.png) center center no-repeat; left:2%;}
.banner .swiper-button-next{ background:url(../images/icon/next2.png) center center no-repeat; right:2%;}
.banner .swiper-button-prev,.banner .swiper-button-next{filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;width:33px;  height:60px; top:50%; margin-top:-30px; -webkit-background-size:80%; -moz-background-size:80%;-ms-background-size:80%; -o-background-size:80%; background-size:80%;}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
/*banner end*/
.h_tit{ font-size:22px; color:#1c4e9e; font-weight:bold; }
.h_tit a{ float:right; font-weight:normal; color:#666; font-size:14px; margin-top:6px;}
.h_tit a:Hover{ color:#333; text-decoration:underline;}
.i_main{ padding:44px 0; min-height:400px;}

.footer_wap{background:#333; display:none;}
.footer_wap ul{ margin-bottom:0;}
.footer_wap li{ width:25%; float:left; text-align:center; border-right:1px solid #f9c7ce; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; padding:4px 0;}
.footer_wap li span{display:block; width:32%; margin:6% auto 0; font-size:0;}
.footer_wap li img{ width:24px; height:auto}
.footer_wap li p{ width:100%; height:22px; line-height:22px; text-align:center; font-size:14px; color:#fff;}
.footer_wap li p a{color:#fff;}

.pcshow{ display:inline-block;}
.wapshow{ display:none;}
/**/
/**/
.padb{padding: 10px 0}
.inbk{display: inline-block; vertical-align: middle;}
/*企业AI定制*/
.nyBanbg{position: relative;}
.nyBan{line-height: 0; position: relative;}
.bannerTextbox{
	position: absolute;
	top: 0;
	width: 40%; 
}
.bannerText{
	padding-top: 80px;
}
.bannerText h3{
	padding-top: 80px;
	font-weight: bold;
	font-size: 40px;
	color: #101010;
}
.bannerText p{
	font-weight: 400;
	font-size: 22px;
	color: #5C5E72;
	margin: 25px 0 50px;
}
.bannerAtive a{
	width: 130px;
	height: 48px;
	background: #0077FF;
	border-radius: 6px 6px 6px 6px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	margin: 0 10px;
}
.bannerAtive a img{margin-left: 10px; width:7px;}
.bannerAtive a.on{
	background: transparent;
	border: 1px solid #0077FF;
	color: #0077FF
}
.aicgBg{
	background: url(../images/aigcBg.png) left bottom no-repeat;
	background-size: 100% auto
}
.title{
	text-align: center;
	color: #262B3C;
	font-size: 42px;
	font-weight: bold;
}
.aicgbox{
    position: relative;
    padding: 0 4%;
}
.aicgbox .aicgLi{
	margin: 50px 0;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	min-height: 430px;
	background: url(../images/aigctp01.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 25px 30px;
	transition:all 0.5s
	
}
.aicgbox .aicgLi:hover{
	transform: translateY(-10px);
}
.aicgbox .aicgLi.aicgli02{
	background: url(../images/aigctp02.png) no-repeat;
	background-size: 100% 100%
}
.aicgbox .aicgLi.aicgli03{
	background: url(../images/aigctp03.png) no-repeat;
	background-size: 100% 100%
}
.aicgbox .aicgLi.aicgli04{
	background: url(../images/aigctp04.png) no-repeat;
	background-size: 100% 100%
}
.aicgbox .aicgLi h3{
	font-weight: 400;
	font-size: 24px;
	color: #262B3C;
	line-height: 75px;
}
.aicgbox .aicgLi p{
	font-weight: 400;
	font-size: 14px;
	color: #8E8FA0;
	line-height: 28px;
}
.bannerAtive.aicgBtn{
	text-align: center;
}
.bannerAtive.aicgBtn a{
	margin: 0 10px;
}
.enhanceBg{
	background: url(../images/aicjBg.png) no-repeat;
	background-size: 100% 100%
}
.enhanceTop{
	padding: 4px;
	border-radius: 54px;
	width: 60%;
	margin: 30px auto;
	font-weight: 400;
	font-size: 16px;
	color: #262B3C;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	background: #fff;
}
.enhanceTop span{
	display: inline-block;
	line-height: 40px;
	padding: 0 25px;
	cursor: pointer;
}
.enhanceTop span.on{
	background: linear-gradient( 180deg, #70B3FF 0%, #0077FF 100%);
    border-radius: 40px 40px 40px 40px;
    color: #fff;
}
.enhanceCont{
	display: none;
	margin-bottom: 40px;
}
.enhancetp{line-height: 0; text-align: center; margin: 0 auto}
.whyourBox{
	position: relative;
}
.whyourBg{padding-bottom: 0}
.whyourbgtp{line-height: 0}
.whyMaint{
	line-height: 0;
	position: absolute;
	width: 22%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-55%,2%);
    -moz-transform: translate(-55%,2%);
    -ms-transform: translate(-55%,2%);
    -o-transform: translate(-55%,2%);
    transform: translate(-55%,2%);
}
.whyLi{
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	width: 450px;
	text-align: right;
	
}
.whytetx{
	font-size: 18px;
	color: #8E8FA0;
	width: 75%
}
.whytetx h3{
	font-weight: 400;
	font-size: 34px;
	color: #262B3C;
	margin-bottom: 10px;
}
.whytp{line-height: 0; margin: 0 25px;}
.whylipos01{
	position: absolute;
	bottom: 20%;
	left: 23%;
	transform: translate(-50%,0%);
}
.whylipos02{
	position: absolute;
	bottom: 48%;
	left: 30%;
	transform: translate(-50%,0%);
}
.whylipos03{
	position: absolute;
	bottom: 48%;
	left: 50%;
	transform: translate(17%,0%);
	text-align: left;
}
.whylipos04{
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translate(50%,0%);
	text-align: left;
}
.dzfwlcBg{
	background: url(../images/fwlcbg.png) no-repeat;
	background-size: 100% 100%
}
.fwlctxt{
	font-weight: 400;
font-size: 18px;
color: #6A6B7B;
line-height: 39px;
text-align: center;
margin: 30px 0 60px;
}
.fwlcBox{
	position: relative;
	padding-top: 25px;
}
.fwlcBox ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
.fwlcBox ul li{
	width: 16.6%;
	box-sizing: border-box;
	margin: 0 20px;
	background: url(../images/fwlcxt.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 30px 18px;
	position: relative;
	font-weight: 400;
	font-size: 18px;
	color: #262B3C;
}
.fwlcBox ul li:after{
	content: "";
	position: absolute;
	background: url(../images/arroeFw.png) no-repeat;
	width: 30px;
	height: 30px;
	left: 100%;
	margin-left: 5px;
	top: 50%;
	margin-top: -15px;
}
.fwlcBox ul li:last-child:after{
	display: none;
}
.linefw{
	background: linear-gradient( 180deg, #3DABFF 0%, #0077FF 100%);
	width: 53px;
	height: 53px;
	border-radius: 53px;
	text-align: center;
	line-height: 53px;
	color: #fff;
	font-weight: bold;
    font-size: 28px;
    position: absolute;
    top: 0;
    margin-top: -33px;
    left: 50%;
    margin-left: -27px;
}
.fwlcForm{
	background: linear-gradient( 180deg, #FDFDFF 0%, #DAE5FF 100%);
	border-radius: 20px 20px 20px 20px;
	border: 2px solid rgba(255,255,255,0.93);
	padding: 10px 30px;
	box-sizing: border-box;
	margin-top: 45px;
}
.fwlctextkm{
	background: #FFFFFF;
    border-radius: 9px 9px 9px 9px;
    line-height: 68px;
    height: 68px;
    width: 48%;
    margin: 15px 1%;
    border: none;
    box-sizing: border-box;
    padding: 0 20px;
    float: left;
}
.footer{
	background: #1F1F45;
}
.footerbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
.footerNav{
	width: 80%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	text-align: left;
}
.footerNav h3{
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 35px;
	margin-bottom: 20px;
	/*opacity: 0.5*/
}
.footerNav p{
	margin: 10px 0
}
.footerNav a{
	font-size: 16px;
	color: #c8c8c8
}
.footerWat{
	text-align: center;
	color: #fff
}
.footerWat img{
	padding: 5px;
	background: #fff
}
.fwljtj{
		width: 260px;
	height: 50px;
	background: #0077FF;
	border-radius: 6px 6px 6px 6px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border: none;
	display: block;
	margin: 30px auto
}
/*数字人*/
.szrSpan{margin: 15px 0 60px;}
.szrSpan span{
	/*margin-right: 10px;*/
	/*background: #CFDDFB;*/
 /*   border-radius: 4px 4px 4px 4px;*/
 /*   font-size: 20px;*/
    /*color: #0077FF;*/
    /*padding: 5px 20px;*/
    font-weight: 400;
    font-size: 22px;
    color: #5C5E72;
    margin: 25px 0 50px;
}
.szprobox ul{
	width: 80%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 auto
}
.szprobox ul li{
	width: 46%;
	margin: 40px 2%;
	background: url(../images/szprobg01.png) no-repeat;
	background-size: 100% 100%;
	padding: 100px 45px 45px;
	font-weight: 400;
	font-size: 16px;
	color: #8E8FA0;
	line-height: 31px;
	box-sizing: border-box;
	position: relative;
}
.szprobox ul li h3{
	font-weight: 400;
	font-size: 34px;
	color: #262B3C;
	margin-bottom: 15px;
}
.szprobox ul li.szprobg02{
	background: url(../images/szprobg02.png) no-repeat;
	background-size: 100% 100%;
}
.szprobox ul li.szprobg03{
	background: url(../images/szprobg03.png) no-repeat;
	background-size: 100% 100%;
}
.szprobox ul li.szprobg04{
	background: url(../images/szprobg04.png) no-repeat;
	background-size: 100% 100%;
}
.szprobox ul li .proimg{
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -50px;
}
.szprojsbg{
	background: url(../images/szdujsbg.png) no-repeat;
	background-size: 100% 100%
}
.szprojsBox{width: 100%; position: relative;}
.szprojsBox ul li{
	width: 23%;
	margin: 0 1%;
	padding: 20px 20px;
	float: left;
	box-sizing: border-box;
	transition: all 0.5s
}
.szprojsBox ul li:hover{
	transform: translateY(-10px);
}
.szprojsBox ul li.szprojsLi01{
	background: url(../images/szprojs01.png) no-repeat;
	background-size: 100% 100%
}
.szprojsBox ul li.szprojsLi02{
	background: url(../images/szprojs02.png) no-repeat;
	background-size: 100% 100%
}
.szprojsBox ul li.szprojsLi03{
	background: url(../images/szprojs03.png) no-repeat;
	background-size: 100% 100%
}
.szprojsBox ul li.szprojsLi03{
	background: url(../images/szprojs03.png) no-repeat;
	background-size: 100% 100%
}
.szprojsBox ul li.szprojsLi04{
	background: url(../images/szprojs04.png) no-repeat;
	background-size: 100% 100%
}
.szprijstop{
	font-weight: 400;
	font-size: 17px;
	color: #FFFFFF;
	height: 150px;
}
.szprijstop h3{
	font-weight: 400;
	font-size: 27px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.szprijsbot h3{
	color: #262B3C;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.szprijsbot{
	margin-bottom: 90px;
	font-weight: 400;
	font-size: 14px;
	color: #8E8FA0;
	line-height: 32px;
}
.szprijsbot img{margin-right: 5px;}
.zsapplicaBg{
	background: url(../images/zsapplicaBg.png) no-repeat;
	background-size: 100% 100%
}
.zsapplicaBox ul li{
	width: 23%;
	margin: 10px 1%;
	float: left;
	background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    font-weight: 400;
	font-size: 16px;
	color: #9D9DAC;
	line-height: 26px;
	box-sizing: border-box;
	padding: 25px 15px;
	transition: all 0.5s
}
.zsapplicaBox ul li:hover{
	transform: translateY(-10px);
}
.zsapplicaBox ul li h3{
	font-weight: bold;
	font-size: 24px;
	color: #262B3C;
	margin: 15px 0
}
.szrtyBg{
	background: url(../images/szrtyBg.png) no-repeat;
	background-size: 100% 100%
}
.szrtyBg ul li{
	float: left;
	width: 23%;
	margin: 10px 1%;
	background: #fff;
	border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
}
.szrtyBg ul li:hover{
	transform: translateY(-10px);
}
.szrtytitle{
	background: url(../images/szrtytp01.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 30px 0;

}
.szrtytitle h3{
	font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}
.szrtyCont{
	padding: 25px 0;
}
.szrprice{
	font-size: 31px;
	color: #0077FF;
	text-align: center;
}
.szrprice span{
	font-weight: bold;
	font-size: 52px;
}
.szrnrjs{
	margin: 20px 0 50px;
}
.szrnrLi{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5px 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.szrnrLi p{
	font-weight: 400;
	font-size: 16px;
	color: #838390;
}
.szrnrLi p img{margin-right: 8px;}
.szrnrLi span{
	font-weight: 400;
	font-size: 16px;
	color: #0077FF;
	text-align: right;
}
.szrbtn{
	width: 80%;
	background: #62759C;
	line-height: 48px;
	height: 48px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	display: block;
	margin: 0 auto
}
.szrtyBg ul{margin-top: 30px;}
.szrtyBg ul li.szrtyLi02 .szrtytitle{
	background: url(../images/szrtytp02.png) no-repeat;
	background-size: 100% 100%;
}
.szrtyBg ul li.szrtyLi02 .szrbtn{
	background: #0077FF;
}
.szrtyBg ul li.szrtyLi03 .szrtytitle{
	background: url(../images/szrtytp03.png) no-repeat;
	background-size: 100% 100%;
}
.szrtyBg ul li.szrtyLi03 .szrbtn{
	background: #5A56FE;
}
.szrtyBg ul li.szrtyLi04 .szrtytitle{
	background: url(../images/szrtytp04.png) no-repeat;
	background-size: 100% 100%;
}
.szrtyBg ul li.szrtyLi04 .szrbtn{
	background: #FF6722;
}

/*联系我们*/
.nyBanbg.contban .bannerText{
    padding-top: 0
}
.nyBanbg.contban .bannerText h3{
	padding-top: 140px;
}
.contAboutbg{
	background: url(../images/aboutbg.png) no-repeat;
	background-size: 100% 100%
}
.contaboutbox .enhanceTop{width: 20%}
.contaboutcon{
	font-weight: 400;
font-size: 18px;
color: #272E3B;
line-height: 39px;
background: #fff;
border-radius: 10px;
padding: 30px;
box-sizing: border-box;
}
.contcjzBg{
	background: rgba(247, 251, 255, 0.82);
	border-radius: 0px 0px 0px 0px;
	
}
.contcjzBox{
	padding-top: 90px;
}
.contcjzBox ul li{
	float: left;
	width: 21%;
	margin: 10px 2%;
	background: url(../images/jzbg.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 70px 30px 40px;
	font-weight: 400;
font-size: 16px;
color: #8E8FA0;
line-height: 24px;
position: relative;
}
.contcjzBox ul li h3{
	font-weight: bold;
font-size: 24px;
color: #272E3B;
margin-bottom: 20px;
}
.contcjzBox ul li .contjztp{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -46px;
	margin-top: -52px;
}
.oursmbg{
	background: #F6F9FF;
    border-radius: 0px 0px 0px 0px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 70px;
    font-weight: 400;
	font-size: 20px;
	color: #272E3B;
	line-height: 36px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.oursmbox{
	width: 60%;
	padding-top: 50px;
	text-align: left;
}
.oursmbox h3{
	margin-bottom: 25px;
	text-align: left;
}
.contactBg{
	background: url(../images/contactBg.png) no-repeat;
	background-size: 100% 100%
}
.contactBox{
	background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    box-sizing: border-box;
    padding: 60px 40px;
    margin-top: 40px;
}
.contactBox ul li{
	padding: 20px 0;
	border-bottom: 1px solid #EFEFEF;
}
.contactBox ul li h3 img{
	margin-right: 10px;
}
.contactBox ul li h3{
	font-weight: bold;
	font-size: 20px;
	color: #272E3B;
	margin-bottom: 10px;
}
.contactBox ul li p{
	font-weight: 400;
	font-size: 18px;
	color: #8E8FA0;
}
.tl{text-align: left;}
/*新闻中心*/
.newtitle{font-size: 38px;}
.newTypebox{
	font-weight: 400;
	font-size: 22px;
	color: #101010;
	margin: 30px 0
}
.newTypebox a{
	font-weight: 400;
	font-size: 18px;
	color: #8E8FA0;
	margin: 0 10px;
}
.newTypebox a:hover,.newTypebox a.on{
	color: #0077FF
}
.newbox ul li{
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #E6E5E5;
	width: 31.3%;
	margin: 15px 1%;
	float: left;
	box-sizing: border-box;
}
.newbox ul li .imgW{
	line-height: 0
}
.newcont{
	padding: 25px 30px;
	font-weight: 400;
	font-size: 16px;
	color: #8E8FA0;
	line-height: 24px;
}
.newcont h3{
	font-weight: 400;
	font-size: 18px;
	color: #101010;
	margin-bottom: 15px;
}
.newck{
	font-weight: 400;
	font-size: 18px;
	color: #0077FF;
	margin-top: 20px;
	display: block;
}
.newck img{margin-left: 10px;}
/*turnpage4*/
.turnpage4{font-size:0; margin:40px auto; text-align:left;}
.turnpage4 a,.turnpage4 span{ display:inline-block; padding:4px 10px; font-size:16px;margin:0 2px; color:#333; border:1px solid #D9D9D9; border-radius: 5px}
.turnpage4 a:hover{ color:#0077FF; border:1px solid #0077FF;}
.current4{ color:#0077FF !important; border:1px solid #0077FF !important;}
/*新闻详情*/
.newdetailbg{
	background: #F9FBFF;
	position: relative;
}
.newdetailBox{
	background: #fff;
	border-radius: 20px;
	padding: 25px 35px;
}
.cuttr{
	font-weight: 400;
	font-size: 18px;
	color: #272E3B;
}
.cuttr a{
	font-weight: 400;
	font-size: 16px;
	color: #272E3B;
}
.cuttr a:hover{
	color: #0077FF
}
.newdetatile{
	font-weight: bold;
	font-size: 32px;
	color: #272E3B;
	margin: 30px 0 15px
}
.newhonr{
	font-weight: 400;
font-size: 16px;
color: #A0A2A9;
padding-bottom: 15px;
border-bottom: 1px solid #E8E8E8;
}
.newdetailcont{
	font-weight: 400;
font-size: 16px;
color: #272E3B;
line-height: 33px;
text-align: left;
}
.proswbg{
	background: url(../images/proswbg.png) no-repeat;
	background-size: 100% 100%
}
.swyyqjtp{margin-top: 40px;}
.swprqjbg{
	background: url(../images/swprqjbg.png) no-repeat;
	background-size: 100% 100%
}
.prodzsbg{
	background: url(../images/prodzsbg.png) no-repeat;
	background-size: 100% 100%
}
.productalLi{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	margin: 15px 0
}
.productalLiFl{
	font-size: 16px;
	line-height: 28px;
	width: 40%;
}
.productalLiFl h3{
	font-size: 24px;
	color: #101010;
	font-weight: bold;
	margin-bottom: 15px;
}
.prljtyb{
	color: #0077FF;
	margin-top: 10px;
	display: block;
}
.productalLiFr{
	width: 53%;
	line-height: 0
}
.fnstbg{
	background: url(../images/fnstbg.png) no-repeat;
	background-size: 100% 100%
}
.aizjbg{
	/*background: url(../images/aizjbg01.png) no-repeat;*/
	background-size: 100% 100%;
	font-size: 14px;
	line-height: 28px;
	box-sizing: border-box;
	padding: 90px;
	border-radius: 20px;
	overflow: hidden; 
}
.aizjbg.aizjbg02{
	background: url(../images/aizjbg02.png) no-repeat;
	background-size: 100% 100%;
}
.aizjbg.aizjbg03{
	background: url(../images/aizjbg03.png) no-repeat;
	background-size: 100% 100%;
}
.aizjbg.aizjbg04{
	background: url(../images/aizjbg04.png) no-repeat;
	background-size: 100% 100%;
}
.aizjbg h3{
	font-size: 24px;
}
.aizjbg h4{
	font-size: 18px;
	margin: 20px 0 25px;
}
.aizjbg .bannerAtive{margin-top: 20px;}

.tsaisc{
	background: #F5F5FA;
}
.subtit{
	font-size: 20px;
color: #999999;
text-align:center;
margin-top: 10px;
}

/*首页*/
.indexMain_1{
	background: #F7F8F9;
}
.inswznbox{
	position: relative;
	margin-top: 35px;
	padding: 0 4%;
}
/*.inswznbox ul li{*/
/*	width: 31.3%;*/
/*	margin: 0 1%;*/
/*	float: left;*/
	
/*}*/
/*.inswznbox ul li:hover{*/
/*	transform: translateY(-10px);*/
/*}*/

.inswznboxLi{
    background: #fff;
	transition: 0.3s
}
.inswznboxLi:hover{
	transform: translateY(-10px);
}




.inswzncont{
	color: #90929E;
	font-size: 14px;
	line-height: 28px;
	margin: 15px 0;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
}
.inswzncont h3{
	font-size: 22px;
    color: #101010;
    margin-bottom: 10px;
}
.inswznbox ul li .bannerAtive{
	margin-top: 15px;
}
.indexMain_2{
	background: #EBF2FE;
}
.mkhBox{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 50px
}
.mkhFl{
	background: #EAF0FF;
    border-radius: 10px 10px 10px 10px;
    padding: 30px 0;
    width: 25%;
    height: 470px;
    overflow-y: auto; /* 垂直滚动 */
    overflow-x: hidden;
}
/* 滚动条整体部分 */
.mkhFl::-webkit-scrollbar {
    width: 10px; /* 宽度 */
    height: 10px; /* 高度 */
}
 
/* 滚动条滑块 */
.mkhFl::-webkit-scrollbar-thumb {
    background-color: darkgrey; /* 滑块颜色 */
    border-radius: 10px; /* 滑块圆角 */
    border: 3px solid white; /* 滑块边框 */
}
 
/* 滚动条轨道 */
.mkhFl::-webkit-scrollbar-track {
    background: #f1f1f1; /* 轨道颜色 */
}


.mkhFl li{
   font-size: 18px;
   color: #101010;
   line-height: 60px;
   cursor: pointer;
   box-sizing: border-box;
   padding: 0 50px 0 30px;
   position: relative;
   margin: 8px 0
}
.mkhFl li:before{
	content: "";
	width: 2px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 10px;
	background: #0077FF;
	opacity: 0;
	transition: 0.3s
}
.mkhFl li.on,.mkhFl li:hover{
	background: linear-gradient( 90deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
	color: #0077FF
}
.mkhFl li.on:before,.mkhFl li:hover:before{
	opacity: 1
}
.mkhFl li span{margin-left: 10px;}
.mkhcont{
	display: none;
	width: 73%;
	background: #F8F9FF;
    border-radius: 10px 10px 10px 10px;

}
.mkhcent{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	flex-direction: row;
    box-sizing: border-box;
}
.mkhcentfl{width: 40%; font-size: 14px; line-height: 28px; color: #101010;}
.mkhcentfr{width: 55%; box-sizing: border-box; padding: 40px 60px; background: #EAF0FF; border-radius: 20px 20px 20px 20px;}
.mkhcentfl h3{
	font-size: 24px;
	color: #0077FF;
	margin-bottom: 15px;
}
.mkhcentfl .bannerAtive{
	margin-top: 50px;
}
.indexMain_4{
	background: #F7F8F9;
}
.rgznlyBox{position: relative; padding:0 4%}
/*.rgznlyBox ul li{*/
/*	width: 18%;*/
/*	margin: 80px 1% 0;*/
/*	box-sizing: border-box;*/
/*	float: left;*/
/*	background: #EDF4FB;*/
/*    border-radius: 10px 10px 10px 10px;*/
/*    text-align: center;*/
/*    font-size: 18px;*/
/*    color: #6D717B;*/
/*    position: relative;*/
/*    padding: 60px 0 40px*/
/*}*/
/*.rgznlyBox ul li h3{*/
/*	font-weight: bold;*/
/*	font-size: 28px;*/
/*	color: #101010;*/
/*	line-height: 35px;*/
/*	margin-bottom: 10px;*/
/*}*/
/*.rgznlyBox ul li img{*/
/*	position: absolute;*/
/*	top: 0%;*/
/*	left: 50%;*/
/*	-webkit-transform: translate(-50%,-50%);*/
/*    -moz-transform: translate(-50%,-50%);*/
/*    -ms-transform: translate(-50%,-50%);*/
/*    -o-transform: translate(-50%,-50%);*/
/*    transform: translate(-50%,-50%);*/
/*}*/
.rgznlyLi{
	margin: 80px 0 0;
	box-sizing: border-box;
	float: left;
	background: #EDF4FB;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    font-size: 18px;
    color: #6D717B;
    position: relative;
    padding: 60px 0 40px;
    width: 100%;
}
.rgznlyLi h3{
	font-weight: bold;
	font-size: 28px;
	color: #101010;
	line-height: 35px;
	margin-bottom: 10px;
}
.rgznlyLi img{
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}




.indexMain_5{
	padding: 50px 0 0px;
}
.hhfab{line-height: 0}
.innewBox{
	margin: 50px 0;
}
.innewBox ul li{
	width: 23%;
	float: left;
	margin: 0 1%;
	box-sizing: border-box;
	transition: 0.3s
}
.innewcont{
	background: #F6F7FB;
	box-sizing: border-box;
	width: 90%;
	margin: -20px auto;
	position: relative;
	z-index: 666;
	padding: 20px;
	font-size: 14px;
	color: #999;
	line-height: 28px;
}
.time{color: #999999; margin-bottom: 10px;}
.time .img01{display: inline-block;}
.time .img02{display: none;}
.innewcont h3{
	font-size: 16px;
	color: #101010;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.innewcont p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.innewBox ul li:hover .innewcont{
   background: #0077FF;
   color: #fff
}
.innewBox ul li:hover .innewcont h3{
	color: #fff
}
.innewBox ul li:hover .time{
	color: #fff
}
.innewBox ul li:hover .time .img01{display: none;}
.innewBox ul li:hover .time .img02{display: inline-block;}

.fixcblm{
	position: fixed;
	top: 10%;
	right: 10px;
	z-index: 99999;
	width: 60px;
}

.fkphbox{
	position: fixed;
	right: 0;
	top: 50%;
	background: #fff;
	border: 1px solid #ccc;
}
.fkphbox a{
	display: block;
	color: #101010;
	font-size: 14px;
	text-align: center;
	padding: 10px;
}
.fkphbox a p{
	margin-top: 10px;
}
.fkphbox a.on{
	color: #fff;
	background: #007BFF;
	color: #fff
}
.wat{
	padding: 10px;
	background: #fff;
	position: absolute;
	right: 100%;
	color: #000;
	text-align: center;
	display: none;
}
.wat img{
	width: 100px;
	max-width: inherit;
}
.fkphbox a:hover .wat{
   display: block;
}
.paerntxg a{
    float: left;
    width: 12%;
    margin: 10px 1%;
    box-sizing: border-box;
    box-shadow: 0 0 5px #ccc;
    transition: 0.3s;
}
.paerntxg a:hover{
    transform: translateY(-10px);
}


/*弹窗*/
.pupBg{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.pupbox{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.pupcont{
    margin: 0 auto;
    width: 200px;
}
.hqfabg{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    background: rgba(0,0,0,0.5);
}
.hqfabox{
    background: #fff;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.hqjj{
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}
.hqfabox{
    width: 500px;
    margin: 0px auto;
    padding: 30px;
}
.hqfabox ul li{
    float: left;
    width: 46%;
    margin: 15px 2%;
}
.hqfabox ul li:last-child{
    width: 100%;
    text-align: center;
}
.hqfabox ul li input{
    width: 100%;
    line-height:40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: box-sizing;
    padding: 0 10px;
}
.hqfabox ul li button{
    width: 120px;
    line-height: 36px;
    background: #0077FF;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.close{
    font-size: 20px;
    color: #333;
    position: absolute;
    top: 8px;
    right: 8px;
}

.hqfabox ul li p{
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.sthz_sdyss{
    width: 100%;
    display: flex;
        background: url(../images/aigcBg.png) left bottom no-repeat;
    background-size: 100% auto;
}
.sthz_sdys{
    width: 100%;
    margin: 60px auto;
}
.sthz_sdys1{
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #262B3C;
    font-weight: bold;
}
.sthz_sdys2{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    padding: 0 50px;
     box-sizing: border-box;
}
.sthz_sdys3{
    width: 23.5%;
    margin-right: 2%;
    margin-top: 50px;
    border-radius: 13px;
    background: #EEF2FE;
    padding: 20px;
    padding-top: 35px;
    box-sizing: border-box;
}
.sthz_sdys3:nth-child(4n){
    margin-right: 0;
}
.sthz_sdys3_1{
    width: 100%;
    font-size: 24px;
    color: #262B3C;
}
.sthz_sdys3_2{
    width: 40px;
    height: 4px;
    background: #0077FF;
    margin-top: 15px;
}
.sthz_sdys3_3{
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    color: #8E8FA0;
    line-height: 25px;
}
.sthz_sdys3_4{
     width: 100%;
     height: 140px;
    margin-top: 30px;
    border-radius: 13px;
    display: block;
    object-fit: cover;
    object-position: center;
}
.sthz_sdys4{
    width: 100%;
    text-align: center;
    margin-top: 45px;
}
.sthz_sdys4 a{
	width: 130px;
	height: 48px;
	background: #0077FF;
	border-radius: 6px 6px 6px 6px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	margin: 0 10px;
}
.sthz_sdys4 a img{margin-left: 10px; width:7px;}
.sthz_sdys4 a.on{
	background: transparent;
	border: 1px solid #0077FF;
	color: #0077FF
}
.sthz_yhqds{
     width: 100%;
    display: flex;
        background: url(../images/bg_2.png) center center no-repeat;
    background-size: cover;
}
.sthz_yhqd{
    width: 100%;
    margin-bottom: 120px;
    margin-top: 75px;
}
.sthz_yhqd1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sthz_yhqd2{
    width: 18.4%;
    margin-right: 2%;
    margin-top: 35px;
    background: white;
    border-radius: 15px;
    padding: 40px 20px;
    box-sizing: border-box;
}
.sthz_yhqd2:nth-child(5n){
    margin-right: 0;
}
.sthz_yhqd2_1{
    height: 40px;
    margin: 0;
    display: block;
}
.sthz_yhqd2_2{
    width: 100%;
    margin-top: 20px;
    font-size: 22px;
    color: #010101;
}
.sthz_yhqd2_3{
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
.sthz_hbtxs{
    width: 100%;
    display: flex;
}
.sthz_hbtx{
    width: 100%;
    margin-top: 90px;
    margin-bottom: 70px;
}
.sthz_hbtx1{
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    color: #666666;
    text-align: center;
}
.sthz_hbtx2{
    width: 100%;
    display: inline-block;
    margin-top: 65px;
}
.sthz_hbtx3{
    width: calc(33.33% + 26px);
    margin-right: -40px;
    box-shadow: 0 0 29px rgba(34,74,176,.15);
    background: white;
    box-sizing: border-box;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 70px;
    padding-top: 30px;
    float: left;
}
.sthz_hbtx3:last-child{
    margin-right: 0;
}
.sthz_hbtx3:nth-child(1){
    margin-top: 90px;
}
.sthz_hbtx3:nth-child(2){
    margin-top: 35px;
}
.sthz_hbtx3_1{
    height: 45px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.sthz_hbtx3_2{
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
    font-size: 45px;
    color: #F2F6FA;
    line-height: 45px;
    font-weight: 700;
    margin: -15px auto;
}
.sthz_hbtx3_3{
    width: 100%;
    font-size: 22px;
    color: #001841;
}
.sthz_hbtx3_4{
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
}
.sthz_hzlcs{
     width: 100%;
    display: flex;
        background: url(../images/bg_3.png) center center no-repeat;
    background-size: cover;
}
.sthz_hzlc{
    width: 100%;
    margin:90px auto;
}
.sthz_hzlc1{
    width: 100%;
    display: inline-block;
}
.sthz_hzlc2{
    width: 33.33%;
    float: left;
    padding: 0 20px;
    margin-top: 60px;
    box-sizing: border-box;
    position: relative;
}
.sthz_hzlc2::before{
    content:'';
    width: 100%;
    border: 1px dashed #E9ECF2;
    /*border: 1px dashed red;*/
    position: absolute;
    left: 50%;
    top: 59px;
}
.sthz_hzlc2:nth-child(3n)::before{
    display: none;
}
.sthz_hzlc2_1{
    height: 35px;
    display: block;
    margin: auto;
}
.sthz_hzlc2_2{
    border: 5px solid #DDE1E9;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    margin: auto;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.sthz_hzlc2_3{
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #E7EAEE;
    font-weight: bold;
    line-height: 36px;
}
.sthz_hzlc2_4{
    width: 100%;
    text-align: center;
    margin-top: -15px;
    font-size: 21px;
    color: #333333;
    position: relative;
    z-index: 1;
}
.sthz_hzlc2_5{
     width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
}
.sthz_lxwms{
    width: 100%;
    display: flex;
}
.sthz_lxwm{
    width: 100%;
    background: white;
    border-radius: 15px;
    box-shadow: 0 0 29px rgba(34,74,176,.15);
    padding: 50px 170px;
    padding-bottom: 130px;
    margin-top: 60px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.sthz_lxwm1{
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #101010;
    font-weight: bold;
}
.sthz_lxwm2{
     width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #999999;
}
.sthz_lxwm3{
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}
.sthz_lxwm4{
    width: 48%;
    float: left;
    margin-top: 35px;
    margin-right: 4%;
    display: flex;
}
.sthz_lxwm4:nth-child(2n){
    margin-right: 0;
}
.sthz_lxwm4:nth-child(8){
    margin-right: 4%;
}
.sthz_lxwm4:nth-child(9){
    margin-right: 0;
}
.sthz_lxwm4_1{
    width: 80px;
    margin-right: 20px;
    line-height: 45px;
    font-size: 16px;
    color: #333333;
}
.sthz_lxwm4_1 span{
    color: #D1090B;
}
.sthz_lxwm4_2{
    border: none;
    outline: none;
    width: calc(100% - 100px);
    height: 45px;
    background: #F5F7F9;
    padding: 0 15px;
    font-size: 14px;
    color: #333333;
}
.sthz_lxwm4_3{
      border: none;
    outline: none;
    width: calc(100% - 100px);
    height: 45px;
    background: #F5F7F9;
    padding: 0 15px;
    padding-right: 30px;
    font-size: 14px;
    color: #333333;
    appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
        background-image: url(../images/select_1.png);
        background-position: center right 15px;
        background-repeat: no-repeat;
        background-size: 15px auto;
}
.sthz_lxwm4_4{
    width: 155px;
    height: 45px;
    margin: 0;
    display: block;
    object-fit: cover;
    object-position: center;
}
.sthz_lxwm4_5{
    margin-left: 10px;
    font-size: 14px;
    color: #3D3D3D;
}
.sthz_lxwm4_5 img{
    width: 15px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.sthz_lxwm4_5 span{
    display: inline-block;
    vertical-align: middle;
}
.sthz_lxwm4_6{
    border: none;
    outline: none;
     width: 155px;
    height: 45px;
    margin-left: 20px;
    border-radius: 45px;
    background: linear-gradient(to right,#3494F6, #1081F3);
    font-size: 18px;
    color: white;
}
.sthz_lxwm5{
    width: 100%;
    float: left;
    margin-top: 35px;
    display: flex;
}
.sthz_lxwm5_1{
    border: none;
    outline: none;
    width: calc(100% - 100px);
    height: 100px;
    background: #F5F7F9;
    padding: 15px;
    font-size: 14px;
    color: #333333;
}
.sthz_hzhbs{
         width: 100%;
    display: flex;
        background: url(../images/bg_4.png) center center no-repeat;
    background-size: cover;
    margin-top: -135px;
}
.sthz_hzhb{
    width: 100%;
    margin-top: 220px;
    margin-bottom: 100px;
}
.sthz_hzhb1{
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #101010;
    font-weight: bold;
}
.sthz_hzhb2{
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}
.sthz_hzhb3{
    width: 18.4%;
    height: 135px;
    float: left;
    margin-top: 20px;
    border-radius: 10px;
    background: white;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
}
.sthz_hzhb3:nth-child(5n){
    margin-right: 0;
}
.sthz_hzhb3 img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
        transform: translate(-50%, -50%);
}