﻿/* CSS Document */
/* -----------------------------------------
Description:  朝天翼首页CSS源文件。
----------------------------------------- */

  #mcontlefta, #mcontleftb {
    width: 255px;
	float: left;
}
  #mcontleftb {
    margin-left: 30px;
}
  #aboutus, #services {
    width: 255px;
	height: 200px;
}
  #aboutus dt, #services dt {
    margin-bottom: 15px;
	padding: 5px 0 0 10px;
    width: 242px;
	height: 20px;
	border-left: 3px solid #fc0;
}
  .sptitpic {
    margin:auto;
    width: 250px;
	height: 35px;
	background: url(images/inc_bg_sptitpic.jpg);
}
  #works, #archives {
    margin-top: 30px;
    width: 250px;
	height: 265px;
}
  #works li img {
    filter: alpha(opacity=70);  /* for IE*/
    -moz-opacity: 0.7;  /* for Firefox*/
    opacity: 0.7;  /* for opera*/
}
  #works li a {
    padding: 4px;
    width: 240px;
	height: 60px;
	border: 1px solid #fbecb2;
	display: block;
}
  #works li a:hover img {
    filter: alpha(opacity=100);  /* for IE*/
    -moz-opacity: 1.0;  /* for Firefox*/
    opacity: 1.0;  /* for opera*/
}
  #archives li {
    padding-top: 10px;
}
  #archives li a {
    margin: auto;
    padding-left: 20px;
    width: 230px;
	line-height: 25px;
	text-decoration: none;
	background: url(images/inc_bg_artiticon.jpg) 3px 5px no-repeat;
}
  .lihover {
	background: url(images/inc_bg_artask.jpg) 200px 18px no-repeat;
}
  .splia {
    width: 250px;
	height: 20px;
}
  .splib {
    margin-bottom: 10px;
    width: 250px;
	height: 9px;
	border-bottom: 1px solid #fbecb2;
}

  #member { /*会员登录口*/
    margin-top: 20px;
    width: 230px;
	height: 165px;
	background: url(images/inc_bg_login.jpg) 85px 15px no-repeat;
	position: relative;
	overflow: hidden;
}
  .loginmsg input {
    margin-left: 8px;
    width: 120px;
	height: 20px;
	border: 1px solid #f1c100;
	vertical-align: middle;
}
  .othermsg {
    margin-left: 45px;
}
  .othermsg a:link, .othermsg a:visited {
	color: #C90;
	text-decoration: underline;
}
  .othermsg  a:hover {
    color: #f90;
	text-decoration: none;
}
  #member dt {
    width: 100%;
	height: 40px;
	background: url(images/inc_tit_member.gif) no-repeat;
}
  #member dd {
    width: 100%;
	height: 40px;
	color: #f1c100;
}
  .subotton {
    top: -95px;
	left: 172px;
    height: 100px;
	display: block;
	position: relative;
}

  #partner { /*合作伙伴*/
    margin-top: 20px;
    width: 230px;
	height: 235px;
}
  #partner dt {
    width: 100%;
	height: 90px;
	background: url(images/inc_tit_partner.gif) no-repeat;
	border-bottom: 1px solid #fbecb2;
}
  #partner dt a {
    margin-top: 40px;
    width: 114px;
	float: left;
	text-align: center;
}
  #partner dd {
    margin-top: 6px;
    width: 100%;
	height: 28px;
	border-bottom: 1px solid #fbecb2;
}
  #partner dd a {
    margin: 12px;
	text-decoration: none;
}