/******herder*******/
#pc {
    width: 100%;
    min-width: 1200px;
}

.header {
    height: 84px;
}

.logo, .nav, .share {
    float: left;
}

.logo { /*width:125px;*/
    height: 60px;
   /*  background: url(../img/kf_logo.png) no-repeat; */
    margin-top: 11px;
    margin-left: 13px;
}

.nav {
    color: #202020;
    font-size: 16px;
    margin-left: 50px;
}

.nav ul > li {
    /* margin: 0 20px; */
    min-width: 104px;		
    float: left;
    text-align: center;
}

.nav ul > li > a {
    display: inline-block;
    width: 78px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #999;
    color: #242424;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 25px;
}
.nav ul > li>span:hover{
    color: #237cea ;
}
.nav ul > li > a:first-child {
    background-color: #32a4fc;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    width:100px;			
}

.nav_dropdowm{
	position: absolute;
    top: 84px;
    width: 100%;
    height: 100px;
    background-color: #fff;		
    font-size: 14px;
    z-index: 999;
    left: 0;	
    display:none;
    border-top:1px solid #dce1e3;
    border-bottom:1px solid #dce1e3;		
}

.pop_nav .nav_dropdowm > ol {
    width:850px;
    margin:0 auto;	
}		
.pop_nav .nav_dropdowm > ol >li {
    width:16.66%;
    float:left;
    height:100px;
    line-height:100px;
    position:relative;
}
.pop_nav .nav_dropdowm > ol >li img{
   position: absolute;
   top: 25px;
   left:70px;			
}	
.pop_nav .nav_dropdowm > ol >li .indexDropImg1{
   display:none;			
}
.pop_nav .nav_dropdowm > ol > li > span {
    display: block;
    text-align: center;
    position: relative;
   /*
    top: 18px;
       left: 13px;	*/
   
    z-index: 100;	
}
.pop_nav .nav_dropdowm > ol > li > a{
    /* padding: 5px 0 5px 0; */		
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size:12px;
    color:#999;
    position:relative;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    padding-top:20px;
    z-index: 5;
    
}
/* .pop_nav .nav_dropdowm > ol > li > span:hover {
    padding-bottom: 1px;
    border-bottom: 4px solid #237cea;
    z-index: 1000;

} */
/* .pop_nav .nav_dropdowm > ol > li > span:hover a{
    color: #32a4fc ;
} */
.nav ul > li > span {
    display: inline-block;
    height: 84px;
    line-height: 84px;
    cursor: pointer;
}

.nav ul > li > .nav_hover {
    border-bottom: 6px solid #237cea;
    height: 78px;
    color: #237cea;
}

.nav ul > li > .nav_hover a {
    color: #237cea;
}

.nav ul > li > span > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.nav ul > li > span:hover {
    border-bottom: 6px solid #5cb4fe;
    height: 78px;
}

.nav ul > li > span:hover a {
    color: #5cb4fe;
}

.share {
    margin-top: 20px;
}
.icon{
    position: absolute;
    bottom: -40px;
}
.icon > em {
    display: inline-block;
    width: 160px;
    height: 26px;
    border-radius: 14px;
    vertical-align: middle;
}

.icon > em > span {
    display: inline-block;
    height: 26px;
    margin-left: 7px;
    vertical-align: top;
    line-height: 26px;
    color: #999;
    font-size: 14px;
}

.icon > em > a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/img.png")/*tpa=http://www.71chat.com/img/img.png*/ no-repeat -49px 0;
    margin-left: 10px;
    margin-top: 3px;
    cursor: pointer;

}

.icon > em > .jiathis_button_weixin {
    background-position: -25px 0;
}

.icon > em > .jiathis_button_tsina {
    background-position: 0 0;
}

.languages {
    margin-left: 20px;
}

.langua {
    position: relative;
    margin: 10px 0 10px 1%;
    float: left;
}

.langua form {
    margin-top: -10px;
    float: left;
}

.langua .langua_right {
    float: right;
}

.langua .select {
    float: left;
    color: #202020;
    width: 118px;
    text-align: center;
    height: 28px;
    cursor: pointer;
    margin-top: 10px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.langua .select > a > em {
    margin-left: 6px;
    width: 50px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.langua .select > a > em:first-child {
    margin-left: 0;
    margin-right: 6px;
}

.box {
    position: relative;
    z-index: 201;
}

.box > i {
    position: absolute;
    width: 16px;
    height: 10px;
    right: 10px;
    top: 10px;
    z-index: 100;
}

.search a {
    float: left;
    width: 80px;
    height: 24px;
    color: #333;
    letter-spacing: 4px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    margin: 4px 0 0 10px;
}

.sub {
    position: absolute;
    top: 40px;
    width: 118px;
    z-index: 200;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #b4b4b5;
    display: none;
    border-radius: 8px;
}

.sub i {
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 50px;
    z-index: 201;
    width: 16px;
    height: 9px;
    background: url("../img/img.png")/*tpa=http://www.71chat.com/img/img.png*/ no-repeat -138px -2px;
}

.sub li {
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    margin-bottom: -1px;
    text-align: center;
}

.sub li:hover {
    background: #f2f2f2;
}

.select > a {
    display: inline-block;
    width: 110%;
    height: 100%;
    margin: 2px 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sub li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sub li > a em {
    display: inline-block;
    width: 50%;
    text-align: left;
    height: 100%;
    text-align: left;
    margin-left: 10px;
}

.sub li > a em:first-child {
    text-align: right;
    margin-left: 0;
    margin-right: 10px;
}
/*******fonter*********/
.fonter {
    width: 100%;
    background-color: #27333d;
    border-bottom: 1px solid #2f3e4a;
    margin-top:-20px;
    margin-bottom:-21px;					
}

.foot_nav {
    padding-top: 55px;
    padding-bottom:25px;
    width:80%;
    margin-top: 22px;
    margin: 0 auto;
}				

.fonn_cont dl {
    float: left;
    padding: 0 100px;
    border-left: 1px solid #2f3e4a;
    height:205px;
}

.fonn_cont dl:first-child {
    border-left: none;
}

.fonn_cont dt {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

.fonn_cont dd {
    color: #a9adb1;
    font-size: 14px;
    line-height: 1.5;
}

.fonn_cont dd a {
    color: #a9adb1;
    font-size: 14px;
    line-height: 28px;
}

.fonn_cont dd p {
    margin-left: -3px;
}

.fonn_cont {
    margin: 0 auto;
    width: 1920px;
    padding-left:70px;
}

.foor_dl3 {
    width: 268px;
}

.foor_dl3 dd > span {
    width: 80px;
    display: inline-block;
}

.foor_dl3 dd > em {
    width: 218px;
    float: right;
    display: inline-block;
    float: right;
}

/* .wxgxh {
    color: #fff;
    width: 150px;
    height: 150px;
    background: url(../img/weixgzh%27.png) no-repeat center top;
    float: left;
    margin-left: 154px;
    font-size: 18px;
    position: relative;
} */
/* .wxgxh>p{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #999;
} */
.weixinCode{		
	width: 105px;
    height: 105px;
    margin-left:-3px;
}
/*******foot_record********/
.foot_record {
    width: 100%;
    height: 50px;
    background-color: #27333d;
    min-width: 1200px;
    border-top: 1px solid #2f3e4a;
}


.record > p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #93979b;
    text-align: center;
}
/*右侧悬浮*/
.suspensionFrame{
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 9999;
}
.suspensionFrameUl{
    width: 56px;
    height: auto;
    background-color: #237cea;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    z-index: 1001;
    position: relative;
}
.suspensionFrameUl li{
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-bottom:2px solid transparent;
    cursor: pointer;
}
.suspensionFrameUl li:hover{
    background-color: #5497ea;
    border-color: #237cea;
}
.suspensionFrameUl em{
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url("../img/img.png")/*tpa=http://www.71chat.com/img/img.png*/ no-repeat -198px -115px;
    margin-top: 8px;
}
.suspensionFrameUl .allCodes{
     background-position: -232px -115px;
 }
.suspensionFrameUl .computer{
    background-position: -200px -148px;
}
.suspensionFrameUl .returnTop{
    background:url("../img/img.png")/*tpa=http://www.71chat.com/img/img.png*/ no-repeat -233px -148px;
    height: 29px;
    width: 29px;
    display: inline-block;
    margin-top: 8px;
    position: relative;
    top: -8px;
}
.suspensionFrameUl .returnOnTop{
    background-color: #1b60b5;
    border: none;
    height: 49px;
}
.fourDimensionalCodes{
    position: absolute;
    bottom: -10px;
    right: 50px;
    width:0;
    height: 50px;
    z-index: 9999;
    background: url("../img/weCodeText1.png")/*tpa=http://www.71chat.com/img/weCodeText1.png*/ no-repeat bottom center;

}
.pcDownload,.customerServices{
    width: 0;
    height: 86px;
    position: absolute;
    right: 55px;
    top: 75px;
    cursor: pointer;
    background: url("../img/pcDownload.png")/*tpa=http://www.71chat.com/img/pcDownload.png*/ no-repeat center;
}
.pcDownload:hover{
    background-image: url("../img/pcDownload1.png")/*tpa=http://www.71chat.com/img/pcDownload1.png*/;
}
.customerServices{
    background-image: url("../img/customerService.png")/*tpa=http://www.71chat.com/img/customerService.png*/;
    top: -15px;

}
.customerServices:hover{
    background-image: url("../img/customerService1.png")/*tpa=http://www.71chat.com/img/customerService1.png*/;
}