/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
.wzjs_dv{
	width: 100%;
	height: 120px;
	background-color: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wzjs_dv ul{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}
.wzjs_dv ul li{
	width: 25%;
	border-right: 1px solid #c8c8c8 ;
	text-align: center;
	display: flex;
	justify-content: center;
	height: 80px;
	align-items: center;
}
.wzjs_dv ul li:last-child{
	border: none;
}
.wzjs_dv ul li section h1{
	font-size: 18px;
	color: #666666;
	margin-bottom: 10px;
}
.wzjs_dv ul li section p{
	color: #666666;
	font-size: 14px;
}
.wzjs_dv ul li:hover section h1{
	color: #2973dc;
}
.wzjs_dv ul li:hover section p{
	color: #2973dc;
}
.sass{
	width: 100%;
	background-color: #d5e2f4;
	padding: 60px 0px;
}
.sassdv {
	width: 1300px;
	margin: 0 auto;
}
.sassdv1{
	width: 1300px;
	margin:0 auto;
	margin-bottom: 50px;
}
.sassdv1top h1{
	color: #3c3c3c;
	font-size: 26px;
	margin-bottom: 20px;
}
.sassdv1top p{
	font-size: 16px;
	color: #3c3c3c;
	margin-bottom: 35px;
}
.sassdv1list ul li{
	position: relative;
	width: 25%;
	background-color: #FFFFFF;
	overflow: hidden;
	border-right: 1px solid #e6e6e6;
}
.sassdv1list ul{
	display: flex;
	justify-content: space-between;
}
.rx{
	position: absolute;
	right: -45px;
    top: 15px;
	transform: rotate(45deg);
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	width: 150px;
	background-color: #f40c0c;
	font-size: 14px;
}
.sassdv1list ul li section{
	padding: 0 20px;
	padding-top: 30px;
}
.sassdv1list ul li section h1{
	color: #3c3c3c;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.sassdv1list ul li section p{
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	margin-bottom: 15px;
}
.sassdv1list ul li section h2{
	font-size: 16px;
	color: #3c3c3c;
}
.sassdv1list ul li section ul{
	display: block;
	margin-bottom: 50px;
}
.sassdv1list ul li section ul li{
	width: 100%;margin-top: 15px;
	font-size: 14px;
	color: #3c3c3c;
	display: flex;
	justify-content: flex-start;
	font-size: 14px;
	border: none;
}
.sassdv1list ul li section ul li span{
	width: 95%;
}
.sassdv1list ul li section ul li iconpark-icon{
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 23px;
	background-color: #f5f5f6;
	border-radius: 50px;
	color: #2973dc;
	margin-right: 10px;
}
.jg p{
	padding: 0 20px;
	display: flex;
	justify-content:flex-start;
	align-items: baseline;
	font-size: 14px;
}
.jg p i{
	color: #2973dc;
	font-size: 18px;
	font-weight: bold;
	color: #2973DC;
}
.jg p span{
	color: #2973dc;
	font-size: 28px;
	font-weight: bold;
}
.jg p em{
	color: #2973dc;
}
.sassdv1list ul li a{
	display: block;
	width: 100%;
	line-height: 50px;
	text-align: center;
	box-shadow: 0px 0px 10px #eaeaea;
	margin-top: 20px;
	font-size: 14px;
	color: #2973dc;
}
.sassdv1list ul li:hover a{
	background-color: #2973dc;
	color: #fff;
}
@font-face {
  font-family: "iconfont"; /* Project id 2812258 */
  src: url('//at.alicdn.com/t/font_2812258_vslzo3z7jxj.woff2?t=1631608584180') format('woff2'),
       url('//at.alicdn.com/t/font_2812258_vslzo3z7jxj.woff?t=1631608584180') format('woff'),
       url('//at.alicdn.com/t/font_2812258_vslzo3z7jxj.ttf?t=1631608584180') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-duihao:before {
  content: "\e60c";
}
