@charset "utf-8";
body {
	/*background-color: #f1f1f1 !important;*/
}
.newtop {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
	width: 100%;
	background-color: #FFF;
}

.newtop .new-header {
	height: 50px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.newtop .new-header .logo{
	margin-top: 10px;
	width: 200px;
	float: left;
	height: 24px;
}
.newtop .new-header .search {
	float: left;
	height: 28px;
	width: 448px;
	margin-top: 10px;
	margin-left: 40px;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #999;
	border-radius: 5px;
}
.newtop .new-header .search .sousuo {
	border-style: none;
    color: #666;
    display: block;
    float: left;
    font-family: "Gotham Narrow SSm 4r",Arial;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    margin-left: 3px;
    margin-top: 5px;
    width: 400px;
}
.newtop .new-header .search .magnifier_new {
	background-attachment: scroll;
    background-image: url("../images/icon/icon.jpg");
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
    width: 21px;
}
.newtop .new-header .join {
	float: right;
	height: 35px;
	text-align: right;
	padding-top: 15px;
}
.newtop .new-header .join a {
	color: #424858;
	 margin-left: 20px;
}
.newtop .new-header .join a:hover {
	color: #0687D5;
	text-decoration: none !important;
}

.biaoti {
	padding-top: 50px;
	padding-bottom: 45px;
}
.biaoti p {
	font-family: "abril-text",sans-serif;
	font-size: 38px;
	text-align: center;
	display: block;
}
.foot_not_login{
	text-align: center;
    
    padding-bottom: 10px;
    background-color: #f1f1f1 !important;
    height: 50px;
    line-height: 50px;
}
.foot_not_login a{
	display:inline;
	padding-left:10px;
	padding-right:10px;
	color: #424858;
	text-decoration: none;
}
.foot_not_login a:hover{
	text-decoration: none !important;
}
.dotnav .dotnav-item{
	background-color: #000;
}



.tmodel {
    background-color: #fff;
	color: #000;
	margin-top:0px;
	margin-bottom: 40px;
}
.tmodel .hangye {
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
}
.tmodel .hangye span {
    font-size: 12px;
}
.tmodel .biaoti {
    letter-spacing: 0;
    margin-left: 0;
    padding-bottom: 10px;
    padding-top: 0;
}
.tmodel .neirong {
    max-height: 58px;
    overflow: hidden;
}
.tmodel .biaoti a {
    color: #000;
}
.tmodel .usize .tnumber li p {
    color: #000;
}
.tmodel .usize .tyuan {
    height: 60px;
    width: 60px;
}
.tmodel .usize .tyuan img {
    height: 60px;
    width: 60px;
	border: 1px solid #cecece;
    border-radius: 50%;
}

.tmodel .usize .tname {
    height: 60px;
    line-height: 60px;
}
.tmodel .hangye span.next{
	float: right;
    padding-right: 0;
}
.next .btn {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}
a.btn_add {
    background-color: #439fe0;
    border: 0 none;
    color: #ffffff;
}
.next .btn:hover {
    background: #3d97d6 none repeat scroll 0 0;
    box-shadow: 0 -2px 0 #3277a8 inset;
    color: #ffffff;
    text-decoration: none;
}
.next .btn:active {
    background: #439fe0 none repeat scroll 0 0;
    box-shadow: 0 2px 0 #3277a8 inset;
    color: #ffffff;
    text-decoration: none;
}
a.btn, input.btn {
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    overflow: hidden;
    padding-bottom: 8px;
    padding-top: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}