@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #f6f6f6;
}
body a:hover {
  color: #0c5abb !important;
}
.headbar {
  width: 100%;
  min-width: 1200px;
  height: 107px;
  overflow: hidden;
  background:#fff;
}
.headbar .logo {
  padding: 32px 0 20px 0;
  float: left;
  margin-right: 74px;
}
.headbar .logo a {
  display: block;
}
.headbar .logo a:hover .logo_text {
  color: #333;
}
.headbar .logo .img {
  width: 52px;
  height: 55px;
  float: left;
  margin-right: 12px;
}
.headbar .logo .img img {
  width: 100%;
  height: 100%;
}
.headbar .logo .logo_text {
  float: left;
  font-size: 30px;
  line-height: 55px;
  font-weight: normal;
  color: #333;
}
.headbar .search_moduler {
  float: left;
  padding: 40px 0 22px 0;
}
.headbar .search_moduler .search_form {
  box-sizing: border-box;
  width: 450px;
  height: 45px;
  background: #fff;
  border: 1px solid #285FE6;
  border-radius: 22px;
  display: block;
  padding-left: 20px;
}
.headbar .search_moduler .search_form .search_input {
  float: left;
  outline: none;
  border: none;
  padding: 0;
  display: block;
  width: 344px;
  height: 43px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #999;
}
.headbar .search_moduler .search_form .search_btn {
  padding: 0;
  float: left;
  display: block;
  outline: none;
  border: none;
  width: 84px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border-radius: 0px 21px 21px 0;
  background: #285FE6;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.headbar .right_nav {
  
  float: left;
  padding: 54px 0 35px 0;
}
.headbar .right_nav .list {
  height: 18px;
}
.headbar .right_nav .item {
  float: left;
  margin-left: 30px;
  
}
.headbar .right_nav .item a {
  font-weight: 400;
  height: 18px;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  display: block;
}
.headbar .right_nav .item_img a{
	float: left;
}
.headbar .right_nav .item_img span{
	display: block;
	float: left;
	font-size: 16px;
	height: 18px;
  line-height: 18px;
  color: #000;
}
.headbar .right_nav .item_img .item_text_max{
	height: 18px;
	max-width: 64px;
	font-size: 16px;
  line-height: 18px;
  color: #000;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.headbar .right_nav .item_img img {
	float: left;
  display: block;
  width: 16px;
  height: 18px;
  margin-right: 5px;
  
}



/*搜索框*/
.headbar .search_moduler{
        padding: 45px 0 22px 0;
float: right;
}

.headbar .search_moduler .search_form{
            width: 380px;
            background: #F4F5F6;
            border-radius: 6px;
            border: none;
            height: 36px;
}

.headbar .search_moduler .search_form .search_input{
        width: 330px;
    background: #F4F5F6;
    height: 36px;
    font-size: 12px;
    color: #333;
}

.headbar .search_moduler .search_form .search_btn {
        padding: 0;
        float: left;
        display: block;
        outline: none;
        border: none;
        width: 18px;
        height: 18px;
        background: url(../images/search_icon.png) no-repeat;
        line-height: 36px;
        text-align: center;
         border-radius: 0; 

        font-size: 16px;
        font-weight: 400;
        color: #fff;
        text-indent: 9999px;
        margin-top: 10px;
}
/*搜素框end*/

.search_input::-webkit-input-placeholder {
        color: #999;
}

.search_input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #999;
}

.search_input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #999;
}

.search_input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #999;
}

/*头部end*/
