@charset "UTF-8";
/* CSS Document */
/*
-----------------------------内页样式start-----------------------------
*/
/*二级banner图*/
.bg_fff{background: #fff}
.subBanner{
    overflow: hidden;
    position: relative;
}
.subBanner_a{
    display: block;
    overflow: hidden;
    position: relative;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat:no-repeat\9;
    background-image:none\9;
}
.channelBanner{
    padding-top: 33.697916666667%;
}
.channelBanner2{
    padding-top: 27.083333333%;
}
.subMenu{position: absolute;width: 1200px;height: 60px;margin: 0 auto;bottom: 0;right: 0;left: 0}
.subMenu_dl{overflow: hidden;margin: 0 -.5px;}
.subMenu_dl .dd1{float: left;width: 50%;}
.subMenu_dl .dd2{float: left;width: 33.333333%;}
.subMenu_dl .dd3{float: left;width: 25%;}
.subMenu_dl .dd4{float: left;width: 20%;}
.subMenu_dl .dd5{float: left;width: 16.6666667%;}
.subMenu_dl .dd6{float: left;width: 14.2857%;}
.subMenu_dl .dd8{float: left;width: 11.1111%;}
.subMenu_dl .dd9{float: left;width: 10%;}
.subMenu_dl dd a{display: block;height: 60px;line-height: 60px;text-align: center;background: rgba(0,0,0,.5);color: #fff;margin: 0 .5px;position: relative;font-size: 14px;z-index: 2}
.subMenu_dl dd a span{color: #fff;display: block;position: relative;z-index: 5}
.subMenu_dl dd a:after{ display:block; width:0; height:100%; background:#e94b46; position:absolute; left:50%; margin-left:0; top:0px; content:''; opacity:0;filter: alpha(opacity=0); -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
.subMenu_dl dd:hover a:after{ opacity:1; margin-left:-50%; width:100%;filter: alpha(opacity=100);}
.subMenu_dl dd.hover a:after{width: 100%;margin-left:-50%; opacity: 1;filter: alpha(opacity=100);}

/*详细页start*/
/*新闻+单篇*/
.newsBox{background: #f9f9f9;overflow: hidden}
.articleT {
    clear: both;
    line-height:50px;
    font-size:28px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.articleT2 {
    height:35px;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 35px;
    text-align: center;
    position: relative;
}
.articleT2 span{
    margin: 0 10px;
    color: #8c8c8c;
    background-position:left center;
    background-repeat: no-repeat;
}
.articleT2 span.span3 {
    padding-left: 26px;
    background-image: url(../images/icon11.png);
}

.innerPage{padding: 40px;background: #fff;position: relative}
.innerPage1{background: #fff;padding: 20px;}
.intext{height: 40px;position: relative}
.intext:before{content: "";position: absolute;left: -18px;top: -15px;width: 303px;height: 70px;background: url(../images/pT.png) no-repeat center center}
.articleB_box {
    clear: both;
    overflow: hidden;
    font-size: 16px;
    line-height: 34px;
    color: #333333;
}
.articleB_box img {
    max-width: 100%;
}
.articleBox {
    clear: both;
    overflow: hidden;
    font-size: 16px;
    line-height: 34px;
    color: #333333;
}
.articleBox img {
    max-width: 100%;
}
.pageUp{
    clear:both;
    overflow:hidden;
    line-height:35px;
    font-size:16px;
    padding:20px 0;
    border-top: 1px solid #ddd;
}

/* 文章阅读页——大图*/
#play {
    width: 755px;
    height: 425px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9e9e9;
    margin: 0 auto;
}

#play .change_a {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background: url(about:blank);
}

#play .prev_a {
    left: 0;
}

#play .next_a {
    right: 0
}

#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}

#play .prev_a span {
    background: url(../images/article_icon.png) no-repeat 0px -50px;
    left: 0;
}

#play .next_a span {
    background: url(../images/article_icon.png) no-repeat -30px -50px;
    right: 0;
}

#play .img_ul {
    position: relative;
    z-index: 1;
    width: 755px;
    height: 425px;
}

#play .img_ul li {
    position: relative;
    z-index: 1;
    width: 755px;
    height: 425px;
    background: #fff;
    margin: 0 0 5px 0;
}

#play .img_ul li img {
    position: absolute;
}

.imgMove {
    width:755px;
    clear: both;
    margin: 20px auto;
    position: relative;
}

.img_hd {
    margin: 0 auto;
    overflow: hidden;
    height: 75px;
    position: relative;
}

.img_hd ul {
    position: absolute;
    z-index: 1
}

.img_hd ul li {
    float: left;
    width: 90px;
    height:51px;
    padding: 3px;
    margin: 0 7px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d4d4d4;
    position: relative;
}

.img_hd ul li p {
    width: 90px;
    height:51px;
    display: block;
    background: #fff;
    position: relative;
}

.img_hd ul li i {
    display: block;
    clear: both;
    line-height: 20px;
    padding: 0 5px;
    background: #000;
    color: #fff;
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 99999999999999;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
}

.img_hd ul li img {
    position: absolute;
    width: 90px;
    height:51px;
}

.img_hd ul li.on {
    border: 1px solid #e94b46;
    background: #e94b46;
}

.imgMove .bottom_a {
    width: 20px;
    height: 25px;
    display: block;
    cursor: pointer;
    float: left;
    top: 20px;
    position: absolute;
    z-index: 999;
    background: url(../images/article_icon.png) no-repeat;
}

.imgMove .prev_a {
    background-position: left top;
    left: 0;
}

.imgMove .next_a {
    background-position: right top;
    right: 0;
}

.article_pageUp {
    font-size: 15px;
    line-height: 30px;
    color: #999999;
    border-top: 1px solid #d5d5d5;
    padding-top: 30px;
}

.article_pageUp dl {
    width: 600px
}

.article_pageUp dl a {
    color: #999999
}

.article_pageUp dl a:hover {
    color: #e94b46
}

.article_pageUp .bt {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e94b46;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}
.article_pageUp .bt:hover {
    opacity: 0.9
}
.articleHand {
    clear: both;
    font-size: 16px;
    padding: 10px 0px 20px 0;
    overflow: hidden;
}
.articleHand a {
    display: block;
    line-height: 32px;
    padding: 0 20px 10px 30px;
    float: left;
    background: url(../images/file.png) no-repeat left center;
}
.articleHand a.word {
    background: url(../images/word.png) no-repeat left 3px;
    color: #37a6ff !important;
}
.articleHand a.ppt {
    background: url(../images/ppt.png) no-repeat left center;
    color: #ff7735 !important;
}
.articleHand a.excel {
    background: url(../images/excel.png) no-repeat left center;
    color: #15bf44 !important;
}
.articleHand a.pdf {
    background: url(../images/pdf.png) no-repeat left center;
    color: #1369c0 !important;
}
.articleHand a.zip {
    background: url(../images/zip.png) no-repeat left 3px;
    color: #ff9779 !important;
}
.articlePageT{
    width:100%;
    height:50px;
    overflow: hidden;
    line-height: 50px;
    color: #333333;
    font-size: 14px;
    background-color:#fff;
    margin-bottom: 10px;
}
.articlePageT:hover{background: #e94b46;color: #fff}
.articlePageT:hover a{color: #fff;}
.articlePageT:hover a:hover{color: #fff;}

.articlePage{
    clear:both;
    height:30px;
    text-align:center;
    font-family:Arial;
}
.articlePage a{
    margin:0 1px;
    background:#ccc;
    padding:5px 10px;
}
.articlePage a:hover{
    color:#fff;
    background:#e94b46;
}
.articlePage a.hover{
    color:#fff;
    background:#e94b46;
}
.articlePageUp{
    clear: both;
    overflow: hidden;
    padding-top:20px;
}
/*详细页end*/

/*全文列表start*/
.contentF9{background: #f9f9f9}
.textList{padding: 0 20px;position: relative;}
.textList dd{padding: 30px 0;border-bottom: 1px solid #ddd}
.textList dd a{display: block;font-size: 14px;}
.listTrFl{overflow: hidden;}
.listTrFl span{float: left;display: inline;color: #999}
.listTrFl .text{color: #000;float: left;display: inline;padding-left: 68px}
.moreList{color: #999}
/*全文列表end*/

/*发展历程start*/
.event{position: relative;padding: 28px 0}
.event:before{content: "";position: absolute;left: 42px;top: 0;width: 39px;height: 39px;background: url(../images/evTime.png) no-repeat center center}
.event:after{content: "";position: absolute;left: 50px;bottom: 0;width: 22px;height: 14px;background: url(../images/evBot.png) no-repeat center center}
.event dd{padding: 10px 0;position: relative;}
.event dd:before{content: "";position: absolute;left: 60px;width:2px;height: 100%;background: #999 }
.event dd .con{position: relative;padding: 38px 0 0 100px}
.year{position: relative;font-size: 14px;color: #000}
.year span{font-size: 30px;font-weight: bold;}
.year i{position: absolute;left: -55px;top: 5px;width: 32px;height: 32px;background: #999;border-radius: 50%}
.year i:after{content: "";position: absolute;width: 16px;height: 16px;background: #fff;left: 50%;top: 50%;margin-top: -8px;margin-left: -8px;border-radius: 50%}
.event dd .con .text{overflow: hidden;font-size: 14px;color: #666;line-height: 26px}
.event dd .con .text .div1{margin-bottom: 10px}
.event dd:hover .year{color: #e94b46}
.event dd.hover .year{color: #e94b46}
.event dd:hover .year i{background: #e94b46}
.event dd.hover .year i{background: #e94b46}
/*发展历程end*/

/*联系我们start*/
.contactDeta{
    overflow: hidden;
}
.contactDetaTit{
    overflow: hidden;
    font-size: 24px;
    color:#333;
    line-height: 40px;
    padding: 40px 0 15px;
    border-bottom: 1px solid #ddd;
}
.contactDeta_ul{
    overflow: hidden;
    margin: 0 -10px;
}
.contactDeta_ul li{
    display: inline;
    line-height: 30px;
    font-size: 16px;
    color:#666;
    width: 45%;
    float: left;
    padding: 10px 0px 10px 30px;
    margin: 0 10px;
}
.li1{
    background: url(../images/contactAdd.png) no-repeat left center;
}
.li2{
    background: url(../images/contactSb.png) no-repeat left center;
}
.li3{
    background: url(../images/contactTel.png) no-repeat left center;
}
.li4{
    background: url(../images/contactEmail.png) no-repeat left center;
}
/*联系我们end*/

/*资质荣誉start*/
.imgList{overflow: hidden;margin: 0 -11px;position: relative}
.imgList dd{float: left;display: inline;width: 33.3333333333%;padding: 30px 0;}
.imgList dd a{display: block;position: relative;margin: 0 11px;}
.imgList dd a:before{ display:block; width:100%; height:1px; background:#ddd; position:absolute; left:0; bottom:-29px; content:'';}
.imgList dd a:after{ display:block; width:0; height:3px; background:#e94b46; position:absolute; left:50%; margin-left:0; bottom:-30px; content:''; opacity:0;filter: alpha(opacity=0); -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
.imgList dd:hover a:after{ opacity:1; margin-left:-50%; width:100%;filter: alpha(opacity=100);}
.imgList dd.hover a:after{width: 100%;margin-left:-50%; opacity: 1;filter: alpha(opacity=100);}

.imgList dd .imgDiv{padding-top: 75.064935%}
.imgList dd a .text{position: absolute;left: 0;right: 0;bottom: 0;height: 52px;line-height: 52px;text-align: center;font-size: 14px;color: #fff;background: rgba(0,0,0,.5);-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;padding: 0 10px;
    box-sizing: border-box; width: 100%; display: table;}
.imgList dd a .text span{ display: table-cell; height: 52px; line-height: 26px;vertical-align: middle;}
.imgList dd:hover a .text{background: #e94b46; }
.imgList dd.hover a .text{background: #e94b46; }

.imgList_ul{overflow: hidden}
.imgList_ul li{padding: 15px 0;border-bottom: 1px solid #ddd}
.imgList_ul li a{display: block;height: 30px;line-height: 30px;font-size: 14px;color: #666}
.imgList_ul li:hover a{color: #e94b46;}
/*资质荣誉end*/

/*imgList2   start*/
.celebrateBox{position: relative}
.celebrateBox a{display: block;position: relative}
.celebrateBox .pic{position: relative;width: 100%;padding-top: 25%;}
.celebrateBox .pic img{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%}
.celebrateText{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.celebrateText .text{position: absolute;bottom: 30px;right: 0;left: 0;padding: 0 30px;color: #fff}
.celebrateText .text h3{font-size: 24px;margin-bottom: 10px}
.celebrateText .text span{font-size: 14px;color: #fcf4d9}

.celeTitle{position: relative}
.celeTitle:after{content: "";position: absolute;left: 0;bottom: 1px;width: 100%;height: 1px;background: #ddd;z-index: 1}
.cele_ul{clear: both;overflow: hidden}
.cele_ul li{float: left;display: inline}
.cele_ul li a{display: block;height: 50px;line-height: 50px;font-size: 16px;color: #666;padding: 0 20px;position: relative;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
.cele_ul li a:after{display:block; width:0; height:3px; background:#e94b46; position:absolute; left:50%; margin-left:0; bottom: 0px; content:''; opacity:0;filter: alpha(opacity=0); -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;}
.cele_ul li:hover a:after{ opacity:1; margin-left:-50%; width:100%;filter: alpha(opacity=100);z-index: 2;}
.cele_ul li.hover a:after{ opacity:1; margin-left:-50%; width:100%;filter: alpha(opacity=100);z-index: 2;}
.cele_ul li:hover a{color: #e94b46}
.cele_ul li.hover a{color: #e94b46}
/*imgList2   end*/

/*图文列表start*/
.firstText_img {
    position: relative;
    z-index: 9;
    background: #f9f9f9;
}
.firstText_img .pic{
    display: inline;
    width: 579px;
    height: 347px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 20px 0 0;
}
.firstText_img .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    transform: scale(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.firstText_img .pic:hover img{transform: scale(1.05)}
.firstText_img .text{height: 100%;overflow: hidden}
.firstText_img h3{font-size:18px;color:#333;padding: 50px 0 20px;}
.firstText_img h3 a{color: #333333;}
.firstText_img p{line-height:24px;overflow:hidden;font-size:14px;color:#666;margin-bottom: 20px}
.firstText_img h6{font-weight: normal;overflow:hidden;font-size: 14px;color: #666;}

.firstText_img .text .detail{display: block;width: 134px;height: 36px;line-height: 36px;border-radius: 36px;font-size: 14px;color: #fff;text-align: center;background: #e94b46}
.firstText_img .text .detail:hover{background: #cd4540}
.firstText_img h3 a:hover{color: #cd4540}

/*图文列表页start*/
.textImg_box{background:#f9f9f9;}
.textImg1{position:relative;z-index:9;}
.textImg1 dd{
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    overflow:hidden;
    clear:both;
    position: relative;
    z-index: 3;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.animate1 dd:before{
    display: block;
    display: none\9;
    content: "";
    overflow: hidden;
    width: 0px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    background: #ddd;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 2;
}
.animate1 dd:after{
    display: block;
    display: none\9;
    content: "";
    overflow: hidden;
    width: 0px;
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0px;
    background: #ddd;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 2;
}
.animate1 dd:hover:before,
.animate1 dd:hover:after{
    width: 50%;
    opacity: 1;
}
.animate2 dd:before{
    display: block;
    display: none\9;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    bottom: 50%;
    background: #ddd;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}
.animate2 dd:after{
    display: block;
    display: none\9;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #ddd;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}
.animate2 dd:hover:before,
.animate2 dd:hover:after{
    height: 50%;
    opacity: 1;
}
.animate3 dt{
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f5f5f5;
    z-index: 1;
}
.textImg1 dd .wrap{
    position: relative;
    z-index: 3;
    border-bottom:1px solid #e6e6e6;
    padding:30px 0;
}
.textImg1 dd .picture{
    display:block;
    width:300px;
    height:200px;
    overflow:hidden;
    position:relative;
    float: left;
    margin:0 20px 0 0;
}
.textImg1 dd .picture img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    transform: scale(1);
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
}
.textImg1 h3{
    font-size:18px;
    color:#333;
    padding: 20px 0;
}
.textImg1 h3 a{color: #4c4c4c;}
.textImg1 p{
    margin:20px 0;
    line-height:30px;
    overflow:hidden;
    font-size:14px;
    color:#777;
}
.textImg1 dd:hover{
    background:#ddd\9;
}
.textImg1 dd:hover a{color: #cd4540}
.textImg1 dd:hover .picture img{transform: scale(1.05)}
.textImg1 dd h6{
    font-weight: normal;
    overflow:hidden;
    font-size: 14px;
    color: #999;
}
/*图文列表end*/


/*留言start*/
.messageBg{position: relative}
.messageBg a{display: block;position: relative}
.messageBg .pic{position: relative;width: 100%;padding-top: 16.6666666667%;}
.messageBg .pic img{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%}

.messageIntro{padding: 0 20px}
.messageDt{color: #333;margin-bottom: 25px;line-height: 30px}
.messageDt div{font-size: 18px}
.messageDt span{font-size: 14px}

.messageTop{padding: 20px;background: #fff}
.msg_dl{overflow: hidden;margin: 0 -15px;width: 80%}
.msg_dl dd{width: 33.333%;overflow: hidden;float: left;display: block;padding: 0 0 15px;position: relative}
.msgDiv1{margin: 0 15px;border: 1px solid transparent;border-radius: 2px;line-height: 44px;font-size: 14px;color: #666;}
.msg_input{overflow: hidden;border: 1px solid #ddd}
.msg_dl dd:hover .msgDiv1{border-color: #cd4540}
.msg_dl dd:hover .msg_input{border-color: #cd4540}
.msgInp{width: 100%;height: 44px;border: 0;line-height: 44px;text-indent: 10px;font-size: 14px;color: #333;}
.msg_dl dt{padding: 15px 0;float: left;width: 100%}
.msgDiv2{margin: 0 15px;border: 1px solid #ddd;border-radius: 2px;line-height: 24px;font-size: 14px;color: #666;position: relative;}
.msgDiv2 .msgSpan{position: absolute;left: 16px;top: 10px;}
.msgTat{padding: 15px 16px}
.msgText{width: 100%;outline: none;border: 0;resize:none;height: 180px;font-size: 14px;color: #333}

.codeBox{margin: 0 auto;overflow: hidden;font-size: 14px;padding: 15px 0 30px}
.codeP{height: 44px;margin-left: 20px;width: 90px;}
.codeP img{height: 44px}
.subMitB{width: 316px;height: 50px;line-height: 50px;border-radius: 2px;background: #e94b46;}
.subMitB a{display: block;color: #fff;text-align: center;font-size: 14px;}
.subMitB:hover{background: #e94b46;}
.codeInput{overflow: hidden;}
.codeIn{width: 150px;outline: none;border: 0;height: 44px;line-height: 44px;border: 1px solid #ddd;padding: 0 10px;border-radius: 2px;font-size: 14px;color: #333}
/*留言end*/

/*招聘列表详情*/
.recruit-List{ background-color:#fff;}
.recruit-List dt{ overflow:hidden;}
.recruit-List dt .station{ float:left; width:33.33333%; height:80px; line-height:80px; font-size:18px; color:#333; font-weight:bold;}
.recruit-List dt .station span{ padding:0 30px; display:block}

.recruit-List dd{ position:relative}
.recruit-List dd .showList{ display:block;  font-size:18px; color:#333; height:80px; line-height:80px; cursor:pointer; overflow:hidden;transition: all .3s linear}
.recruit-List dd .showList.even{ background-color:#f6f6f6;transition: all .3s linear}
.recruit-List dd .showList.on{ background-color:#b9b9b9; color:#fff}
.recruit-List dd:hover .showList{background: #e94b46}
.recruit-List dd:hover .showList{color: #fff}

.recruit-List dd .showList .name{ float:left; display: inline;}
.recruit-List dd .showList .text1{width:33.333%;}
.recruit-List dd .showList .text2{width:33.3333%;}
.recruit-List dd .showList .text3{width:33.3333%;}
.recruit-List dd.hover .showList .text3{background: none}
.recruit-List dd .showList .name span{ padding:0 30px; display:block}
.recruit-intro{overflow:hidden; display:none; width:100%;}
.recruit-center{ border-left:30px solid #b9b9b9;border-right:50px solid #b9b9b9;border-bottom:10px solid #b9b9b9; overflow:hidden; border-top:0}

.recruit-center .email{font-size: 18px;color: #000;line-height: 40px;padding: 40px}
.recruit-center .email span{color: #e94b46}
.place{ background-color:#fff; padding:0 40px}

.place h3{ font-size: 18px; color:#000; font-weight:normal; padding:25px 0}
.place .context{ font-size:14px; color:#666; line-height:26px }
.place h3 a.link{ color:#b9b9b9}
.recruit-List dd .close{ display:none; cursor:pointer; position:absolute; right:25px; top:0; width:80px; height:80px; background:url(../images/close.png) no-repeat center center }













/*
-----------------------------内页样式end-----------------------------
*/