div.banner img{
	width:100%;
}

/********************* disintro star ************************/
#site-header{
	position: fixed !important;
}
.disintro{
	width:86%;
	padding:25px 60px 25px 0px;
	display: flex;
	background: #fff;
	box-shadow: 0 2px 30px 0 #00000033;
	margin: 0px auto 30px;
	position:relative;
	bottom:4rem;
}
.disintro .left img{
	width:10vw;
	height: 10vw;
	margin:0px 40px 0px 40px;
	border-radius:50%;
}
.disintro .right{
	display:flex;
	flex-wrap:wrap;
	align-content:center;
}
.disintro .right h2{
	font-size:1.5vw;
	font-weight:500;
}
.disintro .right p{
	font-size:1.2vw;
	font-weight:lighter;
	margin-top: 10px;
	line-height: 2vw;
}
/********************* disintro end ************************/
/********************* solution star ************************/
dl.solution{
	width:86%;
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
dl.solution dt.sotitle{
	width:100%;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
dl.solution .etitle{
	margin: 0px auto;
}
dl.solution h3{
	width: 120px;
    height: 40px;
	margin: 0 20px;
	line-height: 40px;
    text-align: center;
	color:#ccc;
	border: 1px solid #ccc;
    
}
dl.solution h3.thisclass {
    color: #fff;
    background: linear-gradient(165deg,#002bff,#0f0f74);
}
dl.beiban,dl.zhengdu{
	margin-bottom: 30px;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
dl.beiban dt,dl.zhengdu dt{
	width:12.5%;
	margin-right: 6%;
	display: flex;
	justify-content: center;
	background: #BFE4F9;
}
dl.beiban dt h4,dl.zhengdu dt h4{
	writing-mode:vertical-lr;
	display: flex;
	justify-content: center;
	font-size: 2vw;
	color: #253974;
	letter-spacing: 0.5em;
}
dl.beiban dd{
	width:81.5%;
	display:flex;
	flex-wrap:wrap;
}
dl.zhengdu dd{
	width:56.5%;
	display:flex;
	flex-wrap: wrap;
}
dl.beiban p{
	width: 100%;
	margin-bottom: 30px;
	display:flex;
	align-items: center;
}
dl.zhengdu div.biaoji{
	width:100%;
	margin-bottom: 5px;
}
dl.zhengdu div.biaoji i{
	width:26.66%;
	color: #E8842D;
	text-align: center;
	font-size:2.4vw;
}
dl.beiban p.biaoji::before{
	content: "";
	width:68px;
	height:42px;
	margin-right: 10px;
	border:2px solid #CBE8F7;
	border-radius:5px;
	background: linear-gradient(45deg,#D7EEFB,#ECF7FC);
}
dl.beiban dd div.prolist,dl.zhengdu dd div.prolist{
    display:flex;
	flex-wrap: wrap;
	align-items: center;
}
dl.beiban dd div.prolist{width:25%;}
dl.zhengdu dd div.prolist{width:33.33%;}
dl.beiban dd div.prolist a,dl.zhengdu dd div.prolist a{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	width:80%;
	border:2px solid #CBE8F7;
	border-radius:5px;
	background: linear-gradient(45deg,#D7EEFB,#ECF7FC);
}
dl.beiban dd div.prolist i,dl.zhengdu dd div.prolist i{
	color:#253974;
	font-size:2.4vw;
	margin: 0px 2%;
}
dl.beiban dd div.prolist i.fa-long-arrow-down,dl.zhengdu dd div.prolist i.fa-long-arrow-down{
	display: inline-block;
	width: 80%;
	text-align: center;
	margin: 10px 0px 0px !important;
	color:#ffffff;
}
dl.zhengdu dd div:nth-child(4) i.fa-long-arrow-down{
	display: inline-block;
	color: #E8842D;
}
dl.beiban dd div:nth-child(3) i.fa-long-arrow-down,dl.beiban dd div:nth-child(5) i.fa-long-arrow-down{
	color:#253974;
}
dl.beiban dd div:nth-child(3) i.fa-long-arrow-down{
	-moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipH;
}
dl.beiban dd a img,dl.zhengdu dd a img{
	width: 90%;
	margin: 0px auto 15px;
}
dl.beiban dd a h5,dl.zhengdu dd a h5{
	margin:0px auto 10px;
}
dl.beiban dd div:nth-child(-n+5){
	margin-bottom:10px;
}
dl.beiban dd div:nth-child(n+6) i.fa-long-arrow-down,dl.zhengdu dd div:nth-child(n+5) i.fa-long-arrow-down{
	display:none;
}
dl.beiban dd div:nth-child(-n+5) i{
	-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}
dl.beiban dd div:nth-child(2) i,dl.beiban dd div:nth-child(6) i,dl.zhengdu dd div:nth-child(6) i{
	color:#E8842D;
}
dl.beiban dd div:nth-child(5) a,dl.beiban dd div:nth-child(6) a,dl.zhengdu dd div:nth-child(4) a,dl.zhengdu dd div:nth-child(n+6) a{
	border:none;
	background: none;
}
dl.beiban dd div:nth-child(5) i,dl.beiban dd div:last-child i,dl.zhengdu dd div:nth-child(4) i,dl.zhengdu dd div:last-child i{
	display:none;
}
dl.beiban dd a:hover,dl.zhengdu dd a:hover{
	box-shadow: 3px 0px 5px #231818;
}
.solution img.fpdgy{width:80%;margin-bottom: 80px;}
/********************* solution end ************************/
/********************* porlist star ************************/
#fpdlist{
	width:86%;
	margin:20px auto 0px;
	display:flex;
	flex-wrap:wrap;
}
ul.prolist li{
	width:32%;
	text-align: center;
	margin:0px 2% 20px 0px;
	background:#fff;
}
ul.prolist li:nth-child(2n){margin:0px 0px 20px 0px;}
ul.prolist li a.title{
	display:block;
	width:100%;
	height:20vw;
	border-radius:2vw;
	overflow:hidden;
}
ul.prolist li a img {
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
ul.prolist li a:hover img {
    -webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
ul.prolist li h4{
    font-size: 15px;
	color:#666;
    margin: 10px 0px 5px;
    font-weight: bold;
}
ul.prolist li p{
	color:#999;
    font-size: 13px;
	font-weight: 600;
	text-align:center;
	margin-bottom: 12px;
}
/********************* porlist end ************************/<!--ºÄÊ±1768491412.2234Ãë-->