/*css 鍒濆鍖� */
@charset "UTF-8";
*,
::before,
::after {
    padding: 0;
    margin: 0;
    /*-webkit-tap-highlight-color: transparent;*/
    box-sizing: border-box;
    /*-webkit-box-sizing: border-box;*/
}
body {
    font-family: Source Han Sans CN,microsoft yahei,MicrosoftYaHei;
    font-size: 14px;
    line-height: 150%;
    background-color: #fff;
    color: #FFFFFF;
    min-width:1200px;
    margin:0px;
    padding:0px;
}
fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
/*鍘绘帀鍘熸牱寮忎腑鐨勫皬榛戠偣*/
ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "瀹嬩綋";
}

select,
input {
    vertical-align: middle;
}

/*杈撳叆瀛楀眳涓樉绀�*/
select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

/**/
textarea {
    resize: none;
}

/*闃叉鎷栧姩*/
img {
    border: 0;
    vertical-align: middle; /* 鍘绘帀鍥剧墖搴曢儴榛樿鐨�3鍍忕礌绌虹櫧缂濋殭*/
}

table {
    border-collapse: collapse; /*鍚堝苟澶栬繛绾�*/
}
/*娓呴櫎娴姩*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
    /*鍏煎IE6涓嬬殑鍐欐硶*/
}

a {
    /*a鏍囩涓嬬殑鏂囧瓧 涓嶇户鎵块鑹�*/
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s,
i,
em {
    /*涓�鑸捣瑁呴グ鎬х殑浣滅敤*/
    font-style: normal;
    text-decoration: none;
}

.color_main {
    /*涓昏壊璋�*/
    color: #C81623 !important;
}

/*鍏叡绫�*/
.w {
    /*鐗堝績 鎻愬彇 */
    width: 1200px;
    margin: 0 auto;
    /* background-color: #EC7503; */
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}
.m_l10 {
    margin-left: 10px;
}
.m_r10 {
    margin-right: 10px;
}

/*css鍒濆鍖栧畬鎴�*/

/* 瀵艰埅鏍忔牱寮� */
#header-outer {
    position: fixed;
    width:100%;
    height:90px;
    z-index:100;
	background-color: rgba(255,255,255,0.1)
}
#header-outer a {
	color: #fff
}
#header-outer .nav-bar {
	background-color: rgb(255, 106, 24)
}
.header {
    height: 90px;
    left:0;
    right:0;
	display:flex;
	justify-content:space-between;
}
.header > h1 {
    margin-left: 0px;
    width:160px;
    height:44px;
    margin-top:23px;
    background-image: url(../img/logo.png);
}
.header > .nav {
    height: 90px;
    line-height: 90px;
}
.header > .nav li {
    position: relative;
    float: left;
    text-align: center;
    padding: 0 27px;
}
.header > .nav a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color:white;
}
.header > .nav .nav-bar {
    display: block;
    visibility: hidden;
    width: 40px;
    height: 4px;
    position: absolute;
    bottom: 14px;
    left: 50%;
    margin-left: -20px;
    background-color: #FFFFFF;
}
.header > .language {
    width: 84px;
    height: 90px;
    line-height: 90px;
    margin-right: 50px;
}
.header > .language  li {
    float: left;
    text-align: center;
    width: 42px;
}
.header > .language  a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 95px;
}
/* banner鏍峰紡 */
.banner-box {
	width:100%;
	height:463px;
	overflow:hidden;
	margin-bottom:69px;
}

#banner {
	width:100%;
	height:463px;
	transition: transform 3s ease 0s;
}
/* 椤佃剼鏍峰紡 */
.footer-div{
	width:100%;
	height:85px;
	background:#E8E8E8;
}
.foot-content{
	width:1200px;
	height:85px;
	margin:auto;
	text-align:center;
	color:#505059;
	padding-top:30px;
	font-size:14px;
}
