html,body{
    width: 100%;
    font-family: 'PingFang SC', "微软雅黑", Tahoma, Arial, \5FAE\8F6F\96C5\9ED1, sans-serif;
}

a:visited {
    /* color: rgba(204, 204, 204, 1) */
} 

.closed{
	display: none;
}
.open{
	display: block;
}

/* header-z 开始 */
.header-z{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.header-z .head{
    width: 100%;
    height: 65px;
    line-height: 65px;
    /* background-color: #191919; */
    background-color: #1f3f68;
}
.header-z .head .head-logo{
     float: left;
     margin-left: 60px; 
     box-sizing: border-box;
}
.header-z .head .head-login{
    height: 45px;
    line-height: 45px;
    float: right;
    margin-right: 60px; 
    box-sizing: border-box;

}
.header-z .head .head-login .login{
     
}
.header-z .head .head-logo img{
    display: inline-block;
    width: 170px;
    height: 27px;
    /* margin-top: 8px; */
}

.header-z .head-nav{
    width: 100%;
    height: 65px;
    line-height: 65px;
    position: relative;
    /* 去除鼠标放上去有背景的效果 才加的important */
    background-color: #1f3f68 !important; 

}

.header-z .head-nav:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: transparent;
    -webkit-transition: height .5s, background-color .5s;
    transition: height .5s, background-color .5s;
    z-index: -1;
}
.header-z .head-nav-bg{
    height: 65px;
    border-bottom: none;
}
 
.header-z .head-nav-bg:before {
    height: 100%;
    background: #1f3f68;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    /* border-bottom: 1px solid #efefef; */
  }
.header-z .head-nav .nav-box{
    position: relative;
    float: right;
    margin-left: 60px; 
    box-sizing: border-box;
    margin-right: 50px;
}
.header-z .head-nav .nav-box .nav-item{
    float: left;
    position: relative;
    /* margin-right: 50px; */
    padding: 0 25px;
    
}
.header-z .head-nav .nav-box .nav-item a{
    font-size: 16px;
}
.header-z .head-nav .nav-box .border{
    position: absolute;
    top: 97%;
    height: 3px;
    background-color: #1ce5fd;
    z-index: -1;
}
.header-z .head-nav .nav-box .nav-item .nav-item-ul{
    display: none;
    position: absolute;
    left: -60px;
    top: 100%;
    width: 180px;
    /* height: 255px; */
    box-sizing: border-box;
    padding-bottom: 30px;
    padding-top: 20px;
    /* padding-left: 60px;
    padding-right: 20px; */
    background-color: #1f3f68;
    z-index: -1;
    /* -webkit-transition: height .5s;
    transition: height .5s; */
}
/* .header-z .head-nav .nav-box .nav-item:hover .nav-item-ul{
    display: block;
    height: 255px;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    
} */
.header-z .head-nav .nav-item-ul .nav-item-li{
    /* position: relative; */
    /* height: 30px; */
    line-height: 40px;
    padding-left: 60px;
}
.header-z .head-nav .nav-item-ul .nav-item-li>a{
    color: #a9b6c5;
    font-size: 16px;
}
.header-z .head-nav .nav-item-ul .nav-item-li>a:hover{
    color: #eff7fa;
}
.header-z .head-nav .nav-item-ul .nav-item-li.pb{
    /* position: relative; */
}
.header-z .head-nav .nav-item-ul .nav-item-li.pb:after{
    position: absolute;
    top: 107px;
    right: 12px;
    content: ".";
    width: 10px;
    height: 17px;
    background: url("../../images/triangle.png") no-repeat;
}
.header-z .head-nav .nav-item-li.pb .pb-pb{
    display: none;
    position: absolute;
    left: 180px;
    top: 0;
    width: 180px;
    height: 250px;
    box-sizing: border-box;
    padding-bottom: 42px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 20px;
    background-color: #1f3f68;
}
.header-z .nav-item-li.pb .pb-pb-ul{
    border-left: 2px solid #fefefe;
    height: 205px;
    padding-left: 25px;
}
.header-z .nav-item-li.pb .pb-pb-ul a{
    color: #a9b6c5;
    font-size: 16px;
}
.header-z .nav-item-li.pb .pb-pb-ul a:hover{
    color: #fefefe;
     
}




.header-z .head-nav .nav-register {
    float: right;
    margin-right: 60px; 
    box-sizing: border-box;
}
.header-z .head-nav .nav-register .reg{
     display: inline;
     box-sizing: border-box;
     padding: 5px 97px;
     text-align: center;
     border: 1px solid #fefefe;
}
/* header-z 结束 */


/* footer 开始 */

.footer-z{
    padding: 55px 0;
    background-color: #2A2929;
}
.footer-z .footer-container{
    width: 1150px;
    margin: 0 auto;
}
.footer-z .footer-container .sec{
    float: left;
    box-sizing: border-box;
    width: 260px;
}
.footer-z .footer-container .sec.sec-last{
    float: left;
    box-sizing: border-box;
    width: 100px;
}
.footer-z .footer-container .sec .sec-name{
    font-size: 18px;
    margin-bottom: 20px;
    color: #fefefe;
}
.footer-z .footer-container .sec .sec-item{
    text-indent: 10px;
    padding: 5px 0;
}
.footer-z .footer-container .sec .sec-item a{
    color: #a8aaab;
}
/* footer 结束 */

/* 原来footer 开始 */
.footer{
    width: 100%;
    /* height:170px;
    position:absolute;
    bottom:0px;
    left:0px; */
}
/**footer淇濇寔鍦ㄩ〉闈㈠簳閮�**/

.fl{
	float: left;
}
.fr{
	float: right;
}

.clear{
	clear: both;
}

.footer{
	background-color: #2A2929;
	color: #c7c7c7;
	font-size: 14px;	
}
.footer-box{
	width: 1100px;
	/* height: 100%; */
	margin: auto;
	box-sizing: border-box;
    padding-top: 22px;	
    padding-bottom: 22px;
    background-color: #2A2929;
    text-align: center;
	
}
.site-link{
	color: #fff;
	font-size: 16px;
}
.site{
	overflow: auto;
	zoom: 1;
	margin: 0;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 0;
	list-style: none;
	
}
.site li{
	float: left;
	padding-right: 30px;
}

.site li a{
	cursor: pointer;
	color: #c7c7c7;
}
.site li a:hover{
	color: #fff;
}
.footer-box .qr_code {
    text-align: center;
    display: none;
}
.qr_code span{
	color: #c7c7c7;
}
/* 合作伙伴 */
.cooperate{
    width: 100%;
    background-color: #fff;
}
.cooperate .cooperate-wrapper{
    /* width: 1280px;
    margin: 0 auto; */
    padding: 50px 0;

}
.cooperate .cooperate-wrapper .cooperate-title{
    text-align: center;
    /* margin-top: 40px; */
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 600;
    color: #555;
    
}
.cooperate .cooperate-wrapper .cooperate-box{
    
}
.cooperate .cooperate-wrapper .cooperate-item{
    float: left;
    width: 190px;
    margin: 0 65px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.cooperate .cooperate-wrapper .cooperate-item .coop-img{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fefefe;
    
}
.cooperate .cooperate-wrapper .cooperate-item .coop-img.coop1{
    
    background: url("../../images/index/coop1.jpg");
    background-size: 100%;
}
.cooperate .cooperate-wrapper .cooperate-item .coop-img.coop2{
    
    background: url("../../images/index/coop2.jpg");
    background-size: 100%;
}
.cooperate .cooperate-wrapper .cooperate-item .coop-img.coop3{
    
    background: url("../../images/index/coop3.jpg");
    background-size: 100%;
}
.cooperate .cooperate-wrapper .cooperate-item .coop-img.coop4{
    
    background: url("../../images/index/coop4.jpg");
    background-size: 100%;
}
.cooperate .cooperate-wrapper .cooperate-item .coop-name{
    text-align: center;
    font-size: 20px;
    color: #d2dbe2;
    font-weight: bold;
    margin-top: 20px;

}

/* 修改页面导航布局 */
.head-logo {
    float: left;
    /* margin-top: 20px; */
    margin-left: 20px;
}

