 a{ text-decoration:none;
}
 a:hover{ text-decoration:none;
}

.center{ }
.type{ padding: 50px 0; }
.typelist{ width: 100%; display: flex; flex-flow: wrap; }


.col-item{position:relative;
width:calc(16%);
overflow:hidden; margin:auto;}

.c4-izmir {

  background-color: #00B4DB;
  background-color: var(--primary-color); }
  
  .c4-izmir figcaption {
    padding: 2em;
    padding: calc(var(--padding) * 2); }
    .c4-izmir figcaption > * {
      opacity: 0; }
  .c4-izmir.hover > img, .c4-izmir:hover > img, .c4-izmir:focus > img, :focus > .c4-izmir > img {
    opacity: 0.6;
    opacity: var(--image-opacity); }
  .c4-izmir.hover figcaption > *, .c4-izmir:hover figcaption > *, .c4-izmir:focus figcaption > *, :focus > .c4-izmir figcaption > * {
    opacity: 1; }
	
.typelist .c4-reveal-down h3{ color:#FFF; font-size:20px;}
	
	.c4-izmir {
  --text-color: #ffffff;
  --primary-color: #ffaa1f;
  --secondary-color:;
  --padding: 1em;
  --transition-duration: 600ms;
  --border-margin: 15px;
  --border-width: 3px;
  --border-color: #ffffff;
  --border-radius: px;
  --image-opacity: 0.6;
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #ffffff;
  color: var(--text-color);
  border-radius: px;
  border-radius: var(--border-radius);
  outline:none;}
  
  .c4-izmir:before, .c4-izmir:after, .c4-izmir *, .c4-izmir *:before, .c4-izmir *:after {
    box-sizing: border-box;
    transition: all 600ms ease;
    transition: all var(--transition-duration) ease; }
	
  .c4-izmir figcaption {	 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1em;
    padding: var(--padding);
    width: 100%;
    z-index: 1; }
  .c4-izmir img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%; }


[class^='col-'] textarea,
[class*=' col-'] textarea {
  box-sizing: border-box;
  font-size: 1.2em;
  line-height:35px;
  height: 35px;
  padding: 0px;
  resize: none;
  text-align: center;
  letter-spacing: -1px;
  width: 100%;
  overflow: hidden;
  color: #ffaa1f;
  border:aliceblue;
    outline:none;
  
 }





#page{
    text-align:center;
    height:40px;
    line-height:40px;
}


.tedaea{height:26px; line-height:26px; font-size: 12px; color:#FFF; background-color:#A1A1A1; padding:4px;}
.pro-click{border:#999999 1px solid;  padding-left:9px; padding-right:9px; margin-top:3px; padding-bottom:3px;}
.pro-click1{border:red 1px solid; color:#000; padding-left:9px; padding-right:9px;margin-top:3px; padding-bottom:3px;}





	
#innews .video {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
	
#innews .video {
    vertical-align:top;
    display: inline-block;
    width: calc(34% - 10px); padding:0 10px;
}



    /* innews */
    #innews {
        padding-bottom:60px;
		overflow:hidden;
    }
    #innews .title {
        text-align:center;
        margin-bottom:40px;
    }
    #innews .title h3 {
        font-size: 24px;
        color: rgb(30,80,174);
        font-weight: 700;
        margin: 0;
    }
    #innews .title h4 {
        font-size:14px;
        font-weight:400;
        color:rgb(153,153,153);
        margin:0;
    }
#innews .content {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}


#innews .content { width:65%; float:right;}



        #innews .innews-hot {
            display: inline-block;
            width: calc(40% - 10px);
        }
        #innews .innews-hot {
           
            display: block;
            text-decoration: none;
        }
     #innews .innews-hot .img {
            width: 100%;
            margin-bottom: 12px;
			height:180px;			      
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        
        }
    #innews .innews-hot a{
	text-decoration:none;
    }
    #innews .innews-hot .name {
            font-size:16px;
            color:#000;
            width:100%;
            overflow:hidden;
            text-overflow:ellipsis;
            white-space:nowrap;
            line-height:32px;
    }
    #innews .innews-hot time {
            font-size:14px;
            color:rgb(153,153,153);
    }
    #innews .innews-hot .text {
        font-size: 14px;
        color: #6f6f6f;
        line-height: 1.7;
        position: relative; 
        max-height: 100px;
        overflow: hidden;
        width: 100%;		
		display: block;
    display: -webkit-box;
    height: 100pxpx; 
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	
	
	
    }
        #innews .innews-hot .text p{
	margin:0;
    }
    #innews .innews-hot .other {
        margin-top:16px;
        display:flex;
        justify-content:space-between;
        flex-wrap:nowrap;
    }
        #innews .innews-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;
        }
        #innews .innews-hot .other .arrow {
            display: inline-block;
            width: 30px;
            height: 28px;
            background: url(../images/vbg01.png) -23px -324px;
        }

    /*    #innews .innews-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;
        }*/
 
.innews-content {
    vertical-align:top;
    display: inline-block;
    width: calc(60% - 10px);
}
.innews-content .list {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.innews-content .list a{
	text-decoration: none;
}
    .innews-content .name {
        
    }
        .innews-content .name h3 {
            width:100%;  
            color:#333;
            font-size:16px;
            font-weight:400;    
            margin:0;
			height:30px; line-height:30px;
        }
		.innews-content .name h3 a{ width:70%;color:#6f6f6f；display:block;font-size:14px; overflow: hidden; float:left; 
            text-overflow:ellipsis;
            white-space: nowrap;}
		
		
		
        .innews-content .name time {
            font-size: 14px;
            color: #999;
            line-height: 24px;
			float:right;
		
        }
    .innews-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%;
    }
    .innews-content .text p{
	margin:0;
    }
.innews-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;
}
    .innews-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;
    }
 /* innews */

    @media (max-width: 1024px) {
    }
@media (max-width: 762px) {
    #inproductshow .content .imgs {
        width:100%;
        margin-bottom:15px;
    }
    #newproduct .swiper-slide {
        width: 100%!important;
    }
    #newproduct .swiper-button-next, #newproduct .swiper-button-prev {
        display:none;
    }
	
	#innews .content{
	width:100%;
    }
	
	
	
    #innews .innews-hot{
	width:100%;
    }
    #innews .innews-content{
	width:100%;
    }
	
		
#innews .video {
    width: 100%;}
	
	.center .col-item{ width:33%; padding:6px 6px;}
	
	
.categ{ display:none;}

#search { display:none;}


}


 