﻿body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 tahoma, arial, \5b8b\4f53;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}


/*a:hover {*/
/*text-decoration: underline;*/
/*}*/

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
}

/*comoon*/
.text_indent {
    text-indent: 2em;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.margin_T_20 {
    margin-top: 20px;
}
.margin_B_20 {
    margin-bottom: 20px;
}
.text_align_L {
    text-align: left;
}
.text_align_C {
    text-align: center;
}
.text_align_R {
    text-align: right;
}
.ul_list_none {
    list-style: none;
}
.inle_block {
    /*ie6*/
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*ie7*/
    *display: inline;
    zoom: 1;
}
.outer {zoom:1;}    /*==for IE6/7 Maxthon2==*/
.outer :after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}   /*==for FF/chrome/opera/IE8==*/

/*header*/
body {
    background-color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
}
.header {
    width: 100%;
}
.header .top {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
}
.in_logo {
    display: block;
    padding-top: 20px;
}
.right {
    text-align: center;
}
.right ul {
    background: url("../images/search_bg.png") no-repeat top center;
    width: 417px;
    height: 27px;
}
.right ul li {
    display: inline-block;
    *_display: inline-block;
    *zoom:1;
    *display: inline;
    color: white;
}
.right ul li a {
    color: white;
    line-height: 27px;
    font-size: 12px;
    padding-left: 6px;
}
input {
    border: 0;
    width: 100%;
    height: 100%;
    outline: none;
    background-color: rgba(0,0,0,0);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11000000,endColorstr=#11000000);
}
.scarch_box {
    position: relative;
    padding-left: 6px;
}
.scarch_box input.input_text {
    background: url("../images/scarch_border.png") no-repeat top center;
    width: 140px;
    height: 19px;
    padding-left: 20px;
    line-height: 19px;
    font-size: 12px;
    color: white;
}
.scarch_box input.submit {
    background: url("../images/search_btn.png") no-repeat top center;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 18px;
    top: 4px;
    cursor: pointer;
}
.text_img {
    margin-top: 30px;
}
/*nav*/
.nav {
    width: 100%;
    height: 46px;
    border-top: 1px solid #ccc;
}
.navBar {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.navBar ul {
    text-align: center;
    overflow: visible;
    zoom: 1;
}
.navBar ul li {
    /*display: inline-block;*/
    /**_display: inline-block;*/
    float: left;
    color: white;
    position: relative;
    text-align: center;
}
.navBar ul li a {
    color: #3e3e3e;
    line-height: 46px;
    font-size: 18px;
    display: block;
    text-align: center;
}
.navBar ul li.current {
    background-color: #eee;
}
.navBar ul li.current a {
    color: #0068b7;
}
.navBar ul li .nav02 {
    position: absolute;
    top: 45px;
    left: 0;
    width: 196px;
    background: #eee;
    display: none;
}
.navBar ul li .nav02 li,
.navBar ul li .nav02 li a {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #3e3e3e;
}
/*banner*/
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner .slideBox .hd ul li {
    background: url("../images/banner_icon_option.png") no-repeat -18px 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    *_display: inline-block;
    *zoom:1;
    *display: inline;
    cursor: pointer;
    margin: 0 4px;
}
.banner .slideBox .hd ul li.on {
    background: url("../images/banner_icon_option.png") no-repeat 0 0;
}
.banner .slideBox .hd {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 999;
}
.banner .slideBox .bd ul li {
    position: relative;
    width: 1920px;
}
.banner .slideBox .prev,
.banner .slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -30px;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/banner_btn.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.banner .slideBox .prev {
    right: auto;
    left: 3%;
    background-position: 0px 0px;
}

.banner .slideBox .next {
    left: auto;
    right: 3%;
    background-position: -60px 0px;
}
.banner .slideBox .prev:hover {
    opacity: 1;
}

.banner .slideBox .next:hover {
    opacity: 1;
}
.banner .inlet {
    position: absolute;
    bottom: 30px;
    left: 21%;
}
.banner .inlet ul li {
    display: inline-block;
    *_display: inline-block;
    *zoom:1;
    *display: inline;
    text-align: center;
}
.banner .inlet ul li a {
    display: block;
    background-image: url("../images/in_banner_icon.png");
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    margin-left: 4px;
    margin-right: 4px;
    color: white;
    line-height: 8;
}
.banner .inlet ul li.m a {
    background-position: 0 0;
}
.banner .inlet ul li.w a {
    background-position: -80px 0;
}
.banner .inlet ul li.x a {
    background-position: -161px 0;
}
.banner .explain {
    position: absolute;
    bottom: 30px;
    right: 20%;
    padding: 14px 40px;
    background: url("../images/bg_opacity_50.png");
    z-index: 998;
    color: white;
    font-size: 18px;
}
.banner .explain span {
    margin: 0 10px;
    line-height: 2.4;
    font-size: 18px;
}
/*footer*/
.footer {
    text-align: center;
}
.footer ul li,
.footer ul li i,
.footer ul li a {
    display: inline-block;
    *_display: inline-block;
    *zoom:1;
    *display: inline;
}
.footer ul li {
    margin: 0 30px;
}
.footer ul li a {
    font-size: 14px;
    color: #666565;
    padding-left: 10px;
}
.footer ul li i {
    display: inline-block;
    *_display: inline-block;
    *zoom:1;
    *display: inline;
    background: url("../images/footer_icon.png") no-repeat left top;
    vertical-align: middle;
}
.footer ul li.bgxt i {
    background-position: 0 0;
    width: 24px;
    height: 28PX;
}
.footer ul li.jwxt i {
    background-position: -25px 0;
    width: 22px;
    height: 28PX;
}
.footer ul li.kygz i {
    background-position: -48px 0;
    width: 14px;
    height: 28PX;
}
.footer ul li.yxxt i {
    background-position: -63px 0;
    width: 20px;
    height: 28PX;
}
.footer ul li.jfxt i {
    background-position: -84px 0;
    width: 20px;
    height: 28PX;
}
.footer ul li.yjxt i {
    background-position: -105px 0;
    width: 17px;
    height: 28PX;
}
.footer ul li.rdzt i {
    background-position: -123px 0;
    width: 23px;
    height: 28PX;
}
.footer .system {
    background-color: #e7e7e7;
    padding: 20px 0;
}
.footer .copyright {
    background-color: black;
    text-align: center;
}
.footer .copyright p {
    font-size: 12px;
    color: #dadada;
    padding: 16px 0;
}

/*hover*/
.navBar ul li .nav02 li a:hover {
    background: #0068b7;
    color: white;
}
.banner .inlet ul li a:hover {
    text-decoration: none;
    color: #0068b7;
}
.navBar ul li a:hover {
    color: #0068b7;
}
.navBar ul li:hover {
    background-color: #eee;
}
.right ul li a:hover {
    text-decoration: underline;
}
.footer ul li a:hover {
    color: #0265a6;
}

















































