
/*
    category: mobile 样式
    author: 祥新科技
    website: url('http://www.xiangxininfo.com')

   常用长度单位
   1px = 0.0625em
   2px = 0.125em
   4px = 0.25em
   8px = 0.5em
   10px = 0.625em
   12px = 0.75em
   14px = 0.875em
   16px = 1em
   18px = 1.125em
   36px = 2.25em
   72px = 5em
   120px = 8em
*/


/*头部样式开始*/
header{
    width: 100%;
    background: #efefef;
}

.top{
    width: 100%;
    height: .2em;
    background: burlywood;
}

.head{
    max-width:64em;
    margin: 0 auto;
    background: #efefef;
    padding: .875em;
}

.head div{
    display: table-cell;
}

.head-logo{
    width: 66%;
    padding-bottom: .5em;
}

.head-logo div{
    display: inline-block;
}

.head-logo-img{
    display: inline-block;
    margin-right: 1em;
}

.head-logo-img img{
    vertical-align: middle;
    /*max-width: 12em;*/
    width: 100%;
}

.head-logo-title{
    vertical-align: middle;
}



.head-logo-title h1{
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: .25em;
    line-height: 2em;
    font-size: 1.125em;
}

.head-logo-title p{
    color: #777777;
    font-size: .875em;
}


.head-contact{
    width: 33%;
    text-align: right;
    position: relative;
    top: .3125em;
}

.head-contact img{
    vertical-align: middle;
    width: 23px;
}

.head-contact em{
    margin-left: .5em;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.03em;
    font-style: normal;
    color: #333;
}
/*头部样式结束*/
/*头部自适应*/
@media screen and (max-width: 800px){
    .head div {
        display: inline-block;
    }
    .head-logo{
        width: 100%;
        padding: 0;
    }

    .head-logo-img{
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .head-logo-img img{
        max-width: 100%;
        width: auto;
    }

    .head-logo-title{
        width: 100%;
        text-align: center;
    }
    .head-logo-title h1{
        font-size: 1em;
    }
    .head-contact {
        margin-top: .875em;
        width: 100%;
        text-align: center;
        border-top: .0625em solid #fefefe;
        padding-top: .75em;

    }

    .head-contact em{
        padding: .125em;
        font-style: normal;
        font-weight: normal;
    }
}
/*头部自适应结束*/

/*导航样式开始*/
nav{
    width: 100%;
    background: #778899;
}

nav .nav-center{
    max-width:64em;
    margin: 0 auto;
    background: #778899;
}

.nav-center-ul{
    max-width:61.25em;
}
.nav-center-ul li{
    display: inline-block;
    width: 8em;
    text-align: center;
    /*border-right: 1px solid #61c2f3;*/
    height: 3em;
    line-height: 3em;
}

.nav-center-ul li a{
    font-size: 1em;
    color: #FFFFFF;
}
/*导航样式结束*/
/*导航样式自适应开始*/
@media screen and (max-width: 800px){
    .nav-center-ul{
        text-align: center;
    }
    .nav-center-ul li{
        border: 1px solid #61c2f3;
        margin: .25em;
        height: 2em;
        line-height: 2em;
    }


}
/*导航样式自适应结束*/

.search{

    width: 100%;
    background: #778899;
}

.search-main{
    max-width: 75em;
    margin: 0 auto;
    text-align: center;
    height: 5em;
    line-height: 5em;
}

.search-main img{
    width: 10em;
    vertical-align: middle;
}

.search-main span{
    color:#FFFFFF;
    font-size: 2em;
    font-weight: bold;
    margin-right: 1em;
    vertical-align: middle;
    font-family: monospace;
}

.search-main input{
    border: 1px solid #fff;
    background: #fff;
    width: 40%;
    color: #555;
    padding-left: .5em;
    height: 2.5em;
    font-size: .875em;
    box-shadow: .125em .125em .25em #333;
    border-radius: .125em;
}

.search-main input[type='submit']{
    width: 5em;
    padding: 0;
    margin-left: 1em;
}

@media screen and (max-width: 800px){
    .search-main{
        width: 100%;
        max-width: none;
    }

    .search-main span{
        font-size: 1em;
    }
}


input::-webkit-input-placeholder{
    color:#333;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#333;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#333;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#333;
}

.product-cate{
    width: 100%;
}

.product-cate-main{
    width: 75em;
    margin: 2.5em auto;

}

.product-cate-main div{
    vertical-align: text-top;
    float: left;
}

.cate-main{
    display: table-cell;
    width: 18.75em;
    height: 9em;
    background: #fefefe;
    border: 1px solid #efefef;
}
.cate-img{
    width: 18.75em;
    height: 9em;
    line-height: 9em;
    max-height: 10.25em ;
    text-align: center;
    /*padding: 1.875em;*/

}

.cate-img img{
    max-width: 15em;
    max-height: 6em ;
    vertical-align: middle;
}

.cate-brief{
    display: none;
    width: 18.75em;
    height:9em ;
    padding: 1.875em;
    background: #778899;
    border: 1px solid #fff;

}

.cate-brief a{
    color: #FFFFFF;
}

.cate-brief-off{
    display: none;
}

.cate-brief h3{
    /*font-size: 1.125em;*/
    /*height: 2em;*/
    /*line-height: 2em;*/
    margin-bottom: .5em;
}

.cate-brief p{
    font-size: .875em;
}

.product-cate-main-repeat{
    display: none;
}

.contact img{
    width: 13em;
}

@media screen and (max-width: 800px){
    .product-cate-main{
        display: none;
    }



    .cate-img{
        width: 100%;
        height: auto;
        padding: .75em;
    }

    .cate-main{
        width: 100%;
        display: block;
        text-align: center;
        height: auto;
    }

    .cate-brief{
        width: 100%;
        height: auto;
        text-align: center;
        display: block;
        padding: .75em;
        background: #efefef;
    }

    .cate-brief a{
        color: #333333;
    }

    .cate-brief h3{
        height: auto;
        line-height: normal;
        margin-bottom: .125em;
    }
    .product-cate-main-repeat{
        display: block;
        width: 100%;
    }
    .contact img{

    }
}

.product{
    clear: both;
    width: 100%;
    padding-top: 2.5em;
}
.product .product-main{
    width: 75em;
    margin: 0 auto;
    /*background: #efefef;*/
}

.product-main .product-left{
    width: 12.5em;
    /*background: #f9f9f9;*/
    float: left;
    /*box-shadow: .125em .125em .15em #aaa*/
    /*border-bottom: 1px solid #ddd;*/
}



.product-left .product-cate-title{
    width: 100%;
    /*background: rgb(33,36,98);*/
    height: 2.5em;
    line-height: 2.5em;
    padding-left: 5px;
    /*color: #FFF;*/
    border-bottom: 1px solid #ddd;
}



.product-left li:hover a{
    color:#333;
}


.product-cate-title h3{
    display: inline-block;
    font-size: 1em;
}


.product-cate-title span{
    font-size: .75em;
}

.product-cate-list{
    width:100%;
    min-height: 2em;
    line-height: 2em;
    padding-left:.125em;
    border-bottom: 1px dotted #ddd;
    /*background: #eee;*/
    position: relative;
}

.product-cate-list:hover a{
    color: rgb(32,36,98);
}
.product-cate-list img{
    vertical-align: middle;
    width: 18px;
}

.product-cate-list a{
    color: #555;
    vertical-align: middle;
    font-size: 14px;
}


.product-cate-sublist{
    border-top: 1px solid #efefef;
    background: #fff;
    color: #666666;
    font-size: .875em;
    height: 2.5em;
    line-height: 2.5em;
    display: none;
    padding-left: 1.5em !important;
    width: 100%;
}

.product-cate-sublist img{
    vertical-align: middle;
    width:18px;
}

.product-cate-sublist a{
    vertical-align: middle;
    margin-left: .875em;
}

.product-left li:hover .product-cate-sublist{

}


.product-cate-sublist:hover{
    background: #f7f7f7;
}

.product-right{
    width: 62em;
    float: left;
}

.product-title{
    margin-left: 4em;
    height: 2.5em;
    line-height: 2.5em;
    /*background: #efefef;*/
    border-radius: .25em;
    border-bottom: 1px solid #ddd;
}


.product-title h3{
    color: rgb(0,32,82);
    padding-left: 4px;
}


.product-title h3 img{
    width: 1.25em;
    vertical-align: middle;
    margin-right: .5em;
    margin-left: .5em;
    margin-top: -0.25em;
}


.product-title h3 span{
    margin-right: 2em;
    float: right;
}

.product-title h3 a{
    font-size: .75em;
    color: rgb(0,32,82);
    font-weight: normal;
}

.product-text{
    margin-top: 2em;
    padding:1.5em 1em;
    margin-left: 4em;
    border: 1px solid #ddd;
}



.product-text ul{
}

.product-text li{
    width: 13.2em;
    display: inline-block;
    margin:1em .25em;
    /*background: #fefefe;*/
    border: 1px solid #ddd;
    padding: .5em;
    box-shadow: .125em .125em .25em #efefef;
    overflow: hidden;
}

.product-text li:hover{
    border: 1px solid #ccb75e;
    background: #FEFEFE;
}

.product-text li:hover .product-detail a{
    background:  #ccb75e;
}

.product-text img{
    max-width: 40em;
}

table{
    border-collapse:collapse !important;
}

.product-img{
    border-bottom: 2px solid #555;
    padding-bottom: .75em;
    margin-bottom: 1em;
}

.product-img img{
    width: 12em;
    vertical-align: middle;
    height: 11em;
}

.product-title svg{
    vertical-align: sub;
}
.product-name{
    text-align: center;
    height: 3em;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 1.125em;
}

.product-brief{
    text-align: center;
    padding: .5em;
    font-size: .875em;
}

.product-detail{
    margin: 1em 0;
    text-align: center;
}

.product-detail a{
    padding: .35em 1em;
    background: #778899;
    color: #fff;
}

.detail-img{
    text-align: center;
    margin-bottom: 1em;
    padding: 1em;
    border-bottom: 1px dotted #ddd;
}

.detail-img h1{
    margin-bottom: 1em;
    font-size: 1.5em;
}

.detail-img img{
    width: 20em;
    border: 1px solid #efefef;
    padding: .125em;
}
.product-logo{
    padding: 2.5em 1em;
}

.product-logo img{
    width: 10em;
    vertical-align: middle;
}

.get-page{
    padding: 2em 4em;
}

.get-page span{
    margin-left: 8px;
    cursor: pointer;
    padding: 4px 8px;
    color: #778899;
    border: 1px solid #778899;
}

.get-page span:hover{
    border: 1px solid #778899;
    color: #778899;
}

.get-page span:first-child{
    background: #778899;
    color: #fff;
    border: 1px solid #778899;
}

@media screen and (max-width: 800px){
    .product{
        padding: 0 5px;
    }
    .product .product-main{
        width: 100%;
        padding:0 .125em;
    }

    .product-cate-list{
        width: 49.2%;
        display: inline-block;
    }

    .product-cate-list img{
        display: none;
    }
    .product-logo{
        display: none;
    }

    .product-main .product-left{
        width: 100%;
        display: block;
        box-shadow:none;
        margin: 0 0 12px 0;
    }

    .product-right{
        width: 100%;
        margin-left: 0;
    }
    .product-title{
        width: 100%;
        margin: 0;
        box-shadow:none;
    }
    .product-text{
        width: 100%;
        margin: 0;
        padding: 1em .25em;

    }

    .product-text img{
        width: 100%;
    }

    .product-text ul{
        width: 100%;
        text-align: center;
    }

    .product-text li {
        width: 100%;
        margin: 0;
    }

    .product-img {
        border-bottom: 2px solid #555;
        padding-bottom: .5em;
        margin-bottom: .5em;
    }

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



.about{
    width: 100%;
    background: lightblue;
}

.about-img{
    display: inline-block;
    width: 40em;
    vertical-align: text-top;
}

.about-text{
    display: inline-block;
    width: 34em;
    vertical-align: text-top;
}

.about-main{
    width: 75em;
    margin: 1em auto;

}


.about-main h3{
    height: 3.5em;
    line-height: 3.5em;
    border-bottom: 2px solid #ddd;
    font-size: 1.25em;
    text-align: center;
}

.about-main h3 span{
     font-size: .75em;
     font-weight: normal;
     color: darkorange;
 }

.about-main div{
    padding: .75em 0;
}

.about-img img{
    max-width: 35em;
}

.about-main h3 img{
    width: 1.0625em;
    vertical-align: middle;
    margin-right: .5em;
    margin-left: .5em;
    margin-top: -0.125em;
}

.about-main h3 a{
    float:right;
    font-size: .75em;
}

@media screen and (max-width: 800px){
    .about-main{
        width: 100%;
    }
    .about-main div{
        width: 100%;
        padding:.5em .25em;
        display: block;
    }

    .about-img{
        text-align: center;
    }

    .about-img img{
        width: 100%;
        max-width: none;
    }
}

.news{
    width: 100%;
}

.news-main{
    width: 75em;
    margin: 1em auto;
}


.news-main h3{
    height: 3.5em;
    line-height: 3.5em;
    border-bottom: 2px solid #ddd;
    font-size: 1.25em;
    text-align: center;
}

.news-main h3 img{
    width: 1.125em;
    vertical-align: middle;
    margin-right: .5em;
    margin-left: .5em;
    margin-top: -0.125em;
}


.news-main h3 span{
    font-size: .75em;
    font-weight: normal;
    color: darkorange;
}

.news-left{
    width: 36.5em;
    display: inline-block;
    margin-right: 2em;
    vertical-align: top;
}

.news-right{
    width: 36.5em;
    display: inline-block;
    vertical-align: top;
}

.news-list{
    box-sizing: border-box;
    /*margin-top: 2em;*/
}


.news-list h3{
    text-align: left;
    font-size: 1.125em;
    border-bottom: 1px solid #efefef;
    padding: .125em;
}


.news-list-title {
    height: 3em;
    line-height: 3em;
    color: darkorange;
}

.news-list-title img{
    width: 1.125em;
    vertical-align: middle;
    margin-right: .5em;
    margin-left: .5em;
    margin-top: -0.25em;
}

.news-list-title span{
    font-size: .75em;
    /*color: #333;*/
    font-weight: normal;
    margin-left: .75em;
}

.news-title{
    border-bottom: .0625em solid #ddd;
}

.news-title h6{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
}

.news-brief{
    line-height: normal;
    font-size: .875em;
    color: #555;
    min-height: 4em;
    overflow: hidden;
    padding: .0625em 0;
}

.news-brief a{
    font-size: .875em;
}

.news-detail{
    height: 2em;
    font-size: .75em;
}

.news-detail a{
    /*font-size: .75em;*/
    color: rgb(237,32,36);
}

.news-date{
    height: 2em;
    font-size: .75em;
    color: #777777;
}

.news-list li{
    /*border: 1px solid #efefef;*/
    padding: 12px;
    background:#f6f6f6;
    margin-top: 1.25em;
}

.news-list li:hover{
    background:#eee;
}

.news-list li:hover a{
    /*color:#fff;*/
}

.news-list li:hover .news-date{
    /*color:#fff;*/
}

/*.news-list li:hover */

.news-list li .news-img{
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: .25em;
    /*border: 1px solid #efefef;*/
    margin-right:.75em;
}

.news-img img{
    width: 60%;
    /*width: 9.3em;*/
    height: 7.3em;
    vertical-align: middle;
}

.news-main-text{
    display: inline-block;
    width: 100%;
    /*line-height: 30em;*/
    vertical-align: middle;
    padding: .125em;
}
.news-title h6 a{
    color: rgb(33,36,98);
}
@media screen and (max-width: 800px){
    .news-main{
        width: 100%;
        padding: .125em;
    }



    .news-main h3{
        height: 2em;
        line-height: normal;
        font-size: 1em;
    }
    .news-list{
        margin: 0;
    }
    .news-left{
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }

    .news-right{
        width: 100%;
        display: block;
    }
    .news-list li{
        width: 100%;
        margin: 0 0 8px 0;
    }

    .news-list li .news-img {
        width: 100%;
        margin-right:0 ;
        height:100%;
        text-align:left;
    }

    .news-main-text{
        width: 100%;
        height: auto;
    }

    .news-list li:hover{
        background:none;
    }

    .news-list li:hover a{
        color:inherit;
    }

    .news-list li:hover .news-date{
        color:inherit;
    }
    .news-img img {
        width:50%;
        height: auto;
    }

    .news-title h6{
        height: auto;
        line-height: 1.5em;
    }
    .product-title h3{
        background: #efefef;
    }
}


footer{
    width: 100%;
    background: #778899;
    position: relative;
    margin-top: 5em;
}

.foot{
    width: 100%;
    margin: 0 auto;
}

.foot-left{
    display: inline-block;
    width: 40em;
}

.foot-right{
    display: inline-block;
    width: 35em;
    height: 8em;
    /*margin-top: 3.5em;*/
    text-align: center;
    padding:2em;
}

.foot-right img{
    /*margin-top: 4em;*/
    width: 13.5em;
    vertical-align: middle;
}

.foot-left-nav li{
    display:inline-block;
    width: 5em;
    text-align: center;
}

.foot-left-nav li a{
    color: #FFFFFF;
}

.link{
    padding: 1em;
    position: absolute;
    bottom: 1em;
}

.link span{
    padding: .125em .35em;
    /*background: #efefef;*/
    color: red;
    border-radius: .25em;
}


.link a{
    color: #999999;
    font-size: .875em;
    margin:.5em 1em;
    text-decoration: underline;
}

.foot-bottom{
    background: #333333;
    text-align: center;
    height: 2.5em;
    line-height: 2.5em;
    font-size: .875em;
    color: #FFFFFF;
}


.pagination{
    padding:1.5em 4em;
}

.pagination li{
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    font-size: 14px;
}

.pagination li span{
    padding: 4px 8px;
    color: #778899;
    border: 1px solid #778899;
}

.pagination .active span{
    background: #778899;
    border: 1px solid #778899;
    color: #fff;
    box-sizing: border-box;
}

.pagination li a{
    color: #778899;
    padding: 4px 8px;
    border: 1px solid #778899;
}

.mobile-foot-style{
    width: 100%;
    background: #f9f9f9;
    position: fixed;
    bottom: 0;
    display: none;
}

.mobile-foot-style ul li{
    display: inline-block;
    width: 25%;
    height: 3em;
    text-align: center;
    border: .0625em solid #eee;
    padding: .5em;
}

.mobile-foot-style ul li img{
    width: 2em;
    vertical-align: middle;
}

@media screen and (max-width: 800px){
    footer{
        margin-top: 1em;
    }
    .foot{
        width: 100%;
    }
    .foot-left{
        width: 100%;
        text-align: center;
        /*display: none;*/
    }
    .foot-right{
        width: 100%;
        display: none;
    }
    .foot-bottom{
        height: auto;
        line-height: normal;
        padding: .5em .25em;
        margin-bottom: 4.1em;
        font-size: .75em;
    }

    .foot-left-nav li {
        width: 30%;
        padding: .25em;
    }
    .mobile-foot-style{
        display: block;
    }

}
