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("../image/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: 50px;
    width: 50px;
    margin: 17px 0;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}


.section-btn a.hov {
    color: #5d5c5c;
    border-color: #5d5c5c;
}
.section-btn a.lio {
    background: url("../image/top_Bg.png");
    background-color: rgba(255, 255, 255, 0.3);
}

.section-btn a:hover {
    background: url("../image/top_Bg.png");
    background-color: rgba(255, 255, 255, 0.3);
}

.section-btn a.hov:hover {
    background: url("../image/top_Bg.png");
    background-color: rgba(255, 255, 255, 0.3);
}

.section-btn a:hover span {
    display: inline-block;
}

.section-btn span {
    font-weight: 600;
    transition: 0.3s;
    line-height: 1.5;
    width: 35px;
    display: none;

}
.section-btn .inl {
    display: inline-block;
}

.section-btn .btn1 {
    background: url("../image/qiub.png") no-repeat center center;
}

.section-btn .btn2 {
    background: url("../image/erjb.png") no-repeat center center;
}

.section-btn .btn3 {
    background: url("../image/wenjb.png") no-repeat center center;
}

.section-btn .btn4 {
    background: url("../image/biaogb.png") no-repeat center center;
}

.section-btn .btn5 {
    background: url("../image/loub.png") no-repeat center center;
}

.section-btn .btn6 {
    background: url("../image/xingb.png") no-repeat center center;
}

.section-btn .btn1.hov {
    background: url("../image/qiuh.png") no-repeat center center;
}

.section-btn .btn2.hov {
    background: url("../image/erjh.png") no-repeat center center;
}

.section-btn .btn3.hov {
    background: url("../image/wenjh.png") no-repeat center center;
}

.section-btn .btn4.hov {
    background: url("../image/biaogh.png") no-repeat center center;
}

.section-btn .btn5.hov {
    background: url("../image/louh.png") no-repeat center center;
}

.section-btn .btn6.hov {
    background: url("../image/xingh.png") no-repeat center center;
}
.section-btn .btn6.lio,.section-btn .btn5.lio,.section-btn .btn4.lio,.section-btn .btn3.lio,.section-btn .btn2.lio,.section-btn .btn1.lio {
    background: url("../image/top_Bg.png");
    background-color: rgba(255, 255, 255, 0.3);
}

.code {
    position: fixed;
    z-index: 1000;
    width: 40px;
    border-radius: 5px;
    background: url("../image/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;
}

.btn-bootom {
    position: fixed;
    bottom: 10px;
    z-index: 999;
    left: 50%;
    margin-left: -32px;
    font-size: 16px;
    color: #fff;
    padding-top: 45px;
    background: url("../image/shub.png") no-repeat center top;
    border: 0;
}

.section {
    position: absolute;
    top: 100%;
}

.section-main {
    width: 894px;
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 12%;
    /* margin-top: -25%; */
    margin-left: -447px;
    height: 444px;
    background: url("../image/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: 805px;
    height: 365px;
    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: -60px;
    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;
}

.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("../image/sanj.png") no-repeat 115px center;
    background-color: #fff;
    color: #4b4b4b;
}

.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: 710px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #Fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), -2px -2px 5px rgba(0, 0, 0, 0.3);

}

.search input[type=text] {
    width: 590px;
    height: 45px;
    line-height: 45px;
    border: 0;
    font-size: 16px;
    padding-left: 15px;
}

.search input[type=button] {
    border: 0;
    height: 41px;
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    width: 100px;
    padding-left: 25px;
    text-align: center;
    line-height: 41px;
    position: relative;
    left: -2px;
    top: -1px;
    background: url("../image/fdj.png") no-repeat 15px center;
    background-color: #7c5c23;
}

.search input[type=button]:hover {
    background-color: #674C1C;
}

.mainbody {
    height: 250px;
    overflow: hidden;
    position: relative;
    top: 100%;
    padding-top: 5px;
    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);

}

.summary {
    margin-top: 10px;
    position: relative;
    width: 894px;
    overflow: hidden;
 right: 100%;
}

.lb {
    width: 880px;
    height: 220px;
    margin: 0 auto;
    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: 860px;
}
.lb img {
    width: 860px;
    height: 220px;
}
.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: 420px;
    transition: 0.3s;
    line-height: 25px;
    padding-left: 10px;
    bottom: 0;
    right: 0;
    text-align: left;
    color: #fff;
    background: url("../image/biaot-bg.png");
}

.lb a:hover span {
    color: #4b4b4b;
    background-image: url("../image/top_Bg.png");
}



.summary a {
    display: inline-block;
    width: 268px;
    border-radius: 5px;
    overflow: hidden;
    height: 180px;
    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: 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%;
    line-height: 25px;
    font-size: 14px;
    transition: 0.3s;
    color: #5d5c5c;
    position: relative;
}
.center-main .main-left div a:hover {
    width: 350px;
    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: 25px;
    font-size: 14px;
    color: #5d5c5c;
}

.center-main .main-right {
    position: absolute;
    width: 375px;
    right: 10px;
    top: 22px;
}

.center-main .main-right a {
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
}
.center-main .main-right a span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
  background: url("../image/top_Bg.png");
    top: 0;
    left: 0;
}


/*第三屏*/
.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("../image/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;
    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: 244px;
    padding-left: 20px;
}

.sz div a {
    line-height: 32px;
    font-size: 14px;
    display: block;
    color: #5d5c5c;
}
.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: 25px;
    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 {
    width: 107px;
    height: 137px;
}

.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: 30px;
}

.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("../image/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("../image/ts2.png");
}
.wszt div .wszt3 {
    right: 0px;
    padding-top: 8px;
    width: 180px;
    padding-right: 7px;
    padding-left: 20px;
    text-align: left;
    background-image: url("../image/ts3.png");
}
.wszt div .wszt4 {
    right: 0px;
    padding-top: 8px;
    width: 180px;
    padding-right: 7px;
    padding-left: 20px;
    text-align: left;
    background-image: url("../image/ts4.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;
}
/*第四屏*/


.section-4 div li {
    float: left;
    width: 141px;
    margin: 0 10px;
    height: 45px;
    cursor: pointer;
    border-radius: 5px;
}
.section-4 div li:hover {
    background-color: #d4d5ef;
}
.section-4 div .zx1.hov{
     background: url("../image/btn1.png") no-repeat;
 }
.section-4 div .zx2.hov{
    background: url("../image/btn2.png") no-repeat;
}
.section-4 div .zx3.hov{
    background: url("../image/btn3.png") no-repeat;
}
.section-4 div .zx4.hov{
    background: url("../image/btn4.png") no-repeat;
}
.section-4 div .zx5.hov{
    background: url("../image/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: 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: 20px;
}
.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-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-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("../image/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("../image/top_bg1.png");
}
.header-pages div div .hov {
    background: url("../image/headng.png") no-repeat;
}
.header-pages div div .hov:hover {
    background: url("../image/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("../image/top_bg1.png");
    border-radius: 6px;
    margin-left: 5px;
}
.header-pages div li a {
    width: 25px;
    height: 25px;
    background: url("../image/renren.png") no-repeat center center;
}
.header-pages div li a:hover {
    background-image: url("../image/renrenh.png");
}
.header-pages div li .book {
     background-image: url("../image/book.png");
 }
.header-pages div li .en {
    background-image: url("../image/en.png");
}
.header-pages div li .book:hover {
    background-image: url("../image/bookh.png");
}
.header-pages div li .en:hover {
    background-image: url("../image/enh.png");
}

.body {
    overflow: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(../image/qiu.png)no-repeat 10px center;
}.map-left a:hover {
    color: #0616AD;
 }
.map-left .hov {
    background: url(../image/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("../image/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("../image/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("../image/yanjing.png") no-repeat;
    position: absolute;
    border-radius: 8px;
    right: 0;
    top: 27px;
}
.left-bottom .hdyg li .nyzx:hover {
    background-image: url("../image/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(../image/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(../image/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("../image/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(../image/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("../image/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("../image/rightbg.png") no-repeat right top;
}
.left-bt a {
    display: block;
    background: url(../image/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("../image/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(../image/ckxqa.png) no-repeat;
    width: 106px;
    height: 27px;
}
.right-nr li div .morrr:hover {
    background-image: url("../image/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("../image/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(../image/ckxqa.png) no-repeat;
    width: 106px;
    height: 27px;
}
.gytj li div a.hov {
    background-image: url("../image/ckxqah.png");
}
.mmpp {
    min-height: 634px;
    border-bottom: 1px solid #ccc;
}
.header-qt {
    background-image: url("../image/headerbg-qt.png");
}
.footerqt {
    background-image: url("../image/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("../image/logoinbgh.png");
}
.logoin div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -237px;
    margin-left: -377px;
    width: 745px;
    height: 475px;
    background: url("../image/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("../image/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("../image/fangdajing.png") no-repeat 18px center;
    right: -1px;
    background-color: #406cce;
    cursor: pointer;
}
.sousuok div input[type="button"]:hover {
    color: #91DF2B;
    background-image: url("../image/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("../image/headerbg-zf.png");
}
.footer-zf {
    background-image: url("../image/footerbg-zf.png");
}