/*
* @description: H5发行样式
 *@author:王奉
* @update: name(xxxx-xx-xx xx:xx)
 */
.adv-con {
	margin: 0 44px 30px 0;
}

.adv-con:nth-child(1) {
	margin: 0 44px 30px 126px;
}

.adv-con:nth-child(4) {
	margin: 0 44px 20px 258px;
}

.adv-con:nth-child(5) {
	margin: 0 13px 20px 0;
}
.sitemap-li {
    width: 23%;
}
.h5tool-con {
	width: 226px;
    height: 297px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(10, 16, 126, 0.1);
    border-radius: 10px;
	text-align:center;
    float: left;
	color:#666;

}

.h5tool-imgbg {
	background: url(../images/pack_ico_package.png);
	height: 118px;
	width: 118px;
	line-height: 118px;
	margin: 25px auto 0
}

.h5tool-con2,.h5tool-con3,.h5tool-con4,.h5tool-con5 {
	margin-left: 16px
}

.h5tool-con2 .h5tool-imgbg {
	background: url(../images/pack_ico_APP.png)
}

.h5tool-con3 .h5tool-imgbg {
	background: url(../images/pack_ico_thirdparty.png)
}

.h5tool-con4 .h5tool-imgbg {
	background: url(../images/pack_ico_match.png)
}

.h5tool-con5 .h5tool-imgbg {
	background: url(../images/pack_ico_practical.png)
}

.h5tool-img {
	vertical-align: middle
}

.h5tool-con-title {
	font-weight: bold ;
	margin: 21px 0;
	font-size:18px;
	color:#343434;
	
}

.h5tool-con:hover {
	background: url(../images/pack_bg_package.png);
	color: #fff
}
.h5tool-con:hover .h5tool-con-title{

	color: #fff
}
.h5tool-con2:hover {
	background: url(../images/pack_bg_APP.png)
}

.h5tool-con3:hover {
	background: url(../images/pack_bg_thirdparty.png)
}

.h5tool-con4:hover {
	background: url(../images/pack_bg_match.png)
}

.h5tool-con5:hover {
	background: url(../images/pack_bg_practical.png)
}

.h5tool-con:hover .h5tool-imgbg {
	background: none
}

.h5tool-btn-more {
	display: block;
	width: 144px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: url(../images/index/btn_n.png) no-repeat center;
	background-size: auto;
	margin: 36px auto 38px
}

.h5tool-btn-more:hover {
	background: url(../images/index/btn_s.png) no-repeat center
}

.btn-customized {
    display: block;
    width: 125px;
    height: 36px;
    line-height: 36px;
    background: #2258E1 url(../images/index/btn-dingzhi.png) no-repeat right;
    border-radius: 18px;
    color: #fff;
    margin: 91px auto 0;
    text-indent: 20px;
    font-weight: 500;
}
@media screen and (max-width: 1274px){
	.adv-con:nth-child(1) {
       margin: 0 45px 40px 0;
    }
	.adv-con:nth-child(4) {
       margin: 0 0 40px 0;
    }
	.adv-con:nth-child(5) {
        margin: 0 13px 20px 343px;
    }
}