@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan 
 */

/*home*/
.m-body{position:relative;overflow:hidden;width:100vw;height:100vh;background:url(../images/home/m-home.jpg) center center no-repeat;background-size:100% 100%;color:#fff;}
.m-home{width:100%;height:100%;}
.g-homeleft{padding:49px 85px 0 85px;width:632px;height:100%;background-color:rgba(0,0,0,.5);}
.u-logo{margin:0 auto 70px;width:271px;height:232px;}
.g-version li a{-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;transition:transform .3s ease-out;  display:flex;width:220px;height:132px;align-items:center;justify-content:center;}
.g-version li a:hover{transform:translate3d(0,-5px,0);}
.g-version li:nth-child(1) a{background-color:#123e86;}
.g-version li:nth-child(2) a{background-color:#128450;}
.g-version li a img{margin-right:20px;}
.g-version li a span{color:#fff;letter-spacing:0;font-weight:400;font-stretch:normal;font-size:32px;font-family:MicrosoftYaHei;}
.g-function li,.g-version li{margin-bottom:10px;}
.g-function li a{-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;transition:transform .3s ease-out; display:flex;width:220px;height:132px;background-color:#3da38c;align-items:center;justify-content:center;}
.g-function li a:hover{transform:translate3d(0,-5px,0);}
.g-function li a img{margin-right:16px;}
.g-function li a span{color:#fff;letter-spacing:0;font-weight:400;font-stretch:normal;font-size:24px;font-family:MicrosoftYaHei;}
.g-footer p{height:30px;color:#fff;letter-spacing:0;font-weight:400;font-stretch:normal;font-size:14px;font-family:MicrosoftYaHei;line-height:30px;}
.g-footer p:nth-child(1){margin:10px 0;padding-left:30px;background:url(../images/home/icon_6.png) left center no-repeat;}
.g-footer p:nth-child(2){padding-left:30px;background:url(../images/home/icon_7.png) left center no-repeat;}
.g-footer p:nth-child(3){margin-bottom:10px;text-indent:72px;}
.g-footer p:nth-child(4){text-indent:50px;}
.g-footer p:nth-child(4) img{margin-right:3px;vertical-align:middle;}

/* .m-gg a{display:block;margin-bottom:50px;width:100%;height:150px;background-color:#3da38c;color:#fff;text-align:center;font-weight:400;font-stretch:normal;font-size:32px;font-family:MicrosoftYaHei;line-height:150px;} */

/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {


}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    

}
/*pad md*/
@media screen and (max-width: 991px ){
	.m-body{width: 100%;height: 100% !important; background:url(../images/home/bottom_bj.png) #f6fcff bottom center no-repeat;background-size: 100% 30%;}
    .m-version{padding: 0 20px;}
    .g-homeleft{padding:49px 0 0 0;width:100%!important;}
    .u-logo {margin: 0 auto 30px;}
    .g-footer{padding: 0 10px;margin: 20px 0 0 0;}
    .g-version li,.g-version li a{width: 42vw;}
    .g-function li a{width: 42vw;}
    .g-version li a span{font-size: 26px;}
    .g-footer p:nth-child(4){margin-top: 30px;text-indent: 28px;}

    .g-homeleft{background: none !important;}
    .g-footer p,.g-footer p a{color: #333 !important;}
    .m-gg a{width: 90%;margin: 0 auto;}
    .u-logo img:first-child{display: none !important;}
    .u-logo img:last-child{display: block !important;}
    .g-footer p:nth-child(1){background: url(../images/home/icon_9.png) left center no-repeat;}
    .g-footer p:nth-child(2){background: url(../images/home/icon_10.png) left center no-repeat;}

}
/*phone sm*/
@media screen and (max-width: 767px) {
    

}
/*small xs*/
@media screen and (max-width: 638px) {
    
}