﻿/*------------------------头部---------------*/
/*
 颜色：#2076bd;
 宽度：1200px;
*/
/*顶部*/
.header{
  background: url(/Sites/Uploaded/UserUpLoad/20190213/20190213113546.jpg)
}
.header_topIn{
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 12px;
  
}
.logo img{vertical-align: middle;}
.login_l{ _width:179px}
.login_r{display: inline-block;line-height: 30px;margin-right: 15px;}
.login_r #header_QRCode{cursor: pointer; background: url(/Sites/Uploaded/UserUpLoad/20170522/20170522153618.png) no-repeat; width: 24px;height: 24px;float: left; margin: 8px 10px 0 0;display: none;}
.login_r #header_QRCode .title,.login_r .impowerBox .info{display: none;}
.login_r #header_QRCode .impowerBox .qrcode {width: 120px;position: absolute;right: -50px;top: 10px;}

.login_r span{ display: inline-block}
.login_r a{ color:#666;font-size: 16px;}
.login_r a:hover{color:#b12f2b;}
.login_line{margin: 0 15px;}
.login_r img{
  margin-top: -7px;
}
.login,.register{display: inline-block}
.line{font-size:14px;}
/*关注我们样式*/
.FollowUs{ margin-left:25px;}
.FollowUs a{ display:block; width:35px; height:41px; float:left}
.FollowUs .weixin{ background:url(/Content/Areas/Common/images/common/weixin.png) no-repeat center; margin:0 5px; position:relative}
.FollowUs .sina{ background:url(/Content/Areas/Common/images/common/sina.png) no-repeat center; position:relative}
.weixin_img{ width:120px; height:auto; position:absolute; top:41px; left:-39px; z-index:10000; display:none;}
.sina_img{width:120px; height:auto; position:absolute; top:41px; left:-20px; z-index:10000; display:none;}
/*logo样式*/
.header_bottomIn{ width:1200px; margin:0 auto;height: 140px; line-height: 140px;}
/*搜索样式*/
.search_box{display: inline-block;vertical-align: middle;}
.searchType_simulate{ float:left; position:relative}
.searchType .searchChoose{ height:34px; line-height:34px; text-align:center; width:60px; float:left; cursor:pointer; border:1px solid #6b7176; border-right:none;}
.searchType .searchDownList{ background: #fff;font-size: 12px;left: 0;position: absolute;text-align: center;top: 36px;width:62px; z-index: 10000;}
.searchType .searchDownList li{ cursor:pointer; line-height:32px;}
.searchtxt{ border: 1px solid #6b7176;float: left;height: 30px;padding:0 10px 0px 45px;width:240px; color:#333; line-height:32px;border-radius: 4px;background:url(/Sites/Uploaded/UserUpLoad/20190902/20190902132557.png) no-repeat right center;box-sizing: border-box;}
.searchbtn { background:url(/Content/Areas/Common/images/common/search.png) no-repeat center; width:45px; height:32px; float:left; border:none; border-radius:0 4px 4px 0;cursor:pointer;position: absolute;left: 0px;top: 0px;}
.searchbtn:hover{ opacity:0.8;background:url(/Content/Areas/Common/images/common/search1.png) no-repeat center;}
.search_top{
  position: relative;
}
.searchtxt::-webkit-input-placeholder{
 color:#333;
}
.searchtxt::-moz-placeholder{   /* Mozilla Firefox 19+ */
 color:#333;
}
.searchtxt:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color:#333;
}
.searchtxt:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
 color:#333;
}
@media only screen and (min-width: 1920px){
  .header{
   background: url(/Sites/Uploaded/UserUpLoad/20190213/20190213113546.jpg);
   background-size: cover;
  }
}
@media only screen and (max-width: 1920px){
  .header{
   background: url(/Sites/Uploaded/UserUpLoad/20190213/20190213113546.jpg) no-repeat right center;
  }
}
@media only screen and (max-width: 1440px){
  .logo .phone_hide{
 width: 70%;
  }
}
@media only screen and (max-width: 1024px){
.header_bottomIn{ width:1200px; }
}

@media only screen and (max-width: 768px){
  .logo img{
   width: 75%;
   margin-top: 10px;
  }
  .login_r.phone_hide{display: none;}
.header_bottomIn,.header{ width:100%; padding:0 10px; box-sizing:border-box}
.header_bottomIn{ width:100%;
  height: 90px;
  line-height: 90px;
}
.header{
  background: url(/Sites/Uploaded/UserUpLoad/20190213/20190213113546.jpg);
}
.search_box{ display:none;} 
}  