@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;
}



/*--滚动条插件--*/
.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;
}

.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: 0px;
    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;
}

.nav_float .inner {
    margin-top: 155px;
    padding: 0 25px;
}

.nav_float .inner a {
    color: #fff;
	border-bottom:#fff 1px dotted;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.nav_float .inner a:hover {
    color: #ffcf3d;
}


.nav_float .gotop {
    display: block;
    height: 100px;
    width: 60px;
    margin: auto;
}

.nav_float .close {
    display: block;
    position: absolute;
    right: 10px;
    top: 97px;
    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%;
}

#header {
    background: url(../image/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(../image/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(../image/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(../image/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(../image/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(../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 {
    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(../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; /*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(../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: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: -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:before{ border-right:10px solid #e25a5a;}*/
.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;
  /*background: url(../image/s5bg.jpg) center no-repeat;*/
}

.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(../images/kjrk.png) center center no-repeat;
    width: 99px;
    height: 115px;
    display: block;
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -57.5px;
    z-index: 5;
    animation: nav_float 2s linear 0s infinite;
    -webkit-animation: nav_float 2s linear 0s infinite;
}

.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;
}
