@charset "utf-8";
/* CSS Document */

body {
    width: 640px;
    margin: 0 auto;
    font-family: "微软雅黑";
    padding-bottom: 145px;
}
.con{
    width: 620px;
    margin-right: auto;
    margin-left: auto;
}
/***********头部************/
#header {
    width: 100%;
    height: 90px;
    position: relative;
    z-index: 9999;
    background-color: #fff;
}
.logo{
    margin: 4px 0 0 5px;
}
.logo,.logo img{
    width: 261px;
    height: 84px;
    display: block;
    float: left;
}
.a_2{
    display: inline-block;
    position: absolute;
    top: 27px;
    right: 20px;
}
.nav_1 {
    width: 200px;
    position: absolute;
    top: 78px;
    right: 0px;
    display: none;
    background: #fff;
    opacity: 0.85;
    overflow: hidden;
    padding: 20px 0;
}
.nav_1 li {
    width: 100%;
    height: 40px;   
    text-align: center;
}
.nav_1 li .a_1 {
    display: block;
    color: #333333;
    font-size: 20px;
}
.nav_1 li:hover a{
    color: #b10000;
}
/*banner*/
.swiper-container {
    height: 300px;
    width: 640px;
}
/*index*/
.in_tit{
    width: 100%;
    height: 50px;
    background: #f4f4f4;
    margin-top: 30px;
}
.in_tit h3{
    float: left;
    font-size: 24px;
    color: #212121;
    font-weight: bold;
    margin-left: 20px;
    line-height: 50px;
}
.in_tit a{
    float: right;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 10px;
}
.in_d1{
    margin-top: 20px;
    margin-bottom: 10px;
}
.in_d1_1{
    float: left;
    width: 130px;
    margin-right: 28px;
    text-align: center;
}
.in_d1 a{
    width: 130px;
    height: 130px;
    border:2px solid #d7d7d7;
    display: block;
    border-radius: 50%;
}
.in_d1 a img{
    width: 70px;
    height: 53px;
    display: block;
    margin: 38px auto 0;
}
.in_d1 a img:nth-child(2){
    display: none;
}
.in_d1_1:last-child{
    margin-right: 0;
}
.in_d1 a.in_on1{
    background: #b10000
}
.in_d1 a.in_on1 img:nth-child(2){
    display: block;
}
.in_d1 a.in_on1 img:first-child{
    display: none;
}
.in_d1_1 span{
    display: block;
    font-size: 18px;
    color: #2d2d2d;
    line-height: 40px;
}
.in_d2{
    font-size: 20px;
    color: #333333;
    line-height: 34px;
    padding: 15px 5px 0;
}

.in_tit .in_tabs1{
    float: left;
}
.in_tit .in_tabs1 h3{
    cursor: pointer;
    background: url(../images/in_line1.png) right center no-repeat;
    padding-right: 18px;
}
.in_tit .in_tabs1 h3:last-child{
    background: none;
    padding-right: 0;
}

.in_tit .in_tabs1 h3.in_h3_on1{
    color: #b00000;
}
.in_ul1{
    margin-top: 15px;
}
.in_ul1 li{
    width: 200px;
    float: left;
    margin-right: 6px;
}
.in_ul1 li:last-child{
    margin-right: 0;
}
.in_ul1 li a{
    display: block;
    text-align: center;
}
.in_ul1 li a img{
    width: 200px;
    height: 147px;
    display: block;
}
.in_ul1 li span{
    display: block;
    font-size: 20px;
    color: #212121;
    line-height: 38px;
    font-weight: 600;
}

.in_ad1,.in_ad1 img{
    display: block;
    width: 640px;
    height: 140px;
}

.in_ul2 li{
    font-size: 22px;
    display: block;
    line-height: 65px;
    border-bottom: 1px dashed #e4e4e4;
}
.in_ul2 li a{
    padding-left: 15px;
    background: url(../images/in_m1.png) left no-repeat;
    color: #333;
}
/*footer*/
.foot_bg{
    width: 640px;
    height: 117px;
    background: #1e1e1e;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -320px;
}
.foot_bg>a{
    width: 212px;
    float: left;
    text-align: center;
    height: 117px;
    border-right: 1px solid #fff;
}
.foot_bg a img{
    width: 67px;
    height: 56px;
    display: block;
    margin: 10px auto 0;
}
.foot_bg a>span{
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 50px;
}
.foot_bg a:last-child{
    border-right: none;
}

.floating_left3 {
    position: absolute;
    bottom: 117px;
    width: 33.33%;
    height: 320px;
    z-index: 99999999;
    right: 0;
    background: #fff;
    border: 1px solid #e4e4e4;
    display: none;
}

.bdsharebuttonbox {
    position: absolute;
    z-index: 6;
    font-size: 18px;
}

.bdsharebuttonbox a {
    font-size: 18px!important;
}

.bdsharebuttonbox li .bds_more {
    display: none!important;
}

.bdsharebuttonbox .btn-pop {
    display: none!important;
}

.bdsharebuttonbox>li {
    list-style: none;
    display: block;
    width: 153px;
    height: 40px;
    border-bottom: 1px solid #e4e4e4;
    padding-left: 60px;
}

.bdsharebuttonbox>li a {
    display: block!important;
    margin: 23px auto 0 auto!important;
    position: relative!important;
    float: none!important;
    padding-left: 25px;
    color: #666;
}

.bdsharebuttonbox .btn-pop2{
    display: none!important;
}
/*防伪标签*/
.ny_banner{
    background-position: center center;
    background-repeat: no-repeat;
    width:100%;
    height: 155px;
    display: block;
}
.ny_top{
    width: 645px;
    margin-left: -5px;
}
.ny_top a{
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #000;
    font-size: 24px;
    color: #fff;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}
.ny_top a.ny_on1{
    background: url(../images/ny_m1.png) repeat;
}

.ny_tit{
    background: #f6f6f6;
    padding: 0 15px;
    line-height: 45px;
}
.ny_tit a,.ny_tit span{
    font-size: 20px;
    color: #666666;
}
.ny_tit a:last-child{
    color: #af0000;
}
.ny_main{
    background: #fff;
    padding-top: 20px;
}
.ny_ul_1{
    width: 630px;
    margin-left: -10px;
}
.ny_ul_1 li{
    width: 200px;
    float: left;
    text-align: center;
    margin-left: 10px;
}
.ny_ul_1 li>a,.ny_ul_1 li>a>img{
    width: 198px;
    height: 152px;
    display: block;
}
.ny_ul_1 li>a{
    border:1px solid #dcdcdc;
}
.ny_ul_1 li p a{
    font-size: 24px;
    color: #333333;
    line-height: 68px;
    display: block;
}
.page{
    padding-top: 20px;
}
.page a{
    width: 305px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #000;
    font-size: 24px;
    display: block;
    float: left;
    color: #fff;
}
.page a:hover{
    background: #b00000;
}
.page a:last-child{
    float: right;
}
.ny_h3{
    font-size: 26px;
    color: #212121;
    line-height: 90px;
    text-align: center;
    text-transform: uppercase;
}
.ny_h3 span{
    color: #ac0000;
    font-size: 36px;
}
.ny_d1{
    width: 588px;
    border:1px solid #e6e6e6;
    background: #f8f8f8;
    padding: 20px;
    font-size: 22px;
    color: #666666;
}
.ny_d1 img{
max-width:100%;
}
.ny_ul_2{
    border:1px solid #e6e6e6;
    background: #f8f8f8;
    padding: 40px 0 15px 14px;
}
.ny_ul_2 li{
    width: 265px;
    float: left;
    text-align: center;
    margin-left: 22px;
}
.ny_ul_2 li a,.ny_ul_2 li a img{
    width: 265px;
    display: block;
    height: 170px;
}
.ny_ul_2 li span{
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
}
.ny_rb_t a{
    font-size: 24px;
    color: #212121;
    line-height: 48px;
    padding-right: 30px;
    background: url(../images/ny_line1.png) right center no-repeat;
    margin-right: 22px;
}
.ny_rb_t a:last-child{
    background: none;
}
.ny_rb_t a.ny_on2{
    color: #ac0000;
}
.ny_jianj{
    font-size: 22px;
    color: #666666;
    line-height: 36px;
    margin: 0 10px;
}
.ny_jianj img{
    max-width: 100%;
    vertical-align: middle;
}

.ny_top_ts a{
    width: 315px;
}
.ny_top_ts a:nth-child(odd){
   /* float: right;*/
}


.news_k{
    padding: 25px 0;
}
.news_k>a,.news_k>a>img{
    width: 220px;
    height: 150px;
    display: block;
    float: left;
}


.news_l{
    width: auto;
    float: left;
}
.news_l h3 a{
    font-weight: normal;
    font-size: 24px;
    color: #525252;
    line-height: 34px;
    display: block;
}
.news_l p{
    font-size: 20px;
    color: #777777;
    line-height: 26px;
    margin-top: 10px;
}
.news_l>a{
    width: 116px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #880006;
    font-size: 20px;
    color: #fff;
    display: block;
    margin-top: 15px;
}



.news_r{
    width: 375px;
    float: right;
}
.news_r h3 a{
    font-weight: normal;
    font-size: 24px;
    color: #525252;
    line-height: 34px;
    display: block;
}
.news_r p{
    font-size: 20px;
    color: #777777;
    line-height: 26px;
    margin-top: 10px;
}
.news_r>a{
    width: 116px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #880006;
    font-size: 20px;
    color: #fff;
    display: block;
    margin-top: 15px;
}

.maps,.maps a,.maps a img{
    display: block;
    width: 620px;
    height: 302px;
    margin: 0 auto;
}
.maps{
    margin: 15px auto 0;
}
.us_1{
    line-height: 40px;
}
.us{
    margin: 25px 10px 35px;
}
.us_1 span{
    float: left;
    font-size: 20px;
    color: #b1b1b1;
    width: 170px;
}
.us_1 p{
    font-size: 20px;
    color: #575757;
    line-height: 38px;
    float: left;
    width: 420px;
}
.us_1 p em{
    font-style: normal;
    margin-right: 20px;
}
.tabs_each{
    position: relative;
}
.in_abs>a{
    position: absolute;
    right: 20px;
    top: 10px;
}
.nt_three{
    line-height: 60px;
}
.nt_three a{
    font-size: 20px;
    color: #000000;
    display: block;
    float: left;
    margin: 0 15px;
}
.nt_three span{
    font-size: 14px;
    color: #838383;
    display: block;
    float: left;
}
