@charset "utf-8";*{margin:0;padding:0}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
ul,li{
    list-style-type: none;
}
.header{
    width: 100%;
    height: 68px;
    background-color: #1d2128;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.banner{
    width: 100%;
    height: 465px;
    background-color: #0a021d;
    margin-top: 68px;
}
.service-banner{
    height: 265px;
    background:url('//png.pook.com/net/selfPlatform/service-banner.png');
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    padding-top: 120px;
    margin-top: 68px;
}
.row{
    margin: 30px 0;
    float: left;
    width: 100%;
}
.left,.right{
    width: 50%;
    float: left;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    padding-left: 50px;
}
.left img, .right img{
    width: 100%;
}
.notice{
    width: 100%;
    height: 108px;
    background-color: #8c5dfa;
}
.notice .content-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.content-center{
    width: 1196px;
    height: 100%;
    margin: 0 auto;
}
.swiper-container{
    height: 100%;
}
.swiper-slide{
    text-align: center;
    color: #fff;
}
.swiper-pagination-bullet{
    width: 36px;
    height: 5px;
    background: url('//png.pook.com/net/selfPlatform/page_01.png');
    background-size: 100% 100%;
    border-radius: 0% !important;
}

.swiper-pagination-bullet-active{
    width: 36px;
    height: 5px;
    background: url('//png.pook.com/net/selfPlatform/page_02.png') !important;
    background-size: 100% 100%;
}
.banner-slide{
    width: 505px;
    line-height: 1;
    display: inline-block;
    text-align: left;
    margin-top: 50px;
}

.header-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner p{
    margin: 30px 0;
    margin-right: 100px;
    line-height: 1.5;
}
.menu-bg{
    background-color: #3d6eff;
    padding: 6px 20px;
    border-radius: 4px;
}
.logo-left img{
    vertical-align: middle;
}
.menu{
    margin-left: 30px;
    color: #fff;
}
.tablist{
    text-align: center;
}
.tab-top ul{
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.tab-top ul li{
    margin-right: 50px;
    position: relative;
}
.tab-top li::after{
    content: '';
    width: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0a021d;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-10px);
    display: none;
}
.tab-top li:nth-child(1):after{

    display: block;
}
.tab-main{
    height: 523px;
    background-color: #0a021d;
}
.tab-main-list{
    color: #fff;
    padding-top: 50px;
}
.tab-main-list>div{
    width: 600px;
    display: inline-block;
    vertical-align: middle;
}
.desc-text li{
    margin-top: 30px;
}
.desc-img{
    height: 270px;
    width: 460px;
}
.desc-img img{
    width: 100%;
}
.service-block{
    width: 160px;
    position: absolute;
    left: 257px;
    top: 50px;
    background: #fff;
    padding: 20px;
    z-index: 2;
    border-radius: 2px;
  }
  .service-block li{
    height: 30px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .service-block li:hover a{
    color: #1989fa;
  }
  .service-block a{
    color: #333;
  }

/* 弹框 */
.thickDiv{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgba(0, 0, 0, .6);
    z-index: 99;
}
.login-pup{
    position: absolute;
    top: 300px;
    left: 50%;
    width: 680px;
    height: 420px;
    z-index: 100;
    transform: translateX(-260px);
}
.login-left{
    width: 247px;
    float: left;

}
.login-right{
    width: 430px;
    height: 100%;
    float: left;
    background-color: #fff;
    border-radius: 0 8px 8px 0;
}
.close-btn{
    position: absolute;
    right: 18px;
    top: 10px;
    cursor: pointer;
}
.new_lst input{
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    padding-left: 50px;
}
.u-icon{
    position: absolute;
    left: 15px;
    top: 13px;
}
.getCodeBtn{
    position: absolute;
    right: 0;
    top: 18px;
}

body{color:#333;font-size:16px;font-weight: 200;font-family: PingFangSC-Light;}
html{overflow:auto}
ul,li{list-style-type:none;cursor:auto}
img{vertical-align:middle;border:none;}
h2{
	margin-bottom: 10px;
}
a{text-decoration:none;outline:none}
a:hover{text-decoration:none;outline:none;color:#217af0}
.clear{clear:both}input{border:none}
.title_cn{text-align:center;font-weight:700;font-size:30px}
#new_box{width:100%;padding:50px 0;margin:0 auto;overflow:hidden;padding-bottom:0}
.new_con{max-width:1200px;margin:0 auto;margin-top:50px}
.new_con>div{padding: 0 30px;}
.newtel{height:42px;border-bottom:1px solid #e7e7e7;padding-bottom:10px;font-family:微软雅黑;font-size:18px;color:#666}
.new_telst{margin:0 auto;position:relative;top:6px;text-align:center;display: flex;justify-content: space-between;}
.new_telst li{width:50%;line-height:30px;text-align:center;float:left;display:inline;font-family:微软雅黑;cursor:pointer}
.new_telst li.newon{color:#217af0;font-weight:700}
.new_telst p{position:absolute;top:34px;left:0;width:33%;height:7px;border-top:1px solid #217af0;overflow:hidden;text-align:center}
.new_telst b{display:inline-block;width:0;height:0;margin-top:-3px;border-style:solid dashed dashed dashed;border-width:9px;border-color:#217af0 #fff #fff #fff;overflow:hidden;zoom:1;font-size:0}
.new_lst{height:285px;position:relative;overflow:hidden;display:none;margin-top:10px;padding-top:20px;text-align: center;}
.new_lst ul{position:absolute;left:0}
.new-wrap .show{display:block}
li.new_cnlf{width:370px;float:left}
li.new_cnlf p{width:100%}
p.newlf_tel a{color:#217af0;font-size:18px;line-height:50px;text-align:center;display:block}
p.newlf_tel a:hover{color:#c33}
p.newlf_tx{font-size:14px;line-height:26px;color:#999;height:105px;overflow:hidden}
li.new_cnrf{float:right;width:820px;margin-left:10px}
.newrf_lst dd{width:368px;height:85px;border:1px solid #e4e4e4;float:left;margin-left:35px;margin-bottom:20px}
p.new_rq{width:65px;height:65px;background:#969393;float:left;text-align:center;color:#fff;margin-top:10px;margin-left:10px;margin-right:15px;font-family:Arial,Helvetica,sans-serif}
p.new_rq span{display:block;font-size:24px;text-align:center;font-weight:700;line-height:35px;padding-top:5px}
p.newrf_tx{float:left;width:270px;margin-top:8px}
p.newrf_tx a{color:#333;font-size:14px;display:block;line-height:30px}
p.newrf_tx span{display:block;font-size:12px;color:#999;height:60px;overflow:hidden}
.newrf_lst dd:hover{width:366px;height:83px;border:2px solid #217af0;box-shadow:0 0 15px rgba(37,125,242,.27)}
.newrf_lst dd:hover p.newrf_tx a{color:#217af0}
.newrf_lst dd:hover p.new_rq{background:#217af0;margin-top:9px;margin-left:9px}
.newrf_lst dd:hover p.newrf_tx{margin-top:7px}.mr0{margin-right:0}


/* huakuai */
body,
div {
	margin: 0;
	padding: 0;
}

.ui-slider-wrap {
	background: #e8e8e8;
	position: relative;
}

.ui-slider-wrap .ui-slider-bg {
	width: 0;
}

.ui-slider-wrap .ui-slider-btn {
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-slider-wrap .ui-slider-btn {
	background: #fff url('//png.pook.com/net/selfPlatform/irow.png') no-repeat center;
}

.ui-slider-wrap .ui-slider-btn.success {
	background-image: url('//png.pook.com/net/selfPlatform/irow.png');
}

.ui-slider-wrap .ui-slider-text {
	width: 100%;
	height: 100%;
	font-family: "寰蒋闆呴粦";
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #666;
}

.ui-slider-wrap .ui-slider-no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

