@charset "utf-8";
body,html{
    width: 100%;
    height: 100%;
}
.container{
    display: flex;
   flex-direction: column;
}
.inner{
    margin-left: 120px;
    margin-right: 120px;
}
/* 头部 */
.container .balck{
    width: 100%;
    height: 201px; 
    background: url("../images/index（1）.png") left top repeat-x;
    background-size:100% auto !important;
	/* background: linear-gradient(180deg, #000000 57px,rgba(0,0,0,.2)); */
	/* opacity: .2; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.container .title{
    flex-shrink: 0;
    height: 94px;
  /* background: url("../images/index\(1\)\(1\)_01.png") no-repeat 0 0;
  background-size: 100%; */
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 69;
    background: url(../images/bottom1.png) center bottom no-repeat;
    background-size:100% auto !important;
   
}
.head{
  
    /* margin-top: 27px; */
  
}
.head>img{
    /* margin-top: 27px; */
    /* max-width: 100%; */
    height: 94px;
}
.search{
    margin-top: 27px;
    width: 174px;
    height: 38px;
    border-radius: 19px;
    position: relative;
    border: solid 1px #c4c4c4;
    margin-right: 13px;
    margin-left: 28px;
    overflow: hidden;
    z-index: 100;

}
.fen{
    display: none;
}
.search>img{
    display:block;
    /* position: absolute;
    right: 17px;
    top: 11px; */
    width: 17px;
    float: right;
    margin-right: 17px;
    margin-top: 11px;
    cursor: pointer;
}
.search input{
    width: calc(100% - 34px);
    float: left;
    height: 100%;
    text-indent: 15px;
    color: #fff;
}
input::placeholder {
    color: #fff;
  }
.head ul{
    overflow: hidden;
}
.head ul li{
    float: left;
}
.head ul li a{
    display: inline-block;
    font-family: Arial-BoldMT;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 94px;
	letter-spacing: 0px;
	color: #ffffff;
    margin: 0 31px 0 32px;
}
.head>a{
    height: 94px;
    /* margin-top: 27px; */
}
/* .head ul li a>img{
    margin-top: 27px;
} */
.con{
    flex: 1;
}
