@charset "utf-8";
/* CSS Document */

*{
	margin:0; padding:0; 
	font-family: "微软雅黑",Arial, Helvetica, sans-serif；
}
#wrap {
	width: 100%;
}
footer {
	background-color: #6C6C6C;
	width: 100%;
	padding-bottom: 10px;
	clear: both;
	overflow:hidden;
	font-family:"Microsoft YaHei";
}
footer p {
	font-family:"Microsoft YaHei";
}

.div2 {
	width: 72%;
	overflow: hidden;
	height: 920px;
	margin: 0 14%;
}
body{
	background-image:url(../img/../img/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.shouce{
	background-image: url(../img/yunshouce.png);
	background-repeat:no-repeat;
                background-size:100% 100%;
                -moz-background-size:100% 100%;
	background-repeat: no-repeat;
	height: 518px;
	border-radius: 50px;
	box-shadow: 6px 20px 20px 0 rgba(16, 91, 92, 0.55);
	margin-top: 40px;
}

.neirong{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55%;
    /* padding: 0 500px; */
    box-sizing: border-box;
	margin: 100px 8.5%;
}

.box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 255px;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 2px 6px 20px 0 rgba(16, 91, 92, 0.55);
}

#box1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 255px;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 2px 6px 20px 0 rgba(16, 91, 92, 0.55);
	background:url(../img/yuntuijie.png) no-repeat;
}

#box2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 255px;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 2px 6px 20px 0 rgba(16, 91, 92, 0.55);
	background:url(../img/yunfabu.png) no-repeat;
}

#box3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 255px;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 2px 6px 20px 0 rgba(16, 91, 92, 0.55);
	background:url(../img/yunshouce2.png) no-repeat;
}

#box4{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 255px;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 2px 6px 20px 0 rgba(16, 91, 92, 0.55);
	background:url(../img/yunkandi.png) no-repeat;
}

.wenzi{
	text-align: center;
	color: #c8c8c8;
	line-height:30px;
	font-size: 10px;
}
a #box1:hover{
         transform: scale(1.1); /* 放大1.1倍 */
     }
a #box2:hover{
         transform: scale(1.1); /* 放大1.1倍 */
     }

a #box3:hover{
         transform: scale(1.1); /* 放大1.1倍 */
     }
a #box4:hover{
         transform: scale(1.1); /* 放大1.1倍 */
     }

.tlddy{
	width: 687px;
	height: 264px;
	background:url(../img/tlddy.png) no-repeat;
	margin:0px auto;
}
#tllogo{
	width: 35px;
    height: 100px;
	background:url(../img/tllogo.png) no-repeat;
	margin:0 auto;
	margin-top: 50px;
}
#cplogo img{
	display: none;
}

#footer {
	width: 100%;
	height: calc(100vw/7.836);
	background:url(../img/footerPC.jpg) no-repeat;
}
#code{
	width: 285px;
    height: 32px;
	background:url(../img/gslogo.png) no-repeat;
	margin:0 auto;
	margin-top: 30px;
}