@font-face {
    font-family: "AvianRegular";
    src: url('AvianRegular.eot');
    src: url('AvianRegular.eot?#iefix') format('embedded-opentype'),
    url('AvianRegular.woff') format('woff'),
    url('AvianRegular.ttf') format('truetype'),
    url('AvianRegular.svg#Garamond') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";



table {
    border-collapse: collapse;
}

tr, td, th {
    padding: 0;
    margin: 0;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

i, em, b {
    font-style: normal;
    font-weight: normal;
}

input, textarea, select {
    padding: 0;
    border: 1px solid #CCC;
    font-family: inherit;
    outline: none;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}

/*--滚动条插件--*/
.jspScrollable {
    outline: none;
}

.jspContainer {
    overflow: hidden;
    position: relative;
    outline: none;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
}

.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #dde;
    position: relative;
}

.jspDrag {
    background: #ddd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

.jspVerticalBar {
    width: 5px;
}

.jspDrag {
    background: #fff;
}

.jspTrack {
    background: #f07777;
}

/*@font-face{
    font-family:'AvianRegular';
    src: url('AvianRegular.eot');
    src: url('AvianRegular.eot?#iefix') format('embedded-opentype'),
         url('AvianRegular.woff2') format('woff2'),
         url('AvianRegular.woff') format('woff'),
         url('AvianRegular.ttf') format('truetype'),
         url('AvianRegular.svg#AvianRegular') format('svg');
    font-weight:normal;
    font-style:normal;
}*/

/*--类--*/
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}
.footer_f {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.text-center{
    text-align: center;
}
/*--通用--*/
body {
    min-width: 1200px;
    font-size: 14px;
    margin: 0 auto;
    color: #707070;
}

.block {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.nav_float {
    background: url(../Images/bg_nav_float.png) center top no-repeat;
    width: 126px;
    height: 570px;
    right: 50px;
    top: 50%;
    margin-top: -285px;
    position: fixed;
    z-index: 5;
    animation: nav_float 2s linear 0s infinite;
    -webkit-animation: nav_float 2s linear 0s infinite;
    display: none;
}

.nav_float:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@-webkit-keyframes nav_float {
    0% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes nav_float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0);
    }
}

.nav_float .inner {
    margin-top: 235px;
    padding: 0 25px;
}

.nav_float .inner a {
    color: #fff;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 18px;
    text-align: center;
    position: relative;
}

.nav_float .inner a:hover {
    color: #ffcf3d;
}

.nav_float .inner a:nth-child(2) {
    transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
}

.nav_float .inner a:nth-child(4) {
    transform: rotate(4deg) translateY(-2px);
    -webkit-transform: rotate(4deg) translateY(-2px);
}

.nav_float .gotop {
    display: block;
    height: 30px;
    width: 60px;
    margin: auto;
}

.nav_float .close {
    display: block;
    position: absolute;
    right: 10px;
    top: 140px;
    width: 20px;
    height: 20px;
}

.nav_float .hide_er {
    position: absolute;
    background: url(../Images/er_bg.png) center center no-repeat;
    width: 111px;
    height: 104px;
    left: -108px;
    top: -35px;
    display: none;
}

.nav_float .hide_er .pic {
    width: 90px;
    height: 90px;
    margin: 7px 0 0 7px;
}

.nav_float .hide_er .pic img {
    width: 100%;
    height: 100%;
}

#header {
    background: url(../Images/bg_nav.png) left top repeat-x;
    height: 175px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

#header .block {
    position: relative;
    height: 100%;
    z-index: 1;
}

#header .logo {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../Images/logo.png) 30px center no-repeat;
    padding-left: 260px;
    height: 83px;
    overflow: hidden;
    background-size: auto 47px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

#header .logo h3 {
    padding-top: 23px;
    color: #fff;
    font-size: 20px;
}

#header .logo h4 {
    padding-top: 7px;
    color: #fff;
    font-size: 12px;
    font-family: Arial; /*text-transform:uppercase;*/
}

#header .tel .p1 {
    color: #fff;
    position: absolute;
    right: 0px;
    top: 7px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

#header .tel .p2 {
    color: #fff;
    position: absolute;
    right: 0px;
    top: 32px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

#header .tel .p3 {
    color: #fff;
    position: absolute;
    right: 0;
    top: 56px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
#header .tel .p4 {
    color: #fff;
    position: absolute;
    right: 0;
    top: 80px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

#header .tel strong {
    position: relative;
    top: -2px;
    font-weight: bold;
    font-size: 15px;
    font-family: Arial;
    vertical-align: sub;
}

#header .search {
    position: absolute;
    right: 0;
    top: 123px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

#header .search .inner {
    background: url(../Images/bg_search.png) left center no-repeat;
    width: 166px;
    height: 29px;
    line-height: 29px;
    float: left;
}

#header .search .inner .kw {
    background: none;
    border: none;
    height: 100%;
    line-height: 29px;
    height: 29px;
    margin-left: 15px;
    width: 105px;
    float: left;
    color: #fff;
    font-size: 12px;
}

#header .search .inner .kw::-moz-placeholder {
    opacity: 0.8;
}

#header .search .inner .kw::-webkit-placeholder {
    opacity: 0.8;
}

#header .search .inner .kw::-ms-placeholder {
    opacity: 0.8;
}

#header .search .inner .ok {
    background: none;
    border: none;
    height: 100%;
    line-height: inherit;
    width: 28px;
    float: left;
    cursor: pointer;
}

#header .search .btn {
    background: url(../Images/btn_search.png) left center no-repeat;
    width: 96px;
    height: 29px;
    line-height: 29px;
    color: #fff;
    font-size: 12px;
    text-indent: 33px;
    float: left;
    margin-left: 10px;
}

#header .nav_main {
    position: absolute;
    left: 0;
    top: 120px;
    overflow: hidden;
    height: 36px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

#header .nav_main a {
    float: left;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    padding: 0 18px;
    margin: 0 3px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

#header .nav_main a:hover {
    background: #fff;
    color: #474747;
}

#header .nav_bg {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 62px;
    background: url(../Images/bg_nav_child.png) left top repeat-x;
    margin-top: -10px;
    height: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

#header .nav_bg.show {
    height: 62px;
}

#header .nav_child {
    position: absolute;
    left: 0;
    top: 100%;
    overflow: hidden;
    height: 0;
    width: 100%;
}

#header .nav_child.show {
    height: 52px;
}

#header .nav_child .child {
    line-height: 52px;
    font-size: 14px;
    text-indent: 5px;
    height: 0;
    overflow: hidden;
}

#header .nav_child .child.show {
    height: 52px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

#header .nav_child .child a {
    margin: 0 20px;
}

#header .nav_child .child a:hover {
    color: #f5a700;
}

#header.min {
    height: 55px;
    overflow: hidden;
}

#header.min .p1 {
    top:18px;
    right: 690px;
}

#header.min .p2 {
    top: 18px;
    right: 470px;
}
#header.min .p3 {
    top: 18px;
    right: 242px;
}
#header.min .p4 {
    top: 18px;
    right: 0px;
}

#header.min .logo {
    height: 55px;
    width: 0;
    padding-left: 140px;
    background-size: auto 31px;
    background-position: 15px center;
    width: 80px \9;
}

#header.min .logo h3 {
    display: none \9;
}

#header.min .logo h4 {
    display: none \9;
}

#header.min .nav_main {
    opacity: 0;
}

#header.min .search {
    opacity: 0;
}

#footer {
    padding: 20px 0;
    background: #555;
}

#footer .p1 {
    font-size: 12px;
    color: #fff;
    left: 8px;
    top: 0;
    text-align: center;
}

#footer .p1 a {
    margin: 0 7px;
    color: #fff;
}

#footer a:hover {
    color: #ccc;
}

/*符*/
#footer .p2 {
    width: 100%;
    line-height: 1;
    text-align: center;
    color: #b9b9b9;
    font-size: 12px;
    padding-top: 13px;
}

#footer .p3 {
    position: absolute;
    line-height: 67px;
    color: #b9b9b9;
    font-size: 12px;
    position: absolute;
    right: 17px;
    top: 0;
}

.page {
    text-align: center;
    height: 40px;
}

.page li {
    display: inline-block;
    width: 59px;
    height: 40px;
    font-size: 20px;
    font-family: Avian Regular;
    margin: 0 5px;
    background: url(../Images/page1.png) center top no-repeat;
}

.page li a {
    color: #fff;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    height: 40px;
    line-height: 45px;
}

.page li.now, .page li:hover {
    background: url(../Images/page1.png) center bottom no-repeat;
}

.page li.arrow {
    background: url(../Images/page2.png) center 3px no-repeat;
}

.page li.arrow a {
    font-size: 24px;
}

.page li.arrow:hover {
    background: url(../Images/page2.png) center -37px no-repeat;
}

#body {
    padding-top: 55px;
    min-height:768px;
}

.screen {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.screen .title {
    text-align: center;
    padding: 104px 0 32px;
}

.screen .title h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.screen .title h3 {
    font-size: 30px;
    font-family: Arial;
    margin-bottom: 5px;
    font-weight: bold;
}

.screen .title h4 {
    font-size: 16px;
}

.screen.s1 {
    height: 100%;
}

.screen.s1 .frame {
    height: 100%;
    overflow: hidden;
}

.screen.s1 .frame .child {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.screen.s1 .block {
    position: relative;
    height: 100%;
}

.screen.s1 .text {
    position: absolute;
    top: 40%;
    left: 10px;
    margin-top: -160px;
    width: 590px;
}

.screen.s1 .text h3 {
    margin-top: 30px;
    font-size: 30px;
}

.screen.s1 .text h4 {
    margin-top: 20px;
    font-size: 18px;
}

.screen.s1 .text p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 180%;
    color: #474747;
}

.screen.s1 .yy {
    position: absolute;
    bottom: 100px;
    left: 10px;
    width: 160px;
    height: 160px;
    text-align: center;
    background: #eab145;
    border-radius: 100%;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}

.screen.s1 .yy:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    z-index: 1;
}

.screen.s1 .yy img {
    margin-top: 40px;
}

.screen.s1 .yy span {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.screen.s1 .help {
    position: absolute;
    bottom: 90px;
    left: 140px;
    width: 130px;
    height: 130px;
    text-align: center;
    background: #e25a5a;
    border-radius: 100%;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}

.screen.s1 .help:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    z-index: 1;
}

.screen.s1 .help img {
    margin-top: 30px;
}

.screen.s1 .help span {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
}

.screen.s1 .tools {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1200px;
    margin-left: -600px;
}

.screen.s1 .nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.screen.s1 .nav a {
    float: left;
    font-size: 14px;
    color: #474747;
    width: 230px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.screen.s1 .nav a:first-child {
    margin-left: 0;
}

.screen.s1 .nav a:hover, .screen.s1 .nav a.now {
    height: 60px;
    line-height: 60px;
    background: #edbb4f;
    background: rgba(237, 187, 79, 0.9);
    color: #fff;
    margin-top: -10px;
}

.screen.s2 {
    height: 878px;
    background: url(../Images/s2bg.jpg) center bottom no-repeat;
}

.screen.s2:before {
    content: '';
    min-width: 1200px;
    width: 100%;
    height: 518px;
    background: #f0f0f0;
    position: absolute;
    left: 0;
    top: 0;
}

.screen.s2 .block {
}

.screen.s2 .title {
    position: relative;
    z-index: 2;
}

.screen.s2 .title h3 {
    color: #eab145;
}

.screen.s2 .box {
    height: 516px;
    position: relative;
}

.screen.s2 .box li {
    position: absolute;
    overflow: hidden;
}

.screen.s2 .box li img {
    width: 100%;
    height: auto;
}

.screen.s2 .box li .cont {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-top: 40px;
}

.screen.s2 .box li h5 {
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    color: #fff; /*text-transform:uppercase;*/
    margin-bottom: 8px;
}

.screen.s2 .box li h6 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 14px;
}

.screen.s2 .box li p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 15px;
    height: 60px;
}

.screen.s2 .box li .link {
    display: inline-block;
    font-family: Arial;
    font-size: 12px; /*text-transform:uppercase;*/
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 25px;
    border: 1px solid #fff;
    border-radius: 17px;
}

.screen.s2 .box .l1 {
    left: 0;
    bottom: 254px;
    margin-left: -170px;
    z-index: 1;
    opacity: 0;
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.screen.s2 .box .l2 {
    left: 382px;
    bottom: 254px;
    width: 428px;
    height: 262px;
    opacity: 0;
    transform: translate(0, -200px);
    -webkit-transform: translate(0, -200px);
    -moz-transform: translate(0, -200px);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.3s;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
}

.screen.s2 .box .l3 {
    right: 0;
    top: 0;
    width: 390px;
    height: 444px;
    opacity: 0;
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.6s;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
}

.screen.s2 .box .l4 {
    left: 0;
    bottom: 0;
    width: 810px;
    height: 254px;
    opacity: 0;
    transform: translate(-200px, 0);
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: all 1s ease-out 0.9s;
    -webkit-transition: all 1s ease-out 0.9s;
    -moz-transition: all 1s ease-out 0.9s;
}

.screen.s2.show .box li {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    opacity: 1;
}

.screen.s2 .box .l2 .cont {
    background: #fff;
}

.screen.s2 .box .l2 h5 {
    color: #e25a5a;
}

.screen.s2 .box .l2 h6 {
    color: #474747;
}

.screen.s2 .box .l2 p {
    color: #474747;
}

.screen.s2 .box .l2 .link {
    border-color: #c7c7c7;
    color: #009de1;
}

.screen.s2 .box .l3 .cont {
    padding-top: 196px;
}

.screen.s2 .box .l4 {
}

.screen.s2 .box .l4 .cont {
    width: 382px;
    background: url(../Images/yellow90.png) center center repeat;
}

.screen.s3 {
    height: 788px;
    background: url(../Images/s3bg.jpg) center no-repeat;
}

.screen.s3 .title h3 {
    color: #339dca;
}

.screen.s3 .box {
    overflow: hidden;
}

.screen.s3 .box li {
    width: 300px;
    height: 450px;
    position: relative;
    float: left;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: scale(0.7) rotateX(60deg);
    -webkit-transform: scale(0.7) rotateX(60deg);
    -moz-transform: scale(0.7) rotateX(60deg);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.screen.s3.show .box li {
    transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.screen.s3.show .box li img {
    width: 100%;
    height: auto;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.screen.s3.show .box li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.screen.s3 .box li:after {
    border-top: 10px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    z-index: 2;
}

.screen.s3 .box li:before {
    border-bottom: 10px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -14px;
    z-index: 2;
}

.screen.s3 .box li .cont {
    height: 50%;
    background-color: #fff;
    text-align: center;
}
.screen.s3 .box li .cont-info {
    padding:40px 20px;
    line-height: 2em;
}

.screen.s3 .box li .cont h5 {
    font-size: 18px;
    color: #474747;
    margin-bottom: 8px;
    padding-top: 82px;
}

.screen.s3 .box li .cont h6 {
    font-family: Arial;
    font-size: 14px;
    color: #707070;
    margin-bottom: 3px;
}

.screen.s3 .box li .cont p {
    font-size: 14px;
    line-height: 20px;
    color: #707070;
}

.screen.s3 .box li .photo {
    height: 50%;
    overflow: hidden;
}

.screen.s3 .box li .photo img {
    width: 100%;
    height: auto;
}

.screen.s4 {
    height: 520px;
    /*background: url(../Images/s4bg.jpg) center no-repeat;*/
}

.screen.s4 .title h3,.screen.catalogue .title h3 {
    color: #e25a5a;
}

.screen.s4 .list {
       height: 464px;
    overflow: hidden;
    margin-top: 17px;
}

.screen.s4 .left {
    width: 576px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.screen.s4 .left .image {
    height: 100%;
    position: relative;
        background: #3ABBDA;
}

.screen.s4 .left .image li {
    float: left;
      width: 576px;
    height: 465px;
}
.image li:nth-of-type(2){
      display: none;
}
.image li:nth-of-type(3){
      display: none;
}
.image li:nth-of-type(4){
      display: none;
}

/*符*/
.screen.s4 .left .image li img {
    width: auto;
    height: 100%;
}

.screen.s4 .left .arr {
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 0;
    background: url(../images/s4arr.png) no-repeat;
}

.screen.s4 .left .prev {
    background-position: left top;
    right: 45px;
}

.screen.s4 .left .next {
    background-position: right top;
    right: 0;
}

.screen.s4 .left .prev:hover {
    background-position: left bottom;
}

.screen.s4 .left .next:hover {
    background-position: right bottom;
}

.screen.s4 .right {
    width: 624px;
    height: 100%;
}

.screen.s4 .right .focusNav {
    padding: 0 26px 0 36px;
}

.screen.s4 .right .focusNav li {
    padding: 24px 0 18px 0;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*.screen.s4 .right .focusNav li:before{ border-right:10px solid #fff; border-top:9px solid transparent; border-bottom:9px solid transparent; width:0; height:0; content:''; position:absolute; left:-10px; top:50%; margin-top:-9px;}*/
.screen.s4 .right .focusNav li a:hover {
    color: #FFF
}

.screen.s4 .right .focusNav li h5 {
    font-size: 18px;
    color: #474747;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    width: 565px;
}

.screen.s4 .right .focusNav li p {
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #707070;
    width: 565px;
}

.screen.s4 .right .focusNav li.cur {
    padding-left: 52px;
    margin-left: -52px;
    margin-right: -52px;
    background-color: #ffe600;
   /*background: url(../images/16.png) no-repeat;*/
}

.screen.s4 .right .focusNav li.cur h5, .screen.s4 .right .focusNav li.cur p {
    color: #333;
}

.screen.s4 .right .focusNav li  a{
   color: #333 !important;
}
/*.screen.s4 .right .focusNav li.cur:before{ border-right:10px solid #e25a5a;}*/
.screen.s4 .right .focusNav li.cur .arrow {
    display: block;
    background: url(../images/jiantou_1.png) center center no-repeat;
    width: 18px;
    height: 22px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -10px;
}

	/*-艺术高中-*/
.frm_high_school{    padding: 20px 20px;}
.frm_high_school .highSchool{padding-bottom:20px;}
.frm_high_school .highSchool p{text-indent:2em;line-height:25px;}
.frm_high_school .baoming{width:300px;height:36px;line-height:36px;background:#3abbda;color:#fff;font-size:18px;text-align:center;margin:0 auto 20px;}
.hight_title{width:100%;border-bottom:1px solid #3abbda;margin-bottom:20px;}
.hight_title span{width:117px; height:36px; line-height: 36px; color:#fff; display: block; background: #3abbda; text-align:center; font-size:16px;}
.frm_high_school ul{-padding-bottom:45px;}
.frm_high_school ul li{width:100%; overflow:hidden; margin-bottom:10px;}
.frm_high_school ul li.rdio span{height:36px; line-height: 36px; margin-right:15px;}
.frm_high_school ul li.rdio input{margin-top:12px; margin-right:5px; *margin-top:8px;}
.frm_high_school ul li.rdio span.rz{margin-left:-5px;}
.frm_high_school ul li label{width:152px; height:36px; line-height: 36px; float: left; text-align: right; margin-right:26px;}
.frm_high_school ul li input{float:left;}
.frm_high_school ul li span{float:left;}
.frm_high_school ul li span.rz{height:36px; line-height: 36px; margin-left:5px; color:#666; cursor: pointer;}
.frm_high_school ul li span.rz.on{color:red;}
.frm_high_school ul li span.rz i{font-style:normal; color:#31588f; margin-right:4px;}
.frm_high_school ul li input.w325,.frm_high_school ul li textarea.w506,.frm_high_school ul li input.w96{border:1px solid #b0b0b0; color:#666; 
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; 
	box-shadow: 1px 1px 1px #e0e0e0 inset;
	-webkit-box-shadow:1px 1px 1px #e0e0e0 inset;
	-moz-box-shadow:1px 1px 1px #e0e0e0 inset;
	-o-box-shadow:1px 1px 1px #e0e0e0 inset;
	-ms-box-shadow:1px 1px 1px #e0e0e0 inset;}
.frm_high_school ul li input.w325{width:320px; height:34px; line-height: 34px; padding-left:5px; }
.frm_high_school ul li textarea.w506{width:494px; height:96px; padding:5px;}
.frm_high_school ul li input.w96{width:89px; height:34px; line-height: 34px; padding-left:5px;}
.frm_high_school ul li .rwm{width:90px; height:34px; margin-left:13px; margin-right:13px; margin-top:2px;}
.frm_high_school .sbmit{width:92px; height:36px; display: block; background: #5c88e8; margin:0 auto; color:#fff; border:none; _border:0; font-size:18px; cursor: pointer;}

.pb20 {
    padding-bottom: 20px !important;
}
.mb20 {
    margin-bottom: 40px;
}
.w1200 {
    width: 1200px;
}
.school .bottom ul, .school .bottom div {
    width: 48%;
}
.fl {
    float: left;
}
.school .bottom li {
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.school .bottom li span {
    color: #D977A7;
}
.school .bottom li a{
color: #333;
    text-decoration: none;
    outline: medium none;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;}
.school .bottom li a:hover{color:#13B3DA;}

.listWrapper {
    overflow: hidden;
    padding: 60px 0;
}
style.css:22
.grWidth {
    width: 1200px;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
}
.newsList {    margin: 0 auto;    margin-top: 50px;
    width: 1200px;
    overflow: hidden;
}
/* 新闻列表 */
.newsList li{float:left;width:360px;margin-right:40px;margin-bottom:30px;position:relative;border-bottom:2px solid #dadada;}
.newsList li .nImg{width:360px;height:180px;overflow:hidden;display:block; background: rgba(255, 230, 0, 0.3);}
.newsList li img{    width: 100%;transition:all 0.5s;}
.newsList li div{padding:15px;background:#fff;height:160px;color:#666;line-height:22px;}
.newsList li div h4{       color: #333;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
    margin-bottom: 8px;
    border-bottom: 1px solid #dadada;
    font-size: 16px;
    font-weight: normal;}
.newsList li div h4 span{display:block;color:#999;line-height:30px;font-size:14px;}
.newsList li:hover div{color:#fff;background:#6FD4EC;}
.newsList li:hover div h4,.newsList li:hover div span{color:#fff;}
.newsList li:hover div h4{border-bottom:1px solid #EAE292;}
.newsList li:hover img{transition:all 0.5s;transform:scale(1.1,1.1);}
.newsList li::before,.newsList li::after{content:"";position:absolute;bottom:-2px;height:2px;transition:all 0.4s;width:0;left:0;background:#40A2B9;}
.newsList li::after{right:0;left:auto;}
.newsList li:hover::before,.newsList li:hover::after{width:50%;transition:all 0.4s;}