body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,img {margin:0;padding:0;}
img {border:0}
ol,ul {list-style:none}
h1,h2,h3,h4,h5,h6{font-size:16px;}
input{outline: none;border:none;}
html {_overflow-y:scroll;}
*{ margin: 0; padding: 0;}
/*****！！页面通用css样式定义开始******/
html,body{min-width: 1200px;font-family: "Microsoft YaHei";_width:expression(document.body.clientWidth < 1200 ? "1200px" : "auto");}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
    font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 14px;    /*文字大小定义 */
	color: #666666; /*文字颜色定义 */
}
/* 网站超链接css通用设置 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #2c2c2c;} /* 未访问的链接 */
a:visited {color: #2c2c2c;} /* 已访问的链接 */
a:hover{color: #2c2c2c;	text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #2c2c2c;} /* 点击激活链接 */
p{ line-height:24px;}
.fl{float:left;}
.fr{float:right;} 
.hide{display: none}
.show{display: block}
.dib{display: inline-block;*display: inline;zoom:1;}
/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}/*清除浮动*/
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
.dib{display: inline-block;*display: inline;zoom:1;}
.wrap{ width:1200px; margin:0 auto; height:auto;}
.red{color: red}
/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
.input{ border:1px solid #ccc; height:20px;line-height:20px} 
ul,li{ list-style:none}



/*public*/
.size1{ width:100%; overflow:hidden; margin:0 auto;}
.backcolor{background:#0080ca;}
.color{ color:#0080ca; }
.header{ }
.headtop{ padding:20px 0 10px;} 
img{max-width: 100%;}
body{max-width: 1920px;margin: 0 auto;}
/*共用头部*/

/*.header{background:url(../images/headerbg.jpg) repeat-x;height:66px;z-index:9;position:relative}
.logo{float:left}
.nav{float:right;height:30px;position:relative;margin:20px 0 0 0}
.headertop{width:1000px;margin:0 auto}
.nav>ul>li{float:left;width:100px;position:relative;height:30px;background:url(../images/line.jpg) right center no-repeat}
.nav ul li a{height:30px;line-height:30px;width:100px;display:block;text-align:center;line-height:30px;font-size:14px;font-family:Microsoft YaHei;color:#fff}
.nav ul li .ul3{background:#024fa7;position:absolute;top:30px;left:0;display:none;padding:15px 0 0 0}
.nav ul li.select .ul3{display:block}
.nav ul li .ul3 li{width:100px;height:34px;background:url(../images/line2.jpg) center bottom no-repeat}
.nav ul li .ul3 li a:hover{width:100px;height:34px;display:block;background:#3c81e8}


/*固定的悬浮窗*/



.subnav {
    display:  none;
    position: absolute;
    left: -337px;
    top: 48px;
    width:1200px;
    background: #FFF;
    z-index: 88;
    
    font-size: 14px;
    padding: 5px 0;

}
.subnav dl {
    float: left;
    text-align: left;
    width: 175px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    margin-left: 10px;
    margin-bottom: 10px;
}
.subnav dl dt  {
    border-bottom: 1px solid #CCC;
    font-weight: bold;
}
.subnav dl dt a {
    overflow: hidden;
    background: none;
    line-height: 30px;
    color: #333;
    font-size: 16px;
}
.subnav dl dt a:hover{  color:#0000FF; background:none;}

.nav .subnav dd  a {
    font-size: 13px;
    line-height: 25px;
    height:25px;
    color: #686868;
}

.nav .subnav dd  a:hover{  color:#0000FF; background:none;}
	
.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}
.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}
.yb_bar .yb_top {
    background: #0078ff url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
    background: #0078ff url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
    text-indent: 0;
    background: #0078ff url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
    /*height:200px;*/

    background: #0078ff url(../images/fixCont.png) no-repeat 0 -169px;
}
.yb_bar .yb_ercode img{width: 125px;padding: 0 29px 25px 29px;}
.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}


