@charset "utf-8";
/* CSS Document */
/******************全局样式********************/
*{margin:0; padding:0; font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",serif;}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,textarea,ul{ border:none;outline:none;}
html,body{min-height:100%;font-size:14px;}
body{text-align:center; height: 100%;}
input::-ms-clear{display:none;}

/*********搜索框预加载文字样式********/
/* WebKit browsers */
::-webkit-input-placeholder {color:#f0a8ae;}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {color: #f0a8ae;	opacity: 1;}
/* Mozilla Firefox 19+ */
::-moz-placeholder {color: #f0a8ae;opacity:1;}
/* Internet Explorer 10+ */
:-ms-input-placeholder {color: #f0a8ae;}

/*********左右浮动********/
.fl{ display: inline; float: left;}
.fr{ float:right; display:inline-block;}

/*************内部容器***************/
.container{ width: 1220px; margin: auto; overflow: hidden; position: relative;}

/*************头部样式***************/
.header{ height: 150px; background-color: #8f000b; width: 100%;}
.header>div{padding: 10px 0;}
.header .logo{ height: 130px; line-height: 130px; width: 578px; float: left; margin-left: 20px;}
.header .logo img{ vertical-align: middle;}
.header .serchBox{ width: 300px; height: 30px; background-color: #9f0001; color: #ffffff; position: absolute; right: 0; top: 45px; border-radius: 2px;}
.header .serchBox input[type=text]{ width: 250px; height: 24px; padding: 3px 5px; color: #ffffff; line-height: 24px; float: left; background-color: transparent;}
.header .serchBox input[type=button]{ width: 39px; background-color: transparent; background-image: url(../images/serch_white.png); background-repeat: no-repeat; background-position: center; height: 24px; margin: 3px 0; border-left: 1px solid #b23334; cursor: pointer;}
.header .language{ position: absolute; right: 0; top: 80px; color: #ffffff; cursor: pointer; margin-right: 20px;}


/**********页脚样式*********/
/*.footer{width: 100%; height: 150px; color: #ffffff;}
.footerTop{ height: 120px; background-color: #2f2b2b;}
.footerBottom{ height: 30px; background-color: #232222;}
.footerTop .footerLogo{ float: left; width: 530px; height: 70px;}
.footerTop .footerNav{ float: right; width: 560px; color: #ffffff; height: 45px; line-height: 30px;}
.footerTop .footerNav li{ display: inline-block; float: left; text-align: left; margin-right: 25px;}
.footerTop .footerNav li a{color: #ffffff; cursor: pointer; font-size: 14px;}
.footerTop .footerNav li a:hover{color: #ffffff}
.footerTop .address{float: right; width: 560px; color: #ffffff; text-align: left; text-decoration: none; height: 20px;}
.footerBottom .copyIfo{line-height: 30px; text-align: right; margin-right: 25px;}
.footerTopSub{ background-color: #2f2b2b; padding: 30px 0;}
.footerBottomSub{ background-color: #232222;}*/
.footer { width: 100%; height: 100px; color: #ffffff; background: #2f2b2b;}
.footer .footContainer{ text-align: right; padding-top: 20px; height: 80px; background-color: #2f2b2b;}
.footer .footContainer h1{ font-size: 18px; line-height: 30px; margin-top: 5px;}
.footer .footContainer h1 a{ color: #fff;}
.footer .footContainer p{ line-height: 20px; margin-top: 10px;}
.footer .footContainer p a{ color: #fff;}


