.home{
    width: 100%;
    height: 100vh;
    min-width: 1280px;
    min-height: 800px;
    position:absolute;
    left: 0;
    top: 0;
    background: url(../images/home.jpg) no-repeat;
    background-size:100% 100%;
}

.home.en{
    background: url(../images/home_en.jpg) no-repeat;
    background-size:100% 100%;
}


.login{
    position: absolute;
    left: 0;
    width: 400px;
    height: 360px;
    top: 0;
    background-image: url(../images/login.png);
    background-size: 100% 100%;
}

@font-face{
    font-family:'icomoon';
    src:url('../font/icomoon.eot'),
    url('../font/icomoon.woff') format('woff'),
    url('../font/icomoon.ttf')  format('truetype'),
    url('../font/icomoon.svg')  format('svg');
    font-weight:normal;
    font-style:normal;
}

.icon-user:before {
    font-family:'icomoon';
    content: "\e971";
}
.icon-lock-open:before {
    font-family:'icomoon';
    content: "\e900";
}
.icon-checkmark:before {
    font-family:'icomoon';
    content: "\e901";
}

.loginTitle{
    color:#fff;
    font-family: "Microsoft YaHei", sans-serif;
    letter-spacing: 2px;
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}

.user, .pass, .code, .but, .lang{
    margin-left: 40px;
    margin-top: 20px;
}

.user input,.pass input,.code input{
    width: 280px;
    font-size:14px;
    background: transparent;
    border:none;
    color: #242323;
    height:30px;
    line-height: 30px;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
.login input:focus{
    outline: none;
}
.user>span,.pass>span,.code>span{
    display: inline-block;
    height:40px;
    line-height: 40px;
    color: #6e6c6c;
    font-size:23px;
    border:1px solid #fff;
    padding-left:5px;
    background-color: #fff;
}
.login .code input{
    width:180px;
}
.code{
    height:40px;
}

.code a{
    width:100px;
}

.but{
    margin-top: 20px;
}

.but input{
    width:315px;
    height:40px;
    border:none;
    color: #fff;
    font-size:14px;
    background: #10a3e1;
}

.lang{
    width: 360px;
    font-size: 16px;
}

.lang a{
    padding: 7px 30px 7px 85px;
    display: table-cell;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.footer{
    position: absolute;
    bottom: 0;
    width: 90%;
    height:0;;
    border-width:0 40px 30px 40px;
    border-style:none solid solid;
    border-color:transparent transparent #dcdcdc;
    text-align: center;
}

.footer a{
    text-decoration: none;
    color: #000;
}

.footer a:hover{
    color: #0000FF;
}




/*
@font-face{
    font-family:'icomoon';
    src:url('../font/icomoon.eot'),
    url('../font/icomoon.woff') format('woff'),
    url('../font/icomoon.ttf')  format('truetype'),
    url('../font/icomoon.svg')  format('svg');
    font-weight:normal;
    font-style:normal;
}

.icon-user:before {
       font-family:'icomoon';
    content: "\e971";
}
.icon-lock-open:before {
       font-family:'icomoon';
    content: "\e900";
}
.icon-checkmark:before {
       font-family:'icomoon';
    content: "\e901";
}
.icon-arrow-left2:before {
       font-family:'icomoon';
    content: "\ea40";
}
.icon-wechat:before {
    font-family:'icomoon';
    content: "\e902";
}
!*导航栏和底栏*!
.header{
    height:5vh;
}
.appnav{
    display: none;
}
.nav{
    width:100%;
    height:5vh;
    background-color:#2F2F2F;
    position: fixed;
    z-index: 1000;
}
.nav-logo{
    font-size:1.6em;
    color:#fff;
    font-weight:bold;
    margin-left:50px;
    height: 100%;
    display: table;
}
.nav-logo span{
    display: table-cell;
    vertical-align: middle;
}
.nav-logo span img{
    width: 85%;
    display: inline-block;
}
.nav-bar{
    position: relative;
    float: right;
    width: 550px;
    height:5vh;
}
.nav-bar li{
    width:95px;
}
.nav-bar a{
    display:inline-block;
    width:85%;
    height:4.5vh;
    color:#fff;
    line-height:4.5vh;
    text-align: center;
    margin:0 5%;
    transition: all .3s linear;
}
.nav-bar .lang{}
.nav-bar .lang .lang-detail{
    display: none;
    background: #2F2F2F;
}
.nav-bar .lang:hover .lang-detail{
    display: block;
}

.nav-bar .lang:hover .lang-detail a{
    width:100%;
    margin: 0;
}

.nav-bar .lang:hover .lang-detail a:hover{
    background: #00A0E9
}

.nav-bar a.active{
    border-bottom:.5vh solid  #00A0E9;
}
.nav-bar .left a:hover{
    border-bottom:.5vh solid  #00A0E9;
}
.nav-login{
    display: none;
}
.appNavbar{
    display: none;
}
!*footer*!
.footer{
    background: #D2D2D2;
    height:3vh;
    line-height:3vh;
    text-align: center;
    color:#404A50;
    font-size:.9em;
    bottom:2px;
}
.footer a{
    color:#404A50;
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
}
.footer a:hover{
    color:#000;
}
!*product主体*!
.product{
    background:#FFFFFF;
}
.productSys{
    width:100%;
    text-align: center;
}
.sysBg{
    position:absolute;
    width:100%;
    z-index: 10;
    top:80px;
    left:0;
    vertical-align: baseline;
}
.sysImg{
    z-index: 20;
    margin: 3em 0;
    width: 60%;
}

.homeHead{
    background: transparent;
}
.homeHead .home-text{padding: 20px 0px;display: block;}
.homeHead .home-text1{font-size: 40px;color: #666;font-weight: 100;padding: 0px 5px;}
.homeHead .home-text2{font-size: 50px;color: #2d8ff4;font-weight: 100}

.productPt{
    text-align: center;
    background: #F5F5F5;
}
.productTd{
    height:40em;
}
.homeCaption-pt{
    background-position: 15px 0;
}
.tdItems{
    width:90%;
    margin:3em auto;
    height:10em;
}
.tdItems li{
    float:left;
    width:45%;
    height:100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
}
.tdItems li>p{
    margin:1em 0;
    font-family: "Microsoft YaHei", sans-serif;
    font-size:1.5em;
    color:#444C4F;
}
.tdItems li span{
    letter-spacing: 1px;
   opacity: 0;
    transform: scale(0);
    color:#333;
    width:70%;
    cursor: pointer;
    text-align: center;
    font-family: "Microsoft YaHei", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tdItems li:hover p{
    opacity: 0;
    margin:0;
}
.tdItems li:hover span{
    opacity: 1;
    -webkit-transform:scale(1);
    transform:scale(1);
}
.tdItems li:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.tdItems li>img{
    width:52px;
    height:52px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.productImg{
	float:left;
	width:40vw;
}
.productMsg{
	float:right;
	width:50vw;
    text-align:center;
}

.productMsg.X200{
    padding: 53px 0;
}

.productMsg.P700{
    padding: 67px 0;
}

.productMsg.P3{
    padding: 121px 0;
}

.productPadding{
    padding-top: 50px;
}

.productMsg-content{
    width:47vw;
    font-size:16px;
    font-family: "Microsoft YaHei", sans-serif;
}
.productMsg-content tr td{
    color:#2C3B47;
    width: 30vw;
    padding:6px 6px 6px 6px ;
}
.productMsg-content tr td:nth-child(odd){
    text-align:right;
    font-weight:bold;
    width:10vw;
}
.productMsg-content tr:nth-child(odd){
    background-color:#E2E9F0 ;
}

!*download*!
.download{
    height:95vh;
    width:100%;
}
.downloadImg{
    width:100%;
    height:95vh;
    position:relative;
    background-image: url(../images/download_01.jpg);
    background-size: 100% 100%;
}

.downloadLink{
    background-color:transparent;
	width:10vw;
    height:15vw;
    position: absolute;
    right:18vw;
    top:4vw;
}

.linkAnImg>img,.linkActiveXImg>img{
    width:10vw;
}
.linkActiveXImg{
    position: relative;
    border: none;
}
.linkAn button,.linkActiveX button{
    border: none;
    height:2vw;
    width:10vw;
    margin-top: .5vw;
    cursor: pointer;
    background: url(../images/android_download.png);
    background-size: 10vw 2vw;
}

.linkActiveX{
    margin-top: 4vw;
}

.linkActiveX button{
    background: url(../images/activeX_download.png);
    background-size: 10vw 2vw;
}

.linkAn-en button,.linkActiveX-en button{
    border: none;
    height:2vw;
    width:10vw;
    margin-top: .5vw;
    cursor: pointer;
    background: url(../images/android_download-en.png);
    background-size: 10vw 2vw;
}

.linkActiveX-en{
    margin-top: 4vw;
}

.linkActiveX-en button{
    background: url(../images/activeX_download-en.png);
    background-size: 10vw 2vw;
}

p.btnInfo{
    font-size: 1.2vw;
    color:#fff;
    line-height: 1.5vw;
    height: 1.2vw;
    margin-top: .5vw;
}

.btnInfoWX{
	 display:none;
}
!*contact*!
.contact{
    width: 100%;
    height: 95vh;
}
.contactImg{
    height: 40vh;
    width: 100%;
    position: relative;
}
.contactImg>img{
    width:100%;
}
.contactCode{
    position: absolute;
    top:25%;
    left:28%;
    text-align: center;
    font-size:13px;
    color:#2C363F;
    font-family: "Microsoft YaHei", sans-serif;
    width:20%;
}
.contactCode img{
    width:36%;
    box-shadow:0 0 30px #7F9DB7;
    margin-bottom:1em;
}
.contactAdd{
    height: 55vh;
    width: 100%;
    position: relative;
}
.addCheng, .addShen{
    width: 48%;
    position: absolute;
    font-size:18px;
    float: left;
}
.addCheng{
    left: 52%;
}
.addShen{
    left: 2%;
}
.shenMap, .chengMap{
    width: 90%;
    height: 180px;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}
.contactCaption{
    font-size:36px;
    width:100%;
    color:#91C2F5;
    margin:0;
}

.contactCaption .home-text{padding: 20px 0px;display: block;}
.contactCaption .home-text1{font-size: 16px;color: #666;font-weight: 100;}
.contactCaption .home-text2{font-size: 22px;color: #2d8ff4;font-weight: 100}

.addCheng p,.addShen p{
    color:#333E42;
    padding:4px 0;
}
.addCheng span,.addShen span{
    color:#2C353A;
    display:inline-block;
    padding-right:8px;
}
!*index*!
.home{
    height: 92vh;
    text-align: center;
}
.homeHeader{
    position:relative;
    width:100%;
    height:92vh;
    -webkit-height: 34vw;
    -moz-height: 34vw;
    -ms-height: 34vw;
    -o-heiht: 34vw;
    background-image: url(../images/home_01.jpg);
    background-size: 100% 100%;
}

.homeHeaderImg{
    width:65%;
    position: absolute;
    left:0;
}
.homeCaption{
    margin:auto;
    padding-top: 3em;
}
.homeCaption>span{
    display: inline-block;
    width:343px;
    height:82px;
    background-image:url(../images/title.png);
    margin:1em  auto .2em auto;
}
.homeCaption~ b{
    color:#333;
    letter-spacing: 2px;
    font-family: "Microsoft YaHei", sans-serif;
}
.login{
    width: 240px;
    position: relative;
    padding:50px 40px;
    margin:0;
    top:17%;
    left: 71%;
    background: #fff;
    text-align: left;
    box-shadow: 0 0 20px #ccc;
}
.loginTitle{
    color:#69BBD4;
    font-family: "Microsoft YaHei", sans-serif;
    letter-spacing: 2px;
    font-size: 22px;
}
.user input,.pass input,.code input{
    width: 185px;
    font-size:14px;
    background: transparent;
    border:none;
    color:#B4B1B1;
    height:30px;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
.login input:focus{
    outline: none;
}
.user>span,.pass>span,.code>span{
    display: inline-block;
    height:40px;
    line-height: 40px;
    color:#B4B1B1;
    font-size:23px;
    margin:15px 0;
    border:1px solid #B4B1B1;
    padding-left:5px;
}
.login .code input{
    width:80px;
}
.code{
    height:60px;
}
.code a{
    width:88px;
    display:inline-block;
    position: relative;
    top:11px;
}
span.info{
    color:#C4C8CB;
    font-size: 12px;
}
.but {
    margin-top:20px;
}
.but input{
    width:230px;
    height:40px;
    border:none;
    color:#fff;
    font-size:14px;
    background: linear-gradient(to bottom,#3ECAF6,#10ACE1);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3ECAF6), to(#10ACE1));
}

.homeCaption-sys{
    background-position: 12px -86px;
}

.homeContrast{
    background: #F5F5F5;
    font-family: "Microsoft YaHei", sans-serif;
}
.homeCaption-con{
    background-position: 15px -170px;
}
.contrastItems{
    width:55%;
    margin:3em auto;
    text-align: center;
}
.contrastItems td,.contrastItems thead th{
    padding:8px 0;
}
.contrastItems thead>tr{
    background: #2D8FF4;
    color:#fff;
}
.contrastItems tbody tr:nth-child(even){
    background-color: #E1EBF5;
}
.contrastItems tbody tr{
    color:#40484B;
}
.contrastInfo{
    color:#40484B;
    font-size: 13px;
    text-align: right;
    width:77%;
    padding:4em 0;
}
.homeShi{
    background: #E5E5E5;
    width:100%;
    height:45em;
    height:35vw;
}
.shihe{
    width:60%;
    margin:3em auto;
}
.homeCaption-shi{
    background-position: 7px 234px;
}
.shihe li{
    width:22%;
    margin-right:2%;
    float: left;
    height:26%;
    overflow: hidden;
}
.shihe li img{
    width:100%;
}
.homePartner{
    background: #F5F5F5;
    width:100%;
    height:30em;
}
.homeCaption-par{
    background-position: 5px 153px;
}
.partner{
    width:80%;
    margin:6em auto;
    color:#4F5459;
    font-size: 13px;
}
.partner span{
    margin-right:10%;
}
@media screen and (min-width:800px) and (max-width:1000px) {
    .login{
        -webkit-transform: scale(.6);
        transform: scale(.6);
        top:6%;
        left:63%;
    }

}

@media screen and (min-width:1000px) and (max-width:1200px) {
    .login{
        -webkit-transform: scale(.8);
        transform: scale(.8);
        top:12%;
        left:68%;
    }

}

@media screen and (min-width:800px) and (max-width:1400px) {
    .shenMap, .chengMap{
        width: 90%;
        height: 130px;
        border: 1px solid #CCC;
        margin-bottom: 10px;
    }

    .nav-logo span img{
        padding: 3px;
        width: 75%;
        display: inline-block;
    }
}*/
