﻿/* 
* @Author: shancha
* @Date:   2016-02-20 15:25:56
* @Last Modified by:   shancha
* @Last Modified time: 2016-03-16 17:27:32
*/
/* 首页页面的css */
.page1 {
    background: url(../../images/home_bg_01.png) center
        no-repeat;
    width: 100%;
    height: 500px;
    background-size: cover;
}

.page1 .content-area {
    position: relative;
    height: 100%;
    width: 89%;
}

.page1 .dianjia-slogan {
    width: 32.6%;
    height: 21.5%;
    background-image: url(../../images/home_48.png);
    position: absolute;
    left: 18px;
    bottom: 38px;
    background-repeat: no-repeat;
    background-size: contain;
}

.page1 .equipment {
    width: 69.6%;
    height: 77.3%;
    background-image: url(../../images/home_02.png);
    position: absolute;
    right: 0;
    bottom: -108px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

.page2 {
    background-color: #f9f9fb;
}

.page2 .characteristics {
    padding: 154px 0 69px;
    overflow: hidden;
}

.page2 .characteristics-list {
    width: 33%;
    height: 165px;
    float: left;
    text-align: center;
}

.page2 .characteristics-list .characteristics-main {
    display: inline-block;
}

.page2 .characteristics-main .little-icon {
    width: 51px;
    height: 51px;
    margin: 0 auto 19px;
}

.page2 .characteristics-main .little-icon:hover {
    transition: all 1.5s ease 0.1s;
    transform: scale(1.5, 1.5);
    -webkit-transition: all 1.5s ease 0.1s;
    -webkit-transform: scale(1.5, 1.5);
    -moz-transition: all 1.5s ease 0.1s;
    -moz-transform: scale(1.5, 1.5);
    -o-transition: all 1.5s ease 0.1s;
    -o-transform: scale(1.5, 1.5);
}

.page2 .characteristics-list .characteristics-main>span {
    display: block;
}

.page2 .icon1 {
    background-image: url(../../images/home_05.png);
}

.page2 .icon2 {
    background-image: url(../../images/home_03.png);
}

.page2 .icon3 {
    background-image: url(../../images/home_04.png);
}

.page3 {
    background: #fff;
    padding-top: 55px;
}
/*video-area  */
.video-area {
    width: 100%;
    position: relative;
    height: auto;
    padding: 60px 0;
}

.video-area .videoing {
    width: 800px;
    height: 475px;
    position: absolute;
    left: 52%;
    top: 50%;
    margin-left: -400px;
    margin-top: -238px;
    background: #d6d6d6;
    border: 1px solid #333;
}
/*  */
.page3 .breakthrough-title {
    width: 100%;
    height: 136px;
    background: url(../../images/homebg_03.png) center
        no-repeat;
    text-align: center;
    font-size: 34px;
    font-weight: 100;
    line-height: 95px;
}

.page3 .breakthrough-title .text {
    font-size: 50px;
}

.page3 .breakthrough-main {
    padding: 20px 0 83px;
}

.page3 .breakthrough-list {
    float: left;
    width: 33%;
    text-align: center;
}

.page3 .breakthrough-con {
    width: 308px;
    height: auto;
    margin: 0 auto;
}

.page3 .limit {
    height: 228px;
    width: 100%;
    position: relative;
    margin-bottom: 45px;
}

.page3 .limit .limit-text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 56px;
    background: url(../../images/home_bg05.png);
    color: #fff;
    line-height: 56px;
    font-size: 26px;
    font-weight: 100;
}

.page3 .limit .limit-text .little-text {
    font-size: 22px;
}

.triangle {
    width: 22px;
    height: 19px;
    display: inline-block;
    background: url(../../images/home_09.png);
    margin-bottom: 33px;
}

.page3 .limit-explanation {
    width: 162px;
    height: 162px;
    display: block;
    margin: 0 auto;
}

.page3 .limit-explanation:hover {
    transform: rotate(360deg);
    transition: all 2s ease 0.1s;
    -webkit-transform: rotate(360deg);
    -webkit-transition: all 2s ease 0.1s;
    -moz-transform: rotate(360deg);
    -moz-transition: all 2s ease 0.1s;
    -o-transform: rotate(360deg);
    -o-transition: all 2s ease 0.1s;
}

.position-img {
    position: absolute;
    left: 0;
}

.page4 {
    background-color: #f9f9fb;
    padding: 68px 0 38px;
}

.page4 .content-area {
    height: 446px;
    position: relative;
    /*background: url(../../images/home_13.png) center left no-repeat;*/
}

.project-explanation {
    width: 27%;
    height: auto;
    padding-top: 20px;
    position: absolute;
    right: 0;
}

.project-explanation .big-text {
    font-size: 38px;
    font-weight: 100;
}

.project-explanation .little-text {
    font-size: 18px;
    display: block;
    margin-top: 16px;
}

.project-explanation .explanation-main {
    padding-top: 50px;
}

.project-explanation .explanation-icon {
    width: 74px;
    height: auto;
    float: left;
    margin-right: 8%;
    margin-bottom: 29px;
    text-align: center;
}

.project-explanation .explanation-icon:nth-child(3),
    .project-explanation .explanation-icon:nth-child(6) {
    margin-right: 0;
}

.project-explanation .explanation-icon img {
    margin-bottom: 14px;
    display: inline-block;
}

.project-explanation .explanation-icon img:hover {
    transition: all 1.5s ease 0.1s;
    transform: scale(1.5, 1.5);
    -webkit-transition: all 1.5s ease 0.1s;
    -webkit-transform: scale(1.5, 1.5);
    -moz-transition: all 1.5s ease 0.1s;
    -moz-transform: scale(1.5, 1.5);
    -o-transition: all 1.5s ease 0.1s;
    -o-transform: scale(1.5, 1.5);
}
/* .page4 .content-area{
	width:67.7%;
} */
/* .page4 .project-explanation {
	width:30%;
} */
.page5 {
    background-color: #fff;
    padding: 25px 0 23px;
}

.page5 .content-area {
    height: 512px;
    /*background: url(../../images/home_bg_02.png) center right no-repeat;*/
    position: relative;
}

.page5 .position-img {
    position: absolute;
    right: 0;
    left: inherit;
}

.page5 .project-explanation {
    padding-top: 66px;
    position: absolute;
    left: 0;
    /*margin-left: 100px;*/
}

.page6 {
    background-color: #f9f9fb;
    padding: 100px 0 0px;
}

.page6 .content-area {
    height: 459px;
    /*background: url(../../images/home_25.png) center left no-repeat;*/
    background-size: 69%;
    position: relative;
}

.page6 .project-explanation {
    padding-top: 2%;
    position: absolute;
    right: 0;
    /*margin-right: 45px;*/
}

.page7 {
    background-color: #fff;
    padding: 90px 0 0px;
}

.page7 .content-area {
    height: 469px;
    position: relative;
    /*background: url(../../images/home_bg_03.png) center right no-repeat;*/
}

.page7 .position-img {
    position: absolute;
    right: 0;
    left: inherit;
}

.page7 .project-explanation {
    padding-top: 80px;
    position: absolute;
    left: 0;
    /*width:30%;*/
}

.page8 {
    background-color: #f9f9fb;
    padding: 65px 0 40px;
    text-align: center;
}
/* .in-the-brand{
	width:67.7%;
} */
.in-the-brand>span {
    display: block;
    font-weight: 100;
}

.in-the-brand .little-text {
    font-size: 16px;
    color: #999999;
    margin-top: 16px;
}

.brand-main {
    margin-top: 64px;
}

.brand-list {
    width: 25%;
    height: 55px;
    float: left;
    margin-bottom: 30px;
}

.brand-list:hover img {
    transition: all 1.5s ease 0.1s;
    transform: scale(1.5, 1.5);
    -webkit-transition: all 1.5s ease 0.1s;
    -webkit-transform: scale(1.5, 1.5);
    -moz-transition: all 1.5s ease 0.1s;
    -moz-transform: scale(1.5, 1.5);
    -o-transition: all 1.5s ease 0.1s;
    -o-transform: scale(1.5, 1.5);
}

@media ( min-width :800px) and (max-width:1024px) {
    header .content-area, .page1 .content-area {
        width: 93%;
    }
    .project-explanation {
        width: 29%;
    }
    .page4 .content-area {
        background-size: 65%;
    }
    .page5 .content-area {
        background-size: 62%;
    }
    .page6 .content-area {
        height: 373px;
    }
}

@media ( min-width :1025px) and (max-width:1366px) {
    .page6 .content-area {
        height: 399px;
    }
}

@media ( min-width :1367px) {
    header .content-area, .page1 .content-area {
        width: 1260px;
    }
}

.page9 {
    width: 100%;
    height: 361px;
    padding: 75px 0 28px;
    background: url(../../images/home_bg_04.png) center
        no-repeat;
    background-size: cover;
}

.page9 .content-area {
    height: 370px;
    /*background: url(../../images/home_42.png) center left no-repeat;*/
    position: relative;
}

.apply-text {
    padding-top: 30px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 64px;
    font-weight: 100;
}

.apply-text .text {
    display: block;
}

.apply-text .text:nth-child(4) {
    line-height: 30px;
}

.apply-text .apply-bg {
    width: 254px;
    height: 50px;
    line-height: 50px;
    background: url(../../images/home_43.png);
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
    color: #fff;
}

.apply-text .apply-bg  a {
    color: #fff;
}

.apply-text .apply-bg:hover {
    opacity: 0.8;
}

.left_animate {
    animation: left_animate 3s;
    -moz-animation: left_animate 3s; /* Firefox */
    -webkit-animation: left_animate 3s; /* Safari 和 Chrome */
    -o-animation: left_animate 3s; /* Opera */
}

@
keyframes left_animate {
    from {opacity: 0;
    left: -190px;
}

to {
    opacity: 1;
    left: 0;
}

}
@
-moz-keyframes left_animate /* Firefox */ {
    from {opacity: 0;
    left: -190px;
}

to {
    opacity: 1;
    left: 0;
}

}
@
-webkit-keyframes left_animate /* Safari 和 Chrome */ {
    from {opacity: 0;
    left: -190px;
}

to {
    opacity: 1;
    left: 0;
}

}
@
-o-keyframes left_animate /* Opera */ {
    from {opacity: 0;
    left: -190px;
}

to {
    opacity: 1;
    left: 0;
}

}
.right_animate {
    animation: right_animate 3s;
    -moz-animation: right_animate 3s; /* Firefox */
    -webkit-animation: right_animate 3s; /* Safari 和 Chrome */
    -o-animation: right_animate 3s; /* Opera */
}

@
keyframes right_animate {
    from {opacity: 0;
    right: -190px;
}

to {
    opacity: 1;
    right: 0;
}

}
@
-moz-keyframes right_animate /* Firefox */ {
    from {opacity: 0;
    right: -190px;
}

to {
    opacity: 1;
    right: 0;
}

}
@
-webkit-keyframes right_animate /* Safari 和 Chrome */ {
    from {opacity: 0;
    right: -190px;
}

to {
    opacity: 1;
    right: 0;
}

}
@
-o-keyframes right_animate /* Opera */ {
    from {opacity: 0;
    right: -190px;
}

to {
    opacity: 1;
    right: 0;
}

}
/*xiangfei*/
.login {
    display: inline-block;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    margin-left: 100px;
}

.login a {
    cursor: pointer;
}

.login .border {
    font-size: 12px;
    vertical-align: bottom;
}