@charset "utf-8";
/* CSS Document */

/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 Microsoft YaHei,arial,\5b8b\4f53;color:#333;outline:0;}
body{background:#fff;}
a,a:hover{color:#333;}
/* 公共 */
.cl{clear:both;}
.hide{display:none;}
.fl{float:left;}
.fwb{font-weight:bold;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.tal{text-align:left;}
.tac{text-align:center}
.tar{text-align:right}
.ico{background:url(../img/icons.jpg); background-repeat:no-repeat;}

/* 布局 */
.header{margin:0 auto; width:1000px;height:116px;overflow:hidden;background:url(../img/logo.jpg); background-repeat:no-repeat;}
.nav{height:40px; background:url(../img/nav.jpg); background-repeat:repeat-x;overflow:hidden;}
.container{margin:0 auto; width:1000px;}
.container1{margin-top:20px;height:230px;overflow:hidden;}
.container2{margin-top:20px;height:410px;}
.leftc{float:left;width:662px;}
.rightc{float:left; margin-left:10px; width:328px;}
.container3{margin-top:10px;padding:5px;height:140px;background-color:#F6F7F9;}
.container4{margin-top:15px;height:190px;}
.container5{margin-top:10px;height:110px;}
.footer{margin-top:20px;padding:60px 0;background-color:#E5E5E5;text-align:center;}

/* 模块 */
.coltitle{padding-bottom:15px;}
.coltitle .title{float:left;height:28px;line-height:28px;color:#2C97CF;font-size:16px;font-weight:bold;}
.coltitle .more{float:right; padding:2px 15px 0 0;height:26px;line-height:28px;}
.coltitle .bg{clear:both;}
.coltitle .head{float:left;height:7px; width:70px; background-color:#2B96CC;}
.coltitle .tail{float:left;height:3px;border-bottom:solid #DBDBDB 1px;}

.header ul{margin:70px 0 0 700px;}
.header ul li{float:left; margin-left:25px; padding-left:20px;}
.header ul li a{color:#4073C2;}
.header ul li a:hover{color:#DE7210;}
.header ul .bg1{background-position:0 -7px;}
.header ul .bg2{background-position:0 -38px;}
.header ul .bg3{background-position:0 -68px;}
.header ul .bg4{background-position:0 -98px;}

.nav ul{margin:12px auto; width:1000px;}
.nav ul li{float:left; margin-right:25px;}
.nav ul li a{color:#FFF; font-size:14px;font-weight:bold;}
.nav ul li a:hover{text-decoration:underline;}

.login{float:left;width:240px;height:228px;border:solid #2C95CC 1px;border-radius:5px;}
.login .title{height:44px;background-color:#2C95CC;text-align:center;line-height:45px;color:#FFF;font-size:16px;font-weight:bold;}
.login .input-wrapper{text-align:center;}
.login .input-wrapper input {border:1px solid #CCC;border-radius:5px;color:#555;font-size:14px;line-height:14px;margin:0;padding:7px 10px;width:195px;}
.login .tips{margin-top:12px;padding:0 15px; text-align:right;}
.login .tips a{ margin-left:20px;color:#ED8224;}
.login .btn-wrapper{margin-top:12px;text-align:center;}
.login .btn-wrapper input {background-color:#2C95CC;border:solid #1d80cf 1px;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:bold;line-height:30px;padding:0 15px;width:215px;}

