@CHARSET "UTF-8";

/*头部样式*/
#header {
    width: 1200px;
    margin: 0 auto;
}

.top {}

.topLink {
    width: 400px;
    float: right;
    text-align: right;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
    padding-top: 5px;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {}

.codes {
    position: fixed;
    right: 20px;
    top: 480px;
    z-index: 999999;
    width: 136px;
    display: none;
}

.codes img {
    width: 136px !important;
    height: auto !important;
}

.codes:hover {
    display: block;
}

.cssall {
    opacity: 0;
    transition: all 1.5s;
}

/*paga1*/
.banner-img {
    margin-top: 90px;
}

.banner-img img {
    width: 100%;
    height: auto;
}

/*paga2*/
.index-sort {
    width: 1200px;
    min-height: 700px;
    position: relative;
    margin: 20px auto 0;
}

.limg {
    position: absolute;
    width: 436px;
    height: 495px;
    overflow: hidden;
    left: 160px;
    top: 0;
}

.rimg {
    position: absolute;
    width: 436px;
    height: 495px;
    overflow: hidden;
    right: 160px;
    top: 0;
}

.active .limg {
    opacity: 1;
    transition-delay: 0.7s;
    left: 0;
    z-index: 99;
}

.active .rimg {
    opacity: 1;
    transition-delay: 0.7s;
    right: 0;
    z-index: 99;
}

.active .sorts {
    opacity: 1;
    transition-delay: 1.5s;
}

.sorts {
    text-align: center;
    background: url(../images/ag0.jpg) 50% 80px no-repeat;
    padding-top: 254px;
    opacity: 0;
    transition: all 0.5s;
}

.sorts a {
    display: block;
    font-size: 15px;
    line-height: 28px;
}

/*paga3*/
.index-three {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
}

.b-box {
    width: 1062px;
    height: 527px;
    background: url(../images/bg1.png) 0 0 no-repeat;
    position: absolute;
    left: 400px;
    top: 51px;
    opacity: 0;
    transition: all 1.5s;
}

.active .b-box {
    opacity: 1;
    transition-delay: 1s;
    left: 83px;
}

.b-left {
    width: 220px;
    float: left;
    padding-left: 2px;
}

.b-left .title {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    font-family: "宋体";
    text-align: center;
    padding-top: 14px;
    line-height: 46px;
}

.title-b {
    text-align: center;
    color: #d4d4d4;
    line-height: 28px;
}

/*paga4*/
.section4 {
    background: #f2f2f0;
}

.d-center {
    width: 1200px;
    margin: 20px auto 0;
}

.d-center .title {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
}

.d-center .title span {
    display: block;
    font: 100 16px/24px "arial";
    text-transform: uppercase;
    background: url(../images/dg0.jpg) no-repeat bottom center;
    padding-bottom: 14px;
}

.d-center .more {
    height: 40px;
    background: url(../images/xux.jpg) 0 50% repeat-x;
    margin-top: 22px;
}

.d-center .more a {
    display: block;
    width: 230px;
    line-height: 40px;
    background: #f2f2f0;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}

.product_listt {
    margin-top: 40px;
}

.product_listt li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    width: 290px;
    _display: inline;
}

.product_listt li a.img img {
    width: 290px;
    height: 286px;
}

.product_listt li h3 {
    padding: 10px 22px 22px;
    font-weight: normal;
    background: #fff;
}

.product_listt li h3 a {
    display: block;
    line-height: 44px;
    font-size: 16px;
}

.product_listt li h3 span {
    display: block;
    line-height: 20px;
    height: 80px;
}

.product_listt li a.img {
    display: block;
}

/*paga5*/
.index-news {
    min-height: 448px;
    margin-top: 20px;
}

.index-news li {
    width: 380px;
    float: left;
    margin: 10px;
    _display: inline;
    height: 200px;
    position: relative;
    background: url(../images/sj.jpg) 10px 98px no-repeat #fff;
    opacity: 0;
    transition: all 0.5s;
    margin-top: -20px;
}

.index-news li a {
    display: block;
    line-height: 52px;
    padding-left: 78px;
    border-bottom: 1px solid #e5e5e5;
    color: #535353;
    font-size: 16px;
}

.index-news li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 100%;
    display: block;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    color: #535353;
    line-height: 48px;
    font-size: 12px;
}

.index-news li span p {
    line-height: 52px;
    color: #b5b3b3;
    font-size: 22px;
}

.index-news li:hover span {
    background: url(../images/dg1.png) repeat;
    color: #fff;
}

.index-news li:hover a {
    color: #be1a8d
}

.index-news li:hover span p {
    color: #fff;
}

.news-p {
    padding-left: 78px;
    padding-right: 20px;
    margin-top: 15px;
    color: #8a8a8a;
    line-height: 20px;
}

.active .index-news li {
    margin-top: 0;
    opacity: 1;
}

.active .index-news li.ls0 {
    transition-delay: 0.8s;
}

.active .index-news li.ls1 {
    transition-delay: 1.6s;
}

.active .index-news li.ls2 {
    transition-delay: 2.4s;
}

.active .index-news li.ls3 {
    transition-delay: 3.2s;
}

.active .index-news li.ls4 {
    transition-delay: 4s;
}

.active .index-news li.ls5 {
    transition-delay: 4.8s;
}

/*热门搜索*/
.search {
    text-align: left;
    height: 24px;
    margin-top: 20px;
}



/*主体样式*/
#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}


/*通用样式*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.roll_product li {
    padding-bottom: 0px;
}



/*页面底部*/
.index-foot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.foot {
    width: 1200px;
    margin: 0 auto;
    color: #231816;
    font: 400 14px/26px "微软雅黑";
    padding: 10px 0;
    border-top: 1px solid #231816;
    text-align: center
}

.foot a {
    color: #231816;
    font: 400 14px/26px "微软雅黑"
}

#bdshare {
    float: right;
    margin-top: 8px;
}

#bdshare a {
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0 8px;
    float: left;
    _display: inline;
}

#bdshare a.bds_sqq {
    background: url(../images/wbs.png) 0 50% no-repeat;
}

#bdshare a.bds_weixin {
    background: url(../images/wbs.png) -42px 50% no-repeat;
}

#bdshare a.bds_tqf {
    background: url(../images/wbs.png) -84px 50% no-repeat;
}

#bdshare a.bds_qzone {
    background: url(../images/wbs.png) -126px 50% no-repeat;
}

#bdshare a.bds_tsina {
    background: url(../images/wbs.png) -168px 50% no-repeat;
}

#bdshare a.bds_tqq {
    background: url(../images/wbs.png) -211px 50% no-repeat;
}

#cktops {
    background: url(../images/st.png) 0 50% no-repeat;
    width: 103px;
    height: 23px;
    float: right;
    cursor: pointer;
    margin-top: 8px;
    _display: inline;
    margin-left: 10px;
}

.ckg {
    background: url(../images/xt.png) 0 50% no-repeat !important;
}

.foot-rgb {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.foot-center {
    width: 1150px;
    margin: 0 auto;
    padding: 26px 25px 0;
    background: url(../images/ftg.png) 712px 30px no-repeat;
}

.f-sort {
    width: 150px;
    float: left;
    padding-right: 20px;
}

.f-sort .title {
    font-weight: normal;
    font-size: 14px;
    line-height: 38px;
    background: url(../images/gys.png) 0 bottom no-repeat;
    padding-bottom: 2px;
    color: #000;
}

.f-sort .content {
    margin-top: 15px;
    position: relative;
    height: 96px;
    overflow: hidden;
}

.f-sort .content a {
    display: block;
    line-height: 24px;
}

.contact {
    width: 420px;
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.footer {
    border-top: 1px solid #cccccc;
    margin-top: 10px
}

#footer {
    width: 1150px;
    margin: 0 auto;
    line-height: 56px;
}

#footer a:hover {
    text-decoration: none;
}

.nav_foot {
    line-height: 24px;
}

.copyright {
    text-align: center;
}


/*------------内页-------------------*/

.translate {
    width: 100px;
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 99999;
    z-index: 99999;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

/*产品列表页描述*/
.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.left .box {
    margin-bottom: 10px;
    border: 1px solid #eeeeee;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-bottom: 10px;
    background: #f3f3f3;
}

.left .box h3 {
    line-height: 78px;
    padding-left: 30px;
    font-weight: normal;
    background: url(../images/nya.jpg) no-repeat 0% 100%;
    font-size: 16px;
    color: #fff;
}

.left .box .content {
    padding: 5px 0px;
}



.left {
    width: 270px;
    float: left;
}

.sort_menu {}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n-news h3 {
    background: url(../images/nyb.jpg) no-repeat 0% 100% !important;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background: url(../images/nyc.jpg) no-repeat 0% 100% !important;
}

.n_contact .content {
    padding: 5px !important;
    line-height: 22px;
}


.right {
    width: 860px;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    line-height: 54px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
    border-bottom: 1px solid #c7c7c7;
    background: url(../images/nyr.jpg) 0 50% no-repeat;
}

.sitemp h2 {
    width: 440px;
    float: left;
    line-height: 31px;
    text-align: center;
    text-align: left;
    text-indent: 35px;
    color: #000;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: normal;
}

.sitemp .site {
    width: 400px;
    float: right;
    text-align: right;
    line-height: 30px;
    font-family: "微软雅黑";
}

.sitemp .site img {
    margin-top: -4px;
    margin-right: 5px;
}

.right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
}




.section2 {
    background: url(../images/c2.jpg) no-repeat center top;
}

.stitle {
    opacity: 0;
    margin-top: -90px;
    transition: .9s;
    text-align: center;
    margin-bottom: 28px;
}

.active .stitle {
    opacity: 1;
    margin-top: 0px;
    transition: .9s;
    transition-delay: 1s;
}

.about_img {
    opacity: 0;
    margin-top: -70px;
    transition: .5s;
    width: 693px;
}

.active .about_img {
    opacity: 1;
    margin-top: 0px;
    transition: .5s;
    transition-delay: 1.5s;
}

.about_content {
    opacity: 0;
    margin-top: 88px;
    transition: .5s;
    padding: 68px 36px 0;
    width: 387px;
    height: 302px;
    background: url(../images/shadow.png) no-repeat center top;
    color: #271b18;
    font: 400 14px/26px "微软雅黑";
    margin-left: -105px;
    position: relative;
    z-index: 99
}

.active .about_content {
    opacity: 1;
    margin-top: 158px;
    transition: .5s;
    transition-delay: 2s;
}


.section3 {
    background: url(../images/c3.jpg) no-repeat center top;
}

.index-three li {
    float: left
}

.index-three li:last-child {
    margin-left: 709px;
}

.list1 {
    opacity: 0;
    left: 600px;
    transition: .8s;
    position: relative
}

.active .list1 {
    opacity: 1;
    left: 0px;
    transition: .8s;
    transition-delay: 1.5s;
}




.section4 {
    background: url(../images/c4.jpg) no-repeat center top;
}

.news_img {
    width: 600px;
    opacity: 0;
    margin-left: -500px;
    transition: .5s;
}

.active .news_img {
    opacity: 1;
    margin-left: 0px;
    transition: .5s;
    transition-delay: 1.5s;
}


.news_content {
    width: 629px;
    left: 480px;
    opacity: 0;
    transition: .8s;
    position: relative;
    margin-left: -29px;
}

.active .news_content {
    opacity: 1;
    transition: .8s;
    transition-delay: 1.5s;
    left: 0px;
}



.news_list1 {
    padding: 16px 0 22px;
    height: 76px;
    background: #e7e6e4;
}

.news_list1 dd {
    width: 128px;
    text-align: center;
    font: 400 26px "微软雅黑";
    color: #231816;
    float: left;
    background: url(../images/date.png) no-repeat right center;
}

.news_list1 dd span {
    display: block;
    font: 400 47px/38px "微软雅黑";
}

.news_list1 dt {
    width: 415px;
    float: left;
    margin-left: 30px;
}

.news_list1 dt a {
    color: #231816;
    font: 400 18px/20px "微软雅黑";
}

.news_list1 dt span {
    display: block;
    font: 400 14px/20px "微软雅黑";
    color: #231816;
    margin-top: 8px;
}

.news_list1 dt span a {
    color: #231816;
    font: 400 14px/20px "微软雅黑";
    text-align: right;
    text-transform: uppercase;
    display: block;
}

.news_list1:hover dd {
    color: #cf181d;
}

.news_list1:hover dt a {
    color: #cf181d;
}


.date {
    padding-left: 29px;
    margin-top: 18px;
}


.date:hover {
    background: url(../images/sdot.png) no-repeat left center;
}



.section5 {
    background: url(../images/c5.jpg) no-repeat center top;
}

.contact_img {
    width: 600px;
    position: relative;
    left: 100px;
    opacity: 0;
    transition: .8s;
}

.active .contact_img {
    left: 0px;
    opacity: 1;
    transition: .8s;
    transition-delay: 1.5s;
}

.contact_content {
    width: 542px;
    color: #231816;
    font: 400 16px/32px "微软雅黑";
    right: 100px;
    position: relative;
    opacity: 0;
    transition: .8s;
}

.active .contact_content {
    right: 0px;
    opacity: 1;
    transition: .8s;
    transition-delay: 1.5s;
}


.contact_content a {
    color: #231816;
}

.k1 {
    margin-top: 10px;
}



.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}


.navigation {
    float: right;
    width: 100px;
}

.index-title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.index-table td {
    border: solid #add9c0;
    border-width: 0px 1px 1px 0px;
    padding: 10px 5px;
}

.index-table {
    border: solid #add9c0;
    border-width: 1px 0px 0px 1px;
    margin-top: 10px;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}