@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2020-03-10 10:59:43
 * @version $Id$
 */


.header{ width: 100%; background: #ffffff; position: fixed; top: 0; left: 0; z-index: 300; }
.headerCenter{ width: 1132px; margin: 0 auto; position: relative; }

.headerLeft{ float: left; padding-left: 10px; padding-top: 18px; padding-bottom: 18px; }
.headerLeft h1{ font-weight: normal; display: inline-block; vertical-align: top; }
.headerLeft h1 a.logo{ display: inline-block; vertical-align: top; width: 110px; height: 38px; background: url(../images/newLogo.png) no-repeat 0 center; }
.headerLeft h1 span{ display: inline-block; vertical-align: top; line-height: 38px; }
.headerLeft h1 span.fuHao{ color: #e8e8e8; font-size: 20px; padding-left: 13px; padding-right: 15px; }
.headerLeft h1 span.headerTitle{ color: #000000; font-size: 18px; }

.headerLeft .aTyxbBtnWrap{ display: inline-block; vertical-align: top; padding-left: 10px; padding-top: 4px; }
.headerLeft .aTyxbBtnWrap a.a-tyxb-btn{ text-decoration: none; display: inline-block; vertical-align: top; line-height: 28px; border: 1px solid #fe5850; color: #fe5850; padding: 0 7px; 
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px; }

.headerRight{ float: right; }


.header .headerSel{ position:relative; }
.header .selTextWrap{ cursor:pointer; padding-right:11px; }
.header span.headerSelText{ display:inline-block; vertical-align:top; width:147px; line-height:74px; font-size:14px; margin-right:10px; text-align:right; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.header span.headerSelBtn{ display:inline-block; vertical-align:top; width:8px; height:74px; background-image:url(../images/header-selBtn.png); background-repeat:no-repeat; background-position:0 center; }

.header .headerSelContent{ display:none; background:#ffffff; width:160px; padding:0 24px; border:1px solid #e5e5e5; position:absolute; top:70px; right:0; z-index:100;

-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
 
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
-ms-border-radius:5px;
border-radius:5px;
-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.3);
-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.3);
box-shadow:3px 3px 5px rgba(0,0,0,0.3); }
.header span.headerSelBg1{ width:20px; height:10px; background:url(../images/header-selBg1.png) no-repeat; position:absolute; top:-10px; right:40px; z-index:150; }


.header .headerSelContent ul{ padding:6px 0; }
.header .headerSelContent ul li{ list-style:none;}
.header .headerSelContent ul li a{ display:block; padding:11px 26px; font-size:14px; color:#282828; text-decoration:none; }


.header span.headerIcon{ display:inline-block; vertical-align:top; width:14px; height:19px; background-repeat:no-repeat; background-position:0 center; margin-right:13px; }
.header span.headerIcon3{ background-image:url(../images/header-icon3.png); }
.header span.headerIcon4{ background-image:url(../images/header-icon4.png); }

.header .headerSelContent a:hover{ color:#fe5850; }
.header .headerSelContent a:hover span.headerIcon3{ background-image:url(../images/header-iconA3.png); }
.header .headerSelContent a:hover span.headerIcon4{ background-image:url(../images/header-iconA4.png); }



.header .headerSelActive span.headerSelBtn{ background-image:url(../images/header-selBtnA.png); }
.header .headerSelActive .headerSelContent{ display:block; }


/*
.headerBg{ width: 100%; height: 90px; position: fixed; left: 0; top: 74px; z-index: 60; background-color: #fbfbfb; background-image: url('../images/headerBanner2.png'); background-repeat: no-repeat; background-position: center 2px; }
*/

.headerBg{ width: 100%; height: 16px; position: fixed; left: 0; top: 74px; z-index: 60; background-color: #fbfbfb; display: none; }