﻿* {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
img {
    border: 0;
    outline: none;
}
a {
    color: #585858;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
input {
    color: #585858;
    outline: none;
}
textarea {
    color: #585858;
    resize: none;
    outline: none;
    overflow-y: auto;
    overflow-x: hidden;
}
select {
    color: #585858;
    outline: none;
}
html {
    font-size: 15px;
}
html, body {
    margin: 0;
    height: 100%;
}
body {
    width: 100%;
    color: #585858;
    font-family: "幼圆";
    -ms-content-zooming: none;
    -webkit-font-smoothing: antialiased;
}
.index {
    width: 100%;
    height: auto;
    min-width: 1300px;
}
/*头部*/
.index .nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    background: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    border-bottom: 1px solid #fff;
}
.nav .navleft {
    width: auto;
    height: 100%;
    float: left;
    color: #fff;
    line-height: 80px;
}
.nav .navleft .navbutton {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 25px 30px 0 50px;
}
.nav .navleft .navbutton i {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    margin-top: 5px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.nav .navleft .navbutton.selected i {
    display: block;
    width: 3px;
    height: 100%;
    float: left;
    margin-top: 0;
    margin-left: 5px;
    background: #fff;
}
.nav .navleft .navbutton:hover i {
    background: #bbb;
}
.nav .navleft .navlogo {
    background: url(/Images/Logo.png) no-repeat center center;
    background-origin: content;
    background-position: 50% 50%;
    background-size: contain;
    display: block;
    width: 33px;
    height: 34px;
    float: left;
    margin-top: 23px;
}
.nav .navleft b {
    display: block;
    float: left;
    font-size: 20px;
    margin-left: 30px;
    margin-right: 30px;
}
.nav .navright {
    width: 20%;
    height: 100%;
    float: right;
    line-height: 80px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.nav .navright a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    float: left;
    font-size: 20px;
    text-align: center;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.nav .navright a b {
    color: #4a4de8;
    margin-left: 20px;
}
.nav .navright a:hover {
    color: #bbb;
}
.nav .navright a:hover b {
    color: #bbb;
}
.nav .navright label {
    display: block;
    float: right;
    height: 100%;
    color: #fff;
    cursor: pointer;
    font-size: 38px;
    display: none;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.nav .selected a {
    width: 50%;
}
.nav .selected label {
    width: 10%;
}
.nav .navright label:hover {
    color: #bbb;
}
/*左边遮罩*/
.index .maskleft {
    position: fixed;
    top: 0;
    left: -20%;
    z-index: 9;
    width: 20%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.maskleft ul {
    width: 100%;
    height: auto;
    margin-top: 80px;
    display: none;
}
.maskleft ul li {
    width: 100%;
    height: 100px;
    line-height: 100px;
}
.maskleft ul li a {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 18px;
    text-indent: 50px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.maskleft ul li a:hover {
    background: #3763ae;
}
/*右边遮罩*/
.index .maskright {
    position: fixed;
    top: 0;
    right: -600px;
    z-index: 9;
    width: 600px;
    height: 100%;
    background: #000;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.maskright .maskrinfo {
    width: 469px;
    height: 460px;
    position: absolute;
    bottom: 0%;
    left: 50%;
    color: #fff;
    display: none;
    margin-bottom: -230px;
    margin-left: -234.5px;
}
.maskright .maskrinfo a {
    background: url(/Images/MapImg.jpg) no-repeat;
    display: block;
    width: 469px;
    height: 315px;
    margin: 0 auto 30px;
}
.maskright .maskrinfo p {
    margin-top: 20px;
}
/*地图*/
.mapmain {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mapmain #mapContainer {
    width: 100%;
    height: 100%;
}
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}
.iw_poi_content {
    font-size: 13px;
    font-family: Arial;
    overflow: visible;
    padding-top: 4px;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
}
/*banner*/
.index .banner {
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 1;
}
.banner .slide_main {
    width: 100%;
    height: 700px;
    position: relative;
}
.banner .slide_main .prev, .next {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 222;
    overflow: hidden;
    cursor: pointer;
    filter: alpha(opacity=60);
    _border: 1px solid none;
}
.banner .slide_main .prev {
    background: url(/Images/btnPrev.png) no-repeat;
    left: 70px;
}
.banner .slide_main .prev:hover {
    background: url(/Images/btnPrevH.png) no-repeat;
    left: 70px;
}
.banner .slide_main .next {
    background: url(/Images/btnNext.png) no-repeat;
    right: 70px;
}
.banner .slide_main .next:hover {
    background: url(/Images/btnNextH.png) no-repeat;
    right: 70px;
}
.banner .slide_main .item {
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    z-index: 124;
    left: 0;
    bottom: 90px;
    text-align: center;
}
.banner .slide_main .item a {
    display: inline-block;
    width: 60px;
    height: 5px;
    margin-right: 11px;
    background: #333;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    overflow: hidden;
}
.banner .slide_main .item a.cur {
    background: #fff;
}
.banner .slide_main .slide-box, .slide {
    display: block;
    width: 100%;
    height: 700px;
    overflow: hidden;
}
.banner .slide_main .slide-box {
    position: relative;
}
.banner .slide_main .slide {
    display: none;
    height: 700px;
    position: absolute;
}
.banner .slide_main .slide a {
    display: block;
    width: 100%;
    height: 700px;
}
.banner .slide_main .slide a.bannerone {
    background: url(/Images/Banner01.jpg) no-repeat center center;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Banner01.jpg', sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Banner01.jpg', sizingMethod='scale');
}
.banner .slide_main .slide a.bannertwo {
    background: url(/Images/Banner02.jpg) no-repeat center center;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Banner02.jpg', sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Banner02.jpg', sizingMethod='scale');
}
.banner .slide_main .slide a.bannerthree {
    background: url(/Images/Banner03.jpg) no-repeat center center;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Banner03.jpg', sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Banner03.jpg', sizingMethod='scale');
}
.indscroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 22px;
    height: 58px;
    margin-left: -11px;
    z-index: 8;
}
.indscroll img {
    display: block;
}
/*齐优介绍*/
.index .companyinfo {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.companyinfo .companymain {
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 80px auto;
}
.companyinfo .companymain .compleft {
    float: left;
}
.companyinfo .companymain .compright {
    float: right;
    width: 650px;
}
.companyinfo .companymain .compright p {
    display: block;
    font-size: 33px;
    text-align: center;
    letter-spacing: 8px;
    margin: 160px auto 80px;
}
.companyinfo .companymain .compright span {
    display: block;
    margin-top: 38px;
    line-height: 28px;
    text-align:left;
}
.companyinfo .companymain .compright a {
    display: block;
    width: 180px;
    height: 50px;
    margin: 50px 0 0;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border: 2px solid #ccc;
    border-radius: 8px;
    letter-spacing: 3px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.companyinfo .companymain .compright a:hover {
    color: #fff;
    background-color: #3763ae;
}
/*资源库介绍*/
.index .box {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
}
.box .boxmain {
    height: 480px;
    position: absolute;
    left: 0;
}
.index .projectinfo {
    height: 480px;
    float: left;
    overflow: hidden;
}
.projectinfo .proleft {
    width: 50%;
    height: 480px;
    float: left;
    color: #fff;
    background: #3763ae;
}
.projectinfo .proleft p {
    display: block;
    width: 90%;
    font-size: 33px;
    letter-spacing: 8px;
    margin: 60px 0 10px 10%;
}
.projectinfo .proleft span {
    display: block;
    width: 65%;
    font-size: 28px;
    margin-top: 38px;
    margin-bottom: 30px;
    margin-left: 10%;
    line-height: 28px;
    text-align: justify;
}
.projectinfo .proleft label {
    display: block;
    width: 80%;
    margin-left: 15%;
    line-height: 28px;
    text-align: left;
}
.projectinfo .proleft a {
    display: block;
    width: 180px;
    height: 50px;
    color: #fff;
    margin-top: 30px;
    margin-right: 10%;
    float: right;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border: 2px solid #ccc;
    border-radius: 8px;
    letter-spacing: 3px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.projectinfo .proleft a:hover {
    color: #3763ae;
    background-color: #fff;
}
.projectinfo .proright {
    width: 50%;
    height: 480px;
    float: right;
}
.projectinfo .proright img {
    width: 100%;
    height: 100%;
}
.box .prevbtn {
    background: url(/Images/btnPrev.png) no-repeat;
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -22px;
}
.box .prevbtn:hover {
    background: url(/Images/btnPrevH.png) no-repeat;
}
.box .nextbtn {
    background: url(/Images/btnNext.png) no-repeat;
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -22px;
}
.box .nextbtn:hover {
    background: url(/Images/btnNextH.png) no-repeat;
}
/*环形图*/
.index .chartinfo {
    width: 100%;
    height: 380px;
    overflow: hidden;
    background: #323a45;
}
.index .chartinfo ul {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}
.index .chartinfo ul li {
    width: 325px;
    height: 300px;
    float: left;
    color: #fff;
}
.index .chartinfo ul li b {
    display: block;
    width: 200px;
    height: 200px;
    font-size: 38px;
    border-radius: 100%;
    text-align: center;
    line-height: 200px;
    margin: 50px auto;
    border: 10px solid #68bfec;
}
.index .chartinfo ul li span {
    display: block;
    margin: 0 auto;
    text-align: center;
}
/*公司宗旨*/
.index .systeminfo {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.systeminfo p {
    width: 1300px;
    font-size: 33px;
    text-align: center;
    letter-spacing: 8px;
    margin: 130px auto 0;
}
.systeminfo ul {
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 60px auto 100px;
}
.systeminfo ul li {
    width: 600px;
    height: 88px;
    float: left;
    margin: 30px 0;
}
.systeminfo ul li.sysright {
    float: right;
}
.systeminfo ul li img {
    display: block;
    float: left;
    margin-top: 5px;
}
.systeminfo ul li span {
    display: block;
    float: right;
    width: 500px;
    height: auto;
    line-height: 28px;
    text-align: left;
}
/*寻找团队*/
.index .team {
    width: 100%;
    height: 330px;
    overflow: hidden;
    background: #323a45;
}
.team .teammain {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}
.team .teammain p {
    color: #fff;
    font-size: 33px;
    text-align: center;
    letter-spacing: 8px;
    margin-top: 88px;
}
.team .teammain a {
    display: block;
    width: 380px;
    height: 50px;
    color: #fff;
    margin: 50px auto 0;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border: 2px solid #fff;
    border-radius: 8px;
    letter-spacing: 3px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.team .teammain a:hover {
    color: #3763ae;
    background-color: #fff;
}
.team .teammain a:active {
    transform: translateY(4px);
}
/*内页 齐优详情页*/
.index .detail {
    width: 100%;
    height: 1128px;
    color: #fff;
    overflow: hidden;
    background: #427aab;
    position: relative;
}
.detail .deshow {
    width: 1300px;
    height: 620px;
    overflow: hidden;
    margin: 80px auto 0;
}
.detail .deshow img {
    display: block;
    width: 128px;
    height: 128px;
    margin: 60px auto 0;
}
.detail .deshow p {
    font-size: 50px;
    text-align: center;
    letter-spacing: 8px;
    margin-top: 50px;
}
.detail .deshow span {
    display: block;
    font-size: 26px;
    text-align: center;
    letter-spacing: 8px;
    margin-top: 40px;
}
.detail .dehide {
    width: 1300px;
    height: 800px;
    margin: 0 auto;
    overflow: hidden;
    display: none;
}
.detail .dehide span {
    display: block;
    margin-top: 40px;
    line-height: 28px;
    text-align: justify;
}
.detail .scroll {
    display: block;
    width: 22px;
    height: 38px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -11px;
}
.deinfo {
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 50px;
}
.deinfo span {
    display: block;
    line-height: 28px;
    text-align: justify;
    margin-top: 40px;
}
/*内页 资源库介绍*/
/*大图*/
.index .picture {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.index .picture img {
    width: 100%;
    height: auto;
}
/*选项卡 菜单*/
.index .tabmenu {
    width: 1300px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    border-bottom: 5px solid #ccc;
}
.tabmenu ul {
    width: 100%;
    height: 100px;
    line-height: 100px;
}
.tabmenu ul li {
    height: 100px;
    width: 185.7px;
    float: left;
}
.tabmenu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tabmenu ul li.selected {
    color: #3763ae;
}
.tabmenu ul b {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 185.7px;
    height: 3px;
    overflow: hidden;
    border-bottom: 3px solid #029fc8;
}
/*老师模块*/
.index .teacher {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.teacher .line {
    width: 1px;
    height: 100px;
    margin: 0 auto;
    border-right: 1px solid #ccc;
}
.teacher .teatop {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.teacher .teatop .teatleft {
    width: 500px;
    height: 365px;
    float: left;
    margin-left: 30px;
}
.teacher .teatop .teatleft b {
    display: block;
    width: 100px;
    height: 3px;
    margin-top: 30px;
    background: #ccc;
}
.teacher .teatop .teatleft .blockone {
    margin-top: 18px;
}
.teacher .teatop .teatleft p {
    width: 100%;
    font-size: 33px;
    font-weight: bold;
    margin: 18px auto 0;
}
.teacher .teatop .teatleft span {
    display: block;
    width: 100%;
    line-height: 26px;
    text-align: left;
    margin: 15px auto 0;
}
.teacher .teatop .teatright {
    width: 519px;
    float: left;
    margin-left: 70px;
    border: 1px solid #000;
}
.teacher .teamid {
    width: 1300px;
    height: 460px;
    margin: 0 auto;
}
.teacher .teamid .teamleft {
    border: 1px solid #000;
    float: left;
    margin: 38px auto;
}
.teacher .teamid .teamright {
    width: 720px;
    height: 310px;
    float: left;
    margin-left: 50px;
    border: 1px solid #ccc;
}
.teacher .teamid .teamright p {
    width: 80%;
    font-size: 33px;
    font-weight: bold;
    margin: 76px auto 0;
}
.teacher .teamid .teamright span {
    display: block;
    width: 80%;
    line-height: 26px;
    text-align: left;
    margin: 15px auto 0;
}
.teacher .teabot {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.teacher .lingbig {
    height: 160px;
    margin-top: -50px;
}
.teacher .teabot .teabtop {
    width: 800px;
    height: 160px;
    margin: 0 auto;
    border: 1px solid #ccc;
    position: relative;
    z-index: 2;
    background: #fff;
}
.teacher .teabot .teabtop p {
    width: 90%;
    font-size: 33px;
    font-weight: bold;
    margin: 28px auto 0;
}
.teacher .teabot .teabtop span {
    display: block;
    width: 90%;
    line-height: 26px;
    text-align:left;
    margin: 15px auto 0;
}
.teacher .teabot .teabbottom {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: -30px;
    margin-right: 120px;
}
/*学生模块*/
.index .student {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
}
.student .line {
    width: 1px;
    height: 100px;
    margin: 0 auto;
    border-right: 1px solid #ccc;
}
.student .stutop {
    width: 100%;
    height: 322px;
}
.student .stutop img {
    display: block;
    margin: 0 auto;
}
.student .stumid {
    width: 1300px;
    height: 378px;
    margin: 0 auto;
}
.student .stumid .stumleft {
    float: left;
    margin-left: 66px;
    border: 1px solid #ccc;
}
.student .stumid .stumright {
    width: 500px;
    float: right;
    text-align: right;
    margin-top: -100px;
}
.student .stumid .stumright b {
    display: block;
    width: 100px;
    height: 3px;
    margin-top: 30px;
    background: #ccc;
    margin-left: 400px;
}
.student .stumid .stumright p {
    width: 100%;
    font-size: 33px;
    font-weight: bold;
    margin: 28px auto 0;
}
.student .stumid .stumright span {
    display: block;
    width: 100%;
    line-height: 26px;
    text-align: left;
    margin: 15px auto 0;
}
.student .stubot {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.student .stubot .stubleft {
    float: left;
    width: 649px;
    margin-top: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.student .stubot .stubleft p {
    width: 90%;
    font-size: 33px;
    font-weight: bold;
    margin: 24px auto 0;
}
.student .stubot .stubleft span {
    display: block;
    width: 90%;
    line-height: 26px;
    text-align:left;
    margin: 15px auto 15px;
}
.student .stubot .stubright {
    float: left;
    border: 1px solid #ccc;
}
/*管理模块*/
.index .manage {
    width: 100%;
    height: auto;
    margin-top: 80px;
    overflow: hidden;
}
.manage .mantop {
    width: 1300px;
    height: 410px;
    margin: 0 auto;
}
.manage .mantop .mantinfo {
    width: 900px;
    height: 350px;
    margin: 0 auto;
    border: 1px solid #ccc;
}
.manage .mantop .mantinfo p {
    width: 90%;
    font-size: 33px;
    font-weight: bold;
    margin: 38px auto 0;
}
.manage .mantop .mantinfo span {
    display: block;
    width: 90%;
    line-height: 26px;
    text-align: left;
    margin: 15px auto 0;
}
.manage .mantop b {
    display: block;
    width: 1px;
    height: 59px;
    margin: 0 auto;
    border-right: 1px solid #ccc;
}
.manage .manbottom {
    width: 1200px;
    height: 399px;
    margin: 0 auto;
    border: 1px solid #ccc;
}
.manage .manbottom img {
    margin-top: 12px;
}
/*站点系统技术*/
.index .system {
    width: 100%;
    height: auto;
    margin-top: 80px;
    overflow: hidden;
    background: #e8e8e6;
}
.system .systop {
    width: 100%;
    height: 120px;
    background: #fff;
}
.system .systop span {
    display: block;
    width: 688px;
    height: 60px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
    font-weight: bold;
    border: 1px solid #ccc;
}
.system .systop b {
    display: block;
    width: 1px;
    height: 59px;
    margin: 0 auto;
    border-right: 1px solid #ccc;
}
.system .sysbottom {
    width: 1300px;
    height: auto;
    margin: 0 auto 30px;
    overflow: hidden;
}
.system .sysbottom p {
    width: 98%;
    margin: 70px auto 0;
}
.system .sysbottom span {
    display: block;
    width: 98%;
    margin: 26px auto;
    line-height: 28px;
    text-align: justify;
}
.system .sysbottom b {
    display: block;
    width: 100%;
    height: 5px;
    background: #adadab;
}
/*底部*/
.index .footer {
    width: 100%;
    height: 388px;
    background: #2a3139;
    overflow: hidden;
}
.footer .footmain {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}
.footer .footmain .footlink {
    width: 640px;
    height: 80px;
    position: relative;
    margin: 60px auto 0;
    border-bottom: 1px solid #8d9095;
}
.footer .footmain .footlink .items {
    width: 160px;
    height: 80px;
    float: left;
}
.footer .footmain .footlink .items a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 50px;
    text-align: center;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.footer .footmain .footlink .selected a {
    color: #3763ae;
}
.footer .footmain .footlink b {
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 160px;
    height: 3px;
    overflow: hidden;
    border-bottom: 3px solid #fff;
}
.footer .footmain .footaddress {
    width: 636px;
    height: 120px;
    margin: 56px auto 0;
}  
.footer .footmain .footaddress p {
    color: #fff;
    line-height: 28px;
}
.footer .footmain .footaddress span {
    display: block;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
}
.footer .footmain .footaddress .copyright{
    width:240px;
    height:30px;
    margin:5px auto;
}
.footer .footmain .footaddress .copyright a{
    display: block;
    width: 100%;
    height: 100%;
}
.footer .footmain .footaddress .copyright a img{
    display: block;
    float:left;
    margin-top:3px;
}
.footer .footmain .footaddress .copyright a p{
    display: block;
    float: right;
}