/* common */
.banners {
    position:relative;
}
    .banners .text {
        width:100%;
        text-align:center;
        position:absolute;
        top:35%;
        color:#fff;
    }
        .banners .text h3 {
            color:#fff;
            font-size:36px;
            letter-spacing:2px;
        }
        .banners .text h4 {
            color:#fff;
            font-size:20px;
            font-weight:400;
        }
        .banners .text .arrow {
            font-size:20px;
        }
/* common */

/* about  */
#about {
    background-color:rgb(249,249,249);
    padding-top:75px;
    padding-bottom:75px;
}
    #about .box {
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
    }
    #about .text {
      
        width:100%;
      
    }
        #about .text h3 {
            font-size:24px;
            color:rgb(51,51,51);
            font-weight:400;
            margin-bottom:5px;
        }
        #about .text h4 {
            font-size:14px;
            color:rgb(153,153,153);
            font-weight:400;
            line-height:14px;
            margin-bottom:40px;
        }
        #about .text p {
            margin:0;
          
            font-size:16px;
            line-height:40px;
            color:rgb(153,153,153);
        }
td.ab {}
/* about */




/* message */
#message {
    padding-top:60px;
    padding-bottom:60px;
}
#message .title{
    margin-bottom:80px;
    text-align:center;
}
#message .title h3{
    margin-bottom:10px;
    font-size:24px;
    color:rgb(51,51,51);
    font-weight:400;
}
#message .title h4{
    margin:0;
    font-size:14px;
    color:rgb(153,153,153);
    font-weight:400;
    line-height:14px;
}
#message .content form{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
    #message .content p {
        margin-bottom:15px;
        color:#666;
        font-size:14px;
    }
    #message .content input {
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        background: #fff;
        padding-left: 14px;
        height: 44px;
        line-height: 44px;
        outline: 0;
        font-size: 13px;
        color: #333;
    }
    #message .content textarea {
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        background: #fff;
        font-size: 13px;
        color: #333;
        width: 100%;
        padding: 9px 14px;
        height: 100px;
        resize: none;
        outline: 0;
    }
        #message .content .list {
            width: 30%;
        }
    #message .content .list input {
        width:100%;
        max-width:400px;
        min-width:180px;
    }
    #message .content .fedd {
        width: 100%
    }
    #message .content .fede {
        margin-top:20px;
        width: 100%
    }
        #message .content .fede input {
            width: 100%;
            max-width: 300px;
            height: 44px;
            line-height: 44px;
            outline: 0;
            color: #fff;
            cursor: pointer;
            font-size: 16px;
            padding: 0;
            background-color: #c71622;
        }
/* message */

/* contact */
#contact {
    padding-top:85px;
    
}


#contact .text {
	display:inline-block;
	max-width:580px;
	width:100%}
			
#contact .title{
    margin-bottom:65px;
    text-align:center;
}
#contact .title p{
    margin:0;
    font-size:14px;
    color:rgb(43,43,43);
}
#contact .content{
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
}
#contact .content .list{
    width:280px;
    height:280px;
    margin:10px auto;
    padding:50px 0;
    text-align:center;
    box-shadow: 0 0 20px rgba(51,51,51,.1);
}

#contact .content .list  img{
        width:75px;
    }
	
#contact .content .list .img{
    margin-bottom:40px;
}
    #contact .content .list h3{
        margin-bottom:5px;
        font-size:20px;
        font-weight:400;
        color:rgb(51,51,51);
    }
#contact .content .list p{
    margin-bottom:0;
    font-size:14px;
    line-height:28px;
    color:rgb(51,51,51);
}

#contact .content #map{
	width:780px;
	height:360px;
	border:inherit;
	font-size:12px;
	}
	
/* contact */
/* news */
#news {
    background-color:rgb(249,249,249);
    padding-top:60px;
    padding-bottom:60px;
}
#news .news-hot {
    background-color:#fff;
    display: inline-block;
    width: calc(42% - 10px);
    margin-right:10px;
}


 #news .news-hot a {
	text-decoration:none;
}
    #news .news-hot {
        padding: 20px;
    }

    #news .news-hot .img {
        height: 350px;
        width: 100%;
        margin-bottom: 20px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    #news .news-hot .name {
        font-size: 16px;
        color: #000;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 32px;
    }

    #news .news-hot time {
        font-size: 14px;
        color: rgb(153,153,153);
    }

    #news .news-hot .text {
        margin-top: 10px;
        font-size: 14px;
        color: #666;
        line-height: 1.7;
        position: relative; 
        max-height:110px;
        overflow: hidden;
        width: 100%;
    }
     #news .news-hot .text p{
	margin:0;
    }
    #news .news-hot .other {
        margin-top: 25px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

        #news .news-hot .other .label {
            display: inline-block;
            color: #999;
            line-height: 24px;
            padding: 0 8px;
            height: 26px;
            border: 1px solid #e5e5e5;
            border-radius: 5px;
            font-size: 12px;
        }

        #news .news-hot .other .arrow {
            display: inline-block;
            width: 30px;
            height: 28px;
            background: url(../images/vbg01.png) -23px -324px;
        }

    #news .news-hot:hover {
        box-shadow: rgba(0,0,0,.12) 0 0 22px;
        -webkit-box-shadow: rgba(0,0,0,.12) 0 0 22px;
        -moz-box-shadow: rgba(0,0,0,.12) 0 0 22px;
    }

        #news .news-hot:hover .img {
            background-position: right;
            -webkit-transition: all ease .36s;
            transition: all ease .36s;
            -moz-transition: all ease .36s;
            -o-transition: all ease .36s;
        }

        #news .news-hot:hover .name {
            color: #2ba0e8;
            -webkit-transition: all ease .36s;
            transition: all ease .36s;
            -moz-transition: all ease .36s;
            -o-transition: all ease .36s;
        }

.news-content {
    vertical-align: top;
    display: inline-block;
    width: calc(57% - 10px);
    background-color: #fff;
}

    .news-content .list{
        text-decoration: none;
        padding: 25px;
        border-bottom: 1px solid #e5e5e5;
    }
    .news-content .list a{
	text-decoration:none;
	}

    .news-content .name {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .news-content .name h3 {
            width: 85%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #333;
            font-size: 16px;
            font-weight: 400;
            margin: 0;
        }

        .news-content .name time {
            font-size: 14px;
            color: #999;
            line-height: 24px;
        }

    .news-content .text {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 14px;
        color: #666;
        line-height: 1.7;
        position: relative; 
        max-height: 75px;
        overflow: hidden;
        width: 100%;
    }
     .news-content .text p{
	margin:0;
    }
    .news-content .list:hover {
        box-shadow: rgba(0,0,0,.12) 0 0 22px;
        -webkit-box-shadow: rgba(0,0,0,.12) 0 0 22px;
        -moz-box-shadow: rgba(0,0,0,.12) 0 0 22px;
    }

        .news-content .list:hover h3 {
            color: #2ba0e8;
            -webkit-transition: all ease .36s;
            transition: all ease .36s;
            -moz-transition: all ease .36s;
            -o-transition: all ease .36s;
        }
/* news */

/* newsshow */
#newsshow {
    background-color:rgb(249,249,249);
    padding-top:30px;
    padding-bottom:100px;
}
#newsshow .title{
    margin-bottom:20px;
}
#newsshow .title h3{
    margin-bottom:15px;
    font-size:24px;
    color:#333;
    font-weight:400;
}
    #newsshow .title time {
    font-size:14px;
    color:rgb(153,153,153);
    }
    #newsshow .content {
        padding-top: 25px;
        padding-bottom: 50px;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px dashed #ebebeb;
    }
#newsshow .content .text p{
    margin:0;
    line-height:2.8em;
    font-size:14px;
    color:rgb(102,102,102);
    text-indent:2em;
}
/* newsshow */


/* product */
#product{
	padding-bottom:50px;
	}
#product .paging .title{
	margin-bottom:50px;
	}
	

#product .paging .title{ width: 100%;  margin-bottom: 10px; border-bottom: 1px solid #ddd; overflow: hidden; }
#product .paging .title h1{ line-height: 30px; font-size: 20px; color: #000; float: left; display: block; font-weight:normal; padding-left:5px;}
#product .paging .title a{ width: 80px; line-height: 30px; text-align: center; font-size: 12px; color: #fff; border-radius: 3px; background: #c9151e; float: right; display: block; }

.cct { width: 100%;  margin-bottom: 10px; border-bottom: 1px solid #ddd; overflow: hidden;line-height: 30px; font-size: 20px; color: #000; float: left; display: block; font-weight:normal;}

tr.bigsma {font-size:16px; background:url(../images/icon1.png) no-repeat left 50%;  text-decoration:none;}

tr.bigsma td a { color:#333; padding-left:15px;	overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:260px;display:block;}


tr.bigsmaa td a { color:#333; padding-left:15px;	overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:260px;display:block;}
	
#product .content{
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
	padding:0;
	}
#product .product-paging{
	max-width:270px;
	width:100%;
	padding-bottom:150px;
	padding-left:0;
	margin-top:30px;
	list-style:none;
	margin-right:15px;
	}
#product .product-paging li a{
	padding-left:2px;
	display:block;
	width:100%;
	line-height:45px;
	height:45px;
	max-width:320px;
	border-bottom:1px solid #ececec;
	text-align:left;
	text-decoration:none;
	color: #333;
	}

#product .product-list{
	margin-top:30px;
	max-width:1000px;
	width:100%;
	border-right:1px #ddd solid; padding-right:10px;padding-left:10px;
	}
#product .product-list .list{
	display:inline-block;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:8px;
	}
#product .product-list .list .img{
	width:200px;
	height:200px;
	border: 1px rgba(222, 222, 222, 1) solid;
	}
#product .product-list .list a{
	font-size:14px;
	line-height:40px;
	text-decoration:none;
	color:#333;
	overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
max-width:198px;
width:100%;
display:block;
	}
	
	
	.page{
	margin-top:25px;
	text-align:left;
	}
.page a{
	
	}
.page span{
	
	padding:5px 10px;
	}
.page .active{
	color:red;
	}
	
	
	
/* product */

/* show */
#productshow {
    padding-bottom: 50px;
}

    #productshow .productshow-content {
        margin-top:30px;
	max-width:870px;
	width:100%;
	border-right:1px #ddd solid; padding-right:20px;
    }

        #productshow .productshow-content .title {
            text-align: center;
            font-size: 18px;
            color: #888;
            line-height: 36px;
        }

        #productshow .productshow-content .img {
            text-align:left;
            margin-top: 20px;
            margin-bottom: 20px;
        }

            #productshow .productshow-content .img img {
                max-width: 100%;
                border: 1px solid #d1d1d1;
            }

    #productshow .productshow-page {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        #productshow .productshow-page a {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 250px;
            width: 100%;
            line-height: 28px;
            display: inline-block;
            color: rgb(102,102,102);
            font-size: 14px;
            vertical-align: middle;
            text-decoration: none;
        }

            #productshow .productshow-page a:hover {
                color: rgb(43,160,232);
            }

        #productshow .productshow-page .prev, .next {
            width: 350px;
        }
        #productshow .productshow-page .return a {
            display: inline-block;
            width: 80px;
            height: 30px;
            line-height: 28px;
            text-align: center;
            border-radius: 15px;
            border: 1px solid #e9e9e9;
            cursor: pointer;
        }
            #productshow .productshow-page .return a:hover {
                border-color: rgb(43,160,232);
            }
            #productshow .productshow-content .text {
                margin-top: 50px;
            }

        #productshow .productshow-content .text h3 {
            height: 40px;
            position: relative;
            border-bottom: 1px solid rgb(240,240,240);
            margin-bottom: 20px;
        }

            #productshow .productshow-content .text h3 span {
                top: -3px;
                position: absolute;
                display: inline-block;
                font-size: 14px;
                color: rgb(102,102,102);
                line-height: 40px;
                width: 120px;
                text-align: center;
                border-top: 3px solid #c51520;
                border-left: 1px solid rgb(240,240,240);
                border-right: 1px solid rgb(240,240,240);
                background-color: #fff;
            }

        #productshow .productshow-content .text p {
            font-size: 14px;
            color: rgb(43,160,232);
            line-height: 24px;
            margin: 0;
        }
/* show */


@media (max-width: 1024px) {

    #message .content .list {
        width: 100%;
    }
    #news .news-hot {
        width:100%;
        margin-bottom:20px;
    }
    .news-content {
        width:100%;
    }
}

@media (max-width: 762px) {
    .banners img {
		object-fit:cover;
		object-position:center;
        height: 110px;
		width:100%;
    }

    .banners .text {
        top: 10%;
    }

        .banners .text h3 {
            font-size: 22px;
            margin: 0;
        }

        .banners .text h4 {
            font-size: 16px;
            margin: 0;
        }

        .banners .text .arrow {
            font-size: 16px;
        }

    #product .content .product-paging {
        display: none;
    }

        #product .content .product-list .list {
            margin: 10px 5px;
            width: 46%;
        }

    #product .title {
        display: block;
    }
	#product .product-list .list .img { width:100%; height:100%;}
	
	
	span.tedaea  { display:none;}
	
	#about { padding:30px 0;}
	#about .text img { width:100%;}
	td.ab { width:100%;}
}

