@charset "gb2312";
.banner .gp-img-responsive{padding-bottom: 28%;}

.content{ padding-top: 62px;}
.row01{ overflow: hidden;}
.mode01,.mode03{ width: 51.4%; float: left;}
.mode01 .gp-img-responsive{ padding-bottom: 61.589%; }
.mode01 .slick{ position: relative;}
.mode01 .slick .slick-slide::after{ content: ''; display: block; width: 100%; height: 98px; position: absolute; bottom: 0; background: url(../images/mode01_bottom.png) repeat-x; background-position: top;}
.slick-list{ }
.mode01 .title{ position: absolute; bottom: 18px; left: 30px; color: #fff; z-index: 99; width: 70%;}
.slick-dots{ position: absolute; bottom: 22px; right: 0; margin-right: 34px; }
.slick-dots li{ width: 7px; height: 7px; float: left; background-color: #fff; border-radius: 4px; margin-left: 9px; transition: all 0.3s ease;}
.slick-dots .slick-active{ width: 25px;}
.slick-dots button{ display: none;}

.mode02,.mode04{ width: 45.25%; float: right;}
.channelTitle{ overflow: hidden; padding-bottom: 24px; border-bottom: 1px solid #bdbdbd; position: relative;}
.channelTitle::before{ content: ''; display: block; width: 126px; height: 4px; background-image: linear-gradient( to top, #0b529f, #1a7dd9); background-image: -o-linear-gradient( to top, #0b529f, #1a7dd9); background-image: -moz-linear-gradient( to top, #0b529f, #1a7dd9); background-image: -webkit-linear-gradient( to top, #0b529f, #1a7dd9); position: absolute; bottom: 0; left: 0;}
.channelTitle .gp-fl{ line-height: 24px; padding-left: 35px; font-weight: bold; position: relative;}
.channelTitle .gp-fl::before{ content: ''; display: block; width: 26px; height: 25px; background: url(../images/book_icon.png) no-repeat; background-size: cover; background-position: center; position: absolute; left: 0; top: 0;}
.channelTitle .more{ line-height: 24px;}
.channelTitle .more a{ color: rgba(51, 51, 51, 0.7); }

.mode02 ul{ margin-top: 36px;}
.mode02 li{ margin-bottom: 34px; padding-left: 18px; position: relative;}
.mode02 li::before{ content: ''; display: block; width: 3px; height: 3px; background-color: #333; position: absolute; left: 0; top: 50%;}
.mode02 li:last-child{ margin-bottom: 0px;}
.mode02 li a{ transition: all 0.3s ease;}
.mode02 li:hover a{ text-indent: 0.3em;}

/* row02 */
.row02{ margin-top: 65px; overflow: hidden; padding-bottom: 57px;}
.mode03 .channelTitle .gp-fl::before{ background: url(../images/notice_icon.png) no-repeat;}
.mode04 .channelTitle .gp-fl::before{ background: url(../images/links_icon.png) no-repeat; width: 29px; height: 30px;}
.notice{ margin-top: 41px; background-color: #f8fbff; padding: 67px 29px 28px 38px; border-radius: 6px; position: relative;}
.notice::before{ content: ''; display: block; width: 100%; height: 10px; background-color: #ebf2f8; border-radius: 6px; position: absolute; top: -6px; left: 0; z-index: -1;}
.notice a{display: block; line-height: 18px; margin-bottom: 30px;}
.notice li:last-child a{ margin-bottom: 0px;}
.notice li:first-child::before,.notice li:first-child::after{ content: ''; display: block; width: 7px; height: 33px; background: url(../images/notice_bg.png) no-repeat; background-position: center; background-size: cover; position: absolute; top: 7px; left: 30%;}
.notice li:first-child::after{ left: 70%;}

.common{ margin-top: 13px; margin-left: -11.5px; margin-right: -11.5px; overflow: hidden;}
.common li{ width: 33.3%; height: 166px; overflow: hidden; float: left; margin-top: 25px; position: relative;}
.common a{ display: block; height: 100%; background-color: #f8fbff; margin: 0 6.92%; padding-top: 31px; padding-bottom: 31px;}
.common li:nth-of-type(1) a{ padding-top: 35px;}
.common li:nth-of-type(2) a{ padding-top: 34px;}
.common li:nth-of-type(3) a{ padding-top: 33px;}
.common li:nth-of-type(5) a{ padding-top: 25px;}
.linkIcon{ text-align: center; position: absolute; left: 50%; transform: translateX(-50%);}
.linkName{ text-align: center; margin-top: 89px;}
.common li:nth-of-type(4) .linkName{ margin-top: 79px;}
/* 妫ｆ牠銆夌敮鍝ユ暏闁剧偓甯村ǎ璇插閺佸牊鐏� */
.common li .ewm{ position: absolute; width: 100%; left: 0; top: -6%; transform: rotateY(90deg); z-index: 999; transition: all 0.3s ease-in-out;}
.common li:hover .ewm{ transform: rotateY(0deg);}
a:hover .dimg img{animation: tada .6s 0s ease both; -webkit-animation: tada .6s 0s ease both; -moz-animation: tada .1s .2s ease both;}
/* 閹舵牕濮╅崝銊ф暰 */
@keyframes tada {
    0%{transform:scale(1);}
    10%{transform:scale(1) rotate(-3deg);}
    30%{transform:scale(1.1) rotate(3deg);}
    50%{transform:scale(1.1) rotate(-3deg);}
    70%{transform:scale(1.1) rotate(3deg);}
    90%{transform:scale(1.1) rotate(-3deg);}
    100%{transform:scale(1) rotate(0);}}
@-webkit-keyframes tada{
    0%{-webkit-transform:scale(1);}
    10%{-webkit-transform:scale(1) rotate(-3deg);}
    30%{-webkit-transform:scale(1.1) rotate(3deg);}
    50%{-webkit-transform:scale(1.1) rotate(-3deg);}
    70%{-webkit-transform:scale(1.1) rotate(3deg);}
    90%{-webkit-transform:scale(1.1) rotate(-3deg);}
    100%{-webkit-transform:scale(1) rotate(0);}}
@-moz-keyframes tada{
    0%{-moz-transform:scale(1);}
    10%{-moz-transform:scale(1) rotate(-3deg);}
    30%{-moz-transform:scale(1.1) rotate(3deg);}
    50%{-moz-transform:scale(1.1) rotate(-3deg);}
    70%{-moz-transform:scale(1.1) rotate(3deg);}
    90%{-moz-transform:scale(1.1) rotate(-3deg);}
    100%{-moz-transform:scale(1) rotate(0);}}
/* 閸欏秷娴�+闂傤亞鍎婇崝銊ф暰 */
@keyframes flipInY {
    0%{transform:perspective(400px) rotateY(90deg);
        opacity:0;}
    40%{transform:perspective(400px) rotateY(-10deg);}
    70%{transform:perspective(400px) rotateY(10deg);}
    100%{transform:perspective(400px) rotateY(0deg);
    opacity:1;}}
@-webkit-keyframes flipInY{
    0%{-webkit-transform:perspective(400px) rotateY(90deg);
        opacity:0;}
    40%{-webkit-transform:perspective(400px) rotateY(-10deg);}
    70%{-webkit-transform:perspective(400px) rotateY(10deg);}
    100%{-webkit-transform:perspective(400px) rotateY(0deg);
    opacity:1;}}
@-moz-keyframes flipInY{
    0%{-moz-transform:perspective(400px) rotateY(90deg);
        opacity:0;}
    40%{-moz-transform:perspective(400px) rotateY(-10deg);}
    70%{-moz-transform:perspective(400px) rotateY(10deg);}
    100%{-moz-transform:perspective(400px) rotateY(0deg);
    opacity:1;}}


/* 閸濆秴绨插蹇旂壉瀵拷 */
@media screen and (max-width:1600px){
    
}

@media screen and (max-width:1480px) {
    
}

@media screen and (max-width:1400px) {
    
}

@media screen and (max-width:1280px) {
    
}

@media screen and (max-width:1200px) {
    .content{ padding-top: 40px;}
    .mode02 ul{ margin-top: 5%;}
    .mode02 li{ margin-bottom: 5%;}
    .notice a{ margin-bottom: 6%;}
    .common li{ height: 160px;}
}

@media screen and (max-width:1100px) {
    .notice a{ margin-bottom: 6.5%;}
}
@media screen and (max-width:1080px) {
    .notice a{ margin-bottom: 7.3%;}
}

@media screen and (max-width:1024px) {
    
}

@media screen and (max-width:997px) {
    .mode01,.mode02,.mode03,.mode04{ width: 100%;}
    .notice a{ margin-bottom: 7.5%;}
    .mode02 li{ margin-bottom: 3.5%;}
    .mode02,.mode04{ margin-top: 30px;}
    .row02{ margin-top: 50px;}
    .notice a{ margin-bottom: 5%;}
}

@media screen and (max-width:768px) {
    .slick-dots{ margin-right: 15px;}
}

@media screen and (max-width:680px) {
    
}

@media screen and (max-width:540px) {
    .common li{ width: 50%;}
    .notice .date,.mode02 .date { float: none; margin-bottom: 5px;}
    .mode01 .slick .slick-slide::after{ height: 60px;}
    .slick-dots{ display: none;}
    .mode01 .title{ width: 85%;}
}

@media screen and (max-width:414px) {
    .common li{ width: 100%;}
    .gp-container{ margin-left: 0; margin-right: 0;}
    .notice{ padding: 67px 15px 28px 15px;}
}

@media screen and (max-width:320px) {
    
}
