/* HAKIM */
.loading-sw
{
    font-size: 10px;

    position: absolute;
    z-index: -1; 
    top: 60%;
    left: 50%;

    display: block;

    width: 50px;
    height: 50px;
    margin-left: -25px;

    animation: spinner 700ms infinite linear;

    border-top: 1px solid rgba(0, 0, 0, .08);
    border-right: 1px solid rgba(0, 0, 0, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    border-left: 1px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
}
@media (max-width: 435px)
{
    .loading-sw
    {
        width: 40px;
        height: 40px;
        margin-left: -20px;
    }
}

@keyframes spinner
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}
body
{
    min-width: 1180px;
}
.matrix .matrix-desc .link-left{
    position: absolute;
    left: 42px;
    top: 122px;
    z-index: 16;
    display: block;
    width: 150px;
    height: 458px;
}
.matrix .matrix-desc .link-center{
    position: absolute;
    left: 116px;
    /* right: 10px; */
    top: 144px;
    z-index: 14;
    display: block;
    width: 370px;
    height: 272px;
}
#lightbox-image{
    max-width: 100%;
}
.matrix .matrix-desc .link-right{
    position: absolute;
    right: 45px;
    top: 122px;
    z-index: 16;
    display: block;
    width: 145px;
    height: 458px;
}
.main
{
    /* text */
}
.main ul,
.main li
{
    float: none;
}
.main .pull-left
{
    float: left;
}
.main .pull-right
{
    float: right;
}
.main .banner-box
{
    position: relative;
    z-index: 8;
}
.main .banner-box .banner
{
    width: 100%;
    height: 500px;

    background-position: center center;
}
.main .left-public-box
{
    width: 232px;
}
.main .left-public-box .nav-title
{
    font-size: 22px;
    line-height: 68px;

    position: relative;
    z-index: 10; 

    height: 68px;
    margin-top: -68px;
    padding-left: 18px;

    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #365187;
}
.main .left-public-box .nav-title .e-title
{
    font-size: 14px;

    position: relative;
    top: 3px;

    padding-left: 5px;

    text-transform: uppercase; 

    color: #fff;
}
.main .left-public-box .link-box .titleleft
{
    font-size: 16px;
    line-height: 60px;

    display: block;

    width: 100%;
    height: 60px;
    margin-bottom: 1px;

    cursor: pointer; 

    color: #555;
    background-color: #eee;
}
.main .left-public-box .link-box .titleleft .text
{
    width: 173px;
    padding-left: 18px;
}
.main .left-public-box .link-box .titleleft .icon
{
    width: 40px;
    height: 60px;

    border-left: 1px solid #fff;
    background: url(../img/left-icon.png) no-repeat center center;
}
.main .left-public-box .link-box .titleleft.open
{
    margin-bottom: 0;

    color: #0092dc; 
    background-color: #eee;
     background: url(/skin/new/img/navleft.png) no-repeat left center;	 
 
}
.main .left-public-box .link-box .titleleft.open .icon
{
    background: url(../img/left-icon2.png) no-repeat center center;
}
.main .left-public-box .link-box .titleleft.open:hover .icon
{
    background: url(../img/left-icon2.png) no-repeat center center;
}
.main .left-public-box .link-box .titleleft:hover
{
    color: #039; 
    background-color: #0092dc;
}
.main .left-public-box .link-box .titleleft:hover .icon
{
    background: url(../img/left-icon3.png) no-repeat center center;
}
.main .left-public-box .link-box .hide-box
{
    display: none;
}

.main .left-public-box .link-box .hide-box .hide-box2{
	display: none;
}

.main .left-public-box .link-box .hide-box .link
{
    font-size: 14px;
    line-height: 42px;

    display: block;

    height: 42px;

    color: #555;
    border-bottom: 1px solid #eee;
    background-color: #fcfcfc;
    text-align: center;
}
.main .left-public-box .link-box .hide-box .link.icon{
    background: url(../img/left-icon.png) no-repeat right 13px center;
    cursor: pointer;
}
.main .left-public-box .link-box .hide-box .link.icon.open{
	background: url(../img/left-icon2.png) no-repeat right 13px center;
	background-color: #eee;
}

.main .left-public-box .link-box .hide-box .link.link2{
     font-size: 16px;
     text-align: left;
}
.main .left-public-box .link-box .hide-box .link.link2 .text{
    
    padding-left: 35px;
}
.main .left-public-box .link-box .hide-box .link:hover,
.main .left-public-box .link-box .hide-box .link.cur
{
    color: #365187;
}
.main .left-public-box .link-box .hide-box .link .text
{
    
}
.jiguang{
    padding-top: 20px;
}
.jiguang a{

    font-size: 14px;
    color: #666;
    text-align: center;
}
.jiguang a:hover{
    color: #365187;
}
.main .left-public-box .news-hot
{
    padding-top: 50px;
}
.main .left-public-box .news-hot .titleleft
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    padding-bottom: 8px;

    color: #365187; 
    border-bottom: 1px solid #dadada;
}
.main .left-public-box .news-hot .cont
{
    display: block;
 }
.main .left-public-box .news-hot .cont:hover .news-title
{
    color: #365187;
}
.main .left-public-box .news-hot .cont .news-title
{
    font-size: 14px;
    font-weight: normal;

    padding: 12px 0 8px;

    color: #333;
}
.main .left-public-box .news-hot .cont .text
{
    font-size: 14px;
    line-height: 24px;

    color: #8e8e8e;
}
.main .left-public-box .news-hot .cont .time-box
{
    padding-top: 8px;
}
.main .left-public-box .news-hot .cont .time-box .time
{
    font-family: Arial;
    font-size: 14px;

    color: #c6c6c6;
}
.main .left-public-box .news-hot .cont .time-box .more
{
    font-size: 12px;

    padding-right: 14px;

    color: #365187;
    background: url(../img/news-hot-icon.png) no-repeat right 6px;
}
.main .bread-c
{
    font-size: 14px;

    padding: 14px 0;

    text-align: right;

    color: #5d5d5d;
}
.main .bread-c .home
{
    padding-left: 18px;

    background: url(../img/bread-c-icon.png) no-repeat left center;
}
.main .bread-c .arrow
{
    padding: 0 2px;
}
.main .bread-c a
{
    color: #5d5d5d;
}
.main .bread-c a:hover
{
    color: #365187;
}
.main .right-public-box
{
    width: 922px;
    padding-bottom: 50px;
}
.main .right-public-box .container
{
    font-size: 14px;
    line-height: 24px;

    min-height: 700px;
    padding: 45px 32px 84px;

    color: #333; 
    border: 1px solid #ededed;
}

.main .right-public-box .containerimp
{
    font-size: 14px;
    line-height: 24px;

    min-height: 700px;
    padding: 25px 12px 44px;

    color: #333; 
    border: 1px solid #ededed;
}
.main .right-public-box .container .no-data
{
    font-size: 14px;

    text-align: center;

    color: #9e9e9e;
}
.main .right-public-box .container .titleleft
{
    font-size: 22px;
    font-weight: normal;

    padding-bottom: 24px;

    text-align: center;

    color: #365187;
}
.main .right-public-box .container img
{
    line-height: 0; 

    max-width: 100%;
}
.main .right-public-box .container .page
{
    padding-top: 38px;
}
.main.about .banner-box .banner
{
    width: 100%;
    height: 350px;

    background-position: center center;
}
.main.honor .container
{
    overflow: hidden;
}
.main.honor .container .honor-box
{
    width: 876px;
    margin-left: -18px;
}
.main.honor .container .honor-box .list
{
    width: 274px;
    margin: 0 0 18px 18px;
}
.main.honor .container .honor-box .list img
{
    display: block;

    width: 274px;
    height: 195px;
}
.main.honor .container .honor-box .list .text
{
    font-size: 16px;
    line-height: 24px;

    padding: 10px 0;

    text-align: center;

    color: #333;
}
.main.strength .scroll-box
{
    position: relative;

    padding-top: 100px;
}
.main.strength .scroll-box .left,
.main.strength .scroll-box .right
{
    position: absolute;
    top: 650px;

    width: 25px;
    height: 42px;

    cursor: pointer;
    transition: background-position .3s; 

    background: url(../img/certificate-btn.png) no-repeat 0 center;
}
.main.strength .scroll-box .left
{
    left: -10px;

    background: url(../img/certificate-btn.png) no-repeat 0 center;
}
.main.strength .scroll-box .left:hover
{
    background-position: -88px center;
}
.main.strength .scroll-box .right
{
    right: -10px;

    background: url(../img/certificate-btn.png) no-repeat -425px center;
}
.main.strength .scroll-box .right:hover
{
    background-position: -332px center;
}
.main.strength .scroll-box #scrollPics
{
    overflow: hidden; 

    width: 774px;
    margin: 0 auto;
}
.main.strength .scroll-box #scrollPics .slider li
{
    width: 774px;

    text-align: center;
}
.main.strength .scroll-box #scrollPics .slider li .img-box
{
    line-height: 390px;
}
.main.strength .scroll-box #scrollPics .slider li .img-box img
{
    max-width: 100%;
    max-height: 390px;
}
.main.strength .scroll-box #scrollPics .slider li .text
{
    font-size: 18px;
    line-height: 24px;

    padding-top: 26px;

    color: #365187;
}
.main.strength .scroll-box .scroll-btn
{
    overflow: hidden; 

    width: 774px;
    margin: 0 auto;
    padding-top: 60px;
}
.main.strength .scroll-box .scroll-btn .num li
{
    line-height: 138px;

    width: 180px;
    margin-right: 16px;
}
.main.strength .scroll-box .scroll-btn .num li.cur img
{
    border-color: #ccc;
}
.main.strength .scroll-box .scroll-btn .num li img
{
    max-width: 100%;
    max-height: 138px; 

    border: 4px solid #fff;
}
.main.rd .container
{
    padding-right: 25px;
}
.main.rd .container .rd-wrap
{
    overflow: hidden; 

    width: 888px;
}
.main.rd .container .rd-wrap .list
{
    display: block;

    width: 234px;
    height: 110px;
    margin: 0 20px 20px 0;
    padding: 20px;

    border-radius: 16px;
    background-color: #eee;
}
.main.rd .container .rd-wrap .list:hover
{
    background-color: #f4d294;
}
.main.rd .container .rd-wrap .list .rd-title
{
    font-size: 16px;
    line-height: 24px;

    color: #555;
}
.main.rd .container .rd-wrap .list .number
{
    font-size: 16px;
    line-height: 24px;

    color: #555;
}
.main.rd .container .rd-wrap .list .time
{
    font-family: Arial;
    font-size: 14px;

    color: #a3a3a3;
}
.main.contact .map-wrap
{
    position: relative;
}
.main.contact .map-wrap .map
{
    width: 100%;
    height: 410px;
}
.main.contact .map-wrap .map .BMap_cpyCtrl
{
    display: none;
}
.main.contact .map-wrap .addr-msg
{
    position: absolute;
    top: 24px;
    right: 26px;

    width: 290px;
    height: 310px;
    padding: 50px 30px 0;

    background: url(../img/map-addr-bg.png);
}
.main.contact .map-wrap .addr-msg .map-title
{
    font-size: 22px;
    font-weight: normal;

    margin-bottom: 14px;
    padding-bottom: 18px;

    color: #365187;
    background: url(../img/map-title-bg.jpg) no-repeat left bottom;
}
.main.contact .map-wrap .addr-msg .text
{
    font-size: 14px;
    line-height: 32px;

    color: #666;
}
.main.contact .branch-wrap
{
    padding-top: 54px;
}
.main.contact .branch-wrap .addr-list
{
    margin-left: -8px;
}
.main.contact .branch-wrap .addr-list .list
{
    width: 326px;
    height: 130px;
    margin: 0 0 22px 24px;
    padding: 30px 36px;

    border: 1px solid #f6f6f6; 
    background-color: #fbfbfb;
}
.main.contact .branch-wrap .addr-list .list .branch-title
{
    font-size: 16px;
    font-weight: bold;

    margin-bottom: 14px;
    padding-bottom: 16px;

    color: #333; 
    border-bottom: 1px solid #e7e7e7;
}
.main.contact .branch-wrap .addr-list .list .text
{
    font-size: 14px;

    color: #6e6e6e;
}
.main.wisdom .container
{
    padding-top: 24px;
}
.main.wisdom .container .btn-box
{
    padding-bottom: 12px;

    border-bottom: 1px solid #ccc;
}
.main.wisdom .container .btn-box .btn
{
    font-size: 18px;

    cursor: pointer; 

    color: #555;
}
.main.wisdom .container .btn-box .btn.cur
{
    color: #365187;
}
.main.wisdom .container .btn-box .line
{
    padding: 0 14px;

    color: #ccc;
}
.main.wisdom .container .titleleft
{
    padding-top: 42px;
}
.main.wisdom .container .list
{
    display: block;

    padding: 28px 0 24px;

    border-bottom: 1px solid #ccc;
}
.main.wisdom .container .list:hover .time-box .btn
{
    color: #fff; 
    background-color: #365187;
}
.main.wisdom .container .list .news-title
{
    font-size: 18px;
    font-weight: normal;

    padding-bottom: 18px;

    color: #365187;
}
.main.wisdom .container .list .text
{
    font-size: 14px;

    color: #555;
}
.main.wisdom .container .list .time-box
{
    padding-top: 20px;
}
.main.wisdom .container .list .time-box .time
{
    font-family: Arial;
    font-size: 14px;

    position: relative;
    top: 12px;

    color: #999;
}
.main.wisdom .container .list .time-box .btn
{
    font-size: 14px;

    padding: 5px 18px;

    color: #365187; 
    border: 1px solid #365187;
    border-radius: 4px;
}
.main.inter .container
{
    padding: 0;
}
.main.inter .container .list
{
    display: block;

    padding: 74px 0;
}
.main.inter .container.model .list .icon-box{
    width: 168px;
    margin: 0 42px;
    border-right: 1px solid #eee;
}

.main.inter .container.eco .list .inter-cont{
    height: 92px;
    overflow: hidden;
}
.main.inter .container .list .inter-cont{
    height: 95px;
}
.main.inter .container.model .list .inter-cont .text{
    padding-bottom: 15px;
    padding-top: 10px;
}
.main.inter .container.model .list.blue2-bg .icon-box{
    border-right: 1px solid #4a6393
}
.main.inter .container.model .list .icon-box{
    height: 96px;

}
.main.inter .container.model .list .inter-cont .btn{
    border: 1px solid #aaa;
    color: #aaa9a9;
}

.main.inter .container.sports{
    padding: 45px 30px 20px;
}
.main.inter .container.sports .img-box{
    position: relative;;
    width: 400px;
    height: 444px;
    margin: 0 15px 30px; 
    overflow: hidden;
}
.main.inter .container.sports .img-box.last{
    width: 829px;
}
.main.inter .container.sports .img-box .img{
    width: 400px;
    height: 444px;
}
.main.inter .container.sports .img-box.last .img{
    width: 829px;
}
.main.inter .container.sports .img-box .text-box{
    position: absolute;
    left: 0;
    top: 403px;
   
    width: 100%;
    background: url(../img/spo-bg.png);
}
.main.inter .container.sports .img-box .text-box .titleleft{
    padding: 10px 12px 2px;
    font-size: 18px;
    color: #f4d294;
    text-align: left;
}   
.main.inter .container.sports .img-box .text-box .text{
    padding: 0 12px 10px;
    font-size: 14px;
    color: #fff;
}
.main.inter .container.sports .img-box:hover .text-box{
    top: auto;
    bottom: 0;
}


.main.inter .container .list.red-bg
{
    background-color: #6d4f9d;
}
.main.inter .container .list.red-bg .icon-box .icon .text
{
    color: #fff;
}
.main.inter .container .list.red-bg .inter-cont .text
{
    color: #fff;
}
.main.inter .container .list.red-bg .inter-cont .btn
{
    color: #fff;
    border-color: #fff;
}
.main.inter .container .list.red-bg:hover .inter-cont .btn
{
    color: #6d4f9d;
    border: none;
    background-color: #fff;
}
.main.inter .container .list.blue-bg
{
    background-color: #365187;
}
.main.inter .container .list.blue-bg .icon-box .icon .text
{
    color: #fff;
}
.main.inter .container .list.blue-bg .inter-cont .text
{
    color: #fff;
}
.main.inter .container .list.blue-bg .inter-cont .btn
{
    color: #fff;
    border-color: #fff;
}
.main.inter .container .list.blue-bg:hover .inter-cont .btn
{
    color: #365187;
    border: none;
    background-color: #fff;
}
.main.inter .container .list.blue2-bg
{
    background-color: #5269aa;
}
.main.inter .container .list.blue2-bg .icon-box .icon .text
{
    color: #fff;
}
.main.inter .container .list.blue2-bg .inter-cont .text
{
    color: #fff;
}
.main.inter .container .list.blue2-bg .inter-cont .btn
{
    color: #fff;
    border-color: #fff;
}
.main.inter .container .list.blue2-bg:hover .inter-cont .btn
{
    color: #5269aa;
    border: none;
    background-color: #fff;
}
.main.inter .container .list.green-bg
{
    background-color: #52aa8a;
}
.main.inter .container .list.green-bg .icon-box .icon .text
{
    color: #fff;
}
.main.inter .container .list.green-bg .inter-cont .text
{
    color: #fff;
}
.main.inter .container .list.green-bg .inter-cont .btn
{
    color: #fff;
    border-color: #fff;
}
.main.inter .container .list.green-bg:hover .inter-cont .btn
{
    color: #52aa8a;
    border: none;
    background-color: #fff;
}
.main.inter .container .list .icon-box
{
    display: table; 

    width: 240px;
    height: 130px;

    text-align: center;
}
.main.inter .container .list .icon-box .icon
{
    display: table-cell;

    width: 100%;

    vertical-align: middle;
}
.main.inter .container .list .icon-box .icon img
{
    max-width: 100%;
}
.main.inter .container .list .icon-box .icon .text
{
    font-size: 20px;

    padding-top: 10px;

    color: #365187;
}
.main.inter .container .list .inter-cont
{
    width: 630px;
    height: 130px;
}
.main.inter .container .list .inter-cont .text
{
    font-size: 14px;
    line-height: 24px;

    padding-bottom: 28px;

    color: #444;
}
.main.inter .container .list .inter-cont .btn
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    width: 90px;
    height: 30px;

    text-align: center;

    color: #365187; 
    border: 1px solid #365187;
    border-radius: 6px;
}
.main.inter .container .list:hover .inter-cont .btn
{
    color: #fff;
    border: none;
    background-color: #365187;
}
.main.news .page
{
    padding-right: 14px;
}
.main.news .news-wrap .time-info
{
    font-size: 12px;

    padding-bottom: 30px;

    text-align: center;

    color: #999;
}
.main.news .news-wrap .list
{
    display: block;

    width: 360px;
    margin: 0 14px 20px;
    padding: 26px 20px;

    border-top: 3px solid #f3f3f3; 
    background-color: #f3f3f3;
}
.main.news .news-wrap .list:hover
{
    border-color: #365187;
}
.main.news .news-wrap .list .news-title
{
    font-size: 16px;

    padding-bottom: 18px;

    color: #333;
}
.main.news .news-wrap .list .img-box img
{
    display: block;

    width: 360px;
    height: 195px;
}
.main.news .news-wrap .list .text
{
    font-size: 14px;
    line-height: 24px;

    overflow: hidden;

    height: 96px;
    padding: 18px 0;

    color: #333;
}
.main.news .news-wrap .list .time
{
    font-size: 16px;
    font-weight: bold;

    color: #b5b5b5;
}
.main.news .page-info
{
    padding-top: 80px;
}
.main.news .page-info a
{
    display: block;

    color: #555;
}
.main.news .page-info .left a
{
    font-size: 14px;
    line-height: 28px;

    color: #555;
}
.main.news .page-info .left a:hover
{
    color: #365187;
}
.main.news .page-info .right
{
    padding: 3px 25px;

    border: 1px solid #365187;
    border-radius: 4px;
}
.main.news .page-info .right:hover
{
    color: #fff;
    background-color: #365187;
}
.main.join
{
    padding-bottom: 50px;
}
.main.join .page
{
    padding-top: 45px;

    text-align: center;
}
.main.join .container
{
    min-height: 700px;
    padding: 60px 42px 100px;

    border: 1px solid #ededed;
}
.main.join .container .welc-wrap .titleleft
{
    font-size: 22px;
    font-weight: normal;

    padding-bottom: 35px;

    text-align: center;

    color: #365187;
}
.main.join .container .welc-wrap .cont .img-box img
{
    max-width: 100%;
}
.main.join .container .welc-wrap .cont .text
{
    font-size: 14px;

    padding-top: 60px;

    text-align: center;

    color: #777;
}
.main.join .container .welc-wrap .link-box
{
    padding-top: 66px;

    text-align: center;
}
.main.join .container .welc-wrap .link-box a
{
    padding: 0 10px;
}
.main.join .container .jobs-wrap
{
    padding-top: 70px;
}
.main.join .container .jobs-wrap .list
{
    margin-bottom: 4px;
}
.main.join .container .jobs-wrap .list .jobs-title
{
    width: 100%;
    height: 40px;

    cursor: pointer;

    color: #555; 
    background-color: #eee;
}
.main.join .container .jobs-wrap .list .jobs-title .pull-left
{
    font-size: 16px;
    line-height: 40px; 

    padding-left: 26px;
}
.main.join .container .jobs-wrap .list .jobs-title .pull-right
{
    width: 40px;
    height: 40px;

    border-left: 1px solid #fff;
    background: url(../img/left-icon.png) no-repeat center center;
}
.main.join .container .jobs-wrap .list .jobs-title:hover
{
    color: #fff;
    background-color: #365187;
}
.main.join .container .jobs-wrap .list .jobs-title:hover .pull-right
{
    background: url(../img/left-icon3.png) no-repeat center center;
}
.main.join .container .jobs-wrap .list .jobs-title.cur
{
    color: #fff;
    background-color: #365187;
}
.main.join .container .jobs-wrap .list .jobs-title.cur .pull-right
{
    background: url(../img/left-icon2.png) no-repeat center center;
}
.main.join .container .jobs-wrap .list .hide-box
{
    font-size: 14px;

    display: none;

    padding: 20px 40px 30px;

    color: #555;
}
.main.join .container .jobs-wrap .list .hide-box .text
{
    padding-bottom: 26px;
}
.main.join .container .jobs-wrap .list .hide-box .btn
{
    font-size: 14px;

    padding: 5px 16px;

    color: #365187;
    border: 1px solid #365187;
    border-radius: 4px;
}
.main.join .container .jobs-wrap .list .hide-box .btn:hover
{
    color: #fff;
    background-color: #365187;
}
.main.invest .container
{
    min-height: 972px;
}
.main.invest .invest-wrap .list
{
    line-height: 42px; 

    display: block;

    height: 42px;
}
.main.invest .invest-wrap .list.bg
{
    background-color: #f6f6f6;
}
.main.invest .invest-wrap .list:hover .pull-left
{
    color: #365187;
}
.main.invest .invest-wrap .list .pull-left
{
    font-size: 16px;

    padding-left: 18px;

    color: #555;
}
.main.invest .invest-wrap .list .pull-right
{
    font-family: Arial;
    font-size: 16px;

    padding-right: 18px;

    color: #adadad;
}
.main.invest_edu .chart-box
{
    padding-top: 50px;
}
.main.invest_edu .chart-box .title-box
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    padding-bottom: 10px;

    color: #365187;
}
.main.invest_edu .chart-box .title-box .more
{
    font-size: 12px;
    font-weight: normal;

    color: #999;
}
.main.invest_edu .chart-box .title-box:hover .more
{
    color: #365187;
}
.main.invest_edu .chart-box .chart-img
{
    line-height: 0;

    border: 1px solid #d1d1d1;
}
.main.invest_edu .contact-box
{
    padding-top: 42px;
}
.main.invest_edu .contact-box .cont-title
{
    font-size: 16px;

    padding-bottom: 8px;

    color: #365187;
}
.main.invest_edu .contact-box .text
{
    padding: 10px 0;

    color: #555; 
    border-top: 1px solid #dadada;
}
.main.invest_edu .chain-box
{
    padding-top: 22px;
}
.main.invest_edu .chain-box a
{
    display: block;
    overflow: hidden; 

    width: 232px;
    height: 140px;
}
.main.invest_edu .chain-box a img
{
    width: 100%;

    transition: all .3s;
}
.main.invest_edu .chain-box a:hover img
{
    transform: scale(1.05);
}

/*# sourceMappingURL=style.css.map */
.calendar
{
    font-family: Tahoma;

    position: relative;

    float: left;

    padding: 10px; 

    border-width: 1px;
    border-style: solid;
    border-color: #85bee5 #3485c0 #3485c0 #85bee5;
    background: #fff;
}
.calendar dl,
.calendar dd
{
    font-size: 12px;
    line-height: 22px;

    width: 183px;
    margin: 0;
    padding: 0;
}
.calendar dt.title-date
{
    font-weight: 700;

    position: relative;

    display: block;

    margin-bottom: 5px;
    padding-bottom: 3px;

    border-bottom: 1px solid #e4e4e4;
}
.calendar dt
{
    float: left;

    width: 25px;
    margin-left: 1px;

    text-align: center;
}
.calendar dt.title-date
{
    width: 100%;
}
.calendar dd
{
    font-weight: 700;

    clear: both;

    width: 183px;
    height: 139px;
    margin: 0;

    background: url(http://images.cnblogs.com/cnblogs_com/NNUF/379856/o_bg.png) no-repeat;
}
.prevyear,
.nextyear,
.prevmonth,
.nextmonth
{
    position: absolute;
    top: 8px;

    overflow: hidden;

    height: 9px;

    cursor: pointer;
    text-indent: -999px;

    background: url(http://images.cnblogs.com/cnblogs_com/NNUF/379856/o_nextprv.png) no-repeat;
}
.prevyear
{
    left: 4px;

    width: 9px;
}
.prevmonth
{
    left: 20px;

    width: 5px;

    background-position: -9px 0;
}
.nextyear
{
    right: 5px;

    width: 9px;

    background-position: -19px 0;
}
.nextmonth
{
    right: 20px;

    width: 5px;

    background-position: -14px 0;
}
.calendar dd a
{
    float: left;
    overflow: hidden;

    width: 25px;
    height: 22px;
    margin: 1px 0 0 1px;

    text-align: center;
    text-decoration: none;

    color: blue;
}
.calendar dd a.disabled
{
    color: #999;
}
.calendar dd a.tody
{
    color: red;
}
.calendar dd a.on
{
    color: #fff;
    background: blue;
}
.calendar dd a.live
{
    cursor: pointer;
}
.input
{
    padding: 4px;

    border: 1px solid #ccc;
    background: url(http://images.cnblogs.com/cnblogs_com/NNUF/379856/o_nextprv.png) no-repeat right -18px;
}

.joinus_tb .error
{
    border: 1px solid #d70128;
}

.main.media .container.game{
    padding: 10px 20px 30px;
}
.main.media .container.game .list {
    display: block;
    padding: 10px 0;
}
.main.media .container.game .list .icon-box {
    width: 335px;
    height: 274px;
}
.main.media .container.game .list .icon-box .icon {
   
}
.main.media .container.game .clock-title h4{
    padding-top: 46px;
    padding-bottom: 22px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #365187;
}
.main.media .container.game .clock-title .text{
    padding-bottom: 16px;
    text-align: center;
    font-size: 18px;
    outline: #333;
}
.main.media .container.game .list .icon-box .icon img {
    width: 335px;
    height: 274px;
}
.main.media .container.game .list .icon-box .icon .text {
    font-size: 20px;
    padding-top: 10px;
    color: #365187;
}
.main.media .container.game .list .inter-cont {
    width: 506px;
    height: 130px;
    display: table;
}
.main.media .container.game .list .inter-cont .text {
    font-size: 14px;
    line-height: 24px;
    height: 120px;
    margin-bottom: 28px;
    overflow: hidden;
    color: #444;
}
.main.media .container.game .clock{
    display: block;
    padding: 30px;
}
.main.media .container.game .clock-btn{
    margin: 0 auto;
}
.main.media .container.game .list .inter-cont .btn,
.main.media .container.game .clock-btn {
    font-size: 14px;
    line-height: 30px;
    display: block;
    width: 90px;
    height: 30px;
    text-align: center;
    color: #365187;
    border: 1px solid #365187;
    border-radius: 6px;
}
.main.media .container.game .list .game-title{
    padding: 22px 0 15px;
    font-size: 18px;
    font-weight: normal;
    color: #365187;
}
.main.media .container.game .list:hover .inter-cont .btn,
.main.media .container.game .clock-btn:hover {
    color: #fff;
    border: none;
    background-color: #365187;
}
.inter3-imgbox{
    position: relative;
    width: 485px;
    margin: 0 auto;
}
.inter3-imgbox .inter3-link1{
    position: absolute;
    width: 106px;
    height: 40px;
    /*background-color: red;*/
    top: 66px;
    right: 130px;
}
.inter3-imgbox .inter3-link2{
   position: absolute;
   width: 106px;
   height: 40px;
   /*background-color: red;*/
   top: 120px;
   right: 60px;
}
.inter3-imgbox .inter3-link3{
    position: absolute;
    width: 106px;
    height: 40px;
    /*background-color: red;*/
    top: 175px;
    right: 130px;
}
.inter3-imgbox .inter3-link4{
   position: absolute;
   width: 106px;
   height: 40px;
   /*background-color: red;*/
   top: 175px;
   right: 248px;
}
.inter3-imgbox .inter3-link5{
    position: absolute;
    width: 106px;
    height: 40px;
    /*background-color: red;*/
    top: 120px;
    left: 60px;
}
.inter3-imgbox .inter3-link6{
   position: absolute;
   width: 106px;
   height: 40px;
   /*background-color: red;*/
   top: 66px;
   right: 247px;
    
}

/*.inter3-imgbox .inter3-link7{
    position: absolute;

}*/
.mpic-box{
    position: relative;
}
.mpic-box .mpic-link1{
    position: absolute;
    top: 29%;
    left: 45.51%;
    width: 167px;
    height: 44px;
/*    background-color: red;*/
}
.mpic-box .mpic-link2{
    position: absolute;
    top: 36.84%;
    left: 45.1%;
    width: 183px;
    height: 42px;
/*    background-color: red;*/
}
.mpic-box .mpic-link3{
    position: absolute;
    top: 45%;
    left: 38.2%;
    width: 108px;
    height: 38px;
/*    background-color: red;*/
}
.mpic-box .mpic-link4{
    position: absolute;
    top: 45%;
    left: 56%;
    width: 93px;
    height: 38px;
/*    background-color: red;*/
}
.mpic-box .mpic-link5{
    position: absolute;
   top: 58.9%;
   left: 26.1%;
   width: 78px;
   height: 36px;
/*    background-color: red;*/
}
.mpic-box .mpic-link6{
    position: absolute;
    top: 58.9%;
    left: 34.8%;
    width: 78px;
    height: 36px;
/*    background-color: red;*/
}
.mpic-box .mpic-link7{
    position: absolute;
    top: 58.9%;
    left: 43.6%;
    width: 78px;
    height: 36px;
/*    background-color: red;*/
}
.mpic-box .mpic-link8{
    position: absolute;
    top: 58.9%;
    left: 52.3%;
    width: 78px;
    height: 36px;
/*    background-color: red;*/
}
.mpic-box .mpic-link9{
    position: absolute;
    top: 58.9%;
    left: 60.9%;
    width: 78px;
    height: 36px;
/*    background-color: red;*/
}
.mpic-box .mpic-link10{
    position: absolute;
    top: 58.9%;
    left: 69.4%;
    width: 78px;
    height: 36px;
/*    background-color: red;*/
}
.mpic-box .mpic-link11{
    position: absolute;
   top: 69.74%;
   left: 29%;
   width: 138px;
   height: 41px;
/*    background-color: red;*/
}
.mpic-box .mpic-link12{
    position: absolute;
    top: 69.74%;
    left: 63.7%;
    width: 138px;
    height: 41px;
/*    background-color: red;*/
}
.mpic-box .mpic-link13{
    position: absolute;
    top: 76.14%;
    left: 44.51%;
    width: 206px;
    height: 38px;
/*    background-color: red;*/
}
.mpic-box .mpic-link14{
    position: absolute;
    top: 82.2%;
    left: 35%;
    width: 128px;
    height: 38px;
/*    background-color: red;*/
}
.mpic-box .mpic-link15{
    position: absolute;
    top: 82.2%;
    left: 58.2%;
    width: 128px;
    height: 38px;
/*    background-color: red;*/
}
.x-main
{
    opacity: 0;

    filter: alpha(opacity=0);
}.x-main .index
{
    position: relative;

    overflow: hidden;

    min-width: 1190px;
}.x-main .index .star
{
    position: absolute;
    z-index: 9;
    right: -200px;

    width: 108px;
    height: 65px;

    opacity: .9;
    background: url(../img/welc/index-star.png) no-repeat center center;
}.x-main .index .index-bg
{
    position: absolute;
    top: 50%;
    left: 50%;

    margin: -424px 0 0 -960px;
}.x-main .index .index-bg.bg1
{
    z-index: 6;

    margin: -526px 0 0 -560px;

    opacity: .5;
}.x-main .index .index-bg.bg2
{
    z-index: 5;

    opacity: 1;
}.x-main .index .box
{
    position: relative;

    overflow: hidden;

    height: 848px;
}.x-main .index .box .type
{
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;

    position: absolute;

    width: 60px;
    height: 52px;
    padding-top: 18px;

    transform: translate(0, -200px);
    text-align: center;

    opacity: 0;
    color: #fff;
    background: url(../img/welc/index-icon1.png) no-repeat center center;
}.x-main .index .box .type.type1
{
    top: 248px;
    right: 78px;
}.x-main .index .box .type.type2
{
    top: 129px;
    right: 68px;
}.x-main .index .box .type.type3
{
    top: 70px;
    right: 50px;
}.x-main .index .box .outer
{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    width: 1207px;
    height: 660px;
    margin: -330px 0 0 -603px;

    transform: scale(.4);

    opacity: 0;
    background: url(../img/welc/index-outer-bg.png) no-repeat center center;
}.x-main .index .box .outer .top-text
{   display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 58px;

    position: absolute;
    top: 34px;
    left: 50%;

    width: 255px;
    height: 58px;
    margin-left: -127px;

    transform: scale(0);
    text-align: center;

    opacity: 0;
    color: #fff;
    background: url(../img/welc/index-top-bg.png) no-repeat center center;
}
.x-main .index .box .outer .top-text:hover{
    background: url(../img/index-top-bg2.png) no-repeat center center;
}
.x-main .index .box .outer .btm-text:hover{
    background: url(../img/index-btm-bg2.png) no-repeat center center;
}

.x-main .index .box .outer .btm-text
{   display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 58px;

    position: absolute;
    bottom: 34px;
    left: 50%;

    width: 255px;
    height: 58px;
    margin-left: -127px;

    transform: scale(0);
    text-align: center;

    opacity: 0;
    color: #fff;
    background: url(../img/welc/index-btm-bg.png) no-repeat center center;
}.x-main .index .box .center
{
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;

    width: 856px;
    height: 423px;
    margin: -211.5px 0 0 -428px;

    transform: scale(.6);

    opacity: 0;
}.x-main .index .box .center .text
{   display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;

    position: absolute;

    width: 64px;

    text-align: center;

    color: #00bbec;
}
.x-main .index .box .center .text:hover{
    color: #fff;
}

.x-main .index .box .center .top-l
{
    position: absolute;
    top: 2.5px;
    left: 2px;

    width: 427px;
    height: 207px;

    opacity: .4;
    background: url(../img/welc/index-center-bg1.png) no-repeat left top;
}
.x-main .index .box .center .top-l.cur{
     background: url(../img/welc/index-center-bg1-1.png) no-repeat left top;
}
.x-main .index .box .center .top-l .text
{
    top: 95px;
    left: 134px;

    opacity: 0;
}.x-main .index .box .center .top-r
{
    position: absolute;
    top: 2.5px;
    right: 2px;

    width: 425px;
    height: 207px;

    opacity: .4;
    background: url(../img/welc/index-center-bg2.png) no-repeat right top;
}
.x-main .index .box .center .top-r.cur{
     background: url(../img/welc/index-center-bg2-1.png) no-repeat left top;
}

.x-main .index .box .center .top-r .text
{
    top: 95px;
    left: 224px;

    opacity: 0;
}.x-main .index .box .center .btm-l
{
    position: absolute;
    bottom: 2.5px;
    left: 2px;

    width: 427px;
    height: 211px;

    opacity: .4;
    background: url(../img/welc/index-center-bg3.png) no-repeat left bottom;
}
.x-main .index .box .center .btm-l.cur{
     background: url(../img/welc/index-center-bg3-1.png) no-repeat left top;
}

.x-main .index .box .center .btm-l .text
{
    top: 99px;
    left: 134px;

    opacity: 0;
}.x-main .index .box .center .btm-r
{
    position: absolute;
    right: 2px;
    bottom: 2.5px;

    width: 425px;
    height: 211px;

    opacity: .4;
    background: url(../img/welc/index-center-bg4.png) no-repeat right bottom;
}
.x-main .index .box .center .btm-r.cur{
     background: url(../img/welc/index-center-bg4-1.png) no-repeat left top;
}
.x-main .index .box .center .btm-r .text
{
    top: 99px;
    left: 224px;

    opacity: 0;
}.x-main .index .box .position
{
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 50%;
    border-radius: 165px;
    width: 513px;
    height: 302px;
    margin: -151px 0 0 -256px;

    transform: translate(455px, -288px) scale(.1);
}.x-main .index .box .inner
{
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 50%;

    width: 513px;
    height: 302px;
    margin: -151px 0 0 -256px;
    border-radius: 165px;
    transform: rotateX(80deg) rotateY(-12deg) rotateZ(38deg);

    background: url(../img/welc/index-inner-bg.png) no-repeat center center;
}.x-main .index .box .inner .text-box
{   display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;

    position: absolute;

    width: 68px;
    height: 68px;

    text-align: center;

    color: #fff;
    border: 3px solid #19c9f7;
    border-radius: 50%;
    background-color: #00bbec;
}
.x-main .index .box .inner .text-box:hover{
    border-color: #158de3;
    background-color: #1084dd;
}
.x-main .index .box .inner .text-box .line
{
    opacity: 0;
}.x-main .index .box .inner .text-box.text1
{
    top: 20px;
        left: 126px;
        height: 44px;
        padding-top: 24px;

    transform: translate(72px, 92px);
}.x-main .index .box .inner .text-box.text1 .line
{
    position: absolute;
    top: 60px;
    left: 53px;
    width: 17px;
    height: 19px;
    transform: rotate(31deg);
    background: url(../img/welc/index-line3.png) no-repeat center center;
}.x-main .index .box .inner .text-box.text2
{
    top: 198px;
    left: 118px;
    height: 44px;
    padding-top: 24px;

    transform: translate(95px, -74px);
}.x-main .index .box .inner .text-box.text2 .line
{
   position: absolute;
   top: -4px;
   left: 62px;
   width: 24px;
   height: 18px;

    background: url(../img/welc/index-line2.png) no-repeat center center;
}.x-main .index .box .inner .text-box.text3
{
    top: 149px;
    left: 356px;

    height: 44px;
    padding-top: 24px;

    transform: translate(-136px, -35px);
}.x-main .index .box .inner .text-box.text3 .line
{
    position: absolute;
    top: 16px;
    left: -46px;

    width: 43px;
    height: 13px;

    background: url(../img/welc/index-line3.png) no-repeat center center;
}.x-main .index .box .inner-center
{   display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;

    position: absolute;
    z-index: 13;
    top: 50%;
    left: 50%;

   width: 154px;
   height: 92px;
   margin: -80px 0 0 -80px;
   padding-top: 62px;

    text-align: center;

    color: #dea63c;
    border: 4px solid #082344;
    border-radius: 50%;
    background-color: #083861;
}
.x-main .index .box .inner-center .line{
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #082344;
    opacity: 0;
}
.x-main .index .box .inner-center a{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #dea63c;
}
.x-main .index .box .inner-center a:hover{
    color: #fff;
}
.x-main .index .box .inner-center .top{
    opacity: 0;
    display: block;
    position: relative;
    top: -20px;
}
.x-main .index .box .inner-center .btm{
    opacity: 0;
    display: block;
    position: relative;
    top: 8px;
}

.x-main .index .box .inner-center:hover{
    background-color: #013055;
    color: #fff;
}
.x-main .index .box .inner-center span
{
    opacity: 0;
}