@charset "utf-8";
/* CSS Document */
/**
 * 通用标签初始化
 */
html {margin:0;padding:0;border:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;padding:0;border:0;/*font-size:100%;*/font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {color:#3e3a39;background:#fff;font-family:"Microsoft YaHei","simsun","Helvetica Neue", Arial, Helvetica, sans-serif; font-weight:300}

::-webkit-input-placeholder {color:#999;}
:-moz-placeholder {color:#999;}
::-moz-placeholder {color:#999;}
:-ms-input-placeholder {color:#ccc;}
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/*-webkit-box-shadow:0 4px 40px rgba(0,0,0,0.5);-moz-box-shadow:0 4px 40px rgba(0,0,0,0.5);box-shadow:0 4px 40px rgba(0,0,0,0.5);-webkit-border-radius:4px;*/
*:before,*:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;border:0;}
textarea {overflow:auto;}
input:focus,textarea:focus,button:focus,select:focus {outline:none;}
input::-ms-clear {display:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display:block;}
audio,canvas,progress,video {display:inline-block;vertical-align:baseline;}
audio:not([controls]) {display:none;height:0;}
[hidden],template {display:none;}
a {background:transparent; text-decoration:none; outline:none;}
a:active,a:hover {outline:0;}

b,strong {font-weight:bold;}

hr {height:0;-moz-box-sizing:content-box;box-sizing:content-box;}

button,input,optgroup,select,textarea {margin:0;font:inherit;}
button {overflow:visible;}
button,select {text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled] {cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;border:0;}
input {line-height:normal;}
input[type="checkbox"],input[type="radio"] {box-sizing:border-box;padding:0; }
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height:auto;}
input[type="search"] {-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
fieldset {padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0;}
legend {padding:0;border:0;}
optgroup {font-weight:bold;}
table {border-spacing:0;border-collapse:collapse;}
td,th {padding:0;}
hr {clear:both;float:none;width:100%;height:1px;margin:10px 0;border:none;-moz-box-sizing:content-box;box-sizing:content-box;margin:0;}
blockquote {border:solid 1px #ddd;border-left-width:6px;padding:20px;border-radius:4px;}
blockquote strong {display:block;margin-bottom:10px;}
blockquote p:last-child {margin:0;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {filter:alpha(opacity=60); opacity:.6; position:absolute}
q {quotes:none;}
q:before,q:after {content:'';content:none;}
ul,li {list-style:none;}
body{ background-color: #fff;}
a{color: inherit;}
.fl{ float:left;}
.fr{ float:right;}
.over{ overflow:hidden;}
.clear{ clear:both;}
.full-width {max-width: 100%; min-width: 1200px;}
.width-1200 {max-width: 1200px;width: 95%; margin:0 auto;}
.width-1200:after {content:""; display: block; width: 0;height: 0;clear: both;}
.width-1400 {max-width: 1400px; width: 98%;margin:0 auto;}
.width-1400:after {content:""; display: block; width: 0;height: 0;clear: both;}
.flexbox{display: flex;justify-content: space-between;flex-wrap: wrap;}
.width-800 {max-width: 800px;width: 95%; margin:0 auto;}
.width-800:after {content:""; display: block; width: 0;height: 0;clear: both;}
.flexwidth{
	width: 1200px;
	margin: 0 auto;
}
header{ position:absolute;
 position: fixed; 
	z-index: 10000;

	width: 100%;
	top: 0;
	left: 0;
	right: 0;background-color: #fff;
}
.header{
	margin: 0 auto; 
	
}
.width-auto{
	margin: 0 auto;
	
}
.header ul{
	width: 750px;
}
@media (max-width: 1100px) {
 .header ul{
	width: 550px;
}   
}
    
  @media (max-width: 900px) {
       .header ul{
	width: 500px;
} 
 .header_right{ display: none;
}   
     
    
    
}
.header ul li{
	flex: 1;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 80px;
	font-weight: 100;
}
.header ul li.cur,.header ul li:hover{
	color: #333;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.4); 
}
.header ul li span{ float:right;background-color: #333;width:1.5px;height:20px; margin-top:30px;}
.en_box{
	padding-top: 30px;
}
.en_box a{
	color: #666666;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 2px;
	font-weight: bold;
}
.en_box font{
	vertical-align: top;
}
.header h1{
padding-top: 10px;
}
.header h1 img{height:60px;}
.hei_8{
	width: 100%;
	height: 80px;
}


.header_right{ float:right;width:100px;height:35px;line-height:35px;background: #dbdcdf; margin-left:0px; margin-top:25px;border-radius: 5px; text-align:center}
.header_right img{height:25px;}


.heisao{height:80px;}











/*Top002209*/

/*body{ background:#000;}*/
.Top002209 { background: #fff; padding: 20px 60px; line-height: 39px; border-bottom: 1px solid #eeeeee; }
.Top002209 .header { display: -webkit-box; display: -moz-flex; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.Top002209 .header-left { max-width: 40%; }
.Top002209 .header-mid,
.Top002209 .header-right dd { font-size: 15px; }
.Top002209 .header-right dd.ra { margin-left: 10px; padding-left: 10px; border-left: 1px solid #cccccc; line-height: 1 }
.Top002209 .header-right dd.ra:nth-child(1) { margin: 0; padding: 0; border: 0 }
.Top002209 .header-right dd a { color: #999999; -webkit-transition: 0.3s; transition: 0.3s; }
.Top002209 .header-right dd a:hover { color: #e63241 }
.Top002209 .header-right dd.Shopping { position: relative; font-size: 14px; }
.Top002209 .header-right dd.Shopping .shopList { display: none; position: absolute; right: 0; top: 100%; width: 134px; margin-top: -10px; }
.Top002209 .header-right dd.Shopping .shopList .itb { text-align: right; line-height: 8px; }
.Top002209 .header-right dd.Shopping .shopList .itb .i { display: inline-block; position: relative; z-index: 2; top: 1px; width: 0; margin-right: 15px; height: 0; border-bottom: 8px solid #fff; border-left: 8px solid transparent; border-right: 8px solid transparent; }
.Top002209 .header-right dd.Shopping .shopListView { border-radius: 3px; border: 1px solid #e9e9e9; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); z-index: 88; background: #fff; }
.Top002209 .header-right dd.Shopping:hover .shopList { display: block; }
.Top002209 .header-right dd.Shopping .shopList a { display: block; height: 40px; padding: 0 15px; border-bottom: 1px solid #ebebeb; line-height: 40px; text-align: left; font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.Top002209 .header-right dd.Shopping .shopList a:last-child { border-bottom: none; }
.Top002209 .header-right dd.Shopping .shopList a .img { width: 24px; margin-right: 10px; display: inline-block; }
.Top002209 .header-right dd.Shopping .shopList a .img img { }
.Top002209 .header-right dd.Shopping .shopList a { color: #333; }
.Top002209 .header-right dd.Shopping a { color: #fff; }
.Top002209 .header-right .rightdd { display: inline-block; }
.Shopping { padding: 0 15px; margin: 0px 56px; line-height: 30px; height: 30px; text-align: center; background: #e63241; }
.Top002209 .header-right { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10 }
.Top002209 .header-right dd { display: inline-block; vertical-align: middle }
.Top002209 .top-search { position: relative; width: 30px; z-index: 30; }
.Top002209 .open-search { display: block; float: right; width: 30px; height: 39px; line-height: 39px; text-align: center; position: relative; z-index: 2; border: 1px solid transparent; }
.Top002209 .open-search .iconfont { font-size: 22px; color: #adadad; }
.Top002209 .search-box { width: 200px; display: none; position: absolute; right: 0; top: 155%; z-index: 1; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; background: #fff }
.Top002209 .search-box .text { border: 1px solid #e0e0e0; border-radius: 3px; width: 100%; line-height: 43px; height: 43px; padding: 0 40px 0 10px; color: #666; background: none; }
.Top002209 .search-box .btn { position: absolute; right: 20px; top: 15px; height: 100%; width: 39px; color: #333; }

/* .Top002209 .search-box .btn:hover {color: #fff;} */
.Top002209 .header-menu li { width: auto !important; font-size: 15px; margin-right: 36px; -webkit-transition: margin 0.3s; transition: margin 0.3s; }
.Top002209 .header-menu li:last-child { margin: 0 }
.Top002209 .header-menu li em a { color: #333333; }
.Top002209 .header-menu li.aon em a,
.Top002209 .header-menu li em a:hover { color: #e63241; }

/* .Top002209 .header-show .ra{display: none} */
.Top002209 .search-box { line-height: 31px }
.Top002209 .header-show .search-box { z-index: 5; opacity: 1; }
@media(min-width:1200px) {
  .Top002209 .top-search { width: 40px; border-radius: 40px; height: 40px; }
  .Top002209 .open-search { width: 40px; height: 40px; line-height: 40px; }
  .Top002209 .top-search.searchOn { background: transparent; }
  .Top002209 .searchOn .open-search { background-image: url('../images/sousuo1.png'); display: none; }
  .Top002209 .header-mid { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .Top002209 .header-mid.nav-hide { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); visibility: hidden; }
  .Top002209 .header-right .rightdd { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .Top002209 .header-right .rightdd.rightdd-hide { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); visibility: hidden; }
}

/* .Top002209 .header-show li{ margin-right:5px;} */
.header-menu li em { padding-right: 20px; background: url(../images/header_icon2.png) no-repeat right center; -webkit-transition: 0.3s; transition: 0.3s }
.header-menu li.on em { background: url(../images/header_icon1on.png) no-repeat right center !important; padding-right: 30px; }
.header-menu li.on.aon em { background: url(../images/header_icon1.png) no-repeat right center !important; padding-right: 30px; }
.header-menu li.aon em { background: url(../images/header_icon3.png) no-repeat right center; }
@media(max-width:1800px) {
  .Top002209 .header-menu li { margin-right: 24px }
}
@media(max-width:1600px) {
  .Top002209 { padding: 20px 40px }
  .Top002209 .header-menu li { margin-right: 20px }
  .Top002209 .header-right dd.Shopping { margin: 0 30px }
}
@media(max-width:1440px) {
  .Top002209 .header-menu li { margin-right: 16px }
  .Top002209 .header-right dd.Shopping { margin: 0 20px }
}
@media(min-width:1367px) {
  .Top002209 .header { position: relative; }
  .Top002209 .header-mid { position: absolute; top: 0; margin: 0 auto; left: 0; right: 0; max-width: 600px; }
}
@media(max-width:1366px) {
  .Top002209 { position: relative; z-index: 100; padding: 2% 0; }
  .Top002209 .header-left { display: table; height: 39px; }
  .Top002209 .header-left .logo { display: table-cell; vertical-align: middle; padding-left: 10px; }
  .Top002209 #header-menu { position: absolute; top: 100%; background: #000; width: 230px; right: 0; display: none; }
  .Top002209 #header-menu li em,
  .Top002209 #header-menu li em a { border-bottom: 0; }
  .Top002209 #header-menu li em a { font-weight: normal; text-align: center; }
  .Top002209 #header-menu li:nth-child(2n) { background: rgba(255, 255, 255, 0.1); }
  .Top002209 #open_menu { margin-left: 20px; width: 39px; height: 39px; border-radius: 50%; background: #e63241; position: relative; margin-right: 10px; }
  .Top002209 #open_menu i,
  .Top002209 #open_menu i::before,
  .Top002209 #open_menu i::after { background: #fff; }
  .Top002209 #open_menu i { left: 20%; width: 60%; height: 2px; margin-top: -1px; }
  .Top002209 .header-right dd.Shopping,
  .Top002209 .header-right dd.ra { display: none }
  #header-menu .zdl { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; display: -webkit-flex; justify-content: space-between; flex-wrap: wrap; padding: 10px 6px; border-bottom: 1px solid #cccccc }
  #header-menu dd.ra { width: 33.33%; text-align: center }
  #header-menu dd.ra a { color: #fff; font-size: 14px; opacity: 0.8; }
  #header-menu .zdl .Shopping { margin: 0 auto }
}
@media(max-width:440px) {
  .Top002209 .header .top-search { width: 30px !important; }
  .Top002209 .header-show .top-search { width: 120px !important; }
}

.foot_jm{width:100%;height:auto;line-height:40px; text-align:center;margin-top:50px;}
.foot_jm li{margin-bottom:50px; font-size:16px;list-style:none;width:33%; float:left }
.foot_jm li:nth-of-type(1) 
{background: url(../images/qqbg.png) no-repeat center top;display:block;}
.foot_jm li:nth-of-type(1):hover 
{background: url(../images/qqbgs.png) no-repeat center top;}
.foot_jm li:nth-of-type(2) 
{background: url(../images/mdbg.png) no-repeat center top;display:block;}
.foot_jm li:nth-of-type(2):hover 
{background: url(../images/mdbgs.png) no-repeat center top;}
.foot_jm li:nth-of-type(3) 
{background: url(../images/hzbg.png) no-repeat center top;display:block;}
.foot_jm li:nth-of-type(3):hover 
{background: url(../images/hzbgs.png) no-repeat center top;}
.foot_jm li p{ display:block; margin-top:61px;}
.foot_jm li a{width:100%; display: inline-block;}
.foot_jm_line{width:100%;}




.footer{ padding-top:40px;}
.foot_left{ margin-right:320px;}
.foot_left li{margin-bottom:50px; font-size:16px;list-style:none;width:25%; float:left }
.foot_left li h2{ font-size:18px; display:block;line-height:40px;}
.foot_left li a{ font-size:14px;color:#828282;line-height:30px; display:block; font-weight:400}
.foot_left li a:hover{color:#000}
.foot_right{ float:right;line-height:30px;}
.foot_right h2{ font-size:14px; display:block;line-height:40px; font-weight:400; margin-top:10px;}
.foot_right span{ font-size:24px; display:block; margin-bottom:20px;font-weight:550;}
.foot_right img{ display:block}


.nyolsder{width:100%;height:80px;line-height:40px; position:absolute; z-index:11; top:170px; font-size:30px;color:#fff;letter-spacing:0px;padding-left:300px;}

@media(max-width:1100px) {
    .nyolsder{width:100%;height:80px;line-height:40px; position:absolute; z-index:11; top:170px; font-size:30px;color:#fff;letter-spacing:0px;padding-left:100px;}
}
.nyolsder h2{ font-size:40px; color:#fff; display:inherit;letter-spacing:0px; line-height:50px; padding-bottom:10px; font-weight:400; }
