.clear {
    zoom: 1;
}

    .clear:after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        clear: both;
    }

img {
    border: 0;
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
    padding: 0;
}

#full_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}






/*-- main --*/

.main {
    width: 1050px;
    margin: 0 auto;
}

.hot-content {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.item_container {
    margin-top: 4%;
    overflow: hidden;
}

.item_content ul li {
    display: block;
    float: left;
}

    .item_content ul li:last-child {
        margin-right: 0;
    }

.item_content .item {
    width: 150px;
    /*height: 86px;*/
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.item-word {
    position: absolute;
    top: 0;
    background: url(../images/index-line.png);
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
	line-height:100%
}

    .item-word h2 {
        line-height: 24px;
        color: #eee;
        display:none;
    }

    .item-word h4 {
        line-height: 18px;
		color:#fff;
		font-size: 13px;
    }

.item:hover .item-word {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
}

.item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
}

.item_content .item img {
    width: 100%;
    display: block;
}

/*hot*/
.tab-hot, .cont-hot {
    overflow: hidden;
    line-height: 20px;
}

.cont-hot {
    height: 400px;
    position: relative;
    margin-top: 20px;
}

    .cont-hot div.cont-hot10 {
        position: absolute; /*top:0;left:0;*/
        display: none;
        overflow: hidden;
        width: 100%;
        transition: ease-in 0.2s;
        -webkit-transition: ease-in 0.2s;
        -ms-transition: ease-in 0.2s;
    }

.cont-hot10 .cont-hot10-item {
    float: left;
    width: 20%;
    margin-bottom: 20px;
    cursor: pointer;
}
.cont-hot10 h3{
    font-size:16px;
    margin:5px 0;
}
.cont-hot10 h3.hasImg{
    margin-bottom:10px;
}
.cont-hot10 .cont-hot10-item p{
    line-height: 16px;
    width: 90%;
    height: 34px;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.cont-hot10 .cont-hot-item-list {
    width: 100%;
}

    .cont-hot10 .cont-hot-item-list a {
        /*width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;*/
        /*display: block;*/
        font-size:14px;
        line-height:16px;
    }
    .cont-hot10 .cont-hot-item-list ul li {
        margin:13px 0;
    }
    .cont-hot10 .cont-hot-item-list .hot-icon{
        display:inline-block;
        background:url(../images/a.png);
        width:20px;
        height: 15px;
        margin-left:10px;
        background-position: -108px 0;
    }

.cont-hot10 .cont-hot10-item img {
    width: 90px;
    height: 120px;
    display: block;
    margin: 0 auto;
}

.tab-hot .tab-title {
    background: #E28531;
    color: #fff; /*line-height: 40px;font-size: 18px;*/
}

.tab-hot li.current {
    background: #65a4da;
    color: white;
}

.tab-hot10:hover {
    background: #c6ddf1;
}

.cont-hot div.current {
    display: block;
}


.tab-hot {
    /*background:#d6eafb;*/
    margin-left: 125px;
}

    .tab-hot li {
        font-size: 15px;
        padding: 0 2%;
        margin-right: 1%;
        float: left;
        border-radius: 5px;
        background: #eee;
    }

        .tab-hot li.tab-hot10 {
            cursor: pointer;
            transition: ease-in 0.2s;
            -webkit-transition: ease-in 0.2s;
            -ms-transition: ease-in 0.2s;
        }

        .tab-hot li.current {
            position: relative;
        }
/*/*.tab-hot .current::before
	{
		content:"";
		position:absolute;
		right:10px;
		top:16px;
		width:7px;
		height:7px;
		background:#fff;
		border-radius:50%;
		-mos-border-radius:50%;
		-webkit-border-radius:50%;
		box-shadow: 0 0 3px 0 #999;
	}*/ */ .cont-hot {
    margin-top: 30px;
}





/*main-top*/
.main-top {
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: #02c6c6;
    font-family: "Comic Sans MS","幼圆","黑体",sans-serif;
}

    .main-top strong {
        color: #0A5FCA;
        font-size: 20px;
        margin: 0 5px;
    }

/*.m-notice{line-height:36px;margin-bottom:30px;text-align:center}*/
.m-notice img {
    vertical-align: middle;
    margin-right: 10px;
}






/*--- news ---*/

#news {
    width: 150px;
    height: 45px;
    padding-left: 20px;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 9999999999;
    background-color: #4c93d0;
    -webkit-transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.470, 1.650, 0.715, 0.795);
}

#news:before, #news:after {
    content: '';
    display: block;
    width: 17px;
    position: absolute;
    top: 23px;
    right: 18px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

#news:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

#news h2 {
    color: #fff;
    line-height: 45px;
    /*float:right; font-size:14px; margin-right:60px;*/
    -webkit-transition: 0.3s;
}

#news.detail {
    min-height: 560px;
    overflow-y: scroll;
    width: 520px;
    background: #4c93d0;
}

#news.detail:before, #news.detail:after {
    opacity: 0;
}

#news.detail h2 {
}

#news .news_info {
display: none;
width: 500px;
min-height: 240px;
margin-top: 20px;
position: relative;
}

#news .news_info ul {
position: relative;
}

#news .news_info ul li {
display: none;
position: absolute;
top: 0;
left: 0;
width: 500px; /* height:140px;*/
overflow: hidden;
}

#news .news_info ul li picture {
display: block;
margin: 8px 0; /* float:left; width:180px; height:100px; overflow:hidden;*/
}

#news .news_info img {
    width: 180px;
    height: 100px;
    display:none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#news .news_info ul li article { /*width:305px; height:100px;   overflow-y:scroll; float:right; */
    color: #fff;
}

#news .news_info ul li article h3 {
    color: #fff;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}

#news .news_info ul li article h3 span {
    padding-right: 10px;
    color: #fff;
}

#news .news_info ul li article summary {
    font-size: 12px;
    color: #e1e1e1;
    max-height: 70px;
    line-height: 18px;
}

#news .news_info ul li article summary a {
    color: #0A5FCA; /* text-decoration: underline;*/
    float: right;
}

#news .news_info .newsList {
    line-height: 30px;
    overflow: hidden;
    clear: both;
    cursor: pointer;
}

#news .news_info .newsList:hover span{
    text-decoration: underline;
    color:#fbcca2
}
#news .news_info .newsList:hover img{
    display:block;
}



.newsList .newsTitle, .newsList .newsData {
    display: inline-block;
    line-height: 30px;
}

.newsList .newsTitle {
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsList .newsData {
    float: right;
    width: 16%;
}

.leftIn {
    -webkit-animation: leftIn 0.2s ease 0.1s both;
    animation: leftIn 0.2s ease 0.1s both;
}

.rightIn {
    -webkit-animation: rightIn 0.2s ease 0.1s both;
    animation: rightIn 0.2s ease 0.1s both;
}

@-webkit-keyframes rightIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes rightIn {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


#news_btn {
    display: none; /*width:50px; height:180px;*/
    position: absolute;
    bottom: 0;
    right: 10px; /* right:-50px;*/
    overflow: hidden;
    -webkit-animation: leftIn 0.4s ease both;
    -moz-animation: leftIn 0.4s ease both;
    animation: leftIn 0.4s ease both;
}

#news_btn #prev, #news_btn #next {
    float: left;
    width: 50px;
    height: 79px;
    border: none;
    background: /*#5e99cc*/ url(../images/news_btn.png) no-repeat 0 center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transition: 0.3s;
    cursor: pointer;
}

#news_btn #prev {
    margin-top: 2px;
    background-position: -50px center;
}

#news_btn #prev:active, #news_btn #next:active {
    background-color: #5e99cc;
}






/*================Notice ===============*/
.notice {
    position: absolute;
    top: 200px;
    right: 10px;
    z-index: 9999999999;
    border: 2px solid #414141;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fff;
    -webkit-transition: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.470, 1.650, 0.715, 0.9);
}

.notice_box {
    width: 200px;
    padding: 10px 15px 15px 15px;
    border: 2px solid #999;
}

.notice h2 {
    line-height: 36px;
    padding-bottom: 5px;
    color: #000;
    margin-bottom: 5px;
}

.notice h4 {
    line-height: 24px;
    font-size: 13px;
    color: #000;
}

.delete {
    font-size: 14px;
    color: #fff;
    background: #0A5FCA;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: 10px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

.delete span {
    display: block;
    width: 8px;
    height: 8px;
    background: white;
    margin: 5px 0 0 5px;
    border-radius: 50%;
}













/*======== index-2=========*/
.hrebox {
    width: 500px;
}

.hrebox a {
    display: inline-block;
    border: 2px solid yellow;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    float: left;
    margin: 0;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -mos-opacity: 0;
}

.hrebox a h3 {
    line-height: 34px;
    color: #fff;
}

.hrebox a:hover {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -mos-opacity: 1;
}

.hrebox .hre01, .hre02 {
    width: 131px;
    height: 123px;
}

.hrebox .hre03, .hre04 {
    width: 199px;
    height: 123px;
}

.hrebox .hre07 {
    width: 182px;
    height: 123px;
}

.hrebox .hre08 {
    width: 285px;
    height: 123px;
}

.hrebox .hre05, .hre06 {
    width: 131px;
    height: 123px;
}

.index-2-news {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 99;
    font-size: 12px;
}

.odiv {
    width: 180px;
    padding: 0 10px;
    height: 200px;
    background-color: rgba(2,60,119,0.85);
    position: relative;
    top: 100px;
    color: #fff;
}

.odiv h3 {
    font-size: 15px;
    line-height: 40px;
    width: 180px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
}

.odiv h4 {
    text-overflow: ellipsis;
    height: 35px;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.odiv img {
    width: 170px;
    height: 80px;
    margin: 8px 0 4px 5px;
}

.odiv a {
    line-height: 24px;
    color: #0A5FCA;
    float: right;
}

.sdiv {
    width: 20px;
    padding: 8px 4px;
    padding-top: 24px;
    text-align: center;
    /*background: #666 url(../images/huicha.png)7px 5px no-repeat;*/
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    transition-delay: 0.3s;
    color: #fff;
}





/*======= index-3 =========*/

.index3-main {
    overflow: hidden;
}

.w4 {
    width: 672px;
    margin: 0 auto;
}

.in3 {
    background: #ddd;
    color: #fff;
    display: inline-block;
    float: left;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border: 2px solid #fff;
}

    .in3 span {
        display: inline-block;
        width: 110px;
        height: 110px;
        background: url(../images/index3.jpg);
        float: left;
        opacity: 0.5;
        -webkit-opacity: 0.5;
        filter: alpha(alpha=50);
    }

    .in3 i {
        width: 100px;
        height: 90px;
        padding: 10px 5px;
        float: left;
        display: block;
        line-height: 24px;
        background: #ddd;
        color: #555;
        text-align: center;
        font-size: 16px;
        opacity: 0.7;
        -webkit-opacity: 0.7;
        filter: alpha(alpha=70);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }

    .in3 strong {
        font-weight: normal;
        font-size: 12px;
        display: block;
    }

    .in3:hover {
        border: 2px solid yellow;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }

        .in3:hover i {
            background: url(../images/nj001.jpg) 25% -10%;
            color: #fff;
            opacity: 1;
            -webkit-opacity: 1;
            filter: alpha(alpha=100);
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }

        .in3:hover span {
            opacity: 1;
            -webkit-opacity: 1;
            filter: alpha(alpha=100);
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }

    .in3 .in3_01 {
        background-position: 0 0;
    }

    .in3 .in3_02 {
        background-position: -120px 0;
    }

    .in3 .in3_03 {
        background-position: -240px 0;
    }

    .in3 .in3_04 {
        background-position: -360px 0;
    }

    .in3 .in3_05 {
        background-position: 0 -120px;
    }

    .in3 .in3_06 {
        background-position: -120px -120px;
    }

    .in3 .in3_07 {
        background-position: -360px -120px;
    }

    .in3 .in3_08 {
        background-position: 0 -240px;
    }

    .in3 .in3_09 {
        background-position: -120px -240px;
    }

    .in3 .in3_010 {
        background-position: -240px -240px;
    }
/*news*/
.in3_newsbox {
    position: absolute;
    background-color: rgba(0,0,0,0.65);
    right: 0;
    bottom: 0;
    height: 100px;
    width: 200px;
    padding: 5px 10px;
    color: #d1d1d1;
}

    .in3_newsbox:hover {
        background-color: rgba(0,0,0,0.95);
        color: #fff;
    }

.in3_news {
    width: 200px;
    height: 100px;
    overflow: hidden;
}

    .in3_news ul {
        width: 502px;
        height: 100px;
    }

        .in3_news ul a {
            color: #3d90de;
            float: right;
        }

        .in3_news ul li {
            float: left;
            width: 200px;
            height: 100px;
            display: block;
        }

        .in3_news ul h3 {
            line-height: 36px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: normal;
        }

        .in3_news ul h4 {
            height: 36px;
            line-height: 20px;
            margin-bottom: 8px;
            overflow: hidden;
        }
