.cas_info {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background-color: #FFF;
    position: relative;
    z-index: 999;
}

@charset "utf-8";
/*总体设置(不可更改)*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑";
}

select, input {
    vertical-align: middle;
    font-size: 12px;
}

table, tr, td, th {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

textarea, td, div, input {
    font-size: 12px;
}

body {
    color: #333;
    font-size: 12px;
    text-align: center;
    background: #f4f4f4;
}

ul, ol {
    list-style: none;
}

/**空白10像素**/
.sh10 {
    height: 10px;
    background: #fff;
    overflow: hidden;
    font-size: 0;
}

/**右边空10像素**/
.mar10 {
    margin-right: 10px;
}

/**左边空10像素**/
.mal10 {
    margin-left: 10px;
}

/**上边空10像素**/
.mat10 {
    margin-top: 10px;
}

/**块隐藏**/
.none {
    display: none;
}

/**块显示**/
.block {
    display: block;
}

/**清除边框**/
.nonebor {
    border: 0;
}

/**清除浮动**/
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    vertical-align: middle;
}

/**链接**/
a {
    outline: none;
    text-decoration: none;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    color: #ff7700;
}

.fmove img {
    display: inline;
}


/** 顶部公共部分css**/

body, h1, h2, h3, h4, h5, h6, hr, p, div, span, i, object, iframe, /* 结构元素 */

dl, dt, dd, ul, ol, li, /* 列表元素 */

form, fieldset, legend, button, input, textarea, option, select, /* 表单元素 */

pre, /* 文本格式元素 */

table, tr, td, /* 表格元素 */

    /** 重置列表元素 **/

ul, ol, li, dl, dt, dd {
    list-style-type: none;
}

.w1210 {
    width: 1210px;
}

.w990 {
    width: 990px;
}

/** 设置默认字体 **/

body {
    font-size: 14px;
    color: #333333;
    font-family: "宋体", sans-serif;
    background: #fff;
}

input, select, button, textarea {
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
}

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

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

/**重置表单元素**/

input[type=submit] {
    cursor: pointer;
}

input[type=button] {
    cursor: pointer;
}

button, input {
    overflow: visible;
}

/** 重置表格元素 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/** 默认链接元素 **/
a {
    text-decoration: none;
}

a:link, a:visited {
    color: inherit;
}

a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

a:focus {
    -moz-outline-style: none;
}

a:focus {
    outline: none;
}

a.cOrange:link, a.cOrange:visited {
    color: inherit;
}

a.cOrange:hover, a.cOrange:active {
    color: inherit;
}

.pMore:hover {
    color: #f00;
}

/** 浮动元素 **/
.fl {
    display: inline;
    float: left;
}

.fr {
    display: inline;
    float: right;
}

/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.cl5 {
    clear: both;
    height: 5px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.cl10 {
    clear: both;
    height: 10px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.ml9 {
    margin-left: 9px;
}

.container {
    width: 980px;
    margin: 0 auto;
}


/*顶部区域样式*/


* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    font-size: 12px;
    font-family: Microsoft YaHei;
}


#top {
    width: 100%;
    height: 30px;
    background: #F7F7F7;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    z-index: 100;
}

#top #top_main {
    width: 1210px;
    height: 30px;
    margin: 0 auto;
}

#top #top_main .topu {
    float: left;
}

#top #top_main .topu li {
    width: 65px;
    height: 30px;
    display: block;
    float: left;
    list-style: none;
    font-size: 12px;
    color: #666666;
    line-height: 30px;
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
}

#top #top_main .topu li .didian {
    width: 18px;
    height: 18px;
    background: url(../img/didian.png?x-oss-process=image/resize,h_600,w_600) no-repeat;
    position: absolute;
    top: 6px;
}

#top #top_main .topu li a {
    color: #666666;
    padding-left: 16px;
    text-decoration: none;
}

#top #top_main .topu li a:hover {
    color: #1f528a;
    text-decoration: underline;
}

#top #top_main .topu .aa {
    display: block;
}

/*鼠标移入显示二维码*/
#top #top_main .topu .xuan .aa:hover .erweitu {
    display: block;
}

/*top左侧区域开始*/
#top #top_main .topleft {
    height: 30px;
    float: left;
    position: relative;
}

#top #top_main .topleft ul li {
    float: left;
    padding-right: 10px;
    height: 30px;
}

#top #top_main .topleft ul li > a {
    display: block;
    font-size: 12px;
    float: left;
    padding-left: 8px;
    line-height: 20px;
    color: #666;
    margin-top: 5px;
}

#top #top_main .topleft ul li .cun {
    margin-top: 7px;
    float: left;
    border-right: 1px solid #ccc;
    height: 16px;
    width: 54px;
}

#top #top_main .topleft ul li .cun a {
    font-size: 12px;
    line-height: 16px;
    color: #666;
    float: left;
    margin-left: 0;
}

#top #top_main .topleft ul li .cun a:hover {
    color: #1f528a;
    text-decoration: underline;
}

#top #top_main .topleft ul li .phonetu {
    width: 13px;
    height: 22px;
    background: url(../img/all.png) no-repeat -128px -360px;
    position: absolute;
    top: 2px;
    left: 265px;
}

#top #top_main .topleft ul li .downjian11 {
    width: 10px;
    height: 8px;
    background: url(../img/all.png) no-repeat -94px -53px;
    position: absolute;
    top: 10px;
    left: 338px;
}

#top #top_main .topleft ul li .downjian {
    width: 10px;
    height: 8px;
    background: url(../img/all.png) no-repeat -94px -53px;
    position: relative;
    top: 10px;
    left: 78px;
}

#top #top_main .topleft ul li .cun a.dong {
    height: 11px;
    margin-left: 25px;
    padding-right: 10px;
}

#top #top_main .topleft ul li.hidetu {
    width: 84px;
}

#top #top_main .topleft ul li .erwei {
    width: 250px;
    height: 294px;
    border: 1px solid #ccc;
    background: white;
    float: left;
    position: relative;
    top: 8px;
    z-index: 33;
    display: none;
}

#top #top_main .topleft ul li.hidetu:hover .erwei {
    display: block;
}

#top #top_main .topleft ul li.kefu {
    width: 54px;
    height: 30px;
}

#top #top_main .topleft ul li.kefu span {
    padding-left: 0px;
    color: #666;
}

#top #top_main .topleft ul li .downjian1 {
    width: 10px;
    height: 8px;
    background: url(../img/all.png) no-repeat -94px -53px;
    position: relative;
    top: -11px;
    left: 73px;
}

top #top_main .topleft ul li .downjian1:hover {
    color: #ccc;
}

#top #top_main .topleft ul li .kefuhide {
    width: 95px;
    height: 55px;
    margin-left: -4px;
    margin-top: -1px;
    position: relative;
    z-index: 9;
}

#top #top_main .topleft ul li .kefuhide ul li {
    width: 73px;
    height: 22px;
}

#top #top_main .topleft ul li .kefuhidec {
    width: 78px;
    height: 45px;
    margin-left: 5px;
    margin-top: -2px;
    border: 1px solid #F7F7F7;
    position: relative;
    z-index: 999;
}

#top #top_main .topleft ul li .kefuhidec ul li {
    width: 73px;
    height: 22px;
    background-color: #ffffff;
}

#top #top_main .topleft ul li .a1 {
    width: 60px;
    height: 20px;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

#top #top_main .topleft ul li.kefu:hover .a1 {
    overflow: visible;
}

#top #top_main .topleft ul li.kefu:hover .kefuhide {
    border: 1px solid #efefef;
    background: white;
    border-radius: 5px;
}

#top #top_main .topleft ul li.wangzhan {
    width: 73px;
    height: 30px;
}

#top #top_main .topleft ul li.wangzhan span {
    color: #666;
    padding-left: 10px;
}

#top #top_main .topleft ul li.wangzhan .wangzhanhide {
    width: 200px;
    height: 136px;
    border: 1px solid #efefef;
    background: white;
    float: left;
    position: relative;
    top: 8px;
    display: none;
    z-index: 22;
}

#top #top_main .topleft ul li.wangzhan:hover .wangzhanhide {
    display: block;
}

#top #top_main .topleft ul li.wangzhan .tese {
    width: 250px;
    height: 28px;
    text-align: left;
}

#top #top_main .topleft ul li.wangzhan .tese span {
    font-weight: 700;
    line-height: 28px;
}

#top #top_main .topleft ul li.wangzhan .tesemain {
    width: 180px;
    height: 39px;
    margin-left: 5px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 5px;
    text-align: left
}

#top #top_main .topleft ul li.wangzhan a {
    font-weight: 400;
    color: #666;
    padding-left: 6px;
    line-height: 1.7em;
}

#top #top_main .topleft ul li.wangzhan a:hover {
    color: #1f528a;
    text-decoration: underline;
}

#top #top_main .topleft ul li.wangzhan .tesemain1 {
    width: 240px;
    height: 32px;
    margin-left: 5px;
    border-bottom: 0px solid #eee;
    text-align: left
}

#top #top_main .topleft ul li.wangzhan .tesemain2 {
    width: 240px;
    height: 22px;
    margin-left: 5px;
}

/*top中间区域开始*/

#top #top_main #hello {
    width: 180px;
    height: 30px;
    margin-left: 330px;
    float: left;
}

#top #top_main #hello span {
    line-height: 30px;
    font-size: 12px;
    color: #666666;
}

#top #top_main #hello span a {
    color: #1f528a;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#top #top_main #hello span a:hover {
    color: #1f528a;
    text-decoration: underline;
}

/*top中间区域结束*/


/*top右边区域开始*/

#top #top_main .topright {
    height: 30px;
    float: right;
    position: relative;
}

#top #top_main .topright ul li {
    float: left;
    padding-right: 9px;
    height: 30px;
}

#top #top_main .topright ul li > a {
    display: block;
    font-size: 12px;
    float: left;
    padding-left: 8px;
    line-height: 20px;
    color: #666;
    margin-top: 5px;
}

#top #top_main .topright ul li .cun {
    margin-top: 8px;
    float: right;
    border-left: 1px solid #ccc;
    height: 14px;
}

#top #top_main .topright ul li .cun a {
    font-size: 12px;
    line-height: 14px;
    color: #666;
    float: left;
    margin-left: 3px;
}

#top #top_main .topright ul li .cun a:hover {
    color: #1f528a;
    text-decoration: underline;
}

#top #top_main .topright ul li .phonetu {
    width: 13px;
    height: 22px;
    background: url(../img/all.png) no-repeat -128px -360px;
    position: absolute;
    top: 2px;
    left: 265px;
}

#top #top_main .topright ul li .downjian11 {
    width: 10px;
    height: 8px;
    background: url(../img/all.png) no-repeat -94px -53px;
    position: absolute;
    top: 10px;
    left: 338px;
}

#top #top_main .topright ul li .downjian {
    width: 10px;
    height: 8px;
    background: url(../img/all.png) no-repeat -94px -53px;
    position: relative;
    top: -18px;
    left: 78px;
}

#top #top_main .topright ul li .cun a.dong {
    height: 11px;
    margin-left: 10px; /*padding-right: 10px;*/
}

#top #top_main .topright ul li.hidetu {
    width: 64px;
}

#top #top_main .topright ul li .erwei {
    width: 64px;
    height: 116px;
    border: 1px solid #ccc;
    background: white;
    float: left;
    position: relative;
    top: 8px;
    z-index: 33;
    display: none;
}

#top #top_main .topright ul li.hidetu:hover .erwei {
    display: block;
}

#top #top_main .topright ul li.kefu {
    width: 84px;
    height: 30px;
}

#top #top_main .topright ul li.kefu span {
    padding-left: 5px;
    color: #666;
}

#top #top_main .topright ul li .downjian1 {
    width: 10px;
    height: 8px; /*background: url(/img/all.png) no-repeat -94px -53px;position: relative;*/
    top: -10px;
    left: 75px;
}

#top #top_main .topright ul li .kefuhide {
    width: 80px;
    height: 72px;
    margin-top: -4px;
    padding-left: 13px;
    border: 1px solid #F7F7F7;
    position: relative;
    z-index: 999;
}

#top #top_main .topright ul li .kefuhide ul li {
    width: 90px;
    height: 22px;
}

#top #top_main .topright ul li .a1 {
    width: 90px;
    height: 20px;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

#top #top_main .topright ul li.kefu:hover .a1 {
    overflow: visible;
}

#top #top_main .topright ul li.kefu:hover .kefuhide {
    border: 1px solid #efefef;
    background: white;
    border-radius: 5px;
}

/*顶部导航 院所管理 下拉样式*/
#top #top_main .topright ul li .yuansuoguanli {
    width: 100px;
    height: 24px;
    padding-left: 10px;
    margin-top: -3px;
    border: 1px solid #F7F7F7;
    position: relative;
    z-index: 999;
}

#top #top_main .topright ul li .yuansuoguanli ul li {
    width: 110px;
    height: 22px;
}

#top #top_main .topright ul li.kefu:hover .yuansuoguanli {
    border: 1px solid #efefef;
    background: white;
    border-radius: 5px;
}

#top #top_main .topright ul li.wangzhan {
    width: 73px;
    height: 30px;
}

#top #top_main .topright ul li.wangzhan span {
    color: #666;
    padding-left: 10px;
}

#top #top_main .topright ul li.wangzhan .wangzhanhide {
    width: 250px;
    height: 206px;
    border: 1px solid #ccc;
    background: white;
    float: left;
    position: relative;
    top: 8px;
    left: -168px;
    display: none;
    z-index: 22;
}

#top #top_main .topright ul li.wangzhan:hover .wangzhanhide {
    display: block;
}

#top #top_main .topright ul li.wangzhan .tese {
    width: 250px;
    height: 28px;
}

#top #top_main .topright ul li.wangzhan .tese span {
    font-weight: 700;
    line-height: 28px;
}

#top #top_main .topright ul li.wangzhan .tesemain {
    width: 240px;
    height: 66px;
    margin-left: 5px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

#top #top_main .topright ul li.wangzhan a {
    font-weight: 400;
    color: #666;
    padding-left: 6px;
    line-height: 1.7em;
}

#top #top_main .topright ul li.wangzhan a:hover {
    color: #1f528a;
    text-decoration: underline;
}

#top #top_main .topright ul li.wangzhan .tesemain1 {
    width: 240px;
    height: 22px;
    margin-left: 5px;
    border-bottom: 1px solid #eee;
}

#top #top_main .topright ul li.wangzhan .tesemain2 {
    width: 240px;
    height: 22px;
    margin-left: 5px;
}

.MsoNormal-w {
    color: #ffffff
}

@charset "utf-8";
/*总体设置(不可更改)*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑";
}

select, input {
    vertical-align: middle;
    font-size: 12px;
}

table, tr, td, th {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

textarea, td, div, input {
    font-size: 12px;
}

body {
    color: #333;
    font-size: 12px;
    text-align: center;
    background: #f4f4f4;
}

ul, ol {
    list-style: none;
}

/**空白10像素**/
.sh10 {
    height: 10px;
    background: #fff;
    overflow: hidden;
    font-size: 0;
}

/**右边空10像素**/
.mar10 {
    margin-right: 10px;
}

/**左边空10像素**/
.mal10 {
    margin-left: 10px;
}

/**上边空10像素**/
.mat10 {
    margin-top: 10px;
}

/**块隐藏**/
.none {
    display: none;
}

/**块显示**/
.block {
    display: block;
}

/**清除边框**/
.nonebor {
    border: 0;
}

/**清除浮动**/
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    vertical-align: middle;
}

/**链接**/
a {
    outline: none;
    text-decoration: none;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    color: #ff7700;
}

.fmove img {
    display: inline;
}

.layui-layer-title {
    text-align: center;
    padding: 0;
}

.layui-layer-content {
    text-align: center;
}

/**--------------------首页-----------------------------**/

.cas_top {
    width: 100%;
    background-image: url(../img/cas_bg01.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 40px;
    position: relative;
    z-index: 99999;
}

.cas_top_main {
    width: 1208px;
    background-image: url(../img/cas_bg01.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 40px;
    margin: 0 auto;
}

.cas_top_main b {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    line-height: 40px;
}

.cas_top_main b a {
    color: #1f528a;
}

.cas_top_main b a:hover {
    color: #ff7700;
}

.cas_top_right {
    float: right;
    display: inline;
}

.cas_top_right ul li {
    float: left;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    line-height: 40px;
    background-image: url(../img/cas_icon09.png);
    background-repeat: no-repeat;
    background-position: right 13px;
    text-align: center;
    width: 100px;
    position: relative;
}

.cas_top_right ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.cas_top_right ul li a.li_a {
    color: #666;
}

.cas_top_right ul li a.li_a:hover {
    color: #ff7700;
}

.cas_top_right ul li a.li_a img {
    margin-left: 4px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.cas_top_right ul li:hover a.li_a img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cas_top_right ul li .li_box {
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #FFF;
    width: 100px;
    padding: 10px 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px #666666;
    -moz-box-shadow: 0 0 20px #666666;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    display: none;
    border-top: 2px solid #1f528a;
    z-index: 99999;
}

.cas_top_right ul li .li_box p a {
    display: block;
    line-height: 24px;
    text-align: center;
    color: #666;
}

.cas_top_right ul li .li_box p a:hover {
    color: #ff7700;
    background-color: #f6f6f6;
}

.cas_top_right ul li:hover .li_box {
    display: block;
}

.cas_info {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background-color: #FFF;
    position: relative;
    z-index: 99998;
}


.cas_info_main {
    width: 1208px;
    margin: 0 auto;
    padding: 30px 0 6px 0;
    background-color: #FFF;
}

.cas_shop {
    width: 134px;
    height: 38px;
    border: 1px solid #cccccc;
    top: 9px;
    left: 10px;
    float: left;
    display: inline;
    position: relative; /*border-radius: 25px;*/
}

.cas_shop {
    width: 134px;
    height: 38px;
    border: 1px solid #cccccc;
    display: inline;
    position: relative;
}

.cas_shop span {
    display: block;
    height: 38px;
}

.cas_shop span a {
    font-size: 14px;
    font-weight: normal;
    color: #1f528a;
    text-align: center;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.cas_shop span a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    width: 20px;
    height: 19px;
}

.cas_shop span a strong {
    color: #ffa015;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 0;
    font-size: 16px;
}

.cas_shop_main {
    width: 300px;
    border: 1px solid #cccccc;
    border-top: none;
    background-image: url(../img/cas_bg02.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    right: -1px;
    top: 38px;
    background-color: #FFF;
    display: none;
    z-index: 99999;
}

.cas_shop_scroll {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.cas_shop_scroll dl {
    width: 250px;
    margin: 0 auto;
    padding: 14px 0;
    border-bottom: 1px dotted #cccccc;
}

.cas_shop_scroll dl dt {
    width: 70px;
    float: left;
    display: inline;
}

.cas_shop_scroll dl dt a img {
    width: 68px;
    height: 68px;
    border: 1px solid #dddddd;
}

.cas_shop_scroll dl dd {
    width: 160px;
    float: left;
    margin-left: 20px;
    display: inline;
    text-align: left;
    height: 70px;
    overflow: hidden;
}

.cas_shop_scroll dl dd p {
    font-size: 12px;
    font-weight: normal;
    color: #666;
}

.cas_shop_scroll dl dd p span {
    float: right;
    display: inline;
}

.cas_shop_scroll dl dd p a {
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
}

.cas_shop_scroll dl dd p a:hover {
    color: #ff7700;
}

.cas_shop_main b {
    display: block;
    line-height: 36px;
    padding: 0 32px 0 20px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
}

.cas_shop_main b strong {
    color: #ffa015;
    margin: 0 4px;
}

.cas_shop_main b a {
    display: inline-block;
    padding: 0 5px;
    line-height: 22px;
    background-color: #1f528a;
    float: right;
    display: inline;
    font-weight: bold;
    color: #FFF;
    border-radius: 2px;
    margin-top: 6px;
}

.cas_shop_main b a:hover {
    background-color: #ff7700;
}

.cas_shop:hover .cas_shop_main {
    display: block; /*-webkit-box-shadow:0 15px 20px #666666;-moz-box-shadow:0 15px 20px #666666;*/
}

.cas_shop:hover { /*-webkit-box-shadow:0 0 10px #666666;-moz-box-shadow:0 0 10px #666666;*/
}


.cas_info {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background-color: #FFF;
}

.cas_info_main {
    width: 1208px;
    margin: 0 auto;
    padding: 30px 0 6px 0;
    background-color: #FFF;
}

.cas_logo {
    width: 211px;
    float: left;
    display: inline;
    margin-top: 8px;
}

.cas_logo2 {
    width: 139px;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-top: 6px;
}

.cas_city {
    position: relative;
    margin-right: 70px;
    padding: 0 5px;
    height: 24px;
    background-color: #f4f4f4;
    border-radius: 5px;
    float: left;
    display: inline;
    margin-left: 20px;
    margin-top: 14px;
    border: 1px solid #eeeeee;
}

.cas_city a {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    text-align: center;
    line-height: 24px;
}

.cas_city a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.cas_city_new {
    width: 80px;
    text-align: center;
    line-height: 24px;
    position: relative;
    margin-right: 10px;
    padding: 0 5px;
    height: 24px;
    background-color: #f6f6f6;
    border-radius: 5px;
    float: left;
    display: inline;
    margin-left: 5px;
    margin-top: 8px;
    border: 0px solid #1f528a;
}

.cas_city_new span {
    vertical-align: middle;
    text-align: center;
    padding-left: 3px;
}

.cas_jingque_search {
    width: 90px;
    text-align: center;
    line-height: 24px;
    position: relative;
    font-size: 14px;
    padding: 0 4px;
    height: 24px; /*background-color:#f4f4f4; border-radius:5px;*/
    float: left;
    margin-left: 12px;
    display: inline;
    margin-top: 4px;
    border: 1px solid #eeeeee;
}

.cas_jingque_search {
    height: 38px;
    background-color: #ffffff;
    border: 1px solid #ccc; /*border-radius:5px;*/
}

.cas_jingque_search span {
    font-size: 12px;
    color: #3f8fff;
    line-height: 39px;
    vertical-align: middle;
    text-align: center; /* padding-left:3px;*/
}

.cas_search {
    width: 480px;
    float: left;
    display: inline;
    padding-bottom: 30px;
}

.cas_search_main {
    width: 499px;
    height: 38px;
    border: 1px solid #cccccc;
    position: relative;
}

.cas_sea_info {
    width: 89px;
    height: 38px;
    border-right: 1px solid #cccccc;
    float: left;
    display: inline;
    position: relative;
}

.cas_sea_info span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    text-align: center;
    line-height: 38px;
}

.cas_sea_info span img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.cas_sea_info:hover span img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cas_sea_info_main {
    width: 89px;
    border: 1px solid #cccccc;
    border-top: 1px solid #fff;
    position: absolute;
    left: -1px;
    top: 38px;
    background-color: #FFF;
    padding: 0 0 10px 0;
    display: none;
    z-index: 99999;
}

.cas_sea_info_main p a {
    display: block;
    line-height: 24px;
    text-align: center;
    color: #666;
}

.cas_sea_info_main p a:hover {
    color: #ff7700;
    background-color: #f6f6f6;
}

.cas_sea_info:hover .cas_sea_info_main {
    display: block;
}

.cas_search_main .input01 {
    width: 309px;
    background-color: #fff;
    height: 36px;
    padding: 0 0 0 10px;
    border: none;
    font-size: 12px;
    font-weight: normal;
    color: #f00; /*黑屏时改成*/
    font-family: "微软雅黑";
    float: left;
    display: inline;
}

.cas_search_main .input02 {
    width: 76px;
    height: 100%;
    float: left; /*display: inline-block;*/
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #1f528a;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    right: 0;
    background-position: 0px 0px;
    border-left: 0px solid #dddddd;
    cursor: pointer;
    margin-left: -40px;
}

.cas_search_main .input03 {
    width: 40px;
    height: 36px;
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #FFF;
    border-left: 1px solid #dddddd;
    cursor: pointer;
    background-image: url(../img/cas_icon49.png);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

.cas_search b {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    line-height: 30px;
    padding: 0 0 0 10px;
    color: #666;
    position: absolute;
    max-width: 670px;
    height: 30px;
    overflow: hidden
}

.cas_search b a {
    color: #666666;
    margin-right: 14px;
}

.cas_search b a:hover {
    color: #0B6FAD;
}

.cas_nav {
    width: 100%;
    text-align: left;
    height: 46px;
    background-image: url(../img/cas_bg03.jpg?x-oss-process=image/resize,h_600,w_600);
    background-color: #fff;
    background-repeat: repeat-x;
    background-position: bottom;
    position: relative;
}

.cas_nav_main {
    width: 1208px;
    margin: 0 auto;
    text-align: left;
    height: 41px;
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 4px 0 0 0;
}

.cas_nav_left {
    width: 192px;
    height: 42px;
    float: left;
    display: inline;
    position: relative;
}

.cas_nav_left strong {
    display: block;
    background-color: #1f528a;
    line-height: 42px;
    padding: 0 10px 0 14px;
    font-size: 14px; /* font-weight:bold;*/
    color: #FFF;
}

.cas_nav_left strong img {
    float: right;
    display: inline;
    margin-top: 12px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.cas_nav_left:hover strong img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cas_nav_left:hover strong img.img01 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cas_nav_right {
    width: 998px;
    float: left;
    display: inline;
}

.cas_nav_right ul li {
    float: left;
    display: inline;
    position: relative;
    line-height: 40px;
    margin-left: 35px;
    font-size: 15px;
    font-weight: 400;
    z-index: 9;
}

/*.cas_nav_right ul li a {*/
    /*color: #333333;*/
    /*font-size: 16px;*/
/*}*/

/*.cas_nav_right ul li.on a {*/
    /*color: #1f528a;*/
/*}*/

/*.cas_nav_right ul li a:hover {*/
    /*color: #1f528a;*/
/*}*/

/*.cas_nav_right ul li a:visited {*/
    /*color: #1f528a;*/
/*}*/

.cas_nav_right ul li a img {
    position: absolute;
    top: -4px;
    right: -6%;
}

.cas_new {
    width: 1208px;
    margin: 0 auto;
    text-align: left;
}

.cas_blk03 {
    width: 210px;
    background-color: #FFF;
    height: 390px;
    position: relative;
    margin-top: -400px;
    z-index: 99990;
    float: right;
    display: inline;
}

.cas_b03_info01 {
    width: 170px;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
    height: 90px;
    padding: 18px 0 18px 0;
}

.cas_b03_info01 p {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 22px;
    display: block;
}

.cas_b03_info01 p a {
    color: #1f528a;
}

.cas_b03_info01 p a:hover {
    color: #1f528a;
}

.cas_b03_info01 span {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.cas_b03_info01 span a.a03 {
    width: 70px;
    height: 24px;
    border: 2px solid #1f528a;
    background-color: #1f528a;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.cas_b03_info01 span a.a03:hover {
    width: 70px;
    height: 24px;
    border: 2px solid #ff7700;
    background-color: #ff7700;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.cas_b03_info01 span a.a04 {
    width: 70px;
    height: 24px;
    border: 2px solid #1f528a;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #1f528a;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.cas_b03_info01 span a.a04:hover {
    width: 70px;
    height: 24px;
    border: 2px solid #ff7700;
    background-color: #ff7700;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.cas_b03_info02 {
    width: 170px;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
    height: 170px;
    padding: 10px 0 0 0;
}

.cas_b03_info02 h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: left;
}

.cas_b03_info02 h3 a {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    float: right;
    display: inline;
}

.cas_b03_info02 h3 a:hover {
    color: #ff7700;
}

.cas_b03_info02 ul li {
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    text-align: left;
    overflow: hidden; /*超出部分隐藏*/
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    white-space: nowrap; /*规定段落中的文本不进行换行 */
}

.cas_b03_info02 ul li a {
    color: #333;
}

.cas_b03_info02 ul li a:hover {
    color: #1f528a;
    padding: 0 0 0 0px;
}

.cas_b03_info03 {
    width: 170px;
    margin: 0 auto;
    height: 90px;
    padding: 12px 0 0 0;
}

.cas_b03_info03 img {
    display: block;
    margin: 0 auto;
}

.cas_b03_info03 a {
    height: 34px;
    display: block;
    background-color: #ffab23;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    border-radius: 3px;
    margin-top: 10px;
    color: #FFF;
    padding: 0 0 0 56px;
    background-image: url(../img/cas_icon29.png?x-oss-process=image/resize,h_600,w_600);
    background-repeat: no-repeat;
    background-position: 30px 9px;
    background-size: 16px 16px;
}

.cas_b03_info03 a:hover {
    background-color: #ff7700;
}

.nav_main_left_box {
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 99999;
    background-color: #ddeeff;
    border: 1px solid #eeeeee;
}

/*.nav_main_left_box2 { display:none;}*/
/*.cas_nav_left:hover .nav_main_left_box2 { display:block;}*/
.tbox {
    color: #000000
}

.tbox1 {
    color: #f00
}

.pb1:hover {
    color: #cccc
}


/*-------------------------*/
.cas_blk08 {
    background-color: #FFF;
    margin-top: 0px; /*overflow:hidden;*/
    border: 0px solid #eeeeee;
}

.cas_blk08 h2 {
    height: 20px;
    border: 0;
    border-left: 5px solid #1f528a;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 0 0 0 14px;
}

.cas_b08_main05 {
    overflow: hidden;
    padding: 0 15px 20px 15px;
}

.cas_b08_main05 dl {
    width: 194px;
    margin: 0 auto;
    margin-top: 15px;
}

.cas_b08_main05 dl dt {
    width: 80px;
    float: left;
    display: inline;
}

.cas_b08_main05 dl dt a img {
    width: 78px;
    height: 78px;
    border: 1px solid #eeeeee;
}

.cas_b08_main05 dl dd {
    width: 114px;
    float: right;
    display: inline;
    text-align: left;
}

.cas_b08_main05 dl dd p {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #ff7700;
    padding-left: 5px;
}

.cas_b08_main05 dl dd p a {
    color: #333;
    height: 40px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 5px;
}

.cas_b08_main {
    overflow: hidden;
    padding: 10px 0 20px 0;
}

.cas_b08_main ul li {
    width: 134px;
    float: left;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
}

.cas_b08_main ul li a {
    color: #1f528a;
}

.cas_b08_main ul li a .img_box {
    width: 36px;
    height: 36px;
    border: 3px solid #dddddd;
    border-radius: 1000px;
    display: block;
    margin: 0 auto;
}

.cas_b08_main ul li a .img_box img {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.cas_b08_main ul li a:hover {
    color: #ff7700;
}

.cas_b08_main02 {
    overflow: hidden;
    padding: 10px 0 20px 0;
}

.cas_b08_main02 ul {
    width: 208px;
    margin: 0 auto;
}

.cas_b08_main02 ul li {
    padding: 5px 0;
    overflow: hidden;
}

.cas_b08_main02 ul li span {
    width: 54px;
    float: left;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-align: right;
    line-height: 24px;
}

.cas_b08_main02 ul li .li_box {
    width: 144px;
    float: left;
    display: inline;
    margin-left: 10px;
}

.cas_b08_main02 ul li .li_box input {
    line-height: 22px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #666;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.cas_b08_main02 ul li a {
    width: 64px;
    height: 24px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background-color: #1f528a;
    text-align: center;
    line-height: 24px;
    border: 1px solid #1f528a;
    border-radius: 5px;
    display: block;
    margin-left: 64px;
}

.cas_b08_main02 ul li a:hover {
    background-color: #ff7700;
    border: 1px solid #ff7700;
}

.cas_b08_main03 {
    overflow: hidden;
    padding: 10px 24px 20px 24px;
}

.cas_b08_main03 a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-color: #f2f2f2;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    text-align: center;
    line-height: 26px;
    border-radius: 100px;
    margin-top: 10px;
    padding: 0 10px;
}

.cas_b08_main03 a:hover {
    background-color: #ff7700;
    color: #FFF;
}

.cas_parte {
    width: 100%;
    background-color: #FFF;
    margin: 0;
    text-align: left;
}

.cas_pe_main {
    width: 1208px;
    background-color: #FFF;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
    height: 70px;
}

.cas_pe_main ul li {
    width: 201px;
    float: left;
    display: inline;
}

.cas_pe_main ul li a {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 24px;
    display: block;
    width: 84px;
    margin: 0 auto;
}

.cas_pe_main ul li a .img_box {
    width: 40px;
    height: 40px;
    background-color: #1f528a;
    border-radius: 1000px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.cas_pe_main ul li a .img_box img {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    margin-top: 3px;
}

.cas_pe_main ul li a i {
    width: 8px;
    height: 8px;
    background-color: #1f528a;
    border-radius: 1000px;
    border: 5px solid #fff;
    display: block;
    margin: 0 auto;
    margin-top: -6px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.cas_pe_main ul li a:hover i {
    background-color: #ff7700;
    border: 5px solid #ffeee0;
    margin-top: -50px;
}

.cas_pe_main ul li a:hover {
    color: #ff7700;
}

.cas_pe_main ul li a:hover .img_box {
    background-color: #ff7700;
}

.cas_pe_main ul li a:hover p {
    margin-top: 44px;
}

.cas_partf {
    width: 100%;
    background-color: #f4f4f4;
    margin: 0;
    text-align: left;
}

.cas_pf_main {
    width: 1208px;
    background-color: #f4f4f4;
    margin: 0 auto;
    padding: 40px 0 30px;
    overflow: hidden;
}

.cas_pf_main h2 {
    font-size: 30px;
    font-weight: normal;
    color: #333;
    line-height: 30px;
}

.cas_pf_main h2 i {
    width: 44px;
    height: 44px;
    background-color: #5786c0;
    border-radius: 1000px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 44px;
}

.cas_pf_main h2 i img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 7px;
}

.cas_pf_main h2 a {
    width: 62px;
    height: 26px;
    border: 2px solid #cccccc;
    border-radius: 1000px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    text-align: center;
    line-height: 26px;
    float: right;
    display: inline;
    margin-top: 10px;
}

.cas_pf_main h2 a:hover {
    color: #fff;
    background-color: #ff7700;
    border: 2px solid #ff7700;
}

.cas_pf_main h2 span {
    font-size: 16px;
    color: #666;
    margin-left: 10px;
}

.cas_pf_main table {
    margin-top: 20px;
    background-color: #eeeeee;
}

.cas_pf_main table td {
    background-color: #FFF;
}

.cas_pf_main table td .he_slideCaptionDown {
    width: 200px;
    height: 112px;
    padding: 0;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    text-align: center;
}

.cas_pf_main table td .he_slideCaptionDown .he_slideCaptionDown_img {
    position: relative;
    display: block;
    width: 156px;
    height: 64px;
    margin: 10px auto;
    padding: 0;
    opacity: 1;
    overflow: hidden
}

.cas_pf_main table td .he_slideCaptionDown .he_slideCaptionDown_caption {
    color: #fff;
    background: rgba(51, 143, 255, .9);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden
}

.cas_pf_main table td .he_slideCaptionDown:hover .he_slideCaptionDown_caption {
    background: rgba(51, 143, 255, .9);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.cas_pf_main table td .he_slideCaptionDown .he_slideCaptionDown_caption, .he_slideCaptionDown .he_slideCaptionDown_caption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden
}

.cas_pf_main table td .he_slideCaptionDown .he_slideCaptionDown_caption_h {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 32px;
    overflow: hidden;
    line-height: 16px;
    width: 180px;
    position: absolute;
    top: -50%;
    left: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
    opacity: 0;
}

.cas_pf_main table td .he_slideCaptionDown:hover .he_slideCaptionDown_caption_h {
    color: #fff;
    top: 25%;
    opacity: 1
}

.cas_pf_main table td .he_slideCaptionDown .he_slideCaptionDown_caption_p {
    font-size: 12px;
    text-align: left;
    width: 180px;
    position: absolute;
    top: -50%;
    left: 10px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    overflow: hidden;
    opacity: 0;
    line-height: 18px;
    margin-top: 10px;
}

.cas_pf_main table td .he_slideCaptionDown:hover .he_slideCaptionDown_caption_p {
    color: #fff;
    top: 40%;
    opacity: 1;
}

.cas_pf_main table td .he_slideCaptionDown .he_slideCaptionDown_caption_p font {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    line-height: 24px;
    width: 70px;
    border-radius: 1000px;
    margin: 0 auto;
    border: 2px solid #fff;
    text-align: center;
}

/**滚动区域**/
.n_f02 {
    overflow: hidden;
    width: 401px;
    height: 212px;
    position: relative;
}

.n_f02 .button_left {
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 99999;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.n_f02 .button_right {
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 99999;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.n_f02 .button_left:hover {
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 99999;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}

.n_f02 .button_right:hover {
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 99999;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}

.n_f02 .box {
    width: 401px;
    float: left;
    height: 225px;
    overflow: hidden;
    display: inline;
}

.n_f02 .box .scheme {
    width: 401px;
    float: left;
    display: inline;
    overflow: hidden;
}

.n_f02 .box .scheme a img {
    width: 401px;
    height: 225px;
}

/**推荐**/
.lmw_partc {
    width: 1190px;
    margin: 0 auto;
    margin-top: 35px;
    position: relative;
}

.lmw_partc h2 {
    background-image: url(../img/div_bg.png?x-oss-process=image/resize,h_600,w_600);
    background-repeat: no-repeat;
    height: 32px;
    overflow: hidden;
    text-align: center;
}

.lmw_partc h2 strong {
    font-size: 30px;
    font-weight: normal;
    color: #333;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    background-color: #FFF;
    padding: 0 20px;
    text-align: center;
}

.pc_box02 {
    margin-top: 25px;
    text-align: left;
    padding: 0 0 50px 0;
}

.pc_box02 ul li {
    width: 228px;
    border: 1px solid #eeeeee;
    height: 276px;
    overflow: hidden;
    background-color: #FFF;
    float: left;
    display: inline;
    margin-top: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    top: 0;
}

.pc_box02 ul li:hover {
    top: -5px;
    -webkit-box-shadow: 0 0 20px #999999;
    -moz-box-shadow: 0 0 20px #999999;
}

.pc_box02 ul li .img_box {
    width: 182px;
    height: 182px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    overflow: hidden;
}

.pc_box02 ul li .img_box img {
    width: 182px;
    height: 182px;
    display: block;
}

.pc_box02 ul li p a {
    display: block;
    padding: 0 24px;
    height: 36px;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    line-height: 18px;
    overflow: hidden;
    margin-top: 16px;
}

.pc_box02 ul li p a:hover {
    color: #ff7e00;
}

.pc_box02 ul li span {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    line-height: 18px;
    display: block;
    margin-top: 8px;
    font-family: Verdana, Geneva, sans-serif;
    padding: 0 24px;
    display: none;
}

.pc_box02 ul li span strong {
    color: #ff7e00;
    font-size: 18px;
    font-weight: normal;
    margin-right: 10px;
}

.pc_box02 ul li span strong em {
    font-style: normal;
    font-size: 14px;
}

.pc_box02 ul li span i {
    font-weight: normal;
    font-style: normal;
    color: #999;
    text-decoration: line-through;
}

.pc_box02 a.more {
    width: 146px;
    height: 34px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    text-align: center;
    line-height: 34px;
}

.pc_box02 a.more:hover {
    border: 2px solid #ff7700;
    color: #fff;
    background-color: #ff7700;
}

.cas_parth {
    width: 100%;
    background-image: url(../img/cas_bg07.jpg?x-oss-process=image/resize,h_600,w_600);
    background-repeat: no-repeat;
    background-position: top center;
    height: 274px;
    text-align: left;
    margin: 0;
}

.cas_ph_main {
    width: 1208px;
    margin: 0 auto;
    background-image: url(../img/cas_bg07.jpg?x-oss-process=image/resize,h_600,w_600);
    background-repeat: no-repeat;
    background-position: top center;
    height: 274px;
    text-align: left;
}

.cas_ph_main ul li {
    width: 522px;
    background-color: #FFF;
    height: 148px;
    float: left;
    display: inline;
    margin: 60px 40px 0 40px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    top: 0;
}

.cas_ph_main ul li a {
    display: block;
}

.cas_ph_main ul li a img {
    width: 346px;
    height: 86px;
    display: block;
    margin: 0 auto;
    margin-top: 31px;
}

.cas_ph_main ul li:hover {
    top: -5px;
    -webkit-box-shadow: 0 0 20px #999999;
    -moz-box-shadow: 0 0 20px #999999;
}


/**头部固定搜索**/
.cas_fix_head {
    width: 100%;
    margin: 0;
    background-color: #FFF;
    text-align: left;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99997;
    -webkit-box-shadow: 0 0 20px #666666;
    -moz-box-shadow: 0 0 20px #666666;
    border-bottom: 1px solid #1f528a;
}

.cas_fix_head_main {
    width: 1208px;
    background-color: #FFF;
    margin: 0 auto;
    height: 80px;
}

.cas2_logo {
    width: 186px;
    float: left;
    display: inline;
    margin-top: 20px;
}

.cas2_search {
    width: 720px;
    float: left;
    display: inline;
    margin-left: 78px;
    margin-top: 30px;
    padding-bottom: 30px;
}

.cas2_search_main {
    width: 568px;
    height: 38px;
    border: 1px solid #ccc;
}

.cas2_sea_info {
    width: 89px;
    height: 38px;
    border-right: 1px solid #cccccc;
    float: left;
    display: inline;
    position: relative;
    background-color: #ffffff;
}

.cas2_sea_info span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    text-align: center;
    line-height: 38px;
}

.cas2_sea_info span img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.cas2_sea_info:hover span img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cas2_sea_info_main {
    width: 89px;
    border: 1px solid #cccccc;
    border-top: 1px solid #fff;
    position: absolute;
    left: -1px;
    top: 38px;
    background-color: #FFF;
    padding: 0 0 10px 0;
    display: none;
    z-index: 99999;
    background-color: #f6f6f6;
}

.cas2_sea_info_main p a {
    display: block;
    line-height: 24px;
    text-align: center;
    color: #666;
}

.cas2_sea_info_main p a:hover {
    color: #ff7700;
    background-color: #f6f6f6;
}

.cas2_sea_info:hover .cas2_sea_info_main {
    display: block;
}

.cas2_search_main .input01 {
    width: 387px;
    background-color: #fff;
    height: 38px;
    padding: 0 0 0 4px;
    border: none;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    font-family: "微软雅黑";
}

.cas2_search_main .input02 {
    width: 73px;
    height: 39px;
    float: right;
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #1f528a;
    border-left: 1px solid #1f528a;
    font-size: 15px; /*font-weight: bold;*/
    color: #FFF;
    font-family: "微软雅黑";
    cursor: pointer;
}

.cas2_search b {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    line-height: 30px;
    padding: 0 0 0 10px;
    color: #666;
    position: absolute;
    max-width: 940px;
    height: 30px;
    overflow: hidden
}

.cas2_search b a {
    color: #666;
    margin-right: 14px;
}

.cas2_search b a:hover {
    color: #1f528a;
}

.cas2_shop {
    width: 136px;
    height: 40px;
    border: 1px solid #cccccc;
    float: left;
    display: inline;
    position: relative;
    margin-top: 30px;
}

.cas2_shop span {
    display: block;
    height: 38px;
}

.cas2_shop span a {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #1f528a;
    text-align: center;
    line-height: 38px;
}

.cas2_shop span a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.cas2_shop span a strong {
    color: #ff7700;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
    font-size: 12px;
}


/**----------登录---------**/
.cas_head_info03 {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

.cas_tit {
    float: left;
    display: inline;
    margin-left: 14px;
    margin-top: 10px;
}

.tel_box {
    width: 150px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    text-align: left;
    float: right;
    display: inline;
    line-height: 24px;
}

.tel_box strong {
    display: block;
    font-size: 24px;
    font-weight: normal;
    color: #1f528a;
    font-family: Arial, Helvetica, sans-serif;
}

.login {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    top: -486px;
    position: relative;
}

.cas_blk20 {
    background-color: #FFF;
    width: 364px;
    height: 406px;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 99999;
    border-radius: 10px;
}

.cas_blk20 h2 {
    height: 66px;
    border-bottom: 1px solid #dddddd;
    padding: 0 24px;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 66px;
}

.cas_blk20 h2 span {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    float: right;
    display: inline;
}

.cas_blk20 h2 span a {
    color: #1f528a;
}

.cas_blk20 h2 span a:hover {
    color: #ff7700;
}

.cas_b20_main {
    overflow: hidden;
    width: 316px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.cas_b20_main ul li {
    overflow: hidden;
}

.cas_b20_main ul li label.label01 {
    background-color: #e5e5e5;
    height: 40px;
    overflow: hidden;
    width: 316px;
    float: left;
    display: inline;
    border-radius: 5px;
    overflow: hidden;
}

.cas_b20_main ul li label.label01 .input05 {
    margin-left: 40px;
    height: 40px;
    background-color: #e5e5e5;
    border: none;
    border-left: 2px solid #fff;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    font-family: "微软雅黑";
}

.cas_b20_main ul li img {
    display: inline-block;
    vertical-align: middle;
}

.cas_b20_main ul li a.a05 {
    width: 102px;
    height: 38px;
    background-color: #d2ffd9;
    border: 1px solid #3cd254;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 38px;
    color: #3cd254;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.cas_b20_main ul li a.a05:hover {
    background-color: #3cd254;
    color: #fff;
}

.cas_b20_main ul li p {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    line-height: 16px;
}

.cas_b20_main ul li p a.a06 {
    color: #1f528a;
}

.cas_b20_main ul li p a.a06:hover {
    color: #ff7700;
}

.cas_b20_main ul li p em {
    width: 14px;
    height: 14px;
    background-color: #3cd254;
    border: 1px solid #3cd254;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 100px;
    overflow: hidden;
}

.cas_b20_main ul li p em img {
    width: 14px;
    height: 14px;
    display: block;
    margin: 0 auto;
}

.cas_b20_main ul li a.a07 {
    width: 316px;
    height: 40px;
    background-color: #ff9f0f;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    display: block;
    color: #FFF;
    border-bottom: 3px solid #e68a00;
    border-radius: 5px;
}

.cas_b20_main ul li a.a07:hover {
    background-color: #ff7700;
    border-bottom: 3px solid #ff7700;
}

.cas_b20_main ul li i {
    display: block;
    height: 30px;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #ff9f0f;
    line-height: 24px;
}

.cas_b20_main ul li i font {
    font-size: 14px;
    font-weight: bold;
    color: #ff9f0f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

/**-------------注册----------**/
.cas_partk {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 40px 0;
}

.cas_partk h2 {
    width: 330px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 40px;
    border: 1px solid #dddddd;
    border-right: none;
    background-color: #FFF;
    height: 40px;
    overflow: hidden;
    border-radius: 5px;
}

.cas_partk h2 ul li {
    width: 109px;
    float: left;
    display: inline;
    height: 40px;
    border-right: 1px solid #dddddd;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
}

.cas_partk h2 ul li a {
    display: block;
    color: #1f528a;
}

.cas_partk h2 ul li.on a {
    background-color: #1f528a;
    font-size: 16px;
    color: #FFF;
}

.cas_pk_left {
    width: 629px;
    float: left;
    display: inline;
    border-right: 1px solid #dddddd;
    padding: 0 0 40px 0;
}

.cas_pk_left ul li {
    padding: 10px 0;
}

.cas_pk_left ul li span {
    width: 104px;
    float: left;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: right;
    line-height: 40px;
}

.cas_pk_left ul li span font {
    color: #F00;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.cas_pk_left ul li .li_box {
    width: 440px;
    float: left;
    display: inline;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 40px;
}

.cas_pk_left ul li .li_box label {
    display: block;
}

.cas_pk_left ul li .li_box label em {
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 1000px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    border: 2px solid #1f528a;
    overflow: hidden;
}

.cas_pk_left ul li .li_box label em font {
    background-color: #1f528a;
    width: 8px;
    height: 8px;
    border-radius: 1000px;
    margin: 0 auto;
    margin-top: 4px;
    display: none;
}

.cas_pk_left ul li .li_box label em.on font {
    display: block;
}

.cas_pk_left ul li .li_box label select {
    width: 164px;
    height: 44px;
    background-color: #FFF;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 40px;
    font-family: "微软雅黑";
}

.cas_pk_left ul li .li_box label .input06 {
    width: 433px;
    height: 40px;
    background-color: #FFF;
    border: 1px solid #dddddd;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    font-family: "微软雅黑";
    padding: 0 0 0 5px;
}

.cas_pk_left ul li .li_box label a.a14 {
    width: 82px;
    height: 40px;
    font-size: 14px;
    background-color: #f1f7ff;
    border-radius: 5px;
    margin-left: 10px;
    color: #1f528a;
    border: 1px solid #1f528a;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
}

.cas_pk_left ul li .li_box label a.a14:hover {
    background-color: #ff7700;
    border: 1px solid #ff7700;
    color: #FFF;
}

.cas_pk_left ul li .li_box i {
    display: inline-block;
    background-color: #fff8ee;
    border: 1px dashed #f3b044;
    padding: 0 5px;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    color: #ff7700;
    line-height: 20px;
    font-style: normal;
    border-radius: 5px;
    margin-top: 5px;
}

.cas_pk_left ul li .li_box label img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.cas_pk_left ul li .li_box label p {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.cas_pk_left ul li .li_box label p a {
    color: #1f528a;
}

.cas_pk_left ul li .li_box label p a:hover {
    color: #ff7700;
}

.cas_pk_left ul li a.a15 {
    color: #1f528a;
}

.cas_pk_left ul li a.a15:hover {
    color: #ff7700;
}

.cas_pk_left ul li a.a16 {
    margin-left: 114px;
    width: 438px;
    height: 48px;
    background-color: #5c8ac3;
    border: 1px solid #1f528a;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    color: #FFF;
}

.cas_pk_left ul li a.a16:hover {
    background-color: #ff7700;
    border: 1px solid #ff7700;
}

.cas_pk_right {
    width: 304px;
    float: right;
    display: inline;
    padding: 0 0 0 66px;
}

.cas_pk_info {
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 30px;
}

.cas_pk_info a {
    height: 40px;
    background-color: #f6c069;
    border: 1px solid #f3b044;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    margin-top: 4px;
}

.cas_pk_info a:hover {
    background-color: #ff7700;
    border: 1px solid #ff7700;
    color: #FFF;
}

.cas_pk_info02 {
    background-color: #FFF;
    padding: 20px;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 5px;
}

.cas_pk_info02 img {
    float: left;
    display: inline;
    width: 102px;
    height: 102px;
}

.cas_pk_info02 p {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    float: left;
    display: inline;
    margin-left: 50px;
    line-height: 24px;
    margin-top: 20px;
}

.cas_pk_info02 a {
    color: #333;
}

.cas_pk_info03 {
    overflow: hidden;
    margin-top: 30px;
    border-radius: 5px;
}


/**提示框**/
.cas_blk22 {
    width: 380px;
    height: 170px;
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -260px;
    background-color: #FFF;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 50px #333333;
    -moz-box-shadow: 0 0 50px #333333;
    z-index: 99999;
    overflow: hidden;
    text-align: left;
}

.cas_blk22 h2 {
    width: 320px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    display: block;
    text-align: center;
    height: 80px;
}

.cas_blk22 h2 img {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.cas_b22_main {
    height: 50px;
    border-top: 1px solid #dddddd;
    overflow: hidden;
}

.cas_b22_main a.a17 {
    width: 190px;
    float: left;
    display: inline;
    height: 50px;
    font-size: 16px;
    font-weight: normal;
    background-color: #f2f2f2;
    color: #333;
    text-align: center;
    line-height: 50px;
}

.cas_b22_main a.a18 {
    width: 190px;
    float: left;
    display: inline;
    height: 50px;
    font-size: 16px;
    font-weight: normal;
    background-color: #1f528a;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.cas_b22_main a.a17:hover {
    background-color: #ff7700;
    color: #FFF;
}

.cas_b22_main a.a18:hover {
    background-color: #ff7700;
    color: #FFF;
}


/**站点**/
.cas_blk33 {
    width: 480px;
    position: absolute;
    background-color: #FFF;
    z-index: 99999;
    overflow: hidden;
    text-align: left;
}

.cas_blk33 h2 {
    height: 50px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    padding: 0 14px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    line-height: 50px;
}

.cas_blk33 h2 img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.cas_blk33 h2 a {
    font-size: 16px;
    float: right;
    display: inline;
    color: #333;
}

.cas_b33_main {
    overflow: hidden;
    padding: 10px 0 30px 0;
    z-index: 99999;
}

.cas_b33_main dl {
    width: 420px;
    margin: 0 auto;
}

.cas_b33_main dl dt {
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px dashed #dddddd;
    line-height: 60px;
    display: block;
}

.cas_b33_main dl dd h3 {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 30px;
    display: block;
    margin-top: 0px;
}

.cas_b33_main dl a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
    background-color: #eef6ff;
    font-size: 14px;
    font-weight: normal;
    color: #1f528a;
    line-height: 24px;
    border-radius: 4px;
    margin: 4px 0;
    margin-right: 10px;
    border: 1px dashed #1f528a;
}

.cas_b33_main dl a.on {
    background-color: #1f528a;
    border: 1px solid #1f528a;
    color: #FFF;
}

.cas_b33_main dl a:hover {
    background-color: #1f528a;
    border: 1px solid #1f528a;
    color: #FFF;
}

.cas_b33_main02 {
    border-top: 1px solid #dddddd;
}

.cas_b33_main02 a.a17 {
    width: 240px;
    float: left;
    display: inline;
    height: 50px;
    font-size: 16px;
    font-weight: normal;
    background-color: #fff;
    color: #333;
    text-align: center;
    line-height: 50px;
}

.cas_b33_main02 a.a18 {
    width: 240px;
    float: left;
    display: inline;
    height: 50px;
    font-size: 16px;
    font-weight: normal;
    background-color: #1f528a;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.cas_b33_main02 a.a17:hover {
    background-color: #ff7700;
    color: #FFF;
}

.cas_b33_main02 a.a18:hover {
    background-color: #ff7700;
    color: #FFF;
}


/**搜索**/
.cas_search {
    width: 568px;
    float: left;
    display: inline;
    padding-bottom: 30px;
}

.cas_search_main {
    width: 499px;
    height: 39px;
    border: 1px solid #ccc; /*border-radius: 25px;*/
}

.cas_sea_info {
    width: 89px;
    height: 38px;
    border-right: 1px solid #ccc;
    float: left;
    display: inline;
    position: relative;
}

.cas_sea_info span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    text-align: center;
    line-height: 39px;
}

.cas_sea_info span img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.cas_sea_info:hover span img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cas_sea_info_main {
    width: 89px;
    border: 1px solid #cccccc;
    border-top: 1px solid #fff;
    position: absolute;
    left: -1px;
    top: 38px;
    background-color: #FFF;
    padding: 0 0 0 0;
    display: none;
    z-index: 99999;
}

.cas_sea_info_main p a {
    display: block;
    line-height: 30px;
    text-align: center;
    color: #666;
}

.cas_sea_info_main p a:hover {
    color: #1f528a;
    background-color: #f9f9f9;
}

.cas_sea_info:hover .cas_sea_info_main {
    display: block;
}

.cas_search_main .input01 {
    width: 309px;
    background-color: #fff;
    height: 36px;
    padding: 0 0 0 10px;
    border: none;
    font-size: 12px;
    font-weight: normal;
    color: #f00; /*黑屏时改成*/
    font-family: "微软雅黑";
    float: left;
    display: inline;
}

.cas_search_main .input02 {
    width: 76px;
    height: 100%;
    float: left; /*display: inline-block;*/
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #1f528a;
    font-size: 15px;
    color: #ffffff;
    position: absolute;
    background-position: 0px 0px;
    border-left: 0px solid #dddddd;
    cursor: pointer;
    margin-left: -35px;
}

.cas_search_main .input03 {
    width: 40px;
    height: 36px;
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #FFF;
    border-left: 1px solid #dddddd;
    cursor: pointer;
    background-image: url(../img/cas_icon49.png?x-oss-process=image/resize,h_600,w_600);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

.cas_search b {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    line-height: 30px;
    padding: 0 0 0 10px;
    color: #666;
    position: absolute;
    max-width: 670px;
    height: 30px;
    overflow: hidden
}

.cas_search b a {
    color: #666666;
    margin-right: 14px;
}

.cas_search b a:hover {
    color: #0B6FAD;
}


.footer_kf {
    height: 100px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 8888;
}

.fd_box {
    height: 117px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 666;
}

.fd_box01 {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0; /* background:url(../images/db_img09.png);*/
}

.fd_box02 {
    margin: 0 auto;
    width: 1280px;
    height: 117px;
    position: relative;
    bottom: 0;
    z-index: 888;
}

.fd_gb {
    width: 20px;
    height: 20px;
    margin: 0px 0 0 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fd_tu {
    width: 936px;
    height: 145px;
    position: absolute;
    bottom: 18px;
    left: 0;
}

.fd_left {
    display: block;
    width: 141px;
    height: 120px;
    position: fixed;
    left: 0;
    bottom: 25%; /*background:url(../images/db_img08.png) no-repeat left top;*/
}

.yqlj_box a {
    display: block;
    float: left;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    color: #666;
    margin: 0 10px 5px 5px
}

.yqlj_box a:hover {
    color: #f31c1c;
}


/** 顶部公共部分global.css**/

body, h1, h2, h3, h4, h5, h6, hr, p, div, span, i, object, iframe, /* 结构元素 */

dl, dt, dd, ul, ol, li, /* 列表元素 */

form, fieldset, legend, button, input, textarea, option, select, /* 表单元素 */

pre, /* 文本格式元素 */

table, tr, td, /* 表格元素 */

    /** 重置列表元素 **/

ul, ol, li, dl, dt, dd {
    list-style-type: none;
}

.w1210 {
    width: 1210px;
}

.w990 {
    width: 990px;
}

/** 设置默认字体 **/

body {
    font-size: 14px;
    color: #333333;
    font-family: "宋体", sans-serif;
    background: #fff;
}

input, select, button, textarea {
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
}

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

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

/**重置表单元素**/

input[type=submit] {
    cursor: pointer;
}

input[type=button] {
    cursor: pointer;
}

button, input {
    overflow: visible;
}

/** 重置表格元素 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/** 默认链接元素 **/
a {
    text-decoration: none;
}

a:link, a:visited {
    color: inherit;
}

a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

a:focus {
    -moz-outline-style: none;
}

a:focus {
    outline: none;
}

a.cOrange:link, a.cOrange:visited {
    color: inherit;
}

a.cOrange:hover, a.cOrange:active {
    color: inherit;
}

.pMore:hover {
    color: #f00;
}

/** 浮动元素 **/
.fl {
    display: inline;
    float: left;
}

.fr {
    display: inline;
    float: right;
}

/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.cl5 {
    clear: both;
    height: 5px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.cl10 {
    clear: both;
    height: 10px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.ml9 {
    margin-left: 9px;
}

.container {
    width: 980px;
    margin: 0 auto;
}


/*搜索区域开始*/

#cas_head {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    position: relative;
    z-index: 98;
    background-color: #FFFFFF;
}

.search-container {
    padding-top: 30px;
    background: #ffffff;
}

.search-container.scrollfixed {
    width: auto !important;
    right: 0;
    padding-top: 25px;
    padding-bottom: 5px;
    box-shadow: 0 0 20px #666666;
    -webkit-box-shadow: 0 0 20px #666666;
    -moz-box-shadow: 0 0 20px #666666;
    border-bottom: 1px solid #1f528a;
    z-index: 1001!important;
}

#serach {
    width: 1210px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    z-index: 98;
}

#serach .logo {
    width: 200px;
    height: 60px;
    float: left;
    position: relative;
    color: #1f528a;
    text-align: left;
}

#serach .logo span {
    font-size: 22px;
    color: #1f528a;
    line-height: 55px;
    padding-top: 40px;
    position: relative;
}

#serach .logo .dongtu {
    width: 100px;
    height: 70px;
    position: absolute;
    top: -5px;
    left: 170px;
}

.search-container.scrollfixed .sou {
    width: 710px;
}

.search-container .sou {
    float: left;
    width: 675px;
    height: 40px;
    margin-top: 5px;
    margin-left: 65px;
}


#serach .sou .sousuo {
    width: 572px;
    height: 40px;
    float: left;
    margin-top: 4px;
    border: 0px solid #206eef;
}

#serach .sou .kuang {
    width: calc( 100% - 75px );
    /*width: 100%;*/
    height: 100%;
    float: left;
    padding: 0px 5px;
    box-sizing: border-box;
    line-height: 31px;
    border: none;
    z-index: 9999;
}

#serach .sou .souzi {
    width: 78px;
    height: 30px;
    float: right;
    background: #1f528a;
}

#serach .sou .souzi a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-align: center;
    line-height: 30px;
}

#serach .sou .reci {
    width: 750px;
    height: 18px;
    float: left;
    text-align: left;
    margin-top: 8px;
}

#serach .sou .reci {
    color: #999;
}

#serach .sou .reci a {
    color: #999;
    padding-right: 10px;
    padding-left: 5px;
    text-decoration: none;
}

#serach .sou .reci a:hover {
    color: #1f528a;
    text-decoration: none;
}

/*搜索区域结束*/

/* 底部公共文件css */
.cas_foot {
    width: 100%;
    margin: 0;
    text-align: left;
    background-color: #FFF;
    font-size: 14px;
    margin-top: 20px;
}

.cas_foot01 {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
}

.cas_foot01_main {
    width: 1208px;
    height: 100px;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

.cas_foot01_main img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 54px;
    margin-top: 20px;
}

.cas_foot02 {
    width: 1208px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 0px solid #dddddd;
}

.cas_foot03 {
    width: 1208px;
    margin: 0 auto;
    padding: 0px 0;
}

.cas_foot03 p {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 20px;
    margin-top: 10px;
}

.cas_foot03 p span {
    float: right;
    display: inline;
}

.cas_foot03 p a {
    color: #666;
}

.cas_foot03 p a:hover {
    color: #1f528a;
}

.cas_foot_info00 {
    width: 210px;
    float: left;
    display: inline;
    margin-left: 50px;
}

.cas_foot_info00 p {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 27px;
    display: block;
}

.cas_foot_info00 p span {
    display: inline-block;
    width: 114px;
    color: #333;
}

.cas_foot_info01 {
    width: 120px;
    float: left;
    display: inline;
    margin-left: 80px;
}

.cas_foot_info01 p {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 27px;
    display: block;
}

.cas_foot_info01 p a {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 27px;
    display: block;
}

.cas_foot_info01 p span {
    display: inline-block;
    width: 114px;
    color: #333;
}

.cas_foot_info02 {
    width: 120px;
    float: left;
    display: inline;
    margin-left: 20px;
}

.cas_foot_info02 p {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 27px;
    display: block;
}

.cas_foot_info02 p a {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 27px;
    display: block;
}

.cas_foot_info02 p span {
    display: inline-block;
    width: 114px;
    color: #333;
}

.cas_foot_info03 {
    width: 120px;
    float: left;
    display: inline;
    margin-left: 30px;
}

.cas_foot_info03 p {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 27px;
    display: block;
}

.cas_foot_info03 p a {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 27px;
    display: block;
}

.cas_foot_info03 p span {
    display: inline-block;
    width: 114px;
    color: #333;
}

.cas_foot_info04 {
    width: 160px;
    float: left;
    display: inline;
    margin-left: 30px;
}

.cas_foot_info04 p {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 27px;
    display: block;
}

.cas_foot_info04 p a {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 27px;
    display: block;
}

.cas_foot_info04 p span {
    display: inline-block;
    width: 114px;
    color: #333;
}

.cas_foot_info03_right {
    width: 232px;
    float: right;
    display: inline;
}

.cas_foot_info03 ul li {
    float: right;
    display: inline;
    margin-left: 6px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 14px;
}

.cas_foot_info03 ul li img {
    width: 102px;
    display: block;
}

.nav_main_left_box {
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 99996;
}

.nav_main_left_box2 {
    display: none;
}

.cas_nav_left:hover .nav_main_left_box2 {
    display: block;
}

.testbox {
    width: 190px;
}

.testbox ul li {
    display: block;
    overflow: hidden;
    background-color: #ecf6ff;
    filter: Alpha(opacity=94);
    -moz-opacity: 0.94;
    opacity: 0.94;
}

.testbox ul li:hover {
    filter: Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background-color: #fff;
}

.testbox ul li dl.a3 {
    text-decoration: none;
    float: left;
    position: relative;
    display: block;
    width: 195px;
    height: 44px; /*border-bottom:1px solid #ffffff;*/
    font-weight: 100;
    border-right: none;
    border-left: none; /*background-color:#FFFFFF;*/
}

/*.testbox ul li dl.a3h {text-decoration: none;background-color:#fff;display:block;float: left;position: relative;border-right:none;z-index:99999;height:50px;left:0px;}*/
.testbox ul li dl.a3 dt {
    width: 30px;
    height: 30px;
    float: left;
    display: inline;
    margin-left: 14px;
    margin-top: 8px;
}

.testbox ul li dl.a3 dt i {
    width: 30px;
    height: 30px;
    background-color: #e3f1f1; /*border-radius:1000px;*/
    display: block;
    overflow: hidden;
}

.testbox ul li dl.a3 dt i img {
    width: 18px;
    height: 18px;
    display: block;
    margin: 0 auto;
    margin-top: 6px; /* -webkit-transition: -webkit-transform 0.4s ease-out;-moz-transition: -moz-transform 0.4s ease-out;transition: transform 0.4s ease-out;*/
}

.testbox ul li:hover dl.a3 dt i img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.testbox ul li dl.a3 dd {
    width: 136px;
    float: left;
    margin-left: 8px;
    display: inline;
    text-align: left;
}

.testbox ul li dl.a3 dd:hover span {
    color: #1f528a;
}

.testbox ul li dl.a3 dd b {
    overflow: hidden;
    height: 24px;
}

.testbox ul li dl.a3 dd b a {
    font-size: 14px;
    color: #111111;
    display: block;
    line-height: 24px;
    width: 126px;
    font-weight: 400;
    margin-top: 10px;
    overflow: hidden;
}

.testbox ul li dl.a3 dd b a span {
    font-size: 12px;
    font-weight: 100;
    color: #999;
    font-family: "宋体";
    float: right;
    display: inline;
}

.testbox ul li dl.a3 dd b a span:hover {
    color: #1f528a;
}

.testbox ul li dl.a3 dd p {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
}

.testbox ul li dl.a3 dd p a {
    color: #FFF;
    margin-right: 10px;
}

.nav_main_left_box font a {
    line-height: 60px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    text-align: right;
    padding: 0 14px 0 0;
    display: block;
    background-color: #ffffff;
    filter: Alpha(opacity=94);
    -moz-opacity: 0.94;
    opacity: 0.94;
}

.nav_main_left_box font a:hover {
    filter: Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


.boxshow {
    background-color: #fff;
    width: 1018px;
    min-height: 305px;
    position: absolute;
    left: 190px;
    top: 0;
    display: none;
    z-index: 99998;
    border-right: 1px solid #eff8ff;
    border-top: 1px solid #eff8ff;
    border-bottom: 1px solid #eff8ff; /*-webkit-box-shadow:1px 1px 1px #ddd;-moz-box-shadow:1px 1px 1px #ddd; border-bottom:1px solid #dddddd;*/
    background-image: url(../img/cas_bg04.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 308px;
    overflow: auto;
    overflow-x: hidden;
}

.boxshow_left {
    width: 790px;
    float: left;
}

.dst5 {
    padding: 15px 15px 2px 15px;
    overflow: hidden;
    height: 1%;
    line-height: 14px;
}

.dst5 dt {
    width: 150px;
    float: left;
    text-align: right;
    padding: 0 10px 0 10px;
}

.dst5 dt a {
    font-size: 13px;
    font-weight: bold;
    color: #1f528a;
    text-decoration: none;
    line-height: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 80px 2px;
    display: block;
    background-size: 10px 10px;
}

.dst5 dt a:hover {
    color: #333333;
    text-decoration: none; /* background-color:#FFFFFF;*/
}

.dst5 dd {
    width: 570px;
    float: left;
}

.dst5 dd a {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    padding: 0 10px;
    border-left: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-top: 5px;
    height: 15px;
    line-height: 15px;
}

.dst5 dd a:hover {
    color: #ff7700;
    text-decoration: none; /*background-color:#FFFFFF;*/
}

.boxshow_right {
    width: 180px;
    float: left;
    margin-left: 10px;
    border-left: 1px solid #eeeeee;
    position: relative;
}

.b_r_box {
    width: 180px;
    margin: 0 auto;
    margin-top: 16px;
    overflow: hidden;
}

.title04 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #333;
    line-height: 14px;
    padding: 0 10px 0 10px;
}

.b_r_box .fox {
    padding: 7px 0 0 0;
    overflow: hidden;
}

.b_r_box .fox ul li {
    width: 157px;
    float: left;
    display: inline;
    margin: 10px 0 0 9px;
    background-color: #FFFFFF;
}

.b_r_box .fox ul li a img {
    width: 155px;
    height: 57px;
    border: 1px solid #eeeeee;
}

.b_r_box .fox ul li:hover a img {
    border: 1px solid #1f528a;
}

.fox_ad {
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
}

.fox_ad img {
    width: 200px;
}

.cas_nav {
    width: 100%;
    text-align: left;
    height: 41px;
    background-image: url(../img/cas_bg03.jpg?x-oss-process=image/resize,h_600,w_600);
    background-color: #fff;
    background-repeat: repeat-x;
    background-position: bottom;
    position: relative;
}

.cas_nav_main {
    width: 1208px;
    margin: 0 auto;
    text-align: left;
    height: 36px;
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 4px 0 0 0;
}

.cas_nav_left {
    position: relative;
    text-align: center;
    float: left;
    width: 192px;
    background: #1f528a url(../img/fudon_fudcd.png?x-oss-process=image/resize,h_600,w_600) no-repeat center left 26px;
    height:36px;
    line-height: 36px;
}

.cas_nav_left li:hover {

}

.cas_nav_left strong {
    display: block;
    background-color: #1f528a;
    line-height: 36px;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    color: #FFF;
}

.cas_nav_left strong img {
    float: right;
    display: inline;
    margin-top: 12px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.cas_nav_left:hover strong img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cas_nav_left:hover strong img.img01 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cas_nav_right {
    width: 998px;
    float: left;
    display: inline;
}

.cas_nav_right ul li {
    float: left;
    display: inline;
    position: relative;
    line-height: 36px;
    margin-left: 35px;
    font-size: 15px;
    font-weight: 400;
    z-index: 9;
}

.cas_nav_right ul li a {
    color: #333333;
    font-size: 16px;
}

/*.cas_nav_right ul li.on a {*/
    /*color: #1f528a;*/
/*}*/

/*.cas_nav_right ul li a:hover {*/
    /*color: #1f528a;*/
/*}*/

/*.cas_nav_right ul li a:visited {*/
    /*color: #1f528a;*/
/*}*/

.cas_nav_right ul li a img {
    position: absolute;
    top: -4px;
    right: -6%;
}

.cas_new {
    width: 1208px;
    margin: 0 auto;
    text-align: left;
}

.cas_blk03 {
    width: 210px;
    background-color: #FFF;
    height: 390px;
    position: relative;
    margin-top: -400px;
    z-index: 99990;
    float: right;
    display: inline;
}

.cas_b03_info01 {
    width: 170px;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
    height: 90px;
    padding: 18px 0 18px 0;
}

.cas_b03_info01 p {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 22px;
    display: block;
}

.cas_b03_info01 p a {
    color: #1f528a;
}

.cas_b03_info01 p a:hover {
    color: #1f528a;
}

.cas_b03_info01 span {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.cas_b03_info01 span a.a03 {
    width: 70px;
    height: 24px;
    border: 2px solid #1f528a;
    background-color: #1f528a;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.cas_b03_info01 span a.a03:hover {
    width: 70px;
    height: 24px;
    border: 2px solid #ff7700;
    background-color: #ff7700;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.cas_b03_info01 span a.a04 {
    width: 70px;
    height: 24px;
    border: 2px solid #1f528a;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #1f528a;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.cas_b03_info01 span a.a04:hover {
    width: 70px;
    height: 24px;
    border: 2px solid #ff7700;
    background-color: #ff7700;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.cas_b03_info02 {
    width: 170px;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
    height: 170px;
    padding: 10px 0 0 0;
}

.cas_b03_info02 h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: left;
}

.cas_b03_info02 h3 a {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    float: right;
    display: inline;
}

.cas_b03_info02 h3 a:hover {
    color: #ff7700;
}

.cas_b03_info02 ul li {
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    text-align: left;
    overflow: hidden; /*超出部分隐藏*/
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    white-space: nowrap; /*规定段落中的文本不进行换行 */
}

.cas_b03_info02 ul li a {
    color: #333;
}

.cas_b03_info02 ul li a:hover {
    color: #1f528a;
    padding: 0 0 0 0px;
}

.cas_b03_info03 {
    width: 170px;
    margin: 0 auto;
    height: 90px;
    padding: 12px 0 0 0;
}

.cas_b03_info03 img {
    display: block;
    margin: 0 auto;
}

.cas_b03_info03 a {
    height: 34px;
    display: block;
    background-color: #ffab23;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    border-radius: 3px;
    margin-top: 10px;
    color: #FFF;
    padding: 0 0 0 56px;
    background-image: url(../img/cas_icon29.png?x-oss-process=image/resize,h_600,w_600);
    background-repeat: no-repeat;
    background-position: 30px 9px;
    background-size: 16px 16px;
}

.cas_b03_info03 a:hover {
    background-color: #ff7700;
}

.nav_main_left_box {
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 99999;
    background-color: #ddeeff;
    border: 1px solid #eeeeee;
}

/*.nav_main_left_box2 { display:none;}*/
/*.cas_nav_left:hover .nav_main_left_box2 { display:block;}*/
.tbox {
    color: #000000
}

.tbox1 {
    color: #f00
}

.pb1:hover {
    color: #cccc
}

.fixed {
    position: fixed;
}

@charset "utf-8";
/*总体设置(不可更改)*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑";
}

select, input {
    vertical-align: middle;
    font-size: 12px;
}

table, tr, td, th {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

textarea, td, div, input {
    font-size: 12px;
}

body {
    color: #333;
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

/**空白10像素**/
.sh10 {
    height: 10px;
    background: #fff;
    overflow: hidden;
    font-size: 0;
}

/**右边空10像素**/
.mar10 {
    margin-right: 10px;
}

/**左边空10像素**/
.mal10 {
    margin-left: 10px;
}

/**上边空10像素**/
.mat10 {
    margin-top: 10px;
}

/**块隐藏**/
.none {
    display: none;
}

/**块显示**/
.block {
    display: block;
}

/**清除边框**/
.nonebor {
    border: 0;
}

/**清除浮动**/
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    vertical-align: middle;
}

/**链接**/
a {
    outline: none;
    text-decoration: none;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    color: #1f528a;
}

.fmove img {
    display: inline;
}

/* 底部公共文件css */
.cas_foot {
    width: 100%;
    margin: 0;
    text-align: left;
    background-color: #FFF;
    font-size: 14px;
}

.cas_foot01 {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
}

.cas_foot01_main {
    width: 1208px;
    height: 100px;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

.cas_foot01_main img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 54px;
    margin-top: 20px;
}

.cas_foot02 {
    width: 1208px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 0px solid #dddddd;
}

.cas_foot03 {
    width: 1208px;
    margin: 0 auto;
    padding: 0px 0;
}

.cas_foot03 p {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 20px;
    margin-top: 10px;
}

.cas_foot03 p span {
    float: right;
    display: inline;
}

.cas_foot03 p a {
    color: #666;
}

.cas_foot03 p a:hover {
    color: #1f528a;
}

.cas_foot_info00 {
    width: 180px;
    float: left;
    display: inline;
    margin-left: 50px;
}

.cas_foot_info00 p {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 27px;
    display: block;
}

.cas_foot_info00 p span {
    display: inline-block;
    width: 114px;
    color: #666;
}

.cas_foot_info01 {
    width: 180px;
    float: left;
    display: inline;
    margin-left: 80px;
}

.cas_foot_info01 p {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 27px;
    display: block;
}

.cas_foot_info01 p a {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 27px;
    display: block;
}

.cas_foot_info01 p span {
    display: inline-block;
    width: 114px;
    color: #666;
}

.cas_foot_info02 {
    width: 180px;
    float: left;
    display: inline;
    margin-left: 20px;
}

.cas_foot_info02 p {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 27px;
    display: block;
}

.cas_foot_info02 p a {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 27px;
    display: block;
}

.cas_foot_info02 p span {
    display: inline-block;
    width: 114px;
    color: #666;
}

.cas_foot_info03 {
    width: 180px;
    float: left;
    display: inline;
    margin-left: 30px;
}

.cas_foot_info03 p {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 27px;
    display: block;
}

.cas_foot_info03 p a {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 27px;
    display: block;
}

.cas_foot_info03 p span {
    display: inline-block;
    width: 114px;
    color: #666;
}

.cas_foot_info04 {
    width: 160px;
    float: left;
    display: inline;
    margin-left: 30px;
}

.cas_foot_info04 p {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 27px;
    display: block;
}

.cas_foot_info04 p a {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 27px;
    display: block;
}

.cas_foot_info04 p span {
    display: inline-block;
    width: 114px;
    color: #666;
}

.cas_foot_info03_right {
    width: 232px;
    float: right;
    display: inline;
}

.cas_foot_info03 ul li {
    float: right;
    display: inline;
    margin-left: 6px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 14px;
}

.cas_foot_info03 ul li img {
    width: 102px;
    display: block;
}

.cas_foot03 a {
    font-size: 13px;
    color: #666;
}

.cas_foot03 p {
    font-size: 13px;
    color: #666;
}

.cas_foot03 p a {
    font-size: 13px;
    color: #666;
}

.cas_foot03 p a:hover {
    font-size: 13px;
    color: #666;
}

.cas_foot03 img {
    border-radius: 5px
}

#top #top_main #hello {
    width: 680px;
    margin-left: 0;
    margin-right: 12.5px;
    text-align: right;
    float: right;
    position: relative;
    /*right: 10px*/
}
.member-cell-select {
    position: absolute;
    width: 250px;
    top: 30px;
    color: #000;
    z-index: 1001;
    border: 1px solid #bdafaf;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    display: none;
    text-align: left;
    line-height: 26px;
}

.member-cell-select-item {
    padding-left: 15px;
    cursor: pointer;
    display: block;
    color: #0C0C0C!important;
}

.member-cell-select-item:hover {
    background: #f2f2f2;
}

.member-cell-select-item.current {
    color: #1f528a !important;
}

/*搜索下拉样式*/
#queryStringList {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    z-index: 9999;
    background: #FFFFFF;
    width: 425px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
#queryStringList li {
    width: 100%;
    padding: 0 10px;
    line-height: 26px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    cursor: pointer;
}
#queryStringList li:hover {
    background-color: #1f528a;
    color: #fff;
}
/* 底部公共文件css */
.lanse_k{background: #ffffff;padding-bottom: 20px;}
.px1200{margin:0 auto;width: 1210px;overflow: hidden;}
.lanse_k ul{display: flex;/* align-items: center; justify-content: center; */justify-content : space-between;padding: 30px 30px 0 30px;}
.lanse_k ul li{text-align: center;color: #Fff;display: inline-block;}
.lanse_k ul i{line-height: 50px;display: inline-block;padding:0 20px;border:solid 1px #96e5e4;border-radius:25px;font-style: normal;text-align: center;font-size: 30px;font-weight: 600;color: #fff;margin-bottom:15px;}