.zs-main{
	margin: auto;
	box-sizing: border-box;
	padding: 0 10px;
}
.zs-flex{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
}
.zs-flex-item{
	flex: 1;
	-webkit-flex: 1;
}
ul,li{
	list-style: none;
	padding: 0;
}
img{
	max-width: 100%;
}
a{
	color: #333;
}
a:hover{
	color: #5895ff;
}
.text-white{
	color: #fff;
}
.text-white a{
	color: #aaa;
}
.text-white a:hover{
	color: #5895ff;
}
.fr{
	float: right;
}
.div-bg{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.oneline{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 侧边栏 */
.zs-fixed-div{
	position: fixed;
	right: 10px;
	bottom: 10%;
	z-index: 999;
}
.zs-fixed-div li{
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}
.zs-fixed-div .btn-div{
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #d7d7d7;
	transition: 0.3s;
}
.zs-fixed-div .btn-div .iconfont{
	font-size: 30px;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 3;
}
.zs-fixed-div .hid-div{
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 60px;
	width: 0;
	height: 50px;
	line-height: 50px;
	transition: 0.5s;
	overflow: hidden;
	opacity: 0;
	background-color: #5895ff;
	border-radius: 30px;
	padding-left: 15px;
}
.zs-fixed-div .ewm-box{
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 60px;
	opacity: 0;
	transition: 0.5s;
	overflow: hidden;
}
.zs-fixed-div li:hover .hid-div{
	width: 220px;
	opacity: 1;
}
.zs-fixed-div li:hover .ewm-box{
	opacity: 1;
	width: 146px;
	height: 146px;
}
.zs-fixed-div li:hover .btn-div{
	background-color: #5895ff;
}

/* 顶部 */
.header-div{
	height: 63px;
}
.logo-div span{
	font-size: 2.14em;
	border-left: solid 1px #eee;
	margin-left: 10px;
	padding-left: 10px;
}
.zs-header{
	border-bottom: solid 1px #dddddd;
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 99;
}
.zs-header .zs-main{
	justify-content: space-between;
	align-items: center;
}
.zs-header .zs-main::before,
.zs-header .zs-main::after{
	display: none;
}
.zs-header .logo{
	width: 150px;
}
.zs-header .right{
	padding-left: 62px;
	background: url(../img/index1.png) no-repeat left center;
}
.zs-header .iconfont{
	font-size: 30px;
}

/* 底部 */
.zs-footer{
	background-color: #27303f;
}
.zs-footer .foot{
	padding: 15px 0;
	border-top: solid 1px #3b485e;
}
.zs-footer .foot-upper{
	padding-top: 60px;
}
.zs-footer .foot-upper li{
	margin-right: 30px;
	/*max-width: 120px;*/
	color: #aaa;
}
.zs-footer .foot-upper h5{
	font-weight: 600;
	color: #fff;
}
.zs-footer .foot-upper p{
	font-size: 12px;
}
.zs-footer .foot-upper .last-li{
	/*max-width: 280px;*/
	margin: 0;
	color: #fff;
}
.zs-footer .foot-upper .div{
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}
.zs-footer .foot-upper .div p{
	margin-bottom: 5px;
}
.zs-footer .foot-upper .icon{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	border-radius: 50%;
	line-height: 24px;
	text-align: center;
	border: solid 1px #999;
	color: #999;
}
.zs-footer .ewm-img{
	margin-right: 20px;
}
.zs-footer .ewm-img img{
	margin-bottom: 6px;
}
.zs-footer .foot-center{
	margin: 45px 0;
}

/* 导航 */
.zs-nav{
	border-bottom: solid 1px #ddd;
	position: relative;
}
.zs-nav .zs-flex{
	justify-content: space-around;
}
.zs-nav .item{
	height: 69px;
	padding: 10px;
	line-height: 50px;
	font-size: 1.14em;
	position: relative;
}
.zs-nav .on > a{
	display: inline-block;
	border-bottom: solid 3px #5895FF;
	color: #5895FF;
}
.zs-nav .fu-nav{
	position: absolute;
	top: 70px;
	left: -20px;
	z-index: 9;
	min-width: 165px;
	line-height: 2.5;
	background-color: #fff;
	padding: 16px;
	border-radius: 4px;
}
.zs-nav .fu-nav > a{
	display: block;
	white-space: nowrap;
}
.zs-nav .item:hover .fu-nav{
	display: block !important;
}
.zs-nav .fu-nav .li{
	border-right: solid 1px #ddd;
	text-align: left;
	padding-right: 40px;
	margin-right: 40px;
}
.zs-nav .fu-nav .li:last-of-type{
	border: none;
}
.zs-nav .fu-nav .li a{
	display: block;
	padding-left: 15px;
	font-size: 1em;
}
.zs-nav .fu-nav .li h3{
	font-size: 1.14em;
	position: relative;
	margin-top: 0;
}
.zs-nav .fu-nav .li h3::before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 16px;
	background: #48A2FF;
	vertical-align: middle;
	margin-right: 10px;
}

/* 导航 */
.zs-xs-nav{
	position: fixed;
	top: 63px;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 99;
	overflow-y: auto;
	display: none;
}
.zs-xs-nav .item{
	padding: 15px 0;
	border-bottom: solid 1px #eee;
}
.zs-xs-nav .item-a{
	
	font-size: 16px;
}
.zs-xs-nav .fu-nav{
	padding-top: 10px;
	display: none;
}
.zs-xs-nav .li{
	padding: 0.5em 1em;
}
.zs-xs-nav .li h3{
	font-size: 16px;
	position: relative;
	margin-top: 0;
}
.zs-xs-nav .li h3::before{
	content: '';
	position: absolute;
	left: -14px;
	top: 0;
	width: 4px;
	height: 15px;
	background: #48A2FF;
	vertical-align: middle;
	margin-right: 10px;
}
.zs-xs-nav .li a{
	display: block;
	line-height: 34px;
}

.zs-index{
	overflow: hidden;
}
.swiper-pagination-bullet{
	width: 16px;
	height: 19px;
	background: url(../img/swiper.png) no-repeat center;
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 15px;
}
.swiper-pagination-bullet-active{
	background-image: url(../img/swiper-on.png);
}

.index-title{
	padding-top: 15px;
}
.index-title h2{
	font-size: 1.71em;
	margin-bottom: 0;
	font-weight: 600;
}
.index-title h5{
	line-height: 2em;
}
.index-main1{
	padding-bottom: 20px;
}
.index-main1 .row-box{
	border: solid 1px #ddd;
	margin: 30px 0;
}
.index-main1 .row-box li{
	border-left: solid 1px #ddd;
	padding: 30px;
	transition: .5s;
}
.index-main1 .row-box li:hover{
	box-shadow: 0 0 15px 0 #ddd;
}
.index-main1 .row-box li:first-child{
	border: none;
}
.index-main1 .row-box img{
	width: 90px;
}
.index-main1 .row-box h3{
	font-size: 1.71em;
}
.index-main1 .row-box .text-left{
	margin-top: 15px;
	line-height: 1.71em;
	overflow: hidden;
}

.index-main2{
	background: url(../img/bg1.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.main-swiper{
	margin: 40px 0;
}
.main-swiper .swiper-slide{
	height: 360px;
	position: relative;
	background-position: center;
	background-size: cover;
}
.main-swiper .con{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -90px;
	width: 100%;
	z-index: 3;
	padding: 30px;
	transition: all 0.4s;
}
.main-swiper .con img{
	width: 70px;
}
.main-swiper .con h3{
	font-size: 1.43em;
	margin: 1em 0;
}
.main-swiper .text{
	line-height: 1.5em;
	height: 7.5em;
	overflow: hidden;
	display: none;
}
.main-swiper .button{
	border: dashed 1px #fff;
	background: none;
	width: 100%;
	height: 3em;
	margin-top: 30px;
	display: none;
}
.main-swiper .swiper-slide:hover .text,
.main-swiper .swiper-slide:hover .button{
	display: block;
}
.main-swiper .swiper-slide:hover .con{
	margin-top: -170px;
}
.main-swiper .swiper-slide:hover::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #5895ff;
	opacity: 0.8;
}

.index-main3 .main-row{
	margin-top: 40px;
}
.index-main3 .main-row i{
	display: inline-block;
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	transform: rotateY(0);
	transition: all 1s;
}
.index-main3 .span1{
	background-image: url(../img/index-ic9.png);
}
.index-main3 .span2{
	background-image: url(../img/index-ic10.png);
}
.index-main3 .span3{
	background-image: url(../img/index-ic11.png);
}
.index-main3 .span4{
	background-image: url(../img/index-ic12.png);
}
.index-main3 h3{
	font-size: 1.14em;
	margin-top: 10px;
}
.index-main3 h3 span{
	display: inline-block;
	padding-bottom: 20px;
}
.index-main3 .item.on i{
	transform: rotateY(180deg);
}
.index-main3 .item.on .span1{
	background-image: url(../img/index-ic9-on.png);
}
.index-main3 .item.on .span2{
	background-image: url(../img/index-ic10-on.png);
}
.index-main3 .item.on .span3{
	background-image: url(../img/index-ic11-on.png);
}
.index-main3 .item.on .span4{
	background-image: url(../img/index-ic12-on.png);
}
.index-main3 .item.on span{
	border-bottom: solid 3px #5895ff;
}
.index-main3 .con-box{
	background-color: #f7f7f7;
	padding: 30px 0;
}
.index-main3 .con-box .zs-main{
	display: none;
}
.index-main3 .text{
	padding-left: 10px;
}
.index-main3 .text p{
	color: #666;
	font-size: 1em;
}

.index-main4{
	overflow: hidden;
	background: url(../img/bg7.jpg) no-repeat center;
	background-size: cover;
}
.index-main4 .main-con{
	background-color: #fff;
	margin: 40px 0;
}
.index-main4 .item{
	border-bottom: solid 1px #eee;
	border-right: solid 1px #eee;
	height: 120px;
	padding: 20px 10px 10px;
	transition: .5s;
}
.index-main4 .item img{
	width: 40px;
}
.index-main4 .item h3{
	margin: 15px 0;
	font-size: 12px;
}
.index-main4 .item:hover{
	box-shadow: 0 0 15px 0 #ddd;
}
.index-main4 .item:hover h3{
	font-weight: 600;
	color: #5895ff;
}

.index-main5 .list{
	overflow: hidden;
	margin: 20px 0;
	padding: 10px;
}
.index-main5 .list li{
	float: left;
	width: 33.33%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	transition: .5s;
}
.index-main5 .list img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.index-main5 .list li:hover{
	box-shadow: 0 0 15px 0 #ddd;
}

.index-main6{
	background: url(../img/bg8.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.index-main6 .img{
	margin: 60px 0;
	padding: 0 10px;
}

.index-main7 .btn-div{
	margin: 40px auto;
	width: 280px;
	height: 60px;
	line-height: 60px;
	background-color: #317cff;
	font-size: 24px;
}
.index-main7 .btn-div a{
	color: #fff;
}
.index-main7 .btn-div .iconfont{
	font-size: 24px;
	margin-right: 15px;
}
.index-main7 .ul-box{
	background-color: #317cff;
	padding: 20px 0;
}
.index-main7 .ul-box li{
	border-right: solid 1px #83b0ff;
}
.index-main7 .ul-box li:last-child{
	border: none;
}
.index-main7 .ul-box img{
	width: 35px;
}
.index-main7 .ul-box p{
	font-size: 10px;
	margin-top: 10px;
}

.news-swiper .swiper-slide{
	height: 220px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.news-swiper .swiper-slide h4{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 9;
	margin: 0;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	color: #fff;
}
.news-swiper .swiper-slide h4:hover{
	color: #5895ff;
}
.index-main8 .index-title{
	margin-bottom: 40px;
}
.index-main8 .list{
	margin-top: 20px;
}
.index-main8 .list li{
	margin-bottom: 20px;
}
.index-main8 .list .img{
	height: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.index-main8 h4{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-main8 .list li:hover a{
	color: #007AFF;
}
.index-main8 .list .text{
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	color: #666;
}

/* 微信订制 */
.wechat-title{
	padding: 25px 0;
	font-weight: 600;
}
.wechat-title h2{
	font-size: 18px;
	font-weight: 600;
}
.wechat-title .blue-text{
	color: #2575FF;
	margin-bottom: 20px;
}
.wechat-title h5{
	color: #666;
}
.zs-we-chat .img{
	width: 100% !important;
}
.wechat-main1{
	margin-bottom: 60px;
}
.wechat-main1 .img-box{
	text-align: center;
}
.wechat-main1 .img{
	width: 90% !important;
}
.wechat-main1 .main-ul li{
	margin-bottom: 20px;
	font-size: 16px;
	align-items: center;
}
.wechat-main1 .main-ul img{
	margin-right: 10px;
	width: 73px !important;
	flex-shrink: 0;
	height: 73px;
}
.wechat-main1 .main-ul .text{
	font-size: 14px;
}
.wechat-main1 .main-ul h4{
	font-weight: 600;
	font-size: 16px;
}

.wechat-main2{
	background-color: #EEF1F4;
	padding-bottom: 70px;
}
.wechat-main2 .main-ul li{
	background-color: #fff;
	height: 120px;
	border-right: solid 1px #EEF1F4;
	border-bottom: solid 1px #EEF1F4;
	padding-top: 10px;
	transition: 0.3s;
}
.wechat-main2 .main-ul .iconfont{
	font-size: 36px;
}
.wechat-main2 .main-ul li:hover{
	box-shadow: 0 0 20px 0 #EAF0F6;
	color: #5895FF;
	border-color: #EAF0F6;
	position: relative;
	z-index: 2;
}

.wechat-main3{
	background-color: #EAEEF4;
	padding-bottom: 70px;
}
.wechat-main3 .swiper-slide{
	position: relative;
	border-radius:34px;
	overflow: hidden;
}
.wechat-main3 .con{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background:rgba(43,48,57,0.9);
	overflow: hidden;
	transition: .5s;
	padding: 0 10px;
}
.wechat-main3 .con h3{
	border-bottom: solid 1px #fff;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.wechat-main3 .con .text{
	height: 180px;
	overflow: hidden;
	line-height: 20px;
}
.wechat-main3 .swiper-slide:hover .con{
	height: 100%;
	padding: 10px;
}

.wechat-main4 .main-ul .text{
	max-width: 200px;
	margin: auto;
	height: 60px;
	overflow: hidden;
}
.wechat-main4 .main-ul li{
	margin-bottom: 10px;
}
.wechat-main4 .main-ul h4{
	font-size: 14px;
}
.wechat-main4 .main-ul p{
	color: #999;
}
.wechat-main4 .main-ul img{
	width: 80%;
	transition: 1s;
}
.wechat-main4 .main-ul li:hover img{
	transform: rotateY(180deg);
}

.zs-we-chat .index-main7{
	background: url(../img/wechat/bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

/* 新闻列表 */
.banner .img,
.banner img{
	width: 100% !important;
}
.breadcrumb{
	background: none;
	padding: 20px 15px;
}
.news-main1 .item{
	border:1px solid rgba(204,204,204,1);
	margin-bottom: 30px;
}
.news-main1 .item .div-bg{
	height: 300px;
}
.news-main1 .item .info{
	padding: 10px;
	line-height: 22px;
}
.news-main1 .item .info p{
	height: 44px;
	overflow: hidden;
	color: #666;
}
.news-main1 .item:hover h4,
.news-main1 .item:hover .info a,
.news-main2 li:hover h4,
.news-main2 li:hover .btn-a{
	color: #007AFF;
}
.news-main1 .item:hover .info a,
.news-main2 li:hover .btn-a{
	border-color: #007AFF;
}
.news-main2 li{
	margin-bottom: 30px;
}
.news-main2 li .div-bg{
	height: 225px;
}
.news-main2 li .info{
	line-height: 22px;
}
.news-main2 li .info h4{
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}
.news-main2 li .info p{
	height: 66px;
	overflow: hidden;
	color: #666;
	margin-bottom: 20px;
}
.news-main2 li .info .time{
	color: #999;
	margin-bottom: 20px;
}
.news-main2 .info .time span{
	margin-right: 30px;
}
.zs-news .btn-a{
	display: inline-block;
	width:84px;
	height:26px;
	background:rgba(255,255,255,1);
	border:1px dashed rgba(204,204,204,1);
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	margin-top: 10px;
	color: #666;
}
.border-div{
	height: 10px;
	background-color: #eee;
	margin-top: 40px;
}

/* 新闻详情 */
.news-main3 .border-div{
	margin: 60px 0;
}
.news-main3 h2{
	font-weight: 600;
	color: #666;
	font-size: 24px;
	margin-bottom: 20px;
}
.news-main3 .time{
	color: #999;
	margin-bottom: 50px;
}
.news-main3 .time span{
	margin-right: 50px;
	display: inline-block;
}
.news-main1 .tit-h3{
	color: 3333;
	margin-bottom: 30px;
	margin-top: 0;
}

/* 联系我们 */
#allmap{
	width: 100%;
	height: 780px;
	margin-bottom: 100px;
}
#allmap img{
	max-width: none !important;
}
.us-info{
	width: 100%;
	margin: 0 auto 60px;
	color: #333;
}
.us-info h3{
	font-size: 24px;
	margin-bottom: 30px;
}
.us-info p{
	padding: 20px 14px;
	margin: 0;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 16px;
}

/* 在线租赁系统 */
.zxzl-nav{
	height:60px;
	line-height: 60px;
	background:rgba(162,164,174,1);
	font-size: 1.4em;
}
.zxzl-nav .container{
	overflow: hidden;
	height: 100%;transform: translateX();
}
.swiper-nav{
	overflow-x: auto;
}
.swiper-nav ul{
	margin-bottom: 0;
}
.zxzl-nav li{
	flex-shrink: 0;
}
.zxzl-nav a{
	padding: 0 30px;
	color: #fff;
	display: block;
}
.zxzl-nav .on{
	background: #007AFF;
}
.zxzl-main1{
	margin-bottom: 50px;
}
.zxzl-main1 h4{
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}
.zxzl-main2 > .row{
	margin-bottom: 80px;
}
.zxzl-main2 .title{
	font-size: 20px;
	font-weight: 600;
	padding-left: 50px;
	line-height: 35px;
	margin-bottom: 20px;
	background: url(../img/fdc/icon1.jpg) no-repeat left center;
}
.zxzl-main2 li{
	margin-bottom: 15px;
	padding-left: 34px;
	background: url(../img/fdc/icon2.png) no-repeat 10px 10px;
	color: #666;
}
.zxzl-main2 li h4{
	font-weight: 600;
	font-size: 16px;
	color: #333;
}
.zxzl-main2 .case-ul{
	padding-top: 10px;
}
.zxzl-main2 .case-ul li{
	background: url(../img/fdc/icon2.png) no-repeat 10px 2px;
}

/* 全民营销 */
.qmyx-main1{
	position: relative;
	margin-bottom: 30px;
}
.qmyx-main1 .item-li{
	margin-bottom: 50px;
}
.qmyx-main1 .item-li h4{
	font-size: 16px;
	font-weight: 600;
}
.qmyx-main1 .item-li p{
	color: #666;
	font-size: 12px;
}

/* 定制开发 */
.xtdzkf-main .row-box{
	padding-top: 20px;
}
.xtdzkf-main .row-box li{
	margin-bottom: 20px;
}
.xtdzkf-main .row-box .bg{
	background: #F9FCFF;
	padding: 20px;
	align-items: center;
	color: #666;
}
.xtdzkf-main .row-box li h3{
	font-size: 20px;
	color: #333;
}
.xtdzkf-main .row-box .icon{
	flex-shrink: 0;
	margin-right: 15px;
}

.app-anli{
	margin-bottom: 60px;
	overflow: hidden;
}
.app-anli .title span{
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
	background: #2D9FFF;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	position: relative;
}
.app-anli .title span::after{
	content: '';
	position: absolute;
	right: -24px;
	top: 0;
	width: 0;
	height: 0;
	border-left: solid 24px #2D9FFF;
	border-top: solid 25px transparent;
	border-bottom: solid 25px transparent;
}
.app-anli .main-title h3{
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: solid 2px;
}
.green-text{
	color: #007A38;
	border-color: #007A38;
}
.app-anli .ul-box{
	margin-top: 40px;
	margin-bottom: 100px;
}
.app-anli .swiper-con{
	margin-top: 60px;
	margin-bottom: 60px;
}
.swiper-bg{
	background: url(../img/dzkf/bg1.png) no-repeat center top;
	background-size: 100%;
	height: 260px;
	padding: 18px;
	position: relative;
}
.anli-swiper{
	overflow: hidden;
	height: 175px;
}
.anli-pagination{
	text-align: center;
	margin-top: 10px;
}
.anli-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #2B3640;
	opacity: 0.4;
	border-radius: 50%;
	margin: 5px;
}
.anli-pagination .swiper-pagination-bullet-active{
	background: #2D9FFF;
	opacity: 1;
}
.app-anli .swiper-text{
	padding-top: 10px;
	font-size: 16px;
}
.app-anli .swiper-text h3{
	font-size: 16px;
	font-weight: 600;
	line-height: 46px;	
}
.app-anli .swiper-text a{
	color: #2D9FFF;
}

.anli-left-text .tit-h3{
	font-weight: 600;
	margin-top: 0;
	font-size: 16px;
	margin-bottom: 30px;
}
.anli-left-text li{
	padding-left: 15px;
	background: url(../img/cpfa/bg.png) no-repeat left 7px;
	margin-bottom: 25px;
	line-height: 23px;
	color: #666;
}
.anli-left-text li span{
	color: #333;
}
.anli-right-img{
	padding-top: 50px;
}

.baogao-main{
	margin-bottom: 140px;
}
.baogao-main li{
	float: left;
	width: 20%;
	padding: 15px;
}
.baogao-main .index-title{
	margin-bottom: 50px;
}

.frrj-main1 .img1{
	box-shadow: 0 0 30px 0 #DFF0FF;
	margin-bottom: 70px;
}
.frrj-main1 .ul{
	margin-top: 40px;
	/* height: 430px; */
}
.frrj-main1 .ul li{
	margin-bottom: 38px;
	font-size: 16px;
	font-weight: 600;
}
.frrj-main1 .ul li::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #DDDDDD;
	border-radius: 50%;
	margin-right: 15px;
}
.frrj-main1 .ul li:hover::before,.frrj-main1 .ul li.on::before{
	background: #2D9FFF;
}
.frrj-main1 .ul li.on a{
	color: #2D9FFF;
}
.frrj-main1 .left-div{
	border-right: solid 1px #DDDDDD;
	/* height: 100%; */
}
.frrj-main1 .ul .text{
	margin-bottom: 30px;
}
.frrj-main1 .right-div{
	padding-left: 30px;
}
.frrj-main2{
	background-color: #F8F8FB;
	padding-bottom: 30px;
}
.frrj-main2 .list{
	margin-top: 40px;
}
.frrj-main2 li{
	height: 265px;
}
.frrj-main2 .item{
	width: 100%;
	height: 100%;
	border-radius: 6px;
	transition: all 0.3s;
}
.frrj-main2 .item i{
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url(../img/dsjfx/gif1.png);
	background-repeat: no-repeat;
}
.frrj-main2 .item .icon1{
	background-position: left top;
}
.frrj-main2 .item:hover .icon1{
	background-position: right top;
}
.frrj-main2 .item .icon2{
	background-position: left -100px;
}
.frrj-main2 .item:hover .icon2{
	background-position: right -100px;
}
.frrj-main2 .item .icon3{
	background-position: left -200px;
}
.frrj-main2 .item:hover .icon3{
	background-position: right -200px;
}
.frrj-main2 .item .icon4{
	background-position: left -300px;
}
.frrj-main2 .item:hover .icon4{
	background-position: right -300px;
}
.frrj-main2 .item .icon5{
	background-position: left -400px;
}
.frrj-main2 .item:hover .icon5{
	background-position: right -400px;
}
.frrj-main2 .item .icon6{
	background-position: left -500px;
}
.frrj-main2 .item:hover .icon6{
	background-position: right -500px;
}
.frrj-main2 .item .icon7{
	background-position: left -600px;
}
.frrj-main2 .item:hover .icon7{
	background-position: right -600px;
}
.frrj-main2 .item .icon8{
	background-position: left -700px;
}
.frrj-main2 .item:hover .icon8{
	background-position: right -700px;
}
.frrj-main2 .item .icon9{
	background-position: left -800px;
}
.frrj-main2 .item:hover .icon9{
	background-position: right -800px;
}
.frrj-main2 .item .icon10{
	background-position: left -900px;
}
.frrj-main2 .item:hover .icon10{
	background-position: right -900px;
}
.frrj-main2 .item .icon11{
	background-position: left -1000px;
}
.frrj-main2 .item:hover .icon11{
	background-position: right -1000px;
}
.frrj-main2 .item .icon12{
	background-position: left bottom;
}
.frrj-main2 .item:hover .icon12{
	background-position: right bottom;
}
.frrj-main2 .item h4{
	font-size: 14px;
	font-weight: 600;
}
.frrj-main2 .item p{
	color: #58616D;
	text-align: left;
}
.frrj-main2 .item:hover h4,
.frrj-main2 .item:hover p{
	color: #2D9FFF;
}
.frrj-main3 .list{
	margin-top: 30px;
}
.frrj-main3 .item{
	width: 100%;
	height: 100%;
	padding: 20px;
	border: 1px solid #DADADA;
	color: #2B2D3C;
}
.frrj-main3{
	margin-bottom: 60px;
}
.frrj-main3 .item h4{
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}
.frrj-main3 .item p{
	text-align: left;
}
.frrj-main4{
	background: url(../img/dsjfx/bg1.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 50px;
}
.frrj-main4 .list{
	background-color: #fff;
	padding: 30px;
	margin-top: 30px;
}
.frrj-main4 .list li{
	margin-bottom: 30px;
	position: relative;
	padding-left: 55px;
	color: #2B2D3C;
}
.frrj-main4 .list li h4{
	font-size: 16px;
	font-weight: 600;
}
.frrj-main4 .list .icon{
	position: absolute;
	left: 0;
	top: 10px;
	width: 40px;
	height: 40px;
	background-image: url(../img/dsjfx/gif2.png);
	background-repeat: no-repeat;
}
.frrj-main4 .list .li2{
	background-position: right top;
}
.frrj-main4 .list .li3{
	background-position: left -100px;
}
.frrj-main4 .list .li4{
	background-position: right -100px;
}
.frrj-main4 .list .li5{
	background-position: left -200px;
}
.frrj-main4 .list .li6{
	background-position: right -200px;
}
.frrj-main4 .list .li7{
	background-position: left -300px;
}
.frrj-main4 .list .li8{
	background-position: right -300px;
}
.frrj-main4 .list .li9{
	background-position: left -400px;
}
.frrj-main4 .list .li10{
	background-position: right -400px;
}
.frrj-main4 .list .li11{
	background-position: left bottom;
}
.frrj-main4 .list .li12{
	background-position: right bottom;
}
.frrj-main4 .padd{
	padding: 0 15px;
}

.sjzt-main .ban{
	margin-bottom: 50px;
}
.sjzt-main .gntx{
	margin-bottom: 100px;
}
.sjzt-main .gntx .title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 50px;
}
.sjzt-main .gntx .main{
	margin: 0 -15px;
}
.sjzt-main .gntx li{
	float: left;
	height: 239px;
	overflow: hidden;
	border: 1px solid #D6DBED;
	border-radius: 6px;
	margin: 0 15px;
}
.sjzt-main .gntx .top{
	width: 100%;
	height: 75px;
	line-height: 75px;
	background: linear-gradient(0deg, #66B9FF 0%, #2D9FFF 100%);
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.sjzt-main .gntx .icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background-image: url(../img/dsjfx/gif3.png);
	background-repeat: no-repeat;
}
.sjzt-main .gntx .i1{
	background-position: right center;
}
.sjzt-main .gntx .i2{
	background-position: -150px center;
}
.sjzt-main .gntx .i4{
	background-position: -50px center;
}
.sjzt-main .gntx .i5{
	background-position: -100px center;
}
.sjzt-main .gntx .text{
	padding: 20px;
	color: #5F6485;
	line-height: 28px;
}

.sjksh-con{
	margin-bottom: 7.14em;
}
.sjksh-main{
	padding: 50px 0 70px;
}
.sjksh-main.hui-bg{
	background: #F4F8FB;
}
.sjksh-main img{
	box-shadow: 0 0 24px 0 #5B6670;
	border-radius: 10px;
}
.sjksh-main .text-div{
	padding: 20px 5% 20px 10%;
}
.sjksh-main .text-div h3{
	font-weight: 600;
	font-size: 1.43em;
	position: relative;
	line-height: 1.57em;
	color: #292E38;
}
.sjksh-main .text-div .dot{
	position: absolute;
	top: 10px;
	left: -22px;
	width: 12px;
	height: 12px;
	background: #0088EE;
	border-radius: 50%;
}
.sjksh-main .text-div li{
	margin-bottom: 10px;
	color: #596376;
}

.box-img{
	box-shadow: 0 0 30px 0 #DFF0FF;
}
.azys-main1{
	margin-top: 7em;
	color: #505F6C;
	line-height: 30upx;
}
.azys-main1 .text h2{
	font-weight: 600;
	color: #1F252A;
	font-size: 1.7em;
	margin-top: 50px;
	margin-bottom: 30px;
}
.azys-main1 .img{
	border-radius: 10px;
	box-shadow: 0 0 20px 0 #5B6670;
}
.azys-main2{
	margin-top: 6.4em;
}
.azys-main2 .item{
	padding: 2em 0;
	font-size: 1.143em;
	border-radius: 3px;
	transition: 0.3s;
}
.azys-main2 li p{
	margin-top: 10px;
}
.azys-main2 .item:hover{
	box-shadow: 0px 4px 16px 0px rgba(115, 142, 211, 0.34);
}
.azys-main3{
	background: url(../img/cpfa/bg.jpg) no-repeat center top;
	background-size: 100%;
	padding-top: 4.28em;
	margin-top: 2em;
}
.azys-main3 .text{
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 16px 0px rgba(115, 142, 211, 0.39);
	border-radius: 5px;
	padding: 20px;
}
.azys-main3 .text h3{
	font-weight: 600;
	font-size: 1.143em;
	margin-bottom: 1.5em;
}
.azys-main3 .text p{
	line-height: 2.4em;
	text-indent: 2em;
}
.azys-main4{
	margin-top: 2em;
}
.azys-main4 .item{
	border: 1px solid #B6BCD4;
	border-radius: 6px;
	padding: 2.14em;
	margin: 2em 0;
	line-height: 1.785em;
	color: #5E6C77;
	transition: 0.3s;
}
.azys-main4 .item h3{
	font-size: 1.42em;
	margin-top: 1.5em;
	margin-bottom: 1em;
	color: #15161A;
}
.azys-main4 .item:hover{
	box-shadow: 0px 4px 16px 0px rgba(115, 142, 211, 0.39);
}

.lczx-main .big-tit{
	font-size: 1.714em;
	font-weight: 600;
	margin-bottom: 1.5em;
}
.lczx-main .text{
	margin-bottom: 5em;
}
.lczx-main .text p{
	line-height: 1.6em;
	color: #505F6C;
	text-indent: 2em;
}

.alzs-main .big-tit{
	font-weight: 600;
	color: #1F252A;
	font-size: 1.714em;
	margin-bottom: 2em;
}

/* 关于我们 */
.gsjj-con .big-tit{
	font-size: 1.714em;
	font-weight: 600;
}
.gsjj-main1 .text{
	color: #3F4152;
	text-indent: 2em;
	line-height: 1.8em;
}
.gsjj-main1 img{
	border-radius: 6px;
}
.gsjj-main2{
	margin-top: 3.2em;
}
.gsjj-main2 .list{
	margin-top: 1.3em;
}
.gsjj-main2 .item{
	padding: 1.3em;
	box-shadow: 0px 3px 12px 0px rgba(115, 142, 211, 0.39);
	border-radius: 6px;
	margin: 10px 0;
}
.gsjj-main2 .item h3{
	font-size: 1.143em;
	font-weight: 600;
}
.gsjj-main2 .item p{
	text-align: left;
	color: #434659;
	line-height: 1.714em;
}
.gsjj-main2 .down{
	margin-top: 3em;
}
.gsjj-main2 .down li{
	margin-bottom: 3em;
	color: #6F738E;
}
.gsjj-main2 .down h3{
	font-size: 1.43em;
	font-weight: 600;
	color: #131419;
}
.gsjj-main3{
	background: url(../img/gywm/bg1.jpg) no-repeat center bottom;
	background-size: cover;
	margin-top: 4em;
	padding-bottom: 4em;
}
.gsjj-main3 .lc-ul{
	padding-left: 10px;
	margin-top: 20px;
}
.gsjj-main3 li{
	padding-bottom: 2em;
	color: #54576D;
	position: relative;
	padding-left: 30px;
}
.gsjj-main3 li::before{
	content: '';
	width: 1px;
	position: absolute;
	left: 0;
	top: 30px;
	bottom: 2px;
	background: #2D9FFF;
}
.gsjj-main3 .time{
	font-weight: 600;
	font-size: 1.428em;
	color: #1C1D25;
}
.gsjj-main3 .dot{
	position: absolute;
	left: -14px;
	top: 0;
	width: 28px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
}
.gsjj-main3 .dot.border{
	border: solid 1px #2D9FFF;
}
.gsjj-main3 .dot::after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #2D9FFF;
	border-radius: 50%;
}
