
.clear{clear: both;}
/*头部开始*/
.top-tip{
    width:100%;
    background:rgba(247,248,250,1);
}
.top-tip .tip-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:1200px;
    margin:0 auto;
    padding:11px 0;
}
.top-tip .tip-content .company{
    display: inline-block;
    font-size:14px;
    /*font-family:SourceHanSansCN-Regular;*/
    font-weight:400;
    color:rgba(124,124,124,1);
    border-right:1px solid #5BA7F6;
    padding-right:7px;
}
.top-tip .tip-content .tencent{
    padding-left:7px;
    display: inline-block;
    font-size:14px;
    /*font-family:SourceHanSansCN-Regular;*/
    font-weight:400;
    color:rgba(54,145,239,1);
}
.top-tip .tip-content .left{

}
.top-tip .tip-content .tellme{
    float: right;
    text-align:right;
    font-size:14px;
    /*font-family:SourceHanSansCN-Regular;*/
    font-weight:400;
    color:rgba(124,124,124,1)
}
.nav-wrap{
    height:74px;
    background:rgba(255,255,255,1);
    position:relative;

}
.nav-wrap .nav{
    width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
}
.nav-wrap .nav .logo-wrap img{
    margin:17px 0;
}
.nav-wrap .nav .nav-list{
    margin:28px 0;
}
.nav-wrap .nav .nav-list>span>a{
    font-size:18px;
    /*font-family:SourceHanSansCN-Regular;*/
    font-weight:400;
    color:rgba(102,102,102,1);
    text-decoration:none;
}
.nav-wrap .nav .nav-list>span{
    padding:28px 19px;
}
.nav-wrap .nav .nav-list>span:hover a{
    color:rgba(54,145,239,1);
}
.nav-wrap .nav .nav-list .login{
    display: inline-block;
    color:#fff;
}
.nav-wrap .nav .nav-list .login a{
    color: #fff;
    text-decoration: none;}
.nav-wrap .nav .nav-list .login:hover{
    cursor:pointer;
}
.nav-wrap .nav .nav-list .login>span:nth-child(1){
    display: inline-block;
    width:53px;
    height:25px;
    line-height:25px;
    text-align:center;
    background:rgba(54,145,239,1);
    opacity:0.72;
    border-radius:4px;
    margin-right:10px;
    margin-left:19px;
}
.nav-wrap .nav .nav-list .login>span:nth-child(2){
    display: inline-block;
    line-height:25px;
    text-align:center;
    width:53px;
    height:25px;
    background:rgba(255,141,0,1);
    opacity:0.72;
    border-radius:4px;
}
.nav-wrap .nav .nav-list>span>.drop-list{
    width:100%;
    height:280px;
    background:rgba(247,248,250,1);
    opacity:0.96;
    position: absolute;
    top:100%;
    left:0;
}
.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap{
    width:1200px;
    margin:40px auto 0;
    display:flex;
    justify-content: space-between;
    height:200px;
}
.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap>.info{
    width:510px;
    display: flex;
    justify-content:  space-between;
    flex-direction:row;
    align-items:center;
    flex-wrap: wrap;
}
.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap>.info>.info-item{
    display: flex;

    align-items: center;
    width:231px;
    margin-bottom:30px;
}
.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap>.info>.info-item .active{
    display:none;
}
.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap>.info>.info-item a{
    font-size:16px;
    /*font-family:SourceHanSansCN-Regular;*/
    font-weight:400;
    color:#333333;
    text-decoration:none;
	line-height:20px;
}
.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap>.info>.info-item a span{
    font-size:14px;
    /*font-family:SourceHanSansCN-Regular;*/
    font-weight:400;
    color:#999999;

	line-height:20px;
}

.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap>.info>.info-item:hover a,.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap>.info>.info-item:hover span{
   color:#3691EF;
}
.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap>.info>.info-item:hover .active{
    display: block;
}
.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap>.info>.info-item:hover .default{
    display: none;
}
.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap>.info img{
}
.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap>.info .img-wrap
{
    width:35px;
    margin-right:14px;
}
.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap>.system{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width: 590px;
}
.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap>.system .kuaiz{height: 200px;;position:relative;}
.kuaiz .kuaizfc{
position:absolute;
bottom: 0;
opacity:0.8;
background: rgba(51,51,51,1); 
padding: 11px 16px 11px 16px;
width: 248px;
border-radius:0 0 7px 7px;
}

.kuaiz .kuaizfc .dispart2,.kuaiz .kuaizfc:hover .dispart{
display: none; 
}
.kuaiz .kuaizfc:hover .dispart2{
display: inline;
}

.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap>.system>.sys-item{
    display: block;
    width:280px;
   
	text-decoration: none;
}
.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap>.system>.sys-item:hover{
    cursor:pointer;
}
.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap .system .sys-item p{
    font-size:16px;
    /*font-family:SourceHanSansCN-Regular;*/
    font-weight:400;
    color:rgba(220,226,238,1);
    line-height:20px;
}
.nav-wrap .nav .nav-list>span>.drop-list .drop-wrap .system .sys-item span{
    font-size:12px;
    /*font-family:SourceHanSansCN-Regular;*/
    font-weight:400;
    color:rgba(220,226,238,1);
	line-height:20px;
}
.nav-wrap .nav .nav-list>span>.drop-list{
    display:none;
    transition:1s;
	box-shadow: inset 0px 0px 8px 0px rgba(89,89,89,0.25);
  z-index:9999
}
.nav-wrap .nav .nav-list>span:hover .drop-list{
    display: block;
    transition:1s;
}
/*头部结束*/







/*底部开始*/
footer{
    width:100%;
    background:rgba(29,39,58,1);
}
footer .cont{
    width:1200px;
    margin:0 auto;
}
footer .cont .part1{
    display: flex;
    flex-direction: column;
}
footer .cont .part1 .part1-inner{
    display: flex;
}
footer .cont{
    display: flex;
    flex-wrap: wrap;
}
footer .cont .part3{
margin-left: 70px;
}
footer .cont .part1 .part1-inner .call{
    width:276px;
    height:49px;
    border:1px solid rgba(255,255,255,1);
    opacity:0.5;
    border-radius:25px;
    font-size:16px;
    /*font-family:Source Han Sans CN;*/
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0 20px;
}
footer .cont .part1 .part1-inner .call:nth-child(1){
    margin-right:79px;
}
footer .cont .part1 .part1-inner .call img{
    margin:12px 21px 12px 0px;
}
footer .cont .part1 .part1-inner .call>span{
    display: inline-block;
    width:88px;
    height:21px;
    background:rgba(255,255,255,1);
    box-shadow:0px -2px 6px 0px rgba(168,169,169,1);
    border-radius:2px;
    font-size:14px;
    /*font-family:Source Han Sans CN;*/
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align:center;
}
footer .cont .part1 .part1-inner .call>span:hover{
    cursor: pointer;
}
footer .cont .part1 .part1-inner .call>.qq1{
    margin-right:30px;
}
footer .cont .part1 .part1-inner .call>.qq1 img,footer .cont .part1 .part1-inner .call>.qq1+span img{
    margin:0;
}
footer .cont .part1 .part1-list{
    display: flex;
    margin-top:40px;
}
footer .cont .part1 .part1-list .list-item{
    display: flex;
    flex-direction: column;
    margin-right:80px;
}
footer .cont .part1 .part1-list .list-item1{
width:1px;
height:140px;
background:rgba(71,86,115,1)
}
footer .cont .part1 .part1-list .list-item p{
    font-size:16px;
    /*font-family:Source Han Sans CN;*/
    font-weight:400;
    margin-bottom:15px;
	color:#A9BBDC
}
footer .cont .part1 .part1-list .list-item .txt{
    font-size:14px;
    /*font-family:Source Han Sans CN;*/
    font-weight:400;
    color:#798BAD;
	line-height:24px;
}
footer .cont .part1 .part1-list .list-item .txt:hover{
    color:#FF9A1C;
    cursor:pointer;
}
footer  .part2{
border-top: 1px solid rgba(49,61,86,1);
    font-size: 12px;
    width: 1200px;
    color: rgba(82,102,139,1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    margin: 50px auto 0;

}
footer  .part2 .copyright{
  text-align: center;
}
footer .part2 .link{
    margin-bottom:18px;
}
footer .part2 .link span{
    display: inline-block;
    padding:0 11px;
    border-right:1px solid #fff;
}
footer .part2 .link span:hover{
    cursor:pointer;
}
footer .part2 .link span:last-child{
    border-right:none;
}
footer .cont .part3 .part1-list{
    margin-top:40px;
}
footer .cont .part3 .part1-list .list-item{

	font-size:16px;
    /*font-family:Source Han Sans CN;*/
    font-weight:400;
    margin-bottom:15px;
	color:#798BAD;
}
footer .cont .part3 .part1-list .list-item p{
    font-size:16px;
    /*font-family:Source Han Sans CN;*/
    font-weight:400;
    margin-bottom:15px;
	color:#798BAD;
}
footer .cont .part3 .part1-list .list-item p span{
font-size:24px;
font-weight:bold;
color:#F59C00;
line-height:24px;
}


footer .cont .part3 .part1-list .list-item .txt{
    float: left;
	width: 90px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(121,139,173,1);
    line-height: 16px;
}
footer .cont .part3 .part1-list .list-item .txt1{
    float: left;
    width: 205px;
    font-size: 24px;
    font-weight: bold;
    color: rgba(245,156,0,1);
    line-height: 24px;
    margin-top: 8px;
}
footer .cont .part4{
margin-left: 80px;
margin-top: 40px;
}
footer .cont .part4 img{
    width: 92px;
    height: 92px;
}
footer .cont .part4 .txt{
font-size:12px;
font-weight:400;
color:rgba(121,139,173,1);
text-align: center;
}
/*底部结束*/
/*右侧功能条开始*/
.rightNav {
  position: fixed;
  top: 18%;
  right: 0px;
  background-color: transparent;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 99999;
  box-shadow: 0px 6px 24px 0px rgba(16,32,73,0.22);
}
.rightNav li {
  position: relative;
  width: 110px;
  height: 110px;
  background-color: rgba(255,255,255,1);
  padding: 16px 0 16px 0;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.rightNav li img {
}
.rightNav li span {
  display: block;
  font-size: 13px;
  color: rgba(51,51,51,1);
  font-weight: bold;
}
.rightNav li > span {
  margin-top: 10px;
}
.rightNav li hr {
  margin-top: 18px;
  width: 90px;
  border-top: 1px solid rgba(89,157,248,1);
}
.rightNav li .rightNav_left {
  position: absolute;
  right: 150px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #808080;
  border-radius: 8px;
  background: #fff;
  width: 120px;
  height: 120px;
  z-index: 99999;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  line-height: 35px;
  display: none;
}
.rightNav li .rightNav_left img {
  max-width: 20px;
}
.rightNav li .rightNav_left span {
  display: inline-block;
  padding-left: 6px;
  font-size: 13px;
  color: #000;
}
.rightNav li .rightNav_left.right_qr {
  padding: 10px;
}
.rightNav li .rightNav_left.right_qr img {
  width: 100px;
  max-width: 100px;
}
.rightNav li:after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 70px;
  height: 80px;
}
.rightNav li:first-child:after {
  display: none;
}
.rightNav li:nth-child(3):after {
  display: none;
}
.rightNav li + li + li:after {
  display: none;
}
.rightNav .lastnav:after {
  display: none;
}
.rightNav li:hover .rightNav_left {
  display: block;
}
.rightNav .huidian{height:130px;
}
.rightNav .huidian img{ float: left;margin-left:10px;
}
.rightNav .huidian span{float: left;margin:0 0 10px 10px;
}

.rightNav .rightNav-input{
width: 90px;
    height: 25px;
    background: rgba(255,255,255,1);
    border: 2px solid rgb(89,157,248);
    box-shadow: 0px 3px 7px 0px rgba(96,93,114,0.14);
    /* margin-top: 15px; */
    font-size: 11px;
    text-align: center;
}

.rightNav .rightNav-input-right{
    margin-top: 15px;}
.rightNav .rightNav-button{
    width: 90px;
    height: 25px;
    background: rgb(0, 218, 124);
    box-shadow: 0px 3px 7px 0px rgba(96,93,114,0.14);
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    color: white;
    border: none;
    margin: 0 10px;
	border-radius: 5px;
}



/*右侧功能条结束*/



/*培训右侧功能条开始*/

.float{width:200px;height:588px;background:url(/cs/v2/images/components/sidebar/float-11.1.png) no-repeat center center;position:fixed;right:0%;top:3%;}
.float ul, .float ul li {padding: 0px;margin: 0px;list-style: none;}
.float ul li{width:128px;height:32px;line-height:32px;background:#ff2231;font-size:22px;color:#fff;font-family: "sy_Regular";margin:7px auto;text-align:center; }
.float a {text-decoration: none;}

.float .shou{display:block;width:18px;position:absolute;top:25%;right:18%;}

.float .img{display:block;width:128px;height:128px;margin:0 auto;}
.float .saoma{color:#fff;font-size:24px;font-family: 'sy_Regular';text-align:center;line-height: 1.5;margin-top: 3px;}
.float .wxh{color:#ff0002;font-size:24px;font-family: 'sy_Bold';text-align:center;line-height: 1;font-weight:bold;}

/*培训右侧功能条结束*/

