@charset "utf-8";
/* CSS Document */
html,body{ font-family:"微软雅黑"; width:100%; height: 100%; background:#fff;}
html,body,ul,li,h1,h2,h3,h4,h5{ margin:0; padding:0; list-style:none;}
ul,li{ background:none;}
img{ border:0;}
a{ outline:none; text-decoration:none;}

.com-body{ height: 100%;}
.com-head{ height: 140px; width:980px; margin: 0 auto;}
.com-menu{ background: #3d95d5;height: 50px; color: #fff; overflow: hidden; padding: 5px 0;}
.com-menu a{ color: #fff; display: block; float:left; width: 10%; line-height: 25px; height: 25px; text-align: center; font-size: 12px; text-decoration: none;}
.com-menu a:hover{ line-height:27px; }
.com-menu a>em{ opacity: 0;filter:alpha(opacity=0);}



.com-menu a:link, .com-menu a:visited {
    color: #fff;
    display: block;
    float: left;
    font-family: "微软雅黑";
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    width: 10%;}
	.com-menu a:hover {
    color: #fff;
    display: block;
    float: left;
    font-family: "微软雅黑";
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration:underline;
    width: 10%;}
	
	
	
	
	
.com-banner{ height: 80px; overflow: hidden;}
.com-logo{ overflow: hidden; position: relative; height: 54px; top: 50% ;float: left; margin: 0;; margin-top: -27px;}
.com-logo a{}
.com-logo img{ height:100%; vertical-align: bottom;}
.com-logo-text{  margin-left:50px; height:54px; line-height:54px;color: #3baae9; font-size: 34px;font-style: normal; font-weight: bold; font-family: "黑体","微软雅黑";}

.com-foot{ overflow:hidden;border-top:4px solid #1c3176; height: 155px;}
.com-foot-content{ width:980px; margin: 0 auto;}
.com-foot-logo,
.com-foot-info,
.com-foot-code{ float: left;}
.com-foot-logo{ margin-top: 45px;}
.com-foot-logo img{ height: 54px;}
.com-foot-info{ margin:25px 20px; width: 540px; overflow: hidden;}
.com-foot-info li{ line-height: 26px; font-size: 13px;}
.com-foot-info li>a{ text-decoration: none; color: #000;}
.com-foot-info li>a:hover{ text-decoration: underline; color: #0486df;}
.com-foot-code{ margin: 20px auto auto auto;}

