#main {
	background: #ffffff;
	text-align: center;
}

.main-h2 {
	height: 172px;
	line-height: 172px;
	font-size: 35px;
	color: #333333;
	margin-top: 38px;
}

.ul-1 {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.li-1 {
	background: url(../image/jianchayuan.jpg) center repeat;
}

.li-2 {
	background: url(../image/jianchayuan.jpg) center no-repeat;
}

.li-3 {
	background: url(../image/sifaxingzheng.jpg) center no-repeat;
}

.li-4 {
	background: url(../image/zhengfawei.jpg) center repeat;
}

.li-5 {
	background: url(../image/jiwei.jpg) center no-repeat;
}

.li-6 {
	background: url(../image/gongan.jpg) center no-repeat;
}
.li-7 {
	background: url(../image/shuili.png) center no-repeat;
}

.ul-1>li {
	width: 380px;
	height: 299px;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	display:inline-block;
}

.ican-span {
	display: inline-block;
	font-size: 85px;
	color: #20b1e8;
	margin-top: 50px;
}

.ul-1>li>h3>.sp {
	height: 74px;
	line-height: 74px;
	font-size: 26px;
	color: #485056;
	margin: 18px 7px 0px;
}

.dian {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #20b1e8;
	border-radius: 50%;
}

.ul-1>li>p {
	color: #647c93;
	font-size: 16px;
	height: 27px;
	line-height: 27px;
}

.ul-1>li>div {
	
	background: linear-gradient(#11c5e6, #2ba4ed);
	width: 380px;
	height: 299px;
	position: absolute;
	top: -299px;
	transition: top 0.5s;
	border-radius: 5px;
}

.ul-1>li:hover div {
	top: 0px;
}

.gd>h4 {
	vertical-align: middle;
}

.gd>h4>.sp2 {
	font-size: 23px;
	height: 55px;
	line-height: 55px;
	margin: 29px 5px 0px;
	
	color: #ffffff;
	overflow: hidden;
}

.dian2 {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 50%;
	vertical-align: middle;
}

.gd>p {
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
}

.gd>a>div {
	display: inline-block;
	width: 124px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 17px;
	font-size: 14px;
	margin-top: 25px;
	cursor: pointer;
}
.gd>a{
    color: #ffffff;
    text-decoration: none;
}
.m-t {
	margin-top: 30px;
}


.ty-bg {
	background: #f3f6f7;
    padding-bottom: 100px;
    height: 868px;
}

.ty>h3 {
	color: #333333;
	font-size: 37px;
	height: 177px;
	line-height: 177px;
	margin-top: 135px;
}

.dl-box {
	display: flex;
	justify-content: space-between;
	margin-top: 33px;
}

.cl-mr {
	margin-top: 0px;
    position: relative;
}

.dl-box>dl {
    width: 580px;
    box-shadow: 5px 5px 7px 0px rgba(15, 25, 71, 0.09);
    border-radius: 5px;
    display: block;
    margin-top: 33px;
    overflow: hidden;
    position: absolute;
}

.dl-box>dl>dt {
	width: 154px;
	height: 164px;
	
	position: relative;
}

.dl-box dl dt div {
	width: 92px;
	height: 92px;
	line-height: 92px;
	background: url(../image/waikuang_1.png);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dl-box dl dt div span {
	font-size: 48px;
	color: #21c6e8;
}

.dd-box {
    width: 426px;
    height: 130px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 34px;
}

.dd-box>h4 {
	color: #333333;
	text-align: left;
	font-size: 27px;
	height: 55px;
	line-height: 55px;
	margin-top: 16px;
}

.dd-box>a>p {
    text-align: left;
    color: #7f7f7f;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-right: 20px;
}

.hr:hover {
	background: linear-gradient(#1fb3ea, #2ba5ed);
	z-index: 100;
	
}

.hr:hover dt div {
	background: url(../image/waikuang_2.png);
}

.hr:hover dt div span {
	color: #ffffff;
}

.hr:hover dd h4 {
	color: #ffffff;
}

.hr:hover dd p {
	color: #ffffff;
}
.hr:hover .dd-box{
	height:auto;
}


.ywzt-bg{
	background: #f3f6f7;
}
.yw>h3 {
	color: #333333;
	font-size: 37px;
	height: 177px;
	line-height: 177px;
	margin-top: 35px;
}

.yw-box {
	height: 482px;
	padding-bottom: 40px;
}

.juzo {
	
	display: flex;
	justify-content: space-between;

}

.juzo li {
	display:inline-block;
	width: 235px;
	height: 238px;
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
	cursor: pointer;
}

.juzo.fd-bottom li {
	border-top: 0px solid transparent;
}

.juzo li.active {
	z-index: 3;
	background-color: #3FB3F6;
}

.juzo.fd-bottom li.active {
	top: -240px;
}

.juzo.fd-bottom li.active .fd-part1 {
	position: relative;
	top: 240px;
}

.juzo.fd-bottom li.active .fd-part2 {
	position: relative;
	top: -239px;
}

.juzo li .fd-part2 {
	height: 240px;
	width: 239px;
	display: none;
}

.juzo li.active .fd-part2 {
	background-color: #3FB3F6;
}

.juzo li.active .fd-part2 {
	display: block;
}

.li-hor {
	height: 239px;
	cursor: pointer;
}

.juzo li .ic {
	width: 239px;
	height: 131px;
	line-height: 131px;
	text-align: center;
	color: #3fb3f6;
	font-size: 48px;
}

.juzo li p {
	height: 32px;
	font-size: 20px;
	color: #666666;
}

.juzo li .ding {
	width: 200px;
	height: 32px;
	font-size: 60px;
	color: #fff;
	display: block;
	line-height: 32px;
	margin-top: 25px;
	font-size: 16px;
	margin-left: 18px;
	text-align: left;
}

.juzo.fd-bottom li .ding {
	margin-top: 0;
	padding-top: 25px;
}

.b-jiantou {
	color: #fff;
	font-size: 19px;
	display: block;

}

.juzo.fd-bottom .b-jiantou {
	position: absolute;
	width: 100%;
	bottom: 0;
	transform: rotate(180deg);
}

.li-one.active .fd-part1 {
	width: 239px;
	height: 239px;
	background: #3fb3f6;
}


.li-one.active .fd-part1 p {
	color: #ffffff;
}

.li-one.active .fd-part1 span {
	color: #ffffff;
}

.li-one.active .fd-part1 .ding {
	display: block;
}

.li-one.active .fd-part1 .b-jiantou {
	display: block;
}

.top-border {
	border-top: 1px solid #dfdfdf;
}

.last-li {
	border-right: 1px solid #dfdfdf;
}

.li-bom {
	height: 239px;
}




































.ai-b {
	height: 670px;
	background-size: 100% 100%;

}



.ai>h3 {
	color: #333333;
	font-size: 37px;
	height: 67px;
	line-height: 67px;
	padding-top: 60px;
}

.ai>p {
	height: 67px;
	line-height: 67px;
	color: #333333;
	font-size: 17px;
}

.ai-ul {
	height: 380px;
	
	justify-content: space-between;
	margin-top: 58px;
}

.ai-ul li {
	width: 284px;
	height: 378px;
	margin-right: 16px;
	display:inline-block;
        float:left;

}
.ai-li-0 {
	background: url(../image/ai-bg-0.png);
       margin-right:0;
}
.ai-li-3 {
	background: url(../image/ai-bg-3.png);
}

.ai-li-2 {
	background: url(../image/ai-bg-2.png);
}

.ai-li-1 {
	background: url(../image/ai-bg-1.png);
}

.ai-ul>a{
    text-decoration: none;
}

.ai-ul>a>li>div {
	height: 150px;
	
	
	position: relative;
}

.ai-ul>a>li>div>.wb {
	width: 103px;
	height: 103px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.ai-ul>a>li>div>.wb>.nb {
	width: 85px;
	height: 85px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 85px;
}

.ai-ul>a>li>div>.wb>.nb span {
	font-size: 48px;
	color: #edf1f7;
}

.lala {
	color: #fff;
}

.ai-ul>a>li>h3 {
	font-size: 35px;
	height: 67px;
	line-height: 67px;
	color: #ffffff;
}

.ai-ul>a>li>h4 {
	font-size: 23px;
	height: 55px;
	line-height: 55px;
	color: #ffffff;
}