@charset "UTF-8";

/*初始化代码*/

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,
table,
img,
dd {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1200px;
    font-family: "微软雅黑";
}

li {
    list-style: none;
}

button {
    border: none;
}

a {
    text-decoration: none;
}

input,
select,
textarea {
    outline: none;
}

textarea {
    resize: none;
}

img {
    border: none;
}


/*清除浮动*/

.wdnxapp .clearfix:before,
.wdnxapp .clearfix:after {
    content: "";
    display: table;
}

.wdnxapp .clearfix:after {
    clear: both;
}

.wdnxapp .clearfix {
    *zoom: 1;
}

.wdnxapp .main_div {
    width: 100%;
    height: auto;
    min-width: 1200px;
}

.wdnxapp .sub_div {
    margin: 0 auto;
    height: auto;
    max-width: 1200px;
}

.wdnxapp .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
}


/*内容一*/

.wdnxapp .CAO {
    background-color: #fff;
    height: 380px;
}

.wdnxapp .container_01 {
    position: relative;
}

.wdnxapp .con_01_top {
    padding-top: 64px;
}

.wdnxapp .row1 {
    height: 233px;
    width: 1200px;
    box-shadow: 10px 10px 25px 4px rgba(213, 228, 248, 1);
    margin-left: 0;
    margin-top: 60px;
    background-color: #fff;
}

.wdnxapp .col_xs_2 {
    padding-left: 52px;
    padding-right: 0;
    padding-top: 56px;
}

.wdnxapp .col_xs_2_img {
    vertical-align: middle;
    cursor: pointer;
}

.wdnxapp .col_xs_2_img_active {
    position: absolute;
    top: -26px;
    left: 11px;
}

.wdnxapp .tab_line {
    display: inline-block;
    background-color: #ebebeb;
    width: 1px;
    height: 112px;
    vertical-align: middle;
    position: absolute;
    right: 1px;
}


/*内容二*/

.wdnxapp .GAN {
    height: 600px;
    background-color: #f1f7ff;
}

.wdnxapp .container_02 {
    padding-top: 90px;
}

.wdnxapp .container_02_none {
    display: none;
}

.wdnxapp .row2 {
    margin-left: 0;
    margin-top: 0;
}

.wdnxapp .tab_con_01 {
    margin-top: 46px;
    width: 257px;
    height: 86px;
    background-color: #fff;
    text-align: center;
    /*IE*/
    text-align: -moz-center;
    /*Firefox*/
    text-align: -webkit-center;
    /*Chrome*/
    box-shadow: 9px 9px 6px 0px rgba(213, 228, 248, 1);
}

.wdnxapp .tab_con_01_active {
    margin-top: 46px;
    width: 257px;
    height: 86px;
    background-color: #fff;
    text-align: center;
    /*IE*/
    text-align: -moz-center;
    /*Firefox*/
    text-align: -webkit-center;
    /*Chrome*/
    box-shadow: 9px 9px 6px 0px rgba(211, 214, 206, 1);
}

.wdnxapp .color_div {
    width: 100%;
    height: 10px;
    background-color: #fff;
}

.wdnxapp .color_div_active {
    width: 100%;
    height: 10px;
    background-color: #f0a70a;
}

.wdnxapp .con_title_p {
    font-size: 20px;
    color: #5899e5;
    padding-top: 8px;
}

.wdnxapp .con_title_p_active {
    font-size: 20px;
    color: #e78c62;
    padding-top: 8px;
}

.wdnxapp .con_a {
    padding-top: 10px;
}

.wdnxapp .erweima {
    position: relative;
    padding-top: 9px;
    z-index: 111;
}

.wdnxapp .erweima_none {
    display: none;
}

.wdnxapp .line {
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #666;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

.wdnxapp .content_a {
    text-decoration: none;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
}

.wdnxapp .content_a:hover {
    text-decoration: none;
    font-size: 16px;
    color: #5899e5;
}

.wdnxapp .content_a:focus {
    text-decoration: none;
    font-size: 16px;
    color: #5899e5;
}