body{margin: 0;padding: 0;
    font: 14px "microsoft yahei",Arial,Helvetica,sans-serif;
    color: #333333;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dd{margin: 0;padding: 0;}
.lf{float: left;}
.rt{float: right;}
.clear{clear: both;}
a{text-decoration: none;color: #333;}
a:hover{color:#0070B6;}
li{list-style: none;}
img{ border: 0; vertical-align: bottom; max-width: 100%; }
video{ max-width: 100%; }

.toggle{
    display: none;
}

.header{
    width: 100%;
    min-width: 1200px;
    height: 210px;
    background: url("../images/header_bg.jpg") no-repeat top center;
    -moz-box-shadow:0 5px 10px #D3D3D3;
    -webkit-box-shadow:0 5px 10px #D3D3D3;
    box-shadow: 0 5px 10px #D3D3D3;
}
.header>div{
    width: 1200px;
    height: 210px;
    margin: 0 auto;
    position: relative;
}

.old{
    position: absolute;
    top: 20px;
    right: 5px;
    color: #fff;
}
.logoShow div.search{
    width: 220px;
    height: 35px;
    color: #ffffff;
    margin-top:80px;
    margin-right: 5px;
    text-align: right;
}
.search form{
    position: relative;
}
.logoShow a{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}
.logoShow a:hover{
    text-decoration: underline;
}
.logoShow input[type='text']{
    width: 205px;
    height: 33px;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #dfdfdf;
    color: #dfdfdf;
}
.logoShow input[type='image']{
    position: absolute;
    top: 9px;
    right: 12px;
    width: 20px;
    height: 20px;
    animation: zoomIn 1s;
}
:-moz-placeholder { 
    color: #dfdfdf;
}
::-moz-placeholder { 
    color: #dfdfdf;
}
input:-ms-input-placeholder{
    color: #dfdfdf;
}
input::-webkit-input-placeholder{
    color: #dfdfdf;
}
.logo{
    padding-top: 40px;
    margin-left: 5px;
}

.nav{
    width: 1200px;
    height:65px;
    background: #024287;
    border-bottom-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    position: absolute;
    bottom: -20px;
    left:0;
    z-index: 101;
}

.nav>ul{
    padding-left: 280px;
}
.nav>ul>li{
    float:left;
    display: block;
    height: 65px;
    text-align: center;
    position: relative;
    margin-left: 2px;
    
}
.nav>ul>li>a{
    height: 65px;
    line-height: 65px;
    display: block;
    color: #ffffff;
    padding: 0 40px 0 80px;
    font-size: 18px;
    font-weight: bold;
}
.nav>ul>li>a:before{
    content: '';
    display: block;
    width: 35px;
    height: 25px;
    background: url("../images/spirts.png") no-repeat 0 0;
    position: absolute;
    top:22px;
    left:30px;
}
.nav>ul>li:nth-child(2)>a:before{
    background: url("../images/spirts.png") no-repeat -40px 0;
}
.nav>ul>li:nth-child(3)>a:before{
    background: url("../images/spirts.png") no-repeat -92px 0;
}
.nav>ul>li:nth-child(4)>a:before{
    background: url("../images/spirts.png") no-repeat -143px 0;
}
.nav>ul>li:last-child>a:before{
    background: url("../images/spirts.png") no-repeat -197px 0;
}
.nav>ul>li:hover{
    background:#0070B6;
}
.nav>ul>li.active{
    background:#0070B6;
}
.nav>ul li ul{ display: none; }
.nav>ul li ul{
    width: 300px;
    padding: 10px 30px 25px;
    background: #fff;
    position: absolute;
    top:65px;
    left:0;
    border: 1px solid #eee;
}
.nav>ul li ul li{
    float: left;
    display: block;
    width: 130px;
    padding-left: 20px;
    height:35px;
    text-align: left;
    position: relative;
}
.nav>ul>li ul li a{
    line-height:35px;
    font-size: 16px;
}
.nav>ul>li ul li a:before{
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    background: url("../images/spirts.png") no-repeat -15px -41px;
    position: absolute;
    top:14px;
    left:2px;
}
.nav>ul>li ul li:hover a:before{
    background: url("../images/spirts.png") no-repeat 0 -41px;
    left:5px;
}

.nav>ul>li ul li:last-child {
    width: 300px;
    height: 85px;
    border: 1px solid #000;
    box-sizing: border-box;
    padding-left: 0;
    margin-top: -20px;
    overflow: hidden;
}
.nav>ul>li ul img{
    width: 100%;
    height: 100%;
    transition: transform 1s;
}
.nav>ul>li ul li:last-child:hover img{
    transform: scale(1.15,1.15);
}


.banner{
    width: 100%;
    min-width: 1200px;
    height:460px;
}
.main_visual{
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height:460px;
    overflow:hidden;
    position:relative;
    z-index:0;
}
.main_image{
    width: 1920px;
    height:460px;
    position: absolute;
    left:50%;
    margin-left: -960px;
}
.main_image li{
    display: block;
    width: 100%;
    height: 460px;
}
.main_image li img{
    width: 100%;
    height: 100%;
}
.main_image li>p{
    width: 1200px;
    height: 60px;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left:50%;
    margin-left: -600px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
}
.main_image li>p a{
    display: block;
    width: 85%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    font-size: 18px;
    text-indent: 2em;
    color: #fff;
}
.main_image li>p a:hover{
    text-decoration: underline;
}
.flicking_con{
    position:absolute;
    bottom:5%;
    right:50%;
    margin-right: -580px;
    z-index:1;
    width: 130px;
    height:15px;
    text-align: center;
}
.flicking_con a{
    float:left;
    display: inline-block;
    width:15px;
    height:15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin:0 5px;
    background:#fff;
}
.flicking_con a.on{background: #0070B6;}
#btn_prev,#btn_next{
    z-index:2;
    position:absolute;
    display:block;
    width:61px!important;
    height:60px!important;
    top:50%;
    margin-top:-30px;
    display:none;
}
#btn_prev{
    background:url(../images/spirts.png) no-repeat 0 -78px;
    left:20%;
}
#btn_next{
    background:url(../images/spirts.png) no-repeat -81px -78px;
    right:20%;
}






.mainBody{
    width: 1200px;
    margin: 0 auto 0;
    padding: 20px 0 60px;
}
.mainBody:after{
    content: '';
    display: table;
    clear: both;
}
.mainBody>div{
    margin-bottom: 30px;
}
.first_part{
    height: 131px;
}
.second_part{
    height: 555px;
}
.third_part{
    height: 440px;
}
.fourth_part{
    height: 210px;
}
.fifth_part{
    height: 370px;
}
.sixth_part{
    height: 220px;
}




.moving{
    width: 100%;
    height: 131px;
    position: relative;
}
.moving .move_btn a{
    display: block;
    width: 21px;
    height: 131px;
    position: absolute;
    top:0;
    cursor: pointer;
}
.move_btn a.disable_prev{
    background: url("../images/spirts.png") no-repeat -1px -175px;
    left:0;
}
.move_btn a.disable_next{
    background: url("../images/spirts.png") no-repeat -32px -175px;
    right:0;
}
.move_btn a.prev{
    background: url("../images/spirts.png") no-repeat -65px -175px;
    left:0;
}
.move_btn a.next{
    background: url("../images/spirts.png") no-repeat -95px -175px;
    right:0;
}
.move_list{
    width: 1200px;
    height: 131px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.move_list ul{
    position: absolute;
    left: 0;
    top:0;
}
.move_list ul li{
    float: left;
    display: block;
    width: 288px;
    height: 131px;
    background: url("../images/bg_hover.png") no-repeat 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 16px;
    text-align: center;
    position: relative;
    -webkit-transition: all .4s ease-in-out .3s;
    -moz-transition: all .4s ease-in-out .3s;
    -ms-transition: all .4s ease-in-out .3s;
    -o-transition: all .4s ease-in-out .3s;
    transition: all .4s ease-in-out .3s;
}
.move_list ul li:last-child{
	margin-right: 0;
}
.move_list ul li a{
    display: block;
    font-size: 16px;
    padding-top: 90px;
    -webkit-transition: all .4s ease-in-out .4s;
    -moz-transition: all .4s ease-in-out .4s;
    -ms-transition: all .4s ease-in-out .4s;
    -o-transition: all .4s ease-in-out .4s;
    transition: all .4s ease-in-out .4s;
}
.move_list ul li:hover a{
    -webkit-transition: all .4s ease-in-out .2s;
    -moz-transition: all .4s ease-in-out .2s;
    -ms-transition: all .4s ease-in-out .2s;
    -o-transition: all .4s ease-in-out .2s;
    transition: all .4s ease-in-out .2s;
    color: #fff;
}
.move_list ul li a:before{
    content: '';
    display: block;
    width: 66px;
    height: 66px;
    position: absolute;
    top:18px;
    left:50%;
    margin-left: -32px;
    -webkit-transition: all .4s ease-in-out .2s;
    -moz-transition: all .4s ease-in-out .2s;
    -ms-transition: all .4s ease-in-out .2s;
    -o-transition: all .4s ease-in-out .2s;
    transition: all .4s ease-in-out .2s;
    background: url("../images/1.png") no-repeat 0 0;
}
.move_list ul li:hover a:before{
    -webkit-transition: all .4s ease-in-out .2s;
    -moz-transition: all .4s ease-in-out .2s;
    -ms-transition: all .4s ease-in-out .2s;
    -o-transition: all .4s ease-in-out .2s;
    transition: all .4s ease-in-out .2s;
   
	 background: url("../images/1.png") no-repeat -68px 0;
}
.move_list ul li:nth-child(2) a:before{
    background: url("../images/2.png") no-repeat 0 0;
}
.move_list ul li:nth-child(2):hover a:before{
	background: url("../images/2.png") no-repeat -68px 0;
}
.move_list ul li:nth-child(3) a:before{
    background: url("../images/3.png") no-repeat 0 0;
}
.move_list ul li:nth-child(3):hover a:before{
    background: url("../images/3.png") no-repeat -68px 0;
}
.move_list ul li:nth-child(4) a:before{
    background: url("../images/4.png") no-repeat 0 0;
}
.move_list ul li:nth-child(4):hover a:before{
	background: url("../images/4.png") no-repeat -68px 0;
    
}
.move_list ul li:nth-child(5){
	margin-right: 0;
}
.move_list ul li:nth-child(5) a:before{
    background: url("../images/5.png") no-repeat 0 0;
}
.move_list ul li:nth-child(5):hover a:before{
    background: url("../images/5.png") no-repeat -68px 0;
}
.move_list ul li:nth-child(6) a:before{
    background: url("../images/6.png") no-repeat -68px 0;
}
.move_list ul li:nth-child(6):hover a:before{
    background: url("../images/6.png") no-repeat 0 0;
}


    

.move_list ul li:hover{
    background-position: 0 -133px;
    -webkit-transition: all .4s ease-in-out .3s;
    -moz-transition: all .4s ease-in-out .3s;
    -ms-transition: all .4s ease-in-out .3s;
    -o-transition: all .4s ease-in-out .3s;
    transition: all .4s ease-in-out .3s;
}



.columnName{
    height: 60px;
    line-height: 60px;
    position: relative;
    border-bottom: 1px solid #9F9F9F;
}
.columnName a{
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding-left: 48px;
}
.columnName a:before{
    display: block;
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    top:13px;
    left:3px;
    transition: transform 1s;
}
.columnName:hover a{
    color: #0070B6;
}
.columnName:hover a:before{
    transform: scale(1.2,1.2);
}

.column_top{
    display: block;
    width: 100%;
    height: 5px;
}
    
.dynamics{
    width: 480px;
}
.dynamics .columnName a:before{
    background: url("../images/spirts.png") no-repeat -267px -5px;
}
.dynamics ul li{
    height: 95px;
    padding: 15px 0 14px;
    border-bottom: 1px solid #E2E2E2;
}
.dynamics ul li:last-child{
    border-bottom: none;
}
.dynamics ul li>a{
    display: block;
    width: 130px;
    height: 95px;
    overflow: hidden;
}
.dynamics ul li>a img{
    width: 100%;
    height: 100%;
    transition: transform 1s;
}
.dynamics ul li>a:hover img{
    transform: scale(1.15,1.15);
}
.dynamics ul li div{
    width: 68%;
}
.dynamics ul li div>a{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
}
.dynamics ul li div>p{
    width: 100%;
    height: 46px;
    line-height: 23px;
    overflow: hidden;
    font-size: 14px;
    color: #8F8F8F;
    text-align: justify;
    padding-top: 8px;
}
    
.pic_news{
    width: 690px;
    height: 555px;
}
.slider{
    width: 690px;
    height: 445px;
    position: relative;
}
.slider img{
    display: block;
    width: 100%;
    height: 445px;
}
.slider .fcon{
    width: 100%;
    height: 445px;
}
.slider div.slider_content{
    width: 96%;
    padding-left: 4%;
    height: 110px;
    background: #353132;
    position: absolute;
    bottom: -110px;left: 0;
}
.slider div.slider_content>a:first-child{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    overflow: hidden;
    font-size: 18px;
    padding: 20px 0 10px;
}
.slider div.slider_content>a:hover{
    text-decoration: underline;
}
.slider div.slider_content>a.more{
    display: block;
    color: #fff;
    position: relative;
}
.slider div.slider_content>a.more:after{
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url("../images/spirts.png") no-repeat -681px 0;
    position: absolute;
    top:-3px;
    left:70px;
}
.slide_circle{
    z-index: 10;
    position: absolute;
    right: 4%;
    margin-left: -60px;
    bottom: -18%;
    width: 100px;
}
.slide_circle li{
    float: left;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.slide_circle li.current{
    background: #a40000;
}
.slider .fcon{display: none;}





    

.notice{
    width: 480px;
}
.notice .columnName a:before{
    background: url("../images/spirts.png") no-repeat -373px -5px;
}
.notice ul{
    margin-top: 15px;
}
.notice ul li{
    height: 70px;
    margin-bottom: 20px;
}

.notice ul li a{
    display: block;
    width: 80%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
    text-align: justify;
    padding-top: 10px;
}
.notice ul li div.tabInfo a{
    display: block; height: 50px;
    line-height: 25px;  overflow: hidden;
    margin-bottom: 15px;
}

.notice ul li div.time{
    width: 75px;height: 70px;
    text-align: center;
    color: #666;
    border: 1px solid #666;
    box-sizing: border-box;
    font-weight: bold;
}
.notice ul li div.time p.day{
    font-size: 30px;
    line-height:40px;
    padding-top: 3px;
}
.notice ul li div.time p.month{
    font-size: 12px;
}
.notice ul li:hover div.time{
    color: #0070B6;
    border: 1px solid #0070B6;
}

    
.demeanor{
    width: 690px;
}
.demeanor .columnName a:before{
    background: url("../images/spirts.png") no-repeat -319px -5px;
}
.demeanor ul li div{
    width: 78%;
}




.fourth_part ul li{
    float: left;
    width: 380px;
    height: 210px;
    margin-right: 30px;
    overflow: hidden;
}
.fourth_part ul li:last-child{
    margin-right: 0;
}


li.effect-apollo {
    position: relative;
    margin: 0;
}
li.effect-apollo span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: scale3d(3.5,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(3.5,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
li.effect-apollo:hover span::before {
    -webkit-transform: scale3d(3.5,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(3.5,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.fourth_part img{
    width: 100%;
    height: 100%;
}



.fifth_part>div{
    float: left;
    display: block;
    width: 380px;
    height: 370px;
}
.fifth_part>div{
    margin-right: 30px;
}
.fifth_part .columnName,.sixth_part .columnName,.seventh_part .columnName{
    border-top: 2px solid #707070;
}
.fifth_part .columnName:before,.sixth_part .columnName:before,.seventh_part .columnName:before{
    content: '';
    display: block;
    width: 140px;
    height: 2px;
    background: #0070B6;
    position: absolute;
    top:-2px;
    left:0;
}
.fifth_part>div:last-child{
    margin-right: 0;
}
.fifth_part>div:first-child .columnName a:before{
    background: url("../images/spirts.png") no-repeat -425px -5px;
}
.fifth_part>div:nth-child(2) .columnName a:before{
    background: url("../images/spirts.png") no-repeat -477px -5px;
}
.fifth_part>div:last-child .columnName a:before{
    background: url("../images/spirts.png") no-repeat -527px -5px;
}
.fifth_part>div ul{
    margin-top: 20px;
}
.fifth_part ul li{
    height: 35px;
    font-size: 15px;
    position: relative;
}
.fifth_part ul li a{
    display: inline-block;
    width: 95%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 15px;
    padding-left: 5%;
}
.fifth_part ul li span{
    line-height: 32px;
}
.fifth_part ul li a:before{
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background: #BFBFBF;
    position: absolute;
    top:15px;
    left:1px;
}
.fifth_part ul li:hover a{
    color: #0070B6;
}
.fifth_part ul li:hover a:before{
    background: #0070B6;
}




.sixth_part .columnName a:before{
    background: url("../images/spirts.png") no-repeat -570px -7px;
}
.sixth_part ul li{
    float: left;
    display: block;
    width: 282px;
    height: 125px;
    background: #eeeeee;
    margin:30px 15px 0 5px;
    border-top-left-radius: 40px;
    -webkit-border-top-left-radius: 40px;
    -moz-border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-bottom-right-radius: 40px;
    text-align: center;
    position: relative;
}
.sixth_part ul li:last-child{
    margin-right: 5px;
}

.sixth_part ul li a{
    display: block;
    padding-top:75px;
    font-size: 18px;
}
.sixth_part ul li a:before{
    content: '';
    display: block;
    width: 48px;
    height: 42px;
    position: absolute;
    top:25px;
    left:50%;
    margin-left: -23px;
}
.sixth_part ul li:first-child a:before{
    background: url("../images/spirts.png") no-repeat -174px -75px;
}
.sixth_part ul li:nth-child(2) a:before{
    background: url("../images/spirts.png") no-repeat -237px -75px;
}
.sixth_part ul li:nth-child(3) a:before{
    background: url("../images/spirts.png") no-repeat -304px -78px;
}
.sixth_part ul li:last-child a:before{
    background: url("../images/spirts.png") no-repeat -380px -79px;
}
.sixth_part ul li:hover{
    background: #0071B7;
    -moz-box-shadow:6px 2px 0 0 #969696;
    -webkit-box-shadow:6px 2px 0 0 #969696;
    box-shadow: 6px 2px 0 0 #969696;
    -webkit-transition: all .4s ease-in-out .2s;
    -moz-transition: all .4s ease-in-out .2s;
    -ms-transition: all .4s ease-in-out .2s;
    -o-transition: all .4s ease-in-out .2s;
    transition: all .4s ease-in-out .2s;
}
.sixth_part ul li:hover a{
    color: #fff;
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -ms-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
}
.sixth_part ul li:hover a:before{
    -webkit-transition: all .4s ease-in-out .2s;
    -moz-transition: all .4s ease-in-out .2s;
    -ms-transition: all .4s ease-in-out .2s;
    -o-transition: all .4s ease-in-out .2s;
    transition: all .4s ease-in-out .2s;
}
.sixth_part ul li:first-child:hover a:before{
    background: url("../images/spirts.png") no-repeat -174px -125px;
}
.sixth_part ul li:nth-child(2):hover a:before{
    background: url("../images/spirts.png") no-repeat -237px -125px;
}
.sixth_part ul li:nth-child(3):hover a:before{
    background: url("../images/spirts.png") no-repeat -304px -129px;
}
.sixth_part ul li:last-child:hover a:before{
    background: url("../images/spirts.png") no-repeat -380px -129px;
}



.seventh_part .columnName a:before{
    background: url("../images/spirts.png") no-repeat -615px -9px;
}
.seventh_part ul{
    margin-top: 15px;
}
.seventh_part ul li{
    float: left;
    display: block;
    min-width: 215px;
    padding-left: 25px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    position: relative;
}
.seventh_part ul li a{
    font-size: 16px;
}
.seventh_part ul li a:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #9b8f8f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top:15px;
    left:7px;
}
.seventh_part ul li:hover a:before{
    background: #0070B6;
}
.seventh_part ul li:hover a{
    color: #0070B6;
}







.column_content{
    margin-top: 10px;
    margin-bottom: 0;
    background: #fff;
}
.column_content:after{
    content: '';
    display: table;
    clear: both;
}

.left_nav{
    width:315px;
    float: right;
}
.left_nav_bg{
    width: 308px;
    margin: 7px 0 0 7px;
    background: #f3eff0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow:-7px -7px 0 0 #a0110d;
    -moz-box-shadow:-7px -7px 0 0 #a0110d;
    box-shadow: 7px -7px 0 0 #a0110d;
}
.left_nav_bg>div{
    padding: 18px;
}
.left_nav_bg h3{
    height: 55px;
    line-height: 55px;
    text-indent: 1em;
    font-size: 24px;
    color: #0070B6;
}
.left_nav_bg ul{
    padding:5px 0 40px;
}
.left_nav_bg ul:after{
    content: '';
    display: table;
    clear: both;
}
.left_nav_bg ul>li{
    float: left;
    display: block;
    width: 95px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    margin:0 8px;
    border-bottom: 1px dotted #918788;
    position: relative;
}
.left_nav_bg ul>li a{
    line-height: 45px;
    font-size: 15px;
    display: block;
}
.left_nav_bg ul>li a:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #dad4d4;
    position: absolute;
    left:3px;
    top:19px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.left_nav_bg ul>li.active a:before{
    background: #0070B6;
}
.left_nav_bg ul>li:hover a:before{
    background: #0070B6;
}
.left_nav_bg ul>li.active>a{
    color: #0070B6;
}

.hotInfo{margin-top: 10px;}
.hotInfo .columnName{
    height: 70px;
    line-height: 70px;
    border-bottom: 3px solid #dfdfdf;
}
.hotInfo .columnName a{
    padding-left: 60px;
    font-size: 20px;
    font-weight: normal;
    color: #0070B6;
}
.hotInfo .columnName a:before{
    width: 43px;
    height: 43px;
    background: url("../images/spirts.png") no-repeat -151px -175px;
}
.hotInfo ul li{
    height: 75px;
    padding: 10px 0 15px;
    border-bottom: 1px dotted #B6B6B6;
}
.hotInfo ul li p{
    padding-left: 30px;
    height: 25px;
    line-height: 25px;
    color: #666;
    position: relative;
}
.hotInfo ul li p:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/spirts.png") no-repeat -220px -175px;
    position: absolute;
    top:2px;
    left:2px;
}

.hotInfo ul li a{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-size: 15px;
    text-align: justify;
    color: #666;
}
.hotInfo ul li a:hover{
    color: #0070B6;
}



.right_content{
    width:840px;
    padding-right: 10px;
}
.column_name{
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #D8D8D8;
}
.column_name>div:first-child{
    height: 40px;
    line-height: 40px;
}
.column_name>div:first-child a{
    color: #666;
}
.column_name h3{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: 500;
}
.column_name>div a:hover{
    color: #0070B6;
}



.right_content ul{margin-bottom: 20px;}
.right_content .column_list ul{margin-top: 15px;}
.right_content .column_list ul li{
    height: 35px;line-height: 35px;
    position: relative;
    font-size: 16px;
}
.right_content .column_list ul li a{
    display: inline-block;
    width: 80%;
    height: 35px;line-height: 35px;
    overflow: hidden;
    padding-left:25px;
    font-size: 16px;
    position: relative;
}
.right_content .column_list ul li:hover{
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.right_content .column_list ul li:hover a{
    color: #0070B6;
}
.right_content .column_list ul li:hover span{
    color: #0070B6;
}
.right_content .column_list ul li a:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #cecece;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 13px;  left: 3px;
}
.right_content .column_list ul li:hover a:before{
    background: #0070B6;
}




.column_list .column_introInfo{
    width:98%;
    margin:20px auto 70px;
}

    
    
    
    





.news_list ul li{
    height: 140px;
    padding: 25px 0;
    border-bottom: 1px solid #D4D4D4;
}
.news_list ul li>a{
    display: block;
    width: 230px;
    height: 140px;
    overflow: hidden;
}
.news_list ul li>a img{
    width: 230px;
    height: 140px;
    transition: transform 1s;
}
.news_list ul li>a:hover img{
    transform: scale(1.15,1.15);
}
.news_list ul li div{
    width: 70%;
    height: 140px;
    position: relative;
}
.news_list ul li div>a:first-child{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 18px;
}
.news_list ul li div p{
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #666;
    margin: 10px 0 25px;
    text-align: justify;
}
.news_list ul li div span{
    color: #666;
    padding-left: 30px;
}
.news_list ul li div span:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/spirts.png) no-repeat -220px -175px;
    position: absolute;
    bottom: 10px;
    left: 2px;
}



.notice_list ul{
    margin-top: 20px;
}
.notice_list li{
    height: 95px;
    padding: 10px 0;
    border-bottom: 1px solid #D4D4D4;
}
.notice_list ul li div:first-child{
    display: block;
    width: 88%;
    height: 95px;
}
.notice_list ul li div:first-child a{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 8px;
}
.notice_list ul li div:first-child p{
    width: 100%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    color: #666;
    text-align: justify;
}

.notice_list ul li div.time{
    width: 70px;
    text-align: center;
    color: #666;
    position: relative;
}
.notice_list ul li div.time p.day{
    font-size: 33px;
    line-height:45px;
}
.notice_list ul li div.time:after{
    content: '';
    display: block;
    width: 1px;
    height: 75px;
    border: 1px solid #C2C2C2;
    box-sizing: border-box;
    position: absolute;
    top:9px;
    right:-10px;
}





.teacher_list li{
    float: left;  display: block;
    width:175px;height:225px;
    margin: 30px 50px 0;
    text-align: center;
}
.teacher_list ul:after{
    content: '';
    display: table;
    clear: both;
}
.teacher_list li>a img{
    width: 175px;height: 175px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow:1px 1px 3px 1px #969696;
    -moz-box-shadow:1px 1px 3px 1px #969696;
    box-shadow:1px 1px 3px 1px #969696;
    transition: transform 1s;
}
.teacher_list li:hover>a img{
    transform: scale(1.1,1.1);
}
.teacher_list li a.teach_name{
    display: block;
    font-size: 18px;
    width: 100%;
    height: 30px;
    margin-top: 15px;
}
.teacher_list li:hover a.teach_name{
    color: #0070B6;
}


.zt_list ul:after{
    content: '';
    display: table;
    clear: both;
}
.zt_list ul{
    margin-top: 20px;
}
.zt_list li{
    float: left;
    display: block;
    width: 380px;
    height: 255px;
    margin: 10px 20px;
}
.zt_list li>a:first-child{
    display: block;
    width: 380px;
    height: 210px;
    overflow: hidden;
}
.zt_list li img{
    width: 380px;
    height: 210px;
}
.zt_list li>a:last-child{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 18px;
}

.zt_list li>a.effect-apollo1 {
    position: relative;
    margin: 0;
}
.zt_list li>a.effect-apollo1 span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: scale3d(3.5,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(3.5,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.zt_list li>a.effect-apollo1:hover span::before {
    -webkit-transform: scale3d(3.5,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(3.5,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}




.search_list ul li{
    border-bottom:1px dotted  #ddd;
    padding: 10px 0 15px;
}
.search_list ul li a{
    display: inline-block;
    width: 80%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
    padding-left: 3%;
    position: relative;
}
.search_list ul li span{
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}
.search_list ul li p{
    width: 97%;
    padding-left: 3%;
    text-align: justify;
    color: #999;
}
.right_content .search_list ul li a:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #cecece;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 3px;
}
.right_content .search_list ul li:hover a{
    color: #0070B6;
}
.right_content .search_list ul li:hover span{
    color: #0070B6;
}
.right_content .search_list ul li:hover a:before{
    background: #0070B6;
}


/* 
.detail_content{
    position:relative;
}
.detail_content .detail_title{
    margin-top:15px;
}
.detail_content .detail_title h3{
    width: 840px;
    height: 56px;
    line-height:28px;
    overflow: hidden;
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    top:-78px;
    left:0;
}
.detail_content .detail_title p{
    color: #666;
    font-size: 12px;
}
.detail_title p span.clock{
    padding-left: 30px;
    position: relative;
}
.detail_title p span.clock:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/spirts.png) no-repeat -220px -175px;
    position: absolute;
    top: -2px;
    left: 2px;
}
.detail_title p span.click{
    padding-left: 30px;
    position: relative;
}
.detail_title p span.click:before{
    content: '';
    display: block;a
    width: 22px;
    height: 14px;
    background: url(../images/spirts.png) no-repeat -255px -175px;
    position: absolute;
    top: 1px;
    left: 2px;
}
.detail_content .detail_contentInfo{
    margin:30px 0 70px;
    color: #000;
    font-family: '宋体';
}

    
    
    
    

.detail_content img {
    max-width: 100%;
    height: auto;
} */





.footer{
    width: 100%;
    min-width: 1200px;
    height: 375px;
    background:url("../images/footer_bg.jpg") no-repeat top center;
}
.footer>div{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.footer_nav{
    height: 190px;
}
.footer_nav>a{
    display: inline-block;
    width: 280px;
    height: 130px;
    padding: 30px 0;
    background: #D1CFD0;
    text-align: center;
}

.footer_nav>ul>li{
    float: left;
    display: block;
    width: 230px;
    height: 140px;
    padding: 25px;
    background: #D1CFD0;
    margin-left: 25px;
}
.footer_nav>ul>li>a{
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}
.footer_nav>ul>li li{
    float: left;
    display: block;
    width: 115px;
    height: 30px;
    line-height: 30px;
}
.footer_nav>ul>li li a{
    color: #5C5A5B;
}
.footer_nav>ul>li li:hover a{
    color: #0070B6;
    text-decoration: underline;
}
.footer>div>div:last-child{
    height: 120px;
    padding-top: 30px;
}
.footer>div>div:last-child>p{
    width: 50%;
    padding-top: 10px;
    text-indent: 1em;
}
.footer>div>div:last-child ul li{
    float: left;
    width: 104px;
    height: 130px;
    margin-left: 10px;
    text-align: center;
}
.footer>div>div:last-child ul li img{
    width: 98px;
    height: 98px;
}
.footer>div>div:last-child ul li p{
    padding-top: 8px;
}
.footer_bottom{
    width: 100%;
    min-width: 1200px;
    height: 45px;
    line-height: 45px;
    background: #0070B6;
}
.footer_bottom a{
    color: #fff;
}
.footer_bottom>div{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    text-indent: 1em;
}









.left_nav_b{
    width: 100px;
    padding: 35px 25px;
    background: #a2100f;
    -webkit-border-top-left-radius: 50px;
    -moz-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff;
}
.left_nav_b h3{
    font-size: 24px;
    padding-bottom: 20px;
}
.left_nav_b ul li{
    width: 80%;
    margin: 2px auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.left_nav_b ul li.active{
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.left_nav_b ul li.active a{
    color: #a2100f;
}
.left_nav_b ul li:hover{
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.left_nav_b ul li:hover a{
    color: #a2100f;
}
.left_nav_b ul li a{
    color: #fff;
    font-size: 16px;
}




.right_content_b{
    width: 1010px;
}
.column_name_b{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #D8D8D8;
}
.column_name_b h3{
    font-size: 25px;
    font-weight: normal;
}
.banner_list ul{
    margin: 20px 0;
}
.banner_list ul:after{
    content: '';
    display: table;
    clear: both;
}
.banner_list ul li{
    float: left;
    display: block;
    width: 475px;
    height: 270px;
    border-bottom: 1px solid #ddd;
    margin: 20px 15px;
    position: relative;
}
.banner_list ul li>a:first-child{
    display: block;
    width: 475px;
    height: 190px;
    position: relative;
    overflow: hidden;
}
.banner_list ul li img{
    width: 475px;
    height: 190px;
}
.banner_list a.banner_title{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
    margin-top: 15px;
    text-align: justify;
}
.banner_list li div{
    width: 65px;
    height: 65px;
    background: rgba(0,0,0,.4);
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top:15px;
    left:15px;
    color: #CDCDcd;
    text-align: center;
}
.banner_list li div .day1{
    display: block;
    line-height: 30px;
    margin-top: 5px;
    font-size: 24px;
}
.banner_list li div .month1{
    font-size: 12px;
}
.banner_list li:hover div{
    color: #fff;
    -webkit-transition: all .4s ease-in-out .1s;
    -moz-transition: all .4s ease-in-out .1s;
    -ms-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
}
.effect-bubba {
    background: #9e5406;
}
.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.effect-bubba:hover img {
    opacity: 0.8;
}
.effect-bubba span::before,
.effect-bubba span::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    transition: opacity 0.35s, transform 0.5s;
}
.effect-bubba span::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.effect-bubba span::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.effect-bubba:hover span::before,
.effect-bubba:hover span::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.detail_pic{
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
    position: relative;
}
.detail_pic img{
    width: 100%;
    height: 100%
}
.right_content_b .detail_title h3{
    top:-93px;
}
.right_content_b .detail_title div{
    width: 150px;
    position: absolute;
    right:10px;
    top:0;
    line-height: 25px;
}
.right_content_b .detail_title div p{
    margin-bottom: 15px;
    color: #BB290C;
    font-size: 14px;
}
.right_content_b .detail_title div span{
    display: block;
    color: #333;
}
.right_content_b .detail_contentInfo{
    width: 800px;
    min-height: 280px;
}


/*浮窗*/
.float-left{
    position: absolute;
    top: 700px;
    left: 20px;
}

.new-stu,
.ybApp_hover,
.starsky_hover,
.weChat_hover,
.qq_hover,
.blog_hover{
    position: absolute;
    left: 40px;
    cursor: pointer;
}

/*新生手册*/
.new-stu{
    top: 460px;
}

/*易班App*/
.ybApp_hover{
    top: 600px;
}

.ybApp, .starsky, .weChat, .qq, .blog{
    position: absolute;
    top: -55px;
    right: -190px;
    z-index: 99;
    display: none;
}
.ybApp_hover:hover .ybApp,
.starsky_hover:hover .starsky,
.weChat_hover:hover .weChat,
.qq_hover:hover .qq,
.blog_hover:hover .blog{
    display: block;
    animation: zoomIn .5s;
}

/*星空迎新群*/
.starsky_hover{
    top: 720px;
}

/*微信公众号*/
.weChat_hover{
    top: 855px;
}

/*小星QQ*/
.qq_hover{
    top: 985px;
}

/*星空微博*/
.blog_hover{
    top: 1130px;
    left: 50px;
}

span.close{
    position: absolute;
    top: -15px;
    right: 0;
    font-size: 30px;
    font-weight: bold;
    cursor:pointer;
    z-index: 100;
}