/*CSSæ ·å¼é‡å†™*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
    background: #F1F1F1 url(../images/climpek.png) repeat;}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
    }
a:hover{
    color: #1477E2;
    text-decoration:none;}
input,button{
    outline:0;}
img{
    vertical-align: middle;
    border: 0;
    transition: .3s;}
.goTop {position: fixed;bottom: 20px;right:50%;margin-right:-650px;z-index: 99;width:50px;height:50px;background: url(../images/icon_gotop.png) no-repeat center center #1a69b8;}
.goTop:hover{background:url(../images/icon_gotop.png) no-repeat center center #60a3ee;}

/*é€šç”¨æ ·å¼*/
.lf{
    float: left;}
.rt{
    float: right;}
.active{
    display: block;}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;}

/*å¤´éƒ¨*/
.header{
    height: 178px;
    position: relative;
    border-top: 12px solid #0075E1;
    border-bottom: 2px solid #ddd;
    background: -webkit-linear-gradient(#fff, #F1F1F1); /* safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fff, #F1F1F1); /* opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fff, #F1F1F1); /* firefox 3.6 - 15 */
    background: linear-gradient(#fff, #F1F1F1);
    }
.header .container>img{
    margin-top: 25px;
    animation: zoomIn 1s;}
.header p{
    position: absolute;
    top: 20px;
    font-size: 16px;
    right: 0;
    }
.search{
    position: absolute;
    top: 55px;
    right: 0;}
input[type='text']{
    height: 38px;
    line-height: 38px;
    width: 260px;
    padding: 0 30px 0 10px;
    border: none;
    background: #fff;
    border-radius: 5px;
    box-shadow: -1px -1px 1px #EAEAEA,1px -1px 1px #EAEAEA;}
input[type='submit']{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 40px;
    border: none;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center center;
    animation: zoomIn 1s;}
/*å¯¼èˆªæ */
.nav{
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-top: 20px;
    z-index: 9;
    background-color: #0694e4;
    }
.menu>li{
    float: left;
    width: 150px;
    position: relative;}
.menu>li>a{
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: white;
    }
.menu>li:hover>a{
    color: #0075e1;
    background: #fafafa;
    text-decoration: none;}
.menu>li:after{
    content: '';
    position: absolute;
    top: 0;
    right: -4px;
    width: 8px;
    height: 49px;
    background: url(../images/nav_line.png) no-repeat;}
.menu>li:first-child{
    width: 150px;}
.menu>li:last-child:after{
    display: none;}
.sub-menu{
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    background: #1A69B8;
    z-index: 99;
    display: none;}
.sub-menu li a{
    display: block;
    color: #fff;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #eee;}
.sub-menu li a:hover{
    background: #FE4B04;
    text-decoration: none;}

.section{
    min-height: 600px;}
.section .container{
    background: #fff;}
.title{
    height: 40px;
    line-height: 40px;
    padding-top: 10px;
    margin: 30px 0 20px;
    border-top: 3px solid #DDD;}
.title h1{
    font-size: 24px;
    padding-left: 42px;
    position: relative;
    }
.title h1:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 32px;
    height: 28px;
    background: url(../images/news.png) no-repeat;}
.title a{
    color: #1477E2;
    }
.title h1:hover:before{
    animation: pulse 1s;}
.title .lf span{
    padding-left: 5px;
    color: #999;
    font-size: 16px;
    font-weight: normal;}
.title a.rt:hover{
    font-weight: bold;}

.link .tit{
    height: 50px;
    line-height: 50px;
    margin: 15px auto;
    }
.link .tit h1{
    font-size: 24px;
    padding-left: 42px;
    position: relative;
    }
.link .tit h1:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 32px;
    height: 28px;
    background: url(../images/ico_link.png) no-repeat;
    }
.link .tit a{
    color: #ffffff;
    }
.link .tit h1:hover:before{
    animation: pulse 1s;}
.link .tit .lf span{
    padding-left: 5px;
    color: #999;
    font-size: 16px;
    font-weight: normal;}
.link .tit a.rt:hover{
    font-weight: bold;}


/*å¹»ç¯ç‰‡*/
.slider{
    height: 400px;
    }
.slideBox{
    width:100%;
    margin: 0 auto;
    overflow:hidden;
    position:relative;
    text-align: center;}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom:15px;
    z-index:1;
    display: none;}
.slideBox .hd ul{
    width: 100%;
    text-align: center;}
.slideBox .hd ul li{
    margin:0 5px;
    width:12px;
    height:12px;
    background:#eee;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;}
.slideBox .hd ul li.on{
    background:#E50112;}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;}
.slideBox .bd img{
    display:inline-block;}
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:2%;
    top:50%;
    margin-top:-20px;
    display:block;
    width:32px;
    height:40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter:alpha(opacity=50);
    opacity:0.5;}
.slideBox .next{
    left:auto;
    right:2%;
    background-position:8px 5px;}
.slideBox .prev:hover,
.slideBox .next:hover{
    filter:alpha(opacity=100);
    opacity:1;}
.banner{
    height: 350px;
}
.bannerbox{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.bannerbox img{
    width: 100%;
}
/*æ–°é—»èµ„è®¯*/
.news{
    width: 100%;
    overflow: hidden;}
.albumBox{
    float: left;
    width: 588px;
    height: 371px;
    overflow:hidden;
    position:relative;}
.albumBox .hd{
    position:absolute;
    right: 0;
    bottom: 15px;
    width: 110px;
    z-index:1;}
.albumBox .hd ul{
    float: right;
    margin-right: 6px;}
.albumBox .hd ul li{
    margin:0 4px;
    width:12px;
    height:12px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;}
.albumBox .hd ul li.on{
    background: #981111;}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;}
.albumBox .bd img{
    display:inline-block;
    width: 588px;
    height: 371px;}
.albumBox .bd li>a{
    display: block;
    position: relative;}
.albumBox .bd li p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    padding: 0 110px 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: rgba(0,0,0,.5);}
.albumBox .bd li p a{
    color: #fff;}
.albumBox .bd li p a:hover{
    color: #1A69B8;}

.news-box{
    float: right;
    width: 572px;
    padding-top: 3px;}

/*æœåŠ¡å¹³å°*/
.platform .title h1:before{
    top: 8px;
    width: 31px;
    height: 25px;
    background-image: url(../images/plateform.png);}
.platform ul{
    margin: 0 -5px 10px;
    overflow: hidden;}
.platform ul li{
    float: left;
    width: 232px;
    height: 140px;
    margin: 0 5px;
    background: #0082DA;}
.platform ul li a{
    display: block;
    position: relative;
    height: 100%;
    padding: 0 15px;
    color: #fff;
    font-size: 18px;
    text-align: center;}
.platform ul li span{
    display: block;
    line-height: 70px;}

.platform ul li.platform-2 {
    background: #65CA03;}
.platform ul li.platform-3 {
    background: #FD9A0C;}
.platform ul li.platform-4 {
    background: #00C3DA;}
.platform ul li.platform-5 {
    background: #E51E56;}

.platform ul li:hover img{
    animation: zoomIn .5s;}
.platform ul li:hover p{
    animation: slideInUp .5s;
    text-decoration: underline;}

/*é€šçŸ¥å…¬å‘Š*/
.notice{
    float: left;
    width: 580px;}
.notice .title h1:before{
    top: 8px;
    width: 29px;
    height: 23px;
    background-image: url(../images/notice.png);}


/*ä¸‹è½½ä¸­å¿ƒ*/
.guide{
    float: right;
    width: 580px;}
.guide .title h1:before{
    top: 7px;
    width: 31px;
    height: 28px;
    background-image: url(../images/05.png);}

.common-list{
    min-height: 224px;
    }
.common-list li{
    font-size: 16px;
    margin-bottom: 16px;}
.common-list li p{
    position: relative;
    padding: 0 30px 0 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}
.common-list li p:before{
    content: '>';
    position: absolute;
    top: 0;
    left: 0;
    color: #0A9DE9;
    font-weight: bold;
    font-family: 'å®‹ä½“';}
.common-list li span{
    color: #666;}
.common-list li a:hover{
    text-decoration: underline;}

/*å°¾éƒ¨*/
.footer{
    color: #ffffff;
    margin-top: 0px;
    background: #1A69B8;
    min-height: 170px;
    }
.footer p{
    line-height: 20px;
    font-size: 19px;
    text-align: center;
    padding: 0px 0 0px;
    margin: 25px 0px 0px 0px;
    color: white;
    }

.link{
    margin: 20px 0px 0px;
    background-color: #0694e4;
    height: 80px;
    }
.link:after{
    content: '';
    display: block;
    clear: both;}
.link ul{
}


.link ul li{
    position: relative;
    float: left;
    width: 177px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    }

.link ul li a{
    color: #fff;
    font-size: 18px;
    }
.link ul li a:hover{
    color: #ffea00;}

/*å·¦ä¾§å¯¼èˆª*/
.aside{
    float: left;
    width: 220px;
    background: #F1F1F1;
    position: relative;
    /*min-height: 600px;*/
    margin-top: 15px;}
.aside ul{}
.aside p{
    position: relative;
    color: #fff;
    font-size: 24px;
    padding: 15px 0 15px 60px;
    background: #0075e1;
    }
.aside ul li{
    background: #DEDEDE;
    border-bottom: 1px solid #F1F1F1;}
.aside ul li a{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding-left: 60px;}
.aside ul li a:hover{
    text-decoration: none;}
.aside ul li.on a{
    background: #D0D1D3;
    border-right: 4px solid #6cbcff;}

/*å³ä¾§åˆ—è¡¨*/
.column{
    float: right;
    width: 980px;
    min-height: 600px;
    margin-top: 15px;}
.bread{
    height: 60px;
    line-height: 60px;
    margin-left: 30px;
    font-size: 16px;
    border-bottom: 2px solid #ddd;}
.column .common-list{
    margin: 15px 15px 10px 30px;}
.column .common-list li{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 0;}
.column .common-list li a{
    text-decoration: none;}
.column .common-list li:hover{
    background: #F1F1F1;}
.column .common-list li p:before{}

/*è¯¦æƒ…é¡µ*/
.detail{
    margin: 20px 0px 20px 30px;
    }

.dy{width:auto;margin-left: 0;}

.detail .tit {
    text-align: center;
    margin: 0px 0;
}

.detail .tit h7 {
    font-size: 26px;
    color: #000000;
    padding: 0;
    line-height: 33px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.detail .tit h8 {
    font-size: 20px;
    color: #000000;
    padding: 0;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 20px;

}

.detail .tit h9 {
    font-size: 12px;
    color: #000000;
margin-left:20px
}

.detail .tit h9 span+span {
    margin-left: 10px;
}

.detail .text p {
    font-size: 16px !important;
    color: #000000 !important;
    line-height: 32px !important;
    margin-bottom: 12px !important;
    font-family: 宋体;
}

.detail .text p span {
    font-family: 宋体;

}
.space{
    height:1px;
    background-color:black;
    margin-top:10px;
}
.detail .fanye {
    width: 100%;
    border: 0px solid #f4f4f4;
    float: left;
    height: 88px;
    margin-top: 0;
}

.detail .fanye p {
    font-size: 16px;
    line-height: 40px;
    height: 41px;
    width: 100%;
    margin-left: 0px;
}

.detail .fanye p+p {
    border-top: 1px solid #f4f4f4;
}

.detail .fanye p a {
    color: #000;
    font-family: 宋体;
}

.detail .fanye p:hover a {
    transition: 0.56s;
    color: #ac1313;
    margin-left: 5px;
}


.caption{
    margin: 30px 0;
    text-align: center;}
.caption h1{
    font-size: 24px;
    font-weight: normal;}
.caption p{
    margin-top: 10px;
    color: #666;}
.caption p span{
    margin-right: 10px;}
.content{
    min-height: 300px;}

#vsb_content_4 p{font-size: 18px !important;}

/*ç®€ä»‹é¡µ*/
.profile{
    margin: 15px;
    min-height: 300px;
    }
.profile h2{
    margin: 10px 0;
    text-align: center;
    font-size: 26px;
    }
.profile p{
    font-size: 18px !important;
    color: #333;
    text-indent: 2em;
    line-height: 30px !important;
    margin: 10px 0;
    }

.profile img,.con_box video{
    max-width: 100%;
    height: auto !important;
    margin: 30px auto !important;
    display: block;}

/*animation*/
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);}

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);}

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);}
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);}

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);}

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);}
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;}


@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);}

    50% {
        opacity: 1;}
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);}

    50% {
        opacity: 1;}
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;}

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);}
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;}

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);}
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;}

.list-box{
    margin: 30px 0 30px 30px;
    padding: 0 15px;
    min-height: 200px;
    border: 1px solid #ddd;
    border-top: 2px solid #1A69B8;}
.list-box:last-child{
    margin-bottom: 0;}
.headline{
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    border-bottom: 1px dashed #DEDEDE;}
.headline h3{
    color: #1A69B8;
    font-size: 18px;}
.list-box .common-list{
    margin: 10px 0;}
.list-box .common-list li{
    height: 40px;
    line-height: 40px;}
.list-box .common-list li:last-child{
    border-bottom: none;}

/*æœç´¢ç»“æžœé¡µ*/
.search-list{
    margin: 30px 0 30px 30px;}
.search-list li{
    margin-bottom: 25px;}
.search-list li h3{
    font-size: 18px;}
.search-list li p{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin: 10px 0 5px;
    color: #666;}
.search-list li span{
    color: #999;}