body, div, h1, h2, h3, h4, h5, h6, dl, dd, dt, p, a, form, select, input, span, ul, ol, li, figure {
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-weight: normal;
}
body {
    margin: 0 auto;
    width: 100%;
    color: #000;
    font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

ul, ol {
    list-style: none;
    text-indent: 0;
}

img {
    border: 0px;
}

/* link */
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    text-align: center;
}

/*单行文本超出边界用省略号*/
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
/*多行文本截取指定行数，超出用省略号，适用于移动端*/
.ellipsis-rows {
    display:-webkit-box;
    -webkit-line-clamp:3;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
/*清除浮动*/
.clearfix:after{
            display: block;
            content:'';
            clear: both;
            height:0;
}
.clearfix{zoom:1}
.ln_1 {
    width: 100%; 
    border-top: 3px solid #1b1b1b;
    height: 100px;
}
.ln_1_wk{
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}
.ln_1_title{
    float: left;
    width: 300px;
    line-height: 100px;
    font-size: 30px;
    font-weight: 600;
}
.ln_1_link{
    float: right;
}
.ln_1_link ul{
    height: 100px;
    line-height: 100px;
}
.ln_1_link ul li{
    float: left;
    width: 95px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.ln_1_link ul li a{
    font-size: 16px;
    color: #1b1b1b;
    line-height: 30px;
}
.ln_1_link ul li a:hover{
    font-size: 16px;
    padding: 8px 12px;
    color: #ffffff;
    line-height: 30px;
    background-color: #2e99fc;
    border-radius: 3px;
}
.ln_2{
    width: 100%;
    height: 300px;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.ln_3{
    width: 100%;
    background-color: #f6f6f8;
    height: 480px;
}
.ln_3_wk{
    width: 1200px;
    margin: 0 auto;
}
.ln_3_cp{
    width: 200px;
    min-height: 150px;
    margin-top: 40px;
    float: left;
}
.cp_bj{
    width: 131px;
    height: 131px;
    margin: 0 auto;
}
.cp_bj a{
    width: 131px;
    height: 131px;   
    background-image: url(../images/cp_bj.png);
    display: block;
}
.cp_bj a:hover{
    width: 131px;
    height: 131px;   
    background-image: url(../images/cp_bj_2.png);
    display: block;
}
.ln_3_cp h2{
    font-size: 16px;
    color: #1b1b1b;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}
.ln_3_cp h2 a{
    color: #1b1b1b;
}
.ln_3_cp h2 a:hover{
    color: #2e99fc;
}
.ln_4{
    width: 1240px;
    height: 350px;
    margin: 0 auto;
}
.xm{
    float: left;
    width: 270px;
    margin: 40px 20px;
    overflow: hidden;
}
.xm1{
    width: 270px;
    height: 180px;
    border: none;
    overflow: hidden;
}
.xm1 img{
    border: none;
    margin: 0px;
    padding: 0px;
}
.xm h2{
    width: 270px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.xm h2 a{
    color: #1b1b1b;
}
.xm h2 a:hover{
    color: #2e99fc;
}
.xm h3{
    width: 270px;
    height: 48px;
    font-size: 14px;
    color: #606060;
    line-height: 24px;
    overflow: hidden;
}
.ln_5{
    width: 100%;
    height: 296px;
    background:url(../images/dz.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.ln_6{
    width: 100%;
    height: 78px;
    background-color: #1b1b1b;
    line-height: 78px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
.jianjie{
    width: 1200px;
    height: auto;
    padding: 40px 0px;

    margin: 0 auto;
}
.jianjie h2{
    font-size: 16px;
    line-height: 32px;
    color: #1b1b1b;
    text-align: center;
}
.jianjie p{
    margin: 40px auto;
    display: block;
}
.jianjie h3{
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.jianjie h4{
    width: 450px;
    font-size: 16px;
    color: #7b7e7e;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}
.jianjie .xian{
    width: 100px;
    height: 2px;
    background-color: #2e99fc;
    margin: 10px auto;
}
.chanpin{
    width: 1200px;
    min-height: 400px;
    margin: 40px auto;
    clear: both;
}
.cp_left{
    float: left;
    width: 294px;
    min-height: 400px;
    overflow: hidden;

}
.cp_left1{
    width: 292px%;
    border:1px solid #cdcdcd;
}
.left_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 2px solid #0080fb;
    font-size: 16px;
    font-weight: bold;
    color: #0080fb;
    padding-left: 15px;
}
.cp_left1 ul{
    width: 260px;
    padding-bottom: 20px;
    margin: 0 auto;
}
.cp_left1 ul li{
    width: 100%;
    height: 35px;
    padding-left: 15px;
    border-bottom: 1px solid #f5f5f5;
    background: no-repeat url(../images/dian.png);
}
.cp_left1 ul li a{
    font-size: 14px;
    color: #464646;
    line-height: 35px;
}
.cp_left1 ul li a:hover{
    font-size: 14px;
    color: #0080fb;
    line-height: 35px;
}
.cp_left2{
    width: 294px;
    margin-top: 20px;
}
.left_title2{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #464646;
    background: no-repeat url(../images/titile_bj.jpg);
}
.cp_left2 ul{
    width: 292px;
    padding: 10px 0px 20px 0px;
    margin: 0 auto;
    border:1px solid #cdcdcd;
    background-color: #f9f9f9;
}
.cp_left2 ul li{
    width: 272px;
    height: 35px;
    margin-left: 20px;
    padding-left: 15px;
    border-bottom: 1px solid #f5f5f5;
    background: no-repeat url(../images/dian.png);
}
.cp_left2 ul li a{
    font-size: 14px;
    color: #464646;
    line-height: 35px;
}
.cp_left2 ul li a:hover{
    font-size: 14px;
    color: #0080fb;
    line-height: 35px;
}
.cp_right{
    float: right;
    width: 900px;
    min-height: 300px;
}
.cp_right_nr{
    float: left;
    width: 270px;
    min-height: 300px;
    margin-left: 30px;
    margin-bottom: 40px;
    overflow: hidden;
}
.cp_right_nr img{
    width: 270px;
    height: 186px;
    border: none;
}
.cp_right_titile{
    width: 100%;
}
.cp_right_titile dt{
    font-size: 16px;
    line-height: 60px;
}
.cp_right_titile dt a{
    color: #464646;
    font-weight: bold;
}
.cp_right_titile dt a:hover{
    color: #0080fb;
    font-weight: bold;
}
.cp_right_titile dd{
    font-size: 14px;
    line-height: 26px;
    color: #a0a0a0;
}
.right_an{
    float: left;
    width: 104px;
    height: 36px;
    display: block;
    background-color: #0080fb;
    font: 14px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 3px;
}
.zs_right{
    float: right;
    width: 900px;
    min-height: 300px;
}
.zs_right_nr{
    width: 870px;
    height: 142px;
    margin-left: 30px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}
.zs_right_nr1{
    float: left;
    width: 206px;
    height: 142px;
    margin-right: 35px;
    overflow: hidden;
}
.zs_right_nr1 img{
    width: 206px;
    height: 142px;
}
.zs_right_nr2{
    float: left;
    width: 620px;
    overflow: hidden;
}
.zs_right_nr2 h2{
    font-size: 16px;
    font-weight: bold;
    color: #464646;
    line-height: 46px;
}
.zs_right_nr2 h2 a{
    font-size: 16px;
    font-weight: bold;
    color: #464646;
}
.zs_right_nr2 h2 a:hover{
    font-size: 16px;
    font-weight: bold;
    color: #0080fb;
}
.zs_right_nr2 p{
    font-size: 14px;
    line-height: 26px;
    color: #a0a0a0;
}
.zzwj{
    width: 860px;
    margin-left: 40px;
}
.zzwj h2{
    font-size: 20px;
    font-weight: bold;
    color: #464646;
    text-align: center;
    line-height: 100px;
}
.zzwj_nr{
    font-size: 14px;
    line-height: 30px;
    color: #606060;
}
.pagelist li{
    float: left;
    display: inline;
    padding-right: 5px;
    text-align: center;
    margin-left: 40px;
}




.zz_right_nr{
    float: left;
    width: 270px;
    min-height: 200px;
    margin-left: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}
.zz_right_nr img{
    width: 270px;
    height: 186px;
    border: none;
}
.zz_right_titile{
    width: 100%;
}
