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;overflow-x:hidden;}
/*****！！页面通用css样式定义开始******/
html,body{min-width: 1000px;font-family: "Microsoft YaHei";_width:expression(document.body.clientWidth < 1000 ? "1000px" : "auto");}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
    font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 14px;    /*文字大小定义 */
	color: #666666; /*文字颜色定义 */
	min-width:1000px;
}
/* 网站超链接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:#3671cf;}
.color{ color:#3671cf; }

/*logo*/

.Topwrap{width: 1100px;margin: 0 auto}
.sywrap{width: 1000px;margin: 0 auto;} 
.syTop{width: 100%;height: 37px;background: #333333}
.syTop h1{font-weight: normal;font-size: 14px;color: #f4a100;line-height: 37px;	text-align: right;}
.syTop h1 span{font-size: 12px;color: #999999}
.syTop h1 span a{font-size: 12px;color: #999999}
.syTop img{margin-right: 5px;position: relative;bottom: -5px}
/*nav*/
.logo{margin-top: 10px}
.nav{float: right;width: 850px;height: 107px}
.nav li{float: left;width: 93px;}
.nav li a{line-height: 107px;font-size: 16px;text-align: center;display: block;width: 93px;height: 107px;}
.nav li:hover a{color: #3d9ee2;background: url(../images/navlibg.jpg) no-repeat center 75%;}
.navon{color: #3d9ee2;background: url(../images/navlibg.jpg) no-repeat center 75%;}
.nav>li.navon>a{color: #3d9ee2}


/*menu*/
.menu{position: relative;z-index: 100}
.menu>li{height: 58px;line-height:25px;padding: 0 30px;float:left;text-align:center;position: relative; }
.menu>li a{font-size:16px; color:#494747;}
.menu>li:hover,.menu>li.hover{background:url(../images/public/navli.jpg) no-repeat center bottom; }
.menu li span{ display:block; text-align:center; font-size:14px;}
.menu .menu_2{position: absolute;width: 100%;top: 58px;left: 0;display: none;overflow: hidden;}
.menu .menu_2 li{background: #fff}
.menu .menu_2 a{display: block;font-size: 14px;line-height: 40px; color: #494747; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.menu li:hover .menu_2{display: block;}
.main{margin-bottom: 10px;}
/*footer*/
.syfoot{width: 100%;height: 156px;padding-top: 100px;background: url(../images/syfootbg.png) no-repeat;margin-top: 20px}
.syfoot .sywrap{height: 154px;border-bottom:1px solid #2c3344; }
.erweima{position: relative;top: -25px}
.footcenter{width: 676px;height: 92px;margin: 0 auto}
.footnav{margin-bottom: 10px;height: 30px}
.footnav li{float: left;width: 75px;}
.footnav li a{color: #b5bbc7;text-align: center;display: block;border-right: 1px dashed #b5bbc7}
.footnav li:last-child a{border: none;}
.footcenter h1{color: #bbbbbb;font-size: 32px;font-weight: normal;margin-left: 5px;}
.footer1{background: #1e2432;}
.footer1 .sywrap{
	position: relative;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
}
.footer1 .sywrap span{
	position: absolute;
	top: 0;
	left: 0;
}
a[title="tech"]{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	outline: none;
}
.syshare{margin-left: 45%;margin-top: 15px}