.online-lists>li {
    width: 340px;
    height: 27.5rem;
    background: #f7f7fa;
    padding: 0 0;
    box-sizing: border-box;
    border-radius: 8px;
}
.online-lists>li>div {
   
    padding: 0 2rem;
   
}
.online-lists img
{
	margin: 0 auto 1rem;
	   
}
.jpsjList img {
	 margin-left: 6rem;
}



/*banner部分*/
.banner-wrap {
	width:100%;
    height: 800px;
    overflow: hidden;
    min-width: 1200px;
    background: url(../images/freeTopic/banner.png) no-repeat center -170px;
}


.banner-input {
	padding: 460px 0 0 260px;
}
.banner-input-con {
	height: 60px;
	line-height: 60px;
	background: #fff;
	font-size: 14px;
	 border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.banner-city {
	width: 108px;
	padding-left: 40px;
	color: #3d4450;
	position: relative;
}

.banner-city-img {
	display: block;
	width: 11px;
	height: 6px;
	position: absolute;
	top: 28px;
	right: 10px;
}
#formCityMock4 {
	font-size: 14px;
	color: #3d4450;
}
.banner-name {
    width: 304px;
   
}
.banner-name .banner-name-input {
	border: none;
	outline: 0;
	padding-left: 30px;
	height: 32px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	color: #3d4450;
	font-size: 14px;
}
.banner-trade {
	width: 197px;
	position: relative;
}
.banner-trade .banner-trade-input {
	border: none;
	outline: 0;
	border-left: 1px solid #d2d2d2;
	padding-left: 18px;
	height: 32px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	color: #3d4450;
	font-size: 14px;
}
.banner-trade-img {
	display: block;
	width: 11px;
	height: 6px;
	position: absolute;
	top: 28px;
	right: 42px;
}
.banner-suffix {
	width: 196px;
	position: relative;
}
.banner-suffix .banner-suffix-input {
	border: none;
	outline: none;
	border-left: 1px solid #d2d2d2;
	padding-left: 18px;
	height: 32px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	color: #3d4450;
}
.banner-suffix-img {
	display: block;
	width: 11px;
	height: 6px;
	position: absolute;
	top: 28px;
	right: 45px;
}
.banner-btn {
	width: 180px;
	height: 60px;
	line-height: 60px;
	border: none;
	outline: none;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	background: -webkit-linear-gradient(left, #f7cc6e, #fe8f2d); /* Safari 5.1 - 6.0 */
  	background: -o-linear-gradient(right,#f7cc6e, #fe8f2d); /* Opera 11.1 - 12.0 */
  	background: -moz-linear-gradient(right,#f7cc6e, #fe8f2d); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#f7cc6e, #fe8f2d); /* 标准的语法 */
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.banner-hint {
	font-size: 14px;
	color: #fff;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	letter-spacing: 1px;
}
.banner-hint-icon {
	display: inline-block;
	width: 13px;
	height: 17px;
	background: url(../images/heming_imgs/icon_position.png) no-repeat;
	padding-left: 6px;
	vertical-align: bottom;
}
.banner-trade-select {
	width: 1026px;
	height: 240px;
	background: #fff;
	border-radius: 6px;
	position: absolute;
	bottom: -91px;
	left: 85px;
	box-shadow: 0 6px 30px 0 rgba(106,109,141,0.1);
	display: none;
}
.banner-trade-select:before {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 520px;
    top: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.banner-trade-select .lists li.actived {
	width: 64px;
	height: 26px;
	background: #e8effc;
	margin: 0 18px 0 16px; 
}
.banner-trade-select .lists li {
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-right: 24px;
	font-size: 14px;
	color: #3d4450;
}
.banner-trade-select .lists6 li.hint {
	height: 26px;
	line-height: 26px;
	text-align: center;
	padding-left: 16px;
	margin-top: 6px;
	font-size: 14px;
	color: #999;
}
.banner-trade-select .lists6 li i {
	display: inline-block;
	width: 13px;
	height: 13px;
	padding-right: 8px;
	vertical-align: middle;
	background: url(../images/heming_imgs/hm-friendly-hint.png) no-repeat;
}
.banner-trade-select .lists li a{
	font-size: 14px;
	color: #3d4450;
}
.banner-trade-select .lists li a:hover {
	color: #64a6fe;
}
.banner-trade-select .lists1 {
	margin-top: 24px;
}
.banner-trade-select .lists2,.banner-trade-select .lists3,.banner-trade-select .lists4,.banner-trade-select .lists5 {
	margin-top: 10px;
}
.banner-suffix-select {
	width: 153px;
	height: 173px;
	background: #fff;
	border-radius: 6px;
	position: absolute;
	bottom: -24px;
	right: 290px;
	font-size: 14px;
	color: #3d4450;
	box-shadow: 0 6px 30px 0 rgba(106,109,141,0.1);
	display: none;
}
.banner-suffix-select:before {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 65px;
    top: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.banner-suffix-select li {
	height: 33px;
	line-height: 33px;
	padding-left: 25px;
	font-size: 14px;
	color: #3d4450;
	cursor: pointer;
}
.banner-suffix-select li:first-child {
	margin-top: 22px;
}
.banner-suffix-select li.suffix-actived {
	background: #eef4ff;
	color: #64a6fe;
}
/*banner end*/

.throuthBorder{
    width: 1200px;
    margin: auto;
    margin-top: -180px;
    z-index: 999;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 40px rgba(195,190,243,0.3);
}
.jpsjList {
    background: #fff!important;
    height:33rem!important

}
.jpsjList:hover {
	box-shadow: none!important;
}

.tacname span{
    color:#000;
    font-weight: 600
}
.jpsjList div {
	    padding: 1 2.4rem!important;
} 
.title {
    font-size: 32px;
    color: #333;
    text-align: center;
    padding: 54px 0 50px;
}
.online-wrap{
    margin-top:20px!important;

}

.sjbglist>li {
    width: 50%;
    height: 30rem;
    /* background: #f7f7fa; */
    padding: 0 0;
    box-sizing: border-box;
    border-radius: 8px;
}
.problemlist>li {
    width: 50%;
    /* height: 30rem; */
    /* background: #f7f7fa; */
    padding: 0 0;
    box-sizing: border-box;
    border-radius: 8px;
}

.sjbglist .title {
    padding-top: 50px
}
.sjbg-dec 
{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    text-align: justify;
    width:500px
}

.problemlist-dec 
{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    text-align: justify;
    width: 555px;
}
.sjbg-title {
    text-align: left;
    font-size:40px
}
.sjbgImg {
    margin-top: 50px
}
.sjbglistbtn {
    margin-top: 44px!important;
    border-radius: 30px!important;
    color: #fff;
    border: none;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: -webkit-linear-gradient(left, #f7cc6e, #fe8f2d);
    background: -o-linear-gradient(right,#f7cc6e, #fe8f2d);
    background: -moz-linear-gradient(right,#f7cc6e, #fe8f2d);
    background: linear-gradient(to right,#f7cc6e, #fe8f2d);
    font-size: 15px;
    cursor: pointer;
    outline: none;
}

.pripare .title {
    padding-top: 64px;
}
.team .title {
    padding-top: 50px;
}
.somematerials>span{
	background:#73aaff;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    color:#fff;
    line-height: 50px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 5px;
    margin-right: 24px;
}
.somematerials{
    font-size: 0;
    margin-top: 24px;
    height: 120px;
    white-space: nowrap;
}
.somematerials>span:last-child{
    margin-right: 0;
}
.somematerials>span:hover{
    background:#486efd;
    cursor: pointer;

}
.online-des-tpop {
    padding-top:1rem!important; 
}
.tacname{
    padding-bottom: 1rem!important;
}


.provider-wrap {
	width: 100%;
	background: url(../images/freeTopic/im_bg_buleee.png) no-repeat center center;
	background-size: 100% 100%;
	padding-bottom: 102px;
}
.provider-title-wrap {
	width: 100%;
	padding: 120px 0 20px;
}
.provider-line {
	width: 110px;
	height: 1px;
	background: #b1b4b9;
}
.provider-line1 {
	margin: 17px 32px 0 310px 
}
.provider-line2 {
	margin-left: 32px;
	margin-top: 17px;
} 
.provider-title {
	font-size: 36px;
	color: #3d4450;
}
.provider-des {
	font-size: 16px;
	color: #7e808a;
	text-align: center;
	padding-bottom: 80px;
	padding-left: 25px;
}
.provider-con li {
	width: 224px;
	height: 256px;
	background: #fff;
	position: relative;
	border-radius:5px
}
.provider-con li img{
	display: block;
    margin: 50px auto 20px;
}
.provider-con li.list3 img {
    margin: 54px auto 24px;
}
.provider-con li.list4 img {
    margin: 56px auto 25px;
}
.provider-con li.list5 img {
    margin: 52px auto 21px;
}
.provider-con li.list2,.provider-con li.list4 {
	margin: 0 18px;
}
.provider-con li div {
	height: 120px
}
.list1-1 > div {
    background:url(../images/freeTopic/icon_qdsq.png) no-repeat;
    background-position: 90px;
}
.list2-2 > div {
    background:url(../images/freeTopic/icon_ssxz.png) no-repeat;
    background-position: 90px;
}
.list3-3 > div {
    background:url(../images/freeTopic/icon_qsht.png) no-repeat;
    background-position: 90px;
}
.list4-4 > div {
    background:url(../images/freeTopic/icon_tjcl.png) no-repeat;
    background-position: 90px;
}
.list5-5 > div {
    background:url(../images/freeTopic/icon_cjbg.png) no-repeat;
    background-position: 90px;
}
.list1-1:hover div{
    background:url(../images/freeTopic/icon-hover1.png) no-repeat;
    background-position: 90px;
}
.list2-2:hover div{
    background:url(../images/freeTopic/icon-hover2.png) no-repeat;
    background-position: 90px;
}
.list3-3:hover div{
    background:url(../images/freeTopic/icon-hover3.png) no-repeat;
    background-position: 90px;
}
.list4-4:hover div{
    background:url(../images/freeTopic/icon-hover4.png) no-repeat;
    background-position: 90px;
}
.list5-5:hover div{
    background:url(../images/freeTopic/icon-hover5.png) no-repeat;
    background-position: 90px;
}
/* .provider-con li img {
	display: block;
	margin: 50px auto 20px;
} */
.provider-con li p {
	font-size: 18px;
	color: #3d4450;
	text-align: center;
}
.provider-con li .line-bottom {
	width: 100%;
	height: 4px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.provider-con li:hover {
    box-shadow: 0 6px 30px 0 rgba(172,196,216,0.27);
    background: -webkit-linear-gradient(left top, #ff6ca6, #f7cb6c); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right,#ff6ca6, #f7cb6c); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right,#ff6ca6, #f7cb6c); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right,#ff6ca6, #f7cb6c); /* 标准的语法 */
}
.provider-con li:hover p {
    color:#fff
}

.dec-service{
    font-size: 14px!important;
    line-height: 27px;
    width: 162px;
    margin: 0.5rem auto;
}
.problem-wrap {
    background:#fff;
    height: 515px;
}
.problem-wrap .title {
    color: #000;
}
.qustanw {
    height: 120px
}
.provide-wrap {
    width: 100%;
    height: 500px;
    background: #eaedfa;
} 
.rvc-prv, .rvc-next {
    top: 94px;
}
.provide_title{
padding-top: 94px
}

.rvc {
    max-width: 1140px;
    margin: auto;
    margin-top: 25px;
}

.count-wrap {
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -200px;
    display: none;
    width: 400px;
    background: #fff;
    z-index: 9999;
    border-radius: 10px;
    padding-bottom: 48px;
}
.count-title {
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    color: #fff;
    padding: 35px 0 35px 75px;
    background: -webkit-linear-gradient(left, #477cfe, #33dfa5);
   /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#477cfe, #33dfa5);
   /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#477cfe, #33dfa5);
   /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#477cfe, #33dfa5);
}
.count-title span {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 30px;
    top: 28px;
    background: url(../images/m_heming_imgs/hm_icon_hint.png) no-repeat;
    background-size: 35px 35px;
}
.count-con {
    width: 100%;
}
.count-yzm {
    width: 298px;
    height: 48px;
    border: 1px solid #d2d2d2;
    margin: 28px auto 16px;
}
.count-yzm .count-yzm-input {
    display: block;
    border: none;
    outline: none;
    width: 200px;
    height: 40px;
    margin-top: 5px;
    margin-left: 24px;
    font-size: 14px;
    color: #888b93;
}
.count-tp {
    width: 298px;
    height: 48px;
    border: 1px solid #d2d2d2;
    line-height: 48px;
    margin: 0 auto 16px;
    position: relative;
}
#count-img {
    display: block;
    width: 65px;
    height: 40px;
    position: absolute;
    left: 24px;
    top: 4px;
}
.count-tp p {
    font-size: 14px;
    color: #888b93;
    padding-left: 220px;
}
.count-tp p span {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 82px;
    top: 18px;
    background: url(../images/heming_imgs/hm-shuaxin.png) no-repeat;
    background-size: 12px 12px;
}
.count-btn {
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
    background: -webkit-linear-gradient(left, #69f8c2, #0a8fc2);
   /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#69f8c2, #0a8fc2);
   /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#69f8c2, #0a8fc2);
   /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#69f8c2, #0a8fc2);
}
.count-close {
    position: absolute;
    right: -44px;
    top: -44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    background: url(../images/heming_imgs/icon_close.png) no-repeat center center;
}
.count-err {
    position: relative;
    font-size: 14px;
    color: #f56600;
    padding-left: 75px;
    margin-bottom: 16px;
    display: none;
}
.count-err span {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/heming_imgs/icon_warning.png) no-repeat;
    position: absolute;
    left: 52px;
    top: 0px;
}
.hm-cover {
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    display: none;
}

.online-wrap .online-lists .online-info {
    color: #3e444f;
    text-align: left;
}
.online-wrap .online-lists .online-info span {
    font-size: 19px;
    color: #3e444f;
}
div.qjsj-box-new {
    padding-bottom: 0 !important;
}
div.throuthBorder .jpsjList-new {
    height: 27.5rem!important;
}
ul.nav-right li.nav3 a {
    color: #333!important;
}