@font-face {
    font-family: 'MyCU';   /*字体名称*/
    src: url('../font/SourceHanSansCN-Bold.eot'); /* IE9 Compat Modes */
    src: url('../font/SourceHanSansCN-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/SourceHanSansCN-Bold.woff') format('woff'), /* Modern Browsers */
    url('../font/SourceHanSansCN-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../font/SourceHanSansCN-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'My';   /*字体名称*/
    src: url('../font/SourceHanSansCN-Medium.eot'); /* IE9 Compat Modes */
    src: url('../font/SourceHanSansCN-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/SourceHanSansCN-Medium.woff') format('woff'), /* Modern Browsers */
    url('../font/SourceHanSansCN-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../font/SourceHanSansCN-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'Lato';   !*字体名称*!
    src: url('../font/Lato-Regular.ttf');       !*字体源文件*!
}*/
@font-face {
    font-family: 'Lato';   /*字体名称*/
    src: url('../font/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../font/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('../font/Lato-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../font/Lato-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
body{
    font-family:My; 
    padding-top: 0px;
}
.en_titile{
    font-family:Lato;
}
.cu_titile{
    font-family:MyCU;
}
.nav_all{
    font-size: 14px;
    background-color:rgba(255,255,255,0.9);
    margin-bottom: 0;
}
#ac_1024{
    background-color:rgba(255,255,255,0);
    text-align: center;
    font-weight: 600;
    color: #000;
}
#a_1024{
    background-color:rgba(255,255,255,0);
    text-align: center;
    font-weight: 600;
    color: #000;
}
.footer{
    font-size: 12px;
    background-color: #000;
    color: #DCDCDC;
}
.footer a{
    text-decoration:none;
    color: #DCDCDC;
}
.foot_wen{
    height: 50px;
    padding-top: 10px;
}
.foot_wen_item{
    padding-top: 10px;
}

.foot_wen_fo{
    font-size: 12px;
    color: #5A5A5A;
    padding-bottom: 30px;
}
.foot_img{
    text-align: left;
    padding-left: 10px;
}
.foot_img img{
    padding-top: 10px;
    padding-bottom: 30px;
    height: 150px;
    float: left;
    width: auto;
}
.img_1024{
    height: 60px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: auto;
}
.icon-bar{
    background-color: #1C439B;
}
.links{
    position:fixed;
    right:0;
    bottom:0;

    width: 100%;
}
.link_button{
    cursor:pointer;
    float: right;
    margin-right: 20px;
    text-align: center;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #1C439B;
    border-radius: 15px 15px;
}
.link_content{
    width:100%;
    height: 100%;
    display: none;
    z-index: 9999;
    font-size: 16px;
    padding-bottom: 15px;
    background-color: #ffff;
}

.link_top{
    height: 40px;
    line-height: 40px;
    border-radius: 1px 1px;
    padding-left: 15px;
    background-color: #152935;
    color: #fff;
}
.link_tel_title{
    font-size: 20px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding-left: 15px;
}
.link_time{
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    padding-left: 15px;
}
.link_tel{
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding-left: 15px;
    padding-bottom: 80px;
}
.link_heng{
    margin-left: 5%;
    width: 90%;
    border-top: 1px solid #E0E0E0;
    padding-bottom: 40px;
}
.link_a{
    padding-left: 15px;
    margin-top: 30px;
}
.link_hide{
    cursor:pointer;
}
.link_content{
    display: none;
    z-index: 999;
    padding-bottom: 15px;
    background-color: #fff;
    font-size: 16px;
    box-shadow:3px 3px  5px 1px #E0E0E0;
}
.link_content img{
    width: 18px;
}
.toTop {
    background-color: #fff;
    color: #fff;
    z-index: 998;
    bottom: 50px;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 20px;
    width: 40px;
    text-align: center;
    border-radius: 20px 20px;
    filter: alpha(opacity=70); opacity: 0.7;
}
.toTop img{
    width: 100%;
}
.list_div{
    margin-bottom: 50px;
}
.ul_li_t li,.ul_li_t a{
    height: 60px;
}
@media (min-width: 1024px) {
    body{
        font-family:My;
        padding-top: 0px;
    }
    .list_div{
        margin-bottom: 0;
    }
    .toTop img{
        width: 100%;
    }
    .toTop {
        background-color: #fff;
        color: #fff;
        z-index: 998;
        bottom: 100px;
        cursor: pointer;
        height: 40px;
        position: fixed;
        right: 76px;
        width: 40px;
        text-align: center;
        border-radius: 20px 20px;
        filter: alpha(opacity=70); opacity: 0.7;
    }
    .foot_img img{
        padding-top: 100px;
        height: 250px;
    }
    .img_1024{
        padding-top: 50px;
        height: 150px;
        width: 250px;
    }
    .nav_1024{
        float: right;
        height: 200px;
    }
    .nav_1024 ul,.nav_1024 ul li,.nav_1024 ul a{
        height: 200px;
    }

    #a_1024{
        padding-top: 90px;
        line-height: 100px;
    }
    #ac_1024{
        padding-top: 90px;
        line-height: 100px;
        color: #fff;
        background-color: #1C439B;
    }
    .nav_all{

        background-color: #fff;
        background-color:rgba(255,255,255,0.9);
        margin-bottom: 0;

    }

    .links{
        position:fixed;
        right:20px;
        bottom:20px;

        width: 300px;
    }
    .link_button{
        text-align: center;
        color: #fff;
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        background-color: #1C439B;
        border-radius: 10px 10px;
    }
    .link_content{
        display: none;
        z-index: 999;
        font-size: 16px;
        padding-bottom: 15px;
        background-color: #ffff;
    }
    .link_top{
        height: 40px;
        line-height: 40px;
        border-radius: 1px 1px;
        padding-left: 15px;
        background-color: #152935;
        color: #fff;
    }
    .link_tel_title{
        font-size: 20px;
        font-weight: 600;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
        padding-left: 15px;
    }
    .link_time{
        height: 20px;
        line-height: 20px;
        margin-top: 20px;
        padding-left: 15px;
    }
    .link_tel{
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
        padding-left: 15px;
        padding-bottom: 80px;
    }
    .link_heng{
        border-top: 1px solid black;
        padding-bottom: 40px;
    }
    .link_a{
        padding-left: 15px;
        margin-top: 30px;
    }
}




