@charset "utf-8";
*{
	font-family: "Source Han Sans CN";
}
html,body{
	height: 100vh;
	min-height: 100vh;
	min-width: 100vw;
	width: 100vw;
}
body{
	background: url(../../../common/image/body/background.png) no-repeat center fixed;
	background-color: rgba(18,174,181, 0.9);
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow-x: hidden;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}
/*头部分*/
div.col-12{
	text-align: center;
}
.divhead{
	height:80px;
	width:100%;
}
.divhead .inner-container h3{
	color:#FFFFFF;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	margin-top:15px;
	position: relative;
}
img.imghead{
	height:32px;
	vertical-align: middle;
	transform: translateY(-9%);
	width:50px;
}
a.ahome{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	right: 30px;
	top: 30px;
}
#translate{
	cursor: pointer;
	height: 30px;
	right: 120px;
	top: 20px;
	position: fixed;
	width: 30px;
}
.inner-container:hover .main_nav{
	display: block;
}
.inner-container{
	display: inline-block;
	width: auto;
	
}
.main_nav{
	display: none;
	padding-top: 8px;
	height:113px;
	position: absolute;
	top: 45px;
	left: -150%;
	z-index: 99;
	background: transparent;
	width: 400%;
}
.main_nav > ul{
	display: flex;
	flex: 1;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.main_container{
	overflow: hidden;
	display: inline-block;
	width: 200px;
	height: 80px;
	line-height: 80px;
	background: #20C1B1;
	text-align: center;
	opacity: .8;
	color: #fff;
	cursor: pointer;
	transition: all .3s;
}
.main_container:hover{
	margin-top: -8px;
	width:270px;
	height:96px;
	background:rgba(32,193,177,1);
	opacity: 1;
}
.main_container.active{
	opacity: 1;
}
.main_container + .main_container{
	margin-left: 20px;
}
.main_container .icon{
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	width: 30px;
	height: 30px;
}
.main_container .icon > img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.main_container .txt{
	color:rgba(255,255,255,1);
	display: inline-block;
	font-size:15px;
	font-weight:600;
	line-height:26px;
	opacity:1;
	overflow: hidden;
	vertical-align: middle;
	width:120px;	
	word-wrap: normal !important;
	white-space: normal;
}
/*主部分*/
.load_cur{
	display: none;
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 15px;
	right: 15px;
	bottom: 0;
	margin: 0;
	width: calc(100% - 30px);
	height: 80%;
	background: rgba(0,0,0,.6);
	z-index: 9;
	min-height: 400px;
}
.load_cur .load{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	width: 128px;
	height: 128px;
}
.load img{
	height: 100%;
	width: 100%;
}
.main{
	background-color: #ffffff;
	height: 65% !important;
	margin: 0px 15px 0px 15px;
	/* min-width: 730px; */
	/* min-height: 400px; */
}
.main .content{
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.content .desc{
	margin: 10px 0;
	font-size:16px;
	font-weight:400;
	line-height:20px;
	color:rgba(0,0,0,.8);
	padding: 0 5px;
}
.main .content .input_txt > textarea{
	resize: none;
	width: 90%;
	height: 125px;
	margin: 5px auto !important;
}
.content .upload_container{
	display: inline-block;
	margin:10px 0;
	color:rgba(0,0,0,.8);
}
.main .content .upload_container .upload{
	display: inline-block;
}
/*合作单位*/
#footer{
/* 	bottom: 5px;
	left: 20px;
	position: absolute; */
	margin-top: 10px;
	padding-left: 15px;
}
ul.ulfooter{
	margin: 0px;
	padding: 0px;
}
ul.ulfooter li{
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	opacity: 0.61;
}
ul.ulfooter li a span{
	color: #fff;
}
ul.ulfooter li:first-child{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	opacity: 0.61;
	vertical-align: middle;
}
ul.ulfooter li:nth-child(6) span{
	color:#D12D09;
	cursor: pointer;
}
/*模态框*/
div.modal{
	max-height: 100vh;
	width: 100%;
}
div.modal-header{
	font-size: 16px !important;
	padding: 5px 10px 5px 10px;
}
div.modal-dialog{
	max-height: 80vh !important;
	max-width: 70vw !important;
	padding: 0px;
}
div.modal-body{
	font-size: 14px;
	padding: 10px;
	height: 72vh !important;
	margin: 0px;
	overflow:auto;
}
/*右侧功能栏*/
#ulhome{
	list-style: none;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 16px;
}
#ulhome li{
	cursor: pointer;
	display: inline;
}
#ulhome>li:first-child{
	border-right: #ffffff solid 1px;
	padding-right: 3px;
	font-size: 14px;
	vertical-align: bottom;
}
#ulhome>li:first-child a{
	background: #FFFFFF;
	color: #119BA7;
	font-size: 14px;
	vertical-align: bottom;
	padding: 3px;
}
#ulhome>li:nth-child(2) a{
	border-right: #FFFFFF solid 1px;
	color: #FFFFFF;
	padding-right: 5px;
	vertical-align: bottom;
}
.close-x{
	margin-right: 0 !important;
}
.modal-body>div{
	overflow-x: hidden !important; 
}
.translate-btn-box{
	display: inline-block;
	vertical-align: bottom;
	font-family: arial !important;
}
.translate-btn{
	color:#119BA7;
	background: #FFFFFF;
	vertical-align:middle;
	font-size: 14px;
	margin-left: 5px;
	border-radius: 5px;
	padding: 1px 15px;
}
a.translate-btn-box {
	text-decoration: none;
	color: #1C7079;
}
.translate-btn-box span{
	vertical-align: middle;
}
.translate-btn:hover{
	border: none !important;
}
#clear{
	margin-left: -104px;
}
/*右侧版本按钮*/
#verPrevious a{
	border-radius: 5px 0px 0px 5px;
	padding-right: 0;
}
#verNext a{
	border-radius: 0px 5px 5px 0px;
	padding-left: 0;
}