@charset "utf-8";
/* CSS Document */

/*reset*/
@font-face { 
font-family: 'fzltxh'; 
src:url('../../fonts/fzltxh.eot');
src:url('../../fonts/fzltxh.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/fzltxh.ttf') format('truetype'),
	url('../../fonts/fzltxh.svg#hwxk') format('svg');
font-weight: normal;
font-style: normal;
}

body{
	font-family:arial,"fzltxh"!important;
}
body,h1,h2,p,dl,dt,dd,ul,ol,li{
	margin:0;
	padding:0;
}
th{
	font-weight: normal;
}
dt{
	font-weight: normal;
}
img{
	display:block;
}
ul,ol{
	list-style:none;
}
.clearfix{
	clear:both;
}

/*header*/
.header{
	max-width:1210px;
	margin:0 auto;
	padding-top:40px;
}
.logo{
	margin-left:45px;
}
.language{
	float:right;
	margin-top:8px;
	margin-right:8px;
	margin-bottom:10px;
}
.language li{
	float:left;
	font-size:14px;
	padding:0 7px;
}
.language .ch a{
	color:#848484;
}
.language .en{
	border-left:1px solid #848484;
	color:#000;
}
.mynav{
	max-width:1210px!important;
	border:none!important;
	border-radius:0;
	margin:0 auto; 
	background-color:#badcec!important;
	font-size:18px;
}
.my-navbar li a{
	color:#1e1e1e!important;
	padding:0;
	line-height:52px;
	background:none;
	text-align:center;
}
.my-navbar,.my-navbar ul{
	width:100%!important;
}

/*footer*/
.footer{
	max-width:1210px;
	margin:0 auto;
	position:relative;
}
.shadow{
	position:absolute;
	top:-33px;
	width:100%;
	height:33px;
	background-image: url(../../img/shadow.png);
}
.footer-content{
	width:100%;
	background-color:#f8f8f8;
	padding-top:50px;
	padding-bottom:35px;
}
.nopadding{
	padding-right: 0!important;
}
.column,.title,.column ul{
	float:left;
}
.title{
	margin-top:3px;
	padding-right:35px;
	font-size:18px;
	color:#1e1e1e;
}
.column a{
	font-size:14px;
	line-height:24px;
	color:#1e1e1e;
}
.copyright{
	background-color:#1e1e1e;
	text-align:center;
	font-size:10px;
	color:#fff;
	line-height:20px;
}
@media(max-width:992px)
{
    .column{
    	padding-bottom:35px!important;
    }
    .footer-content{
    	padding-bottom:0!important;
    }
}