* { margin: 0; padding: 0; }
body {
    font-family: "Arial", "Microsoft YaHei", '微软雅黑', "黑体", "宋体", sans-serif;
    font-size:12px;
}
ol, ul, li, dd, dl, dt { list-style: none; }
*:focus { outline: 0; }
em, i { font-style: normal; }
img, fieldset { border: 0; }
a { cursor: pointer; text-decoration: none; color: #333;}
/*a:visited { color: #000 }*/
a:hover, a:active { text-decoration: none; }
.clearfix:after { content: "."; display: block; clear: both; height: 0; overflow: hidden; visibility: hidden; }
table { border-collapse: collapse; }
p { word-wrap: break-word; }
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}

.pagebg{
    padding-top: 20px;
    text-align: center;
    clear: both;
    display: block;
}
.pagebg .p-num{
    margin: 12px;
    padding: 12px;
}
.p-num a{
    display:inline-block;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #ddd;
    margin-left:-1px;
    color:#333;
    transparent:12px;
    font-size:12px;
    text-decoration:none;
}
.p-num a:HOVER{
    border:#ff0000 solid 1px;
}
.pn-prev{
    margin-right: 10px;
}
.p-skip{
    height: 30px;
    line-height:30px;
    margin-left: 15px;

}
.p-skip em{
    font-size: 12px;
    font-style:normal;
}
.input-txt{
    width:35px;
    line-height:28px;
    height: 28px;
    margin-left: 5px;
    color: #999;
    font-size: 100%;
    font-family: arial,'Hiragino Sans GB',"\5b8b\4f53",sans-serif;
}
.input-txt:FOCUS{
    border:1 solid #44A3FF;
}
.jbtn{
    display:inline-block;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #999;
    margin-left:10px;
    color:#333;
    transparent:12px;
    font-size:12px;
    text-decoration:none;
    border-radius:2px;
}
.pagetol a:HOVER{
    border: 2 solid #AAE;
    background-color: #AAE;
}

.p-skip em{
    font-size: 12px;
    font-style:normal;
}
.pagenews{
    width: 900px;
    height: 30px;
    float: none;
    text-align: center;
}
.pagetol{
    font-size: 80%;
    float: left;
    color:#999999;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.pn-break{
    color:#ccc;
    padding: 0 5px;
    margin: 5px;
    font-size: 14px;
}

.header-container{
    width: 100%;
    background:#ffffff;
    /*background:#ffffff url("../images/line.jpg") bottom repeat-x;*/
    /*padding-bottom: 6px;*/
}
.header-container .top-container{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px #e0e0e0 solid;
}
.header-container .top{
    text-align: right;
    width: 1200px;
    margin: 0 auto;
}
.header-container .top .link{
    display:inline-block;
    height: 24px;
    margin-left: 23px;
    float: right;
}
.header-container .top .link .red{
    position: relative;
    display: inline-block;
    height: 30px;
}
.header-container .top .link .red ul{
    position: absolute;
    width: 80px;
    background: #fff;
    border: 2px #323888 solid;
    z-index: 999999;
    left: 50%;
    margin-left: -40px;
    display: none;
    margin-top: -5px;
}
.header-container .top .link .red ul li{
    text-align: center;
}
.header-container .top .link a{
    color: #545454;
    display: inline-block;
    margin: 0 5px;
}
.header-container .top .search{
    width: 200px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.header-container .top .search .keyword{
    width: 166px;
    padding-left: 8px;
    padding-right: 24px;
    height: 22px;
    background: #f8f8f8;
    border: 1px #bebebe solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.header-container .top .search button{
    background: url("../images/search.jpg");
    height: 14px;
    width: 14px;
    cursor: pointer;
    border: 0;
    position: absolute;
    right: 9px;
    top: 10px;
}
.header{
    height: 80px;
    width: 1200px;
    margin: 0 auto;
    border-bottom: 4px #49494a solid;
}
.header .logo{
    display: inline-block;
    width: 196px;
    height: 80px;
    float: left;
}
.header .menu{
    width: 990px;
    height: 80px;
    float: right;
    position: relative;
}
.header .menu .link{
    height: 80px;
}
.header .menu .link a{
    display: inline-block;
    float: left;
    line-height: 90px;
    width: 25%;
    text-align: center;
    /*margin-left: 50px;
    margin-right: 50px;*/
    font-size: 18px;
    color: #999999;
}
.header .menu .link a:hover,
.header .menu .link a.active{
    color: #336699;
}
.header .menu .drop-down{
    position: absolute;
    background: #ebebeb;
    -moz-box-shadow: 0 0 15px #888888; /* 老的 Firefox */
    box-shadow: 0 0 15px #888888;
    width: 990px;
    display: none;
    z-index: 999;
    top: 84px;
}
.header .menu .drop-down .box{
    padding: 0 0 0 0;
    height: 170px;
}
.header .menu .drop-down .box ul{
    float: left;
    width: 25%;
    height: 160px;
    padding-top: 10px;
    text-align: center;
}
.header .menu .drop-down .box ul li{
    text-align: center;
}
.header .menu .drop-down .box ul li a{
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #49494a;
}
.header .menu .drop-down .box ul li a:hover{
    color:#FFFFFF;
    text-decoration: underline;
}
.header .menu .drop-down .box ul.active{
    background: #af242b;
}
.header .menu .drop-down .box ul.active li a{
    color: #FFFFFF;
}

.index_left{
    float: left;
    width: 196px;
}
.index_left .ad1{
    height: 303px;
    overflow: hidden;
    position: relative;
}
.index_left .ad1 img{
    width: 100%;
    height: 303px;
    z-index: 1;
}
.index_left .ad1 .bx-pager{
    position: absolute;
    bottom: 8px;
    z-index: 20;
    width: 100%;
    text-align: center;
}
.index_left .ad1 .bx-pager .bx-pager-item{
    display: inline-block;
    margin: 0 1px;
}
.index_left .ad1 .bx-pager .bx-pager-item a{
    display: block;
    width: 8px;
    height: 8px;
    background: #b5b5b5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999px;
}
.index_left .ad1 .bx-pager .bx-pager-item a.bx-pager-link.active{
    background: #af242b;
    width: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.index_left .ad2{
    height: 136px;
    overflow: hidden;
    position: relative;
}
.index_left .ad2 img{
    width: 100%;
    height: 136px;
    z-index: 1;
}
.index_left .ad2 .bx-pager{
    position: absolute;
    bottom: 8px;
    z-index: 20;
    width: 100%;
    text-align: center;
}
.index_left .ad2 .bx-pager .bx-pager-item{
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 1px;
}
.index_left .ad2 .bx-pager .bx-pager-item a{
    display: block;
    width: 100%;
    height: 100%;
    background: #959595;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999px;
}
.index_left .ad2 .bx-pager .bx-pager-item a.bx-pager-link.active{
    background: #cdcdcd;
}

.index_left .ad3{
    height: 190px;
    background: url("../images/tupianxinwen_k.jpg") no-repeat;
}
.index_left .ad3 .t{
    color: #ffffff;
    padding:40px 50px 0px 11px;
}
.index_left .ad3 .t a{
    color: #ffffff;
}
.index_left .ad3 .c{
    padding: 5px 11px 0 11px;
}
.index_left .ad3 .c img{
    float: left;
    width: 173px;
    height: 118px;
}
.index_left .ad3 .c .more{
    display: inline-block;
    width: 54px;
    height: 18px;
    background: url("../images/zpxx_more_k.jpg") no-repeat;
    overflow: hidden;
    float: right;
    margin-top: 50px;
}
.index_right{
    float: right;
    width: 990px;
}
.index_right .f_left{
    float: left;
    width: 665px;
}
.slider-box{
    margin-top: 15px;
    width: 100%;
    height: 106px;
    position: relative;
}
.slider-box .slider .slide{
    width: 133px;
    height: 106px;
    overflow: hidden;
    float: left;
}
.slider-box .slider .slide img{
    /*width: 278px;*/
    height: 106px;
}
.slider-box .slider .slide:last-child{
    margin-right: 0;
}
.slider-box .slider .slide a{
    display: block;
    width: 133px;
    height: 106px;
}
.slider-box .slider .slide a.c1{
    background: url("../images/b1_k.jpg");
}
.slider-box .slider .slide a.c1:hover{
    background: url("../images/b1_1_k.jpg");
}
.slider-box .slider .slide a.c2{
    background: url("../images/b2_k.jpg");
}
.slider-box .slider .slide a.c2:hover{
    background: url("../images/b2_1_k.jpg");
}
.slider-box .slider .slide a.c3{
    background: url("../images/b3_k.jpg");
}
.slider-box .slider .slide a.c3:hover{
    background: url("../images/b3_1_k.jpg");
}
.slider-box .slider .slide a.c4{
    background: url("../images/b4_k.jpg");
}
.slider-box .slider .slide a.c4:hover{
    background: url("../images/b4_1_k.jpg");
}
.slider-box .slider .slide a.c5{
    background: url("../images/b5_k.jpg");
}
.slider-box .slider .slide a.c5:hover{
    background: url("../images/b5_1_k.jpg");
}
.index_right .f_right{
    float: right;
    width: 310px;
}
.index_right .f_right .sub{
    background: #ffffff;
    padding: 10px 16px 10px 16px;
    margin-top: 10px;
    height: 117px;
}
.index_right .f_right .sub .sub_list{
    padding-top: 5px;
}
.index_right .f_right .sub .sub_list ul li{
   line-height: 20px;
    display:block;
     width:260px; 
     white-space:nowrap;
     overflow:hidden;
     text-overflow:ellipsis;
}
.index_right .f_right .sub .sub_list ul li a{
    color: #626262;
}
.index_right .f_right .sub .sub_list ul li a:hover{
    text-decoration: underline;
}
.index_right .f_right .sub h2{
    font-size: 18px;
    font-weight: 100;
    color: #1e1e1e;
    width: 100%;
    /*background: url("../images/black_line.jpg") left bottom no-repeat;*/
    padding-bottom: 3px;
}
.index_right .f_right .sub h2 a{
    display: inline-block;
    background: url("../images/more.jpg");
    height: 20px;
    width: 22px;
    float: right;
    margin-top: 3px;
}
.index_right .f_right .sub .tit{
    font-size: 14px;
    color: #080808;
    padding: 4px 0;
}
.index_right .f_right .sub .info{
    color: #6b6b6b;
    height: 62px;
}
.f_right .pp{
    height: 42px;
    overflow: hidden;
    margin-top: 11px;
}
.f_right .pp li{
    float: left;
    height: 40px;
    width: 148px;
    border: 1px #dedbd3 solid;
    margin-right: 4px;
}
.f_right .pp img{
    height: 40px;
    width: 148px;
}
.f_right .pp li a{
    display: inline-block;
    height: 40px;
    width: 148px;
}
.f_right .pp li a:hover{
    background-position: bottom;
}

.f_right .pp .l{
    float: left;
}
.f_right .pp .r{
    float: right;
}

.focus{
    position: relative;
    width: 100%;
    height: 528px;
    margin-top: 10px;
    overflow: hidden;
}
.focus .bxslider{
}
.focus .bx-prev{
    position: absolute;
    background:url("../images/slider_left.png") center no-repeat;
    width: 16px;
    height: 32px;
    left: 37px;
    top: 50%;
    margin-top: -16px;
    overflow: hidden;
    z-index: 2;
}
.focus .bx-next{
    position: absolute;
    background:url("../images/slider_right.png") center no-repeat;
    width: 16px;
    height: 32px;
    right: 37px;
    overflow: hidden;
    top: 50%;
    margin-top: -16px;
    z-index: 2;
}
.focus .bx-prev.disabled{

}
.focus .bx-next.disabled{

}

.focus .bxslider img{
    width: 100%;
    height: 528px;
    z-index: 1;
}
.focus li{
    height: 528px;
}
.focus .bx-pager{
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 20;
}
.focus .bx-pager .bx-pager-item{
    display: inline-block;
    margin: 0 2px;
    float: left;
}
.focus .bx-pager .bx-pager-item a{
    display: block;
    width: 10px;
    height: 10px;
    background: #b5b5b5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999px;
}
.focus .bx-pager .bx-pager-item a.bx-pager-link.active{
    background: #af242b;
    width: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.lattice{
    margin-top: 10px;
}
.lattice span{
    display: block;
    float: left;
    width: 155px;
    height: 152px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.lattice span a{
    display: block;
    width: 155px;
    height: 152px;
}

.lattice span.s1 a{
    background: url("../images/r1.jpg");
    background-size: 100% 100%;
}
.lattice span.s1 a:hover{
    background: url("../images/r1_1.jpg");
    background-size: 100% 100%;
}
.lattice span.s2 a{
    background: url("../images/r2.jpg");
    background-size: 100% 100%;
}
.lattice span.s2 a:hover{
    background: url("../images/r2_1.jpg");
    background-size: 100% 100%;
}
.lattice span.s3 a{
    background: url("../images/r3.jpg");
    background-size: 100% 100%;
}
.lattice span.s3 a:hover{
    background: url("../images/r3_1.jpg");
    background-size: 100% 100%;
}
.lattice span.s4 a{
    background: url("../images/r4.jpg");
    background-size: 100% 100%;
}
.lattice span.s4 a:hover{
    background: url("../images/r4_1.jpg");
    background-size: 100% 100%;
}

.lattice span.s1ko a{
    background: url("../images/r1_k.jpg");
    background-size: 100% 100%;
}
.lattice span.s1ko a:hover{
    background: url("../images/r1_1_k.jpg");
    background-size: 100% 100%;
}
.lattice span.s2ko a{
    background: url("../images/r2_k.jpg");
    background-size: 100% 100%;
}
.lattice span.s2ko a:hover{
    background: url("../images/r2_1_k.jpg");
    background-size: 100% 100%;
}
.lattice span.s3ko a{
    background: url("../images/r3_k.jpg");
    background-size: 100% 100%;
}
.lattice span.s3ko a:hover{
    background: url("../images/r3_1_k.jpg");
    background-size: 100% 100%;
}
.lattice span.s4ko a{
    background: url("../images/r4.jpg");
    background-size: 100% 100%;
}
.lattice span.s4ko a:hover{
    background: url("../images/r4_1.jpg");
    background-size: 100% 100%;
}

/*四格样式start*/
.lattice span.s5 a{
    background: url("../images/benhuo_k.jpg");
    background-size: 100% 100%;
}
.lattice span.s5 a:hover{
    background: url("../images/benhuo_k_1.jpg");
    background-size: 100% 100%;
}
.lattice span.s6 a{
    background: url("../images/xiangguan_k.jpg");
    background-size: 100% 100%;
}
.lattice span.s6 a:hover{
    background: url("../images/xiangguan_k_1.jpg");
    background-size: 100% 100%;
}
.lattice span.s7 a{
    background: url("../images/lianxi_k.jpg");
    background-size: 100% 100%;
}
.lattice span.s7 a:hover{
    background: url("../images/lianxi_k_1.jpg");
    background-size: 100% 100%;
}
.lattice span.s8 a{
    background: url("../images/r4.jpg");
    background-size: 100% 100%;
}
.lattice span.s8 a:hover{
    background: url("../images/r4_1.jpg");
    background-size: 100% 100%;
}

/*四格样式end*/

.lattice span img{
    height: 80px;
    z-index: 1;
}
.lattice span b{
    display: block;
}

.footer-container{
    background: #f3f4f3;
    padding-top: 4px;
}
.footer-container .footer{
    width: 1200px;
    margin: 0 auto;
    padding: 14px 0;
}
.footer-container .footer .left{
    display: inline-block;
    color: #9d9d9d;
    float: left;
}
.footer-container .footer .left b{
    /*color: #2678c3;*/
}
.footer-container .footer .right{
    display: inline-block;
    color: #9d9d9d;
    float: right;
    text-align: right;
    font-size: 10px;
    line-height: 20px;
}


.page_left{
    float: left;
    width: 248px;
    margin-top: 18px;
}
.page_right{
    float: right;
    width: 914px;
    margin-top: 18px;
}
.page_right .content{
    margin: 10px;
}

.page_left .nav {

}
.page_left .nav h1{
     height: 61px;
    line-height: 61px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: url("../images/nav_h1_bg.png");
    border: #cbcee1 1px solid;
    border-bottom: 0;
    letter-spacing: 1.5px;
}
.page_left .nav ul.parent{
    border-left: 1px #a4a4a5 solid;
    border-right: 1px #a4a4a5 solid;
}
.page_left .nav ul.parent > li{
    padding: 0 50px 0 50px;
    border-bottom: 1px #a4a4a5 solid;
    line-height: 40px;
}
.page_left .nav ul.parent > li a{
   color: #000000;
    font-size: 14px;
}
.page_left .nav ul.parent > li.active{
    background:#d0d2eb url("../images/nav-icon.png") right top no-repeat;
}
.page_left .nav ul.parent > li.active a{
    color: #313a87;
}
.page_left .nav ul.parent > li ul{
    display: none;
    padding: 0px 10px 0 0px;
}
.page_left .nav ul.parent > li.active ul{
    display: block;
}
.page_left .nav ul.parent > li ul li{
    line-height: 30px;
    /* background: url("../images/nav-icon-2.jpg") left center no-repeat; */
}
.page_left .nav ul.parent > li ul li a{
    color: #999999;
   /*  padding-left: 12px; */
    font-size: 12px;
}
.page_left .nav ul.parent > li.active ul li a{
    color: #666666;
}

.page_lattice{
    margin-top: 10px;
}
.page_lattice span{
    display: block;
    float: left;
    width: 124px;
    height: 122px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.page_lattice span a{
    display: block;
    width: 124px;
    height: 122px;
}
.page_lattice span.s1{
    background: #436cad;
}
.page_lattice span.s1 a{
    color: #b6bdca;
}
.page_lattice span.s2{
    background: #d34645;
}
.page_lattice span.s2 a{
    color: #b6bdca;
}
.page_lattice span.s3{
    background: #707070;
}
.page_lattice span.s3 a{
    color: #2f2f2f;
}
.page_lattice span.s4{
    background: #b3be58;
}
.page_lattice span.s4 a{
    color: #2f2f2f;
}
.page_lattice span img{
    height: 60px;
    z-index: 1;
}
.page_lattice span b{
    display: block;
}

.page_banner{
    width: 100%;
    height: 280px;
}
.page_banner .bg{
    width: 100%;
    height: 280px;
}

.location{
    height: 48px;
    line-height: 48px;
    color: #999999;
    font-size: 14px;
    border-bottom: 1px #dddddd solid;
}
.location b{
    color: #014d8c;
    font-size: 16px;
    font-weight: 500;
}
.location span{
    float: right;
    color: #333333;
}
.location span a{
    color: #999999;
}

.search_bar {
    background: #f0f0f0;
    padding: 10px 15px;
    color: #666666;
}
.search_bar span{
    display: inline-block;
    margin-right: 10px;
    height: 22px;
    line-height: 22px;
}
.search_bar input[type=text], .search_bar select, .search_bar button{
    height: 20px;
    line-height: 20px;
}
.search_bar input[type=text], .search_bar select{
    border: 1px #d1cdc5 solid;
    min-width: 100px;
}
.search_bar .w1{
    width: 115px;
}
.search_bar button.btn{
    background: #003866;
    height: 22px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    border: 0;
    padding: 0 17px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

/*分页*/
.pagination {
    margin-top: 60px;
    clear: both;
    text-align: center;
}
.pagination a{
    display: inline-block;
    height: 36px;
    padding: 0 15px;
    line-height: 36px;
    border: 1px #eeeeee solid;
    margin-left: -1px;
}
.pagination span{
    display: inline-block;
    height: 38px;
    padding: 0 15px;
    line-height: 38px;
    color: #666666;
}
.pagination span input{
    height: 36px;
    width: 60px;
    line-height: 36px;
    border: 1px #eeeeee solid;
}
.pagination span button{
    height: 38px;
    padding: 0 10px;
    border: 0;
    background: #f1f1f1;
    color: #003866;
}
.pagination span b{
    color: #003866;
    font-weight: 500;
}

.tables{
    border-bottom: 2px #f0f0f0 solid;
    width: 100%;
}
.tables tr th{
    border-bottom: 3px #003866 solid;
    padding: 10px 0;
    text-align: left;
}
.tables tr td{
    padding: 10px 0;
}
tr.center th, tr.center td{
    text-align: center;
}
.tables-hover tr:hover td{
    background: #f0f0f0;
}

.tables_1{
    width: 100%;
}
.apply_btn{
    display: inline-block;
    width: 35px;
    line-height: 25px;
    height: 25px;
    border-radius:2px;
    background-color:#00e3e3;
    border: 1px solid #ddd;
    text-align: center;
}
.unapply_btn{
    display: inline-block;
    text-decoration:none;
    width: 37px;
    line-height: 20px;
    height: 20px;
    border-radius:3px;
    border: 1px solid #ddd;
    outline:0 none;
    background-color:#afafaf;
    pointer-events:none;
    text-align: center;
    color:white;
}
.tables_1 thead{
    border-left: 1px #003866 solid;
    border-right: 1px #003866 solid;

}
.tables_1 tbody{
    border-left: 1px #f2f2f2 solid;
    border-right: 1px #f2f2f2 solid;
    border-bottom: 1px #f2f2f2 solid;
}
.tables_1 tr th{
    padding: 10px 0px;
    text-align: center;
    background: #003866;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
.tables_1 tr td{
    padding: 10px 0px;
    text-align: center;
    color: #999999;

}
.tables_1 tr:hover td{
    background: #f0f0f0;
    color: #666666;
}
.tables_1 tr td a:hover{
    box-shadow:0px 0px 1px 1px #00aeae;
}
.dtable{
    width: 894px;
    margin: 0 auto;
}
.dtable .row{
    border: 1px #f2f2f2 solid;
    margin-bottom: 1px;
}
.dtable .row span{
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 20px;
    float: left;
}
.dtable .row .t{
    width: 160px;
    text-align: center;
    background: #f2f2f2;
    color:#666666;
}
.dtable .row .w1{
    width: 270px;
    padding-left: 12px;
    color:#adadad;
}
.dtable .row .w3{
    width: 552px;
    padding-left: 12px;
    color:#adadad;
}
.gou{
    display: inline-block;
    background: url(../images/gou_false.jpg) no-repeat;
    width: 13px;
    height: 13px;
}
.gou.active{
    background: url(../images/gou_true.jpg) no-repeat;
}

.dtable .row:after { content: "."; display: block; clear: both; height: 0; overflow: hidden; visibility: hidden; }

.btn_box{
    text-align: center;
    margin-top: 60px;
    padding-bottom: 40px;
}
.btn, a.btn{
    display: inline-block;
    padding: 0 20px;
    min-width: 65px;
    height: 36px;
    line-height: 36px;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: "Microsoft YaHei", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #666666;
}
.blue_btn, a.blue_btn{
    background: #003866;
}
.red_btn, a.red_btn{
    background: #cc3333;
}
.gray_btn, a.gray_btn{
    background: #666666;
}
.btn_box .btn{
    margin: 0 10px;
}

.book_search_title{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 20px 0;
}
.book_search{
    padding: 35px 30px;
}
.book_search_btn{
    width: 100px;
    height: 22px;
    line-height: 22px;
    border: 0;
    text-align: center;
    color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.book_search_btn.red{
    background: #cc3333;
}
.book_search_btn.blue{
    background: #003866;
}

.agreement{
    border: 1px #999999 solid;
}
.agreement h1{
    font-size: 14px;
    text-align: center;
    padding: 20px 0 20px 0;
}
.agreement .con{
    padding: 0 45px;
    height: 720px;
    overflow: auto;
    line-height: 24px;
    color: #666666;
}
.agreement .agree{
    border-top: 1px #f0f0f0 solid;
    padding: 10px 50px;
    color: #999999;
}

.reg_info{
    background: #f2f2f2;
    padding-top: 36px;
}
.reg_info h1{
    font-size: 20px;
    font-weight: 500;
    color: #003866;
    padding: 0 40px;
}
.reg_info .info{
    padding: 20px 20px 40px 40px;
    color: #999999;
    font-size: 14px;
    line-height: 26px;
}
.reg_info .notice{
    background: #003866;
    height: 42px;
    line-height: 42px;
    color: #ffffff;
    font-size: 16px;
}
.reg_info .notice p{
    padding:  0 40px;
}
.reg_info .notice p a{
    color: #ffffff;
}
.reg_from{
    width: 720px;
    margin: 0 auto;
    padding-top: 52px;
}
.reg_from .row{
    height: 44px;
    line-height: 44px;
    margin-bottom: 12px;
}
.reg_from .row .t{
    display: inline-block;
    width: 100px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.reg_from .row .w1{
    width: 200px;
}
.reg_from .row .w3{
    width: 400px;
    font-size: 14px;
    color: #666666;
}
.reg_from .row .w1 input[type=text] {
    width: 198px;
    height: 42px;
    border: 1px #dedede solid;
    text-indent: 1em;
    font-size: 14px;
    color: #666666;
}

.reg_from .row .w3 input[type=text] {
    width: 498px;
    height: 42px;
    border: 1px #dedede solid;
    text-indent: 1em;
    font-size: 14px;
    color: #666666;
}

.reg_from .row select{
    height: 42px;
    border: 1px #dedede solid;
    font-size: 14px;
    color: #666666;
}

.reg_from .row .state1{
    color:#aaa;
    font-size: 10px;
}
.reg_from .row .state2{
    color:#000;
    font-size: 10px;
}
.reg_from .row .state3{
    color:red;
    font-size: 10px;
}
.reg_from .row .state4{
    color:green;
    font-size: 10px;
}
.renew {
    padding: 10px 15px;
    color: #666666;
}
.renew span{
    display: inline-block;
    margin-right: 5px;
    height: 22px;
    line-height: 22px;
}
.renew button.btn{
    background: #003866;
    height: 22px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    border: 0;
    padding: 0 17px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}
.renew button.btn_h{
    background: #afafaf;
    height: 22px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    border: 0;
    padding: 0 17px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

/*fix*/
.fix:before,.fix:after{content:"";display:table;}
.fix{*zoom:1;}
.fix:after{clear:both;}

/*mail*/
.mail{ width:750px; margin:62px auto 0px auto; padding-bottom:100px;}
.mail_bt{ width:100%;}
.mail_bt .mail_btcn{ float:left;}
.mail_bt .mail_btcn h3{ display:block; font-size:30px; color:#3073d8; font-weight:normal;}
.mail_bt .mail_btcn span{ display:block; font-size:15px; color:#999999; line-height:35px; letter-spacing:1px; padding-left:40px; margin-top:10px;}
.mail_bt .mail_btcn p{ display:block; font-size:25px; color:#2c517b; margin-top:50px;letter-spacing:1px;}
.mail_bt .mail_bttp{ float:right; width:169px; height:178px;}
.mail_bt .mail_bttp img{ display:block;width:169px; height:178px;}

.mail_bd1{width:750px; margin:10px auto 0px auto;}
.mail_form1{ width:708px; border:1px solid #737373; padding:0px 20px; padding-bottom:35px;}
.mail_form1 h3{ float:left; padding-left:28px; font-size:15px; color:#666666; letter-spacing:1px; margin-top:22px; font-weight:normal;}
.mail_form1 .mail_tx{ float:left; width:100%; margin-top:24px; height:26px;}
.mail_form1 .mail_tx span{ float:left; width:130px; font-size:15px; color:#333333;height:26px; line-height:26px; letter-spacing:1px;}
.mail_form1 .mail_tx em{ float:left; margin:0px 28px; height:26px; line-height:26px; color:#204577; font-size:15px; font-weight:bold;}
.mail_tx .mail_text1{ float:left; width:219px; height:24px; line-height:24px; padding-left:15px; color:#999999; font-size:12px; letter-spacing:1px; border:1px solid #0000fe;}
.mail_tx .mail_text2{ float:left; width:153px; height:24px; line-height:24px; padding-left:15px; color:#999999; font-size:12px; letter-spacing:1px; border:1px solid #0000fe;}
.mail_tx .mail_text2{ float:left;}
.mail_tj{ float:left; width:100%; margin-top:48px;}
.mail_tj .mail_submit1{ float:left; color:#fff; text-align:center; background:#204577; font-size:15px; letter-spacing:1px;  border:0px; border-radius:4px; width:98px; height:28px; line-height:28px; margin-left:296px;}
/*.mail_bd2*/
.mail_bt2{width:750px; margin:10px auto 0px auto;}
.mail_bt2 h3{display:block; font-size:25px; color:#2c517b; margin-top:20px;letter-spacing:1px; font-weight:normal;}
.mail_bd2{width:750px; margin:10px auto 0px auto;}
.mail_form2{ width:708px; border:1px solid #737373; padding:0px 20px; padding-bottom:35px;}
.mail_form2 h3{ float:left; padding-left:28px; font-size:15px; color:#666666; letter-spacing:1px; margin-top:22px; font-weight:normal;}
.mail_form2 .mail_tx2{ float:left; width:100%; margin-top:24px; height:26px;}
.mail_form2 .mail_tx2 span{ float:left; width:130px; font-size:15px; color:#333333;height:26px; line-height:26px; letter-spacing:1px;}
.mail_form2 .mail_tx2 em{ float:left; margin:0px 28px; height:26px; line-height:26px; color:#204577; font-size:15px; font-weight:bold;}
.mail_tx2 .mail_text3{ float:left; width:219px; height:24px; line-height:24px; padding-left:15px; color:#999999; font-size:12px; letter-spacing:1px; border:1px solid #0000fe;}
.mail_tx2 .mail_text4{ float:left; width:153px; height:24px; line-height:24px; padding-left:15px; color:#999999; font-size:12px; letter-spacing:1px; border:1px solid #0000fe;}
.mail_tj2{ float:left; width:100%; margin-top:48px;}
.mail_tj2 .mail_submit2{ float:left; color:#fff; text-align:center; background:#204577; font-size:15px; letter-spacing:1px;  border:0px; border-radius:4px; width:98px; height:28px; line-height:28px; margin-left:296px;}

