/*联系我们banner*/
.content_banner{
    width: 100%;
    height: 722px;
    background: url(../images/contact/contact1.png) center center no-repeat;
    background-size: cover;
}

/*联系我们内容*/
.content{
    overflow: hidden;
    padding: 25px 0 200px 0;
}

.contact_left{
    float: left;
    width: 760px;
}

.news_right{
    float: right;
}

.contact_title{
    height: 79px;
    line-height: 79px;
    border-bottom: 1px solid #000;
    font-size: 26px;
    color: #1d1d1d;
}

.contact_title .english{
    font-size: 16px;
}

.contact_div{
    border-bottom: 1px solid #eaeaea;
    padding-top: 35px;
    padding-bottom: 30px;
}

.contact_div p{
    color: #37b0e9;
    font-size: 20px;
    padding-bottom: 15px;
}

.contact_info{
    overflow: hidden;
    color: #1f1f1f;
    font-size: 14px;
}

.contact_info .address{
    width: 350px;
    background: url(../images/contact/contact3.png) left top no-repeat;
    padding-left: 17px;
    display: block;
    float: left;
}

.contact_info .mail{
    width: 350px;
    display: block;
    float: left;
    background: url(../images/contact/contact4.png) left center no-repeat;
    padding-left: 30px;
}

.contact_info .phone{
    width: 120px;
    display: block;
    float: left;
    background: url(../images/contact/contact2.png) left center no-repeat;
    padding-left: 30px;
}


/*焦点资讯*/
.title {
    font-size: 20px;
    color: #323131;
    letter-spacing: 3px;
}

.title span {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.focus_info .title span {
    background: url(../images/home/home3.png) center center no-repeat;
}

.hot_news .title span {
    background: url(../images/home/home4.png) center center no-repeat;
}

.flash{
    width: 450px;
    height: 230px;
    position: relative;
    margin-top: 30px;
}

.flash_pic {
    width: 100%;
    height: 100%;
}

.flash_pic a{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.banner0{
    background: url(../images/pic/pic0.png) center center no-repeat;
    background-size: cover;
}

.banner1{
    background: url(../images/pic/pic1.png) center center no-repeat;
    background-size: cover;
}

.banner2{
    background: url(../images/pic/pic2.png) center center no-repeat;
    background-size: cover;
}

.uiDex {
    height: 32px;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.uiDex a {
    width: 20px;
    height: 20px;
    background: url(../images/news/news7.png) center center no-repeat;
    background-size: 100%; 
    display: inline-block; 
    margin: 6px 3px;
}

.uiDex .current {
    background: url(../images/news/news8.png) center center  no-repeat;
    background-size: 100%;  
}

/*热点新闻*/
.hot_news{
    padding-top: 80px;
}

.news_list{
    padding-top: 20px;
}

.news_list a{
    height: 45px;
    line-height: 45px;
    display: block;
    width: 430px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #8d8b8b;
    font-size: 14px;
}

.news_list a:hover{
    color: #000;
}