﻿
/* 全局样式 */
html {
    font-size: 62.5%;
}

body {
    color: #222;
    font-size: 100%;
    font-family: "Microsoft Yahei";
}
.lk{display: block;height: 0;width: 0;overflow: hidden;}
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #fe4040;
}

.w{
    width: 1200px;
    margin:0 auto;
}

/*header*/
header{
    height: 140px;
    overflow: hidden;
}
header>.logo{
    width: 22%;
    margin: 35px auto 0;
}
header>nav{
    text-align: right;
    width: 75%;
}
header>nav>#menu{
    display: none;
    margin: 38px 15px 0 0;
}
.nav>li{
    display: inline-block;
    width: 12%;
    max-width: 110px;
    height: 140px;
    overflow: hidden;
}
.nav>li>a{
    position: relative;
    display: block;
    font-size: 14px;
    text-align: center;
    height: 100%;
    letter-spacing: 1px;
    transition: all .4s;
}
.nav>li>a i,
.nav>li>a span{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;

}
.nav>li>a i{
    top:45px;
    width: 34px;
    height: 34px;
    background-image: url("../images/nav-icon.png");
    background-repeat: no-repeat;
    transition: all .4s;
}
.nav>li>a span{
    top: 85px;
    color: #333;
    transition: all .4s ;
}
.nav>li.item1>a i{ background-position: 0 0;  }
.nav>li.item2>a i{ background-position: -52px 0;}
.nav>li.item3>a i{ background-position: -98px 0;}
.nav>li.item4>a i{ background-position: -158px 0;}
.nav>li.item5>a i{ background-position: -214px 0;}
.nav>li.item6>a i{ background-position: -268px 0;}
.nav>li.item7>a i{ background-position: -323px 0;}
.nav>li.item8>a i{ background-position: -377px 0;}

.nav>li>a:hover{
    color: #FFF;
    background: #333;
}
.nav>li>a:hover i{
    top:40px;
    background-image: url("../images/nav-icon-hover.png");
}
.nav>li>a:hover span{
    color: #fff;
    top:80px;
}
.nav>li.hover>a{background: #333;}
.nav>li.hover>a span{ color: #FFF;}
.nav>li.hover>a i{ background-image: url("../images/nav-icon-hover.png");}


/*split*/
.split p{
    font-size:11px;
    background: #262626;
    text-align: center;
    line-height:30px;
    color: #959494;
    letter-spacing: 1px;
}
.split .arrow{
    height: 17px;
    background: url("../images/arrow.png") no-repeat center top;
}

section .title{
    margin-top: 77px;
    text-align: center;
    letter-spacing: 1px;
}
section .title .en{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
}
section .title .cn{
    font-size: 20px;
    font-weight: bold;
    margin: 22px 0 33px;
    color: #333333;
}
section .title .desc{
    color: #818181;
}

/*产品*/
.procuct-content ul{
    width: 1350px;
    margin: 0 auto;
}
.procuct-content li{
    float: left;
    display: inline-block;
    height: auto;
    vertical-align:top;
}

.procuct-content{
    margin-top: 55px;
}
.procuct-content li.item1,
.procuct-content li.item4,
.procuct-content li.item5{
    width: 40%;
}
.procuct-content li.item2,
.procuct-content li.item3,
.procuct-content li.item6,
.procuct-content li.item7,
.procuct-content li.item8,
.procuct-content li.item9,
.procuct-content li.item10,
.procuct-content li.item11{
    width: 20%;
}
.procuct-content li img{
    display: block;
    width: 100%;
}
.procuct-content li a{
    display: block;
    overflow: hidden;
    position: relative;
}
.procuct-content li a:after,
.procuct-content li a:before{
    content: "";
    position: absolute;
    background: #fff;
    z-index: 99;
}
.procuct-content li a:before{
    height: 1px;
    width: 100%;
    bottom:0;
    left: 0;
}
.procuct-content li a:after{
    width: 1px;
    height: 100%;
    top:0;
    right: 0;
}
.procuct-content li a .desc{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url("../images/product-hover.png");
    text-align: center;
    transition: all .2s;
}
.procuct-content li a .desc .tit,
.procuct-content li a .desc .more{
    position: relative;
    top: 50%;
    opacity: 0;
    transition: all .2s .2s;
}
.procuct-content li a .desc .tit{
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.procuct-content li a .desc .more{
    font-size: 11px;
    color: #3f3e3e;
    top: 40%;
    text-transform: uppercase;
}
.procuct-content li a:hover .desc{
    top: 0;
    opacity: 1;
}
.procuct-content li a:hover .tit,
.procuct-content li a:hover .more{
    top: 45%;
    opacity: 1;
}
.procuct-content li a img{
    transition: all .5s .2s;
}
.procuct-content li a:hover img{
    transition: all 7s .2s;
    transform: scale(1.2);
}

.product .more a{
    display: block;
    width: 150px;
    height: 29px;
    margin: 45px auto;
    text-align: center;
    background: url("../images/more.png") no-repeat;
}
/*news*/
section .title2{
    margin-top: 47px;
    text-align: center;
    letter-spacing: 1px;
}
section .title2 .en{
    font-size: 14px;
    color: #333333;
    margin: 12px 0 20px;
    text-transform: uppercase;
}
section .title2 .cn{
    font-size: 24px;
    color: #333333;
}
section .title2 .desc{

    height: 3px;
    background: url("../images/news-line.png") no-repeat center bottom;
}
.news{
    padding: 1% 0 5%;
    background: #f2f2f2;
}

.news-top{
    margin: 5% 1% 4%;
}
.news-top .fl{
    width: 377px;
}
.news-top .fr{
    width: 64%;
}
.news-txt .news-title{
    font-size: 18px;
    font-weight: bold;
    color: #000;

}
.news-txt .news-desc{
    margin: 25px 0 30px;
    font-size: 13px;
    color: #000;
    text-align: justify;
    line-height: 2;
}
.news-txt .news-more a{
    position: relative;
    display: inline-block;
    padding: 1% 4%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #333;
    overflow: hidden;
}
.news-txt .news-more a span{
    position: relative;
    z-index: 2;
}
.news-txt .news-more a:after{
    content:" " ;
    position: absolute;
    top:0;
    left:-100%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #ec5050;
    transition: all .2s linear;
}
.news-txt .news-more a:hover:after{
    left: 0;
}
.news-list li{
    float: left;
    width: 31%;
    margin: 0 1%;
}
.news-list li a{
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    border-left: 5px solid #e7e7e7;
    background: #fff;
    padding:5%;
    height: 40px;
    overflow: hidden;
    transition: all .3s ;
}
.news-list li a:hover{
    color: #fff;
    background: #333;
    border-left: 5px solid #ec5050;
}

.apply-list li{
    width: 210px;
    float: left;
    text-align: center;
}

.apply{
    margin: 5% auto 10%;
}
.apply-content{
    margin: 5% auto;
}
.apply-list li{
    width: 20%;
}
.apply-list li a{
    position: relative;
    display: block;
    padding-top: 65px;
    color: #424242;
}
.apply-list li a .apply-icon{
    position: relative;
    top:0;
    width: 156px;
    height:159px;
    margin: 0 auto;
    background-image: url(../images/apply.png);
    background-repeat: no-repeat;
    transition: all .6s ;
}
.apply-list li.item1 a .apply-icon{ background-position: 0 0}
.apply-list li.item2 a .apply-icon{ background-position: -216px 0}
.apply-list li.item3 a .apply-icon{ background-position: -426px 0}
.apply-list li.item4 a .apply-icon{ background-position: -639px 0}
.apply-list li.item5 a .apply-icon{ background-position: -855px 0}

.apply-list li a .apply-title{
    position: relative;
    top:0;
    font-size: 18px;
    font-weight: bold;
    margin: 24px 0 18px;
    transition: all .4s .2s;
}
.apply-list li a .apply-desc{
    position: relative;
    top:0;
    font-size: 12px;
    line-height: 2;
    transition: all .3s .3s;
}
.apply-list li a .opactiy{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:395px;
    z-index: -1;
    opacity: 0;
    background: url("../images/apply-bg.png") no-repeat top center;
    transition: all .6s ;
}
.footer{

    background: #262626;
    color: #a1a1a1;
    overflow: hidden;
}
footer .w{
    padding: 0 0 50px 0;
}
footer .footer-logo{
    margin-top: 30px;
}
footer .footer-tel{
    margin-top: 70px;
    width: 50%;
}
footer .footer-tel span{
    display: inline-block;
    width: 49%;
    text-indent: 45px;
    line-height: 35px;
    font-size: 14px;
    margin-bottom: 15px;
}
footer .footer-tel span i{
    display: inline-block;
    width: 43px;
    height:37px;
    background-image: url(../images/foot-icon.png);
    background-repeat: no-repeat;
    vertical-align: top;
}
footer .footer-tel span.icon1 i{ background-position: 0 0}
footer .footer-tel span.icon2 i{ background-position: -40px 0}
footer .footer-tel span.icon3 i{ background-position: -89px 0}
footer .footer-tel span.icon4 i{ background-position: -132px 0}
footer .footer-tel span.icon5 i{ background-position: -179px 0}
footer .footer-tel span.icon5{ width: 100%; text-align: center}

footer .footer-qq{
    margin-top: 25px;
}

.footer-qq-c span{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 8px;
    background-image: url(../images/foot-qq.png);
    background-repeat: no-repeat;
}
.footer-qq-c span.icon1{ background-position: 0 0; position:relative;}
.footer-qq-c span.icon1 .ewmshow{ display:none; position:absolute; bottom:50px; right:0;}
.footer-qq-c span.icon1:hover .ewmshow{ display:block; transition:all .3s;}
.footer-qq-c span.icon2{ background-position: -58px 0}
.footer-qq-c span.icon3{ background-position: -118px 0}
.footer-qq-c span a{
    display: block;
    width: 100%;
    height: 100%;
}
.footer-qq-title {
    margin: 50px 0 25px;
}
.copy{
    height: 37px;
    color: #5e5e5e;
    font-size: 12px;
    background: #1a1a1a;
    line-height: 37px;
}
.copy a{
	color: #5e5e5e;
}
/*内页*/
.position{

    background-color:#333;
}
.position .pos1{
    line-height: 35px;
    color: #808080;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
}
.position .pos1 span{

}
.jies{
    font-size:12px;
    background: #262626;
    line-height:30px;
    color: #808080;
    letter-spacing: 1px;
}
.jies .arrow{
    height: 17px;
    background: url("../images/arrow.png") no-repeat center top;
}

.w10{
    width: 1100px;
    margin: 0 auto;
}
.ny-banner{
    margin: 3% auto;
}
.ny-banner .pos{
    position: relative;
    width: 235px;
    height: 235px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    background: #262626;
}
.ny-banner .pos span{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    width: 50px;
    height: 80px;
    line-height: 1.2;
}
.ny-banner .pos .pic{}

.bg{
    background: #f7f7f7;
    overflow: hidden;
    padding-top: 2%;
}
.bg1{
    background: #f7f7f7;
    overflow: hidden;
    padding-top: 2%;
}
.info{
    margin: 0% auto 3%;
    background: url("../images/info.jpg") no-repeat top center  #f7f7f7;
    box-shadow: 0px 0px 5px #ccc;
    overflow: hidden;
    background-size: 100% 100%;
}
.about{
    width: 55%;
    margin: 5% auto;
    text-align: center;
    font-size: 13px;
    color: #666;
    line-height: 2;

}
.info-width{
    width: 70%;
    margin: 5% auto;
    font-size: 13px;
    color: #666;
    line-height: 2.5;
}
.about p{
    margin-bottom: 15px;
    padding-bottom: 40px;
    background: url("../images/about-line.png") no-repeat bottom center;
}
.info .title2{
    margin-top: 77px;
    text-align: center;
    letter-spacing: 1px;
}
.info .title2 .en{
    font-size: 14px;
    color: #333333;
    margin: 12px 0 20px;
    text-transform: uppercase;
}
.info .title2 .cn{
    font-size: 24px;
    color: #333333;
}
.info .title2 .desc{

    height: 3px;
    background: url("../images/news-line.png") no-repeat center bottom;
}

.ny-bann{
    background: url("../images/ny-banner.jpg") no-repeat center top #f7f7f7;
    height: 350px;

}
.ny-bann{
    color: #FFFFFF;
    text-align: center;
    overflow: hidden;
    letter-spacing: 1px;
}
.ny-bann .p1{
    margin-top: 125px;
    font-size: 40px;
    margin-bottom: 25px;
}
.ny-bann .p2{
    font-size: 14px;
}

.ny-news-top{
    margin: 5% 1% 4%;
}
.ny-news-top .fl{
    width: 34%;
    overflow: hidden;
}
.ny-news-top .fr{
    width: 64%;
}
.ny-news-txt .news-title{
    font-size: 18px;
    font-weight: bold;
    color: #000;

}
.ny-news-txt .news-desc{
    margin: 5% 0;
    font-size: 13px;
    color: #000;
    text-align: justify;
    line-height: 2;
}
.ny-news-txt .news-more a{
    position: relative;
    display: inline-block;
    padding: 1% 4%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #333;
    overflow: hidden;
}
.ny-news-txt .news-more a span{
    position: relative;
    z-index: 2;
}
.ny-news-txt .news-more a:after{
    content:" " ;
    position: absolute;
    top:0;
    left:-100%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #ec5050;
    transition: all .2s linear;
}
.ny-news-txt .news-more a:hover:after{
    left: 0;
}
.ny-news-list li{
    float: none;
    width: 100%;
    margin: 2% 0;
}
.ny-news-list li a{
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    border-left: 5px solid #e7e7e7;
    background: #fff;
    line-height: 70px;
    padding: 0 5%;
    height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s ;
}
.ny-news-list li a:hover{
    color: #fff;
    background: #333;
    border-left: 5px solid #ec5050;
}
.mt10{
    margin-top: 20px;
}

.honor-list li{
    float: left;
    width: 29%;
    margin: 2%;
}
.honor-list li a{
    display: block;
    padding: 2px;
    background: #FFFFFF;
    border:1px solid #ddd;
}
.honor-list li img{
    width: 100%;
}
.responseimg{
    width: 100%;
    max-width: 100%;
}
.sale-list li{
    padding: 3%;
    float: left;
    width: 43.7%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.sale-list li:nth-child(even){
    border-right: 0px solid #ddd;
}
.sale-list li span{
    display: block;
    text-align: left;
    text-indent: 24px;
margin-bottom: 15px;
}
.sale-list li span.add{
    font-weight: bold;

    background: url(../images/add.png) no-repeat left center;
}
.sale-list li span.tel{
    background: url(../images/tel.png) no-repeat left center;
}
.sale-list li span.contact{
    background: url(../images/contact.png) no-repeat left center;
}
.tt{
    font-size: 18px;
    color: #ec5050;
    font-weight: bold;
}
.about-contact{
    margin-top: 25px;
}
.about-contact p{
    margin-bottom: 0;
    padding: 10px;
    background: none;
    border-bottom: 1px solid #eee;
}
.pro-sort li{
    float: left;
    width: 32.8%;
    margin: 1px;
}
.pro-sort li a{
    display: block;

    height: 28px;
    line-height: 28px;
    background-color: #EAEAEB;

    transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;

}


.pro-sort li a:hover{
    background: #333;
    color: #fff;
}
.product-info,
.product-info .procuct-content ul{
    width: 100%;
    max-width: 1200px;
    margin-left:  auto;
    margin-right:  auto;
}
.product-info  .procuct-content li{
    width: 20%;
}

.pro{
    width:100%;
    max-width: 750px;
    margin: 3% auto;
}

.info{
    position: relative;
}
.quick{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -50px;
    color: #FFF;
    width: 20px;
    line-height: 30px;
    padding: 25px 10px;
    background: #ec5050;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

/*弹出层*/
#goodcover {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 500%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.50;
    filter: alpha(opacity=80);
}
#code {
    width: 90%;

    max-width: 500px;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    display: none;
    left: 0%;
    z-index: 1002;
    padding-bottom: 30px;
}
.close1 {
    height: 30px;
}
.pro-sort{
    width: 100%;
}
#closebt {
    float: right;
}
#closebt img {
    width: 20px;
}
.goodtxt {
    text-align: center;
}
.goodtxt p {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.code-img {
    width: 250px;
    margin: 30px auto 0 auto;
    padding: 10px;
}
.code-img img {
    width: 240px;
}

.topTop{
	position:fixed;
	bottom:20px;
	right:10px;
	background: url(../images/totop.png) no-repeat;
    width: 68px;
    height: 77px;
	display: none;
	cursor:pointer
}


footer .footer-tel a{ color:#a1a1a1}



.filter{ border-bottom:1px solid #ddd; margin-bottom:20px; padding-bottom:10px;}
.filter .filter-item{ font-size:14px; float:left; width:100%;}
.filter .filter-item .item-label{
	color: #737685;
    padding-right: 30px;
    line-height: 39px;
    position: relative;
    float: left;
    margin-right: 20px;
	font-weight:bold;
}
.filter .filter-item .item-label:after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.filter .filter-item .item-list{
	overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.filter .filter-item .item-list .item{
	margin: 9px 8px;
    padding: 3px 3px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    color: #757575;
}
.filter .filter-item .item-list .item.selected{ color: #fff; background-color: #fe4040;}
.filter .filter-item .item-list .item.selected a{ color:#fff;}
.filter .filter-item .item-list .item:hover a{ color:#fe4040;}
.filter .filter-loc{ font-size:14px;}
.filter .filter-loc .on{ color:#fe4040;}