/**
 * 页面样式表
 * @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: 54px;
	margin-left: 60px
}
/*.logo>img{
	width : 352px; 
	height: 62px
}*/
.bom-list{
	width: 100%;
	height: 50px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
    align-items: center;
}
.bom-list>a{
	color: #fff;
	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: #dbeff5;
	width: 100%;
	height: 512px;
	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: #FBC771;
}
.container3 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../img/index-bg3.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-color: #dbeff5;
}
.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, .index2_txt2{padding:0px 55px 0px 95px;}
.menus ul{
	position: relative;
	margin: 0px;
	list-style-image: url(../img/dot.gif);
	padding-top: 10px;
	padding-right: 0px;
	/*padding-bottom: 10px;*/
	padding-left: 20px;
}
.menus ul li{ 
	/*margin-bottom:10px;*/
}
.menus_sitemap ul{
	list-style-image: url(../img/dot.gif);
	margin:0px;
	padding-left: 20px;
}
.menus_sitemap ul li{ 
	padding-top:10px;
}

.btm-list {
    margin-top: 50px;
    margin-bottom: 30px;
}
.w3c {
    position: relative;
    left: 440px;
    top: -58px;
}
.w3c_inside{
	position: absolute;
    right: 20px;
    bottom: 10px;
}
/*.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: 46px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.index2_txt1{
	padding:20px 0px 20px 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #D6251F;
}
.index2_txt2{
	/* padding:20px 55px 0px 63px; */
	font-size: 1.1em;
	font-weight: bold;
	color: #006833;
}

.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%;
	}
	.index-right{
		margin-top: 15px;
	}
	.right-list{
		height: auto;
		padding-bottom: 60px;
	}
	.bom-list{
		padding: 0 7px;
	}
	.bom-list a:first-child{
		margin-left: 0;
	}
	.bom-list>a{
		color: #000;
	}
	.bom-list{
		display: block;
		text-align: left;
	}
}
@media screen and (max-width: 767px){
	#change_font_size2{
		float: none;
	}
	.header{
		/* margin-left: 20px;
		padding-right: 20px; */
	}
	.content, .menus_sitemap, .footer, .footer_panel2, .menus, .index2_txt2{
		padding-left: 20px;
		padding-right: 20px;
	}
	.w3c{
		left: auto;
		top: auto;
	}
	.w3c_inside{
		position: relative;
		left: 0;
		clear: both;
		bottom: 0;
	}
}
@media screen and (max-width: 500px){
	.index-left .logo{
		max-width: 200px;
	}
}