﻿body {
    font-family: 微软雅黑,Arial, 宋体, SimSun;
    font: 12px;
    color: #666666;
}

a {
    color: #333333;
    text-decoration: none;
}

    a:active {
        color: #830505;
    }

    a:hover {
        color: #1E50A2;
    }

.container {
    position: relative;
}

.content {
    margin: auto;
    width: 1200px;
}

.content2 {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.inline {
    display: inline-block;
    vertical-align: middle;
}

.tab {
    width: 100%;
    height: 41px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f2f2f2;
}

.tabnobg {
    width: 100%;
    height: 41px;
    border-bottom: 1px solid #e6e6e6;
}
.link{
    width: 100%;
    height: 41px;
    border-bottom: 1px solid #e6e6e6;
}

.tabon {
    width: 113px;
    height: 41px;
    background-color: #1b50a0;
    font-family: 微软雅黑,黑体, SimHei;
    line-height: 41px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
    color: white;
    /*font-weight: bold;*/
    -webkit-font-smoothing: antialiased;
    /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;
    /*firefox*/
}
.linkon {
    width: 200px;
    height: 41px;
    background-color: #1b50a0;
    font-family: 微软雅黑,黑体, SimHei;
    line-height: 41px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
    color: white;
    /*font-weight: bold;*/
    -webkit-font-smoothing: antialiased;
    /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;
    /*firefox*/
}

.tabcur {
    width: 113px;
    background-color: #1b50a0;
    color: white !important;
}
.linkcur {
    width: 200px;
    background-color: #1b50a0;
    color: white !important;
}

.taboff {
    width: 113px;
    height: 41px;
    font-family: 微软雅黑,黑体, SimHei;
    line-height: 41px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
    color: #1b50a0;
    /*font-weight: bold;*/
    -webkit-font-smoothing: antialiased;
    /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;
    /*firefox*/
}
.linkoff {
    width: 200px;
    height: 41px;
    font-family: 微软雅黑,黑体, SimHei;
    line-height: 41px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
    color: #1b50a0;
    /*font-weight: bold;*/
    -webkit-font-smoothing: antialiased;
    /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;
    /*firefox*/
}

.tabdivon {
    display: block;
}

.tabdivoff {
    display: none;
}

.publicdivon {
    display: block;
}

.publicdivoff {
    display: none;
}
.linkdivon {
    display: block;
}

.linkdivoff {
    display: none;
}

.tabtitle {
    height: 30px;
    margin: 0 auto;
    margin-top: 10px;
    border-bottom: 1px solid #1b50a0;
    font-family: 微软雅黑,黑体, SimHei;
    line-height: 30px;
    letter-spacing: 2px;
    font-size: 15px;
    color: #1b50a0;
    /*font-weight: bold;*/
    -webkit-font-smoothing: antialiased;
    /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;
    /*firefox*/
}

.hot {
    width: 100%;
    height: 60px;
    font-family: 微软雅黑, Microsoft YaHei, 黑体, SimHei;
    line-height: 60px;
    text-align: center;
    letter-spacing: 3px;
    font-size: 20px;
    color: #ff0000;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;
    /*firefox*/
}
.service {
    width: 100%;
    height: 60px;
    font-family: 微软雅黑, Microsoft YaHei, 黑体, SimHei;
    line-height: 60px;
    text-align: center;
    letter-spacing: 3px;
    font-size: 26px;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;
    /*firefox*/
}

.menu {
    font-family: 微软雅黑,Arial, 宋体, SimSun;
    letter-spacing: 2px;
    font-size: 15px;
    color: white;
}

.publicbutton {
    display: inline-block;
    width: 88px;
    height: 62px;
    line-height: 25px;
    background-color: #F5F5F5;
    color: #000000;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    cursor: pointer;
}
.aboutbutton {
    display: inline-block;
    width: 90px;
    height: 70px;
    line-height: 25px;
    background-color: #F5F5F5;
    color: #000000;
    white-space: nowrap;
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    cursor: pointer;
}

.serach {
    /*//margin-left: 280px;
    //display: inline-block;*/
}

.shadow {
    box-shadow: 0px 0px 5px #e6e6e6;
    border: 1px solid #e6e6e6
}

.shadow2 {
    box-shadow: 0px 0px 5px #313131;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

.all {
    height: 36px;
}

    .all li {
        min-width: 110px;
        height: 36px;
        background-color: #ffffff;
        line-height: 36px;
        text-align: center;
        float: left;
        position: relative;
        cursor: pointer;
        opacity: 0.9;
    }

    .all ul {
        position: absolute;
        left: 0;
        top: 36px;
        display: none;
    }
    .all a {
        color: #333333;
        text-decoration: none;
    }

    .all a:active {
        color: #333333;
    }

    .all a:hover {
        color: #ff0000;
    }

        .all a:visited {
            color: #333333;
        }

.classbox {
    height: 20px;
    line-height: 20px;
    padding: 5px;
    width: 90%;
    border: 1px solid #F0F0F0;
    background-color: #f6f6f6;
    margin: 5px;
}

.dotdotdot {
    overflow: hidden;
    text-overflow: ellipsis;
    /*限制文本不换行，这样超出才能被截取*/
    white-space: nowrap;
    /*width自定义调整*/
}
/*下面是对联广告的css代码*/

.duilian {
    top: 260px;
    position: absolute;
    width: 102px;
    overflow: hidden;
    display: none;
}

.duilian_left {
    left: 6px;
}

.duilian_right {
    right: 6px;
}

.duilian_con {
    border: #CCC solid 1px;
    width: 100px;
    height: 300px;
    overflow: hidden;
}

.duilian_close {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: block;
    font-size: 13px;
    color: #555555;
    text-decoration: none;
}