﻿/*公共*/
html {
    width: 100%;
    height: 100%;
}

body {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
    width: 100%;
	min-width:1200px;
    position: relative;
    overflow-x: hidden;
    color: #777777;
}
h1,h2,h3,h4,h5,h6{
    font-size:inherit;
    font-weight:inherit;
    margin:0;
padding:0;
}
ul, ol, p {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    outline: 0;
    color: #3f3f3f;
    text-decoration: none;
    cursor: pointer;

}
.containe{
    width:1200px;
    margin:0 auto;
}
ul, li, dd, dl {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lf{
    float: left;
}
.rt{
    float: right;

}
input, textarea {
    font-family: "Microsoft Yahei";
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 12px;
}
/*开始*/
.header {
    height: 100px;
    position: absolute;
    /*background: rgba(26,26,26,.6);*/
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    /*border-bottom: 1px solid #dfdfdf;*/
}

.heard {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    padding-top: 24px;
}

.nav {
    float: left;
    padding-top: 40px;
  margin:0 0 0 10%;
    display: inline-block;
    
}


.nav li {
    float: left;
    padding: 0 35px;
}

.nav a {
    color: #ffffff;
    font-weight:600;
    transition: .3s;
}

.nav li a.navo,.nav li a:hover {
    color: #f5c526;
}

.headers {
    height: 126px;
    width: 100%;
    position: absolute;
    z-index: 100;
}
.header .phone{
    float: right;
    display: inline-block;
    line-height: 100px;
}
.header .phone img{
    vertical-align: middle;
}

/*.heards {*/
    /*width: 100%;*/
    /*margin: 0 auto;*/
/*}*/

/*.heards .logo {*/
    /*padding-left: 34px;*/
/*}*/

/*.heards .nav {*/
    /*padding-right: 20px;*/
/*}*/

.nent {
    width: 100%;
    display: block;
}

.kft {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.kft img {
    cursor: pointer;
}

#banner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    clear: both;
    margin-top: 101px;
}

#banner ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

#banner .slides li {
    width: 100%;
    height: auto;
    position: relative;
}

#banner .slides li a {
    display: block;
    width: 100%;
    height: 100%;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#banner .flex-control-nav {
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 4.4%;
    z-index: 99;
    height: 4px;
    width: 100%;
    font-size: 0px;
}

#banner .flex-control-nav li {
    margin: 0 7px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    z-index: 200;
    position: relative;
}

#banner .flex-control-nav li a {
    font-size: 0px;
    width: 40px;
    height: 4px;
    background-color: #fff;
    display: block;
    float: left;
    margin: 0px;
}

#banner .flex-control-nav li a.flex-active {
    background-color: #ff7f00;
}

#banner a.flex-prev {
    position: absolute;
    z-index: 1000;
    width: 36px;
    height: 90px;
    background: url(../images/sleft.png) no-repeat;
    left: -100px;
    overflow: hidden;
    top: 50%;
    margin-top: -45px;
    transition: all 0.5s;
}

#banner a.flex-next {
    position: absolute;
    z-index: 1000;
    width: 36px;
    height: 90px;
    background: url(../images/sright.png) no-repeat;
    right: -100px;
    top: 50%;
    margin-top: -45px;
    transition: all 0.5s;
}

#banner img {
    width: 100%;
}

#banner:hover a.flex-prev {
    transition: all 0.5s;
    left: 136px;
}

#banner:hover a.flex-next {
    transition: all 0.5s;
    right: 136px;
}

.ban {
    background: url(../images/ban.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 368px;
    background-size: cover;
}

.ban3 {
    height: 268px;
}

.banz {
    width: 1170px;
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
    padding-top: 102px;
    padding-bottom: 18px;
}

.path {
    width: 1170px;
    margin: 0 auto;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.path a {
    color: #fff;
}

a.home {
    background: url(../images/home.png) no-repeat left center;
    padding-left: 18px;
}

.blm {
    width: 1170px;
    margin: 0 auto;
}

.blm ul {
    padding-top: 40px;
    overflow: hidden;
}

.blm li {
    float: left;
    font-size: 14px;
    text-align: center;
    margin-right: 12px;
}

.blm a {
    width: 142px;
    height: 44px;
    display: block;
    line-height: 44px;
    color: #262726;
    border: 1px solid #7b7b7b;
    border-radius: 22px;
}

.blm a:hover {
    color: #262726;
    background-color: #fff22a;
    border: 1px solid #fff22a;
}

a.blmo {
    color: #262726;
    background-color: #fff22a;
    border: 1px solid #fff22a;
}

.about1 {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    height: 500px;
    padding-top: 120px;
    overflow: hidden;
}

.about_t1 {
    padding-top: 18px;
    animation-name: saAnic1;
    -webkit-animation: saAnic1 0.5s linear 0s normal none;
    -moz-animation: saAnic1 0.5s linear 0s normal none;
    animation: saAnic1 0.5s linear 0s normal none;
}

@-webkit-keyframes saAnic1 {
    from {
        opacity: 0;
        margin-left: -226px;
    }
    to {
        opacity: 1;
        margin-left: 0;
    }
}

@-moz-keyframes saAnic1 {
    from {
        opacity: 0;
        margin-left: -226px;
    }
    to {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes saAnic1 {
    from {
        opacity: 0;
        margin-left: -226px;
    }
    to {
        opacity: 1;
        margin-left: 0;
    }
}

.about_t2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    animation-name: saAnic;
    -webkit-animation: saAnic 0.5s linear 0s normal none;
    -moz-animation: saAnic 0.5s linear 0s normal none;
    animation: saAnic 0.5s linear 0s normal none;
}

@-webkit-keyframes saAnic {
    from {
        opacity: 0;
        bottom: -500px;
    }
    to {
        opacity: 1;
        bottom: 0;
    }
}

@-moz-keyframes saAnic {
    from {
        opacity: 0;
        bottom: -500px;
    }
    to {
        opacity: 1;
        bottom: 0;
    }
}

@keyframes saAnic {
    from {
        opacity: 0;
        bottom: -500px;
    }
    to {
        opacity: 1;
        bottom: 0;
    }
}

.about2 {
    background: url(../images/abg_t1.png) no-repeat center top;
    height: 578px;
}

.absm1 {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    padding-top: 76px;
    padding-bottom: 24px;
}

.absm2 {
    width: 106px;
    height: 1px;
    background-color: #e7e8e8;
    overflow: hidden;
    margin: 0 auto;
}

.absm3 {
    text-align: center;
    color: #f8f8f8;
    font-size: 24px;
    padding-top: 54px;
}

.absm4 {
    padding-top: 56px;
    width: 1104px;
    margin: 0 auto;
}

.absm4 ul {
    font-size: 0px;
    text-align: center;
}

.absm4 li {
    float: left;
    width: 164px;
    text-align: center;
    margin: 0px 56px;
    color: #f8f8f8;
    font-size: 18px;
}

.absm4 span {
    display: block;
    margin-bottom: 20px;
}

.absm4 span img { /*-moz-transform:rotate(0deg);*/
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

.absm4 span:hover img { /*-moz-transform:rotate(360deg);*/
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.about3 {
    text-align: center;
    padding-top: 88px;
    padding-bottom: 108px;
}

.about_t3 {
    padding-bottom: 50px;
}

.news {
    width: 1170px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.newsn {
    padding-top: 60px;
}

.nlist {
    height: 228px;
    padding: 30px 0px;
    clear: both;
}

.nlistl {
    width: 418px;
    height: 228px;
    position: relative;
    overflow: hidden;
    float: left;
}

.nlistl img {
    width: 418px;
    height: 228px;
}

.nlistl div {
    position: absolute;
    width: 90px;
    height: 72px;
    left: 0px;
    top: 0px;
    background-color: #fff22a;
    text-align: center;
    color: #434343;
    font-weight: bold;
    font-size: 26px;
    font-family: Arial;
    line-height: 26px;
    padding-top: 18px;
}

.nlistr {
    width: 724px;
    float: right;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 32px;
}

.nlistrs {
    color: #000;
    font-size: 26px;
    padding-top: 15px;
    height: 34px;
    overflow: hidden;
    margin-bottom: 24px;
}

.nlistrs a {
    color: #000;
}

.nlistrx {
    color: #585858;
    line-height: 24px;
    font-size: 14px;
    height: 96px;
    overflow: hidden;
}

.ndet_bt {
    text-align: center;
    color: #000000;
    font-size: 30px;
    padding-top: 80px;
}

.n_time {
    text-align: center;
    color: #585858;
    font-size: 16px;
    border-bottom: 1px solid #cecece;
    padding-top: 26px;
    padding-bottom: 18px;
}

.newsdet {
    color: #585858;
    font-size: 16px;
    line-height: 26px;
    padding: 30px 60px;
}

.newsdet p {
    padding: 13px 0px;
}

.newsdet img {
    max-width: 100%;
}

.zleft {
    width: 902px;
    padding-top: 90px;
    float: left;
}

.zright {
    padding-top: 90px;
}

.lore {
    overflow: hidden;
    padding-bottom: 70px;
}

.lorel {
    width: 90px;
    float: left;
}

.lorels {
    height: 112px;
    border: 1px solid #ecedee;
    color: #585858;
    font-size: 14px;
    border-top: 5px solid #ffde2a;
    text-align: center;
}

.lorels img {
    width: 58px;
    height: 58px;
}

.lorels span {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
}

.lorelx {
    height: 148px;
    border: 1px solid #ecedee;
    font-size: 12px;
    border-top: 5px solid #ffde2a;
    text-align: center;
    margin-top: 10px;
    color: #a3a3a3;
}

.lorelx span {
    color: #434343;
    font-size: 38px;
    display: block;
    padding-top: 38px;
    padding-bottom: 12px;
}

.lorer {
    width: 796px;
    float: right;
}

.lorer img {
    width: 796px;
    height: 286px;
}

.zul {
    border: 1px solid #ecedee;
    border-top: none;
    padding: 0px 35px;
    padding-bottom: 40px;
}

.zuls {
    color: #000;
    font-size: 24px;
    height: 28px;
    overflow: hidden;
    padding-top: 42px;
    margin-bottom: 24px;
}

.zuls a {
    color: #000;
}

.zulx {
    color: #585858;
    height: 50px;
    overflow: hidden;
    font-size: 14px;
}

.zright {
    width: 202px;
    float: right;
}

.cate {
    background-color: #fff;
    width: 202px;
    padding-bottom: 10px;
    right: 100px;
}

.cates {
    color: #ffc02a;
    font-size: 16px;
    font-weight: bold;
    margin-top: -5px;
    border-bottom: 1px solid #ecedee;
    padding-bottom: 10px;
}

.catex {
    color: #777777;
    font-size: 16px;
    line-height: 42px;
    margin-bottom: 50px;
}

.catex li {
    border-bottom: 1px solid #ecedee;
}

.catex a {
    color: #777777;
}

.tags {
    overflow: hidden;
    padding-top: 16px;
}

.tags li {
    float: left;
    background-color: #f0f0f0;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 14px;
    margin-bottom: 5px;
}

.tags a {
    color: #777777;
    padding: 1px 10px;
    display: block;
}

.zlore {
    overflow: hidden;
}

.zlorel {
    float: left;
    height: 88px;
    width: 88px;
    border: 1px solid #ecedee;
    color: #585858;
    font-size: 14px;
    border-top: 5px solid #ffde2a;
    text-align: center;
}

.zlorel span {
    padding-top: 13px;
    display: block;
}

.zlorel img {
    width: 58px;
    height: 58px;
}

.zlorer {
    float: right;
    width: 794px;
}

.zlorers {
    text-align: center;
    color: #000;
    font-size: 26px;
    padding-top: 7px;
    padding-bottom: 8px;
}

.zlorerx {
    color: #585858;
    font-size: 14px;
}

.loredet {
    color: #585858;
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.loredet p {
    padding: 13px 0px;
}

.loredet img {
    max-width: 100%;
}

.fixed {
    position: fixed;
    right: 0px;
    top: 110px;
}

.zezong .zlorel {
    display: none;
}

.job {
    overflow: hidden;
    padding-top: 90px;
    width: 1240px;
}

.jobn {
    width: 550px;
    float: left;
    margin-bottom: 110px;
    margin-right: 70px;
}

.jbs {
    height: 70px;
    margin-bottom: 30px;
}

.jbs1 {
    float: left;
}

.jbs2 {
    float: left;
    color: #000;
    font-size: 30px;
    line-height: 34px;
    padding-left: 12px;
    padding-top: 0px;
}

.jbs3 {
    width: 66px;
    height: 66px;
    background-color: #fff22a;
    border-radius: 33px;
    float: right;
    line-height: 66px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #434343;
}

.jbs3 span {
}

.jdiv {
    clear: both;
}

.jul {
}

.jdiv1 {
    color: #000;
    font-size: 18px;
}

.jdiv2 {
    color: #686868;
    font-size: 14px;
    line-height: 30px;
    min-height: 104px;
    overflow: hidden;
}

.jdiv3 {
    color: #000;
    font-size: 18px;
}

.jdiv4 {
    color: #686868;
    font-size: 14px;
    line-height: 30px;
    min-height: 80px;
    padding-bottom: 20px;
}

.jdiv5 {
}

.jdiv5 a {
    width: 160px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    background-color: #ffc02a;
}

.contact {
    width: 1170px;
    margin: 0 auto 30px;
    height: 596px;
    padding-top: 80px;
}

.cleft {
    float: left;
    animation-name: saAnic2;
    -webkit-animation: saAnic2 0.5s linear 0s normal none;
    -moz-animation: saAnic2 0.5s linear 0s normal none;
    animation: saAnic2 0.5s linear 0s normal none;
}

@-webkit-keyframes saAnic2 {
    from {
        opacity: 0;
        margin-left: -443px;
    }
    to {
        opacity: 1;
        margin-left: 0;
    }
}

@-moz-keyframes saAnic2 {
    from {
        opacity: 0;
        margin-left: -443px;
    }
    to {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes saAnic2 {
    from {
        opacity: 0;
        margin-left: -443px;
    }
    to {
        opacity: 1;
        margin-left: 0;
    }
}



.cul1 {
    color: #000;
    font-size: 50px;
    font-family: Myriad Pro;
}

.cul2 {
    color: #000;
    font-size: 24px;
    padding-bottom: 32px;
}

.cul3 {
    color: #ffb62a;
    font-size: 34px;
    padding-bottom: 5px;
}

.cul4 {
    color: #535353;
    font-size: 16px;
    line-height: 40px;
}

.cul4 span {
    font-size: 30px;
    padding: 0px 4px;
}

.cright {
    float: right;
    animation-name: saAnic3;
    -webkit-animation: saAnic3 0.5s linear 0s normal none;
    -moz-animation: saAnic3 0.5s linear 0s normal none;
    animation: saAnic3 0.5s linear 0s normal none;
}

@-webkit-keyframes saAnic3 {
    from {
        opacity: 0;
        margin-right: -556px;
    }
    to {
        opacity: 1;
        margin-right: 0;
    }
}

@-moz-keyframes saAnic3 {
    from {
        opacity: 0;
        margin-right: -556px;
    }
    to {
        opacity: 1;
        margin-right: 0;
    }
}

@keyframes saAnic3 {
    from {
        opacity: 0;
        margin-right: -556px;
    }
    to {
        opacity: 1;
        margin-right: 0;
    }
}

.cuinp {
    margin-top: 8px;
    margin-bottom: 12px;
}

.cuinp input {
    width: 544px;
    height: 40px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    padding-left: 10px;
    color: #8b8b8b;
}

.cuinp textarea {
    width: 544px;
    height: 160px;
    border: 1px solid #e0e0e0;
    padding-left: 10px;
    color: #8b8b8b;
    font-size: 14px;
}

.subm {
    width: 148px;
    height: 48px;
    padding-top: 8px;
}

.subm input {
    width: 148px;
    height: 48px;
    background-color: #323232;
    color: #fff;
    border-radius: 24px;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.wk {
    border-top: 1px solid #ececec;
    padding-top: 60px;
    padding-bottom: 0px;
}

.wk ul {
    text-align: center;
    font-size: 0px;
}

.wk li {
    display: inline-block;
    color: #8b8b8b;
    font-size: 20px;
    margin: 0px 60px;
    position: relative;
    height: 130px;
}

.wk li span {
    display: block;
    padding-bottom: 18px;
    background-color: #fff;
    z-index: 10;
}

.wk a {
    color: #8b8b8b;
    display: inline-block;
    position: relative;
}

.wk div {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: -120px;
    opacity: 0;
    transition: all 0.5s;
}

.wk li:hover div {
    display: block;
    transition: all 0.5s;
    opacity: 1;
}

.wk li p {
    position: relative;
    top: -30px;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
}

.wk li.ddwx:hover {
    height: 240px;
    transition: all 0.5s;
}

.wk li:hover p {
    position: relative;
    top: 0;
    z-index: -1;
    opacity: 1;
}

.wk li:hover span img {
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }
    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -moz-transform: scale(1) rotate(0);
    }
}

.wk2 li span img {
    -webkit-animation-name: shake-slow;
    -ms-animation-name: shake-slow;
    animation-name: shake-slow;
    -webkit-animation-duration: 5s;
    -ms-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running
}

.wk2 li:hover span img {
    -webkit-animation-name: shake-slow;
    -ms-animation-name: shake-slow;
    animation-name: shake-slow;
    -webkit-animation-duration: 5s;
    -ms-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes shake-slow {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
    2% {
        -webkit-transform: translate(-1px, 8px) rotate(1.5deg)
    }
    4% {
        -webkit-transform: translate(7px, 0px) rotate(-0.5deg)
    }
    6% {
        -webkit-transform: translate(8px, 8px) rotate(-3.5deg)
    }
    8% {
        -webkit-transform: translate(-4px, -3px) rotate(-1.5deg)
    }
    10% {
        -webkit-transform: translate(5px, 0px) rotate(-2.5deg)
    }
    12% {
        -webkit-transform: translate(-10px, -3px) rotate(-3.5deg)
    }
    14% {
        -webkit-transform: translate(5px, 7px) rotate(2.5deg)
    }
    16% {
        -webkit-transform: translate(8px, -8px) rotate(-1.5deg)
    }
    18% {
        -webkit-transform: translate(9px, -6px) rotate(-3.5deg)
    }
    20% {
        -webkit-transform: translate(3px, 1px) rotate(-0.5deg)
    }
    22% {
        -webkit-transform: translate(6px, 8px) rotate(-2.5deg)
    }
    24% {
        -webkit-transform: translate(-8px, -1px) rotate(2.5deg)
    }
    26% {
        -webkit-transform: translate(7px, -10px) rotate(0.5deg)
    }
    28% {
        -webkit-transform: translate(7px, -4px) rotate(-3.5deg)
    }
    30% {
        -webkit-transform: translate(-2px, -6px) rotate(-1.5deg)
    }
    32% {
        -webkit-transform: translate(-1px, 0px) rotate(2.5deg)
    }
    34% {
        -webkit-transform: translate(6px, 2px) rotate(-0.5deg)
    }
    36% {
        -webkit-transform: translate(2px, 7px) rotate(1.5deg)
    }
    38% {
        -webkit-transform: translate(2px, -9px) rotate(1.5deg)
    }
    40% {
        -webkit-transform: translate(-5px, -1px) rotate(-0.5deg)
    }
    42% {
        -webkit-transform: translate(-8px, 2px) rotate(-0.5deg)
    }
    44% {
        -webkit-transform: translate(-4px, 3px) rotate(0.5deg)
    }
    46% {
        -webkit-transform: translate(-10px, -2px) rotate(-0.5deg)
    }
    48% {
        -webkit-transform: translate(1px, 9px) rotate(1.5deg)
    }
    50% {
        -webkit-transform: translate(6px, 7px) rotate(1.5deg)
    }
    52% {
        -webkit-transform: translate(-8px, 4px) rotate(0.5deg)
    }
    54% {
        -webkit-transform: translate(6px, -8px) rotate(-2.5deg)
    }
    56% {
        -webkit-transform: translate(2px, -9px) rotate(-2.5deg)
    }
    58% {
        -webkit-transform: translate(-2px, -9px) rotate(0.5deg)
    }
    60% {
        -webkit-transform: translate(2px, 7px) rotate(-0.5deg)
    }
    62% {
        -webkit-transform: translate(0px, 0px) rotate(-1.5deg)
    }
    64% {
        -webkit-transform: translate(-9px, -4px) rotate(-3.5deg)
    }
    66% {
        -webkit-transform: translate(6px, -6px) rotate(0.5deg)
    }
    68% {
        -webkit-transform: translate(0px, -7px) rotate(-2.5deg)
    }
    70% {
        -webkit-transform: translate(-10px, 1px) rotate(1.5deg)
    }
    72% {
        -webkit-transform: translate(-7px, 9px) rotate(2.5deg)
    }
    74% {
        -webkit-transform: translate(2px, -6px) rotate(-0.5deg)
    }
    76% {
        -webkit-transform: translate(5px, 1px) rotate(-0.5deg)
    }
    78% {
        -webkit-transform: translate(-1px, 5px) rotate(2.5deg)
    }
    80% {
        -webkit-transform: translate(3px, 7px) rotate(2.5deg)
    }
    82% {
        -webkit-transform: translate(-6px, -7px) rotate(-0.5deg)
    }
    84% {
        -webkit-transform: translate(-8px, 8px) rotate(-2.5deg)
    }
    86% {
        -webkit-transform: translate(8px, 3px) rotate(-2.5deg)
    }
    88% {
        -webkit-transform: translate(-8px, 3px) rotate(-1.5deg)
    }
    90% {
        -webkit-transform: translate(-7px, -4px) rotate(-3.5deg)
    }
    92% {
        -webkit-transform: translate(-8px, 4px) rotate(2.5deg)
    }
    94% {
        -webkit-transform: translate(-6px, -6px) rotate(-3.5deg)
    }
    96% {
        -webkit-transform: translate(-3px, 2px) rotate(-3.5deg)
    }
    98% {
        -webkit-transform: translate(2px, 1px) rotate(-0.5deg)
    }
}

@-ms-keyframes shake-slow {
    0% {
        -ms-transform: translate(0px, 0px) rotate(0deg)
    }
    2% {
        -ms-transform: translate(-9px, 1px) rotate(-1.5deg)
    }
    4% {
        -ms-transform: translate(-10px, -1px) rotate(-3.5deg)
    }
    6% {
        -ms-transform: translate(6px, 2px) rotate(-1.5deg)
    }
    8% {
        -ms-transform: translate(-3px, -6px) rotate(-1.5deg)
    }
    10% {
        -ms-transform: translate(-10px, -3px) rotate(-0.5deg)
    }
    12% {
        -ms-transform: translate(-8px, 6px) rotate(-2.5deg)
    }
    14% {
        -ms-transform: translate(7px, 5px) rotate(-1.5deg)
    }
    16% {
        -ms-transform: translate(2px, 2px) rotate(1.5deg)
    }
    18% {
        -ms-transform: translate(8px, -2px) rotate(-3.5deg)
    }
    20% {
        -ms-transform: translate(-9px, 3px) rotate(-3.5deg)
    }
    22% {
        -ms-transform: translate(8px, -4px) rotate(-1.5deg)
    }
    24% {
        -ms-transform: translate(-1px, -7px) rotate(2.5deg)
    }
    26% {
        -ms-transform: translate(9px, 9px) rotate(-0.5deg)
    }
    28% {
        -ms-transform: translate(9px, -4px) rotate(-3.5deg)
    }
    30% {
        -ms-transform: translate(6px, -7px) rotate(-0.5deg)
    }
    32% {
        -ms-transform: translate(9px, 2px) rotate(1.5deg)
    }
    34% {
        -ms-transform: translate(3px, -9px) rotate(2.5deg)
    }
    36% {
        -ms-transform: translate(-6px, -4px) rotate(2.5deg)
    }
    38% {
        -ms-transform: translate(-5px, -9px) rotate(0.5deg)
    }
    40% {
        -ms-transform: translate(6px, 9px) rotate(-2.5deg)
    }
    42% {
        -ms-transform: translate(5px, -5px) rotate(0.5deg)
    }
    44% {
        -ms-transform: translate(8px, 5px) rotate(-3.5deg)
    }
    46% {
        -ms-transform: translate(-2px, 9px) rotate(1.5deg)
    }
    48% {
        -ms-transform: translate(-10px, -5px) rotate(-2.5deg)
    }
    50% {
        -ms-transform: translate(8px, -1px) rotate(-3.5deg)
    }
    52% {
        -ms-transform: translate(-5px, -7px) rotate(2.5deg)
    }
    54% {
        -ms-transform: translate(7px, 0px) rotate(2.5deg)
    }
    56% {
        -ms-transform: translate(-5px, -1px) rotate(-0.5deg)
    }
    58% {
        -ms-transform: translate(0px, -4px) rotate(-3.5deg)
    }
    60% {
        -ms-transform: translate(-10px, 2px) rotate(2.5deg)
    }
    62% {
        -ms-transform: translate(9px, 8px) rotate(0.5deg)
    }
    64% {
        -ms-transform: translate(-4px, -4px) rotate(-1.5deg)
    }
    66% {
        -ms-transform: translate(-1px, -9px) rotate(-0.5deg)
    }
    68% {
        -ms-transform: translate(-6px, -9px) rotate(-2.5deg)
    }
    70% {
        -ms-transform: translate(-6px, -8px) rotate(-1.5deg)
    }
    72% {
        -ms-transform: translate(-2px, -3px) rotate(-2.5deg)
    }
    74% {
        -ms-transform: translate(-8px, 1px) rotate(-0.5deg)
    }
    76% {
        -ms-transform: translate(-7px, 7px) rotate(2.5deg)
    }
    78% {
        -ms-transform: translate(7px, 2px) rotate(-3.5deg)
    }
    80% {
        -ms-transform: translate(-10px, -4px) rotate(-0.5deg)
    }
    82% {
        -ms-transform: translate(2px, -9px) rotate(1.5deg)
    }
    84% {
        -ms-transform: translate(3px, 5px) rotate(1.5deg)
    }
    86% {
        -ms-transform: translate(5px, 2px) rotate(2.5deg)
    }
    88% {
        -ms-transform: translate(-5px, -1px) rotate(-1.5deg)
    }
    90% {
        -ms-transform: translate(-1px, -9px) rotate(1.5deg)
    }
    92% {
        -ms-transform: translate(8px, -6px) rotate(-3.5deg)
    }
    94% {
        -ms-transform: translate(7px, -9px) rotate(-2.5deg)
    }
    96% {
        -ms-transform: translate(4px, -5px) rotate(2.5deg)
    }
    98% {
        -ms-transform: translate(8px, 0px) rotate(-3.5deg)
    }
}

@keyframes shake-slow {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    2% {
        transform: translate(-6px, -8px) rotate(2.5deg)
    }
    4% {
        transform: translate(3px, -9px) rotate(-0.5deg)
    }
    6% {
        transform: translate(3px, -8px) rotate(2.5deg)
    }
    8% {
        transform: translate(0px, 5px) rotate(0.5deg)
    }
    10% {
        transform: translate(3px, 2px) rotate(0.5deg)
    }
    12% {
        transform: translate(8px, 0px) rotate(0.5deg)
    }
    14% {
        transform: translate(4px, 7px) rotate(-3.5deg)
    }
    16% {
        transform: translate(-4px, 0px) rotate(-0.5deg)
    }
    18% {
        transform: translate(1px, 3px) rotate(-1.5deg)
    }
    20% {
        transform: translate(-8px, -1px) rotate(-3.5deg)
    }
    22% {
        transform: translate(5px, 9px) rotate(2.5deg)
    }
    24% {
        transform: translate(-9px, -10px) rotate(-2.5deg)
    }
    26% {
        transform: translate(0px, 7px) rotate(-1.5deg)
    }
    28% {
        transform: translate(-10px, 7px) rotate(2.5deg)
    }
    30% {
        transform: translate(8px, -7px) rotate(-1.5deg)
    }
    32% {
        transform: translate(0px, -8px) rotate(-0.5deg)
    }
    34% {
        transform: translate(9px, 7px) rotate(-0.5deg)
    }
    36% {
        transform: translate(-7px, 6px) rotate(0.5deg)
    }
    38% {
        transform: translate(8px, -10px) rotate(-0.5deg)
    }
    40% {
        transform: translate(8px, 0px) rotate(0.5deg)
    }
    42% {
        transform: translate(0px, -2px) rotate(1.5deg)
    }
    44% {
        transform: translate(5px, -2px) rotate(-0.5deg)
    }
    46% {
        transform: translate(1px, -10px) rotate(-2.5deg)
    }
    48% {
        transform: translate(4px, -1px) rotate(2.5deg)
    }
    50% {
        transform: translate(-5px, -4px) rotate(2.5deg)
    }
    52% {
        transform: translate(3px, 2px) rotate(-3.5deg)
    }
    54% {
        transform: translate(1px, -6px) rotate(-0.5deg)
    }
    56% {
        transform: translate(-3px, -4px) rotate(-0.5deg)
    }
    58% {
        transform: translate(-10px, -10px) rotate(2.5deg)
    }
    60% {
        transform: translate(8px, 7px) rotate(-3.5deg)
    }
    62% {
        transform: translate(9px, -6px) rotate(-3.5deg)
    }
    64% {
        transform: translate(-5px, 8px) rotate(-0.5deg)
    }
    66% {
        transform: translate(1px, -3px) rotate(0.5deg)
    }
    68% {
        transform: translate(-6px, 9px) rotate(1.5deg)
    }
    70% {
        transform: translate(-5px, 8px) rotate(-1.5deg)
    }
    72% {
        transform: translate(-10px, -2px) rotate(2.5deg)
    }
    74% {
        transform: translate(0px, -4px) rotate(1.5deg)
    }
    76% {
        transform: translate(-2px, -5px) rotate(0.5deg)
    }
    78% {
        transform: translate(-2px, 9px) rotate(-3.5deg)
    }
    80% {
        transform: translate(7px, 4px) rotate(-3.5deg)
    }
    82% {
        transform: translate(-1px, -4px) rotate(-1.5deg)
    }
    84% {
        transform: translate(3px, -6px) rotate(0.5deg)
    }
    86% {
        transform: translate(7px, -8px) rotate(-1.5deg)
    }
    88% {
        transform: translate(4px, -9px) rotate(1.5deg)
    }
    90% {
        transform: translate(1px, -6px) rotate(2.5deg)
    }
    92% {
        transform: translate(-8px, -1px) rotate(-1.5deg)
    }
    94% {
        transform: translate(-4px, -1px) rotate(0.5deg)
    }
    96% {
        transform: translate(-6px, 9px) rotate(1.5deg)
    }
    98% {
        transform: translate(7px, 4px) rotate(-0.5deg)
    }
}

.al_bt {
    color: #ffbe2d;
    font-size: 50px;
}

.al_bten {
    color: #cccccc;
    font-size: 34px;
    font-family: Arial, Helvetica, sans-serif;
}

.al_bz {
    color: #262726;
    font-size: 18px;
    line-height: 34px;
    padding-top: 38px;
}

.al_bz p {
    padding: 3px 0px;
}

.al_bz span {
    font-size: 30px;
    padding-left: 0px;
    padding-right: 6px;
}

.webz1 {
    line-height: 40px;
    font-size: 30px;
    padding-bottom: 20px;
}

.webz2 {
    font-size: 30px;
}

.webz3 {
    font-size: 38px;
    padding-top: 8px;
    padding-bottom: 18px;
}

.alm {
    text-align: center;
    height: 20px;
    line-height: 20px;
    padding-top: 35px;
}

.alm li {
    display: inline-block;
    font-size: 16px;
    color: #767676;
    padding: 0px 20px;
}

.alm a {
    color: #767676;
    background: url(../images/case.png) no-repeat left center;
    padding-left: 24px;
}

.alm a:hover {
    font-weight: bold;
    color: #303030;
    background: url(../images/caseo.png) no-repeat left center;
}

a.almo {
    font-weight: bold;
    color: #303030;
    background: url(../images/caseo.png) no-repeat left center;
}

.caselist {
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 90px;
    animation-name: saAnic4;
    -webkit-animation: saAnic4 0.5s linear 0s normal none;
    -moz-animation: saAnic4 0.5s linear 0s normal none;
    animation: saAnic4 0.5s linear 0s normal none;
}

@-webkit-keyframes saAnic4 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes saAnic4 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes saAnic4 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.caselist ul {
    overflow: hidden;
}

.caselist ul li {
    float: left;
    width: 20%;
    overflow: hidden;
    position: relative;
    background: #262726;
}

.caselist ul li a {
    display: block;
}

.caselist ul li a img {
    width: 100%;
    display: block;
}

.caselist li div {
    background: url(../images/cdiv.png) no-repeat right center;
    color: #fff;
    margin: 26px 24px;
    font-size: 18px;
    height: 24px;
    overflow: hidden;
}

.casedet {
}

.casedet img {
    max-width: 100%;
    font-size: 0px;
}

.xianf {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: 80px;
}

.xfl {
    width: 648px;
    float: left;
}

.xm_bt {
    border-bottom: 1px solid #e1e1e1;
    color: #262726;
    font-size: 16px;
    padding-bottom: 12px;
}

.xmdet {
    color: #757575;
    font-size: 14px;
    line-height: 34px;
    padding-top: 16px;
}

.xmdet p {
    padding: 10px 0px;
}

.xfr {
    width: 450px;
    float: right;
}

.ftab {
    padding-top: 26px;
}

.ftab td {
    height: 34px;
    color: #757575;
    font-size: 14px;
}

td.fbt {
    color: #262726;
}

.biaot {
    height: 66px;
    width: 1170px;
    margin: 0 auto;
    color: #262726;
    font-size: 24px;
    padding-top: 70px;
}

.biaot ul {
    float: right;
}

.biaot ul li {
    float: left;
    font-size: 12px;
    padding-left: 18px;
}

a.btup {
    background: url(../images/up.png) no-repeat 0px center;
    padding-left: 22px;
    color: #777777;
}

a:hover.btup {
    background: url(../images/upo.png) no-repeat 0px center;
    color: #ffb62a;
}

a.btdown {
    background: url(../images/down.png) no-repeat right center;
    padding-right: 22px;
    color: #777777;
    padding-left: 4px;
}

a:hover.btdown {
    background: url(../images/downo.png) no-repeat right center;
    color: #ffb62a;
}

.biaot a {
    color: #777777;
}

.biaot li:hover a {
    color: #ffb62a;
}

.biaot li:hover .btup {
    background: url(../images/upo.png) no-repeat 0px center;
    color: #ffb62a;
}

.biaot li:hover .btdown {
    background: url(../images/downo.png) no-repeat right center;
    color: #ffb62a;
}

.fwa {
    height: 48px;
    padding-top: 24px;
}

.fwas {
    float: left;
    padding-right: 18px;
}

.fwas a {
    width: 144px;
    height: 48px;
    background-color: #323232;
    border-radius: 24px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
}

.fwax {
    float: left;
}

.fwax a {
    width: 200px;
    height: 48px;
    background-color: #fff22a;
    border-radius: 24px;
    display: block;
    color: #40413c;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
}

.fxt a {
    padding-right: 8px;
}

.sban {
    text-align: center;
    background: url(../images/banner.png) no-repeat center center;
    position: relative;
}

.kq {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -64px;
}

.mmap {
    padding: 0px 30px;
    height: 500px;
    margin-bottom: 20px;
}

.meet {
    float: left;
    width: 46%;
    height: 500px;
    background-color: #d82737;
}

.mt {
    text-align: center;
    padding-top: 32px;
}

.md {
    padding-top: 25px;
}

.mdl {
    float: left;
    color: #fff;
    line-height: 32px;
    font-size: 18px;
    padding-left: 38px;
    width: auto !important;
}

.mdl div {
    padding-left: 56px;
}

.mdl span {
    font-size: 40px;
    height: 32px;
    display: block;
    float: left;
    width: 14px;
    line-height: 6px;
}

.mdl img {
    max-width: 100%;
}

.mdz {
    float: right;
    padding-top: 64px;
    margin-right: 20px;
}

.mdr {
    float: right;
    padding-right: 50px;
    padding-top: 44px;
}

.mdr a {
    display: block;
    padding-bottom: 12px;
}

.smap {
    background: url(../images/smap.png) no-repeat center center;
    height: 500px;
    float: right;
}

.kht {
    overflow: hidden;
    padding: 0px 30px;
    padding-top: 4px;
    padding-bottom: 20px;
}

.kht ul {
    overflow: hidden;
    width: 108%;
}

.kht li {
    float: left;
    margin: 20px 0px;
    text-align: center;
}

.kht li img {
    max-width: 100%;
}

.put {
    text-align: center;
    clear: both;
}

.gab {
    padding: 0px 30px;
}

.gabn {
}

@media screen and (max-width: 1200px) {
    .nent {
        width: 1170px;
    }

    .gabn {
        width: 1170px;
        margin: 0 auto;
    }

    .tuu {
        width: 1170px;
        margin: 0 auto;
    }

    .mmap {
        width: 1170px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .kwt {
        width: 1170px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1750px) {
    .mdl {
        width: 310px;
    }
}

@media screen and (max-width: 1690px) {
    .mdl {
        width: 300px;
    }
}

@media screen and (max-width: 1630px) {
    .mdr img {
        width: 80px;
    }

    .mdz img {
        width: 90px;
    }

    .mdl {
        font-size: 17px;
    }

    .mdl {
        width: 290px;
    }
}

@media screen and (max-width: 1400px) {
    .mdr img {
        width: 60px;
    }

    .mdz img {
        width: 70px;
    }

    .mdl {
        font-size: 15px;
    }

    .mdl {
        width: 250px;
    }

    .wk li {
        margin: 0px;
        width: 25%;
    }
}

.gabl {
    width: 40%;
    float: left;
    font-size: 0px;
    position: relative;
}

.gabl div {
    position: absolute;
    left: 3%;
    top: 14%;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
}

.gabl div b {
    display: block;
    font-size: 44px;
    font-family: "Arial";
    padding-bottom: 16px;
}

.gabl p {
    position: absolute;
    font-size: 16px;
    color: #fff;
    right: 8%;
    bottom: 16%;
}

.gabl img {
    width: 100%;
}

.gabr {
    width: 60%;
    float: right;
}

.gabr ul {
    text-align: left;
}

.gabr li {
    font-size: 0px;
    float: left;
    margin-bottom: 18px;
    margin-left: 17px;
    position: relative;
}

.gabr li img {
    width: 100%;
}

.gabr div {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #2a2a2a;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9); /*for FF*/
    opacity: 0;
}

.gabr span {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 18%;
    opacity: 0;
}

.gabr span img {
    max-width: 100%;
}

.kwn {
    padding: 0px 30px;
    height: 288px;
}

.kwt {
    height: 288px;
    background: url(../images/khbg.png) no-repeat center center #ffe302;
}

.kwtul {
    width: 1170px;
    margin: 0 auto;
    padding-top: 50px;
}

.kwtul ul {
    width: 1440px;
}

.kwtul li {
    text-align: center;
    width: 148px;
    color: #292929;
    font-size: 14px;
    float: left;
    margin-right: 107px;
}

.kwtul span {
    display: block;
    background-color: #fff;
    width: 148px;
    height: 148px;
    text-align: center;
    line-height: 148px;
    color: #272727;
    font-size: 70px;
    font-family: Agency FB;
    font-weight: bold;
    margin-bottom: 12px;
}

span.wen {
    color: #d82737;
    font-size: 85px;
    cursor: pointer;
}

.tu {
    padding: 0px 30px;
    padding-top: 20px;
    overflow: hidden;
}

.tun {
    overflow: hidden;
    margin-left: -17px;
    width: 105%;
}

.tun li {
    float: left;
    margin-bottom: 18px;
    font-size: 0px;
    margin-left: 17px;
    cursor: pointer;
    position: relative;

}

.tun li span {
    vertical-align: middle;
    /* opacity */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    opacity: 1;
    /* backface-visibility */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* transition */
    -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.3s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out, opacity 0.3s ease-out;
    -o-transition: -o-transform 0.4s ease-out, opacity 0.3s ease-out;
    transition: transform 0.4s ease-out, opacity 0.3s ease-out;
    /* transform */
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
    width: 100%;
    height: 100%;
}

.tun li img {
    width: 100%;
}

.tun li div {
    color: #000;
    font-size: 20px;
    background-color: #fff22a;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    /* backface-visibility */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* transition */
    -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.3s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out, opacity 0.3s ease-out;
    -o-transition: -o-transform 0.4s ease-out, opacity 0.3s ease-out;
    transition: transform 0.4s ease-out, opacity 0.3s ease-out;
    /* transform */
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    /* opacity */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    opacity: 0;
    /* transform */
    -webkit-transform: rotateY(-180deg) translateZ(0);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.tun6 {
    margin-top: -371px;
}

.tun10 {
    margin-top: -371px;
}

.tun li div a {
    display: block;
    height: 100%;
}

.tun li:hover span {
    /* opacity */

    /* transform */
    -webkit-transform: rotateY(180deg) translateZ(0);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    opacity: 0;
}

.tun li:hover div {
    /* opacity */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    opacity: 1;
    /* transform */
    -webkit-transform: rotateY(0deg) translateZ(0);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.tux {
    display: none;
}

.xabout {
    width: 1170px;
    margin: 50px auto;
    color: #505050;
    font-size: 14px;
}

.xabt {
    color: #262726;
    font-size: 36px;
}

.xabtx {
    color: #262726;
    font-size: 28px;
}

.xabte {
    color: #ffb62a;
    font-size: 36px;
    font-family: Arial;
    margin-bottom: -10px;
}

.xabtn {
    line-height: 24px;
    padding-top: 12px;
    margin-bottom: 24px;
}

.spanx {
    display: block;
    width: 80px;
    height: 1px;
    overflow: hidden;
    background-color: #bbbbbb;
    margin-top: 10px;
}

.xmb {
    background: url(../images/mb.png) no-repeat right top;
    padding-top: 11px;
    display: inline-block;
    padding-right: 66px;
}

.svlist {
    overflow: hidden;
    margin-top: 28px;
    margin-bottom: 38px;
    width: 1200px;
}

.svlist li {
    width: 176px;
    height: 176px;
    border: 2px solid #ffb62a;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;

    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    color: #505050;
    font-size: 16px;
    position: relative;
    float: left;
    margin-right: 18px;
}

.svlist span {
    display: inline-block;
    color: #ffb62a;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.svlist div {
    width: 164px;
    height: 176px;
    padding: 0 6px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffb62a;

    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    opacity: 0;
    color: #fff;
    line-height: 26px;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    transition: all 0.4s;
    -moz-transition: all 0.4s; /* Firefox 4 */
    -webkit-transition: all 0.4s; /* Safari 和 Chrome */
    -o-transition: all 0.4s; /* Opera */
}

.svlist li:hover div {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.team {
    margin-bottom: 80px;
    overflow: hidden;
}

.aobg {
    background: #1f2021;
    height: 268px;
    margin-top: 101px;
}

.aobt {
    text-align: center;
    width: 1170px;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    padding-top: 74px;
    padding-bottom: 10px;
}

.aobz {
    text-align: center;
    width: 1170px;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
}

.aoul {
    text-align: center;
    width: 1170px;
    margin: 0 auto;
    margin-top: 34px;
}

.aoul li {
    display: inline-block;
    margin: 0px 8px;
}

.aoul li a {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 16px;
    font-size: 14px;
    padding-bottom: 7px;
}

.aoul li a.aoulo {
    border: 1px solid #ffb62a;
    background-color: #ffb62a;
    padding-left: 34px;
    padding-right: 34px;
}

.biaotx {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding-top: 30px;
    height: 40px;
}

.xmbt {
    width: 1170px;
    margin: 0 auto;
    color: #262726;
    font-size: 18px;
    margin-bottom: 5px;
}

.xmbz {
    width: 1170px;
    margin: 0 auto;
    color: #757575;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 16px;
}

.xgbt {
    color: #262726;
    font-size: 20px;
    border-bottom: 1px solid #e1e1e1;
    width: 1170px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 50px;
    padding-bottom: 10px;
}

.xglist {
    width: 1170px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.xglist ul {
    overflow: hidden;
    width: 1210px;
}

.xglist li {
    overflow: hidden;
    width: 270px;
    height: 210px;
    text-align: left;
    background-color: #f7f7f7;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: #262726;
}

.xglist li span {
    display: block;
    width: 230px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    border-bottom: none;
    font-size: 14px;
    transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
}

.xglist li b {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    background: url(../images/alink.png) no-repeat left center;
    padding-left: 25px;
    width: 205px;
    margin: 0 auto;
    font-weight: normal;
    height: 19px;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;
    color: #a3a3a3;
    font-size: 14px;
    font-family: Arial;
    display: none;
}

.xglist a {
    color: #a3a3a3;
}

.xglist li div {
    height: 170px;
    overflow: hidden;
}

.xglist li:hover {
    background-color: #ffb62a;
    color: #fff;
}

.xglist li:hover a {
    color: #fff;
}

.xglist li:hover span {
    border-bottom: 1px solid #fff;
    border-bottom: none;
}

.xglist li:hover b {
    background: url(../images/alinko.png) no-repeat left center;
}

.xglist li img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.xglist li:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.doing {
    width: 1170px;
    margin: 0 auto;
    margin-top: 70px;
}

.more {
    text-align: center;
    height: 100px;
}

.doingn {
}

.doingn ul {
    margin-bottom: 16px;
    width: 1200px;
}

.doingn li {
    width: 378px;
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 18px;
}

.doingn li img {
    max-width: 100%;
}

.doingn .list {
    text-align: left;
}

.doingn li b {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    border: 1px solid #d1d1d1;
    font-weight: normal;
    display: block;
    color: #454545;
    font-size: 14px;
    padding: 16px 10px 17px 12px;
    overflow: hidden;
}

.doingn li p {
    float: left;
    display: inline-block;
    width: 290px;
}

.doingn li b a {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin-top: 2px;
    float: right;
    display: inline-block;
    color: #454545;
    font-size: 12px;
    line-height: 16px;
    background: url(../images/dz.png) no-repeat;
    padding-left: 24px;
    cursor: pointer;
}

.doingn li:hover b {
    background-color: #ffb62a;
    color: #fff;
}

.doingn li:hover a {
    background: url(../images/dzo.png) no-repeat;
    color: #fff;
}

.wrap {
    position: relative;
    width: 1200px;
    margin-top: 70px;
    -webkit-column-width: 378px;
    -moz-cloumn-width: 378px;
    font-size: 0px;
}

.wrap li {
    width: 378px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    margin-right: 18px;
    margin-bottom: 18px;
}

.wrap li img {
    max-width: 100%;
}

.wrap li b {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    border: 1px solid #d1d1d1;
    font-weight: normal;
    display: block;
    color: #454545;
    font-size: 14px;
    padding: 16px 10px 17px 12px;
    overflow: hidden;
}

.wrap li p {
    float: left;
    display: inline-block;
    width: 290px;
}

.wrap li b a {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin-top: 2px;
    float: right;
    display: inline-block;
    color: #454545;
    font-size: 12px;
    line-height: 16px;
    background: url(../images/dz.png) no-repeat;
    padding-left: 24px;
    cursor: pointer;
}

.wrap li:hover b {
    background-color: #ffb62a;
    color: #fff;
}

.wrap li:hover a {
    background: url(../images/dzo.png) no-repeat;
    color: #fff;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
/*公共底部*/
.foot {
    height: 290px;
    background-color: #313131;
   /*padding:30px 0;*/

}

.foote {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    overflow: hidden;
    /*height:205px;*/
    /*height: 230px;*/
    padding: 30px 0 12px;
}
.fcenter{
    width:280px;
    display: inline-block;
    float: left;
    position: relative;
}
.fcenter h2{
    font-size:16px;
    color: #ffffff;
    opacity:.6;
    margin:10px 0 55px;
}
.fcenter p{
    color: #ffffff;
    opacity:.6;
    margin:10px 0;
}
.fcenter p img{
    vertical-align: middle;
    margin:0 10px 0 0;
}
.fcenter .erweima{
    position: absolute;
    right:0;
    top:60px;
}


.footel {
    float: left;
    padding-right: 200px;
}


.footels {
    padding-top: 30px;
}

.footelx {
    color: #656565;
    display: none;
}


.footerd {
    float: right;
    /*padding-top: 30px;*/
}
.footerd a{
   color: #ffffff;
}
  
.footerd li{
    margin:10px 0;
}
.footerd li h2{
    font-size:16px;
margin:0 0 20px;
    color: #ffffff;
    opacity:.6;
}
.footerd li p{
    font-size:12px;
    color: #ffffff;
    opacity:.6;

}

.fobot{
    border-top:1px solid #3F3F3F;
    text-align: center;
    line-height:52px;
    height:52px;
}
.fobot p{
    color: #ffffff;
    opacity:.6;
}


.kwtul .clear {
    display: none;
}

#dituContent {
    height: 500px;
}

.com-ban {
    width: 100%;
    position: relative;
}

.com-ban .i-bg {
    width: 100%;
    height: 100%;
}

.com-ban .banTxt {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.com-ban .banTxt h3 {
    font-size: 36px;
    color: #FFF;
    margin: 10px 0;
}

.com-ban .banTxt p {
    font-size: 18px;
    color: #FFF;
}



/*分页的样式*/
.pager_linkBox {
    text-align: center;

    margin: 70px 0 100px;
}

.pager_linkBox a:first-child, .pager_linkBox a:last-child {
    width: 75px;
}

.pager_linkBox a {
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;

    margin: 0 3px;
    position: relative;
    z-index: 100;
}

.pager_linkBox .current, .pager_linkBox a:hover {
    background-color: #D60011;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pager_linkBox .shang:hover, .pager_linkBox .xia:hover {
    background-color: transparent;
    color: #D60011;
}