@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif；
}
#wrap {
	width: 100%;
}
.div2 {
	width: 72%;
	overflow: hidden;
	height: 920px;
	margin: 0 14%;
}
body {
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.shouce {
	background-image: url(../image/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: -30px;
}
.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(../image/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(../image/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(../image/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(../image/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: 568px;
	height: 228px;
	background: url(../image/tlddy.png) no-repeat;
	margin: 70px auto 50px auto;
}
#tllogo {
	width: 35px;
	height: 100px;
	background: url(../image/tllogo.png) no-repeat;
	margin: 0 auto;
	margin-top: 50px;
}
#cplogo img {
	display: none;
}
#dibu {
	width: 100%;
	height: calc(100vw/7.836);
	background: url(../image/footerPC.jpg) no-repeat;
}
#code {
	width: 285px;
	height: 32px;
	background: url(../image/gslogo.png) no-repeat;
	margin: 0 auto;
	margin-top: 25px;
}
footer {
	display: none;
}
.news {
	display: none;
}
#footer {
	padding-left: 18px;
	padding-top: 50px;
	width: 131px;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 999999999;
	margin-top: -148px;
	background-color:rgba(255,255,255,0.4);
}
#footer>a {
    float: left;
    height: 70px;
}
#footer>a img{
	argin-top: 16px;
    
}
#footer span {
	color: #000000;
    padding-left: 10px;
    line-height: 14px;
	font-size: 14px;
}
#footer a img {
	margin: -12px auto;
	width: 40px;
	height: 40px;
}
a:active, a:link, a:hover, a:visited {
	text-decoration: none;
}
/*

.footer-bottom {
	padding-bottom: 56px !important;
}
*/