@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html {
    _background-attachment: fixed;
}

body {
    background: #f2f2f2;
    min-width: 1400px;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, textarea, th, td, a {
    font-family: "微软雅黑", "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
    font-size: 14px;
    color: #4c4c4c
}

:focus {
    outline: 0;
}

img {
    max-width: 100%;
    border: 0;
    outline: none;
    vertical-align: top;
}

ul, li, ol {
    list-style: none outside none;
}

input, button {
    border: 0;
    outline: none;
    background: none;
    filter: chroma(color=#000000);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

i, em, b {
    font-style: normal;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: #999;
    font-family: "微软雅黑", "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
    font-size: 12px;
}

a, a * {
    text-decoration: none;
    outline: none;
    star: expression(this.onFocus=this.blur());
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
}

input {
    font-family: "微软雅黑", "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
    font-size: 12px;
}

.both {
    clear: both;
    zoom: 1;
}

.both:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    display: inline;
    float: left
}

.fr {
    display: inline;
    float: right
}



/*头部顶部*/
.header_wrap {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid transparent;
    position: relative;
    z-index: 9999;
}

.header_welcome {
    text-transform: uppercase;
    font-size: 12px;
    color: #534c66;
}

.header_welcome a {
    float: left;
    line-height: 32px;
    font-size: 12px;
    color: #534c66;
}

.header_welcome a.back_home {
    padding-left: 18px;
    background: url("home_icon.png") no-repeat left center;
}

.header_welcome a.reglink {
    float: right;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    margin: 5px 0;
    color: #fff;
    font-weight: bold;
    background: #EB0C1C;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.header_menu {
    position: absolute;
    right: 70px;
    top: 0;
    height: 32px;
    line-height: 32px;
}

.header_menu li {
    float: left;
    position: relative;
    line-height: 32px;
}

.header_menu li:before {
    content: "|";
    display: block;
    font-size: 12px;
    color: #9286b3;
    position: absolute;
    left: 0;
    top: 0;
}

.header_menu li:first-child:before {
    content: "";
}

.header_menu i {
    text-indent: -9999999px;
}

.header_menu li a {
    padding: 0 14px;
    line-height: 32px;
    height: 32px;
    font-size: 12px;
    color: #534c66;
    display: inline-block;
    white-space: nowrap;
}

.header_menu .hmenu_hd i {
    display: inline-block;
    background: url(pull_down.png) no-repeat center center;
    width: 9px;
    height: 100%;
    margin-left: 4px;
}

.header_menu li:hover .hmenu_hd a {
    background: #fff;
    line-height: 30px;
    height: 30px;
    padding: 0 13px;
    border: 1px solid #302E35;
}

.hmenu .posi {
    position: relative;
    z-index: 99;
}

.header_menu li:hover .hmenu .posi:after {
    content: "";
    display: block;
    width: 89px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 1px;
    bottom: 0;
}

.header_menu .hmenu_bd {
    display: none;
}

.header_menu .site_cont {
    position: absolute;
    right: 0;
    left: auto;
    top: 30px;
    background: #fff;
    padding: 25px 15px;
    width: 910px;
    border: 1px solid #302E35;
    overflow: hidden;
    z-index: 98;
}

.header_menu .site_cont .site_cont_list {
    float: left;
    padding: 0 2%;
    width: 29%;
}

.header_menu .wechat {
    width: 298px;
    position: absolute;
    right: 0;
    left: auto;
    top: 30px;
    background: #fff;
    padding: 5px 5px 10px;
    border: 1px solid #302E35;
    text-align: center;
    z-index: 98;
}

.header_menu .wechat p {
    font-size: 13px;
    line-height: 18px;
}

.header_menu .wechat .wech_fl {
    float: left;
    margin-right: 5px;
}

.header_menu .wechat .cut_line {
    width: 1px;
    height: 125px;
    background: #EDEDED;
    position: absolute;
    left: 50%;
    top: 15px;
}

.header_menu .wechat .wech_fr {
    float: right;
    margin-left: 5px;
}

.header_menu .site_cont .cname_cont_list h3 {
    color: #f56a00;
}

.header_menu .site_cont .dname_cont_list h3 {
    color: #2263d4;
}

.header_menu .site_cont .dname_cont_list {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    height: 240px;
}

.header_menu .site_cont h3 {
    font-size: 16px;
    padding: 0 0 8px 15px;
}

.header_menu .site_cont i.header_icon_hot {
    background: url(icon.png) no-repeat -70px -113px;
    display: inline-block;
    width: 23px;
}

.header_menu .site_cont i.header_icon_new {
    background: url(icon.png) no-repeat -140px -113px;
    display: inline-block;
    width: 23px;
}

.header_menu li.mobile i {
    display: inline-block;
    background: url(mobile_icon.png) no-repeat center center;
    width: 10px;
    height: 32px;
    margin-left: 4px;
    vertical-align: top;
}

.header_menu li.mobile a {
    padding-left: 18px;
    padding-right: 0;
}

/*头部中部*/
.header_mid_box {
    position: relative;
    z-index: 9998;
    background: #fff;
}

.header_mid {
    width: 1400px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.header_mid .logo {
    padding-top: 35px;
}

.header_mid .index_back {
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    position: absolute;
    right: 0;
    top: 45px;
}
.area{width: 1400px;margin:0 auto;}


.login_cont{
    margin-top: 60px;
    background: url("../images/loginleft.jpg") no-repeat 0 0;
}
.box {
    margin-left: 620px;
width: 560px;
height: 600px;
padding-top: 185px;
padding-left: 120px;
padding-right: 120px;

background: #FFFFFF;
border-radius: 20px 3px 3px 20px;
}
.login_cont h2{
font-weight: 700;
font-size: 30px;
line-height: 34px;

color: #333333;
}
.login_cont input{
    box-sizing: border-box;
    width: 100%;
height: 46px;
border: 1px solid #CCCCCC;
border-radius: 3px;
padding-left: 10px;
}
.login_cont button{
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
    margin-top: 40px;
    height: 54px;
    font-size: 16px;
}
.login_cont label{
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding-top:20px;
    padding-bottom: 12px;
}


/*底部*/
.rpassword_footer {
    background: #03282B;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    padding-top: 31px;
    color: #fff;
}
.rpassword_footer .tel{
    color: #00A0A9;
    font-weight: 600;
    font-size: 18px;
}
.footlink{
    border-top: 1px solid #0B4B4F;
    padding: 15px  0;
    margin-top: 31px;
    text-align: left;
}
.footlink a{
    float: right;
    color: #fff;
}

.main_wrap{
    min-height: 650px;
}
.main_wrap h2{
    font-size: 24px;
    padding: 40px 0;
}
button{
    cursor:pointer;
}
.search{
    background: #fff;
}
.topsearch {
    padding: 20px;
    text-align: right;
}
.topsearch a{
    color: #00A0A9;
    margin-right: 20px;
}

.moresearch{
border-top: 2px solid #E6E6E6;
}
.moresearch h3{
    padding: 15px;
    padding-left: 28px;
    color: #00A0A9;
}
.moresearch span.delrow{
  float: right;
  width: 50px;
  padding: 15px 0 0 0;
  font-size: 18px;
  cursor:pointer;
  display: none;
}
.moresearch .title span:hover{
color: #f00;
}
.minsearch{
background: rgba(0, 160, 169, 0.03);
}
.minsearch .left{
    width: 50%;
    float: left;
}
.minsearch>li{
    padding: 30px 0;
    border-bottom:  1px dashed #00A0A9;
    margin:0 20px;
    height: 46px;
}
.minsearch>li input{
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #00A0A9;
    border-radius: 3px;
    width: 500px;
    font-size: 14px;
    padding-left: 14px;
}
.minsearch li label{
width: 120px;
padding-right: 10px;
display: inline-block;
text-align: right;
}
.botsearch{
    padding: 20px;
    padding-bottom: 50px;
}

.botsearch .btn3{
    float: right;
}
.botsearch .btn2{
    margin-right: 30px;
}
.btn3{
width: 140px;
height: 36px;
background: #00A0A9;
border-radius: 3px;
color: #fff;
}
.btn2{
width: 140px;
height: 36px;
color: #666;
border: 1px solid #D9D9D9;
border-radius: 3px;
}

.results{
    padding: 30px;
    background: #fff;
}
table.list {
  padding: 0;
  border-collapse: collapse;
  color: #000;
  width: 100%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 1px 0 #ddd;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

table.list th{
background: rgba(0, 160, 169, 0.06);
border: 1px solid #D9D9D9;
color: #00A0A9;
font-size: 12px;
height:25px;
font-size:13px;
text-align:center;
padding: 6px;
font-weight: normal;
}
.search table td{
height:25px;
border:1px solid #D9D9D9;
font-size:12px;
padding: 5px;
text-align:center;

}
.search table th.title{
    background: #0866c6;
    border: 1px solid #0866c6;
    color: #fff;
    font-size: 13px;
    height: 14px;
    line-height: 14px;
    padding: 10px 20px;
    text-align: left;
}
.listTr{
background:#ffffff;
}
.list td{
text-align:center;
border:1px solid #eee;
padding-left:5px;
display: table-cell;
vertical-align:middle;
line-height:25px;
height:25px;
}
.list td{
border:1px solid #eee;
}