body {
    margin: 0;
    padding: 0;
    height: 100vh;
}

.bg-img {
    background-image: url(/_upload/tpl/00/36/54/template54/images/bgimg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    /*min-height:690px;*/
    height: 120vh;
    top: 0;
    margin:0 auto;
}

.tf-container {
    padding-left: 25%;
}

.tf-con-icon {
    height: 130px;
    display: flex;
    align-items: flex-end;
    left: 50%;
    top: 40%;
    font-size: 16px;
}
.con-icon-img {
    height: 75px;
    width: 75px;
}
.con-icon-text {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}
.tf-con-head {
    margin: 40px 0 50px;
    font-size: 45px;
    line-height: 1;
    color: #fff;
    left: 50%;
    display: flex;
    flex-direction: row;

}
.tf-con-head div {
    /*margin: 40px 0 65px;
    font-size: 45px;
    color: #fff;
    left: 50%;*/
}
.tf-con-down {
    left: 50%;
    display: flex;
    padding-top: 15px;
    flex-direction: row;
}
.dowRow {
    width: 390px;
    text-align: center;
	vertical-align: top;
}
.xit_E{
    width: 200px;
    font-size: 17px;
}

.downTitle {
    display: block;
    font-size: 26px;
    color: #fff;
    margin: 12px auto;

}
.ruiJie .downTitle {
    display: block;
    font-size: 26px;
    color: #fff;
    margin: 12px auto;
    text-align: left;
    padding-left: 45px;

}
.downImg {
    display: flex;
	padding-left:30PX;
    width: 160px;
	flex-direction: column;
    float: left;
}
.iosDown {
    height: 58px;
    width: 156px;
    margin: 10px 0;
    background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnios1.png);
}
.androidDown {
    height: 58px;
    width: 156px;
    margin: 10px 0;
    background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnandroid1.png);
}
.androidService {
    height: 58px;
    width: 156px;
    margin: 10px 0;
    background-image: url(/_upload/tpl/00/36/54/template54/images/androidService1.png);
}
.winDown {
    height: 58px;
    width: 156px;
    margin: 10px 0;
    background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnWin.png);
}
.macDown {
    height: 58px;
    width: 156px;
    margin: 10px 0;
    background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnMac.png);
    border-radius: 6px;
}
.downText a{
    margin-top: 56px;
    display: inline-block;
    color: #fff;
}
.downText a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/_upload/tpl/00/36/54/template54/images/downFile.png);
    background-size: 100%;
    vertical-align: middle;
    margin-right: 6px;
}
.winDownRj {
    height: 58px;
    width: 156px;
    margin: 10px 0;
    border-radius: 6px;
    background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnRj.png?v=1);
}
.downCen {
    height: 58px;
    width: 156px;
    margin: 10px 0;
    background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnCen.png);
}
.iosDown:hover{
    background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnios2.png)
}
.androidDown:hover{
    background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnandroid2.png)
}
.androidService:hover{
    background-image: url(/_upload/tpl/00/36/54/template54/images/androidService2.png)
}
.winDown:hover{
    background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnWin2.png)
}
.macDown:hover{
    background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnMac-blue.png)
}
.winDownRj:hover{
    background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnRj2.png?v=1)
}
.downCen:hover{
    background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnCen2.png)
}


.qrcode {
    height: 130px;
    width: 130px;
    margin-left: 30px;
    
    float: left;
}
.qrcode img {
    width: 100%;
    height: 100%;
	margin-top: 12px;
}
.servList {
    margin: 20px auto;
    width: 100%;
    float: left;
    font-size: 0;
}
.servList .title{
    font-size: 32px; color: #fff;margin: 15px;
}
.servTel{ width:180px;padding-left: 60px;float: left;}
.servTel span{
    color: #fff;flex-direction: row;float: flex;display:block;
}
.servTel span.addr{font-size: 26px;}
.servTel span.phone{font-size: 18px;}
span.servlinks{display:block;float:left;margin: 15px auto}
span.servlinks a{font-size: 24px;color: #fff; margin: 15px;text-decoration: none;}
/*screen*/
@media only screen and (max-width:768px){
    .body {
        background-size: 100% 100%;
        line-height: 2px;
    }
    .bg-img {
         min-height:120vh; 
         /* 100vh=min-height:572px;  */
         background-image: url(/_upload/tpl/00/36/54/template54/images/bgimg-mobile.jpg);
    }
    .tf-container {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-bottom: 20px;
        padding-left: 30%;
    }
    .tf-con-icon {
        margin-left: -50px;
        height: 120px;
    }
    .con-icon-img {
        height:50px;
        width: 50px;
    }
    .con-icon-text {
        font-size: 20px;
        line-height: 20px;
    }
    .tf-con-head {
        font-size: 30px;
        margin: 25px 0 40px -50px;
        display: flex;
        flex-direction: column;
       
        
    }
    .tf-con-head div {
        /*font-size: 25px;*/
        margin-bottom: 10px;        
    }
    .tf-con-down {
        margin-left: -92px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        /*align-items: center;*/
    }
    .qrcode {
        margin: 0 10px 30px -20px;
    }
    .downImg {
        display: flex;
        flex-direction: column;
        margin-left: -8%;
    }
    .qrcode-img {
        height: 100px;
        width: 100px;
    }
    .iosDown {
        height: 38px;
        width: 100px;
        margin: 10px;
        background-image: url(/_upload/tpl/00/36/54/template54/images/smallIos1.png);
    }
    .androidDown {
        height: 38px;
        width: 100px;
        margin: 10px;
        background-image: url(/_upload/tpl/00/36/54/template54/images/smallAndroid1.png);
    }
    .iosDown:hover{
        height: 38px;
        width: 100px;
        border: 1px solid #0093dd;
        background-image: url(/_upload/tpl/00/36/54/template54/images/smallIos1.png);
    }
	 .androidService {
        height: 38px;
        width: 100px;
        margin: 10px;
        background-image: url(/_upload/tpl/00/36/54/template54/images/smallS1.png);
    }
	
	.winDown {
		height: 38px;
		width: 100px;
		margin: 10px;
		background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnWins.png);
	}
	.downCen {
		height: 38px;
		width: 100px;
		margin: 10px;
		background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnCens.png);
	}
    .androidDown:hover{
        height: 38px;
        width: 100px;
        border: 1px solid #0093dd;        
        background-image: url(/_upload/tpl/00/36/54/template54/images/smallAndroid1.png);
    }
	
	.androidService:hover{
        height: 38px;
        width: 100px;
        border: 1px solid #0093dd;        
        background-image: url(/_upload/tpl/00/36/54/template54/images/smallS2.png);
    }
	
	.winDown:hover {
		height: 38px;
		width: 100px;
		margin: 10px;
		background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnWin2s.png);
	}
	.downCen:hover {
		height: 38px;
		width: 100px;
		margin: 10px;
		background-image: url(/_upload/tpl/00/36/54/template54/images/downbtnCen2s.png);
	}
	span.servlinks{width: 100vh; margin: 5px}
	}
	.servTel{margin: 5px}

/*service*/
.service-bgm {
    background-color: #fff;
    padding: 20px;
}
.service-title {
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-title-text {
    font-size: 35px;
    line-height: 45px;
}
.service-container {
    display: flex;
    justify-content: center;
}
.service-img {
    margin: 20px;
    height: 580px;
    width: auto;
}

/*service smallScreen*/
@media screen and (max-width:768px) {
    .service-bgm {
        padding: 10px;
    }
    .service-title {
        height: 100px;
    }
    .service-title-text {
        font-size: 25px;
    }
    .service-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .service-img {
        margin: 10px auto;
        height: 100%;
        width: 100%;
    }
}

/*newstu*/
.newstu-bgm {
    background-color: #fcdf63;
    padding: 20px;
}
.newstu-title {
    width: 100%;
    height: 180px;
    display: flex;
    flex: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newstu-title-text {
    font-size: 35px;
    line-height: 45px;
}
.newstu-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.newstu-img {
    margin: 20px;
    height: 580px;
    width: auto;
}


/*newstu smallScreen*/
@media screen and (max-width:768px) {
    .newstu-bgm {
        padding: 10px;

    }
    .newstu-title {
        /*width: 70%;*/
        height: 130px;
    }
    .newstu-title-text {
        font-size: 25px;
    }
    .newstu-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }
    .newstu-img {
        margin: 10px auto;
        height: 100%;
        width: 100%;
    }
}

.footer {
    bottom: 0;
    width: 100%;
    height: 65px;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer div {
    font-size: 14px;
    margin: 5px;
}

/*footer smallScreen*/
@media screen and (max-width:768px) {
    .footer {
        bottom: 0;
        height: 50px;
        width: 100%;
        background: #f1f1f1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer div {
        font-size: 12px;
        margin: 3px;
    }
}

/*model*/

/*.md-modal {*/
    /*position: fixed;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*width: 50%;*/
    /*max-width: 320px;*/
    /*min-width: 280px;*/
    /*height: auto;*/
    /*z-index: 9999999;*/
    /*border-radius: 10px;*/
    /*visibility: hidden;*/
    /*-webkit-transform: translateX(-50%) translateY(-50%);*/
    /*-moz-transform: translateX(-50%) translateY(-50%);*/
    /*-ms-transform: translateX(-50%) translateY(-50%);*/
    /*transform: translateX(-50%) translateY(-50%);*/
/*}*/

/*.md-show {*/
    /*visibility: visible;*/
/*}*/

/*!* Content styles *!*/
/*.md-content {*/
    /*color: #5b5b5b;*/
    /*background: #f0ebfb;*/
    /*position: relative;*/
    /*border-radius: 10px;*/
    /*margin: 0 auto;*/
/*}*/
/*.md-content .md-close-btn {*/
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 5px;*/
    /*z-index: 999999;*/
/*}*/
/*.md-content .md-close-btn a{*/
    /*color: #909090;*/
    /*cursor: pointer;*/
/*}*/
/*.md-content .md-close-btn a:hover{*/
    /*color: #212121;*/
/*}*/
/*.md-content .md-close {*/
    /*font-size: 13px;*/
/*}*/
/*.btn-primary {*/
    /*color: #fff;*/
    /*background-color: #337ab7;*/
    /*border-color: #2e6da4;*/
/*}*/


/*.md-con-text {*/
    /*display: flex;*/
    /*flex-direction: column;*/
/*}*/
/*.md-con-text p {*/
    /*display: flex;*/
    /*justify-content: center;*/
/*}*/
/*.model-closebtn {*/
    /*width: 50px;*/
    /*padding: 5px;*/
    /*text-align: center;*/
    /*margin-left: 80%;*/
    /*border-radius: 3px;*/
/*}*/

/*.md-content h3 {*/
    /*font-size: 16px;*/
    /*font-weight: 600;*/
    /*margin: 0;*/
    /*padding: 5px;*/
    /*text-align: center;*/
    /*background: #fff;*/
    /*border-top-right-radius: 10px;*/
    /*border-top-left-radius: 10px;*/
    /*color: #797979;*/
/*}*/

/*.md-content > div {*/
    /*padding: 15px 40px 20px;*/
    /*margin: 0;*/
    /*font-weight: 300;*/
    /*font-size: 14px;*/
/*}*/

/*.md-content > div p {*/
    /*margin: 0;*/
    /*padding: 10px 0;*/
/*}*/


/*.md-effect-1 .md-content {*/
    /*-webkit-transform: scale(0.7);*/
    /*-moz-transform: scale(0.7);*/
    /*-ms-transform: scale(0.7);*/
    /*transform: scale(0.7);*/
    /*opacity: 0;*/
    /*-webkit-transition: all 0.3s;*/
    /*-moz-transition: all 0.3s;*/
    /*transition: all 0.3s;*/
/*}*/
/*.md-show.md-effect-1 .md-content {*/
    /*-webkit-transform: scale(1);*/
    /*-moz-transform: scale(1);*/
    /*-ms-transform: scale(1);*/
    /*transform: scale(1);*/
    /*opacity: 1;*/
/*}*/
