@charset"utf-8";
/*comcsoft web style初始化样式*/
*{ padding:0px;margin:0px;}
body{background-color:#f5f5f5;font-family: "微软雅黑";}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,
section,nav,article,aside,hgroup,header,footer,address,b,em,i { margin:0px;padding:0px;font-size:14px;}
body{ width:100%; -webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none;
    -webkit-text-size-adjust:100%; -moz-text-size-adjust:100%; -ms-text-size-adjust:100%;min-width:1024px;}

object,video,embed{ width:100%;}
video { max-width: 100%; height: auto;}
fieldset,img{ border:none;}
em{ font-style:normal;}
img{ border:0; vertical-align:middle;width:auto; height:auto;max-width:100%}
ul,ol{ list-style:none;}
li{ list-style-type:none;}
p{ word-wrap:break-word}
h1,h2,h3,h4,h5,h6{font-weight: normal; font-size:100%;}
input{ padding-top:0;padding-bottom:0;}
select,input,textarea{ vertical-align:middle; font-family: "微软雅黑";}
select{ background: #ffffff;}
table{ border-collapse:collapse;border-spacing:0;}
td{ padding:0px;margin:0px}
textarea {resize: none;}

/*iso元素去除系统样式*/
input{ box-shadow:none; border: 0; border-radius: 0;}
input[type="button"], input[type="submit"], input[type="reset"],select  { -webkit-appearance: none;}
input,select { outline: none;}
/*input[type="text"], input[type="email"], input[type="search"], input[type="password"] { -webkit-appearance: caret; -moz-appearance: caret;}*/
input[type="date"] { background: #ffffff;}
#body_st{ font-family:"宋体";}
#body_wryh{ font-family:"微软雅黑";}
a:focus{outline:none;}

.clearfix{ zoom:1;}/*清除ie6的浮动*/
.clear{ clear:both;}
.clearleft{ clear:left;}
.clearright{ clear:right;}
.left{ float:left;}
.right{ float:right;}

.container{ max-width:1440px; min-width: 1004px;padding:0 10px; margin:0 auto;width:80%;}
/* 头部logo共用*/
.navbar{border-bottom:1px solid #e7e7e7;background-color:#f8f8f8;}
.logo_cont{padding:25px 10px; margin:0 auto; *height:40px;}
.navbar_left{float:left;}
.navbar_left .logo_img{ padding:0; float:left;}
.navbar_left .nav_name{font-size:20px; line-height: 26px; float:left;padding-left:15px;padding-top:13px;}

/*链接的样式*/
a { text-decoration:none; color:#000;}
a:hover{ text-decoration: none;}
a:focus{outline:none;text-decoration:none;}

.hidden{ visibility:hidden;}
.undis{ display:none}
.half_words {display: inline-block;width: 0.5em;}
.one_words {display: inline-block;width: 1em;}
.two_words {display: inline-block;width: 2em;}
.mlrAuto{ margin-left:auto; margin-right:auto;}

/*输入框样式补充*/
input[type="text"]{
	padding:0 3px;
}
textarea { height: auto;resize: none;}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

