* {
    margin: 0;
    padding: 0;
}
html, body {
    font-family: Microsoft YaHei;
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul li {
    list-style: none;
}
a {
    color:#444;
    text-decoration: none;
    cursor:pointer;
}
    a:hover {
        color: #0061ae;
    }

.top {
    width: 100%;
    min-width: 1200px;
    height: 30px;
    background: #004b85;
}
    .top .topbg {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
        line-height: 30px;
        color: #ddd;
        font-size:14px;
    }
        .top .topbg a {
            color: #ddd;
        }
        .top .topbg .top-left {
            width: 600px;
            float: left;
        }
        .top .topbg .top-right {
            width: 600px;
            float: left;
            text-align:right;
        }
        .top .topbg .topslt {
            padding:0px 8px;
        }

.menu {
    width: 100%;
    min-width: 1200px;
    height: 84px;
    background: #0061ae;
}
    .menu .menubg {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
        line-height: 84px;
        color: #ffffff;
    }
        .menu .menubg .logo {
            width: 250px ;
            height: 100%;
            background: url(../images/home/logo_xy.png) no-repeat;
            background-size: 250px 48px;
            background-position: 0px 19px;
            float: left;
        }
        .menu .menubg .name {
            width: 185px;
            height: 40px;
            line-height: 40px;
            margin: 22px 15px;
            padding-left: 15px;
            float: left;
            font-size: 22px;
            font-weight: 600;
            letter-spacing: 2px;
            border-left: 1px solid #3772a1;
        }
         .menu .menubg .list {
            width: 573px;
            float: left;
            padding:17px 0px;
        }
            .menu .menubg .list li {
                height: 34px;
                line-height: 34px;
                float: left;
                margin-right: 9px;
                padding: 8px 12px;
                cursor: pointer;
                text-align: center;
                border-radius: 20px;
                font-weight:300;
            }
                .menu .menubg .list li:last-child {
                    margin-right: 0px;
                }
                .menu .menubg .list li:hover {
                    background: #004b85;  
                }          
            .menu .menubg .list li a {
                color: #fff;
            }
        .menu .menubg .search {
            float: left;
        }
            .menu .menubg .search .searchbg-left {
                width: 114px;
                height: 30px;
                background-color: #fff;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                margin: 27px 0px 27px 0px;
                float: left;
                position: relative;
            }
                .menu .menubg .search .searchbg-left input {
                    position: absolute;
                    width: 100px;
                    height: 26px;
                    border: 0px;
                    top: 2px;
                    left: 8px;
                    outline: none;
                }
            .menu .menubg .search .searchbg-right {
                width: 32px;
                height: 30px;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
                margin: 27px 0px;
                float: left;
                background: url(../images/home/search.png) no-repeat;
                background-size: 20px 21px;
                background-position: 6px 4px;
                background-color: #f98d36;
            }

.fixed {
     width: 100%;
     height: 84px;
     position: fixed;
     top: -1px;
     z-index: 1000;
     box-shadow: 0px 8px 8px -8px #d8d5d5;
}

.swiper-container{
    width: 100%;
    min-width: 1200px;
}
    .swiper-container img{
         width: 100%;
    }

.turn{ 
width:330px; height:134px; border:1px #000100 solid; position:relative; overflow:hidden;}
        .turn-loading{ width:330px; height:134px; position:absolute; z-index:4; overflow:hidden; background:#202f42;}
        .turn-loading img{ width:32px; height:32px; margin:51px 0 0 135px;}
        .turn-pic li{ position:absolute; top:0px; left:0px; filter:alpha(opacity=0); opacity:0;}
        .turn-pic li img{ width:330px; height:134px; overflow:hidden;} 
        .turn-bg{ width:330px; height:50px; overflow:hidden; position:absolute; z-index:2; bottom:0; filter:alpha(opacity=70); opacity:0.7;}
        .turn-tit{ font-size:15px;}
        .turn-tit a{ color:#fff; text-decoration:none;}
        .turn-tit a:hover{ color:#fff; text-decoration:none;}
        .turn-tit li{ position:absolute; z-index:3; bottom:-20px; left:8px;right:55px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
        .turn-btn{ position:absolute; z-index:3; font-size:14px; color:#afafaf; bottom:28px; right:15px;}
        .turn-btn .lb,.turn-btn .rb{ width:6px; height:9px; background:url(../images/home/btn.png) no-repeat; overflow:hidden; position:absolute; top:5px; left:-10px; cursor:pointer;}
        .turn-btn .rb{ background-position:-19px 0; left:26px;}
        .turn-btn span{ text-align:center;}

.news {
    width: 100%;
    min-width: 1200px;
    height: 415px;
    margin-top:40px;
}
    .news .newsbg {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
    }
        .news .newsbg .infoTitle {
            width: 100%;
            height: 42px;
            line-height: 42px;
            color: #0061ae;
            margin-bottom:22px;
        }
            .news .newsbg .infoTitle .infoTitle-name {
                float: left;
                font-size: 24px;
                font-weight: 600;
            }
            .news .newsbg .infoTitle .border {
                border-bottom: 2px solid #0061ae;
            }
            .news .newsbg .infoTitle .infoTitle-english {
                float: left;
                font-size: 18px;
                font-family: "微軟正黑體", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
                font-weight: lighter;
                margin-left: 15px;
                height: 42px;
                line-height: 50px;
            }
            .news .newsbg .infoTitle .infoTitle-more {
                font-family: "微軟正黑體", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
                text-align: right;
                font-size: 14px;
            }
        .news .newsbg .news-left {
            width: 740px;
            height: 100%;
            margin: 0 auto;
            color: #ffffff;
            margin-right: 50px;
            float: left;
        }
            .news .newsbg .news-left .newsBody {
                width: 100%;
            }
                .news .newsbg .news-left .newsBody .img-list {
                    width: 330px;
                    height: 296px;
                    float: left;
                    background-color:#0061ae;
                    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
                }
                    .news .newsbg .news-left .newsBody .img-list li img {
                        width: 330px;
                        height: 237px;
                    }
                    .news .newsbg .news-left .newsBody .img-list li .title {
                        height: 46px;
                        padding: 5px 19px;
                        line-height: 25px;
                        font-weight: lighter;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }
                .news .newsbg .news-left .newsBody .news-list {
                    width: 392px;
                    float: left;
                    margin-left:16px;
                }
                    .news .newsbg .news-left .newsBody .news-list li {
                        width: 100%;
                        height: 42px;
                        line-height: 42px;
                        border-bottom: 1px rgba(84, 86, 88, .2) dashed;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                    }
                    .news .newsbg .news-left .newsBody .news-list .date {
                        width: 76px;
                        height: 20px;
                        line-height: 20px;
                        float: left;
                        font-size: 13px;
                        background-color: #f98d36;
                        border-top-left-radius: 5px;
                        border-top-right-radius: 5px;
                        font-weight: lighter;
                        text-align: center;
                        margin-top:-50px;
                    }
                        .news .newsbg .news-left .newsBody .news-list .date .year {
                            width: 44px;
                            height: 48px;
                            line-height: 32px;               
                            padding-left: 4px;
                            float: left;
                        }
                        .news .newsbg .news-left .newsBody .news-list .date .day {
                            width: 36px;
                            line-height: 64px;
                            margin-left: -5px;
                            float: right;
                        }
                    .news .newsbg .news-left .newsBody .news-list .title {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        color: #8a8a8a;
                        line-height: 26px;
                        text-indent:90px;
                    }
                        .news .newsbg .news-left .newsBody .news-list .title a {
                            color: #0061ae;
                        }
                    .news .newsbg .news-left .newsBody .news-list .content {
                        width: 100%;
                        height:60px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        font-size: 13px;
                        color: #8a8a8a;
                        margin-top: 6px;
                        line-height: 20px;
                        text-indent: 24px;
                    }
                    .news .newsbg .news-left .newsBody .news-list li:first-child {
                        margin-top:12px;
                        border-top: 1px rgba(84, 86, 88, .2) solid;
                    }
                    .news .newsbg .news-left .newsBody .news-list li:last-child {
                        border-bottom: 0px;
                    }                  
                        .news .newsbg .news-left .newsBody .news-list li .lefttitle {
                            width: 312px;
                            float: left;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            color: #ccc;
                        }
                        .news .newsbg .news-left .newsBody .news-list li .moredate {
                            float: right;
                            width: 74px;
                            color: #999;
                            font-size: 13px;
                            margin-left: 6px;
                        }
        .news .newsbg .news-right {
            width: 410px;
            height: 100%;
            margin: 0 auto;
            float: left;
        }
            .news .newsbg .news-right .noticeBody {
                width: 100%;
            }
                .news .newsbg .news-right .noticeBody li {
                    width: 100%;
                    height: 63px;
                    margin-top: 15px;
                }
                .news .newsbg .news-right .noticeBody li:first-child {
                    width: 100%;
                    height: 63px;
                    margin-top: 0px;
                }
                .news .newsbg .news-right .noticeBody li .time {
                    width: 70px;
                    height: 63px;
                    float: left;
                    text-align: center;
                    font-family: "微軟正黑體", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
                }
                    .news .newsbg .news-right .noticeBody li .time .day {
                        font-size: 20px;
                        color: #fff;
                        line-height: 32px;
                        font-family: Georgia;
                    }
                    .news .newsbg .news-right .noticeBody li .time .date {
                        background-color: #e1e1e1;
                        font-size: 14px;
                        color: #0061ae;
                        line-height: 31px;
                    }
                    .news .newsbg .news-right .noticeBody li .item {
                        width: 320px;
                        height: 59px;
                        line-height: 28px;
                        float: left;
                        margin-left: 20px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        padding-top: 3px;
                        border-bottom: 1px dotted #e4e4e4;
                    }                
                    .news .newsbg .news-right .noticeBody li:nth-child(odd) .time .day {
                        background-color: #0061ae;
                    }
                    .news .newsbg .news-right .noticeBody li:nth-child(even) .time .day {
                        background-color: #f98d36;
                    }

.ysfc {
    width: 100%;
    min-width: 1200px;
    height: 465px;
    background: url(../images/home/yuanshi.jpg) no-repeat;
}
    .ysfc .ysfcbg {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
        color: #ffffff;
        padding:40px 0px;
    }
        .ysfc .ysfcbg .infoTitle {
            width: 100%;
            height: 42px;
            line-height: 42px;
            color: #fff;
            margin-bottom: 22px;
        }
             .ysfc .ysfcbg .infoTitle a{
                color: #fff;
            }
            .ysfc .ysfcbg .infoTitle .infoTitle-name {
                float: left;
                font-size: 24px;
                font-weight: 600;
            }
            .ysfc .ysfcbg .infoTitle .border {
                border-bottom: 2px solid #fff;
            }
            .ysfc .ysfcbg .infoTitle .infoTitle-english {
                float: left;
                font-size: 18px;
                font-family: "微軟正黑體", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
                font-weight: lighter;
                margin-left: 15px;
                height: 42px;
                line-height: 50px;
            }
            .ysfc .ysfcbg .infoTitle .infoTitle-more {
                font-family: "微軟正黑體", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
                text-align: right;
                font-size: 14px;
            }
        .ysfc .ysfcbg .ysfc-left {
            width: 740px;
            margin: 0 auto;
            color: #ffffff;
            margin-right: 50px;
            float: left;
        }
            .ysfc .ysfcbg .ysfc-left .ysfcBody {
               
            }
                .ysfc .ysfcbg .ysfc-left .ysfcBody li {
                    width: 164px;
                    float: left;
                    margin-left: 22px;
                    border: 2px solid #fff;
                    border-radius: 4px;
                    background-color: #f98d36;
                }
                .ysfc .ysfcbg .ysfc-left .ysfcBody li:first-child {
                    margin-left: 0px;
                }
                    .ysfc .ysfcbg .ysfc-left .ysfcBody li .ysphoto {
                        width: 164px;
                        height: 250px;
                    }
                        .ysfc .ysfcbg .ysfc-left .ysfcBody li .ysphoto img {
                            width: 100%;
                            height: 100%;
                        }
                    .ysfc .ysfcbg .ysfc-left .ysfcBody li .ysname {
                        line-height: 43px;
                        text-align: center;
                        letter-spacing: 1px;
                        font-size: 15px;
                    }               
        .ysfc .ysfcbg .ysfc-right {
            width: 410px;
            margin: 0 auto;
            float: left;
        }
            .ysfc .ysfcbg .ysfc-right .ScientificBody {
                height: 268px;
                background-color:#fff;
                padding:15px;
            }
                .ysfc .ysfcbg .ysfc-right .ScientificBody li {
                    width: 380px;
                    height: 58px;
                    margin: 10px 0px;
                    border-bottom: 1px rgba(84, 86, 88, .2) dashed;
                }
                    .ysfc .ysfcbg .ysfc-right .ScientificBody li:first-child {           
                        margin-top: 0px;
                    }
                    .ysfc .ysfcbg .ysfc-right .ScientificBody li:hover {
                        background-color: #f1f1f1;
                    }
                .ysfc .ysfcbg .ysfc-right .ScientificBody .item {
                    width: 360px;
                    height: 56px;
                    line-height: 26px;
                    color: #444;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    float: left;
                    padding: 2px 10px;
                }
                .ysfc .ysfcbg .ysfc-right .ScientificBody .time {
                    width: 76px;
                    line-height: 20px;
                    color: #999;
                    float: left;
                    font-size: 13px;
                    margin-top: -22px;
                    float: right;
                    background-color: #f1f1f1;
                    text-align: center;
                    border-top-left-radius: 5px;
                }

.policy {
    width: 100%;
    min-width: 1200px;
    height: 480px;
    background: url(../images/home/renwu.jpg) no-repeat;
    background-size:100% 480px;
}
    .policy .policybg {
        width: 1200px;
        margin: 0 auto;
        padding: 40px 0px;
    }
        .policy .policybg .infoTitle {
            width: 100%;
            height: 42px;
            line-height: 42px;
            color: #0061ae;
            margin-bottom: 22px;
        }
            .policy .policybg .infoTitle .infoTitle-name {
                float: left;
                font-size: 24px;
                font-weight: 600;
            }
            .policy .policybg .infoTitle .border {
                border-bottom: 2px solid #0061ae;
            }
            .policy .policybg .infoTitle .infoTitle-english {
                float: left;
                font-size: 18px;
                font-family: "微軟正黑體", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
                font-weight: lighter;
                margin-left: 15px;
                height: 42px;
                line-height: 50px;
            }
            .policy .policybg .infoTitle .infoTitle-more {
                font-family: "微軟正黑體", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
                text-align: right;
                font-size: 14px;
            }
        .policy .policybg .policy-left {
            width: 740px;
            margin: 0 auto;
            margin-right: 50px;
            float: left;
        }
            .policy .policybg .policy-left .academicBody {
                width: 740px;
                height: 266px;
            }
                .policy .policybg .policy-left .academicBody ul {
                    width: 740px;
                    position: relative;
                }
                .policy .policybg .policy-left .academicBody li {
                    background-color: #fff;
                    width: 360px;
                    height: 310px;
                    float: left;
                    margin-right: 20px;
                    box-shadow: 0 0 20px rgba(0,0,0,.2);
                    position:relative;
                }
                    .policy .policybg .policy-left .academicBody li::before {
                        content: '';
                        height: 4px;
                        background: #0061ae;
                        display: inline-block;
                        position: absolute;
                        bottom: -2px;
                        width: 0;
                        transition: width 0.36s;
                    }
                    .policy .policybg .policy-left .academicBody li:hover::before {
                        width: 100%;
                    }          
                    .policy .policybg .policy-left .academicBody li:last-child {
                        margin-right: 0px;
                    }
                    .policy .policybg .policy-left .academicBody li .img {
                        width: 100%;
                        height: 160px;
                        background-size: 360px 160px;
                        background-position: 0px 0px;
                        overflow: hidden;
                    }
                        .policy .policybg .policy-left .academicBody li .img img {
                            width: 360px;
                            height: 160px;
                            cursor: pointer;
                            transition: all 0.6s;
                        }
                            .policy .policybg .policy-left .academicBody li .img img:hover {
                                transform: scale(1.6);
                            }
                        .policy .policybg .policy-left .academicBody li .img .time {
                            width: 68px;
                            height: 50px;
                            background-color: #0061ae;
                            color: #fff;
                            text-align: center;
                            position: absolute;
                            top: 110px;                           
                            font-weight: lighter;
                        }
                            .policy .policybg .policy-left .academicBody li .img .time .day {
                                width: 68px;
                                height: 30px;
                                color: #fff;
                                font-size: 20px;
                                font-weight: 600;
                                font-family: Georgia;
                            }
                            .policy .policybg .policy-left .academicBody li .img .time .year {
                                font-size: 13px;
                                line-height: 12px;
                                font-family: "微軟正黑體", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
                            }
                    .policy .policybg .policy-left .academicBody li .title {
                        width: 330px;
                        height: 58px;
                        line-height: 24px;
                        padding: 8px 15px 0px 15px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }
                    .policy .policybg .policy-left .academicBody li .content {
                        width: 330px;
                        height: 68px;
                        line-height: 22px;
                        padding: 0px 15px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        font-size: 13px;
                        color: #8a8a8a;
                    }
        .policy .policybg .policy-right {
            width: 410px;
            margin: 0 auto;
            float: left;
        }
            .policy .policybg .policy-right .policyBody {
                background-color: #fff;
                width: 380px;
                height: 278px;
                padding: 16px 15px;
                box-shadow: 0 0 20px rgba(0,0,0,.2);
            }
                .policy .policybg .policy-right .policyBody li {
                    width: 380px;
                    line-height: 45px;
                    height: 45px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    border-bottom: 1px rgba(84, 86, 88, .2) dashed;
                }
                    .policy .policybg .policy-right .policyBody li:last-child {
                        border-bottom: 0px;
                    }

     .listpage{
            width:100%;}
            .listpage .listpagebg{
                width: 1200px;
                height: auto;
                min-height:620px;
                margin: 0 auto;
                padding-top: 40px;}
                .listpage .listpagebg .listpage-left{
                    width: 250px;
                    margin-right:50px;
                    float:left;}  
                    .listpage .listpagebg .listpage-left .menuname{                        
                        height:70px;
                        line-height:70px;
                        background: #0061ae;
                        font-size:22px;
                        font-weight:600;
                        color:#fff;
                        text-align: center;
                        letter-spacing: 2px;}    
                    .listpage .listpagebg .listpage-left .xxbg{                        
                        background: url(../images/home/xuexiao_bg_right.jpg) no-repeat;
                        height:125px;
                        background-size: 250px 125px;
                        margin-top:10px;}     
                .listpage .listpagebg .listpage-right{
                    width: 900px;
                    float:left;}
                        .listpage .listpagebg .listpage-right .menuaddress{
                            height:40px;
                            line-height:30px;
                            padding-left:28px;
                            margin-bottom: 25px;
                            font-size:15px;
                            border-bottom: 1px solid #0061ae;
                            color: #0061ae;
                            background: url(../images/home/site.png) no-repeat;
                            background-position: 2px 7px;}
                            .listpage .listpagebg .listpage-right .menuaddress a{
                                 color: #0061ae;
                            }
                        .listpage .listpagebg .listpage-right ul{
                            margin:10px 0px 15px 0px;}
                        .listpage .listpagebg .listpage-right li{
                            width: 100%;
                            height:50px;
                            line-height:50px;
                            border-bottom: 1px dashed #dedede;
                            box-sizing: border-box;}
                            .listpage .listpagebg .listpage-right li .title{
                                width: 820px;
                                float:left;
                                padding:0px 12px;
                                box-sizing: border-box;
                                background: url(../images/home/arrow.png) no-repeat;
                                background-position: 0px 21px;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                overflow: hidden;}
                            .listpage .listpagebg .listpage-right li .date{
                            width: 80px;
                            color: #999;
                            font-size:14px;
                            float: left;}

.pagecc{
            width:100%;}
            .pagecc .nowsite{
                width: 1200px;
                height: 70px;
                line-height:70px;
                margin: 0 auto;
                color:#0061ae;}
                .pagecc .nowsite a{
                    color:#0061ae;}
                    .pagecc .nowsite .menuaddress{
                        background: url(../images/home/site.png) no-repeat;
                        background-position: 2px 27px;
                        padding-left:28px;}
                    
            .pagecc .pagebg{
                width: 1200px;
                margin: 0 auto;
                margin-bottom:30px;
                background: #f9f9f9;
                border:3px solid #f1f1f1;
                box-sizing: border-box;}
                .pagecc .pagebg .content_title{
                    font-size: 25px;
                    color: #333333;
                    text-align: center;
                    height: auto;
                    line-height: 38px;
                    padding: 30px 50px 0px 50px;}
                .pagecc .pagebg .content_author{
                    font-size: 14px;
                    color: #999999;
                    text-align: center;
                    height: 46px;
                    line-height: 40px;
                    margin: 5px 35px 40px 35px;
                    border-bottom: 1px solid #ccc;}
                .pagecc .pagebg .content_info{
                    margin-left: 35px;
                    margin-right: 35px;
                    line-height: 30px;
                    color: #666;
                    padding-bottom: 20px;}
                .pagecc .pagebg .content_files {
                    height: auto;
                    margin-left: 30px;
                    margin-right: 30px;
                    border-top: 1px dotted #ccc;
                    padding-top: 8px;
                    padding-bottom: 8px;}
                .pagecc .pagebg .content_prv{
                    border-top: 1px solid #ccc;
                    height: 82px;
                    line-height: 35px;
                    padding-left: 20px;
                    padding-top: 15px;
                    color: #333;}
                    .pagecc .pagebg .content_files a,.pagecc .pagebg .content_prv a{
                        color: #0061ae;}

 .flink{
            clear: both;
            width:100%;
            height:70px;
            line-height:70px;
            border-bottom: 1px solid #3772a1;
            background: #0061ae;}
            .flink .flinkbg{
                width: 1200px;
                height: 100%;
                margin: 0 auto;
                color: #ffffff;}
            .flink .flinkbg .title{
                width: 78px;
                font-size:15px;
                float:left;
                color: #fff;
                letter-spacing: 2px;
                background: url(../images/home/link.png) no-repeat;
                background-position: 12px 23px;
                padding-left: 42px;
                background-color: #004b85;}
            .flink .flinkbg .content{
                width: 1080px;
                float:left;
                padding-top:28px;}
                .flink .flinkbg .content li{
                    height: 16px;
                    line-height: 16px;
                    float:left;
                    border-right: 1px solid #3772a1;
                    padding:0px 20px;
                    font-size:14px;}
                .flink .flinkbg .content li:last-child{
                    border-right: 0px;}
                    .flink .flinkbg .content li a{
                        color:#fff;}
        .bottom{
            width:100%;
            height:160px;
            background: #0061ae;}
            .bottom .bottombg{
                width: 1200px;
                height: 120px;
                margin: 0 auto;
                padding-top:25px;}
                .bottom .bottombg .bottomlogo{
                    width: 700px;
                    height: 100%;
                    float:left;
                    background: url(../images/home/logo_xy.png) no-repeat;
                    background-size: 273px 60px;
                    background-position: 10px 25px;}
                    .bottom .bottombg .bottomlogo .name{
                        border-left: 1px solid #3772a1;
                        margin-left: 328px;
                        padding-left: 35px;
                        font-size: 22px;
                        font-weight: 600;
                        letter-spacing: 2px;
                        color: #fff;
                        margin-top: 40px;}
                .bottom .bottombg .contact{
                    box-sizing: border-box;
                    border-left: 1px solid #3772a1;
                    width: 500px;
                    height:120px;
                    float:left;
                    color:#fff;
                    font-size:14px;
                    padding-left:70px;}                    
                    .bottom .bottombg .contact .address{
                        padding-left: 36px;
                        background: url(../images/home/address.png) no-repeat;}
                    .bottom .bottombg .contact .fax{
                        padding-left: 36px;
                        background: url(../images/home/fax.png) no-repeat;}
                    .bottom .bottombg .contact .tell{
                        padding-left: 36px;
                        background: url(../images/home/tell.png) no-repeat;}
                    .bottom .bottombg .contact .ecode{
                        padding-left: 36px;
                        background: url(../images/home/ecode.png) no-repeat;}
                    .bottom .bottombg .contact .hr{
                        background-position: 0px 3px;
                        line-height: 30px;}