/*banner*/
.banner{
    width: 100%;
}
.banner img,.banner table,.banner table td img{
    width: 100%!important;
    height: auto!important;
}
#flashBoxu_u1_{
    width: 100%!important;
    height: auto!important;
}

/*title*/
.title{
    margin-bottom: 34px;
    overflow: hidden;
    padding-bottom: 30px;
    font-size: 36px;
    position: relative;
}
.title:after{
    display: block;
    width: 70px;
    height: 5px;
    content: "";
    background: #1d6cae;
    position: absolute;
    bottom:0;
    left: 0;
}
.title div{
    display: inline-block;
    line-height: 64px;
}
.title span{
    font-size: 54px;
    font-family:-webkit-pictograph;
    margin-right: 30px;
    text-transform:Uppercase;
}
.title .more{
    display: inline-block;
    width: 134px;
    height: 34px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    font-weight: 100;
    margin-top: 16px;
}

/*第一块*/
.one{
    padding: 80px 0 0 0;
}
.one .news{
    padding: 66px 0;
    position: relative;
}
.one .news:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 86%;
    background: #f4f4f4;
    z-index: -1;
}
.one .news .img{
    width: 262px;
    overflow: hidden;
}
.one .news .img img{
    width: 100%;
}
.one .news .row{
    width: calc(100% - 290px);
}

.one .news .list{
    margin-bottom: 50px;
}
.one .news .list:nth-last-child(1),.one .news .list:nth-last-child(2),.one .news .list:nth-last-child(3){
    margin-bottom: 0;
}
.one .news dl{
    background: #ffffff;
    width: 100%;
    padding: 18px;
}
.one .news dl dt{
    font-weight: 100;
    margin-bottom: 20px;
}
.one .news dl dt span{
    color: #1d6cae;
    font-weight: bold;
}
.one .news dl dd a{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    font-size: 18px;
    height: 60px;
    font-weight: bold;
    margin-bottom: 20px;
}
.one .news dl dd div{
    padding: 15px 10px;
    background: #f4f4f4;
}
.one .news dl dd p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 30px;
    font-size: 14px;
    height:90px;
    color: #999999;
}

.two{
    padding: 80px 0;
}
.two .botton,.two .more{
    float: right;
}
.two .more{
    margin-left: 30px;
}
/* = 通用布局
-------------------------------------------------------------- */
.focusMain{
    width:100%;
    position:relative;
}
.focusArea{ width:1400px; margin:0 auto; position:relative; overflow:hidden;height:200px;}
.focusCon{
    width:1400px;
    position:absolute;
    top:0;
}
.focusItem{
    position:relative;
    background:#ffffff;
    margin-right: 30px;
    float:left;
    width:327px;
    height:198px;
    _display:inline;
    padding: 28px 20px;
    border-bottom: 2px solid #1d6cae;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}


.focusBtn{
    display:block;
    width:40px;
    height:40px;
    cursor:pointer;
    float: left;
    margin: 0 10px;
    border-radius: 50%;
    line-height: 40px;
    border: 1px solid #1c6aab;
    color: #1c6aab;
    text-align: center;
    font-weight: bold;
    vertical-align: bottom;
    font-family: 宋体;
    font-size: 18px;
    margin-top: 14px;
}
.focusPrev{
    background: #1c6aab;
    color: #ffffff;
}
.focusPrev:hover{
    color: #ffffff;
}

.isCarousel .focusGroup{ float:left; _display:inline;}


.two .bg{
    background: #f4f4f4;
    padding: 50px 0;
}
.focusItem span{
    padding-top: 10px;
    position: relative;
    font-size: 14px;
    color: #999999;
    margin-bottom: 25px;
    display: block;
}

.focusItem span:before{
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 24px;
    height: 3px;
    background: #2670ad;
}
.focusItem span:after{
    position: absolute;
    display: block;
    content: "";
    left: 26px;
    top: 0;
    width: 10px;
    height: 3px;
    background: #84aed0;
}



.focusItem a{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 30px;
    font-size: 18px;
    height: 90px;
    font-weight: bold;
}
.focusItem a:hover{
    color: #2670ad;
    text-decoration: underline;
}



/*三块*/
.three{
    padding: 80px 0;
    background: url("../images/index/three_bg.jpg")no-repeat center top;
}

.three .title span,.three .title div{
     color: #ffffff;
}
.three .title .more{
    border-color: #ffffff;
    color: #ffffff;
}
.three .title:after{
    background-color: #ffffff;
}
.three dl{
    -moz-box-shadow:0px 5px 10px rgba(0,0,0,.08);
    -webkit-box-shadow:0px 5px 10px rgba(0,0,0,.08);
    box-shadow:0px 5px 10px rgba(0,0,0,.08);
    background-color: #ffffff;
    padding: 60px;
}
.three dl dd{
    width:calc(100% - 570px);
}
.three dl dd img{
    width: 100%;
}
.three .list{
    margin-bottom: 34px;
}
.three .list:last-child{
    margin-bottom: 0;
}
.three .list .time{
    width: 56px;
    background-color: #256eaa;
    font-weight: 100;
    border-radius: 5px;
    border: 1px solid #256eaa;
}
.three .list .time span{
    display: block;
    line-height: 22px;
    color: #2670ad;
    font-size: 12px;
    text-align: center;
    background-color: #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-family: Arial;
}
.three .list .time em{
    font-style: normal;
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 44px;
    color: #ffffff;
    font-family: Arial;
}
.three .list .tet{
    width: calc(100% - 85px);
    border-bottom: 1px solid #e5e5e5;
    height: 67px;
}
.three .list .tet span{
    display:block;
    background-color: #2670ad;
    width: 22px;
    height: 2px;
    margin-bottom: 20px;
}
.three .list .tet a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    font-size: 18px;
}
.three .list .tet a:hover{
    text-decoration: underline;
    font-weight: bold;
}


.three dl dt{
    width: 468px;
}
.three dl dt img{
    width: 100%;
}


/*四块*/
.four{
    padding: 80px 0;
}
.four .more{
    display: inline-block;
    width: 134px;
    height: 34px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    font-weight: 100;
    margin-top: 40px;
}
.four .left{
    width: 48%;
}

.four .left ul li{
    margin-bottom: 28px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d1d1d1;
}
.four .left ul li:last-child{
    margin-bottom: 0;
}
.four .left ul li span{
    display: block;
    padding-left: 35px;
    color: #2670ad;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: Arial;
}
.four .left ul li h4{
    padding-left: 35px;
    font-size: 18px;
    background: url("../images/index/four_0.png")no-repeat left center;
    width: 90%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.four .left ul li h4 a:hover{
    text-decoration: underline;
    font-weight: bold;
}

.four .right{
    width: 47%;
}
.four .right .list{
    margin-bottom: 28px;
}

.four .right .list:last-child{
    margin-bottom: 0;
}
.four .right .list .time{
    width: 70px;
    font-weight: 100;
}
.four .right .list .time span{
    display: block;
    line-height: 28px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    background-color: #2670ad;
    font-family: Arial;
}
.four .right .list .time em{
    font-style: normal;
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    color: #2670ad;
    font-family: Arial;
    background-color: #eeeeee;
}
.four .right .list .tet{
    width: calc(100% - 90px);
    border-bottom: 1px solid #e5e5e5;
}
.four .right .list .tet p{
    display:block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999999;
    font-size: 12px;
    width: 95%;
}
.four .right .list .tet a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    font-size: 18px;
    margin-bottom: 5px;
}
.four .right .list .tet a:hover{
    text-decoration: underline;
    font-weight: bold;
}


/*五块*/
.five{
    padding: 80px 0 140px 0;
    background: url("../images/index/five_bg.jpg")no-repeat center;
}

/*滑动门*/
.tabs{
    overflow: hidden;
    margin-top: -85px;
    margin-bottom: 30px;
}
.tabs li{
    width: 144px;
    height:54px;
    line-height:54px;float:left;
    background: #92c7f2;
    overflow: hidden;
    position: relative;
}
.tabs li a {
    display: block;
    text-align: center;
    outline: none;
    font-size: 24px;
    color: #ffffff;
}
.tabs li a:hover {
    background: #2670ad;
}
.tabs .thistab,.tabs .thistab a:hover{
    background: #2670ad;
}

.tab_conbox{}
.tab_con{ display:none;}


/*左块*/
.five .left{
    width: 40%;
    min-height: 200px;
    background: #ffffff;
    padding:57px 34px 34px 34px;
}
.five .left dl{
    margin-bottom: 30px;
}
.five .left dl:last-child{
    margin-bottom: 0;
}
.five .left dl dt{
    width: 144px;
    height: 95px;
    overflow: hidden;
}
.five .left dl dt img{
    height: 100%;
}
.five .left dl dd{
    width: calc(100% - 164px);
}
.five .left dl dd em{
    display: block;
    background-color: #2670ad;
    width: 24px;
    height: 2px;
    margin-bottom: 15px;
    margin-top: 6px;
}
.five .left dl dd a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    font-size: 18px;
}
.five .left dl dd p{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    width: 100%;
}
.five .left dl dd span{
    font-size: 12px;
    color: #999999;
}

.five .right{
    width: 57%;
    min-height: 200px;
    background: #ffffff;
    padding:57px 34px 24px 34px;
}

.five .right div{
border-bottom: 1px solid #eeeeee;
    padding: 10px 0 15px 0;
    margin-bottom: 8px;
}
.five .right div a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    font-size: 18px;
}
.five .right div span{
    font-size: 12px;
    color: #999999;
}









/*页眉*/
.footer{
    margin-top: 0;
}


