@font-face {
    font-family: "AvianRegular";
    src: url('');
    src: url('') format('embedded-opentype'),
    url('') format('woff'),
    url('') format('truetype'),
    url('') format('svg');
    font-weight: normal;
    font-style: normal;
}






html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    _background-image: url(about:blank);
    _background-attachment: fixed;
}

body {
    -webkit-text-size-adjust: none;
    font-family: "Microsoft YaHei", Heiti SC, Ã©Â»â€˜Ã¤Â½â€œ, Arial;
    font-size: 12px;
    color: #707070;
}

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

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

a:hover {
    color: #666;
}

img {
    border: none;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

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

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #474747;
    line-height: 100%;
}

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

i, em, b, strong {
    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%;
}


* html .jspCorner {
    margin: 0 -3px 0 0;
}

.jspVerticalBar {
    width: 5px;
}

.jspDrag {
    background: #fff;
}

.jspTrack {
    background: #f0d177;
}




.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(../image/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(../image/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%;
}

.snav{position:fixed;right:0;top:50%; margin-top:-270px; z-index:3;width:110px;padding-top:101px;animation:nav_float 3s linear 0s infinite;-webkit-animation:nav_float 3s linear 0s infinite;}
.snav:hover{animation-play-state:paused;-webkit-animation-play-state:paused;}
@-webkit-keyframes nav_float{
0%{-webkit-transform:translateY(0);}
50%{-webkit-transform:translateY(-15px);}
100%{-webkit-transform:translateY(0);}
}
@keyframes nav_float{
0%{transform:translateY(0);}
50%{transform:translateY(-15px);}
100%{transform:translateY(0);}
}
.snav .div{height:68px;margin:0 auto -14px;position:relative;width:89px;}
.snav .div .in1{background:url(../image/bg28_1.png) center center no-repeat;width:89px;height:68px;right:0;top:0;text-align:center;position:absolute;}
.snav .div i{display:inline-block;height:100%; vertical-align:middle;}
.snav .div .in2{background:url(../image/bg29.png) center center no-repeat;width:140px;height:52px;right:8px;top:7px;text-align:center;display:none;position:absolute;}
.snav .div .in2 .img{float:left;height:48px;margin-left:15px;}
.snav .div .in2 h3{color:#fff;line-height:48px;font-size:14px;margin-left:5px;}
.snav .close{background:url(../image/bg30.png) center center no-repeat;width:89px;height:86px;margin:8px auto 0;text-align:center;cursor:pointer;}
.snav .close img{margin-top:18px;}
.snav .close h4{font-size:14px;color:#474747;line-height:1.3;margin-top:2px;}
.snav .close h4.s2{display:none;}


#header{height:132px;border-bottom:solid 1px #e7e7e7; position: relative; z-index:1000;}
#header .head1{border-bottom:solid 1px #e7e7e7;height:40px;}
#header .head1 .p1{float:left;font-size:14px;color:#707070;line-height:40px;}
#header .head1 .p2{float:left;margin-left:15px;padding-left:21px;line-height:40px;background:url(../image/img1.png) left center no-repeat;font-size:14px;color:#707070;}
#header .head1 .p2 a:hover{color:#469ecf;}
#header .head1 .p3{background:url(../image/img2.png) left center no-repeat;font-size:14px;color:#707070;padding-left: 25px;line-height:40px;font-family: 微软雅黑;position:absolute;top:0;right:109px;}
#header .head1 .p5{right:400px;}
#header .head1 .p4{background:url(../image/img3.png) left center no-repeat;font-size:14px;color:#707070;padding-left:24px;line-height:40px;position:absolute;top:0;right:0;}
#header .head1 .p4:hover a{color:#469ecf;}
#header .head2 .logo{position:absolute;left:0;top:19px;}
#header .head2 .nav{position:absolute;left:290px;top:0;}
#header .head2 .nav .li{float:left;margin-right:45px;}
#header .head2 .nav .li a{line-height:90px;font-size:16px;color:#474747;position:relative;}
#header .head2 .nav .li.now a,#header .head2 .nav .li:hover a{color:#469ecf;}
#header .head2 .nav .li a .arrow{display:block;background: url(../image/arrow0.png) center center no-repeat;width:43px;height:31px;position:absolute;left:50%;margin-left:-21.5px;top:55px;z-index:3;display:none;}
#header .head2 .nav .li .hide{background:url(../image/bg1.png) center center no-repeat;width:650px;height:277px;position:absolute;left:75px;top:99px;z-index:2;display:none;}
#header .head2 .nav .li .hide .pic{position:absolute;top:35px;left:35px;width:275px;height:207px;overflow:hidden;border-radius:10px;}
#header .head2 .nav .li .hide .pic img{border-radius:10px;width:100%;height:auto;}
#header .head2 .nav .li .hide .right{position:absolute;width:275px;right:40px;top:50px;}
#header .head2 .nav .li .hide .sss{padding-bottom:15px;}
#header .head2 .nav .li .hide .sss a{font-size:14px;color:#474747;line-height:35px;display:block;float:left;width:135px;}
#header .head2 .nav .li .hide .sss a:hover{color:#469ecf;}
#header .head2 .nav .li .hide .text{padding:18px 0 0 8px;font-size:14px;color:#707070;line-height:1.5;}
#header .head2 .links{position:absolute;top:23px;right:0;}
#header .head2 .links .sina{display:block;background:url(../image/img4.png) center center no-repeat;width:40px;height:40px;float:left;position:relative;}
#header .head2 .links .wx{display:block;background:url(../image/img5.png) center center no-repeat;width:40px;height:40px;float:left;margin-left:10px;position:relative;}
#header .head2 .links .search{display:block;background:url(../image/img6.png) center center no-repeat;width:40px;height:40px;float:left;margin-left:10px;position:relative;}
#header .head2 .links .wx .er{background:url(../image/er_bg.png) center center no-repeat;width:165px;height:175px;position:absolute;top:64px;left:50%;margin-left:-82.5px;display:none;z-index:200;}
#header .head2 .links .wx .er .pic{width:119px;height:119px;overflow:hidden;margin:32px auto 0;}
#header .head2 .links .wx .er .pic img{width:100%;height:100%;}
#header .head2 .links .wx:hover .er{display:block;}
#header .head2 .links .search .hidesearch{background:url(../image/search.png) center center no-repeat;width:313px;height:56px;position:absolute;right:-9px;top:-7px;display:none;z-index:2;}
#header .head2 .links .search .hidesearch input{width:220px;height:40px;line-height:40px;margin:7px 0 0 30px;font-size:16px;color:#909090;float:left;}
#header .head2 .links .search .hidesearch .btn{display:block;height:40px;float:right;width:50px;float:right;margin:7px 7px 0 0;}
#header .head2 .links .search:hover .hidesearch{display:block;}

#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(../image/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(../image/page1.png) center bottom no-repeat;
}

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

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

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

#body {
    
    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(../image/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; 
    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; 
    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(../image/yellow90.png) center center repeat;
}

.screen.s3 {
    height: 788px;
    background: url(../image/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: 786px;
    background: url(../image/s4bg.jpg) center no-repeat;
}

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

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

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

.screen.s4 .left .image {
    height: 100%;
    position: relative;
}

.screen.s4 .left .image li {
    float: left;
}


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

.screen.s4 .left .arr {
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 0;
    background: url(../image/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 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: -26px;
    background-color: #e25a5a;
}

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


.screen.s4 .right .focusNav li.cur .arrow {
    display: block;
    background: url(../image/arrow15.png) center center no-repeat;
    width: 10px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -10px;
}

.screen.s5 {
    height: 706px;
  
}

.screen.s5 .title h2 {
    margin-bottom: 6px;
}

.screen.s5 .title h3 {
    color: #eab145;
    margin-bottom: 10px;
}

.screen.s5 .title h4 {
    line-height: 22px;
}

.screen.s5 .tel {
    text-align: center;
    margin-bottom: 22px;
}

.screen.s5 .tel p {
    font-size: 16px;
    color: #474747;
    margin-bottom: 6px;
}

.screen.s5 .tel h1 {
    font-family: Impact, Arial;
    font-size: 62px;
    line-height: 1;
    padding-left: 74px;
    background: url(../image/tel.png) left no-repeat;
    display: inline-block;
}

.screen.s5 .box {
    display: none;
    font-size: 0;
    margin: 0 auto;
    text-align: center;
    width: 960px;
}

.screen.s5 .box li {
    background-color: #eab145;
    border: 8px solid rgba(237, 187, 79, 0.4);
    border-radius: 50%;
    display: block;
    float: left;
    height: 188px;
    margin: 0 18px;
    width: 188px;
}

.screen.s5 .box li .ico {
    padding: 35px 0 15px;
}

.screen.s5 .box li .ico img {
    max-height: 100%;
}

.screen.s5 .box li .ico img {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.screen.s5 .box li:hover .ico img {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}

.screen.s5 .box li p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.eject {
    background: url(../image/eject.png) center center no-repeat;
    width: 617px;
    height: 434px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -217px 0 0 -308.5px;
    z-index: 10;
}

.eject .close {
    display: block;
    background: url(../image/close.png) center center no-repeat;
    width: 51px;
    height: 51px;
    top: 76px;
    right: 66px;
    position: absolute;
}

.eject .inner {
    text-align: center;
    margin-top: 192px;
}

.eject .inner h3 {
    font-size: 20px;
    color: #474747;
    line-height: 1.2;
    margin-top: 20px;
}

.kj {
    background: url(../image/kjrk.png) center center no-repeat;
    width: 67px;
    height: 115px;
    display: block;
    position: fixed;
    right: 80px;
    top: 50%;
    margin-top: -57.5px;
    z-index: 5;
    animation: nav_float 2s linear 0s infinite;
    -webkit-animation: nav_float 2s linear 0s infinite;
    display: none;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}
.remk{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

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

.clearfix {
    *+height: 1%;
}

.form-row {
    margin-bottom: 10px;
}

.form-row input[type=text] {
    padding: 5px !important;
}

.form-row label {
    margin-right: 10px;
}

.form-row .textbox.combo.datebox {
    height: auto !important;
}

.form-row .textbox.combo.datebox .textbox-icon.combo-arrow {
    height: 22px !important;
}
.consulting-btn{
    background: #edbb4f;
    padding:10px 20px;
    color: #fff;
    border:0;
    cursor: pointer;
}