/*非自适应站内页banner样式*/

.xypg-banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 500px !important;
}

.xypg-banner .img img {
    width: 1920px;
    margin: 0 auto;
    height: 500px !important;
}


/*非自适应站内页样式*/

.container {
    position: relative;
    width: 1200px !important;
    margin: 0 auto;
    padding: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.xypg-left {
    width: 260px;
    float: left;
}

.xypg-right {
    width: 880px;
    float: right;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


/*内页banner*/

.n_bannerbj {
    width: 100%;
    overflow: hidden;
}

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


/*非自适应站内页产品样式*/

.xypg-product-list {
    margin: 0;
}

.xypg-product-list li {
    margin: 0 10px;
    width: 272px;
}

.xypg-product-list li .img img {
    width: 272px;
}

.xypg-product-list li h3 {
    margin: 15px 0;
}


/*头部样式*/

#head {
    height: 38px;
    overflow: hidden;
    background: #272727;
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

#head1 {
    background: #f25c19;
    float: left;
    width: 360px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
}

#head2 {
    width: 1200px;
    height: 38px;
    margin: 0 auto;
}

#head2 .k1 {
    font: normal 12px/38px "微软雅黑";
    color: rgba(255, 255, 255, 0.6);
}

#head2 .k1 a {
    color: rgba(255, 255, 255, 0.6);
}

.flxf {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95) !important;
}

.h_nav {
    width: 880px;
    float: right;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-top: 10px;
}

.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 {
    float: right;
}


/*热门搜索*/

.search {
    margin-top: 10px;
}

.hotSearch {
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    margin-right: 10px;
    font: normal 13px/36px "微软雅黑";
    color: #666666;
}

.hotSearch a {
    font: normal 13px/36px "Microsoft Yahei";
    color: #666666;
    padding-left: 6px;
}

.pro-box {
    padding-bottom: 40px;
}

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

.proleft {
    width: 305px;
    float: left;
    margin-top: 30px;
}

.proleft h2 {
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #f25c19;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.sortt {
    width: 303px;
    border: 1px solid #aaaaaa;
    background: #fff;
}

.sortt li:last-child {
    margin-bottom: 15px;
}

.sortt li a {
    font-size: 16px;
    color: #383838;
    display: block;
    line-height: 36px;
    background: #d8d8d8;
    margin: 0 auto;
    margin-top: 10px;
    text-indent: 40px;
    width: 284px;
}

.sortt .sec {
    margin: 15px 0px;
    display: none;
}

.sortt .sec li {}

.sortt .sec li a {
    display: block;
    background: none;
    line-height: 26px;
    font-size: 13px;
    color: #333;
    text-indent: 60px;
    background: url(../images/secabj.png) no-repeat 40px;
}

.proright {
    width: 866px;
    float: right;
    margin-top: 30px;
}

.proright .tabli ul li {
    float: left;
    width: 180px;
    height: 58px;
    text-align: center;
    font: normal 18px/58px "微软雅黑";
    color: #666666;
    background: #d8d8d8;
    margin-right: 10px;
}

.proright .tabli ul li:last-child {
    margin-right: 0 !important;
}

.proright .tabli ul .cur {
    color: #fff;
    background: #f25c19;
}

.proright .tabli>a {
    display: block;
    width: 116px;
    height: 58px;
    background: #f5f5f5;
    font: normal 16px/58px "微软雅黑";
    color: #666666;
    float: right;
    text-align: center;
}

.proright .tab ul li {
    float: left;
    width: 277px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 40px;
    position: relative;
    background: url(../images/cplibj.png) no-repeat;
}

.proright .tab ul li img {
    width: 275px;
    height: 187px;
    border: 1px solid #eeeeee;
}

.proright .tab ul li h3 {
    height: 187px;
    width: 100%;
    background: rgba(102, 102, 102, 0.8);
    top: 0px;
    text-align: center;
    position: absolute;
    line-height: 131px;
    opacity: 0;
    transition: all 0.5s;
}

.proright .tab {
    margin-top: 40px;
}

.proright .tab ul li:hover h3 {
    opacity: 1;
}

.proright .tab ul li:hover img {
    border: 1px solid #f25c19;
}

.proright .tab ul li h3 a {
    font-size: 22px;
    color: #fff;
    display: block;
    width: 181px;
    margin: 0 auto;
    line-height: 39px;
    padding-top: 67px;
    font-weight: bold;
}

.proright .tab ul li .zx {
    width: 275px;
    margin-top: 24px;
}

.proright .tab ul li .zx .ljxq {
    float: left;
    width: 132px;
    height: 33px;
    background: url(../images/ljxqbj.png) no-repeat;
    display: block;
    text-align: center;
    font: normal 14px/33px "微软雅黑";
    color: rgba(255, 255, 255, 0.9);
}

.proright .tab ul li .zx .ljzx {
    float: right;
    width: 132px;
    height: 33px;
    background: url(../images/zxbj.png) no-repeat;
    display: block;
    text-align: center;
    font: normal 14px/33px "微软雅黑";
    color: #333333;
}

.alzs {
    background: url(../images/casebj.jpg) no-repeat;
    height: 500px;
}

.alzs_con {
    padding: 60px 0;
    width: 1200px;
    margin: 0 auto;
}

.alzs_con h2 {
    font: normal 30px/40px "微软雅黑";
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
}

.alzs_con h2 p {
    font: normal 50px/60px Book Antiqua;
    color: #666666;
    text-align: center;
}

.alzs01 {
    position: relative;
    margin-top: 20px;
}

.l_btn,
.r_btn {
    position: absolute;
    top: 30%;
    cursor: pointer;
}

.l_btn {
    left: -50px;
}

.r_btn {
    right: -50px;
}

.ppjj {
    height: 500px;
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}

.ppjj .abouttu {
    width: 960px;
    height: 500px;
}

.ppjj .abouttu img {
    max-width: 100%;
}

.ppjj .aboutjj {
    width: 960px;
    height: 500px;
    background: url(../images/aboutbj.jpg) no-repeat;
}

.ppjj .aboutjj .about_wz {
    margin-top: 110px;
    margin-left: 40px;
    width: 560px;
    color: #fff;
}

.ppjj .aboutjj .about_wz p {
    color: #fff;
}

.ppjj .aboutjj .about_wz p span {
    color: #fff;
}

.ppjj .aboutjj .about_wz h2 p {
    font: normal 54px/60px Book Antiqua;
    color: rgba(255, 255, 255, 0.8);
}

.ppjj .aboutjj .about_wz h2 {
    font: normal 34px/40px "微软雅黑";
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.ppjj .aboutjj .about_wz>p {
    font: normal 14px/30px "微软雅黑";
    color: #fff;
    text-indent: 2em;
}

.ppjj .aboutjj .about_wz>a {
    font: normal 14px/40px "微软雅黑";
    color: #fff;
    width: 160px;
    height: 40px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 4px;
    margin-top: 30px;
}

.adv_tt {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.adv_tt p {
    font: normal 14px/20px Book Antiqua;
    color: #999999;
    text-align: center;
}

.adv_tt h2 {
    font: normal 30px/40px "微软雅黑";
    color: #333333;
    text-align: center;
    background: url(../images/add_ttbj.png) no-repeat;
}

.adv_tt h3 {
    font: bold 40px/50px "微软雅黑";
    color: #c41022;
    text-align: center;
}

.adv-box {
    height: 1800px;
}

.reuse {
    font-size: 26px;
    color: #333333;
    font-weight: normal;
}

.reuse p {
    font-size: 22px !important;
    font-weight: bold !important;
    color: #ff8000 !important;
    padding-top: 25px;
    padding-bottom: 12px;
    text-indent: 0px !important;
}

.adv1 p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-indent: 20px;
}

.adv1 {
    padding-top: 50px;
}

.adv1 .adv-img {
    width: 600px;
}

.adv1 .adv-img img {
    max-width: 100%;
}

.adv1 .adv-text {
    position: relative;
    width: 600px;
    float: right;
    padding-left: 70px;
}

.adv1 .adv-text .tt1-img {
    position: absolute;
    left: -50px;
    top: 30px;
}

.adv1 .adv-text h2 {
    color: #333333;
    margin-top: 140px;
    font: 400 26px/30px "Microsoft Yahei";
}

.adv1 .adv-text h2 span {
    display: block;
    color: #ff8000;
    padding-top: 15px;
    padding-bottom: 12px;
    font: 600 22px/50px "Microsoft Yahei";
}

.adv1 .adv-text h2 span:before {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    background-color: #c2c2c2;
}

.adv1 .adv-text li {
    padding-left: 18px;
    list-style-type: none;
    background: url("../images/adv-arrow.png") no-repeat left 10px;
    color: #666;
    font: 400 14px/28px "Microsoft Yahei";
}

.adv2 {
    margin-top: 50px;
}

.adv2 .adv-img {
    width: 600px;
}

.adv2 .adv-img img {
    max-width: 100%;
}

.adv2 .adv-text {
    position: relative;
    width: 600px;
    padding-right: 60px;
    padding-left: 88px;
}

.adv2 .adv-text .tt1-img {
    position: absolute;
    top: 30px;
    left: 0;
}

.adv2 .adv-text h2 {
    color: #333333;
    margin-top: 140px;
    font: 400 26px/30px "Microsoft Yahei";
}

.adv2 .adv-text h2 span {
    display: block;
    color: #ff8000;
    padding-top: 15px;
    padding-bottom: 12px;
    font: 600 22px/50px "Microsoft Yahei";
}

.adv2 .adv-text h2 span:before {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    background-color: #c2c2c2;
}

.adv2 .adv-text li {
    padding-left: 18px;
    list-style-type: none;
    background: url("../images/adv-arrow.png") no-repeat left 10px;
    color: #666;
    font: 400 14px/28px "Microsoft Yahei";
}


/*新闻*/

.news-box {
    background: url(../images/newsbj.jpg) no-repeat;
    height: 777px;
}

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

.news-box>h2 {
    font: normal 30px/40px "微软雅黑";
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 60px;
}

.news-box>h2 p {
    font: normal 50px/60px Book Antiqua;
    color: #666666;
    text-align: center;
}

.new11 {
    width: 390px;
    float: left;
    margin-top: 30px;
}

.new11 h2 {
    line-height: 54px;
    background: #f25c19;
    font-size: 20px;
    color: #fff;
    text-indent: 15px;
}

.new11 h2 span {
    font-size: 16px;
    font-weight: normal;
}

.news-list {
    width: 390px;
    height: 400px;
    background: #fff;
    margin-top: 40px;
    position: relative;
}

.news-list>a {
    display: block;
    width: 22px;
    height: 23px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/jt.jpg) no-repeat;
}

.news-list .imgg {
    margin: 0 auto;
    display: block;
    padding-top: 7px;
}

.news-list li {
    line-height: 52px;
    border-bottom: 1px dashed #d4d4d4;
    text-indent: 10px;
}

.news-list li a {
    font-size: 14px;
    color: #333;
}

.new2 {
    width: 390px;
    float: left;
    margin-top: 30px;
    margin-left: 10px;
}

.new2 h2 {
    line-height: 54px;
    background: #dddddd;
    font-size: 20px;
    color: #333;
    text-indent: 15px;
}

.new2 h2 span {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
}

.new3 {
    width: 390px;
    float: left;
    margin-top: 30px;
    margin-left: 10px;
}

.new3 h2 {
    line-height: 54px;
    background: #dddddd;
    font-size: 20px;
    color: #333;
    text-indent: 15px;
}

.new3 h2 span {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
}

.news-list1 {
    width: 390px;
    background: #fff;
}

.news-list1 li {
    height: 160px;
    padding: 10px;
}

.news-list1 li h3 {
    line-height: 43px;
    border-bottom: 1px solid #d4d4d4;
    padding-left: 40px;
    background: url(../images/wen.png) no-repeat 0px;
}

.news-list1 li h3 a {
    font-size: 14px;
    color: #333;
}

.news-list1 li p {
    font-size: 12px;
    line-height: 25px;
    padding-left: 40px;
    padding-top: 10px;
    background: url(../images/da.png) no-repeat 0px 14px;
}

.hzhb {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.hzhb h2 {
    font: normal 30px/40px "微软雅黑";
    color: #333333;
    text-align: center;
}

.hzhb h3{
    text-align: center;
    font: 400 14px/30px "微软雅黑";
    color: #333333;
    margin-bottom: 50px;
}

.hzhb h2 p {
    font: normal 50px/60px Book Antiqua;
    color: #666666;
    text-align: center;
}


/*友情链接*/

.f_link {
    width: 1200px;
    margin: 0 auto;
    font: 400 20px/30px "微软雅黑";
    color: #f25c19;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 50px;
    margin-bottom: 50px;
}

.f_link span {
    font: 400 14px/20px "微软雅黑";
    color: #999999;
}

.f_link a {
    font: 400 14px/20px "微软雅黑";
    color: #999999;
}


/*滚动*/


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

#n_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#n_indemo {
    float: left;
    width: 800%
}

#n_demo1 {
    float: left;
}

#n_demo2 {
    float: left;
}

.roll_productrr {
    float: left;
}

.product_listrr {}

.product_listrr li {
    float: left;
    margin-left: 16px;
    margin-right: 16px;
    ;
    _display: inline;
}

.product_listrr li:hover {
    text-decoration: none;
}

.product_listrr li a img {
    width: 240px;
    height: 163px;
}

.product_listrr li h3 {
    text-align: center;
}

.product_listrr li h3 a {
    font-weight: normal;
    line-height: 40px;
    font: normal 14px/40px "微软雅黑";
    color: #333;
}

.product_listrr li:hover h3 a {
    color: #f25c19;
}

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

.product_listrr li a.img:hover {}

#news_demo {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 400px;
    margin-top: 40px;
}

#innewsdemo {
    height: 100%;
}

#hb_demo {
    background: #FFF;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#hb_indemo {
    float: left;
    width: 800%
}

#hb_demo1 {
    float: left;
}

#hb_demo2 {
    float: left;
}

.roll_producthb {
    float: left;
}

.product_listhb {}

.product_listhb li {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    _display: inline;
    /*border: 1px solid #ccc;*/
}

.product_listhb li:hover {
    text-decoration: none;
    border: 1px solid #f25c19;
}

.product_listhb li a img {
    width: 232px;
    height: auto;
    border-radius: 10px;
}

.product_listhb li h3 {
    text-align: center;
}

.product_listhb li h3 a {
    font-weight: normal;
    line-height: 40px;
}

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

.product_listhb li a.img:hover {
    border-color: #f25c19;
}

.product_listhb li h4{
    color: #333;
    font: 400 15px/36px "Microsoft yahei";
    text-align: center;
}

.product_list li {
    float: left;
    width: 270px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 40px;
    position: relative;
    background: url(../images/cplibj.png) no-repeat;
}

.product_list li img {
    width: 270px;
    height: 182px;
    border: 1px solid #eeeeee;
}

.product_list li h3 {
    height: 182px;
    width: 100%;
    background: rgba(102, 102, 102, 0.8);
    top: 0px;
    text-align: center;
    position: absolute;
    line-height: 131px;
    opacity: 0;
    transition: all 0.5s;
}

.product_list li:hover h3 {
    opacity: 1;
}

.product_list li:hover img {
    border: 1px solid #f25c19;
}

.product_list h3 a {
    font-size: 22px;
    color: #fff;
    display: block;
    width: 181px;
    margin: 0 auto;
    line-height: 39px;
    padding-top: 67px;
    font-weight: bold;
}

.product_list li .zx {
    width: 270px;
    margin-top: 24px;
}

.product_list li .zx .ljxq {
    float: left;
    width: 130px;
    height: 33px;
    background: url(../images/ljxqbj.png) no-repeat;
    display: block;
    text-align: center;
    font: normal 14px/33px "微软雅黑";
    color: rgba(255, 255, 255, 0.9);
}

.product_list li .zx .ljzx {
    float: right;
    width: 132px;
    height: 33px;
    background: url(../images/zxbj.png) no-repeat;
    display: block;
    text-align: center;
    font: normal 14px/33px "微软雅黑";
    color: #333333;
}

.product_list2 {}

.product_list2 li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    _display: inline;
}

.product_list2 li a.img {
    padding: 1px;
    border: 1px solid #e0e1dc;
}

.product_list2 li a.img img {
    width: 246px;
    height: 246px;
}

.product_list2 li h3 {
    text-align: center;
    padding-top: 5px;
}

.product_list2 li h3 a {
    font-weight: normal;
}

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

.product_list2 li a.img:hover {
    border-color: #e87518;
}


/*页面底部*/

#footer {
    position: relative;
    width: 1920px;
    margin: 0 auto;
    text-align: center;
    background: #333333;
    height: 198px;
    left: 50%;
    margin-left: -960px;
    margin-top: 30px;
}

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

.nav_foot {
    text-align: center;
    line-height: 38px;
    color: #333333;
    width: 1200px;
    margin: 0 auto;
    height: 38px;
    border: 1px solid #d6d6d6;
    background: #f8f8f8;
    position: relative;
    top: -20px;
}

.nav_foot a {
    width: 98px;
    display: inline-block;
    background: url(../images/xuxian.png) no-repeat 0px 10px;
}

.nav_foot p {
    display: block;
    width: 630px;
    margin: 0 auto;
}

.nav_foot a:first-child {
    background: none;
}

.copyright {
    text-align: center;
    font: normal 12px/30px "微软雅黑";
    color: rgba(255, 255, 255, 0.8);
    margin-top: 40px;
}

.copyright a {
    color: rgba(255, 255, 255, 0.8);
}

.zyqy {
    font: normal 12px/30px "微软雅黑";
    color: rgba(255, 255, 255, 0.8);
}

.zyqy a {
    font: normal 12px/30px "微软雅黑";
    color: rgba(255, 255, 255, 0.8);
}

.xy-menu>li {
    width: 124px;
}

.ft_ewm {
    position: absolute;
    top: 0;
    right: 0;
}

.pro-ewm {
    background: #d8d8d8;
    padding: 8px;
}