/* 公共样式 */
@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 解决IOS默认滑动很卡的情况 */
	-webkit-overflow-scrolling : touch;
	height: 100%;
	width: 100%;
}
body{
    min-height: 100%;
    width: 100%;
}
/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
  resize: none;
  outline: none;
}
/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
textarea{
    outline: none;
    border: none;
}
/* 图片自适应 */
img {
  /*width: 100%;*/
  height: auto;
  width: auto\9; /* ie8 */
  display: block;
  -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}
input,select{
    /* -webkit-appearance: none; */
    appearance: none;
}
select{
    background: #fff;
    color: #555;
    outline: none;
    /*background-image:url('../img/up.png');*/
    background-repeat:no-repeat;
    background-position: right center;
    background-size: 0.5rem 100%;
    /*background: url('../../img/up.png') no-repeat right center;*/
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #CDCDCD; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #CDCDCD;opacity:1;
}

input:-ms-input-placeholder{
    color: #CDCDCD;opacity:1;
}

input::-webkit-input-placeholder{
    color: #CDCDCD;opacity:1;
}

em, i {
  font-style: normal;
}
ul,li{
  list-style-type: none;
}
strong {
  font-weight: normal;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  color: #969696;
  font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-family: 'Microsoft YaHei';
}
img {
  border: none;
}
input{
  font-family: 'Microsoft YaHei';
}
/*单行溢出*/
.one-txt-cut{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 移动端点击a链接出现蓝色背景问题解决 */
a:link,a:active,a:visited,a:hover {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
.w50{
  width: 50%;
}
.w25{
  width: 25%;
}
.w20{
  width: 20%;
}
.w33{
  width: 33.333333%;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.db{
  display: block !important;
}
.dn{
  display: none;
}

/*top*/
.top{ width: 100%; min-width: 1200px; height: 40px; background-color: #f7f7f7; border-bottom: 1px solid #d9d9d9;}
.top .top_main{ width: 1200px; height: 40px; margin: 0 auto;}
.top .top_main .top_m_left{ float: left; width: 40%; height: 40px; line-height: 38px; overflow: hidden;}
.top .top_main .top_m_left div{ display: inline; font-size: 12px; color: #666; overflow: hidden; vertical-align: middle;}
.top .top_main .top_m_left span{ display: inline; color: #ededed; vertical-align: middle; margin: 0 10px;}
.top .top_main .top_m_left a{ display: inline; font-size: 12px; color: #ff8400; vertical-align: middle;}

.top .top_main .top_m_right{ float: right; width: 60%; height: 40px;}
.top .top_main .top_m_right .top_m_r_ul{ float: right; height: 40px;}
.top .top_main .top_m_right .top_m_r_ul>li{ float: left; height: 40px;}
.top .top_main .top_m_right .top_m_r_ul>li>a{ padding: 0 15px; height: 40px; line-height: 40px; font-size: 12px; color: #666; }
.top .top_main .top_m_right .top_m_r_ul span{ float: left; height: 40px; line-height: 40px; color: #ededed;}
.top .top_main .top_m_right .top_m_r_ul .top_r_erji{ width: 110px; height: auto; position: relative; margin-right: 15px;}
.top .top_main .top_m_right .top_m_r_ul .top_r_erji div{ width: 110px; border: 1px solid transparent; border-bottom: none; border-top: none; text-align: center; height: 40px; line-height: 40px; cursor: pointer; font-size: 12px; color: #666;}
.top .top_main .top_m_right .top_m_r_ul .top_r_erji div img{ width: 13px; display: inline; margin-left: 6px;}
.top .top_main .top_m_right .top_m_r_ul .top_r_erji:hover div{ color: #ff8400; background-color: #fff; border: 1px solid #ccc; border-bottom: none; border-top: none;}
.top .top_main .top_m_right .top_m_r_ul .top_r_erji:hover div img{ transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg);}
.top .top_main .top_m_right .top_m_r_ul .top_r_erji .top_erji_ul{ display: none; position: absolute; top: 40px; left: 0; z-index: 9; width: 110px; height: auto; border: 1px solid #ccc; border-top: none; overflow: hidden; background: #fff;}
.top .top_main .top_m_right .top_m_r_ul .top_r_erji .top_erji_ul li{ width: 100%; height: 30px; overflow: hidden;}
.top .top_main .top_m_right .top_m_r_ul .top_r_erji .top_erji_ul li a{ width: 100%; height: 30px; line-height: 30px; text-indent: 15px; font-size: 12px; color: #333; display:block;}
.top .top_main .top_m_right .top_m_r_ul .top_r_erji:hover .top_erji_ul{ display: block;}
.top .top_main .top_m_right .top_m_r_ul .top_r_erji .top_erji_ul li a:hover{ color: #ff8400;}
/*hred*/
.hred{ width: 1200px; height: 100px; clear: both; margin: 0 auto; overflow: hidden;}
.hred .hred_left{ float: left; width: 500px; height: 100px; overflow: hidden;}
.hred .hred_left a{ float: left; width: 220px; height: 100px; line-height: 95px;}
.hred .hred_left a img{ width: 100%; height: auto; display: inline; vertical-align: middle;}
.hred .hred_left div{ float: left; height: 50px; line-height: 50px; font-size: 22px; color: #333; padding-left: 20px; overflow: hidden; border-left: 1px solid #d8d8d8; margin: 25px 0 0 20px;}
.hred .hred_right{ float: right; width: auto; height: 40px; margin-top: 30px; overflow: hidden;}
.hred .hred_right li{ float: left; height: 40px; margin-left: 10px; line-height: 40px; overflow: hidden;}
.hred .hred_right li a{ padding: 0 20px; height: 40px; font-size: 16px; color: #333; overflow: hidden;}
.hred .hred_right li a:hover{ color: #FF8400;}
/*底部*/
.footer{ clear: both; border-top: 1px solid #ddd; width: 100%; height: 130px; margin-top:50px;}
.footer .footer_lianj{ width: 1200px; height: 30px; margin: 30px auto 0; overflow: hidden; text-align: center;}
.footer .footer_lianj a{ display: inline-block; height: 30px; line-height: 30px; padding: 0 10px; font-size: 12px; color:  #333;}
.footer p{ width: 1200px; height: 20px; line-height: 20px; margin: 10px auto 0; text-align: center; color: #999; font-size: 12px; overflow: hidden;}

.popewm { position:relative;}
.popewm .popewmdiv {right: -32px; height:176px; display: none; position:absolute; background-color:#FFFFFF; z-index:99999; }
.popewm:hover .popewmdiv { display:block;}
.m_evmp2 { border: 1px solid #ff8400; padding: 9px; z-index: 90;}
.m_evmp3 { background: url(/images/2016/icons30.png) 0px -60px no-repeat; width: 30px; height: 15px; display: block; position: relative; top: -185px;left: 61px;float: left;z-index: 100;}
.m_evm_txt { text-align: center; height: 24px; line-height: 24px; font-size: 14px;}

.index_logoList{width: 100%; min-width: 1340px; height:579px; background: url(baijin_05.jpg) no-repeat; background-size: 100% 100%; padding-top: 97px;}
.index_logoList>.title{font-size: 30px; color: #333; text-align: center; width: 100%;min-width: 1200px; }
.index_logoList>.text{width: 1200px; height: auto; margin: 0 auto; font-size: 16px; color: #999999; line-height: 30px; margin-top: 55px;}
.index_logoList>.listbolck{width: 1340px; height: 290px; margin: 0 auto; margin-top: 67px;}
.logoListblock{height: 290px; width: 1225px;}
.logoListblock>a>.logoList{width: 225px; margin-left: 10px; margin-right: 10px; float: left; height: 120px; margin-top: 20px; background:#fff url(hz_2.jpg) no-repeat center; background-size: 100% contain;}