/* Reset Css */
html,body{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding:0;margin:0;}
fieldset,img {border:0;outline:medium none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
table{border-collapse:collapse;border-spacing:0;}
ol,ul{list-style:none;}
address,caption,cite,code,dfn,em,th,var {font-weight:normal;font-style:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
[hidden],script{display:none;}
a{text-decoration:none;outline:medium none;}
input,textarea{outline:medium none;}

/* Common */
html,body{font:12px/1 Microsoft YaHei,Arial,Helvetica,sans-serif;color:#403F3F;background:#FFFFFF;}
input,label{font-family:Microsoft YaHei;font-size:12px;}
textarea{font-family:Microsoft YaHei;font-size:12px;}
a{color:#666;}
p{word-break:break-all;word-wrap:break-word;}
.l{float:left;}
.r{float:right;}
.wrap{width:1200px;margin:0 auto;position: relative;}
.aft:after{clear:both;display:block;content:"";height:0;font-size:0;visibility:hidden;} 
.transition{-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
@font-face {
    font-family: 'FZCSJW';
    src: url('../fonts/FZCSJW.TTF');
    font-weight: normal;
    font-style: normal;
}

.text-overflow1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.text-overflow2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*HD & FT*/
.header {
    width: 100%;
    height: 300px;
}
.header .logo {
    position: absolute;
    width: 288px;
    height: 107px;
    top: 94px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header .logo img{
    width: 100%;
    height: 100%;
}
.header .logo.small{
    width: 171px;
    height: 64px;
    top: 125px;
    left: 0%;
    transform: translateX(0%);
}
.header .nav {
    float: right;
    height: 46px;
    margin-top: 150px;
    position: relative;
}
.header .nav ul{display: none; height: 46px;float: left;}
.header .nav ul li{float: left;margin-left: 40px;height: 46px;}
.header .nav ul li:first-child{margin-left: 0;}
.header .nav ul li a{display: inline-block;height: 36px;border-top: 3px solid transparent;color: #999;font-size: 16px;line-height: 36px;}
.header .nav ul li:hover > a{color: #666;font-weight: 700;border-top: 3px solid #666;}
.header .nav ul li.cur > a{color: #666;font-weight: 700;border-top: 3px solid #666;}
.header .nav ul li dl{position: absolute;top: 40px;left: 0;z-index: 999;overflow: hidden;width: 496px;height: 36px;background-color: #999;visibility: hidden;opacity: 0;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.header .nav ul li dl dd{float: left;padding: 0 36px 0 18px;height: 36px;line-height: 36px;}
.header .nav ul li dl dd a{border-top: none;display: inline-block;padding-left: 15px;background: url(../images/sub-icon.png) 0 center no-repeat;color: #FFF;font-size: 14px;font-weight: 400;}
.header .nav ul li dl dd a:hover{color: #CCC;}
.header .nav ul li:hover dl{visibility: visible;opacity: 1;top: 46px;}
.header .nav .menu-btn {
    float: right;
    margin-top: 10px;
    margin-left: 48px;
    width: 46px;
    height: 21px;
    position: relative;
    cursor: pointer;
}
.header .nav .menu-btn span.menuicon {
    display: block;
    width: 34px;
    height: 3px;
    background-color: #666;
    position: absolute;
    top: 11px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header .nav .menu-btn:before {
    display: block;
    content: "";
    width: 34px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header .nav .menu-btn:after {
    display: block;
    content: "";
    width: 34px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header .nav .menu-btn-close span.menuicon {
    visibility: visible;
    opacity: 1;
}
.header .nav .menu-btn-close:before {
    top: 0;
}
.header .nav .menu-btn-close:after {
    top: 16px;
}
.header .nav .menu-btn-icon:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.header .nav .menu-btn-icon:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.footer {
    width: 100%;
    height: 56px;
    background-color: #656565;
}
.footer .ft-nav {
    float: left;
    height: 56px;
    line-height: 56px;
}
.footer .ft-nav li {
    float: left;
    height: 56px;
    padding: 0 24px;
    background: url(../images/ft-nav-bg.png) 0 center no-repeat;
}
.footer .ft-nav li:first-child {
    background: none;
    padding-left: 0;
}
.footer .ft-nav li a {
    color: #d1d1d1;
    font-size: 14px;
}
.footer .ft-nav li a:hover {
    text-decoration: underline;
}
.footer .copyright {
    float: right;
    color: #aaaaaa;
    font-size: 14px;
    line-height: 56px;
    white-space: pre;
}

/*Index*/

.iseason {
    width: 100%;
    height: 1000px;
    position: relative;
    overflow: hidden;
}
.iseason .about-text {
    width: 960px;
    height: 370px;
    position: absolute;
    top: 0;
    right: 50%;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease 1.3s;
    -moz-transition: all 0.5s ease 1.3s;
    transition: all 1s ease 0.5s;
}
.iseason .about-text .in-box {
    width: 600px;
    height: 370px;
    float: right;
}
.iseason .about-text .in-box .at-hd {
    margin-top: 114px;
    height: 22px;
    line-height: 22px;
    color: #888;
    font-size: 32px;
    font-family: "FZCSJW", Microsoft YaHei;
}
.iseason .about-text .in-box .at-cont {
    margin: 30px auto 0;
    width: 450px;
    color: #888;
    font-size: 16px;
    line-height: 30px;
}
.iseason .about-text .in-box .at-link {
    margin-top: 26px;
}
.iseason .about-text .in-box .at-link a {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #b1b1b1;
    color: #b1b1b1;
    font-size: 16px;
}
.iseason .spring {
    width: 960px;
    height: 630px;
    position: absolute;
    left: 50%;
    top: 0;
}
.iseason .spring .box {
    position: relative;
}
.iseason .spring .pic {
    font-size: 0;
}
.iseason .spring .pic img {
    width: 960px;
    height: 630px;
}
.iseason .spring .link {
    position: absolute;
    top: 228px;
    left: 100px;
    z-index: 99;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.iseason .spring .link:hover {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.iseason .summer {
    width: 960px;
    height: 630px;
    position: absolute;
    right: 50%;
    bottom: 0;
    -webkit-transition: all 1.3s ease 0s;
    -moz-transition: all 1.3s ease 0s;
    transition: all 1.3s ease 0s;
}
.iseason .summer .box {
    position: relative;
}
.iseason .summer .pic {
    font-size: 0;
}
.iseason .summer .pic img {
    width: 960px;
    height: 630px;
}
.iseason .summer .link {
    position: absolute;
    top: 121px;
    right: 98px;
    z-index: 99;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.iseason .summer .link:hover {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.iseason .eee {
    width: 960px;
    height: 370px;
    position: absolute;
    left: 50%;
    top: 630px;
}

.iblock {
    margin: 0 -5px 110px;
}
.iblock .ib-box {
    float: left;
    margin: 0 5px 10px 5px;
    width: 292px;
    height: 292px;
    background-color: #fff;
}
.iblock .ib-box a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.iblock .ib-box a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: #000;
    -webkit-transition: opacity 2s ease 0s;
    -moz-transition: opacity 2s ease 0s;
    transition: opacity 2s ease 0s;
}
.iblock .ib-box .pic {
    width: 100%;
    height: 100%;
    font-size: 0;
    overflow: hidden;
}
.iblock .ib-box .pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
}
.iblock .ib-box .bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    z-index: 2;
    transform: translateY(100%);
    -webkit-transition: transform 1s ease 0s;
    -moz-transition: transform 1s ease 0s;
    transition: transform 1s ease 0s;
}
.iblock .ib-box:hover .bar{
    transform: translateY(0%);
}
.iblock .ib-box .bar p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}
.iblock .ib-box .bar .address img{
    vertical-align: middle;
}
.iblock .ib-box:hover {
    box-shadow: 0 0 10px #ccc;
}
.iblock .ib-box:hover a::after {
    opacity: .4;
}
.iblock .ib-box:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ift {
    width: 100%;
    height: 320px;
    overflow: hidden;
    background-color: #e9e8e7;
}
.ift .ft-logo {
    float: left;
    width: 93px;
    height: 34px;
    margin-top: 26px;
}
.ift .ft-nav {
    float: left;
    margin-top: 40px;
    margin-left: 230px;
}
.ift .ft-nav .ft-nav-item {
    float: left;
    padding: 0 2px;
    cursor: pointer;
    border-right: 1px solid #777777;
}
.ift .ft-nav .ft-nav-item a {
    font-size: 16px;
    color: #777777;
}
.ift .ft-nav .ft-nav-item a:hover{
    color: #000;
}
.ift .ft-nav .ft-nav-item:last-child{
    border-right: none;
}
.ift .ft-contact {
    float: right;
    width: 400px;
}
.ift .ft-contact .ft-contact-item {
    margin-top: 40px;
    font-size: 16px;
    color: #777777;
}
.ift .ft-contact .ft-contact-item a{
    color: #777777;
}
.ift .ft-contact .ft-contact-item p {
    line-height: 1.8;
}

/*Pages*/
.image-slide {
    max-height: 979px;
    position: relative;
}
.image-slide .swiper-slide {
    max-height: 979px;
}
.image-slide .swiper-slide a {
    display: block;
    height: 100%;
}
.image-slide .prev {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 50%;
    margin-left: -646px;
    z-index: 990;
    width: 44px;
    height: 32px;
    border: 1px solid #bbb;
    background: url(../images/slide-arrow.png) 8px 8px no-repeat;
    cursor: pointer;
}
.image-slide .prev:hover {
    background: url(../images/slide-arrow.png) -33px 8px no-repeat #bbbbbb;
}
.image-slide .next {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 50%;
    margin-left: 600px;
    z-index: 990;
    width: 44px;
    height: 32px;
    border: 1px solid #bbb;
    background: url(../images/slide-arrow.png) -32px -18px no-repeat;
    cursor: pointer;
}
.image-slide .next:hover {
    background: url(../images/slide-arrow.png) 8px -18px no-repeat #bbbbbb;
}

.page-main {
    width: 100%;
    overflow: hidden;
    background: url(../images/page-bg.jpg) center top no-repeat;
}
.video-box {
    width: 1200px;
    height: 726px; /*margin: 160px auto 60px;*/
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.video-box .vb-player {
    width: 1000px;
    height: 562px;
    margin: 71px auto 0;
}
.video-box .rel-last {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 50%;
    margin-left: -566px;
    z-index: 990;
    width: 44px;
    height: 32px;
    border: 1px solid #bbb;
    background: url(../images/slide-arrow.png) 8px 8px no-repeat;
    cursor: pointer;
}
.video-box .rel-last:hover {
    background: url(../images/slide-arrow.png) -33px 8px no-repeat #bbbbbb;
}
.video-box .rel-next {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 50%;
    margin-left: 520px;
    z-index: 990;
    width: 44px;
    height: 32px;
    border: 1px solid #bbb;
    background: url(../images/slide-arrow.png) -32px -18px no-repeat;
    cursor: pointer;
}
.video-box .rel-next:hover {
    background: url(../images/slide-arrow.png) 8px -18px no-repeat #bbbbbb;
}
.video-box .rel-last a,
.video-box .rel-next a {
    display: block;
    height: 32px;
}

.brand {
    margin-bottom: 70px;
}
.brand .brand-box {
    margin: 0 auto 20px;
    overflow: hidden;
    background-color: #fff;
}
.brand .brand-box .brand-pic {
    width: 600px;
    height: 600px;
    font-size: 0;
    overflow: hidden;
    position: relative;
}
.brand .brand-box .brand-pic img {
    width: 100%;
    height: 100%;
}
.brand .brand-box .brand-text {
    float: left;
    width: 500px;
    height: 600px;
    padding: 0 50px;
    overflow: hidden;
    position: relative;
}
.brand .brand-box .text1 {
    background-color: #a37ab0;
}
.brand .brand-box .text2 {
    background-color: #fff;
}

.brand .brand-box .brand-text-inner {
    padding-top: 50px;
}
.brand .brand-box .text2 h2 {
    font-size: 16px;
    color: #777777;
    line-height: 1.6;
    font-weight: bolder;
    margin-top: 20px;
}
.brand .brand-box .text2 p {
    font-size: 14px;
    color: #777777;
    line-height: 1.6;
}
.brand .brand-box .brand-text .bt-hd {
    margin-top: 80px;
    color: #fff;
}
.brand .brand-box .brand-text .bt-hd .zh {
    font-size: 56px;
    font-weight: bolder;
    letter-spacing: 8px;
}
.brand .brand-box .brand-text .bt-hd .en {
    margin-top: 20px;
    font-size: 26px;
}
.brand .brand-box .brand-text .bt-cont {
    position: absolute;
    bottom: 50px;
    font-size: 26px;
    color: #fff;
}
.brand .brand-box .brand-text .bt-cont img {
    width: 22px;
    height: 26px;
    margin-right: 10px;
    vertical-align: top;
}
.brand .brand-img-box {
    margin: 0 -10px;
}
.brand .brand-img-box .brand-pic-100 {
    margin: 0 10px 20px;
}
.brand .brand-img-box .brand-pic-100 img{
    width: 100%;
    height: auto;
}

.brand .brand-img-box .brand-pic-50 {
    float: left;
    width: 590px;
    overflow: hidden;
    margin: 0 10px 20px;
}

.brand-text {
    animation: brand-mov 1s;
}

@-webkit-keyframes brand-mov {
    0% {
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes brand-mov {
    0% {
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


.space .space-box {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 100px;
    background-color: #fff;
}
.space .space-box .sp-block {
    width: 33.33%;
    height: 264px;
    float: left;
    position: relative;
}
.space .space-box .sp-block .pic {
    width: 100%;
    height: 100%;
    font-size: 0;
}

.about .about-header,
.about .about-header img {
    width: 100%;
}
.about .about-us {
    padding-top: 120px;
}

.about .about-us .us-title {
    font-size: 40px;
    color: #909090;
    margin-bottom: 30px;
}
.about .about-us .us-text {
    font-size: 16px;
    line-height: 1.8;
    color: #909090;
    margin-bottom: 50px;
}
.about .about-us .us-text:last-child {
    margin-bottom: 0px;
}
.about .about-us .us-img img {
    width: 100%;
}
.about .about-team {
    position: relative;
    width: 100%;
    min-width: 1500px;
    margin: 0 auto;
}
.about .about-team .team-img{
    float: right;
    height: 710px;
    box-sizing: border-box;
}
.about .about-team .team-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    min-width: 870px;
    height: 100%;
    box-sizing: border-box;
    padding: 130px 70px 0;
    background-color: rgba(0, 0, 0, .4);
}
.about .about-team .team-box .team-title {
    font-size: 40px;
    color: #679bdb;
    font-weight: bolder;
}
.about .about-team .team-box .team-text {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    margin-top: 60px;
    text-align: justify;
}
.about .about-serve {
    margin-top: 150px;
    margin-bottom: 60px;
}
.about .about-serve .serve-title {
    font-size: 34px;
    color: #909090;
    margin-bottom: 50px;
}
.about .about-serve .serve-title-sub {
    font-size: 16px;
    color: #909090;
    margin-bottom: 70px;
}
.about .about-serve .serve-group {
    margin: 0 auto;
    column-count: 3;
    column-width: 390px;
    column-gap: 15px;
}
.about .about-serve .serve-group .group-item {
    margin-bottom: 15px;
    position: relative;
}
.about .about-serve .serve-group .group-item .item-img {
    width: 100%;
}
.about .about-serve .serve-group .item-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110px;
    background-color: rgba(0, 0, 0, .5);
}
.about .about-serve .serve-group .item-footer p {
    color: #fff;
    font-size: 18px;
    padding: 20px;
    position: absolute;
    bottom: 0;
}