﻿body, div, p, h1, h2, h3, h4, h5, h6, form, input, textarea, select, button, fieldset, legend, img, ul, ol, li, dl, dt, dd, th, td, pre, blockquote, div {
    margin: 0;
    padding: 0;
color:#333
}

table {
    border-collapse: collapse;
    border-spacing: 0;
border:1;
}

fieldset, img {
    border: 0;
}

a {
    text-decoration: none;
}

a, img, select {
    vertical-align: middle;
    display: inline-block;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, li, ol {
    list-style: none
}

q:before, q:after {
    content: '';
}

input {
    outline: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

select, option {
    outline: none;
}

body {
  font-family: "Microsoft Yahei", arial, simhei;
/* font-family:arial;*/
    line-height: 1;
    font-size: 14px;
    overflow: hidden;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
.text {
    -moz-user-select: text; /*火狐*/
    -webkit-user-select: text; /*webkit浏览器*/
    -ms-user-select: text; /*IE10*/
    -khtml-user-select: text; /*早期浏览器*/
    user-select: text;
}

.back-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -99;
}

.wid1000 {
   /* width: 1000px;*/
    width: 85%;
    margin: 0 auto;
    position: relative;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.header {
    width: 100%;
    line-height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: url("../img/top_Bg.png");
}
.header ul {
    height: 40px;
    overflow: hidden;
    position: relative;
}
.header li {
    position: absolute;
    top: 100%;
    left: 0;
}

.header a {
    color: #5d5c5c;
}

.header a:hover {
    color: #0616AD;
}

.header .border {
    border: 1px solid #5d5c5c;
    padding: 5px 15px;
    line-height: 1;
    border-radius: 14px;
    transition: 0.3s;
}

.header .border:hover {
    color: #5d5c5c;
    background-color: azure;
}

.header .border img {
    position: relative;
    top: -2px;
}

.header .wid1000 div {
    position: absolute;
    right: 0;
    top: 0;
}

.header .under {
    text-decoration: underline;
}

.section-btn {
    position: fixed;
    right: 5%;
    z-index: 99;
    top: 50%;
    margin-top: -222px;
}


.section-btn a {
    color: #fff;
    display: block;
    height: 65px;
    width: 60px;
    margin: 10px 0;
    border: 2px solid #fff;
    border-radius: 3px;
    text-align: center;
    /* line-height: 50px; */
}
.section-btn a.lio {
    /* background-color: #7c5c23;*/
background-color: #5b4eff;
}
.section-btn a:hover {
   /*  background-color: #7c5c23;*/
background-color: #5b4eff;
}
.section-btn a.hov:hover {
    background-color: #fff;
}
.section-btn a.hov.lio {
    background-color: #fff;
}


.section-btn a.hov {
    color: #5d5c5c;
    border-color: #5d5c5c;
}




.section-btn a:hover span {
    display: inline-block;
}
/*xiugai1*/
.section-btn span {
    font-weight: 600;
    transition: 0.3s;
    margin-top:45px;
    width: 60px;
    display: inline-block;
font-size: 13px;
}
.section-btn .inl {
    display: inline-block;
    margin-top: 45px;
}
.section-btn .btn span {
    margin-top: 45px;

}
.section-btn .btn1.lov span {
    margin-top: 45px;
}
.section-btn .btn1.hov span {
    margin-top: 45px;
}
.section-btn .btn1 span {
    margin-top: 45px;
}

.section-btn .btn1 {
    background: url("../img/qiub.png") no-repeat center 8px;
}

.section-btn .btn2 {
    background: url("../img/erjb.png") no-repeat center 8px;
}

.section-btn .btn3 {
    background: url("../img/wenjb.png") no-repeat center 8px;
}

.section-btn .btn4 {
    background: url("../img/biaogb.png") no-repeat center 8px;
}

.section-btn .btn5 {
    background: url("../img/loub.png") no-repeat center 8px;
}

.section-btn .btn6 {
    background: url("../img/xingb.png") no-repeat center 8px;
}

.section-btn .btn1.hov {
    background: url("../img/qiuh.png") no-repeat center 8px;
}

.section-btn .btn2.hov {
    background: url("../img/erjh.png") no-repeat center 8px;
}

.section-btn .btn3.hov {
    background: url("../img/wenjh.png") no-repeat center 8px;
}

.section-btn .btn4.hov {
    background: url("../img/biaogh.png") no-repeat center 8px;
}

.section-btn .btn5.hov {
    background: url("../img/louh.png") no-repeat center 8px;
}

.section-btn .btn6.hov {
    background: url("../img/xingh.png") no-repeat center 8px;
}

.code {
    position: fixed;
    z-index: 1000;
    width: 40px;
    border-radius: 5px;
    background: url("../img/top_Bg.png");
    left: 100px;
    top: 50%;
    color: #fff;
    border: 1px solid #fff;

}

.code.hov {
    color: #7c5c23;
    border-color: #7c5c23;
}

.code li {
    padding: 5px 0;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.code .hov {
    border-color: #7c5c23;;
}
.code li img {
    position: absolute;
    top: 0;
    left: 42px;
    width: 100px;
    display: none;
}
/************zgh****************/

/*.btn-bootom img:hover {-webkit-animation-name: ad_search;animation-name: ad_search;-webkit-animation-duration: 0.75s;animation-duration: 0.75s;-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}*/

@-webkit-keyframes ad_search {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes ad_search {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.center-main .main-right-a{ position: absolute;width: 375px;right: 50px;top: 30px;}
.center-main .main-right-a a{width: 30%;text-align: center;display: block;float: left;margin-bottom:10px;}
/* 动画 */
.animate-demo{
   background: #F2F2F2;
   width: 100%;
   padding: 15px;
}
.animate-shadow-1, .animate-shadow-2{
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: box-shadow 1s ease;
  -o-transition: box-shadow 1s ease;
  transition: box-shadow 1s ease;
}
.animate-shadow-1:hover{
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
}

.animate-shadow-2:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}

.zxun-3 .zxun-left-a {
    width: 400px;
    position: relative;
    border-bottom: 2px solid #3598db;
    border-top: 2px solid #3598db;
    padding: 0 10px;
    padding-bottom: 20px;
}
.zxun-3 .zxun-left-a div a {
    display: block;
    width: 275px;
    padding: 5px 15px;
    padding-left: 110px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #5d5c5c;
    border-bottom: 1px dashed #a0a0a0;
    white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;overflow: hidden;
}
.zxun-3 .zxun-left-a div a:hover {
    color: #389adb;
}
.zxun-3 .zxun-left-a a span {
    color: #389adb;
    font-size: 14px;
    margin-right: 5px;
}
.zxun-3 .zxun-left-a a span b {
    position: relative;
    left: -5px;
}
.zxun-3 .zxun-left-a a  b {
    font-size: 14px;
}
.zxun-3 .zxun-left-a a img {
    position: absolute;
left: 15px;
    top: 5px;
    width: 80px;
    height: 50px;
}
.zxun-3 .zxun-left-a .mo {
color: #5d5c5c;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.zxun-3 .zxun-right-a {
    width: 351px;
    position: absolute;
    right: 10px;
    top: 0;
}


.zxun-3 .zxun-right-a-bg{background: #ececec;width: 400px;height: 300px;padding: 10px;}
.zxun-3 .zxun-right-a-con{width: 100%;}
.zxun-3 .zxun-right-a-con div.date{background: #1b737f;width: 100%;height: 50px;display: block;float: left;text-align: center;color: #fff;line-height: 25px;}
.zxun-3 .zxun-right-a-con div.date strong{display: block;float: left;color: #fff;text-align: center;width: 100%;font-size: 20px;}
.zxun-3 .zxun-right-a-con div.date span{display: block;float: left;width: 100%;color: #e5e5e5;font-weight: 400;}
.zxun-3 .zxun-right-a-con div.date span a{color: #fff;font-size: 4px;}
.zxun-3 .zxun-right-a-con div.date span a:hover{color: #e5e5e5;}
.zxun-3 .zxun-right-a-con div.date span a.lef{display: block;float: left;margin-left: 10px;}
.zxun-3 .zxun-right-a-con div.date span a.rig{display: block;float: right;margin-right: 10px;}
.zxun-3 .zxun-right-a-con dl{width: 99.8%;background:#fff;display: block;float: left;height: 249px;background: #fff;border: 1px solid #d1d1d1;}
.zxun-3 .zxun-right-a-con dl dt ul{width: 100%;height: 40px;background: #45a9b9;display: block;float: left;line-height: 40px;color: #fff;}
.zxun-3 .zxun-right-a-con dl dt ul li{width:14.2% ;display: block;float: left;text-align: center;}
.zxun-3 .zxun-right-a-con dl dd ul{}
.zxun-3 .zxun-right-a-con dl dd ul li{width:13.68% ;display: block;float: left;text-align: center;line-height: 39px;height: 39px;border: 1px solid #f8f8f8;}
.zxun-3 .zxun-right-a-con dl dd ul li a{color: #000;width: 25px;height: 26px;display: block;margin: 0 auto;float: left;margin-top: 10px;}
.zxun-3 .zxun-right-a-con dl dd ul li span{color: #A0A0A0;width: 25px;height: 26px;display: block;float: left;background: url(../img/rlbg2.png) no-repeat center;line-height: 26px;font-size: 10px;}




.effect-selena {

}




.effect-selena img {  
                display: block;  
                border: 0;  
                width: 85%;  
                transform: scale(1);  
                transition: all 1s ease 0s;  
                -webkit-transform: scale(1);  
                -webkit-transform: all 1s ease 0s;  
            }  
.effect-selena:hover img {
	  transform: scale(1.2);  
                transition: all 1s ease 0s;  
                -webkit-transform: scale(1.2);  
                -webkit-transform: all 1s ease 0s; 
                z-index: 99999999999999999;
}
@-moz-keyframes myMove {
  0% {padding-top:30px;}
  100% {padding-top:50px;}
}
@-webkit-keyframes myMove {
  0% {padding-top:30px;}
  100% {padding-top:50px;}
}
@-o-keyframes myMove {
  0% {padding-top:30px;}
  100% {padding-top:50px;}
}
@keyframes myMove {
  0% {padding-top:30px;}
  100% {padding-top:50px;}
}
#down {
  text-align: center;
  height: 150px;
  -moz-animation: myMove 1s linear infinite alternate; 
  -webkit-animation: myMove 1s linear infinite alternate;
  -o-animation: myMove 1s linear infinite alternate;
  animation: myMove 1s linear infinite alternate;
  
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
body {
  background: black;
}

.arrow {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  background-size: contain;

  color:#fff;
  text-align:center;
  line-height:40px;
  -moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: url(image/a5.png);

}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
/************zgh end*************/
.section {
    position: absolute;
    top: 100%;
}

.section-main {
    width: 865px;
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 12%;
    /* margin-top: -25%; */
    margin-left: -447px;
    height: 444px;
    background: url("../img/main-bg.png") no-repeat bottom;
}

.section-1 {
    text-align: center;
    height: 610px;
    top: 35%;
    margin-top: -331px;
    background: none;
}

.section-main .center-main {
    width: 865px;
    height: 352px;
    padding: 25px 30px;
    margin: 10px auto;
    position: relative;
}

.section-main .title {
    position: absolute;
    width: 160px;
    font-size: 26px;
    padding-top: 25px;
    font-weight: 600;
    color: #ef2475;
    top: -65px;
    left: 0;
font-family: "Microsoft Yahei";
}

.section-main .title img {
    position: absolute;
    right: 0;
    top: 0;
}

.section-main .title span {
    position: absolute;
    font-size: 14px;
    color: #5d5c5c;
    left: 0;
    font-weight: 400;
    top: 0;
}
.section-main .title .hov {
    color: #5d5c5c;
}

.logo {
    text-align: center;
}

.search {
    height: 42px;
    position: relative;
    margin-top: 10px;
    left: 100%;
    font-size: 16px;
    text-align: left;
    line-height: 45px;
}

.search ul {
    position: absolute;
    left: 0;
    top: 1px;
        height: auto;
    z-index: 999;
    border-radius: 8px;
background-color: #fff;
    width: 145px;
    cursor: pointer;
}

.search ul h1 {
     /*box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), -2px -2px 5px rgba(0, 0, 0, 0.3);*/
    font-weight: 400;
    padding-left: 10px;
    background: url("../img/sanj.png") no-repeat 115px center;
    background-color: #fff;
    font-family: "Microsoft Yahei";
color: #666;
font-size: 16px;
    height: 44px;

    border-radius: 8px;
}

.search li {
    background-color: #fff;
    padding-left: 10px;
    display: none;
    line-height: 35px;
    border-bottom: 1px solid #d7d7d7;
    background-color: #fff;
font-family: "Microsoft Yahei";
color: #666;
font-size: 16px;

}

.search li:hover {
    font-weight: 600;
    background-color: azure;
font-family: "Microsoft Yahei";
color: #666;
font-size: 16px;

}

.search div {
    width: 620px;
    position: absolute;
    right: 110px;
height: 42px;
    top: 1px;
    overflow: inherit;
    background-color: #Fff;
    
/*box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), -2px -2px 5px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3), 2px 5px 12px rgba(0, 0, 0, 0.3);*/
    border-radius: 8px;

}

.search input[type=text] {
    width: 584px;
    height: 42px;
    line-height: 42px;
    border: 0;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 2px;
    border-radius: 8px;
font-family: "Microsoft Yahei";
color: #666;
font-size: 16px;


}

.search input[type=submit] {
    border: 0;
    height: 46px;
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    width: 100px;
    padding-left: 25px;
    text-align: center;
    line-height: 41px;
    position: relative;
    top: 0px;
    background: url("../img/fdj.png") no-repeat 15px center;
    background-color: #5b4eff;
border-radius: 10px;

/*box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), -2px -2px 5px rgba(0, 0, 0, 0.3);*/
}

.search input[type=submit]:hover {
    background-color: #3634bb;
    border-radius: 10px;
}

.mainbody {
    height: 230px;
    overflow: hidden;
    position: relative;
    /*top: 100%;*/
    /*margin-top: 10px;*/
    margin: 20px 0;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), -2px -2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.mainbody1 {
    height: 230px;
    overflow: hidden;
    position: relative;
    /*top: 100%;*/
    /*margin-top: 10px;*/
    margin: 20px 0;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), -2px -2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.summary {
    margin-top: 10px;
    position: relative;
    width: 865px;
    overflow: hidden;
    right: 100%;
}

.lb {
    width: 880px;
    height: 230px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

}
.lb ul {
    position: relative;
}
.lb1 {
    width: 880px;
    height: 230px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

}
.lb1 ul {
    position: relative;
}
.mainbody ol {
    left: 90%;
    position: absolute;
    bottom: 10px;
}
.mainbody1 ol {
    left: 90%;
    position: absolute;
    bottom: 10px;
}
.mainbody ol li {
    height: 8px;
    width: 8px;
    float: left;
    background-color: #d5d5d5;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
}
.mainbody ol .hov {
    width: 12px;
    height: 12px;
    position: relative;
    top: -2px;
    left: -2px;
    background-color: #7c5c23;
}
.mainbody1 ol li {
    height: 8px;
    width: 8px;
    float: left;
    background-color: #d5d5d5;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
}
.mainbody1 ol .hov {
    width: 12px;
    height: 12px;
    position: relative;
    top: -2px;
    left: -2px;
    background-color: #7c5c23;
}

.lb ul li {
    padding: 0 10px;
    float: left;
    width: 896px;
}
.lb1 ul li {
    padding: 0 10px;
    float: left;
    width: 896px;
}
.lb img {
    width: 890px;
    height: 230px;
}
.lb1 img {
    width: 890px;
    height: 230px;
}
.lb ul .hov {
    transition: 1s;
    left: 0;
    z-index: 2;
}
.lb1 ul .hov {
    transition: 1s;
    left: 0;
    z-index: 2;
}
.lb ul .hov1 {
    transition: 1s;
    left: 0;
    z-index: 0;
}
.lb1 ul .hov1 {
    transition: 1s;
    left: 0;
    z-index: 0;
}

.lb a {
    position: relative;
}
.lb1 a {
    position: relative;
}

.lb span {
    position: absolute;
    width: 884px;
    transition: 0.3s;
    line-height: 36px;
    padding-left: 10px;
    bottom: 0;
    right: 0;
    text-align: left;
    color: #fff;
    background: url("../img/top_Bg.png");
    text-indent:1em;
}
.lb1 span {
    position: absolute;
    width: 884px;
    transition: 0.3s;
    line-height: 36px;
    padding-left: 10px;
    bottom: 0;
    right: 0;
    text-align: left;
    color: #fff;
    background: url("../img/top_Bg.png");
    text-indent:1em;
}

.lb a:hover span {
    color: #fff;
    background-image: url("../img/biaot-bg.png");
}
.lb1 a:hover span {
    color: #fff;
    background-image: url("../img/biaot-bg.png");
}


.summary a {
    display: inline-block;
    width: 258px;
    border-radius: 5px;
    overflow: hidden;
    height: 180px;
    background-color: #fff;
    position: relative;
top: 8px;
box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3), 2px 5px 12px rgba(0, 0, 0, 0.3);
}
.summary a:hover span img{
    -moz-transform:rotatey(360deg);
    -webkit-transform:rotatey(360deg);
    -o-transform:rotatey(360deg);
    -ms-transform:rotatey(360deg);
    transform:rotatey(360deg);

}

.summary img {
    width: 268px;
    height: 120px;
}

.summary span img {
    width: 59px;
    height: 59px;
    transition: 0.5s;


}

.summary span {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -30px;
}

.summary h1 {
    font-size: 18px;
    color: #5d5c5c;
    padding-top: 30px;

}

/*第二屏*/
.center-main div h1 {
    font-size: 16px;
    color: #1d2088;
    position: relative;
    padding-left: 5px;
    border-left: 5px solid #1d2088;
    line-height: 18px;
}

.center-main .mor {
    position: absolute;
    right: 0;
    top: 3px;
    color: #5d5c5c;
    font-size: 12px;
}

.center-main .mor:hover {
    color: #0616AD;
}

.center-main .main-left {
    width: 375px;
    padding-right: 45px;
    border-right: 1px solid #5d5c5c;
}

.center-main .main-left div {
    height: 150px;
    padding-left: 15px;
    margin: 5px 0;
}

.center-main .main-left div a {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font: 13px/32px "微软雅黑";
    color: #666666;
   <!-- transition: 0.3s;-->
    position: relative;
}
.center-main .main-left div a:hover {
    <!--width: 350px;-->
    <!--background-color: #E5E5E5;-->
}

.center-main .main-left a span {
    position: absolute;
    right: 0;
}

.center-main .main-left li {
    list-style: decimal;
    line-height: 25px;
    font-size: 14px;
    color: #5d5c5c;
}
/*xiugai*/

.center-main .main-right {
    position: absolute;
    width: 375px;
    right: 10px;
    top: 22px;
}

.center-main .main-right a {
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 95px;
    height: 33px;font-size: 16px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #ccc;
    padding-top: 75px;
    background: url(../img/dzznh.png) no-repeat center 20px;
    background-color: #ef2475;
}
.center-main .main-right a:hover {
    font-size: 18px;
    font-weight: 600;
    background-size: 55%;
}
.center-main .main-right .ydfw:hover{
    background-size: 37%;
}
.center-main .main-right .zzfw:hover {
    background-size: 44%;
}


.center-main .main-right .jyfw {
    background: url(../img/jyfwh.png) no-repeat center 20px;
    background-color: #3598db;
 }
.center-main .main-right .zxfw {

    background: url(../img/zxfwh.png) no-repeat center 20px;
    background-color:#1cc1a1 ;
}
.center-main .main-right .xxfw {

     background: url(../img/xxfwh.png) no-repeat center 20px;
    background-color: #00b7ee;
 }
.center-main .main-right .zzfw {

    background: url(../img/zzfwh.png) no-repeat center 20px;
    background-color:#3dcf7a ;
}
.center-main .main-right .ydfw {

    background: url(../img/ydfwh.png) no-repeat center 15px;
    background-color: #edc300;
}
.center-main .main-right .dzhd {

    background: url(../img/dzhdh.png) no-repeat center 20px;
    background-color:#a62eaa ;
}
.center-main .main-right .cgyy {
    background: url(../img/cgyyh.png) no-repeat center 20px;
    background-color: #3d47da;
}
.center-main .main-right .zyz {
    padding-top: 70px;
    height: 38px;
    background: url(../img/zyzh.png) no-repeat center 20px;
    background-color: #5321a8;
}


/*xiugaijieshu*/




/*第三屏*/
.resources-nav {
    font-size: 16px;
    color: #5d5c5c;
}
.section-3 .title {
    color: #3d47da;
}

.resources-nav li {
    width: 130px;
    float: left;
    height: 35px;
    line-height: 35px;
    transition: 0.3s;
    text-align: center;
    border: 1px solid #5d5c5c;
    border-radius: 5px;
    cursor: pointer;
}

.resources-nav .hov {
    background: url("../img/biao-bg.png") repeat-x top;
    border-color: #0616AD;
    color: #0616AD;
}

.resources-nav .mar {
    margin: 0 24px;
}

.resources-nav li:hover {
    background-color: aliceblue;
}

.resources-nav .hov:hover {
    background-color: #fff;
}

.resources-main {
  /*  height: 295px;*/
    height: 330px;
    margin-top: 15px;
    display: none;

}

.sz {
    border-top: 2px solid #20a962;
    border-bottom: 2px solid #20a962;
}

.sz div {
    height: 283px;
    display: inline-block;
    border-left: 1px solid #d7d7d7;
    margin-top: 6px;
    width: 216px;
    padding-left: 48px;
}

.sz div a {
    line-height: 32px;
    font-size: 14px;
    display: block;
  /*  color: #5d5c5c;*/
    color: #ffffff;
}
.sz div a:hover {
    color: #0616AD;
}

.resources-mor {
    position: absolute;
    bottom: 17px;
    right: 27px;
    font-size: 14px;
    color: #5d5c5c;
}

.resources-mor:hover {
    color: #0616AD;
}

.tstj .tstj-left {
    width: 300px;
    height: 325px;
    display: none;
    border-right: 1px solid #5d5c5c;
}
.tstj .tstj-left.hov {
    display: inline-block;
}

.tstj .book {
    width: 112px;
    height: 158px;
}

.tstj .tstj-code {
    width: 112px;
    position: relative;
   /* top: 60px;*/
    left: 30px;
    height: 112px;
}

.tstj h2 {
    font-size: 16px;
    color: #5d5c5c;
    margin: 15px 0;
}

.tstj .tstj-left div {
    width: 258px;
    height: 100px;
    color: #5d5c5c;
    font-size: 12px;
    line-height: 25px;
}

.tstj-right {
    display: inline-block;
    position: absolute;
    width: 495px;
    height: 325px;
    padding-left: 17px;
}

.tstj-right a img {
   /* position:absolute;*/
    width: 107px;
   height: 137px;
   clip:rect(0px 107px 149px 0px);
}

.tstj-right a {
    width: 107px;
    font-size: 14px;
    line-height: 19px;
    margin: 0 27px;
    color: #5d5c5c;
    margin-bottom: 15px;
    text-align: center;
}
.tstj-right a:hover{
    color: #0616AD;
    text-shadow: 2px 3px 5px rgba(0,0,0,0.2);
}

.gcfb .tsg {
    width: 288px;
    height: 288px;
}

.gcfb .gcfb-right {
    display: inline-block;
    width: 475px;
    height: 288px;
    position: absolute;
    margin-left: 40px;
    line-height: 27px;
}

.gcfb .gcfb-right h2 {
    font-size: 16px;
    font-weight: 600;
    color: #20a962;
    line-height: 1;
    position: relative;
    top: 15px;
}

.gcfb .gcfb-right a {
    color: #20a962;
}

.gcfb .gcfb-right a:hover {
    color: #0616AD;
}

.dstsg {
    position: relative;
}

.dstsg div {
    display: inline-block;
    height: 200px;
    margin-top: 60px;
}

.dstsg div img {
    height: 200px;
    width: 175px;

}

.dstsg .dstsg-left {
    height: 175px;
    width: 200px;
}

.dstsg .dstsg-right {
    height: 200px;
    position: absolute;
    top: 1px;
    width: 604px;
    line-height: 33px;
}

.wszt {
    padding-left: 5px;
}

.wszt div {
    display: inline-block;
    width: 400px;
    position: relative;
    margin: 0px;
    margin-right: -2px;
    margin-left: -3px;
    height: 152px;
}

.wszt div img {
    width: 200px;
    height: 152px;
}

.wszt div a {
    position: absolute;
    top: 0;
    color: #fff;
    transition: 0.2s;
    width: 206px;
    height: 152px;
    line-height: 25px;
    background: url("../img/ts1.png") no-repeat;
}
.wszt div a:hover {
    color: #d7d7d7;
    text-shadow: 2px 2px 2px rgba(255,255,255,0.3);
}
.wszt div .wszt3:hover {
    color: #5d5c5c;
    text-shadow: 2px 2px 2px rgba(255,255,255,0.3);
}
.wszt div .wszt4:hover {
    color: #5d5c5c;
    text-shadow: 2px 2px 2px rgba(255,255,255,0.3);
}

.wszt div .wszt1 {
    left: 1px;
    padding-top: 8px;
    width: 180px;
    padding-right: 20px;
    padding-left: 7px;
    text-align: left;
}
.wszt div .wszt2 {
    left: 1px;
    padding-top: 8px;
    width: 180px;
    padding-right: 20px;
    padding-left: 7px;
    text-align: left;
    background-image: url("../img/ts2.png");
}
.wszt div .wszt3 {
    right: 0px;
    padding-top: 8px;
    width: 180px;
    padding-right: 7px;
    padding-left: 20px;
    text-align: left;
    background-image: url("../img/ts3.png");
}
.wszt div .wszt4 {
    right: 0px;
    padding-top: 8px;
    width: 180px;
    padding-right: 7px;
    padding-left: 20px;
    text-align: left;
    background-image: url("../img/ts4.png");
}

.wszt div a h2 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    line-height: 25px;
}
.wszt div a p {
    color: #fff;

}

/*新添加*/

.wszt div img {
    width:199px;
border: 1px solid #ccc;
height:151px;

}
.wszt div img:hover{
    border-color: #5b4eff;
    position: relative;
    left: -5px;
    z-index: 2;

}
/*第四屏*/


.section-4 div li.hh {
    float: left;
    width: 141px;
    margin: 0 10px;
    height: 45px;
    cursor: pointer;
    border-radius: 5px;
}
.section-4 div li.hh:hover {
    background-color: #d4d5ef;
}
.section-4 div .zx1.hov{
     background: url("../img/btn1.png") no-repeat;
 }
.section-4 div .zx2.hov{
    background: url("../img/btn2.png") no-repeat;
}
.section-4 div .zx3.hov{
    background: url("../img/btn3.png") no-repeat;
}
.section-4 div .zx4.hov{
    background: url("../img/btn4.png") no-repeat;
}
.section-4 div .zx5.hov{
    background: url("../img/btn5.png" )no-repeat;
}

.section-4 div li.hh span {
    display:block;
    width: 127px;
    margin: 5px auto;
    text-align: center;
    height: 35px;
    border-radius: 3px;
    line-height: 35px;
    background-color: #ed8b00;
    font-size: 16px;
    color: #fff;
}
.zxun {
    width: 800px;
    display: none;
    margin-top: 8px;
    position: relative;
    height: 310px;
    border-bottom: 1px solid #222222;
    border-top: 1px solid #222222;
}
.zxun .time {
    display: inline-block;
    width: 90px;
    text-align: left;
    color: #1d2088;
    padding-top: 10px;
    padding-left: 55px;
    height: 75px;
    border-right:1px solid #5d5c5c;
}
.zxun .time b {
    display: block;
    font-size: 48px;
}
.zxun .zxun-top {
    padding: 10px 0;
    border-bottom: 1px solid#222222;
}
.zxun .zxun-top  div {
    display: inline-block;
    width: 570px;
    height: 90px;
    margin-left: 35px;
    color: #5d5c5c;
    line-height: 20px;
}
.zxun .zxun-top  div h2 {
font-size: 16px;
    margin: 15px 0;
    line-height: 1px;
}
.zxun .zxun-bottom {
    padding-top: 4px;
}
.zxun .zxun-bottom a {
    display: block;
    color: #5d5c5c;
    position: relative;
    line-height: 30px;
    padding: 0 60px;
}
.zxun .zxun-bottom a b {
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 0;
    color: #0616AD;
}
.zxun .zxun-bottom a span {
    position: absolute;
    right: 60px;
    top: 0;
}
.zxun .mor-right {
    color: #5d5c5c;
    position: absolute;
    right: 0;
    bottom: -20px;
}
.zxun-1 .zxun-bottom a:hover {
    background-color: #fdefdc;
}
.zxun-2 .zxun-bottom a:hover {
    background-color: #c2e8da;
}
.zxun-4 .zxun-bottom a:hover {
    background-color: #d4d5ef;
}
.zxun-5 .zxun-bottom a:hover {
    background-color: #f0dcf1;
}
.zxun-3  {
    border: 0;
}
.zxun-3 div {
    display: inline-block;

}
.zxun-3 .zxun-left {
    width: 500px;
    position: relative;
    border-bottom: 2px solid #222222;
    border-top: 2px solid #222222;
    padding: 0 10px;
    padding-bottom: 20px;
}
.zxun-3 .zxun-left div a {
    display: block;
    width: 375px;
    padding: 5px 15px;
    padding-left: 110px;
    position: relative;
    font-size: 12px;
    line-height: 24px;
    color: #5d5c5c;
    border-bottom: 1px solid #222222;
}
.zxun-3 .zxun-left div a:hover {
    background-color: #B9DBF3;
    padding-left: 100px;
}
.zxun-3 .zxun-left a span {
    color: #389adb;
    font-size: 14px;
}
.zxun-3 .zxun-left a span b {
    position: relative;
    left: -5px;
}
.zxun-3 .zxun-left a  b {
    font-size: 14px;
}
.zxun-3 .zxun-left a img {
    position: absolute;
left: 15px;
    top: 5px;
    width: 80px;
    height: 50px;
}
.zxun-3 .zxun-left .mo {
color: #5d5c5c;
    position: absolute;
    right: 0;
    bottom: 10px;
}
/*.zxun-3 .zxun-right {
    width: 251px;
    position: absolute;
    right: 10px;
    top: 0;
}*/
/*第五屏*/
.section-5 .title {
    color: #1BC1A1;
}
.gkuang {
    position: relative;
    height: 180px;
}
.gkuang img {
    width: 300px;
    height: 180px;
}
.gkuang div {
    display: inline-block;
    position: absolute;
    width: 475px;
    right: 0;
    height: 160px;
    line-height: 22px;
    color: #5d5c5c;
    text-indent: 2em;
    padding-bottom: 110px;
}
.gkuang div a {
    color: #5d5c5c;
    position: absolute;
    right: 0;
    bottom: 0px;
}
.section-5 a img {
    width: 118px;
    height: 80px;
}
.section-5 .mar {
    margin: 20px 9px;
}
.section-5 .dizhi {
    width: 865px;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*第六屏幕*/
.section-6 .center-main div {
    width: 747px;
    height: 371px;
    position: absolute;
    left: 54px;
    background-color: pink;
}
.section-6 .center-main div a {
    position: absolute;
}
.section-6 .center-main  h2 {
    position: absolute;
    color: #fff;
    transition: 0.3s;
    font-size: 16px;
}
.section-6 .center-main .hov {
    left: 5px;
    top: 5px;
}
.section-6 .center-main a span {
    position: absolute;
    color: #fff;
    transition: 0.3s;
    line-height: 18px;
    overflow: hidden;
    display: none;
}
.section-6 .a-bg1 {
    top: 0;
    left: 0;
}
.section-6 .a-bg2 {
    top: 0;
    left: 495px;
}
.section-6 .a-bg3 {
    top: 0;
    right: 0px;
}
.section-6 .a-bg4{
    top: 125px;
    right: 0px;
}
.section-6 .a-bg5{
    bottom: 0px;
    left: 0px;
}
.section-6 .a-bg6{
    bottom: 0px;
    left: 377px;
}
.section-6 .a-bg7{
    bottom: 0px;
    right: 0px;
}
.section-6 .a-bg1 img  {
    width: 495px;
    height: 249px;
}

.section-6 .a-bg2 img  {
    width: 126px;
    height: 249px;
}
.section-6 .a-bg3 img  {
    width: 126px;
    height: 125px;
}
.section-6 .a-bg4 img  {
    width: 126px;
    height:124px;
}
.section-6 .a-bg5 img  {
    width: 377px;
    height: 122px;
}
.section-6 .a-bg6 img  {
    width: 118px;
    height: 122px;
}
.section-6 .a-bg7 img  {
    width: 252px;
    height: 122px;
}

.section-6 .a-bg1 h2 {
    left: 200px;
    top: 114px;

 }
.section-6 .a-bg2 h2 {
    left: 35px;
    top: 114px;

 }
.section-6 .a-bg3 h2 {
    left: 30px;
    top: 61px;
}
.section-6 .a-bg4 h2 {
    left: 30px;
    top: 53px;
}
.section-6 .a-bg5 h2 {
    left: 164px;
    top: 56px;
}
.section-6 .a-bg6 h2 {
    left: 27px;
    top: 56px;
}
.section-6 .a-bg7 h2 {
    left: 94px;
    top: 56px;
}
.section-6 .a-bg1 span {
    bottom: 0;
    left: 25px;
    width: 450px;
    height: 200px;
}
.section-6 .a-bg2 span {
    bottom: 0;
    left: 13px;
    width: 110px;
    height: 200px;
}
.section-6 .a-bg3 span {
    bottom: 5px;
    left: 13px;
    width: 100px;
    height: 80px;
}
.section-6 .a-bg4 span {
    bottom: 5px;
    left: 13px;
    width: 100px;
    height: 80px;
}
.section-6 .a-bg5 span {
    bottom: 0;
    left: 19px;
    width: 347px;
    height: 90px;
}
.section-6 .a-bg6 span {
    bottom: 5px;
    left: 15px;
    width: 90px;
    height: 90px;
}
.section-6 .a-bg7 span {
    bottom: 2px;
    left: 12px;
    width: 230px;
    height: 90px;
}


/*footer*/
#s9_wrapper {
    float: left;
    width: 100%;
    height: 65px;
    z-index: 999;
    background: #76c1ff;
    position:absolute;
    /*display: none;*/
    bottom:0;
}
.returnTop {
    width: 114px;
    height: 30px;
    position: absolute;
    margin: -30px 50%;
    left: -57px;
}
.s9_footer {
    float: left;
    width: 640px;
    height: 40px;
    position: absolute;
    margin: 10px 50%;
    left: -320px;
    font-size: 12px;
}
.s9_w800 {
    float: left;
    width: 640px;
}
.s9_ft16 {
    float: left;
    font-size: 14px;
    line-height: 22px;
}
.s9_sel {
    float: left;
    width: 160px;
    height: 22px;
    border: #4b9bdd solid 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.ml30 {
    margin-left: 30px;
}
.fl {
    float: left;
    margin-top: 10px;
    display: inline-block;
}
/*活动预告*/
.header-pages {
    background: url("../img/headerbg.png") no-repeat center top;
height: 124px;
}
.header-pages .logo {
    position: relative;
    top: 40px;
}
.wid1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header-pages div div a {
    float: left;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding-top: 40px;
    width: 103px;
  /* margin: 0 20px; 老的导航样式 保留*/
   margin: 0 35px;
    height: 74px;
}
.header-pages div div a:hover {
    background-image: url("../img/top_bg1.png");
}
.header-pages div div .hov {
    background: url("../img/headng.png") no-repeat;
}
.header-pages div div .hov:hover {
    background: url("../img/headng.png") no-repeat;
}
.header-pages div div a span {
    display: block;
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    margin-top: 10px;
}
.header-pages .wid1200 div {
display: inline-block;
    float: right;
    margin-right: 95px;
}
.header-pages div ul {
    position: absolute;
    right: -15px;
    top: 2px;
    width: 100px;
}
.header-pages div li {
    float: left;
margin-bottom:2px;
    background-image:url("../img/top_bg1.png");
    border-radius: 6px;
    margin-left: 5px;
}
.header-pages div li a {
    width: 25px;
    height: 25px;
    background: url("../img/renren.png") no-repeat center center;
}
.header-pages div li a:hover {
    background-image: url("../img/renrenh.png");
}
.header-pages div li .book {
     background-image: url("../img/book.png");
 }
.header-pages div li .en {
    background-image: url("../img/en.png");
}
.header-pages div li .book:hover {
    background-image: url("../img/bookh.png");
}
.header-pages div li .en:hover {
    background-image: url("../img/enh.png");
}

.body {
    overflow-y: auto;
}
.mainbod {
 position: fixed;
    top: -120px;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    z-index: -10;
}
.main {
        margin-bottom: 50px;
}
.main h1 {
    position: relative;
    display: inline-block;
    width: 160px;
    font-size: 26px;
    margin-top: 30px;
    padding-top: 25px;
    font-weight: 600;
    color: #c10439;
}
.main h1 span {
    position: absolute;
    font-size: 14px;
    color: #4b4b4b;
    left: 0;
    font-weight: 400;
    top: 0;
}
.main h1 img {
    position: absolute;
    right: 0;
    top: 0;
}
.nav {
    display: inline-block;
    line-height: 1;
    width: 80%;
    color: #4b4b4b;
}
.nav a {
    color: #4b4b4b;
    position: relative;
    top: -1px;
}
.nav a:hover {
    color: #0616AD;
}
.main-body {
    min-height: 840px;
    padding-top: 20px;
    width: 1230px;
    position: relative;
    left: 50%;
    margin-left: -615px;
    border-radius: 3px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3),-3px -3px 10px rgba(0,0,0,0.3);
    background-color: #fff;
    margin-top: 10px;
}
.main-body-ma {
    width: 1180px;
    padding-bottom: 24px;
    margin: 0 auto;
}
.main-body-nav {
    text-align: center;
    background-color: #e9e9e9;

    width: 1171px;
    margin: 0 auto;
    margin-bottom: 25px;
font-family: '微软雅黑';
color: #666666;
}
.main-body-nav  a {
    float: left;
    color: #565656;
    padding: 0 26px;
    background-color: #e9e9e9;
    font-size: 18px;
    line-height: 40px;
}

.main-body-nav  a:hover {
    background-color: #406cce;
    color: #fff;
}

.main-body-nav  .hov {
    background-color: #406cce;
    color: #fff;
}
.main-body-left {
    width: 825px;
    padding: 0 40px;
    -moz-user-select: text; /*火狐*/
    -webkit-user-select: text; /*webkit浏览器*/
    -ms-user-select: text; /*IE10*/
    -khtml-user-select: text; /*早期浏览器*/
    user-select: text;
    float: left;
    display: inline-block;
}
.left-top {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    top: -12px;
}
.left-top  a {
color: #454545;
    padding: 0 10px;
    position: relative;
    top: -2px;
    font-weight: 500;
}
.left-top  a:hover {
    color: #406cce;
}
.left-top  .hov {
    color: #406cce;
}
.map-left {
    display: inline-block;
    float: left;
    margin-top: 55px;
}
.map-left a {
    display: block;
    width: 145px;
    height: 45px;
    font-size: 18px;
    color: #3d3d3d;
    padding-top: 28px;
    padding-left: 44px;
    background: url(../img/qiu.png) no-repeat 10px center;
}.map-left a:hover {
    color: #0616AD;
 }
.map-left .hov {
    background: url(../img/qiuqiuh.png) no-repeat 0px center;
    color: #fff;
}
.map-right {
    width: 590px;
    height: 610px;
    margin-top: 24px;
    float: right;
    border: 1px solid #ccc;
    padding: 10px;
}
.map-right div {
    text-align: center;

}

.map-right ul {
    padding: 10px;
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    background-color: #588bdf;
}
.map-right li {
    padding: 0 10px;
color: #fff;
}
.main-body-right {
    float: right;
    position: relative;
    -moz-user-select: text; /*火狐*/
    -webkit-user-select: text; /*webkit浏览器*/
    -ms-user-select: text; /*IE10*/
    -khtml-user-select: text; /*早期浏览器*/
    user-select: text;
    width: 255px;
    height: 634px;
    margin-right: 15px;
    margin-top: 77px;
    /* padding-left: 14px; */

}
.main-body-right div {
    position: absolute;
    left: -46px;
    border: 1px solid #ccc;
    top: -65px;
    width: 293px;
}
.main-body-right input[type="text"]{
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    padding-left: 10px;
    float: left;
    width: 233px;
    border: 0;
}
.main-body-right input[type="image"]{

    float: right;
}
.main-body-right img{
    width: 100%;
    margin-bottom: 20px;
}
.my-footer {
    height: 225px;
    margin-top: 20px;
    padding-top: 40px;
    text-align: left;
    color: #fff;
    background: url("../img/footerbg.png") no-repeat top center;
}
.my-footer img,.foot-right,.foot-left ,.my-footer h1,.my-footer ul{
    display: inline-block;
}
.my-footer img {
    margin-left: 157px;
    position: relative;
}
.my-footer h1 {
    font-size: 16px;
    color: #fff;
    position: relative;
    font-weight: 500;
    top: -51px;
    margin-left: 25px;
}
.foot-left li,.foot-right a {
    font-size: 14px;
    color: #fff;
}
.foot-left li:hover {
   background-image: url("../img/top_bg1.png");

}
.foot-left li {
    width: 75px;
    cursor: pointer;
    border: 1px solid #fff;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
}
.foot-left li img {
    position: absolute;
    width: 100%;
    left: -79px;
    top: 10px;
    display: none;
}
.foot-left ul {
     position: relative;
     top: 64px;
 }
.foot-right ul {
    position: relative;
    top: 56px;
    padding-left: 15px;
    border-left: 1px solid #fff;
    margin-left: 15px;
}
.foot-right li {
    line-height: 25px;
    position: relative;
}
.foot-right li .mor {
    position: absolute;
    position: absolute;
    top: -24px;
    left: -75px;
}
.foot-right li a:hover {
    color: #0616AD;
}
.left-bottom {
    border-right: 1px solid #e5e5e5;
    padding-right: 20px;
    min-height: 643px;

}

.left-bottom .leftpa20 {
     text-align: left;
     padding-left: 20px;
 }
.left-bottom .rightpa20 {
    text-align: right;
    padding-right: 20px;
}
.left-bottom  table {
    line-height: 30px;
   /* margin-top:47px;*/
}
.left-bottom .hdyg li {
    height: 100px;
    padding: 20px 0;
    padding-right: 80px;
    position: relative;
    border-bottom: 1px dashed  #ccc;
}
.left-bottom .hdyg li:hover {
    background-color: #f7f7f7;
}
.left-bottom .hdyg li .img img {
    width: 120px;
    height: 100px;
    border-radius: 10px;
}
.left-bottom .hdyg li div {
    position: absolute;
    top:20px;
    font-size: 16px;
    color: #333333;
    left: 130px;
    font-weight: 600;
}
.left-bottom .hdyg li div a:hover {
    color: #0616AD;
}
.left-bottom .hdyg li b {
    position: relative;
    top: 2px;
    font-size: 12px;
    left: 5px;
    font-weight: 400;
    color: #565656;
}
.left-bottom .hdyg li span {
    line-height: 25px;
    position: absolute;
    left: 130px;
    top: 45px;
    overflow: hidden;
    width: 615px;
    height: 75px;
}
.left-bottom .hdyg {
    margin-top: 45px;
font-family: '微软雅黑';
    color: #666666;
    font-size: 16px;
}

.left-bottom .hdyg li .img {
    position: absolute;
    border-radius: 8px;
    left: 0;
    top: 20px;
}
.left-bottom .hdyg li a {
    position: absolute;
    border-radius: 8px;
    right: 0;
    top: 27px;
}
.left-bottom .hdyg li .nyzx {
    width: 67px;
    height: 67px;
    background: url("../img/yanjing.png") no-repeat;
    position: absolute;
    border-radius: 8px;
    right: 0;
    top: 27px;
}
.left-bottom .hdyg li .nyzx:hover {
    background-image: url("../img/yanjingh.png");
}

.left-bottom .hdyg li div a{
    position: relative;
    border: 0;
    top: 0;
    color: #333;
}
.left-bottom .hdyg li a img {
    width: 66px;
    height: 66px;
}
.left-bottom .hdbd li div,.left-bottom .hdbd li span{
    left: 0;
}
.left-bottom .hdbd li span{
    width: 715px;
}
.page {
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
}
.page a {
    display: inline-block;
    width: 28px;
    text-align: center;
    margin: 0 7px;
    line-height: 20px;
    color: #4b4b4b;
    font-size: 14px;
}
.page .io.hov {
    background-color: #d3dcf1;
}
.left-bottom h6 {
    font-size: 20px;
    margin-top: 45px;
    text-align: center;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.left-bottom .dzzz {
    width: 590px;
    margin: 40px auto;
}
.left-bottom .dzzz li {
    margin-bottom: 35px;
    line-height: 30px;
}
.left-bottom .dzzz input {
    line-height: 30px;
}
.left-bottom .dzzz input[type="text"] {
    width: 278px;
    padding-left: 10px;
    height: 30px;
}
.left-bottom .dzzz span {
font-size: 16px;color: #565656;
}
.left-bottom .dzzz .red {
    color: red;
    font-size: 18px;
}
.left-bottom .dzzz input[type="button"],.left-bottom .dzzz li a,.left-bottom .zhuc input[type="button"],.left-bottom .zhuc li a {
    width: 120px;
    cursor: pointer;
    display: inline-block;
    border: 0;
    margin: 0 10px;
    height: 35px;
    background-color: #406cce;
    color: #fff;
    border-radius: 6px;
}
.zhuc li input[type="radio"] {
    position: relative;
    top: 2px;
}
.zhuc li input[type="text"].xing {
    background: url(../img/xing.png) no-repeat 258px center;
    border: 1px solid #ccc;
    padding-right: 35px;
    width: 226px;
}
.left-bottom .dzzz input[type="button"]:hover,.left-bottom .dzzz li a:hover,.left-bottom .zhuc input[type="button"]:hover,.left-bottom .zhuc li a:hover {
    background-color: #1BC1A1;
    color: #fff;
}
.dzzz-bottom {
    width: 550px;
    line-height: 25px;

    border: 2px dashed #6287d7;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 50px;
}
.left-bottom .dzzz li div {
    display: inline-block;
    width: 115px;
    text-align: right;
}
.left-bottom .dzzz li .blue {
    color: #406cce;
}
.left-bottom .dzzz li .xing {
    background: url(../img/xing.png) no-repeat 270px center;
    border: 1px solid #ccc;
    padding-right: 35px;
    width: 255px;

}
.tishi {
  padding-left: 118px;
    line-height: 30px;
    margin-top: 10px;
    background-color: #e9effd;
}
.zhuc {
    padding: 0 20px;
    margin-top: 10px;
    padding-bottom: 135px;
}
.zhuc li  {
    float: left;
    width: 50%;
    margin: 10px 0;
    line-height: 32px;
}
.zhuc li span {
    width: 80px;
    display: inline-block;
    text-align: right;
    font-size: 16px;
    color: #333333;
}
.zhuc li input[type="text"] {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    width: 260px;
    border: 1px solid #ccc;
}
.zhuc .yanzhengma input[type="text"] {
    width: 140px;
}
.left-bottom  .zhuc .yanzhengma  a {
    width: 62px;
    margin: 0;
    height: 22px;
    border-radius: 0;
    background-color: #fff;
    line-height: 1;
}
.nairong {
    /*overflow-y: auto;*/
    /*margin-top: 48px;*/
font-family: '微软雅黑';
color: #333;
    min-height: 634px;
    border-bottom: 1px solid #d5d5d5
}
.nairong h5 {
    display: block;
    text-align: center;
    margin: 0 auto;
    height: 30px;
    font: bold 20px/30px "微软雅黑";
    color: #333333;
    position: relative;
}
.nairong div {
 position: relative;
font-size: 16px;
line-height:30px;
text-indent:25px;
font-family: '微软雅黑';
    color: #333;

}


.nairong .mmm.hov {
    font-size: 18px;
}
.nairong .mmm div.hov {
    font-size: 18px;
}
.nairong div a {
    position: absolute;
    top: 0;
    right: 0;
}

.nairong div p {
    line-height: 30px;
    color: #333;
}
.map-right {
    display: none;
}
/*内页-电视图书馆*/
.header-ny {
    background-image: url("../img/headerbg-ny.png");
}
.main .neiye {
    color: #2f60cc;
}
.neiy-main {
    line-height: 30px;
    /*margin-top: 43px;*/
    min-height: 634px;
}
.img-neiy,.neiy-vedio {
   float: left;
    margin-top: 85px;
}
.img-neiy {
    width: 225px;
    height: 323px;
    border: 1px dashed #ccc;
    margin-right: 20px;
}
.img-neiy img {
    display: block;
    width: 170px;
    margin: 65px auto;

}
.neiy-vedio {
    width: 520px;
    height: 325px;
}
.neiy-right {
    position: absolute;
    top: 79px;
    margin-right: 0;
    right: -1px;
    width: 342px;
    background: url(../img/right.png) no-repeat top right;
    margin-top: 0;
}
.neiy-right div {
    position: absolute;
    border: 1px solid #ccc;
    width: 310px;
    top: 20px;
    left: 0px;
}
.neiy-right input[type="text"] {
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    padding-left: 10px;
    float: left;
    width: 250px;
    border: 0;
}
.neiy-right input[type="image"] {
    float: right;
}

.neiy-right ul {
    margin: 0 auto;
    margin-top: 175px;
    width: 252px;
    line-height: 18px;
}
.neiy-right li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 13px;
}
.neiy-right span {
    position: absolute;
    top: -2px;
    left: 0px;
    font-size: 35px;
    color: #406cce;
}
.neiy-right a {
    font-size: 14px;
    color: #333333;
}
.neiy-right a:hover {
    color: #20a962;
}
.neiy-right b {
    font-weight: 400;
    color: #8098da;
    position: relative;
    top: 1px;
}
.footer-ney {
 background-image: url("../img/footerbg-ny.png");
    margin-top: 20px;

}
.neiy-main .jianshang {
    margin-top: 20px;
    text-align: center;
    min-height: 634px;
}
.neiy-main .jianshang a {
    margin: 40px 20px;
}
.left-bt,.right-nr {
    float: left;
}
.left-bt {
    width: 125px;
    height: 624px;
    background: url("../img/rightbg.png") no-repeat right top;
}
.left-bt a {
    display: block;
    background: url(../img/jjl.png)no-repeat right;
    text-align: center;
    height: 51px;
    width: 108px;
    line-height: 51px;
    font-weight: 600;
    color: #565656;
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 7px;
    margin-left: 9px;
}
.left-bt a:hover {
    color: #1b6d85;
}
.left-bt .hov {
    background-image: url("../img/jjlh.png");
    color: #fff;
}
.left-bt .hov:hover {
    color: #fff;
}
.right-nr {
    width: 630px;
    position: relative;
    left: 32px;
    top: -13px;
    display: none;
}

.right-nr p{
    font-size: 16px;
    color: #333;
    font-family: '微软雅黑';
}

.right-nr li {
    height: 150px;
    line-height: 20px;
    border-bottom: 1px dashed #ccc;
}
.right-nr li .lolp{
    float: left;
    width: 120px;margin-top: 15px;
    height: 120px;
}
.right-nr li div {
    float: left;
    display: inline-block;
    width: 500px;
    margin-left: 10px;

}
.right-nr li div h1 {
    display: block;
    margin-top: 11px;
    padding-top: 0;
}
.right-nr li div h1 a {
    font-size: 16px;
    font-weight: 600;
    color: #565656;
}
.right-nr li div h1 a:hover {
    color: #0616AD;
}
.right-nr li div span {
    display: block;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    margin-top: 10px;
}
.right-nr li div .morrr {
    float: right;
    background: url(../img/ckxqa.png) no-repeat;
    width: 106px;
    height: 27px;
}
.right-nr li div .morrr:hover {
    background-image: url("../img/ckxqah.png");
}
.lposd1 {
    margin-top: 15px;margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.lposd a {
    color: #333333;

}
.lposd a:hover {color: #0616AD;}
.lposd img {
    position: relative;
    top: -1px;
}
.jianshang .play {
    position: relative;
    margin-bottom:15px;
}
.jianshang .play img {
    width: 280px;
    height: 159px;
    display: block;
}
.jianshang .play span {
    display: block;
    width: 280px;
    margin-top: 1px;
    line-height: 30px;
    text-align: center;
    background-color: #e4e4e4;
    color: #333;
}
.jianshang .play .hov {
    color: #fff;
    background-color: #7192db;
}
.jianshang .play b {
position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    display: none;
    height: 160px;
    background: url("../img/pley.png")no-repeat center top;
}
.wgzy {
    margin-top: 45px;
}
.wgzy  h2 {
    width: 765px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    color: #575757;
    font-size: 16px;
    margin-bottom: 10px;
}
.wgzy div {
    padding-left: 20px;
}

.wgzy  h2 span {
    font-weight: 400;
}
.wgzy a {
    float: left;
    width: 30%;
    border-left: 2px solid #406cce;
    padding-left: 10px;
    line-height: 12px;
    margin: 10px 0;
    color: #575757;
}
.wgzy a:hover {
    color: #0616AD;
}
.wszting {
    border-bottom: 1px solid #d5d5d5;
}
.wszting a {
    float: left;
    position: relative;
    width: 355px;
    height: 164px;
    color: #575757;
    margin: 12px;
    margin-top: 0;
    margin-bottom: 19px;
    padding: 10px;
    border: 1px dashed #ccc;
}
.wszting a img {
    height: 164px;
    width: 250px;
    display: inline;
}
.wszting a span {
    position: absolute;
    right: 10px;
    text-indent: 2em;
    height: 164px;
    overflow: hidden;
    line-height: 18px;
    width: 95px;
}
.wszting a:hover {
    background-color: #eeeeee;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.wszting-neir h6 span {
    font-size: 18px;
    font-weight: 400;
}
.wszting-neir h6 .red {
    color: red;
}
.wszting-neir .yes  {
    width: 425px;
    overflow: hidden;
    margin: 20px auto;
}
.wszting-neir .yes  img {
    width: 65px;
    height: 90px;

}
.wszting-neir .yes  li {
    float: left;
    padding: 10px;
    cursor: pointer;
}
.wszting-neir .yes  li:hover {
    background-color: #ccc;
}
.wszting-neir .yes .hov {
    background-color: #e4e4e4;
}
.main-yes {
    position: relative;
    width: 387px;
    height: 516px;
    margin: 20px auto;
}
.main-yes li {
    position: absolute;
    top: 0;
    z-index: -10;
    left: 0;
    transition: 0.3s;
    opacity: 0;
}
.main-yes .hov {
    z-index: 1;
    opacity: 1;
}
.main-yes li img {
    width: 387px;
    height: 516px;
}
.btn-ppp {
    position: absolute;
    top:92px;
    left: 0;
    width: 100%;
}
.wszting-neir {
    position: relative;
}
.btn-ppp span {
    position: absolute;
    cursor: pointer;
    padding: 15px 5px;
    cursor: pointer;
    border: 1px dashed #fff;
}
.btn-ppp span:hover {
    border: 1px dashed #ccc;
}
.btn-ppp .left-btmm {
    left: 95px;
}
.btn-ppp .right-btmm {
    right: 95px;
}
.huib {
border-bottom: 1px solid #ccc;
    text-align: center;
}.huib a {
     width: 215px;
     height: 300px;
    margin: 10px;
    position: relative;
    padding: 10px;
    display: inline-block;
    border: 1px dashed #ccc;

 }
.huib a:hover {
    background-color: #e8e8e8;
}
.huib a  img {
    position: absolute;
    bottom: 76px;
    left: 50%;
    margin-left: -81px;
}
.huib a span {
    position: absolute;
    height: 42px;
    line-height: 42px;
    text-align: center;
    padding: 5px 20px;
    bottom: 8px;
    background-color: #ebebeb;
    left: 10px;
    color: #575757;
    width: 175px;
}
.huib a .hov {
    background-color: #406cce;
    color: #fff;
}
.ewm {
    width: 220px;
}
.mmp {
    padding: 20px;


}
.mmp h5 {
    text-indent: 0;
    font-size: 16px;
    margin-top: 20px;
}
.mmp  div {
    text-align: center;
}
.mmp  div ul {
    display: inline-block;
    text-align: left;
}
.mmp  div ul span {
    color:#325cc0 ;
}
.paihang {
    min-height: 634px;
    border-bottom: 1px solid #ccc;
font-size: 16px;
    color: #666666;
    font-family: '微软雅黑';
}
.paihang a {
    position: relative;
    line-height: 55px;
    border-bottom: 1px dashed #ccc;
    width: 340px;
    font-size: 16px;
    color: #666666;
    padding-left: 15px;
}
.paihang a:hover {
    color: #1b6d85;
}
.paihang .hov {
    margin-right: 89px;
}
.paihang a span {
    line-height: 1;
    font-size: 35px;
    color: #0616AD;
    position: absolute;
    left: 0;top: 10px;
}
.phbnr {
    line-height: 25px;
    min-height: 634px;
}
.phbnr ul {
    margin-top: 20px;
}
.phbnr li {
    border-bottom: 1px solid #b9b2b2;
    text-align: center;
}
.phbnr li div {
    display: inline-block;
    line-height: 50px;
    text-align: center;
}
.phbnr li .wid100 {
    width: 50px;
}
.phbnr li .wid200 {
    width: 200px;
    position: relative;
}
.phbnr li .wid250{
    width: 200px;
}
.phbnr li table {
    width: 180px;
    line-height: 20px;
    height: 50px;
    position: absolute;
    top: -32px;
    left: 10px;
    margin-top: 0;

}
.phbnr li .wid120 {
    width: 120px;
}
.gytj {
    min-height: 620px;
    border-bottom: 1px solid #d5d5d5;
    text-align: center;
}
.gytj ul {
    top: 17px;
    position: relative;
}
.gytj li {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 335px;
    height: 225px;
    margin: 0 10px;
    margin-bottom: 70px;
    border: 1px dashed #ccc;
}
.gytj li:hover {
    background-color: #e8e8e8;
}
.gytj li img {
    width: 130px;
    position: absolute;
    left: 20px;
    top: 21px;
clip:rect(0px 130px 190px 0px);

}
.gytj li div {
    position: absolute;
    left: 155px;
    top: 20px;
    height: 205px;
    display: inline-block;
    width: 170px;
}
.gytj li div h2 {
    font-size: 16px;
    line-height: 20px;
}
.gytj li.hov {
    border-right: 1px dashed #ccc;
    margin-right: 10px;

}
.gytj li div span{
    position: absolute;
    bottom: 49px;
    width: 166px;
    height: 112px;
    line-height: 19px;
    font-size: 14px;
    overflow: hidden;
left:8px;
    text-align: left;
color: #666666;
}
.gytj li div img {
    position: absolute;
    top: 36px;
    left: 32px;
    width: 110px;
    height: 110px;
    line-height: 19px;
    font-size: 14px;
    overflow: hidden;
}
.gytj li div .url {
    position: absolute;
    right: 29px;
    bottom: 26px;
    background: url(../img/ckxqa.png) no-repeat;
    width: 106px;
    height: 27px;
}

.gytj li div .title {
 color: black;
}
.gytj li div .url.hov {
    background-image: url("../img/ckxqah.png");
}
.mmpp {
    min-height: 634px;
    border-bottom: 1px solid #ccc;
}
.header-qt {
    background-image: url("../img/headerbg-qt.png");
}
.footerqt {
    background-image: url("../img/footerbg-qt.png");
}
.nyzx {
    border: 0;
}
.main .nyzxx {
    color: #02c0a7;
}
.main .zhuanti {
    color: #c10439;
}
.nyzt {
    margin-top: 80px;
}
.womzhuant {
    padding: 0 20px;
    min-height: 634px;
    position: relative;
    top: -15px;
}
.womzhuant a {
    display: block;
    height: 215px;
    padding: 10px 0;
    color: #333;
    border-bottom: 1px dashed #ccc;
}
.womzhuant a:hover {
    color: #0616AD;
}
.womzhuant a img {
    height: 215px;
    float: left;
    margin-right: 20px;
    width: 250px;
}
.womzhuant a span {
    float: left;
    width: 493px;
    line-height: 23px;
    font-size: 14px;
}
.gyttj {
    width: 1100px;
    margin: 0 auto;
    background-color: #fff;
}
.gyttj .left-bottom {
    border-right: 0;
}
.ttuij {
    background: none;
}
.gaik {
    margin-top: 60px;
}
.gaik div{
   text-align: center;
    margin-bottom: 20px;
}

.gaik div span {
    font-size: 16px;
    color: #666666;
    font-family: '微软雅黑';
}

.gaik p{
color: #333;
}
.gaik {
    padding: 0 20px;
    line-height: 25px;
}
.gaik a {
    font-size: 16px;
    color: #fff;
    margin: 0  10px;
    margin-top: 20px;
}
.gaik a img {
    position: relative;
    top: -2px;
}
.gaik a span {
    display: inline-block;
    line-height: 28px;background-color: #406cce;
    padding: 0 10px;
    border-radius: 0 5px 5px 0;
}
.gaik a:hover {
    color: #20a962;
}
.logoin  {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: url("../img/logoinbgh.png");
}
.logoin div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -237px;
    margin-left: -377px;
    width: 745px;
    height: 475px;
    background: url("../img/logoinBG.png") no-repeat;
}
.logoin div b {
    font-size: 35px;
    position: absolute;
    right: 20px;
    font-weight: 400;
    top: 8px;
    cursor: pointer;
}
.logoin div b:hover {
    color: #20a962;
}
.logoin div h3 {
    margin-top: 83px;
    padding-left: 550px;
    font-weight: 400;
}
.logoin div h3 a {
    font-size: 18px;
    color: #406cce;
}
.logoin div h3 a:hover {
    text-decoration: underline;
}
.logoin ul span {
    display: inline-block;
    width: 90px;
    text-align: right;
    font-weight: 600;
}
.logoin ul {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 50px;
    overflow: hidden;
}
.logoin ul input[type="text"],.logoin ul input[type="password"] {
    width: 224px;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
}
.logoin ul select {
    width: 238px;
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
}
.logoin .yzm input[type="text"] {
    width: 112px;
    margin-right: 10px;
}
.logoin ul input[type="button"],.logoin ul input[type="reset"] {
    width: 155px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    margin-right: 10px;
    border: 0;
    background-color: #406cce;
    text-align: center;
}
.logoin ul input[type="button"]:hover {color: #333;}
.logoin ul input[type="reset"]:hover {color: #333;}
.logoin ul a:hover {
    text-decoration: underline;
}
.logoin li {
    margin-bottom:10px;
}
.logoin .yzm {
    position: relative;
    left: -20px;
}
.logoin .btm{
    position: relative;
    left: 44px;
}
.header-pages div .yidl {
    height: 25px;
    margin-top: 2px;
    width: 100px;
    overflow: hidden;
}
.header-pages div .yidl.hov {
    height: 108px;
}
.header-pages div .yidl li {
    width: 100px;
    margin-left: 0;
}
.header-pages div .yidl li a {
    width: 100px;
    text-align: center;
    background: none;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.header-pages div .yidl li a:hover {
    color: #02c0a7;
}
.nairong h5 {
    font-size: 20px;
    font-weight: 600;
}
.neiy-main .shang a {
    margin: 0 20px;
    margin-bottom: 25px;

}
.neiy-main .shang {
    border-bottom: 1px solid #d5d5d5;
}
.sousuok {
    width: 794px;
    height: 70px;
    margin: 30px auto;
    margin-bottom: 20px;
    background: url("../img/sousuok.png") no-repeat center;
}
.sousuok div {
    width: 765px;
    height: 41px;
    margin: 0 auto;
    position: relative;
    top: 15px;
    font-size: 16px;
}
.sousuok div select {
    height: 41px;
    border: 0;
    line-height: 41px;
    width: 140px;
    padding-left: 18px;
}
.sousuok div input[type="text"] {
    height: 41px;
    border: 0;
    line-height: 41px;
    padding-left: 4px;
    width: 500px;
}
.sousuok div input[type="button"] {
    height: 41px;
    line-height: 41px;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 113px;
    position: absolute;
    top: 0;
    padding-left: 20px;
    background: url("../img/fangdajing.png") no-repeat 18px center;
    right: -1px;
    background-color: #406cce;
    cursor: pointer;
}
.sousuok div input[type="button"]:hover {
    color: #91DF2B;
    background-image: url("../img/fangdajingh.png");
}
.sousuop {
    padding: 0 35px;
}
.sousuop span {
    font-weight: 400;
}
.sousuop .red {
    color: red;
}
.sousuop .blue {
    color: #406cce;
}
.sousuo-top {
    font-size: 16px;
    font-weight: 600;
    color: #565656;
    border-bottom: 1px solid #d5d5d5;
    line-height: 55px;
}
.sousuop .l-red {
    color: #b50303;
    font-weight: 600;
}
.sousuo-bottom a {
    line-height: 30px;
    padding: 5px;
    color: #406cce;
    display: block;
    border-bottom: 1px dashed  #d5d5d5;
}
.sousuo-bottom a:hover {
background-color: #f9f9f9;
}
.sousuo-bottom a b {
    display: block;
    font-weight: 400;
    color: #ccc;
}
.header-zf {
    background-image: url("../img/headerbg-zf.png");
}
.footer-zf {
    background-image: url("../img/footerbg-zf.png");
}
/*日历*/
/*.center-main .zxun-right h1 {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    background-color: #3698db;
    line-height: 30px;
    width: 220px;
    border-left: 0;
    padding: 0;
    color: #fff;
    margin: 0 auto;
}
.center-main .zxun-right h6 {
    width: 220px;
    margin: 0 auto;
    text-align: right;
    border-radius:  0 0 5px 5px;
    height: 30px;
    background-color: #cae3f3;
}
.center-main .zxun-right h6 input {
    width: 60px;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
    margin-right: 5px;
    border: 0;
    background-color: #00b7ee;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.center-main .zxun-right h6 input:hover {
    color: #080808;
}
.zxun-right ul {
    height: 240px;
    width: 240px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 3px;
}
.zxun-right ul div {
    width: 220px;
    display: block;
    line-height: 20px;
    margin: 0 auto;
    color: #666;
    text-align: center;
}
.zxun-right ul div .left1 {
    float: left;
}
.zxun-right ul div .right1{
    float: right;
}

.zxun-right ul div span {
    float: left;
    width: 31px;
    text-align: center;
}
.zxun-right ul li {
    float: left;
    height: 30px;
    width: 30px;
    color: #fff;
    text-align: center;
    margin: 0;
    border-radius: 0;
    line-height: 30px;
    background-color: #dcdddf;
    border: 1px solid #fff;
    margin-top: -1px;
    margin-left: -1px;
}
.zxun-right ul .lio {
    background-color: #00b7ee;
    color: #fff;
}*/


.btn-bootom{animation:btn-bootom 3s cubic-bezier(0.5,0,0.1,1) infinite;-webkit-animation:btn-bootom 3s cubic-bezier(0.5,0,0.1,1) infinite;cursor:pointer;overflow:hidden;}
		.btn-bootom:hover{animation-play-state:paused;-webkit-animation-play-state:paused;}
		@keyframes btn-bootom{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:5px; opacity:.5} }
		@-webkit-keyframes btn-bootom{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:5px; opacity:.5} }
.btn-bootom {position: fixed;bottom: 20px;z-index: 999;left: 50%;margin-left: -15px;font-size: 16px;color: #666;border: 0;cursor: pointer;width: 30px;height: 42px;}
.btn-bootom img{margin-top: 10px;}




/*新加CSS-内页-楼层导航*/
.louc {
    margin-top: 43px;
}
.louc li {
    cursor: pointer;
    width: 96px;
    padding-left: 17px;
    height: 94px;
    font-size: 72px;
    color: #cfcfcf;
line-height: 94px;
    margin-bottom: 10px;
    font-weight: 600;
    background: url("../img/louc.png")no-repeat;
}
.louc .hov {
    background-image: url("../img/louch.png");
    color: #fff;
}
.louc .hov:hover {
    color: #fff;
}
.louc ul a {
    display: block;
    width: 113px;
    height: 94px;
    margin-bottom: 10px;
    color: #cfcfcf;
    background: url("../img/louc11.png")no-repeat;
}
.louc ul {
    border-right: 3px solid #eaeaea;
    display: inline-block;
    width: 112px;
}
.louc ul span {    width: 62px;
    display: block;
    font-size: 30px;
    font-weight: 600;

    height: 60px;
    position: relative;
    top: 15px;
    left: 15px;
}
.louc ul a:hover,.louc li:hover {
    color: #0616AD;
}
.louc a.hov {
    color: #000;
}
.louc .mp {
    width: 655px;
    display: none;
    text-align: center;
    float: right;
    margin-right: 5px;
}
.louc div h1 {
    color: #000000;
    font-size: 32px;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    font-family: "黑体";
    margin-top: -20px;
}
.louc div p {
    margin-top: 15px;
    text-align: center;
 padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
}

.louc div div {
    margin-top: 15px;
}


/*修改部分*/
.foot-left ul {
     position: relative;

 }


/*内页-电视图书馆-09.27*/
.dstsg-0 {
    background: url(../img/dians.png) no-repeat -87px top;
    min-height: 690px;
    padding-top: 50px;
    margin-top: 43px;
    position: relative;
}
.dstsg-0 div {
    width: 295px;
    color: #666666;
    line-height: 30px;
font-family: 微软雅黑;
    font-size: 16px;
}
.dstsg-0 a {
    position: absolute;
    bottom: 180px;
    right: 130px;
}
.dstsg-0 .spjs {
    bottom: 250px;
    right: 70px;
}

/*内页-文献捐赠*/
.wxjz-right  {
    background: url("../img/fml.png") no-repeat right top;
}
.wxjz-right ul {
    margin-top: 315px;
}
.wxjz-right span {
    color: #bc004d;
}
.nairong h3 {
    text-indent: 0;
}

/*内页-阅读推荐-热门推荐*/
.rmtj {
}
.rmtj ul {
    width: 109px;
    float: left;
    height: 624px;
    background: url(../img/rightbg.png) no-repeat right top;
}
.rmtj li {
    width: 108px;
    line-height: 51px;
    height: 51px;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 600;
    background: url(../img/jjl.png) no-repeat right top;

}
.rmtj  .hov {
    background-image: url("../img/jjlh.png");
}
.rmtj  .lis.hov {
    background-image: url("../img/jjlch.png");
}
.rmtj  .hov:hover {
    color: #565656;
}
.rmtj li .ho {
    color: #71bb5f;
}
.rmtj li span {
    width: 26px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    margin: 0 10px;
    color: #565656;
    text-align: center;
    background: url("../img/spanyuan.png") no-repeat;
}
.rmtj .lis {
    line-height: 20px;
    background-image: url(../img/jjlc.png);
    height: 56px;
    padding-top: 15px;
}
.rmtj .lis span {
    float: left;
    margin-top: 8px;
}
.rmtj li:hover {
    color:#02c0a7 ;
    cursor: pointer;
}
.rmtj-right {
    float: left;
    margin-left: 75px;
    width: 890px;
    min-height: 630px;

}
.rmtj-top {
    min-height: 600px;
}
.rmtj-top a {
    line-height: 50px;
    position: relative;
    float: left;
    width: 45%;
    font-size: 16px;
    color: #666666;
    padding-left: 15px;
    margin-right: 2%;
    border-bottom: 1px dashed #ccc;
    font-family: '微软雅黑';
}
.rmtj-top a:hover {
   background-color: #e8e8e8;
}
.rmtj-top span {
    position: absolute;
    font-size: 30px;
    left: 2px;
    top: -1px;
    color: #0616AD;
}
.rmtj .io.hov {
    background: none;
    background-color: #d3dcf1;
}

/*内页-阅读推荐-美文品读*/
.mwpd li span {
    width: 30px;
    height: 32px;
    margin: -10px 10px;
    background: url("../img/ds.png") no-repeat center;
}
.mwpd li .lz {
    background-image: url("../img/lz.png");
}
.mwpd li .sp {
    background-image: url("../img/sp.png");
}
.mwpd li .mz {
    background-image: url("../img/mz.png");
}
.mwpd li .sg {
    background-image: url("../img/sg.png");
}
.mwpd li .js {
    background-image: url("../img/js.png");
}
.mwpd li .gx {
    background-image: url("../img/gx.png");
}
.mwpd li.hov {
    color: #fff;
}
.mwpd li .ho {
    background-image: url("../img/dsh.png");
}
.mwpd li .lz.ho {
    background-image: url("../img/lzh.png");
}
.mwpd li .sp.ho {
    background-image: url("../img/sph.png");
}
.mwpd li .mz.ho {
    background-image: url("../img/mzh.png");
}
.mwpd li .sg.ho {
    background-image: url("../img/sgh.png");
}
.mwpd li .js.ho {
    background-image: url("../img/jsh.png");
}
.mwpd li .gx.ho {
    background-image: url("../img/gxh.png");
}


/*内页-服务时间加增加咨询*/
.ditub {
    position: relative;
}

.ditub img {
    width: 804px;
}

.ditub a {
    position: absolute;
    color: #080808;
    font-size: 14px;
    padding-top: 20px;
    width: 85px;
    text-align: center;
    z-index: 1;
}

.ditub a:hover {
    z-index: 5;
}

.ditub a span {
    position: absolute;
    text-align: left;
    height: 110px;
    width: 244px;
    left: 70px;
    top: 0px;
    display: none;
    background: url(../img/a-span.png) no-repeat;
    padding-left: 65px;
    color: #fff;
    line-height: 26px;
    padding-top: 24px;
}

.ditub .sx {
    top: 85px;
    left: 218px;
}

.ditub .gy {
    top: 155px;
    left: 152px;
}

.ditub .ls {
    top: 208px;
    left: 190px;
}

.ditub .hl {
    top: 160px;
    left: 274px;
}

.shijiandian {
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-top: 15px;
    position: relative;
}

.shijiandian li {
    display: inline-block;
    width: 34px;
    cursor: pointer;
    height: 33px;
    margin: 0 10px;
    position: relative;
    top: 19px;
    background: url("../img/yuandian.png") no-repeat;
}
.shijiandian li:hover {
    background-image: url("../img/yuandianh.png");
    color: #0616AD;
}

.shijiandian li span {
    position: absolute;
    top: -20px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    text-align: center;
}
.shijiandian b {
    position: absolute;
    width: 34px;
    z-index: 2;
    top: 19px;
    height: 60px;
  left: 196px;
    background: url(../img/yuandian-dian.png) no-repeat;
}
.jier {
    display: none;
margin-top: 60px;
}
.jier h2 {
    color: #6590ef;
    margin-top: 30px;
    font-size: 24px;
    line-height: 35px;
}
.jier table {
    margin-top:20px;
}
.zixun {
    position: fixed;
    top: 300px;
    left: 50px;
    z-index: 999;
}

/*提示信息*/
.heibg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9994;
}
.heibg img {
    width: 100%;
    height: 100%;
}
.heibg b {
    position: fixed;
    width: 72px;
    height: 68px;
    background-image: url("../img/guanb.png");
    cursor: pointer;
    top: 2%;
    right: 2%;
    display: none;

}
.heibg a {
    position: fixed;
    width: 311px;
    height: 195px;
    background-image: url("../img/3q.png");
    z-index: 999;
    right: 20%;
    bottom: 3%;
}

/*内页-数字资源-外购资源9-28通栏*/
.jjl1 li {
    width: 133px;
    background-image: url("../img/jjl1.png");
}
ul.jjl1 {
    width: 133px;
}
.jjl1-right {
    width: 870px;
}
.jjl1  .hov {
    background-image: url("../img/jjl1h.png");
}
.jjl1 .sjk {
    background-image: url("../img/sjk.png");
}
.jjl1 .syk {
    background-image: url("../img/syk.png");
}

.jjl1 .gxgc {
    background-image: url("../img/gxgc.png");
}
.jjl1 .tszy {
    background-image: url("../img/tszy.png");
}
.jjl1 .kfzy {
    background-image: url("../img/kfzy.png");
}
.jjl1 .sjk.ho {
    background-image: url("../img/sjk.png");
}
.jjl1 .syk.ho {
    background-image: url("../img/sykh.png");
}

.jjl1 .gxgc.ho {
    background-image: url("../img/gxgch.png");
}
.jjl1 .tszy.ho {
    background-image: url("../img/tszyh.png");
}
.jjl1 .kfzy.ho {
    background-image: url("../img/kfzyh.png");
}
.jjl1-right .rmtj-top a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    text-indent: 2em;
}
.jjl1-right .rmtj-top a div {
    height: 55px;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
font-family: '微软雅黑';
    color: #666666;
    font-size: 16px;
}
.jjl1-right .rmtj-top b {
    display: block;
    font-size: 16px;
    text-indent: 0;
    border-left: 3px solid #597fd4;
    height: 9px;
    line-height: 9px;
    padding-left: 10px;
}
/*首页修改*/
.section-5 .dizhi {
    width: 865px;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/dizhi01.png") no-repeat top left;
}
.section-5 .dizhi span {
    display: block;
    width: 63%;
    line-height: 25px;
    margin-left: 33%;
    margin-top: 25px;}
/*百年历程*/
.bnlc {
    line-height: 30px;
    margin-top: 50px;
    font-size: 14px;
}
/*欢迎咨询-首页*/
.hyzx {
    position: fixed;
    bottom: 5%;
    left: 0;
    height: 550px;
    z-index: 99;
}
.hyzx div {
    width: 0px;
    overflow: hidden;
    opacity: 0;
    height: 550px;
    transition: 0.3s;
    background-color: #025bbd;
    text-align: center;
}
.hyzx a {
    position: absolute;
    right: -45px;
    top: -3px;
}

.hyzx div a {
    position: relative;
    right: 0;
    top: 0;
}
.hyzx h1 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
}
.hyzx .hov {
    width: 133px;
    opacity: 1;
}

/*2017-10-12*/
.section-5 a {
    width: 154px;
    height: 80px;
    position:relative;
    z-index;99;
}
.section-5 a:hover img {
    width: 136px;
    transition: 0.3s;
    margin-left: -9px;
    height: 100px;
    margin-top: -10px;
}



/*百年历程*/
.bnlc {
    line-height: 30px;
    margin-top: 50px;
    font-size: 14px;
}
.bnlc-zikann {
    width: 1025px;
    height: 22px;
    position: relative;
    background: url("../img/riqi.png") no-repeat;
    margin: 100px auto;
}
.bnlc-zikann a {
    position: absolute;
    text-align: center;
}
.bnlc-zikann a img {
    width: 95%;
}
.bnlc-zikann  .hov img {
    width: 100%;
    margin-left: -5px;
}
.bnlc-zikann .top {
    top: -75px;
}
.bnlc-zikann .bottom {
    top: 25px;
}
.bnlc-zikann .gyc {
    left: 110px;
}
.bnlc-zikann .sxx {
    left: 235px;
}
.bnlc-zikann .lx {
    left: 375px;
}
.bnlc-zikann .lx2 {
    left: 520px;
}
.bnlc-zikann .yal {
    left: 650px;
}
.bnlc-zikann .whzx {
    left: 780px;
}
.bnlc-bottom div {
    width: 30px;
    display: none;
    position: relative;
    background: url("../img/shut.png") no-repeat bottom center;
    height: 280px;
color: #666666;
}
.bnlc-bottom .shut1 {
    margin-left: 155px;
    display: block;
    padding-top: 90px;
    top: -95px;
    height: 345px;
    background-image: url("../img/shut1.png");
}
.bnlc-bottom .shut2 {
    margin-left: 295px;

    background-image: url("../img/shut2.png");
}
.bnlc-bottom .shut3 {
    margin-left: 443px;
    padding-top: 90px;
    top: -95px;
    height: 310px;
    background-image: url("../img/shut3.png");
}
.bnlc-bottom .shut4 {
    margin-left: 584px;

    background-image: url("../img/shut4.png");
}
.bnlc-bottom .shut5 {
    margin-left: 735px;
    padding-top: 90px;
    top: -95px;
    height: 230px;
    background-image: url("../img/shut5.png");
}
.bnlc-bottom .shut6 {
    margin-left: 880px;
}
.bnlc-bottom  .left {
    position: absolute;
    width: 622px;
    display: block;
    background: none;
    height: 280px;
    line-height: 30px;
}
.bnlc-bottom .right {
    background: none;
    display: block;
    width: 235px;position: absolute;
    height: 280px;
    margin-top: 58px;
}
.bnlc-bottom .right img {
    width: 233px;
    height: 136px;
}
.bnlc-bottom .right h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.bnlc-bottom div .left h1 {
    font-size: 18px;
    display: block;
    width: 100%;
    margin-top: 19px;
    padding: 0;
    margin-bottom: 10px;
}
.bnlc-bottom .shut1 .left {
    left: 30px;
}
.bnlc-bottom .shut1 .left h1 {
    color: #377fc7;
}
.bnlc-bottom .shut1 .right {
    left: 665px;
}
.bnlc-bottom .shut2 .left {
    left: 30px;
}
.bnlc-bottom .shut2 .left h1 {
    color: #755697;
}
.bnlc-bottom .shut2 .right {
    left: -233px;
    text-align: right;
}
.bnlc-bottom .shut3 .left {
    left: 30px;
}
.bnlc-bottom .shut3 .left h1 {
    color: #fb6c83;
}
.bnlc-bottom .shut3 .right {
    left: -233px;
    text-align: right;
}
.bnlc-bottom .shut4 .left {
    left: -620px;
}
.bnlc-bottom .shut4 .left h1 {
    color: #ff975c;
    text-align: right;
}
.bnlc-bottom .shut4 .right {
    left: 40px;
    text-align: left;
}
.bnlc-bottom .shut5 .left {
    left: -620px;
}
.bnlc-bottom .shut5 .left h1 {
    color: #b8cf4b;
    text-align: right;
}
.bnlc-bottom .shut5 .right {
    left: 40px;
    text-align: left;
}
.bnlc-bottom .shut6 .left {
    left: -620px;
}
.bnlc-bottom .shut6 .left h1 {
    color: #8ac07f;
    text-align: right;
}
.bnlc-bottom .shut6 .right {
    left: 40px;
    text-align: left;
}
.bnlc-bottom {
    height: 280px;
}

/*2017-10-12  电视图书馆修改*/
.dstsg-0 {
    background: url(../img/dians.png) no-repeat 0px top;
}


/*回到首页*/
.top-top {
    position: fixed;
    height: 50px;
    display: none;
    width: 42px;
    background-image: url("../img/top-hover.png");
    bottom: 20px;
    right: 10px;
}
/*.top-top:hover {
    background-image: url("../img/top.png");
}*/

/*入馆指南*/
.rgzn {
    margin-top: 45px;
    text-align: center;
}
.rgzn h5{
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px dashed #d6d6d6;
}
.rgzn div {
    display: inline-block;
    width: 48%;
    text-align: left;
    height: 145px;
    margin: 0 5px;
    border-bottom: 1px solid #d6d6d6;
}
.rgzn div table {
    width: 80%;
    float: right;
    line-height: 24px;
    margin-top: 0;
    height: 145px;
}
.rgzn div img {
    margin-top: 48px;
}

/*百年历程修改*/
.zongshu {
    top: -20px;
    left: -35px;
}
.bnlc-bottom .shut0 {
    background-image: url(../img/shut6.png);
    height: 400px;
    padding-top: 75px;
    display: block;
    top: -57px;
}
.bnlc-bottom .shut0 div {
    background: none;
    height: 400px;
    width: 1000px;
    left: 40px;

}
.bnlc-bottom .shut1 {
    display: none;
}
.bnlc-zikann {
    top: 60px;
}
.bnlc-bottom {

    position: relative;
    top: 60px;
        line-height: 30px;
    font-size: 16px;
}


/*轮播修改*/
.lb {
    width: 100%;
    left: 0;

}
.lb1 {
    width: 100%;
    left: 0;

}
.lb ul li {
    padding: 0;
    width: 894px;
}
.lb img {
    width: 894px;
}
.lb1 ul li {
    padding: 0;
    width: 894px;
}
.lb1 img {
    width: 894px;
}
.search input[type=submit] {
    left: 610px;
    position: absolute;
}
.search div {
    width: 600px;
    right: 108px;
}

/*首页修改*/
.hyzx div {
    background-color: #3d3ad5;
}
.hyzx a img {
    width: 47px;
}
.hyzx div a img {
    width:67px;
}

.hyzx div img:hover {
    transition: 1s;
    -moz-transform:rotatey(360deg);
    -webkit-transform:rotatey(360deg);
    -o-transform:rotatey(360deg);
    -ms-transform:rotatey(360deg);
    transform:rotatey(360deg);
}

/*电视图书馆*/
.dstsg {
    background: url(../img/bgbgbg.png) no-repeat center -50px;
    background-size: 100%;
}
.dstsg .dstsg-right {
    height: 160px;
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 15px;
    color: #333;
    width: 305px;
    line-height: 27px;
}
.dstsg .dstsg-left {
    position: absolute;
    height: 140px;
    bottom: 0;
    right: 0;
    width: 125px;
}
.dstsg .dstsg-left img {
    height: 140px;
    width: 125px;
}

/*行距+下划线*/
.tstj .tstj-left div a {
    color: #333;
    line-height: 30px;
}
.tstj .tstj-left div a:hover {
    text-decoration: underline;
}

/*楼层修改*/
.louc li {
    cursor: pointer;
    width: 77px;
    padding-left: 17px;
    height: 77px;
    position: relative;
    left: 20px;
    font-size: 59px;
    color: #ffffff;
    line-height: 77px;
    margin-bottom: 10px;
    font-weight: 600;
    background: url(../img/louc.png) no-repeat;
}
.louc ul a {
    display: block;
    width: 94px;
    position: relative;
    height: 77px;
    left: -17px;
    margin-bottom: 10px;
    color: #ffffff;
    background: url(../img/louc1.png) no-repeat;
}
.louc ul span {
    width: 49px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    line-height: 20px;
    position: relative;
    top: 19px;
    left: 21px;
}
/*微信*/
.www-x {
    position: relative;
    background: url("../img/wx-bg.png") no-repeat;
}
.www-x .wwx {
    position: absolute;
    width: 240px;
    height: 240px;
    top: 125px;
    border: 1px solid #ccc;
    left: 340px;
}

/*微博*/
.www-b {
    position: relative;
    background: url("../img/weib.png") no-repeat;
    text-align: center;
}

.www-b .wwx {
    position: relative;
    width: 240px;
    height: 240px;
    top: 26px;
    border: 1px solid #ccc;
}
.www-b p {
    position: relative;
    text-align: center;
    top: 25px;
}


/*地图修改*/
.ditub {
    position: relative;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    height: 400px;
}
.ditub .sx {
    top: 85px;
    left: 378px;
}
.ditub .hl {
    top: 160px;
    left: 406px;
}
.ditub .ls {
    top: 208px;
    left: 352px;
}
.ditub .gy {
    top: 155px;
    left: 290px;
}


/*服务时间查询*/
.ditub span img {
    width: 14px;
    margin-right: 8px;
    height: 14px;
}



/*楼层导航*/
.louc li {
    width: 108px;
    height: 76px;
    left: 4px;
    padding: 0;
    transition: 0.5s;
    background: url(../img/yilou.png) no-repeat;
}
.louc ul li:hover {
  left: -1px;
}
.louc .erlou {
    background-image: url("../img/erlou.png");
}
.louc .sanlou {
    background-image: url("../img/sanlou.png");
}
.louc .silou {
    background-image: url("../img/silou.png");
}
.louc ul a {
    width: 108px;
    height: 76px;
    left: 4px;
    padding: 0;
    background: url(../img/qjdh.png) no-repeat;
}
.louc .yilou.hov {
    background-image: url("../img/yilouh.png");
}
.louc .erlou.hov {
    background-image: url("../img/erlouh.png");
}
.louc .sanlou.hov {
    background-image: url("../img/sanlouh.png");
}
.louc .silou.hov {
    background-image: url("../img/silouh.png");
}
.louc a.hov {
    background-image: url("../img/qjdhh.png");
}
.louc ul {
 margin-top: 170px;
}
/*首页左侧栏目2.0*/
.huanyingzx {
    position: fixed;
    width: 80px;
    z-index: 999;
    left:-80px;
    transition: 0.3s;
    top: 52%;
    margin-top: -218px;
    background-color: #3d3ad5;
border-radius: 5px;
}
.huanyingzx.hov {
    left: 0;
}

.huanyingzx b {
    position: absolute;
    right: -47px;
    top: 5px;
}
.huanyingzx li {
    width: 60px;
    position: relative;
    margin: 0 auto;
    height: 108px;
    transition: 0.5s;
    background: url(../img/zhinzx.png) no-repeat center 108px;
    border-bottom: 1px dashed #fff;
background-position-y: 55px;
}
.huanyingzx li:hover {
    background-position-y: 60px;
}
.huanyingzx .zxxxx {
    background-image: url("../img/zxly.png");
}
.huanyingzx .stwxxx {
    background-image: url("../img/weix.png");
}
.huanyingzx .ahifbbb {
    background-image: url("../img/zhifub.png");
    border: none;
}
.huanyingzx .ahifbbb:hover {
    background-position-y: 45px;
}
.huanyingzx li a {
    display: block;
    height: 108px;
    width: 60px;
}
.huanyingzx .ahifbbb span {
    width: 100%;
    left: 0px;
    top: 24px;
}
.huanyingzx li span {
    position: absolute;
    color: #fff;
    line-height: 16px;
    top:16px;
    transition: 0.5s;
    left: 14px;
    width: 30px;
    text-align: center;
}
.huanyingzx .ahifbbb .hov {
    top: 23px;
}
.huanyingzx li .hov {
    top: 23px;
}
.huanyingzx li img {
    position: absolute;
    width: 120px;
    display: none;
    height: 120px;
    right: -130px;
    top: 0;
}
/*自助服务*/
.zzfww div p {
    width: 80%;
    float: right;
    line-height: 22px;
    margin-top: 70px;
}

.zzfww div {
    position: relative;
    border-bottom: 0;
    float: left;
    margin: 0px 15px;
    width: 46%;
    height: 95px;
}

.zzfww div a {
    color: #406cce;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 77px;
    top: 45px;
}
.zzfww div a:hover {
    text-decoration: underline;
}
/*百年历程*/
.bnlc-zikann {
    width: 1100px;
    height: 22px;
    position: relative;
    background: url(../img/riqi.png) no-repeat top center;
}
.zongshu {
    top: 25px;
    left: 40px;
}
.bnlc-zikann .gyc {
    left: 180px;
}
.bnlc-zikann .sxx {
    left: 300px;
}
.bnlc-zikann .lx {
    left: 435px;
}
.bnlc-zikann .lx2 {
    left: 580px;
}
.bnlc-zikann .yal {
    left: 710px;
}
.bnlc-zikann .whzx {
    left: 845px;
}
.bnlc-bottom .shut0 {
    background-image: url(../img/shut.png);
    top: -20px;
    left: 45px;
}
.bnlc-bottom .shut1 {
    background-image: url(../img/shut1.png);
    width: 457px;
    left: 53px;
    top: -70px;
    height: 260px;
    padding-top: 137px;
}
 .bnlc-bottom .shut1 .left {
    left: -178px;
}
.bnlc-bottom .right img {
    width: 340px;
    height: 200px;
}
.bnlc-bottom  .left {
    height: 260px;
}
.bnlc-bottom .right {
    margin-top: 25px;
    width: 340px;
    height: 235px;
}
.bnlc-bottom .shut1 .right {
    left: 478px;
    color:#377fc7 ;
}
.bnlc-bottom .shut1 .left h1,.bnlc-bottom .shut3 .left h1,.bnlc-bottom .shut2 .left h1 ,.bnlc-bottom .shut4 .left h1,.bnlc-bottom .shut5 .left h1,.bnlc-bottom .shut3 .left h1{
    text-align: right;
}
.bnlc-bottom .shut2 {
    margin-left: 343px;
    background-image: url(../img/shut2.png);
    width: 311px;
    height: 260px;
    padding-top: 65px;
}
.bnlc-bottom .shut2 .left {
    left: -320px;
}
.bnlc-bottom .shut2 .right {
    left: 320px;
    text-align: right;
    color: #755697;
}

.bnlc-bottom .right h5 {
    text-align: left;
}
.bnlc-bottom .shut3 {
    margin-left: 480px;
    width: 169px;
    top: -70px;
    height: 260px;
    padding-top: 137px;

}
.bnlc-bottom .shut5 {
    width: 116px;
    margin-left: 656px;
    top: -70px;
    height: 260px;
    padding-top: 137px;
}
.bnlc-bottom .shut3 .left {
    left: -460px;
}
.bnlc-bottom .shut3 .right {
    left: 180px;
    text-align: right;
}
.bnlc-bottom .shut4 {
    margin-left: 627px;
    width: 32px;
    height: 260px;
    padding-top: 65px;
}
.bnlc-bottom .shut6 {
    width: 261px;
    margin-left: 665px;
    height: 260px;
    background-image: url(../img/shut6.png);
    padding-top: 65px;
}
.bnlc-bottom .shut4 .right {
    color: #ff975c;
}
.bnlc-bottom .shut5 .left {
    left: -630px;
}
.bnlc-bottom .shut5 .right {
    left: 20px;
    color: #b7ce4b;
    text-align: left;
}
.bnlc-bottom .shut6 .left {
    left: -630px;
}
.bnlc-bottom .shut6 .right {
    left: 30px;
    text-align: left;
    color: #8abf7f;
}
/*概况*/
.gaik {
    padding-bottom: 240px;
    background: url(../img/gaikbg.png) no-repeat right bottom;
    margin-top: 75px;
}
.gaik div a {
    color: #406cce;
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 18px;
}
.gaik a img {
    position: relative;
    top: -2px;
    margin-right: 10px;
}
/*越州讲坛*/
.yuezjt {
    position: relative;
    background: url("../img/yuezjiangt.png") no-repeat right bottom;
}
.yuezjt div {
    line-height: 24px;
    font-size: 14px;
    width: 350px;
    position: absolute;
    right: 65px;
    top: 60px;
}
.yuezjt div a {
    width: 110px;
    text-align: center;
    margin-top: 20px;
    border-radius: 6px;
    line-height: 24px;
    display: block;
    color: #333;
    transition: 0.3s;
    background-color: #dcdcdc;
}
.yuezjt div a:hover {
    background-color: #3d3d3d;
    color: #fff;
}
/*第五屏*/
.section-5 .dizhi {
    bottom: -3px;
    width: 865px;
    left: 0px;
    background-size: 100%;
}
.section-5 {
    background: url(../img/wupingbg.png) no-repeat top left;
    background-size: 100%;
}


/*数字资源*/
.sz .left {
    float: left;
    margin-top: 10px;
    border: 0;
    width: 50%;
    padding: 0;
}
.sz a {
    position: relative;
    color: #fff;
}
.sz  div {
    display: block;
    height: auto;
    width: 100%;
    border: 0;
    padding: 0;
}
.sz .sz-top {
    display: block;
}
.sz .sz-top img {
    width: 377px;
    height: 174px;
}
.sz .sz-top span {
    position: absolute;
    left: 30px;
    bottom: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
.sz .left div a {
    float: left;
    width:180px;
    line-height: 36px;
    color: #3f3f3f;
}
.sz .left div a span {
    font-size: 40px;
    line-height: 0.1;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    color: #259264;
    top: 9px;
}
.sz .right a {
    display: inline-block;
    width: 190px;
    position: relative;
    margin: 9px 4px;
    margin-top: 0;
    margin-bottom: 40px;
}
.sz .right a img {
    width: 190px;
    height: 106px;
}
.sz .right a span {
    position: absolute;
    line-height: 36px;
    width: 180px;
    padding-left: 10px;
    background: url("../img/shuz2.png");
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    padding-left: 10px;
}
.sz .right a:hover span {
    color: #00b7ee;
}
.sz .resources-mor {
    position: absolute;
    bottom: 17px;
    right: 27px;
    font-size: 14px;
    color: #5d5c5c;
}
/*馆藏*/
.gcfb .lio {
    position: relative;
    width: 30%;
    margin: 8px 9px;
}

.gcfb .lio img {
    width: 130px;
    float: left;
    height: 130px;
}
.gcfb .lio h1 {
    float: right;
    width: 44%;
    margin-top: 16px;
    padding-left: 0;
    color: #333;
    font-size: 24px;
    line-height: 1;
    border: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #02c0a7;
}
.gcfb .lio:hover h1{
    color: #00b7ee;
}
.gcfb .lio p {
    float: right;
    width: 44%;
    color: #333333;
}
.gcfb .lio p  span {
    display: inline-block;
    font-size: 30px;
    color: #02c0a7;
    line-height: 0.6;
    margin-right: 5px;
    position: relative;
    top: 5px;
}
.gcfb {
    border-top: 2px solid #20a962;
    padding: 5px 0;
    border-bottom: 2px solid #20a962;
}
.gcfb  .resources-mor {
    position: absolute;
    bottom: 10px;
    right: 27px;
    font-size: 14px;
    color: #5d5c5c;
}


/*2017-11-14*/
.rmtj  .hov {
    color: #fff;
}
.rmtj li {
    color: #67a858;
}
.rmtj li span {
    color: #338a1f;
}



