@import url("./../alice/base.css");
@import url("./../alice/iconfont.css");
@import url("./../alice/grid.css");
@import url("./../alice/box.css");
@import url("./../alice/list.css");
@import url("./../alice/slide.css");
@import url("./../alice/paging.css");
@import url("./top.css");
@import url("./flooter.css");

body{color:#555;font-size:12px;font-family:'宋体';background:url(../../images/bg-body.png) top center repeat-x;}

/* 正常链接 未访问 */
a {
    color: #06C;
}

/* 鼠标悬停 */
a:hover {
    color: #F60;
    text-decoration: none;
}

.wrap{width:1000px;margin:0 auto;/*background:#efefef;*/}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mr10{margin-right:10px;}
.w260{width:260px;}
.w460{width:460px;}
.w730{width:730px;}
.h150{height:150px;}
.overflow{overflow:hidden;}

.main-bg{padding-top:20px;background:url(../../images/shadow-top.png) top center no-repeat;}

.ui-box-col1{border-top:1px solid #EDEFF2;border-right:none;border-left:none;border-bottom:none;}
.ui-box-col1 .ui-box-head{height:38px;line-height:38px;padding:0 10px 0 0;border-bottom:1px solid #EDEFF2;border-right:1px solid #EDEFF2;}
.ui-box-col1 .ui-box-head-title{background:url(../../images/news_bg2.png) 0 0 no-repeat;padding-left:30px;font-size:14px;font-weight:bold;}
.ui-box-col1 .ui-box-container{border:1px solid #EDEFF2;border-top:none;}

.index-company{font-size:13px;line-height:26px;}

.ui-list{padding:0;}
.ui-list-item{font-size:13px;line-height:30px;}

.gonggao{position:relative;height:150px;overflow:hidden;}
.gonggao ul{position:absolute;height:150px;font-size:13px;line-height:28px;}

.index-honor{height:128px;}
.index-honor ul{width:auto;overflow:hidden;}
.index-honor ul li{float:left;width:162px;height:128px;padding:0 10px;}
.index-honor ul li a{display:block;height:128px;}
.index-honor ul li a .img{width:160px;height:108px;border:1px solid #d8d8d8;overflow:hidden;}
.index-honor ul li a .img .block{
    display: flex;justify-content: center;align-items: center;
    width: 100%;
    height: 100%;
}
.index-honor ul li a .img img{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
.index-honor ul li a .txt{height:20px;line-height:20px;overflow:hidden;text-align:center;font-size:12px;}
.index-honor ul li a:hover .img{border:1px solid #06C;}

.index-product{position:relative;padding:0;}
/*.index-product .btn-left,*/
/*.index-product .btn-right{position:absolute;top:59px;width:21px;height:42px;background-image:url(../../images/bg6.png);}*/
/*.index-product .btn-left{left:0;background-position:-21px 0;}*/
/*.index-product .btn-right{right:0;background-position:0 0;}*/
.index-product .ui-rolling-content{position:relative;/*width:918px;*/height:210px;margin:0 31px;overflow:hidden;}
.index-product ul{position:absolute;top:0;left:0;z-index:9;height:210px;}
.index-product ul li{float:left;display:inline;padding:0 10px;width:214px;}
.index-product ul li a{display:block;height:210px;}
.index-product ul li a .img{width: 204px;height: 160px;border: 1px solid #dedede;padding: 4px;overflow: hidden;}
.index-product ul li a .txt{height: 20px;line-height: 20px;text-align: center;overflow: hidden;font-size: 12px;padding: 10px 0;font-size:12px;}
.index-product ul li a:hover .img{border:1px solid #06C;}

