@charset "utf-8";
html,body{
	margin: 0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
	list-style: none;
}
input{
	outline: 0;
}
a {
	text-decoration: none;
}

.headerwrap {
    padding-top: 94px;
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 94px;
    margin: 0 auto;
    z-index: 1000;
    color: #fff;
    font-family: "黑体","微软雅黑",Arial;
    background-color: #da1a03;
}
#header .wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
#header .logo {
		display: flex;
    width: 16%;
    height: 100%;
    max-width: 340px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 2%;  
    align-items: center;
    overflow: hidden;    
    z-index: 100;   
    transition: all 1s;
}
#header .logo a {
    width: 100%;
    display: block;
}
#header .logo img {
    border: 0;
    outline: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

/*导航*/
#header .nav {
    text-align: center;
}
.nav-in {
    position: relative;
}
.nav-ul {
    width: 900px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}
#header .nav ul li {
    position: relative;
    display: inline-block;
    margin: 2px 0;
}
#header .nav .nav-ul li {
    height: 94px;
    flex: 1;
   	background: url(../images/fengx.png) no-repeat left center;
}

#header .nav .nav-ul li:first-child {
    background: none;
}
#header .nav .nav-box {
    width: 900px;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    display: flex;
    height: 100%;
}


.l-nav {
    flex: 1;
}
.l-nav li a {
    background: url(../images/shouye.png) no-repeat center 8px;
    padding-top: 41px;
}


.nav-in ul li{
  position: relative;
  display: inline-block;
 
}
#header .nav .g-nav li {
    width: 14.28%;
    margin: 2px 0;
}
.g-nav {
    flex: 7;
}
#header .clear {
    display: inline-block;
}
.nav-in ul li a {
	  display: block;
    line-height: 32px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
#header .nav li b {
    display: block;
    visibility: hidden;
    width: 18px;
    height: 10px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -9px;
}
#header .nav li.cur b {
    visibility: visible;
}
#header .nav li b img {
    vertical-align: top;
}

#header .nav ul li a:hover {
    color: #c2a680;
}

#header .nav_child {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 999;
}

#header .nav_child .child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    background: #ed8c80;
}
#header .nav_child .child .p {
    display: inline-block;
}
#header .nav_child .child p {
    display: inline-block;
    margin: 0 10px 0 0;
}
#header .nav_child .child p.last {
    margin: 0;
}
#header .nav_child .child strong {
    color: #fff;
    background: url(../images/img6.png) right center no-repeat;
    padding-right: 20px;
    margin-right: 6px;
    font-weight: 500;
}
#header .nav_child .child p.last strong {
    margin: 0;
    background: none;
    padding: 0;
}
#header .nav_child .child strong a {
    font-size: 18px;
    color: #fff;
}
#header .nav_child .child strong a:hover {
    color: #c2a680;
    text-decoration: none;
}
#header .nav_child .child p.last strong a {
    margin: 0;
}
#header .nav_child .child.now {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    height: 50px;
}


.tools {
    position: absolute;
    top: 37px;
    right: 2%;
    text-align: center;
    transition: all 1s;
}
.tools ul {
    float: left;
}
.tools li {
    float: left;
    height: 16px;
    margin-left: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    border-left: 1px solid #fff;   
    position: relative;
}
.tools li:first-child {
    border: 0;
    margin: 0;
}

.tools li.login {
    width: 54px;
    height: 18px;
    z-index: 3;
}
.tools li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    padding-right: 18px;
    width: 46px;
    height: 100%;
    box-sizing: border-box;
}
.tools a img {
    display: inline-block;
    width: 17px;
}
#header .tools li a img {
    max-height: none;
}
.tools li a:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.tools li a:after {
    position: absolute;
    right: 0;
    top: 6px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    width: 0;
    height: 0;
    content: '';
}
#header .tools li.login:hover img {
    margin-top: -21px;
}
#header .tools li.scbtn:hover img {
    margin-top: -23px;
}
.tools .login .loginbox {
    display: none;
    width: 90px;
    height: 117px;
    position: absolute;
    top: 0;
    padding-top: 35px;
    left: -2px;
    box-sizing: border-box;
}
.tools  .login .loginbox .loginbox-in {
    width: 100%;
    height: 78px;
    padding-top: 4px;
    background: red url(../images/123_03.png) no-repeat center 4px;
}
#header .loginbox .a {
    cursor: pointer;
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    padding: 0;
}
#header .loginbox .a:hover {
    color: #c2a680;
}
.tools li.lang {
    width: 56px;
    height: 20px;
}
.tools .lang a {
    line-height: 20px;
}
.tools .language {
    display: none;
    width: 90px;
    height: 185px;
    position: absolute;
    top: 0;
    padding-top: 35px;
    left: -2px;
    box-sizing: border-box;
}
.tools .language .language-in {
    width: 100%;
    height: 148px;
    padding-top: 4px;
    background: red url(../images/login-box.png) no-repeat center 4px;
}
.tools .language .a {
    cursor: pointer;
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    padding: 0;
}
#header .language .a:hover {
    color: #c2a680;
}
#header .tools li.scbtn {
    width: 55px;
    height: 20px;
}
#header .search {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff url(../images/search.png) center bottom no-repeat;
    width: 280px;
    height: 40px;
    margin-top: 40px;
    display: none;
    border-radius: 2px;
}
.search .kw {
    display: inline-block;
    background: none;
    border: none;
    width: 240px;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    color: #000;
    float: left;
    box-sizing: border-box;
}
.search .ok {
    background: url(../images/sousuo.png) no-repeat center center;
    border: none;
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
}



/*底部*/
#footer{
    margin-top: 15px;
    background-color: rgba(0,0,0,.5);
}
.copyright{line-height:25px; text-align:center; color:#666666;padding: 20px 0 30px;color:#fff;font-family: 黑体,微软雅黑,'Heiti SC',Arial;font-size: 14px;}
.copyright a{color:#fff; text-decoration:none;}
.copyright a:hover{color:#fff;text-decoration: underline;}
.bottom-link {
display: flex;
justify-content: center;
}
.bottom-link li {
margin: 0 5px;
}







