@charset "utf-8";
/* CSS Document */

.container { /*根据效果图主体宽度定义*/
    width: 1000px;
}
body {
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
}
.shortcut {
    background: #313131;
    height: 32px;
    line-height: 32px;
	min-width: 1200px;
}
.shortcut,.shortcut a {
    color: #ffffff;
}
.shortcut .tel {
    background: url("../images/tel.png") no-repeat left 10px;
    padding-left: 20px;
    display: inline-block;
    margin-left: 20px;
}
.shortcut .other span{
    display: inline-block;
    margin: 0 5px;
}

/*header*/
header {
    background: url("../images/img-01.png") repeat-x;
    height: 120px;
	min-width:1200px;
}
header .logo {
    margin-top: 10px;
}
header .logo img {
    display: block;
}

.search {
    right: 0;
    margin-top: 30px;
}
.search .s-inp {
    background: url("../images/img-02.png") no-repeat;
    width: 138px;
    height: 31px;
    line-height: 31px;
    border: none;
    padding: 0 35px 0 15px;
    color: #ffffff;
}
.search .s-btn {
    background: url("../images/img-03.png") no-repeat;
    width: 18px;
    height: 18px;
    border: none;
    margin-left: -32px;
    margin-top: 7px;
}

/*nav*/
nav {
    height: 46px;
    line-height: 46px;
    right: 0;
    margin-top: 74px;
}
nav ul li {
    float: left;
    display: inline;
    position: relative;
    z-index: 999;
    margin-left: 22px;
}
nav ul li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
}


/*footer*/
footer {
    border-top: 6px solid #dd1717;
    background: #313131;
    color: #ffffff;
    padding: 35px 0;
	min-width:1200px;
}
footer .logo img {
    display: block;
}
footer .r-s {
    line-height: 2;
}
footer .r-s a {
    font-size: 14px;
    color: #ffffff;
    margin-left: 20px;
}

/*banner*/
.slideBox{
    width:100%;
    height:350px; /*这个根据效果图定义*/
    overflow:hidden;
    position:relative;
}
.slideBox .hd{
    height:8px;
    overflow:hidden;
    position:absolute;
    left: 50%;
    bottom:100px;
    z-index:1;
    margin-left: -99px;
}
.slideBox .hd ul{
    overflow:hidden;
    zoom:1;
    float:left;
}
.slideBox .hd ul li{
    float:left;
    margin:0 10px;
    width:46px;
    height:8px;
    line-height:8px;
    text-align:center;
    background: #7e171b;
    cursor:pointer;
}
.slideBox .hd ul li.on{
    background: #ffffff;
}
.slideBox .bd{
    position:relative;
    height:100%;
    z-index:0;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
}

.slideBox .bd a {
    display: block;
    height: 290px; /*这个根据效果图定义*/
    width: 100%;
}

.slideBox .prev,
.slideBox .next{ /*这个是banner 左右箭头 更具需要添加或者删除*/
    position:absolute;
    top:50%;
    margin-top:-35px;
    display:block;
    width:35px;
    height:69px;
    filter:alpha(opacity=50);opacity:0.5;
}
.slideBox .prev {
    background: url("../images/prev.png") no-repeat; /*这个根据效果图定义*/
    left: 7%;
}
.slideBox .next{
    left:auto;
    right: 7%;
    background: url("../images/next.png") no-repeat; /*这个根据效果图定义*/
}
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }

/*other-nav*/
.other-nav {
    min-width: 1000px;
}
.other-nav.mt-01 {
    margin-top: -40px;
}

.other-nav ul li {
    float: left;
    margin: 0 0.4%;
    width: 13.6%;
    overflow: hidden;
}
.other-nav ul li .pic {
    position: relative;
    cursor: pointer;
}

.other-nav ul li .pic img{
    display: block;
    max-width: 100%;
    width: 100%;
}
.other-nav ul li .pic .mc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/img-04.png") repeat;
}
.other-nav ul li .title {
    height: 30px;
    line-height: 30px;
    background: #7e171b;
    text-align: center;
}
.other-nav ul li .title a {
    color: #ffffff;
}
.other-nav ul li.first {
    margin-left: 0;
}
.other-nav ul li.last {
    margin-right: 0;
}

/*width*/
.w210 {
    width: 210px;
}
.w770 {
    width: 770px;
}

/*page*/
.page {
    text-align: center;
    padding: 20px 0;
}
.page a {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    border: 1px solid #cccccc;
    color: #4e4e4e;
    padding: 0 8px;
    font-size: 12px;
    overflow:hidden;
}
.page a:hover,.page a.current {
    color: #000000;
}
.page a.p-1,.page a.p-2 {
    width:16px;
    padding:0 4px;
}
.page a.p-1 {
    background: url("../images/left-hover.png") no-repeat center center;
}
.page a.p-1:hover {
    background: url("../images/left.png") no-repeat center center;
}
.page a.p-2 {
    background: url("../images/right-hover.png") no-repeat center center;
}
.page a.p-2:hover {
    background: url("../images/right.png") no-repeat center center;
}

/*sub-menu*/
.r-title {
    height: 60px;
    line-height: 60px;
    background: url("../images/img-05.png") no-repeat 14px 23px #7c1619;
    padding-left: 60px;
    color: #ffffff;
    font-size: 22px;
}

.r-title1 {
    height: 60px;
    line-height: 60px;
    background: url("../images/img-05.png") no-repeat 7px 22px #7c1619;
    padding-left: 24px;
    color: #ffffff;
    font-size: 16px;
}


.sub-menu .main{
    border: 1px solid #d9d9d9;
    border-top: none;
}

.sub-menu ul li {
    line-height: 50px;
    vertical-align: bottom;
    border-top: 1px solid #d9d9d9;
}
.sub-menu ul li a {
    color: #616161;
    font-size: 14px;
    display: block;
    text-align: center;
}
.sub-menu ul li a:hover,.sub-menu ul li a.current {
    background: #efefef;
    color: #8f000b;
}

/*contact*/
.contact {
    color: #616161;
    line-height: 1.4;
}
.contact span {
    font-size: 16px;
}

.contact .main {
    border: 1px solid #d9d9d9;
    border-top: none;
    padding: 15px 10px;
}
.contact .s-1 {
    background: url("../images/img-06.png") no-repeat left 0;
    height: 39px;
    padding-left: 65px;
	font-size:16px;
}
.contact .s-2 {
    background: url("../images/img-07.png") no-repeat left 10px;
    height: 39px;
    padding-left: 65px;
}

/*bread-crumbs*/
.bread-crumbs {
    height: 35px;
    border-bottom: 2px dotted #d1d1d1;
}
.bread-crumbs .b-l {
    background: url("../images/img-08.png") no-repeat left top;
    height: 24px;
    line-height: 22px;
    color: #8f000b;
    font-size: 16px;
    padding-left: 16px;
}
.bread-crumbs .b-r {
    background: url("../images/img-09.png") no-repeat left 8px;
    line-height: 24px;
    padding-left: 15px;
}
.bread-crumbs .b-r,.bread-crumbs .b-r a {
    color: #616161;
}

.mod-01 li {
    overflow: hidden;
    vertical-align: bottom;
    border-bottom: 1px dotted #d1d1d1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    zoom: 1;
}
.mod-01 li:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}
.mod-01 li .l-s {
    width: 96px;
}
.mod-01 li .l-s img {
    display: block;
    width: 96px;
    height: 103px;
}
.mod-01 li .r-s {
    width: 650px;
    padding-top: 20px;
}
.mod-01 li .r-s table tr td {
    color: #000000;
    line-height: 30px;
   /* padding: 5px 15px;*/
}
.mod-01 li .r-s table tr.t-tit td {
    background: #f2f2f2;
    padding-top: 0;
    padding-bottom: 0;
}

.mod-02 li {
    background: url("../images/img-11.png") no-repeat left 17px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dashed #d1d1d1;
    padding-left: 15px;
    color: #616161;
    zoom: 1;
    overflow: hidden;
    vertical-align: bottom;
}
.mod-02 li:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}
.mod-02 li a {
    color: #616161;
}

.mod-03 {
    color: #616161;
    line-height: 2;
}

.mod-03 h1 {
    font-size: 20px;
}

.mod-04 li {
    width: auto;
    height: 30px;
    line-height: 30px;
}
.mod-04 li a {
    color: #252525;
}

.mod-05 .top-s .pic {
    width: 192px;
}
.mod-05 .top-s .pic img {
    display: block;
    width: 192px;
    height: 209px;
}
.mod-05 .top-s .info {
    width: 572px;
}
.mod-05 .top-s .l-s {
    background: #efefef;
    line-height: 26px;
    color: #252525;
    padding: 10px 20px;
    overflow: hidden;
    width: 355px;
    height: 189px;
}

.mod-05 .top-s .r-s {
    border: 1px solid #e3e3e3;
    border-top: 5px solid #7c1619;
    width: 125px;
    background: #ffffff;
    height: 183px;
    padding: 10px 25px;
}
.mod-05 .top-s .r-s a {
    display: block;
    height: 28px;
    line-height: 28px;
    color: #616161;
}
.mod-05 .top-s .r-s a:hover,.mod-05 .top-s .r-s a.current{
    color: #7c1619;
}

.mod-05 .s-1 {
    background: url("../images/img-12.png") no-repeat left 8px;
    padding-left: 35px;
    display: block;
}

.mod-05 .bor-s {
    border-bottom: 1px solid #e4e4e4;
    margin: 15px 0;
    height: 1px;
    overflow: hidden;
    vertical-align: bottom;
}

.mod-05 .btm-s {
    color: #616161;
    line-height: 24px;
}
.mod-05 .btm-s h5 {
    font-size: 12px;
}

.col-00a8ff {
    color: #00a8ff;
}
.col-252525 {
    color: #252525;
}

/*index*/
.i-mod-01 {
    width: 500px;
    height: 247px;
}
.i-mod-01 img {
    display: block;
    width: 500px;
    height: 247px;
}
.i-mod-02 {
    border: 1px solid #dbdbdb;
    width: 426px;
    height: 205px;
    overflow: hidden;
    padding: 20px 25px;
    color: #999999;
    line-height: 24px;
}
.i-mod-02 .title {
    font-size: 22px;
    color: #7e171b;
}
.i-mod-02 .a-s {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    color: #ffffff;
    background: #7e171b;
    text-transform: uppercase;
}

.i-mod-03 .title {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #d9d9d9;
}
.i-mod-03 .title .t-l {
    background: url("../images/img-08.png") no-repeat left 8px;
    color: #8f000b;
    font-size: 18px;
    padding-left: 11px;
}
.i-mod-03 .title .t-more {
    color: #8f000b;
}
.i-mod-03 ul {
    margin-left: -27px;
}
.i-mod-03 ul li {
    line-height: 20px;
    color: #616161;
    float: left;
    display: block;
    width: 315px;
    margin-left: 27px;
}
.i-mod-03 .pic img {
    width: 315px;
    height: 133px;
    display: block;
}
.i-mod-03 h3 a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #7e171b;
    font-size: 14px;
}
.i-mod-03 .a-s {
    color: #7e171b;
}

/*北大量子组*/
.g-w-167 {
    width: 167px;
}
.g-w-813 {
    width: 813px;
}
.g-w-184 {
    width: 184px;
}
.g-mod-03 a{ color:#000;}
.g-title {
    height: 32px;
    border-bottom: 1px solid #ececec;
    font-size: 18px;
    color: #7e171b;
    line-height: 1;
}
.g-sub-nav ul li {
    line-height: 38px;
    border-bottom: 1px solid #ececec;
    position: relative;

    background: #ffffff;
}
.g-sub-nav ul li a {
    display: block;
    color: #616161;
    padding: 0 15px;
    position: relative;
    background: #ffffff;
}
.g-sub-nav ul li a:hover,
.g-sub-nav ul li a.current {
    color: #7e171b;
}
.g-sub-nav .nav-cont {
    /*position: absolute;*/
    /*left: 166px;*/

    /*width: 120px;*/
    /*text-align: center;*/
    /*top: -1px;*/
    z-index: 98;
    display: none;
}
.g-sub-nav .nav-cont a {
    display: block;
    line-height: 30px;
    height: auto;
    padding: 0;
    border-top: 1px solid #e7e7e7;
    padding-left: 35px;
}

.g-bread-crumbs {
    height: 32px;
    border-bottom: 1px solid #ececec;
    color: #7e171b;
}
.g-bread-crumbs .b-l {
    font-size: 18px;
    line-height: 1;
    color: #7e171b;
}
.g-bread-crumbs .b-r {
    line-height: 24px;
}
.g-bread-crumbs .b-r,.g-bread-crumbs .b-r a {
    color: #616161;
}

.g-mod-01 {
    line-height: 2;
    color: #616161;
}
.g-mod-01 .title {
    font-size: 18px;
}
.g-mod-01 p {
 
}

.g-mod-02 {
    margin-left: -16px;
}
.g-mod-02 li {
    float: left;
    overflow: hidden;
    vertical-align: bottom;
    width: 191px;
    margin-left: 16px;
    display: inline;
}
.g-mod-02 li .pic img {
    display: block;
    border: 1px solid #a0a0a0;
    width: 189px;
    height: 148px;
}
.g-mod-02 li .title {
    text-align: center;
    height:30px;
    line-height: 30px;
}
.g-mod-02 li .title a {
    color: #000000;
}

.g-mod-03 .title {
    height: 34px;
    line-height: 34px;
    background: url("../images/img-08.png") no-repeat left 5px;
    padding-left: 12px;
    color: #7e171b;
    font-size: 16px;
}
.g-mod-03 table tr td {
    color: #000000;
    line-height: 30px;
	padding-left:10px;
}
.g-mod-03 table tr.t-tit td {
    background: #f2f2f2;
    padding-top: 0;
    padding-bottom: 0;
}

.g-mod-04 {
    width: 610px;

}
.g-mod-04 .main {
    color: #616161;
    line-height: 24px;
    text-align: justify;
}

.g-mod-05 {
    width: 184px;
    height: 122px;
    overflow: hidden;
    position: relative;
}
.g-mod-05 img {
    display: block;
    width: 184px;
    height: 122px;
}
.g-mod-05 .title {
    background: url("../images/img-14.png") repeat-x;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.g-mod-05 .title a {
    color: #ffffff;
}

.g-mod-06 .title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d9d9d9;
}
.g-mod-06 .title .t-l {
    color: #7e171b;
    font-size: 15px;
}
.g-mod-06 .title .t-more {
    color: #616161;
}
.g-mod-06 ul li {
    line-height: 1.4;
    vertical-align: bottom;
    margin-top: 9px;
}
.g-mod-06 ul li a {
    color: #616161;
}
.g-mod-06 ul li a img {
    vertical-align: middle;
}


/*会员中心*/
.member-box {
    background: url("../images/img-16.png") no-repeat top center;
    background-size: cover;
    height: 693px;
    position: relative;
}
.member-footer {
    padding: 20px 0;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    background: #313131;
}
.main-box {
    width: 800px;
    border: 3px solid #3b494c;
    background: url("../images/img-17.png") repeat;
    padding: 45px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -403px;
    color: #000000;
    font-size: 14px;
}
.main-box input[type='checkbox'] {
    vertical-align: middle;
    margin-top: -3px;
}
.main-box .inp-s {
    height: 44px;
    line-height: 44px;
    border: 1px solid #7e171b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: bottom;
    font-size: 16px;
    color: #999999;
}
.main-box .inp-01 {
    background: url("../images/img-18.png") no-repeat left top;
    padding-left: 78px;
    width: 423px;
}
.main-box .inp-02 {
    background: url("../images/img-19.png") no-repeat left top;
    padding-left: 78px;
    width: 423px;
}
.main-box .inp-03 {
    padding: 0 10px;
    width: 185px;
    background: none;
}
.main-box .inp-04 {
    padding: 0 10px;
    width: 365px;
    background: none;
}

.main-box .btn-s {
    width: 100%;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
    background: #7e171b;
    color: #ffffff;
    font-size: 16px;
}

.main-box .a-s {
    color: #000000;
    text-decoration: underline;
    font-size: 16px;

}
.main-box .title {
    margin-bottom: 50px;
}
.main-box .title img {
    display: block;
}
.main-box .title .wz {
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    padding-top: 13px;
}

.login-box {
    width: 503px;
    margin: 0 auto;
}

.login-box .l-s {
    width: 105px;
    padding-right: 10px;
    text-align: right;
    line-height: 46px;
    color: #000000;
    font-size: 18px;
}

.member-banner {
    height: 350px;
}

.member-info {
    background: url("../images/img-22.png") repeat-y #ffffff;
    width: 1000px;
    margin: -70px auto 0;
    -webkit-box-shadow: 0 0 8px #666;
    -moz-box-shadow: 0 0 8px #666;
    box-shadow: 0 0 8px #666;
    min-height: 500px;
}
.member-nav {
    width: 141px;
}
.member-nav h3 {
    background: url("../images/img-23.png") no-repeat 5px 20px;
    padding-left: 32px;
    border-bottom: 1px solid #c3c3c3;
    color: #6f0f10;
    height: 58px;
    line-height: 58px;
    font-size: 14px;
}
.member-nav ul li {
    height: auto;
    line-height: 50px;
    border-bottom: 1px solid #c3c3c3;
}
.member-nav ul li a {
    display: block;
    text-align: center;
    color: #616161;
    font-size: 14px;
}
.member-nav ul li a:hover,.member-nav ul li a.current {
    background: #6f0f10;
    color: #ffffff;
}

.member-main {
    width: 840px;
}
.member-main .title {
    height: 60px;
    line-height: 60px;
    color: #252525;
    font-size: 20px;
}
.form-info {
    padding: 60px 0;
    line-height: 36px;
}
.form-info .l-s {
    width: 130px;
    text-align: right;
    padding-right: 10px;
    line-height: 36px;
}
.form-info .inp-s {
    line-height: 34px;
    border: 1px solid #e0e0e0;
    height: 34px;
    padding: 0 5px;
}
.form-info .inp-01 {
    width: 170px;
}
.form-info .inp-02 {
    width: 415px;
}
.form-info .inp-03 {
    width: 240px;
}
.form-info .tip {
    color: #616161;
    line-height: 34px;
}
.form-info .txt-01 {
    width: 525px;
    height: 170px;
    border: 1px solid #e0e0e0;
}

.form-info .btn-s {
    width: 170px;
    height: 42px;
    line-height: 42px;
    background: #6f0f10;
    color: #ffffff;
    font-size: 16px;
    border: none;
}
.form-info select {
    height: 34px;
    padding: 0 10px;
}

/*new-add*/
.m-inp-s {
    height: 28px;
    line-height: 28px;
    border: 1px solid #cccccc;
    padding: 0 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.m-inp-01 {
    width: 195px;
}
.m-inp-02 {
    width: 20px;
}
.members-02 {
    font-size: 14px;
    line-height: 30px;
}
.members-02 .l-s {
    width: 135px;
    text-align: right;
    margin-right: 10px;
}
.members-02 .l-s-02 {
    width: 170px;
    text-align: right;
    margin-right: 10px;
}
.members-02 .s-1 img {
    vertical-align: middle;
    margin-top: -3px;
}

.members-04 .title {
    height: 33px;
    background: url("../images/img-25.png") repeat-x left bottom;
    padding: 0 30px;
}
.members-04 .title a {
    display: block;
    float: left;
    border: 1px solid #e4e4e4;
    background: #f9f9f9;
    color: #095ca9;
    font-size: 14px;
    height: 31px;
    line-height: 30px;
    text-align: center;
    width: 170px;
    margin-right: 10px;
}
.members-04 .title a:hover,
.members-04 .title a.current {
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
}
.members-04 .main > div {
    display: none;
}

.members-05 table tr td {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #717171;
}
.members-05 table tr.t-tit td {
    background: #f4f4f4;
    font-size: 14px;
    color: #666666;
}
.members-05 .s-1 {
    padding: 0 20px;
}
.members-05 .s-1 a {
    color: #6f0f10;
}

.new-mod {
    color: #252525;
    line-height: 24px;
}
.new-mod .top-s .img-s {
    width: 192px;
    height: 209px;
}
.new-mod .top-s .img-s img {
    display: block;
    width: 192px;
    height: 209px;
}
.new-mod .top-s .info {
    background: #efefef;
    color: #252525;
    line-height: 2.2;
    padding: 15px;
    width: 540px;
    height: 179px;
}

/*内容分页*/
#page_break {
 position:relative;
} 
#page_break .collapse { 
display: none; 
} 
#page_break .num { 
padding: 10px 0; 
text-align: center; 
} 
#page_break .num li{ 
display: inline; 
margin: 0 2px; 
padding: 3px 5px; 

width:21px;
height:21px;
line-height:21px;
color: #000; 
text-align: center; 
cursor: pointer; 
font-family: Arial; 
font-size: 12px; 
overflow: hidden; 
} 
#page_break .num li.on{ 
background-color: #DED6C8; 
border:1px solid #B89F7B;
color: #000; 
font-weight: bold; 
} 