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

div,
dl,
dt,
dd,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
input,
button,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0px;
}

ul,
li {
    list-style: none;
}

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

a {
    text-decoration: none;
    color: blue;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

img {
    border: 0;
}

.cent {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.margin {
    margin: 0 auto;
}

body {
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, 'Microsoft Yahei';
    font-weight: normal;
    margin: 0;
    min-width: 1200px;
    color: #333;
}

.ct {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.b {
    font-weight: 700;
}

.crfff {
    color: #fff;
}


/* 网站头部 */

#header h1 {
    display: none;
}

.head_top {
    height: 36px;
    background: #f5f5f5;
    line-height: 36px;
    font-size: 12px;
    font-family: '微软雅黑';
    color: #808080;
}

.head_tc {
    position: relative;
    height: 130px;
}

.head_tl {
    width: 40%;
}

.head_tl dl {
    position: absolute;
    left: 140px;
    top: 0;
    text-align: center;
    z-index: 999;
}

.head_tl dt {
    width: 70px;
    height: 36px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    cursor: pointer;
    color: #808080;
}

.head_tl dt i {
    display: inline-block;
    margin-left: 0.5em;
    width: 10px;
    height: 10px;
    background: url(../img/head_icon.png) -46px -5px no-repeat;
    margin-top: 4px;
    vertical-align: middle;
}

.head_tl dl:hover dt {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    color: #0069b7;
    background: #fff;
}

.head_tl dl:hover dt i {
    background: url(../img/head_icon.png) -46px -19px no-repeat;
}

.head_tl dl:hover dt div {
    border-bottom: 1px solid #fff;
}

.head_tl dl:hover dd {
    display: block;
}

.head_tl dd p i {
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(../img/head_icon.png) 0 -34px;
    vertical-align: middle;
    margin-right: 4px;
}

.head_tl dt div {
    width: 70px;
    height: 31px;
    line-height: 26px;
    z-index: 9999;
    display: inline-block;
}

.head_tl dd {
    display: none;
    background: #fff;
    border: 1px solid #d8d8d8;
    text-align: left;
    color: #666;
    padding: 0 10px 8px;
    overflow: hidden;
}

.head_tl dd ul a {
    display: inline-block;
    width: 60px;
    line-height: 30px;
    background: red;
    text-align: center;
    color: #676767;
    background: #f3f3f3;
}

.head_tl dd ul a:hover {
    background: #FE0000;
    color: #fff;
}

.head_tr {
    width: 40%;
    text-align: right;
    font-size: 13px;
}

.head_tr i {
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-right: 3px;
    background: url(../img/topr_dian.jpg) no-repeat center top;
    background-size: 80%;
    vertical-align: middle;
}

.head_tr em {
    display: inline-block;
    width: 10px;
    height: 23px;
    background: url(../img/topr_phone.jpg) no-repeat center top;
    vertical-align: middle;
}

.head_tr span {
    color: #fc5a65;
    font-weight: bold;
}

.head_ct {
    position: relative;
    height: 110px;
}

.head_ct .logo_a {
    width: 220px;
    height: 70px;
    display: inline-block;
}

.head_ct .logo {
    width: 220px;
    height: 70px;
    margin-top: 20px;
    background: url(../img/logo.png) no-repeat center;
    background-size: 96%;
}

.head_ct .headerct {
    font-family: 'HEADERCE';
    font-size: 32px;
    position: absolute;
    left: 270px;
    top: 0;
    line-height: 110px;
}

.head_ct .head_cr {
    position: absolute;
    right: 0;
    top: 25px;
    background: url(../img/phone.jpg) no-repeat center;
    width: 260px;
    height: 60px;
}

.head_bt {
    width: 1200px;
    margin: 0 auto;
}

.head_bt_left {
    width: 900px;
}


/* 头部栏目 */

.nav {
    position: relative;
    height: 50px;
    line-height: 50px;
    z-index: 597;
    float: left;
}

.nav li {
    float: left;
    vertical-align: middle;
    zoom: 1;
    margin-left: 60px;
}

.nav li:first-child {
    background: #FE0000;
    margin-left: 0;
}

.nav li.act,
.nav ul {
    width: 240px;
    text-align: center;
}

.nav li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

.nav ul.hid {
    position: absolute;
    left: 0;
    z-index: 598;
    width: 240px;
    height: 444px;
    line-height: 26px;
    overflow: hidden;
}


/* visibility: hidden; */

.nav ul.hid li {
    width: 100%;
    height: 88px;
    border-bottom: 1px solid #f5f5f5;
    margin-left: 0;
    background: url(../img/navbg.png);
}

.nav ul li {
    float: none;
}

.nav li:hover>ul {
    visibility: visible;
}

.nav li.act i {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    background: url(../img/v0.png) no-repeat center;
}

.nav ul.hid li dt em {
    margin-right: 10px;
}

.nav ul.hid li a:hover {
    text-decoration: underline;
}

.nav li a {
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.nav:not(li.act) a:hover {
    color: red;
}

.nav li a:hover {
    color: #0099e5;
}

.nav li a.on {
    color: #0099e5;
}

.nav li.act,
.nav ul.hid li,
.nav ul.hid li a {
    color: #fff;
}

.nav ul.hid li dt {
    padding-top: 17px;
    margin-bottom: 10px;
    font-size: 16px;
}

.nav ul.hid li.v1 em {
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url(../img/v1.png) no-repeat center 1.3px;
    vertical-align: middle;
    background-size: 80%;
}

.nav ul.hid li.v2 em {
    display: inline-block;
    width: 20px;
    height: 22px;
    background: url(../img/v2.png) no-repeat center 1.3px;
    vertical-align: middle;
    background-size: 80%;
}

.nav ul.hid li.v3 em {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/v3.png) no-repeat center 1.3px;
    vertical-align: middle;
    background-size: 80%;
}

.nav ul.hid li.v4 em {
    display: inline-block;
    width: 18px;
    height: 22px;
    background: url(../img/v4.png) no-repeat center 1.3px;
    vertical-align: middle;
    background-size: 80%;
}

.nav ul.hid li.v5 em {
    display: inline-block;
    width: 18px;
    height: 22px;
    background: url(../img/v5.png) no-repeat center 1.3px;
    vertical-align: middle;
    background-size: 90%;
}


/* 头部栏目右边搜索 */

.search {
    width: 227px;
    height: 40px;
    text-align: right;
    font-size: 16px;
    background: #FE0000;
}

.search input {
    border: 1px solid #FE0000;
    width: 160px;
    height: 38px;
    padding-left: 15px;
}

.search i {
    width: 50px;
    height: 40px;
    background: url(../img/search.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}


/* 省高赔安高 */

.feate ul {
    width: 1200px;
    overflow: hidden;
    margin: 26px auto;
}

.feate ul li:first-child {
    margin-left: 0;
}

.feate ul li {
    width: 232px;
    height: 62px;
    float: left;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
}

.feate ul li dt {
    position: absolute;
    width: 60px;
    height: 60px;
}

.feate ul li dd {
    position: absolute;
    left: 78px;
    top: 8px;
}

.feate ul dt.fea1 {
    background: url(../img/fea1.png) no-repeat center;
    vertical-align: middle;
}

.feate ul dt.fea2 {
    background: url(../img/fea2.png) no-repeat center;
    vertical-align: middle;
}

.feate ul dt.fea3 {
    background: url(../img/fea3.png) no-repeat center;
    vertical-align: middle;
}

.feate ul dt.fea4 {
    background: url(../img/fea4.png) no-repeat center;
    vertical-align: middle;
}

.feate ul dt.fea5 {
    background: url(../img/fea5.png) no-repeat center;
    vertical-align: middle;
}

.feate ul dd strong {
    font-size: 16px;
    padding-top: 10px;
}


/* 网站底部 */

#footer {
    height: 350px;
    background: #FE0000;
    color: #fff;
}

#footer a {
    color: #fff;
}

.footer {
    position: relative;
    height: 290px;
    padding-top: 50px;
}

.foot_l {
    position: absolute;
    left: 100px;
    width: 320px;
}

.foot_l dl {
    float: left;
    margin: 0 20px;
    text-align: center;
}

.foot_l dl dt {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 30px;
}

.foot_l dl dd {
    line-height: 30px;
}

.foot_l dl dd:hover {
    text-decoration: underline;
}

.foot_c {
    position: absolute;
    left: 470px;
    width: 140px;
    text-align: center;
}

.foot_c p {
    margin-top: 6px;
    line-height: 22px;
}

.foot_c img {
    width: 120px;
    height: 120px;
}

.foot_c2 {
    position: absolute;
    left: 640px;
    width: 140px;
    text-align: center;
}

.foot_c2 p {
    margin-top: 6px;
    line-height: 22px;
}

.foot_c2 img {
    width: 120px;
    height: 120px;
}

.foot_r {
    position: absolute;
    width: 256px;
    left: 860px;
}

.foot_r dl {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.foot_r dl dt {
    width: 50px;
    height: 50px;
}

.foot_r dl dd {
    width: 200px;
    height: 50px;
}

.foot_r dt.i {
    width: 50px;
    height: 50px;
    background: url(../img/phone_bt.png) no-repeat center;
    vertical-align: middle;
}

.foot_r dt.em {
    width: 50px;
    height: 50px;
    background: url(../img/footer_qq.png) no-repeat center;
    vertical-align: middle;
}

.foot_r dd strong {
    font-size: 30px;
}

.bt_phone strong {
    line-height: 30px;
}

.bt_phone p {
    line-height: 20px;
    font-size: 13px;
}

.bt_qq {
    line-height: 50px;
}

#footer .bottom {
    position: absolute;
    bottom: 16px;
    text-align: center;
    width: 100%;
}


/* 侧边栏 */

.side {
    position: fixed;
    width: 60px;
    height: 360px;
    background: #4D4D4D;
    right: 0;
    top: 50%;
    margin-top: -180px;
    z-index: 100;
    border-radius: 25px 0 0 25px;
}

.side ul li {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    line-height: 50px;
}

.side ul li span {
    padding-left: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
}

.side ul li .sidebox {
    vertical-align: middle;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    overflow: hidden;
}

.side ul li .side1 {
    background: url(../img/sider.png) no-repeat 19px center;
}

.side ul li .side2 {
    background: url(../img/sider1.png) no-repeat 16px center;
}

.side ul li .side3 {
    background: url(../img/sider2.png) no-repeat 19px center;
}

.side ul li .side4 {
    background: url(../img/sider3.png) no-repeat 18px center;
}

.side ul li .side5 {
    background: url(../img/sider4.png) no-repeat 18px center;
}

.side ul li .side6 {
    background: url(../img/sider5.png) no-repeat 19px center;
}

.side ul li .sidebox img {
    padding: 11px 18px;
    float: left;
}

.side ul li .sidetop img {
    padding: 15px;
    float: left;
}

.side ul li .sidetop {
    width: 60px;
    height: 60px;
    display: inline-block;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
    cursor: pointer;
}

.side .sider_2wm {
    position: absolute;
    right: 60px;
    top: -180px;
    display: none;
}

.side .sider_h:hover .sider_2wm {
    display: block;
}


/* 左边栏 */

.sider_left {
    position: fixed;
    width: 144px;
    z-index: 9999;
    left: 0;
    top: 50%;
    margin-top: -200px;
    ;
    display: none;
}

.sider_left .sider_lx {
    width: 20px;
    height: 20px;
    background: url(../img/sider_lx.png) no-repeat center;
    position: absolute;
    top: 4px;
    left: 120px;
    cursor: pointer;
}

.sider_left_mini {
    width: 52px;
}

.sider_left_mini .sider_lx {
    left: 50px;
    display: none;
}

#us_item .tit_bt {
    height: 76px;
    background: url(../img/ous_xbt.jpg) no-repeat center bottom;
    line-height: 26px;
}

#us_item .title p,
#us_know .title p,
#us_ture .title p {
    font-size: 18px;
    line-height: 20px;
}

#us_item .desc {
    text-align: center;
    font-size: 16px;
}

#us_item ul {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 85px;
}

.ct {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#us_item ul li {
    display: inline-block;
    width: 140px;
    margin: 0 28px;
    line-height: 80px;
    font-size: 24px;
}

#us_item ul li.li1 div {
    background: url(../img/usitem1.jpg) no-repeat center;
}

#us_item ul li div {
    width: 138px;
    height: 138px;
    border: 1px solid #686868;
    border-radius: 70px;
    overflow: hidden;
}

#us_item ul li p {
    color: #808080;
}

#us_item ul li.li2 div {
    background: url(../img/usitem2.jpg) no-repeat center;
}

#us_item ul li.li3 div {
    background: url(../img/usitem3.jpg) no-repeat center;
}

#us_item ul li.li4 div {
    background: url(../img/usitem4.jpg) no-repeat center;
}

#us_item ul li.li5 div {
    background: url(../img/usitem5.jpg) no-repeat center;
}

#index_item .title strong,
#index_tom .title strong,
#index_ous .title strong,
#message .title strong,
#complaint .title strong,
#news_inx .title strong,
#us_item .title strong,
#us_know .title strong,
#us_ture .title strong,
#ness_service .title strong,
#trademark .title strong,
#dljz .title strong,
#ness_lead .title strong,
#ness_onal .title strong,
#ness_field .title strong,
#problem .title strong {
    margin: 0 20px;
    font-size: 26px;
    font-weight: normal;
}

#index_item .title i,
#index_tom .title i,
#index_ous .title i,
#message .title i,
#complaint .title i,
#news_inx .title i,
#us_item .title i,
#us_know .title i,
#ness_service .title i,
#trademark .title i,
#dljz .title i,
#ness_lead .title i,
#ness_onal .title i,
#ness_field .title i,
#problem .title i {
    display: inline-block;
    width: 100px;
    height: 8px;
    background: url(../img/line.jpg) no-repeat center top;
    vertical-align: middle;
}

#us_item ul li.li1:hover div {
    background: url(../img/usitem11.jpg) no-repeat center;
    border: 1px solid #FE0000;
}

#us_item ul li.li2:hover div {
    background: url(../img/usitem22.jpg) no-repeat center;
    border: 1px solid #FE0000;
}

#us_item ul li.li3:hover div {
    background: url(../img/usitem33.jpg) no-repeat center;
    border: 1px solid #FE0000;
}

#us_item ul li.li4:hover div {
    background: url(../img/usitem44.jpg) no-repeat center;
    border: 1px solid #FE0000;
}

#us_item ul li.li5:hover div {
    background: url(../img/usitem55.jpg) no-repeat center;
    border: 1px solid #FE0000;
}

#us_item ul li:hover p {
    color: #FE0000;
}

#us_know {
    background: url(../img/us_know.jpg) no-repeat center;
    width: 100%;
    height: 753px;
}

#index_item .title,
#index_tom .title,
#index_ous .title,
#message .title,
#complaint .title,
#us_item .title,
#us_know .title,
#us_ture .title,
#ness_service .title,
#trademark .title,
#ness_lead .title,
#ness_onal .title,
#ness_field .title,
#problem .title {
    text-align: center;
    margin: 0px auto 30px auto;
}

#index_item .title,
#index_tom .title,
#index_ous .title,
#message .title,
#complaint .title,
#us_item .title,
#us_know .title,
#us_ture .title,
#ness_service .title,
#trademark .title,
#ness_lead .title,
#ness_onal .title,
#ness_field .title,
#problem .title {
    text-align: center;
    margin: 0px auto 30px auto;
}

#us_know .centent {
    margin-top: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 50px;
}

#us_know .centent p {
    text-indent: 2em;
}

.know_list {
    width: 1300px;
    font-family: 微软雅黑;
    color: rgb(51, 51, 51);
}

#us_know .qixi dt {
    margin-top: 30px;
    font-size: 18px;
    width: 158px;
    height: 20px;
    line-height: 20px;
    border-left: 4px solid #FE0000;
    padding-left: 20px;
}

.know_list li:first-child {
    margin-left: 0px;
}

.know_list li {
    width: 380px;
    height: 300px;
    border: 1px solid #ccc;
    float: left;
    margin-left: 27px;
    position: relative;
    text-align: center;
}

.know_list li dt {
    font-size: 20px;
    color: #333;
    margin-top: 35px;
}

.know_list li hr {
    width: 28px;
    height: 4px;
    background: #FE0000;
    border: 0;
    margin: 30px auto;
}

.know_list li dd {
    font-size: 14px;
    line-height: 22px;
}

#us_ture {
    width: 100%;
    height: 456px;
    background: url(../img/us_ture.jpg) no-repeat center;
    background-size: cover;
}

#us_ture .title {
    margin-top: 25px;
    color: #fff;
}

#us_ture .title i {
    display: inline-block;
    width: 100px;
    height: 8px;
    background: url(../img/line2.jpg) no-repeat center top;
    vertical-align: middle;
}

#us_ture ul {
    text-align: center;
}

.ct {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#us_ture ul li {
    display: inline-block;
    width: 360px;
    height: 400px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px;
}

#us_ture ul dt {
    width: 110px;
    height: 145px;
    margin: 60px auto 40px auto;
    background: url(../img/ous_xbt.jpg) no-repeat center bottom;
}

#us_ture ul dt div {
    width: 110px;
    height: 110px;
    border: 2px solid #363636;
    border-radius: 56px;
    line-height: 110px;
    font-size: 30px;
}

#us_ture ul dd {
    width: 90%;
    margin: 0 auto;
}

#message {
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 50px;
}

#index_item .title i,
#index_tom .title i,
#index_ous .title i,
#message .title i,
#complaint .title i,
#news_inx .title i,
#us_item .title i,
#us_know .title i,
#ness_service .title i,
#trademark .title i,
#dljz .title i,
#ness_lead .title i,
#ness_onal .title i,
#ness_field .title i,
#problem .title i {
    display: inline-block;
    width: 100px;
    height: 8px;
    background: url(../img/line.jpg) no-repeat center top;
    vertical-align: middle;
}

#message .centent {
    position: relative;
    width: 1000px;
    height: 370px;
    background: #fff;
    margin: 0 auto;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: 0 10px 15px rgba(204, 204, 204, .3);
}

#message .centent ul {
    width: 770px;
    margin: 0 auto;
}

#message .centent ul dt {
    padding-top: 60px;
}

#message .centent ul dd {
    text-align: center;
}

#message .centent .mess_tl {
    position: absolute;
    top: 0;
    left: -120px;
    width: 164px;
    height: 86px;
    background: url(../img/mess_tl.png) no-repeat center;
}

#message .centent .mess_br {
    position: absolute;
    bottom: 50px;
    right: 65px;
    width: 76px;
    height: 54px;
    background: url(../img/mess_br.png) no-repeat center;
}

#message .centent ul dd input {
    width: 300px;
    height: 50px;
    background: #FE0000;
    color: #fff;
    border: 0;
    margin-top: 20px;
    font-size: 18px;
}

#message .centent .mess_tl {
    position: absolute;
    top: 0;
    left: -120px;
    width: 164px;
    height: 86px;
    background: url(../img/mess_tl.png) no-repeat center;
}

#message .centent .mess_br {
    position: absolute;
    bottom: 50px;
    right: 65px;
    width: 76px;
    height: 54px;
    background: url(../img/mess_br.png) no-repeat center;
}

#message .centent ul dt input {
    width: 180px;
    height: 30px;
    border: 1px solid #e6e6e6;
    padding-left: 2px;
    line-height: 26px;
}

#message .centent ul dt select {
    width: 180px;
    height: 32px;
    border: 1px solid #e6e6e6;
    padding-left: 2px;
    line-height: 32px;
}

#message .centent ul dt textarea {
    width: 100%;
    height: 120px;
    margin-top: 30px;
    text-indent: 1.5em;
    padding-top: 15px;
    border: 1px solid #e6e6e6;
}

#message .centent ul li:first-child {
    margin-left: 0;
}

#message .centent ul li {
    float: left;
    margin-left: 48px;
}