/**
 * 页面样式表
 * @date 2016-10-25
 */

/**
 * 公共样式
 */
body {
	margin: 0;
	padding: 0;
	line-height: 120%;
	font-size: 0.9em;
	font-family:Arial ,"Times New Roman",  PMingLiU;
}
*{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}



/**
 *  内联隐藏链接样式
 */
.access {position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden;}

/* #link1{
	position: absolute;
	top: 100px;
}
#link2{
	position: absolute;
	top: 238px;
} */
#link1, #link2{
	margin:0px;
	padding:0px 0px 0px 37px;
	list-style:none;
	margin-top: 10px;
	margin-bottom: 25px;
}
#link1 li, #link2 li{
	padding:0px 0px 10px 0px;
}
	

.links1{
	padding-top: 492px;
	height:30px;		
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 40px;
}
.links2{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

*{
	box-sizing: border-box;
}	
/**
 * 首页样式
 */
.container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	min-height: 645px;
	/*overflow: hidden;*/
}

.index-left{
	/* float:left; */
	width: 644px;
	/* height: 645px; */
	position: relative;
	background-image: url(../img/bg-left.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.logo{
	width: 352px;
	height: 62px;
	position: relative;
	margin-top: 15px;
	margin-left: 50px
}
/*.logo>img{
	width : 352px; 
	height: 62px
}*/
.bom-list{
	width: 100%;
	height: 50px;
	color: #000;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
}
.bom-list>a{
	color: #000;
	margin-left: 7px;
}


.index-right{
	/* float: right; */
	width: 356px;
	/* height: 645px; */
	position: relative;
}


.set-font{
	position: absolute;
	padding-top: 15px;
	right: 30px;
}

.right-list{
	background: #E9EFF8;
	width: 100%;
	height: 514px;
	position: relative;
	padding-top: 50px;
	padding-left: 18px;
}
.index_lang1,.index_lang2{
	width:314px;
	height:51px;
	font-size: 1.2em;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 47px;
	/* position: absolute; */
}
.index_lang1 {
	background-image: url(../img/index-lang1.png);
	/* top: 50px;
	left: 18px; */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 36px;
}

.index_lang2 {
	background-image: url(../img/index-lang2.png);
	/* top: 190px;
	left: 18px; */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 36px;
}

.day{
	margin-top: 43px;
}

/*
 * 子页样式
 */

.container2 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../img/index-bg2.jpg);
	background-repeat: no-repeat;
	background-color: #EBF6FA;
}
.container3 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../img/index-bg3.png);
	background-repeat: no-repeat;
	position: relative;
	background-color: #dbeff5;
	min-height:957px;
}
.header{
	margin-top:40px;
	margin-left:65px;
	padding-bottom:10px;
	text-align: left;
	padding-right: 10px;
}
.header img{
	max-width: 100%;
}
.content, .menus, .menus_sitemap{padding:0px 55px 0px 63px;}
.menus ul{
/*	position: relative;
	margin: 0px;*/
	list-style-image: url(../img/dot.gif);
	/*padding-bottom: 10px;*/
	padding-left: 20px;
	min-height:460px;
}
.menus ul li{ 
	padding-top:15px;
}
.menus_sitemap ul{
	list-style-image: url(../img/dot.gif);
	margin:0px;
	padding-left: 20px;
}
.menus_sitemap ul li{ 
	padding-top:10px;
}

.btm-list{
	/*padding-top: 115px;*/
	margin-bottom: 5px;
	padding: 0px 55px 0px 63px;
}
/*.w3c{
	position: relative;
	left: 300px;
	top: -58px;
}*/

.footer{
	font-size: 0.7em;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 63px;
	/*background: #FBC771;*/
	padding-top: 5px;
}
#change_font_size2{
	float: right;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.index2_txt1{
	padding:20px 0px 20px 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #873C91;
}
.index2_txt2{
	padding:20px 55px 0px 63px;
	font-size: 1.1em;
	font-weight: bold;
	color: #6FB92C;
}

.footer_box1{
	padding: 0px 0px 0px 0px;
	height:800px;
	padding-top: 10px;
}
.footer_panel2{
	padding-top: 10px;
	padding-left:63px;
	padding-bottom: 20px;
	
}

@media screen and (max-width: 999px){
	.day{
		margin-top: 0;
	}
	.set-font{
		padding-top: 0;
	}
	.container{
		display: block;
		min-height: auto;
	}
	.index-left{
		padding-top: 92.54%;
		background-size: cover;
		position: static;
	}
	.container{
		position: relative;
		padding-bottom: 70px;
	}
	.index-left .logo{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		margin-left: 15px;
		margin-top: 10px;
		max-width: 352px;
	}
	.index-left .logo img{
		width: 100%;
		height: auto;
	}
	.index-left, .index-right{
		width: 100%;
	}
	.right-list{
		height: auto;
		padding-bottom: 60px;
	}
	.bom-list{
		padding: 0 7px;
	}
	.bom-list a:first-child{
		margin-left: 0;
	}
}
@media screen and (max-width: 767px){
	#change_font_size2{
		float: none;
	}
	.header{
		margin-left: 20px;
		padding-right: 20px;
	}
	.content, .menus_sitemap, .footer, .footer_panel2, .btm-list{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 500px){
	.index-left .logo{
		max-width: 200px;
	}
}