@charset"utf-8";
/* CSS Document */

/*样式重置（reset）*/
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,form,input,textarea,th,td,select,a{ margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{ font-weight: normal;}
em{ font-style: normal; }
li{ list-style: none; }
a{ text-decoration: none; color:#333;}
a,a:hover { text-decoration: none; outline: none;  }
i{ font-style: normal; }
img{ border: none;}
table{ border-collapse: collapse; }
input, select, textarea { border: none; outline: none; background: none }
textarea{ resize: none; overflow: auto; }

body{font-family: 'Microsoft Yahei',sans-serif,arial;font-size: 14px; color: #333;background: #fff;}
*{ letter-spacing: 1px; line-height: 150%; box-sizing: border-box; -moz-box-sizing:border-box; /* Firefox */ 	-webkit-box-sizing:border-box; /* Safari */}
/*public*/
.fl{ float: left; }
.fr{ float: right;}
.clearfix:before, .clearfix:after {content:"";display:table;}
.clearfix:after{clear:both;overflow:hidden;}
.clearfix{zoom:1;}
.text-hidden{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.color-338{ color: #338CE9;}
.color-fff{ color: #fff!important;}
.bg-d1{ background: #d12c4d!important; color: #fff!important;}
.nomar{ margin: 0!important;}

.wrap{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.main{
    width: 1400px;
    height: auto;
    margin: 0 auto;
}
.shadow{ box-shadow: 0 0 16px 0 rgba(0,0,0,.1);}

.zx-header{
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    background: #fff;
    /* box-shadow: 0 3px 6px rgba(0,0,0.16); */
}
.zx-header .main{
    display: flex;
}
.zx-header .logo{
    display: inline-block;
    width: 216px;
    height: 50px;
    margin: 15px 0;
}
.zx-nav .logo img{
    display: inline-block;    
}
.zx-nav{
    display: flex;
}

.zx-nav a{
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    font-size: 16px;
    vertical-align: top;
    margin-left: 0;
}


.zx-nav .active,
.zx-nav a:hover{ 
    background: #338CE9;
    color: #fff;
    transition: background .3s;
}
.search-main{    
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
    margin-left: auto;
}
.search-main .zx-map{
    background: url('../image/map-icon.png') no-repeat;
    background-size: 17px 20px;
    padding-left: 27px;    
}

.search-main .zx-map::after{
    content: '';
    width: 0;
    height: 15px;
    border-left: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    margin-left:20px;
}

.search-con{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    margin-left: 10px;
    transition: all .3s ease .6s;
}

.search-con:hover{
    background: #eee;
    transition: all .3s ease .2s;
}
.search-con:hover #search{
    width: 160px;    
    padding: 0 10px;
    transition: all .5s ease .3s;
}
.search-con:hover .btn{
    opacity: 1;
    transition: all .5s ease .2s;
}

#search{
    display: inline-block;
    width: 0px;
    height: 20px;   
    width: 0;    
    color: #666;    
    font-family: 'Microsoft Yahei',sans-serif,arial;font-size: 14px;
    transition: all .3s ease .6s;
}

.search-con .btn{
    width: 25px;
    height: 30px;    
    display: inline-block;
    background: url('../image/icon-search.png') no-repeat 1px 5px;
    background-size:16px 17px;
    cursor: pointer;
    opacity: .6;
    vertical-align: middle;
    transition: all .3s ease .6s;    
} 


/* foot-baner */
.footer{
    width: 100%;
    height: auto;
    overflow: hidden;
    /* margin-top: 30px; */
    background: #333 url('../image/study_bg.jpg') no-repeat left top;
    background-size: 100% 100%;
}

.footer .footer-main{
    width: 100%;
    background: #333;
}

.footer .main{
    display: flex;
    align-items: center;
    height: 264px;
}

.hd-fixed{
    padding-top: 80px;    
}

.hd-fixed .zx-header{
    position: fixed;
    left: 0;
    top: 0;   
    z-index: 9999; 
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}



.down-dl{
    width: 100%;
    height: auto;
    display: flex;
}
.down-dl .desc{
    color: #fff;
}
.down-dl .desc h6{
    font-size: 24px;
    line-height: 46px;
}
.down-dl .desc p{ 
    font-size: 14px;
    line-height: 20px;
}
.down-dl .con{
    margin-left: auto;
    padding-top: 20px;
}
.down-dl .con .btn-con{
    display: inline-block;
    margin-right: 30px;
    border-radius: 25px;
    background: #333;
    position: relative;
}

.down-dl .con .btn{
    display: inline-block;  
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    vertical-align: middle; 
}
.down-dl .con .btn img{
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-top: 9px;
}
.down-dl .con .app-cover{
    position: absolute;
    z-index: 999;
    top: 50px;
    left: 15px;
    display: inline-block;
    width: 150px;
    padding: 8px;
    background: #fff;
    height: 0;    
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease-in 0s;
}
.down-dl .con .btn-con:hover .app-cover{
    height: 150px;
    opacity: 1;
    transition: all .3s ease-out 0s;
    box-shadow: 1px 1px 3px 3px rgba(0,0,0,.1);
}

.down-dl .con .btn-con:hover{
    background: #04a7ec;
    
}

.down-dl .con .app-cover img{
    display: inline-block;
    width: 100%;
}

.footer-main{
    padding: 15px 0;    
    text-align: center;
    color: #fff;
}
.footer-main p{
    line-height: 26px;
    font-size: 14px;
}
.footer-main p a{ color: #fff;}

.major-dl{
    width: 100%;
    height: auto;
}

.major-dl .line-tit{
    margin-bottom: 30px;
}

.major-dl .line-tit .tit{
    margin-top: 70px ;
    height: 93px;
    width: 100%;
    position: relative;
    text-align: center;
}
.major-dl .line-tit h5{
    font-weight: normal;
    font-size: 60px;    
    color: #f6f6f6;
}
.major-dl .line-tit h4{
    position: absolute;
    font-size: 36px;
    color: #333;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    letter-spacing: 4px;
    text-transform: uppercase;    
}

.major-dl .line-tit h6{
    line-height: 35px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.line-tit .line{   
    width: 120px;
    height: 4px;
    border-radius: 2px;
    margin: 20px auto;
    background-image: linear-gradient(12deg,#02d1fe, #2b6cf8)
}
.major-dl .con{
    padding-top: 10px;
}

.index-footer {
    min-height: 500px;
    overflow: hidden;
    width: 1400px;
    margin:auto;
}

.index-left{
     float: left;
     width: 1090px;
}

.school-main {
    display: flex;
    margin-top:20px;
}

.school-main a {
    color:#fff;
}

.school-left {
    font-size: 16px;
    float:left;
    width: 115px;
    text-align: left;
}

.school-right {
    font-size: 14px;
    text-align: left;
    float:left;
    width: 100%;
    padding-top:2px;
}

.school-right ul{
    display: flex;
    flex-wrap:wrap;
}

.school-right li{
    width: 20%;
    padding-right:10px;
    padding-bottom:10px;
}

.company-main {
    display: flex;
    margin-top:30px;
}

.company-main a {
    color: #fff;
}

.company-left {
    font-size: 16px;
    float: left;
    width: 115px;
    text-align: left;
}

.company-right {
    font-size: 14px;
    text-align: left;
    float: left;
    width: 100%;
    padding-top: 2px;
}

.company-right ul {
    display: flex;
    flex-wrap: wrap;
}

.company-right li {
    width: 14%;
    padding-right: 10px;
    padding-bottom: 10px;
}

.index-friend {
    width: 200px;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;

}

.index-friend span{
    display: flex;
    margin-right: 5px;
}

.index-friend span img{
    width: 18px;
    margin: auto auto;
}

.index-mid {
    width: 0px;
    height: 419px;
    opacity: 1;
    border: 1px solid #3E3E3E;
    float:left;
    margin-top:50px;
}

.index-right{
    float: left;
}

.index-dl {
    margin-top:160px;
}

.index-dl dt span{
    font-size: 18px;
}

.index-span {
    display: flex;
}

.index-span img{
    width:18px;
    height:18px;
    margin: auto 0;
    margin-right: 5px;
}

.index-firstdt {
    margin-left: 54px;
}

.index-seconddt {
    margin-left: 39px;
}

.index-dt {
    margin-top:6px;
    height:40px;
    line-height: 34px;
    font-size: 16px;
    text-align: left;
}

.index-dt span{
    font-size: 28px;
}

.index-dl dt button{
    margin-top:40px;
    width: 260px;
    height: 63px;
    background: url('../image/index-c.png') no-repeat;
    background-size: contain;
    border-style: none;
    cursor: pointer;
}

.index-bottom {
    width: 1400px;
    height: 0px;
    opacity: 1;
    border: 1px solid #3E3E3E;
    float: left;
    margin-top: 50px;
    margin-bottom: 20px;
}








