@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;}

.onepage{overflow:hidden;font-size:14px;line-height:2em;padding:20px 20px 0;min-height:450px;_height:450px;}
.onepage p{margin-bottom:2em;}

.product{min-height:450px;_height:450px;padding:20px 10px 0;}
.product ul{width:auto;overflow:hidden;}
.product ul li{float:left;width:236px; height:210px;margin-bottom:15px;}
.product ul li a{display:block;margin:0 auto;width:214px;height:210px;}
.product ul li a .img{width: 204px;height: 160px;border: 1px solid #dedede;padding: 4px;}
.product ul li a .img .block{
    display: flex;justify-content: center;align-items: center;
    width: 100%;
    height: 100%;
}
.product ul li a .img img{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
.product ul li a .txt{height:20px;line-height:20px;text-align:center;overflow:hidden;font-size:12px;padding:10px 0;}
.product ul li a:hover .img{border:1px solid #06F}

.news{min-height:450px;_height:450px;padding:20px 20px 0;}
.news ul{width:auto;overflow:hidden;padding:0 40px;}
.news ul li{display:block;height:35px;line-height:35px;background:url(../../images/n2.gif) left 13px no-repeat;border-bottom: 1px dotted #b5b5b5;padding-left:15px;font-size:14px;}

.show{width:auto;overflow:hidden;padding:20px;}
.show-title{font-size:18px;font-family:Verdana, '宋体';font-weight:bold;text-align:center;color:#000;line-height:1.5em;padding:10px 20px;background:#efefef;}
.show-content{padding-top:20px;}
.show-content .onepage{padding:0;}

.ui-paging{text-align:center;padding:20px 0;}