/*
* @ description: 首页样式，仅首页引用
* @ author: Spring
* @ update: Spring(2015.06.25)
*/

/*=============================================================== common CSS ===============================================================*/
/*--- 单列模块 ---*/
.itemLine{position: relative; min-height: 20px;padding: 12px 0;line-height: 20px; background-color: #fff; border-bottom: 1px solid #ddd;}
.itemLine .box-jump .name{float: left; max-width: 72px;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.itemLine .box-jump .value{float: right;max-width: 208px;margin-right: 15px;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.itemLine .arrow-more{position: absolute;right: 10px;top: 50%;margin-top: -10px;font-size: 20px;color: #999}

/*=============================================================== local CSS ===============================================================*/

/*=== 主页 ===*/

.indexMain{}
.indexMain:after{content:".";display:block;height:0;clear:both;visibility:hidden}
/*--- indexContact ---*/
.indexContact{ height: 40px; line-height: 40px; text-align: center; color: #333;}
.indexContact .fa{font-size: 14px; margin-right: 5px; vertical-align: 0px;}
.indexContact .flex{position: relative; border-left: #ddd 1px solid;}
.indexContact a{display: block;;height: 100%;}
.indexContact .flex .icon-con a{position: relative;}

/*--- indexPro ---*/
.indexPro{margin: 50px 0;}
.indexPro a{display: block; width:100%;height:100%;}
.indexPro .item{width: 100%; text-align: center; }
.indexPro .item .img{width: 78px;height: 78px;margin: auto; border: #999 1px dashed;border-radius: 50%;overflow: hidden;}
.indexPro .item .img img{width: 78px;height: 78px;}
.indexPro .item .txt{font-size: 16px; margin-top: 8px;}
.indexPro .item .enTitle{font-size: 12px; color: #888;}

/*--- indexMore ---*/
.indexMore{width: 198px; height: 50px;line-height: 50px; margin:50px auto; border: #007CD8 1px dashed;border-radius: 50px;overflow: hidden; text-align: center; font-size: 16px;}
.indexMore a{display: block; height: 100%;}