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;
}

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

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;
    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;
    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: 100px;
    z-index: 99;
    top: 50%;
    margin-top: -222px;
}


.section-btn a {
    color: #fff;
    display: block;
    height: 65px;
    width: 60px;
    margin: 17px 0;
    border: 2px solid #fff;
     border-radius: 5px;
    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;
}

.section-btn span {
    font-weight: 600;
    transition: 0.3s;
    margin-top:45px;
    width: 60px;
    display: inline-block;

}
.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;
}

.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;
}

/************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: 480px;right: -10px;top: 22px;}
.center-main .main-right-a a{width: 30%;text-align: center;display: block;float: left;margin-bottom:18px;    margin-top: 5px;}
/* 动画 */
.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);
}

.btn-bootom {
    position: fixed;
    bottom: 10px;
    z-index: 999;
    left: 50%;
    margin-left: -15px;
    font-size: 16px;
    color: #fff;
    padding-top: 45px;
    background: url("../img/shub.png") no-repeat center top;
    border: 0;
}

.section {
    position: absolute;
    top: 100%;
}

.section-main {
    width: 1100px;
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 12%;
    /* margin-top: -25%; */
    margin-left: -447px;
    height: 530px;
    background: #fff;
    border-radius: 10px;
}

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

.section-main .center-main {
    width: 1030px;
    height: 460px;
    padding: 25px 30px;
    margin: 15px auto;
    position: relative;
}

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

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

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

.logo {
    text-align: center;
}

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

.search ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    z-index: 999;
    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;
    color: #4b4b4b;
    border-radius: 8px;
}

.search li {
    background-color: #fff;
    padding-left: 10px;
    display: none;
    line-height: 35px;
    border-bottom: 1px solid #d7d7d7;
    background-color: rgba(255, 255, 255, 0.4);
}

.search li:hover {
    font-weight: 600;
    background-color: azure;
}

.search div {
    width: 830px;
    position: absolute;
    right: 160px;
    top: 0;
    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);
    border-radius: 8px;


}

.search input[type=text] {
    width: 810px;
    height: 42px;
    line-height: 42px;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 2px;
}

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

.search input[type=button]:hover {
    background-color: #3634bb;
}

.mainbody {
    height: 285px;
    overflow: hidden;
    position: relative;
    top: 100%;
    margin-top: 10px;
    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: 1100px;
    overflow: hidden;
 right: 100%;
}

.lb {
    width: 1080px;
    height: 285px;
    margin: 0 auto;
    left: -5px;
    overflow: hidden;
    position: relative;

}
.lb ul {
    position: relative;
}
.mainbody ol {
    left: 50%;
    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;
}

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

.lb a {
    position: relative;
}

.lb span {
    position: absolute;
    width: 455px;
    transition: 0.3s;
    line-height: 40px;
    padding-left: 10px;
    bottom: 0;
    right: 0;
    text-align: left;
    color: #fff;
    background: url("../img/biaot-bg.png");
}

.lb a:hover span {
    color: #4b4b4b;
    background-image: url("../img/top_Bg.png");
}



.summary a {
    display: inline-block;
    width: 337px;
    border-radius: 5px;
    overflow: hidden;
    height: 205px;
    background-color: #fff;
    position: relative;
}
.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: 337px;
    height: 140px;
}

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


}

.summary span {
    position: absolute;
    top: 105px;
    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: 485px;
    padding-right: 45px;
    border-right: 1px solid #5d5c5c;
}

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

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

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

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

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

.center-main .main-right a {
    margin-left: 25px;
    margin-bottom: 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 115px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #ccc;
    padding-top: 95px;
    background: url(../img/dzznh.png) no-repeat center 20px;
    background-color: #ef2475;
}
.center-main .main-right a span {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 115px;
    height: 130px;
    background-image: url(../img/biaot-bg.png);
}

.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: 93px;
    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: 160px;
    float: left;
    height: 40px;
    line-height: 40px;
    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 36px;
}

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

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

.resources-main {
    height: 380px;
    margin-top: 15px;
    display: none;

}

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

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

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

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

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

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

.tstj .book {
    width: 125px;
    height: 180px;
}

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

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

.tstj .tstj-left div {
    width: 258px;
    height: 162px;
    color: #5d5c5c;
    font-size: 14px;
    line-height: 35px;
    margin-top: 20px;
}

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

.tstj-right a img {
    width: 140px;
    height: 185px;
}

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

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

.gcfb .gcfb-right {
    display: inline-block;
    width: 695px;
    height: 375px;
    position: absolute;
    margin-left: 40px;
    line-height: 35px;
}

.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: 30px;
}

.dstsg div img {
    height: 288px;
    width: 258px;

}

.dstsg .dstsg-left {
    height: 288px;
    width: 258px;
}

.dstsg .dstsg-right {
    height: 270px;
    position: absolute;
    top: 1px;
    width: 770px;
    line-height: 40px;

}

.wszt {
    padding-left: 5px;
    margin-top: 45px;
}

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

.wszt div img {
    width: 291px;
    height: 172px;

}

.wszt div a {
    position: absolute;
    top: 0;
    color: #fff;
    transition: 0.2s;
    width: 231px;
    height: 172px;
    line-height: 25px;
    background: url(../img/ts11.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: 205px;
    padding-right: 20px;
    padding-left: 7px;
    text-align: left;
}
.wszt div .wszt2 {
    left: 1px;
    padding-top: 8px;
    width: 205px;
    padding-right: 20px;
    padding-left: 7px;
    text-align: left;
    background-image: url("../img/ts21.png");
}
.wszt div .wszt3 {
    right: 0px;
    padding-top: 8px;
    width: 205px;
    padding-right: 7px;
    padding-left: 20px;
    text-align: left;
    background-image: url("../img/ts31.png");
}
.wszt div .wszt4 {
    right: 0px;
    padding-top: 8px;
    width: 205px;
    padding-right: 7px;
    padding-left: 20px;
    text-align: left;
    background-image: url("../img/ts41.png");
}

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

.wszt div a h2 span {
    font-size: 12px;
}

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

}
/*第四屏*/


.section-4 div li {
    float: left;
    width: 141px;
    margin: 0 32px;
    height: 45px;
    cursor: pointer;
    border-radius: 5px;
}
.section-4 div li: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 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: 1030px;
    display: none;
    margin-top: 8px;
    position: relative;
    height: 395px;
    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: 824px;
    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: 42px;
    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: 720px;
    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: 585px;
    padding: 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: 15px;
    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: 40px;
}
/*第五屏*/
.section-5 .title {
    color: #1BC1A1;
}
.gkuang {
    position: relative;
    height: 210px;
}
.gkuang img {
    width: 320px;
    height: 210px;
}
.gkuang div {
    display: inline-block;
    position: absolute;
    width: 675px;
    right: 0;
    height: 160px;
    line-height: 25px;
    color: #5d5c5c;
    text-indent: 2em;
    padding-bottom: 98px;
}
.gkuang div a {
    color: #5d5c5c;
    position: absolute;
    right: 0;
    bottom: 0px;
}
.section-5 a img {
    width: 143px;
    height: 94px;
}
.section-5 .mar {
    margin: 43px 18px;
}
.section-5 .dizhi {
    width: 1092px;
    height: 103px;
    position: absolute;
    bottom: -3px;
    left: 0;
}
/*第六屏幕*/
.section-6 .center-main div {
    width: 990px;
    height: 435px;
    position: absolute;
    left: 52px;
    top: 35px;
}
.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: 369px;
    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: 495px;
    height: 186px;
}
.section-6 .a-bg6 img  {
    width: 366px;
    height: 186px;
}
.section-6 .a-bg7 img  {
    width: 252px;
    height: 186px;
}
.section-6 .a-bg1 h2 {
    left: 164px;
    top: 114px;

 }
.section-6 .a-bg2 h2 {
    left: 164px;
    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: 85px;
}
.section-6 .a-bg6 h2 {
    left: 155px;
    top: 85px;
}
.section-6 .a-bg7 h2 {
    left: 94px;
    top: 85px;
}

.section-6 .a-bg1 span {
    bottom: 0;
    left: 20px;
    width: 460px;
    height: 200px;
}
.section-6 .a-bg2 span {
    bottom: 0;
    left: 15px;
    width: 340px;
    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: 155px;
}
.section-6 .a-bg6 span {
    bottom: 5px;
    left: 12px;
    width: 340px;
    height: 155px;
}
.section-6 .a-bg7 span {
    bottom: 2px;
    left: 12px;
    width: 230px;
    height: 155px;
}


/*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;
    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 {
    min-height: 1045px;
}
.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;
}
.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: 45px;
    float: right;
    border: 1px solid #ccc;
    padding: 10px;
}
.map-right div {
    text-align: center;

}
.map-right div img {
    width: 590px;
    height: 480px;
}
.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;
}
.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;
    top: -40px;
}
.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 {
    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;
}
.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;
    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;

}
.nairong .mmm.hov {
    font-size: 16px;
}
.nairong div a {
    position: absolute;
    top: 0;
    right: 0;
}
.map-right {
    display: none;
}
/*内页-电视图书馆*/
.header-ny {
    background-image: url("../img/headerbg-ny.png");
}
.main .neiye {
    color: #2f60cc;
}
.neiy-main {
    line-height: 25px;
    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/leftbt.png)no-repeat right;
    text-align: center;
    height: 51px;
    width: 92px;
    line-height: 51px;
    font-weight: 600;
    color: #565656;
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 7px;
    margin-left: 25px;
}
.left-bt a:hover {
    color: #1b6d85;
}
.left-bt .hov {
    background-image: url("../img/leftbth.png");
    color: #fff;
}
.left-bt .hov:hover {
    color: #fff;
}
.right-nr {
    width: 630px;
    position: relative;
    left: 32px;
    top: -13px;
    display: none;
}
.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;
    top: 10px;
    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: 285px;
    margin: 10px;
    position: relative;
    padding: 10px;
    display: inline-block;
    border: 1px solid #fff;

 }
.huib a:hover {
    border-color: #ccc;
}
.huib a  img {
    position: absolute;
    bottom: 75px;
    left: 50%;
    margin-left: -81px;
    width: 162px;
}
.huib a span {
    position: absolute;
    height: 42px;
    line-height: 20px;
    text-align: left;
    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;
}
.paihang a {
    position: relative;
    line-height: 55px;
    border-bottom: 1px dashed #ccc;
    width: 340px;
    font-size: 16px;
    color: #333333;
    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;
    margin-top: 65px;
    text-align: center;
}
.gytj ul {
    top: 17px;
    position: relative;
}
.gytj li {
    display: inline-block;
    position: relative;
    text-align: left;
    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;
    height: 190px;

}
.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;
}
.gytj li div img {
    position: absolute;
    top: 49px;
    left: 25px;
    width: 110px;
    height: 110px;
    line-height: 19px;
    font-size: 14px;
    overflow: hidden;
}
.gytj li div a {
    position: absolute;
    right: 35px;
    bottom: 14px;
    background: url(../img/ckxqa.png) no-repeat;
    width: 106px;
    height: 27px;
}
.gytj li div a.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 {
    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");
}


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


/*提示信息*/
.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%;
}
/*首页修改*/
.section-5 .dizhi {
    width: 100%;
    height: 103px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/dizhi.png) no-repeat top left;
    background-size: 100%;}
.section-5 .dizhi span {
    display: block;
    width: 63%;
    line-height: 25px;
    margin-left: 32%;
    margin-top: 37px;}

/*欢迎咨询-首页*/
.hyzx {
    position: fixed;
    bottom: 10%;
    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: -46px;
    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;
}


.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:50px; opacity:.5} }
		@-webkit-keyframes btn-bootom{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }
.btn-bootom {position: fixed;bottom: 30px;z-index: 999;left: 50%;margin-left: -32px;font-size: 16px;color: #666;padding-top: 45px;border: 0;cursor: pointer;width: 30px;height: 0px;}
.btn-bootom img{margin-top: 10px;}


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

}
.lb ul li {
    padding: 0;
    width: 1100px;
}
.lb img {
    width: 1100px;
}
.search input[type=button] {
    left: 840px;
    position: absolute;
}
.search div {
    width: 830px;
right: 112px;
}

/*首页修改*/
.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: 1px;
    right: 0;
    font-size: 14px;
    color: #333;
    width: 355px;
    line-height: 24px;
}
.dstsg .dstsg-left {
    position: absolute;
    height: 180px;
    bottom: 0;
    right: 0;
    width: 160px;
}
.dstsg .dstsg-left img {
    height: 180px;
    width: 160px;
}

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