<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    background: #f5f5f5;
    color: #000;
    font-size: 14px;
    font-family: 'Microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 90px;
}

td, th, caption {
    font-size: 14px;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

li {
    vertical-align: top;
}

input, textarea, select, button {
    font: 14px 'Microsoft yahei', Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

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

.clearfix {
    *zoom: 1;
}

.frame {
    width: 100%;
    min-width: 1285px;
    /*  padding-bottom: 60px; */
}

header {
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 10px #ccc;
}

.header {
    position: relative;
    margin: auto;
    width: 1200px;
    height: 95px;
    line-height: 95px;
}

header .logo {
    float: left;
}

header .logo img {
    vertical-align: middle;
    height: 70px;
}

header .nav {
    float: right;
    display: flex;
    font-size: 16px;
}

header .nav li {
    padding-left: 25px;
}

header .nav li a {
    color: #292929;
}

header .nav li a.xuan {
    color: #67a9fb;
}

header .nav li a:hover {
    color: #67a9fb;
}

.banner {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.banner ul {
    width: 999999px;
    position: absolute;
    right: 0;
    top: 0;
}

.banner ul li {
    float: right;
    height: 600px;
}

.banner ul li a {
    display: block;
    width: 100%;
    height: 100%
}

.banner ul:after {
    content: "";
    display: block;
    clear: both;
}

.dot {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

.dot p {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background: #fff;
    margin-right: 20px;
}

.dot p.dotx {
    background: #67a9fb;
}

.res {
    position: absolute;
    width: 735px;
    height: 155px;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
}

.lookup {
    border: 1px solid #50b9fd;
    width: 675px;
    height: 55px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    box-sizing: border-box;
}

.lookup select {
    background: transparent;
    border: none;
    height: 100%;
    outline: none;
    font-size: 16px;
    color: #797979;
    padding-left: 25px;
    margin-right: 30px;
}

.lookup select option {
    color: #000;
}

.lookup input[type=text] {
    width: 420px;
    color: #797979;
    text-indent: 20px;
    font-size: 16px;
    border: none;
    border-left: 1px solid #ababab;
    background: transparent;
    outline: none;
    height: 40px;
    box-sizing: border-box;
}

.lookup input[type=text]::-webkit-input-placeholder {
    color: #fff;
}

.lookup .cha {
    height: 100%;
    background: #50b9fd;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    width: 120px;
    vertical-align: middle;
    cursor: pointer;
    float: right;
}

.mechanism {
    padding-top: 55px;
}

.index-xian {
    width: 70px;
    height: 4px;
    background: #67a9fb;
    margin: auto;
    margin-bottom: 40px;
}

.mechanism ul {
    width: 1200px;
    margin: auto;
    margin-bottom: 45px;
}

.mechanism ul:after {
    content: "";
    display: block;
    clear: both;
}

.mechanism ul li {
    width: 285px;
    height: 325px;
    box-sizing: border-box;
    margin-left: 19px;
    background: #fff;
    box-shadow: 0 0 20px #888;
    transition: 0.5s;
    float: left;
    margin-bottom: 20px;
}

.mechanism ul li:nth-of-type(4n+1) {
    margin-left: 0;
}

.mechanism ul li:hover {
    transform: translateY(-10px);
}

.index-jigou img {
    display: block;
    width: 100%;
    height: 170px;
}

.index-content {
    padding: 0 20px;
    box-sizing: border-box;
}

.index-content div:nth-of-type(1) {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #4f4f4f;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-content div:nth-of-type(2) {
    color: #8a8a8a;
    font-size: 12px;
    height: 4.5em;
    line-height: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}

.see {
    width: 98px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #4e9bfa;
    font-size: 16px;
    border: 1px solid #4e9bfa;
    margin: auto;
    margin-top: 10px;
    border-radius: 5px;
}

.zyl-wk {
    width: 100%;
    padding-top: 30px;
}

.zyl-banner {
    width: 1055px;
    height: 150px;
    margin: auto;
    margin-top: 20px;
}

.zyl-res {
    width: 1055px;
    height: 60px;
    margin: auto;
}

.zyl-lookup {
    background: #fff;
    float: left;
    height: 100%;
}

.zyl-lookup select {
    background: transparent;
    border: none;
    height: 100%;
    outline: none;
    font-size: 16px;
    color: #808080;
    padding-left: 40px;
    margin-right: 40px;
}

.zyl-lookup select option {
    color: #000;
}

.zyl-lookup input[type=text] {
    width: 788px;
    color: #808080;
    text-indent: 20px;
    font-size: 16px;
    border: none;
    border-left: 2px solid #b5b5b5;
    background: transparent;
    outline: none;
    height: 50px;
}

.zyl-lookup input[type=text]::-webkit-input-placeholder {
    color: #808080;
}

.zyl-res .cha {
    height: 100%;
    background: #4e9bfa;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    width: 110px;
    vertical-align: middle;
    cursor: pointer;
    float: right;
}

.zyl-tjxz {
    width: 1140px;
    padding: 0 30px;
    background: #fff;
    margin: auto;
    margin-top: 40px;
    padding-bottom: 50px;
}

.zyl-title {
    padding: 15px 0;
    padding-top: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.zyl-xian {
    width: 70px;
    height: 4px;
    background: #67a9fb;
    margin: auto;
    margin-bottom: 35px;
}

.zyl-tjcx &gt; li {
    border-bottom: 1px dashed #cacaca;
    padding: 0 10px;
}

.zyl-tjcx &gt; li:after {
    content: "";
    display: block;
    clear: both;
}

.zyl-tjcx &gt; li:nth-of-type(1) {
    border-top: 1px dashed #cacaca;
}

.zyl-tjcx &gt; li &gt; div:nth-of-type(1) {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    float: left;
    margin: 20px 0;
    width: 55px;
}

.zyl-tjcx li &gt; ul {
    width: 1055px;
    /*display: flex;
    flex-wrap:wrap;*/
    padding-bottom: 20px;
    float: left;
}

.zyl-tjcx li &gt; ul:after {
    content: "";
    display: block;
    clear: both;
}

.zyl-tjcx li &gt; ul li {
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    margin-top: 20px;
    margin-left: 25px;
    position: relative;
}

.zyl-tjcx li.zyl-szqy &gt; ul li {

}

.zyl-tjcx li &gt; ul li div {
    /*width: 100%;
    height:100%;*/
    color: #626161;
    border: 1px solid #c1c1c1;
    border-radius: 20px;
    font-size: 13px;
    padding: 0 30px;
}

.zyl-tjcx li &gt; ul li input {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

.zyl-tjcx li &gt; ul li input:checked + div {
    border: 1px solid #4e9bfa;
    background: #4e9bfa;
    color: #fff;
}

.zyl-tjcx li.zyl-cws &gt; ul li {
    /*     width: 125px; */
    margin-left: 15px;
}

.zyl-tjcx li.zyl-cws &gt; ul li:nth-of-type(1) {
    /*    width: 115px; */
    margin-left: 25px;
    margin-right: 10px;
}

.zyl-tjcx li.zyl-sfbz &gt; ul li {
    /* padding:0 7px;*/
    margin-left: 15px;
    position: relative;
}

.zyl-tjcx li.zyl-sfbz &gt; ul li div {
    /*    padding:0 25px; */
}

.zyl-tjcx li.zyl-sfbz &gt; ul li:nth-of-type(1) div {
    /* padding:0 ; */
}

.zyl-tjcx li.zyl-sfbz &gt; ul li:nth-of-type(1) {
    /*  width: 115px; */
    margin-left: 25px;
    margin-right: 10px;

}

.zyl-px {
    width: 1200px;
    height: 50px;
    margin: auto;
    margin-top: 40px;
    background: #e9e6e6;
}

.zyl-px p {
    float: left;
    width: 225px;
    height: 45px;
    line-height: 45px;
    border-left: 1px solid #c9c9c9;
    font-size: 16px;
    color: #5b5b5b;
    text-align: center;
    margin-top: 3px;
    cursor: pointer;
}

.zyl-px p:nth-of-type(1) {
    border: none;
}

.zyl-px p.zyl-pxx {
    color: #67a9fb;
}

.zyl-px p img {
    vertical-align: middle;
    margin-left: 25px;
}

.zyl-nrwk {
    width: 1200px;
    margin: auto;
    margin-top: 10px;
}

.zyl-nrwk:after {
    content: "";
    display: block;
    clear: both;
}

.zyl-zuo {
    float: left;
    width: 900px;
}

.zyl-zuo ul li {
    background: #fff;
    margin-top: 20px;
}

.zyl-zuo ul li:nth-of-type(1) {
    margin: 0;
}

.zyl-zuo ul li:after {
    content: "";
    display: block;
    clear: both;
}

.zyl-tp {
    padding: 8px;
    width: 260px;
    height: 190px;
    float: left;
    border-left: 10px solid #afe3a5;
}

.zyl-tp img {
    display: block;
    width: 100%;
    height: 100%;
}

.zyl-xx {
    margin-left: 20px;
    float: left;
}

.zyl-xx &gt; p, .zyl-xx &gt; div {
    width: 335px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    color: #747474;
}

.zyl-xx &gt; div:nth-of-type(1) {
    font-size: 16px;
    color: #fa7900;
    margin-top: 15px;
}

.zyl-xx &gt; div:nth-of-type(2) {
    height: 4.15em;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.zyl-jg {
    float: right;
    margin-right: 25px;
    margin-top: 60px;
    font-size: 16px;
    color: #9d9d9d;
}

.zyl-jg p span {
    font-size: 30px;
    color: #fa7900;
}

.zyl-jg p:nth-of-type(2) {
    display: block;
    color: #4e9bfa;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #4e9bfa;
    margin: auto;
    margin-top: 20px;
}

.zyl-you {
    float: right;
    width: 285px;
}

.zyl-xinxi {
    padding: 0 20px;
    padding-bottom: 5px;
    background: #fff;

}

.zyl-xinxi li {
    padding: 15px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4b4b4b;
    font-size: 13px;
    border-top: 1px dashed #d0d0d0;
}

.zyl-xinxi li a {
    color: #4b4b4b;
}

.zyl-xinxi li a:hover {
    color: #4e9bfa;
}

.zyl-xinxi li:nth-of-type(1) {
    border: none;
    font-size: 16px;
}

.zyl-xinxi li:nth-of-type(1) a {
    font-size: 13px;
    display: inline-block;
    color: #4e9bfa;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #4e9bfa;
    float: right;
    margin-right: 5px;
}

.zyl-jgdb {
    padding: 0 20px;
    padding-bottom: 30px;
    background: #fff;

}

.zyl-jgdb &gt; p:nth-of-type(1) {
    height: 75px;
    line-height: 75px;
    font-size: 16px;
    color: #4b4b4b;
    border-bottom: 1px dashed #d4d4d4;
}

.zyl-jgdb &gt; p:nth-of-type(1) span {
    font-size: 24px;
    color: #67a9fb;
    margin-left: 125px;
    cursor: pointer;
    font-weight: 100;
    vertical-align: middle;
}

.zyl-db {
    margin: 20px 0;
    margin-left: 10px;
}

.zyl-jgdb .zyl-db input[type=text] {
    width: 200px;
    height: 20px;
    border: 1px solid #b5b5b5;
    font-size: 13px;
    text-indent: 8px;
}

.zyl-db div {
    margin-top: 10px;
}

.zyl-db div:nth-of-type(1) {
    margin: 0;
}

.zyl-scdb {
    width: 14px;
    height: 14px;
    line-height: 14px;
    background: #fff;
    border: 1px solid #a2a2a2;
    color: #a2a2a2;
    font-size: 12px;
    font-weight: 200;
    margin-left: 5px;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
}

.zyl-zs {
    margin-left: 10px;
    font-size: 13px;
    color: #fa7900;
    margin-bottom: 20px;
}

.zyl-dban {
    text-align: center;
}

.zyl-dban input {
    font-size: 16px;
    width: 100px;
    height: 30px;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    outline: none;
}

.zyl-ksdb {
    color: #4e9bfa;
    border: 1px solid #4e9bfa;
}

.zyl-qbqk {
    color: #989898;
    border: 1px solid #989898;
    margin-left: 20px;
}

.ruzhu-wk {
    width: 100%;
    padding-top: 30px;
}

.rz-wk {
    width: 1145px;
    background: #fff;
    padding: 0 70px;
    margin: auto;
}

.rz-title {
    padding-top: 45px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.rz-xian {
    width: 80px;
    height: 4px;
    background: #67a9fb;
    margin: auto;
}

.rz-youshi {
    padding: 40px 0;
}

.rz-youshi img {
    width: 410px;
    margin: auto;
    display: block;
}

.rz-xx {
    border: 1px dashed #bbb;
    border-bottom: none;
    display: flex;
}

.rz-xx &gt; div {
    padding-top: 50px;
    padding-bottom: 40px;
}

.rz-xx .rz-xxz {
    width: 770px;
    border-right: 1px dashed #bbb;
}

.rz-xx .rz-xxz input {
    outline: none;
}

.rz-hz {
    margin-bottom: 45px;
}

.rz-hz p:nth-of-type(1) img {
    display: block;
    margin: auto;
}

.rz-hz p:nth-of-type(2) {
    width: 515px;
    margin: auto;
    margin-top: 25px;
    font-size: 16px;
    color: #696969;
    line-height: 2em;
}

.rz-txxx li {
    display: flex;
    margin-top: 30px;
    font-size: 16px;
    color: #696969;
}

.rz-txxx li:nth-of-type(1) {
    margin: 0;
}

.rz-txxx li p:nth-of-type(1) {
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.rz-txxx li p:nth-of-type(2) input {
    width: 245px;
    height: 30px;
    font-size: 13px;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    text-indent: 20px;
}

.rz-txxx li p:nth-of-type(3) {
    height: 40px;
    line-height: 40px;
    margin-left: 45px;
}

.rz-txxx li p:nth-of-type(3) label {
    cursor: pointer;
}

.rz-txxx li p:nth-of-type(3) label input {
    margin-right: 5px;
}

.rz-txxx li:nth-of-type(4) select {
    width: 190px;
    height: 35px;
    padding: 0 25px;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    outline: none;
    font-size: 13px;
    color: #666565;
}

.rz-txxx li:nth-of-type(5) select {
    width: 250px;
    height: 35px;
    padding: 0 25px;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    outline: none;
    font-size: 13px;
    color: #666565;
}

.rz-txxx li:nth-of-type(6) p:nth-of-type(3) input {
    width: 190px;
    height: 30px;
    font-size: 16px;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    text-indent: 10px;
}

.rz-txxx li:nth-of-type(8) p:nth-of-type(2) #shangchuan {
    width: 255px;
    height: 35px;
    line-height: 35px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    display: block;
    text-indent: 115px;
    background: #4e9bfa url("../img/sctp.png") no-repeat left 55px center/24px auto;
    cursor: pointer;
    position: relative;
}

.rz-txxx li:nth-of-type(8) p:nth-of-type(3) {
    margin-left: 10px;
}

.ruzhu-tpsl {
    display: block;
    width: 30px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    left: 72px;
    text-indent: 0;
    top: 20px;
    font-size: 12px;
}

.rz-txxx li textarea {
    resize: none;
    width: 560px;
    height: 70px;
    border-radius: 6px;
    border: 1px solid #cbcbcb;
    padding: 10px 15px;
    outline: none;
    font-size: 13px;
}

.rz-tijiao {
    display: block;
    width: 150px;
    height: 35px;
    border: none;
    background: #4e9bfa;
    color: #fff;
    font-size: 19px;
    border-radius: 6px;
    margin: auto;
    cursor: pointer;
}

.rz-xxy {
    padding: 50px 70px;
    font-size: 16px;
    line-height: 2em;
    color: #696969;
    box-sizing: border-box;
}

.rz-xxy img {
    display: block;
    margin: auto;
}

.rz-xxy div {
    margin-top: 145px;
}

.rz-xxy div:nth-of-type(1) {
    margin-top: 0px;
}

.rz-xxy p {
    width: 230px;
    margin-top: 25px;
}

.rz-xxy p:nth-of-type(3) {
    color: #fa7900;
    text-align: center;
    font-size: 21px;
}

.rz-di {
    width: 100%;
    background: #4e9bfa;
    height: 160px;
    line-height: 160px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-top: 50px;
    font-weight: 100;
}

.rz-di img {
    vertical-align: middle;
    margin: 0 40px;
}

.rz-xxy p a {
    display: block;
    margin: auto;
    text-align: center;
    width: 175px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #64d290;
    border-radius: 5px;
}

.changtan-wk {
    width: 100%;
    padding-top: 30px;
    height: 550px;
}

.changtan-nrwk {
    width: 1200px;
    margin: auto;

}

.changtan-nrwk:after {
    content: "";
    display: block;
    clear: both;
}

.changtan-nrwk &gt; div {
    width: 475px;
    padding: 35px 60px;
    padding-bottom: 45px;
    background: #fff;
}

.changtan-ylcs {
    float: left;
}

.changtan-hyxf {
    float: right;
}

.changtan-title {
    font-size: 16px;
    text-align: center;
    color: #484848;
    font-weight: bold;
}

.changtan-xian {
    width: 70px;
    height: 3px;
    background: #67a9fb;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 40px;

}

.changtan-nrwk div ul li {
    background: url("../img/yuandian.png") no-repeat left center;
    height: 55px;
    line-height: 55px;
    color: #67a9fb;
    padding-left: 20px;
    font-size: 13px;
}

.changtan-nrwk div ul li div {
    padding: 0 10px;
    border-top: 1px dashed #cacaca;

    color: #4b4b4b;
}

.changtan-nrwk div ul li div a {
    color: #4b4b4b;
}

.changtan-nrwk div ul li div a:hover {
    color: #4e9bfa;
}

.changtan-nrwk div ul li div:after {
    content: "";
    display: block;
    clear: both;
}

.changtan-nrwk div ul li div p:nth-of-type(1) {
    float: left;
    width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.changtan-nrwk div ul li div p:nth-of-type(2) {
    float: right;
}

.changtan-nrwk div ul li:last-of-type div {
    border-bottom: 1px dashed #cacaca;
}

.changtan-ckgd a {
    display: block;
    width: 115px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #4e9bfa;
    font-size: 16px;
    border: 1px solid #4e9bfa;
    border-radius: 10px;
    margin: auto;
    margin-top: 30px;
}

.about-wk {
    width: 100%;
    padding-top: 30px;
}

.about-nrwk {
    width: 1200px;
    margin: auto;
}

.about-xxk {
    height: 60px;
    line-height: 60px;
    background: #fff;
    display: flex;
}

.about-xxk p {
    flex: 1;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-left: 1px solid #ddd;
}

.about-xxkx {
    color: #fff;
    background: #67a9fb;
}

.about-xxnr {
    background: #fff;
    padding: 1px 80px;
    padding-bottom: 60px;
    display: none;
    border-top: 1px solid #ddd;
}

.about-title {
    font-size: 20px;
    margin-top: 80px;
}

.about-js {
    line-height: 2em;
    font-size: 16px;
    color: #797878;
    margin-top: 40px;

}

.about-js span {
    text-indent: 2em;
    display: block;
}

.about-gsgg li {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px dashed #dcdcdc;
    background: url("../img/huiyuan.png") no-repeat left center;
    font-size: 16px;
    padding-left: 25px;
}

.about-gsgg li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #585858;
}

.about-gsgg li:hover a {
    color: #67a9fb;
}

.about-gsgg li:hover {
    background: url("../img/yuandian.png") no-repeat left center;
}

.about-gsgg li p:nth-of-type(1) {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 710px;
}

.about-gsgg li p:nth-of-type(2) {
    float: right;
}

#riqi {
    background: url("../img/rili.png") no-repeat right 40px center;
    cursor: pointer;
}

#riqi::-webkit-input-placeholder {
    text-indent: 30px;
    font-size: 13px;
}

.zhuanye-wk {
    width: 100%;
    background: #fff;
    margin-top: 40px;
    padding: 20px 0;
}

.zhuanye-yly {
    width: 1200px;
    /*height: 620px;*/
    margin: auto;
}

.zhuanye-yly:after {
    content: '';
    display: block;
    clear: both;
}

.zhuanye-banner {
    width: 860px;
    height: 150px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;

}

.zhuanye-ylyz {
    float: left;
    width: 640px;
    /*height:360px;*/
}

.zhuanye-ylytp {
    width: 100%;
    height: 360px;
}

.zhuanye-ylytp img {
    display: block;
    /*  width: 100%; */
    margin: auto;
    height: 100%;
}

.zhuanye-lb {
    position: relative;
    width: 100%;
    height: 70px;
    margin-top: 25px;
}

.zhuanye-lbbtn {
    position: absolute;
    top: 0;
    width: 25px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #cfcfcf;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.zhuanye-lbz {
    left: 0;
}

.zhuanye-lby {
    right: 0;
}

.zhuanye-lbnr {
    position: absolute;
    width: 580px;
    height: 70px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}

.zhuanye-tpnr {
    position: absolute;
    left: 0;
    top: 0;
    width: 999999px;
}

.zhuanye-tpnr li {
    float: left;
    width: 70px;
    height: 70px;
    margin-left: 5px;
}

.zhuanye-tpnr li:nth-of-type(1) {
    margin-left: 0;
}

.zhuanye-tpnr li img {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.zhuanye-ylyy {
    float: right;
    width: 555px;
    /*height:620px;*/
    /*border: 1px solid #dcdcdc;*/
}

.zhuanye-title {
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    background: #4e9bfa;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zhuanye-content {
    padding: 0 15px;
}

.zhuanye-content &gt; div {
    height: 145px;
    /*border-bottom: 1px dashed #dcdcdc;*/
}

/* .zhuanye-content&gt;div p
{
    margin-top: 30px;
    font-size:13px ;
    color: #8a8a8a;
} */
.zhuanye-content &gt; div p span {
    font-size: 30px;
    color: #fa7900;
}

.zhuanye-huli li {
    margin-top: 30px;
    height: 35px;
    line-height: 35px;
    color: #8a8a8a;
}

.zhuanye-huli li:nth-of-type(1) {
    margin-top: 45px;
}

.zhuanye-huli li:after {
    content: "";
    display: block;
    clear: both;
}

.zhuanye-huli li &gt; div {
    float: left;
}

.zhuanye-huli li &gt; div:nth-of-type(1) {
    font-size: 20px;
}

.zhuanye-huli li &gt; div p {
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
    float: left;
    margin-left: 10px;
    font-size: 18px;
}

.zhuanye-huli li &gt; div p:nth-of-type(1) {
    margin-left: 0;
}

.zhuanye-huli li &gt; div.zhuanye-hulijibie p {
    width: 90px;
}

.zhuanye-huli li &gt; div p span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}

.zhuanye-huli li &gt; div p input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.zhuanye-huli li &gt; div p input:checked + span {
    background: #4e9bfa;
    color: #fff;
    border: 1px solid #4e9bfa;
}

.zhuanye-huli li &gt; div.zhuanye-mingxi p {
    width: 100px;
}

.zhuanye-xxkwk {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
}

.zhuanye-xxk {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: flex;
}

.zhuanye-xxk p {
    flex: 1;
    font-size: 16px;
    color: #696969;
    cursor: pointer;
}

.zhuanye-xxk .zhuanye-xxkx {
    background: #fff;
    color: #4e9bfa;
    border-top: 3px solid #4e9bfa;
    line-height: 54px;
}

.zhuanye-xxknr {
    background: #fff;
    padding: 0 90px;
    padding-bottom: 35px;
    display: none;
}

.zhuanye-hlnr li {
    padding-top: 35px;
    padding-bottom: 30px;
    display: table;
    border-bottom: 1px solid transparent;
    -webkit-border-image: url(../img/border.png) 1 1 round; /* Safari 5 */
    -o-border-image: url(../img/border.png) 1 1 round; /* Opera */
    border-image: url(../img/border.png) 1 1 round;

}

.zhuanye-hlnr li:last-of-type {
    border: none;
}

.zhuanye-hlnr li &gt; div {
    font-size: 16px;
    color: #696969;
    display: table-cell;
    vertical-align: middle;
}

.zhuanye-hlnr li &gt; div:nth-of-type(1) span {
    display: inline-block;
    width: 95px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #4e9bfa;
    font-size: 16px;
    color: #4e9bfa;
    margin-right: 25px;
    text-align: center;
}

.zhuanye-hlnr li &gt; div:nth-of-type(2) {
    width: 840px;
    padding: 0 10px;
    line-height: 2em;
    vertical-align: middle;
    font-family: "SimSun", serif;
}

.zhuanye-rzxz li span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #4e9bfa;
}

.zhuanye-rzxz li {
    border-bottom: 1px dashed #d2d2d2;
    padding: 25px 0;
    font-size: 16px;
    line-height: 38px;
    color: #696969;
    font-family: "SimSun", serif;
}

.zhuanye-rzxz li:last-of-type {
    border: none;
}

.zhuanye-rzxz li p {
    width: 995px;
    float: left;
}

.zhuanye-rzxz li p:nth-of-type(1) {
    width: 20px;
}

.zhuanye-rzxz li:after {
    content: "";
    display: block;
    clear: both;
}

.zhuanye-ylyjj {
    padding-top: 65px;
}

.zhuanye-ylyjj:after {
    content: "";
    display: block;
    clear: both;
}

.zhuanye-jjnr {
    float: left;
    width: 480px;
}

.zhuanye-jjnr li {
    display: flex;
    height: 60px;
    line-height: 60px;
    color: #696969;
    font-size: 16px;
    border-bottom: 1px dashed #bcbcbc;
}

.zhuanye-jjnr li div:nth-of-type(1) {
    width: 85px;
    overflow: hidden;
    text-align: right;
}

.zhuanye-jjnr li div:nth-of-type(2) {
    width: 330px;
    /*border-bottom: 1px solid #bcbcbc;*/
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zhuanye-jianjie {
    margin-top: 45px;
    display: flex;
    color: #696969;
    font-size: 16px;
    line-height: 2em;
}

.zhuanye-jianjie p:nth-of-type(1) {
    width: 105px;
    overflow: hidden;
}

.zhuanye-jianjie p:nth-of-type(2) {
    width: 995px;
    overflow: hidden;
}

.zhezhaoceng {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    display: none;
    z-index: 999;
}

.zhezhaoceng1 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    display: none;
    z-index: 999;
}

.ruzhu-shangchuan {
    width: 800px;
    height: 490px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
}

.ruzhu-tupian {
    width: 800px;
    height: 350px;
    overflow: auto;
}

.ruzhu-tupian li {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    width: 135px;
    position: relative;
}

.ruzhu-tupian li &gt; div:nth-of-type(1) {
    width: 100%;
    height: 135px;
    border-radius: 10px;
    border: 2px solid #bcbcbc;
    position: relative;
}

.ruzhu-tupian li &gt; div:nth-of-type(2) {
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #858585;
}

.ruzhu-tupian li &gt; div:nth-of-type(1) img {
    width: 100%;
    height: 100%;
    display: block;
}

.ruzhu-tupian li &gt; div:nth-of-type(1) input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: pointer;
    opacity: 0;
}

.shanchu {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    top: 90px;
    left: 90px;
    background: url("../img/shanchu.png") no-repeat center center/cover;
    cursor: pointer;
    display: none;
}

.queren {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.queren input {
    width: 120px;
    height: 45px;
    font-size: 22px;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
}

.queding {
    border: 1px solid #4e9bfa;
    color: #fff;
    background: #4e9bfa;
}

.quxiao {
    border: 1px solid #949191;
    color: #949191;
    margin-left: 15px;
    background: #fff;
}

.tanchuang {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 900px;
    height: 500px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #000;
}

.tcnr &gt; p:nth-of-type(1) {
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
}

.tcnr &gt; p:nth-of-type(2) {
    float: right;
    margin-right: 50px;
    font-size: 18px;
}

.tcnr &gt; div {
    font-size: 18px;
    line-height: 2em;
    padding: 50px;
    height: 260px;
    overflow: auto;
}

.guan {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 12px;
    cursor: pointer;
}

.guan img {
    width: 100%;
    height: 100%;
}

.zhuanye-hpd {
    padding-top: 60px;
    font-size: 20px;
    color: #696969;
}

.zhuanye-plxz {
    border-bottom: 1px dashed #a7a7a7;
    padding-bottom: 45px;
}

.zhuanye-plxz span {
    font-size: 54px;
    color: #fa7900;
    padding-top: 10px;
    margin-right: 195px;
    display: inline-block;
}

.zhuanye-plxz a {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #8b8b8b;
    border-radius: 5px;
    color: #8b8b8b;
    font-size: 16px;
    text-align: center;
    margin-left: 30px;
    vertical-align: top;
}

.zhuanye-plxz a:nth-of-type(1) {
    width: 165px;
    margin: 0;
}

.zhuanye-plxz a.dpxz {
    color: #4e9bfa;
    border: 1px solid #4e9bfa;
}

.zhuanye-fabiao {
    padding: 0 20px;
    margin-top: 30px;
    height: 130px;
    background: #ececec;
}

.zhuanye-dafen {
    height: 60px;
    line-height: 60px;
    color: #949494;
    font-size: 0px;
    position: relative;

}

.zhuanye-dafen .zhuanye-xing {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.zhuanye-dafen .zhuanye-xing:nth-of-type(1) {
    left: 89px;
}

.zhuanye-dafen .zhuanye-xing:nth-of-type(2) {
    left: 116px;
}

.zhuanye-dafen .zhuanye-xing:nth-of-type(3) {
    left: 144px;
}

.zhuanye-dafen .zhuanye-xing:nth-of-type(4) {
    left: 172px;
}

.zhuanye-dafen .zhuanye-xing:nth-of-type(5) {
    left: 200px;
}

.zhuanye-dafen img {
    vertical-align: middle;
    margin-left: 10px;
    height: 24px;
}

.zhuanye-dafen span {
    font-size: 16px;
    vertical-align: middle;
}

.zhuanye-dafen span:nth-of-type(2) {
    margin-left: 25px;
    color: #fa7900;
}

.zhuanye-ping textarea {
    width: 795px;
    height: 25px;
    font-size: 13px;
    color: #949494;
    resize: none;
    border: none;
    padding: 15px 30px;
    vertical-align: middle;
}

.pingjia {
    color: #fa7900;
    margin-left: 15px;
}

.zhuanye-ping button {
    width: 115px;
    height: 55px;
    color: #fff;
    background: #fa7900;
    border: none;
    outline: none;
    font-size: 16px;
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.zhuanye-liuyan li {
    color: #949494;
    padding: 30px 0;
    font-size: 16px;
    display: flex;
    border-bottom: 1px dashed #a7a7a7;
}

.zhuanye-yhm {
    width: 180px;
}

.zhuanye-hfnr {
    width: 825px;
}

.zhuanye-lyqt {
    margin-top: 25px;
}

.zhuanye-lyqt span {
    vertical-align: middle;
}

.zhuanye-lyqt img {
    margin-left: 15px;
    height: 16px;
    vertical-align: middle;
}

.zhuanye-huifu {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.zhuanye-huifu img {
    height: 20px;
}

.fangda {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 605px;
    height: 475px;
    margin: auto;
}

.fangda img {
    width: 100%;
    height: 100%;
    display: block;
}

.fangda .fdguan {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}

.zhuanye-xxknr .zhuanye-whlbwk {
    width: 570px;
    position: relative;
    margin: auto;
}

.zhuanye-xxknr .zhuanye-whlb {
    width: 100%;
    height: 360px;
    position: relative;
    box-shadow: 0 0 10px #000;
    overflow: hidden;
}

.zhuanye-xxknr .whhd-shang {
    width: 18px;
    height: 30px;
    display: block;
    position: absolute;
    left: -50px;
    top: 165px;
    background: url("../img/btnz.png") no-repeat;
    cursor: pointer;
}

.zhuanye-xxknr .whhd-xia {
    width: 18px;
    height: 30px;
    display: block;
    position: absolute;
    right: -50px;
    top: 165px;
    background: url("../img/btny.png") no-repeat;
    cursor: pointer;

}

.zhuanye-xxknr .zhuanye-whlb ul {
    position: absolute;
    left: -100%;
    top: 0;
    width: 10000%;
    height: 100%;
}

.zhuanye-xxknr .zhuanye-whlb ul li {
    width: 1%;
    height: 100%;
    float: left;
}

.zhuanye-xxknr .zhuanye-whlb ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

.whlb-neirong {
    display: none;
    margin-top: 30px;
    width: 100%;
}

.zhuanye-hfxx {
    margin-top: 20px;
    display: none;
}

.zhuanye-hfxx:after {
    content: "";
    display: block;
    clear: both;
}

.zhuanye-hfxx textarea {
    width: 780px;
    height: 40px;
    padding: 10px 20px;
    resize: none;
    font-size: 16px;
    color: #949494;
}

.zhuanye-fbpl {
    width: 80px;
    height: 30px;
    border-radius: 5px;
    background: #fa7900;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    float: right;
    font-size: 16px;
}

.zhuanye-huifunr {
    margin-top: 20px;
}

.zhuanye-huifunr li {
    padding: 10px 20px;
    margin-top: 10px;
    background: #eee;
    border: none;
}

.zhuanye-huifunr li:after {
    content: '';
    display: block;
    clear: both;
}

.zhuanye-huifunr li p {
    width: 180px;
    font-size: 13px;
    color: #949494;
    float: left;
}

.zhuanye-huifunr li p:nth-of-type(2) {
    width: 690px;
}

.rele-rea-men-ts {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: #fff;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    padding-bottom: 15px;
    display: none;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.rele-rea-men-m-ts {
    float: left;
    width: 92%;
    margin-left: 4%;
    margin-top: 20px;
}

.rele-rea-men-m-ts p {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 20px;
}


.rele-rea-men-tsm {
    position: absolute;
    width: 370px;
    left: 50%;
    margin-left: -150px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: #fff;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    padding-bottom: 15px;
    display: none;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.rele-rea-men-m-tsm {
    float: left;
    width: 92%;
    margin-left: 4%;
    margin-top: 20px;
}

.rele-rea-men-m-tsm p {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 20px;
}


.news-wk {
    width: 1200px;
    margin: auto;
}

.news-nav {
    padding: 30px 0;
}

.news-nav:after {
    content: "";
    display: block;
    clear: both;
}

.news-nav p {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    float: left;
}

.news-nav p a {
    color: #484848;
}

.news-nav p a span {
    margin-right: 20px;
}

.news-nav p:nth-of-type(2) {
    text-indent: 20px;
    color: #67a9fb;
    border-left: 2px solid #484848;
    margin-left: 20px;
}

.news-nr {
    background: #fff;
    padding: 50px 90px;
}

.newsnr-wk {

    width: 1200px;
    margin: auto;
    margin-top: 30px;
}

.newsnr-wk:after {
    content: "";
    display: block;
    clear: both;
}

/* .newsnr-zuo {
    width: 730px;
    background: #fff;
    padding:50px 90px ;
    float: left;
    color: #7c7c7c;
    font-size: 13px;
} */
.newsnr-zuo {
    width: 910px;
    float: left;
    color: #7c7c7c;
    font-size: 13px;
}

.newsnr-title {
    font-size: 20px;
    color: #4b4b4b;
}

.newsnr-time {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
}

.newsnr-content {
    padding: 20px 0;
    line-height: 2em;
}

.dibuwk {
    margin-top: 100px;
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

.dibu {
    width: 1200px;
    margin: auto;
}

.dibu-tz {
    height: 55px;
    line-height: 55px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
}

.dibu-tz a {
    padding: 0 20px;
    color: #666;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    border-left: 1px solid #969696;
}

.dibu-tz a:hover {
    color: #67a9fb;
}

.dibu-tz a:nth-of-type(1) {
    border-left: none;
}

.dibu-lj {
    padding: 10px 0;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
}

.dibu-lj a {
    color: #666;
    margin-left: 20px;
}

.dibu-lj a:hover {
    color: #67a9fb;
}

.dibu-beian {
    text-align: center;
    padding: 20px 0;
    color: #666;
}


.duibi-bt {
    display: table;
    box-shadow: 0 0 10px #ccc;
}

.duibi-bt &gt; div {
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #e3e3e3;
}

.duibi-btxx {
    display: table;
}

.duibi-btxx &gt; div {
    width: 205px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

.duibi-bt .duibi-mc &gt; div:nth-of-type(1) {
    color: #fff;
    padding: 15px;
    min-height: 54px;
    box-sizing: border-box;
}

.duibi-bt &gt; div:nth-of-type(1) {
    width: 170px;
    background: #fff;
    color: #67a9fb;
}

.duibi-shuru {
    background: #f4f4f4;
    padding: 15px 10px;
    position: relative;
    border-right: 1px solid #e5e5e5;
}

.duibi-shuru input {
    width: 180px;
    height: 25px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    text-indent: 10px;
}

.duibi-shuru input::-webkit-input-placeholder {
    color: #aeaeae;
}

.duibi-mc {
    position: relative;
    cursor: pointer;
    border-right: 1px solid #e5e5e5;
    background: #67a9fb;
}

.duibi-mc &gt; div {
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;

}

.duibi-mc &gt; .duibi-shan {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: url("../img/dbsc.png") no-repeat center, rgba(0, 0, 0, .5);
}

.duibi-mc:hover &gt; .duibi-shan {
    display: block;
}

.duibi-shuru &gt; .duibi-cxnr {
    position: absolute;
    width: 200px;
    top: 45px;
    border: 1px solid #cdcccc;
    background: #fff;
    overflow: auto;
    height: 160px;
    z-index: 2;
    left: 0;
    display: none;
}

.duibi-cxnr p {
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    padding: 0 10px;
    text-align: left;
    box-sizing: border-box;
    white-space: nowrap;

}

.duibi-cxnr p:hover {
    background: #f6f3f3;
    color: #67a9fb;
}

.duibi-nr {
    display: table;
    border: 1px solid #cdcccc;
    border-right: none;
}

.duibi-nr &gt; div {
    display: table-cell;
    width: 205px;
    border-right: 1px solid #cdcccc;
    /*border-bottom: 1px solid #cdcccc;*/
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    padding: 20px;
    background: #fff;
    word-wrap: break-word;
    word-break: break-all;
}

.duibi-nr &gt; div:nth-of-type(1) {
    width: 170px;
    background: #fff;
    color: #67a9fb;
}

.duibi-nr &gt; div:nth-of-type(2n) {
    background: #f4f4f4;
}

.duibi-bgxx a {
    display: inline-block;
    width: 19px;
    height: 23px;
    background: url("../img/wenjian.png") no-repeat;
    vertical-align: middle;
    margin-left: 10px;
}

.duibi-ryxx p {
    padding-left: 20px;
    background: url("../img/landian.png") no-repeat top 6px left;
    text-align: left;
}

.duibi-dz {
    margin-top: 10px;
}

.duibi-nr &gt; .duibi-jjxx {
    padding: 0;
    position: relative;
}


.duibi-nr &gt; .duibi-jjxx &gt; div {
    padding: 10px;
    box-sizing: border-box;
    padding-bottom: 35px;
    display: block;
    text-align: left;
    height: 350px;
    min-height: 350px;
    position: relative;
}

.duibi-nr &gt; .duibi-jjxx &gt; div &gt; div.duibi-jjnr {
    height: 100%;
    overflow: hidden;
}

.duibi-nr &gt; .duibi-jjxx &gt; div &gt; div.duibi-zhan {
    width: 51px;
    height: 35px;
    background: url("../img/zhankai.png") no-repeat center;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    right: 0;
    margin: auto;
}


.zyl-dbmc {
    position: relative;
}

.zyl-cxnr {
    position: absolute;
    width: 200px;
    top: 23px;
    border: 1px solid #cdcccc;
    background: #fff;
    overflow: auto;
    height: 160px;
    z-index: 2;
    left: 0;
    display: none;
}

.zyl-cxnr p {
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    padding: 0 10px;
    text-align: left;
    box-sizing: border-box;
    white-space: nowrap;
}

.zyl-cxnr p:hover {
    background: #f6f3f3;
    color: #67a9fb;
}


.zhuanye-content &gt; div &gt; p {
    margin-top: 30px;
    font-size: 13px;
    color: #8a8a8a;
}

.zhuanye-rmyly {
    padding: 20px 0;
}

.zhuanye-rmyly:after {
    content: "";
    display: block;
    clear: both;
}

.zhuanye-rmyly li {
    float: left;
    width: 406px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    /* background: url("../img/tuijian.png")no-repeat left center; */
    /* padding-left:34px  ;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 15px;
    border-bottom: 1px dashed #ccc;
}

.zhuanye-rmyly li:nth-of-type(2n) {
    margin-left: 105px;
}

.zhuanye-rmyly li a {
    color: #696969;
}

.zhuanye-content &gt; div:nth-of-type(1) {
    height: 125px;
    border-bottom: 1px solid #dcdcdc;
}

.zhuanye-xiugai {
    padding-top: 22px;
}

.zhuanye-xiugai:after {
    content: "";
    display: block;
    clear: both;
}

.zhuanye-xgz {
    width: 76px;
    float: left;
}

.zhuanye-xgy {
    float: left;
}

.zhuanye-xgz &gt; div {
    width: 76px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    box-sizing: border-box;
    color: #4e9bfa;
    border: 1px solid #4e9bfa;
    border-radius: 3px;
    margin-top: 43px;
    cursor: pointer;
}

.zhuanye-xgz &gt; div:nth-of-type(1) {
    margin: 0;
}

.zhuanye-xgz &gt; div.zhuanye-xxxuan {
    background: #4e9bfa;
    color: #fff;
}

.zhuanye-jicuo {
    width: 432px;
    height: 176px;
    background: url("../img/wzbg.png") no-repeat;
    margin-left: 10px;
    padding: 6px 15px;
    padding-left: 37px;
    box-sizing: border-box;
    display: none;
}

.zhuanye-nrfl:after {
    content: "";
    display: block;
    clear: both;
}

.zhuanye-nrfl {
    margin-top: 8px;
}

.zhuanye-nrfl li {
    float: left;
    margin-left: 20px;
}

.zhuanye-nrfl li div {
    width: 60px;
    height: 25px;
    box-sizing: border-box;
    text-align: center;
    line-height: 23px;
    border: 1px solid #808080;
    color: #808080;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
}

.zhuanye-nrfl li input {
    display: none;
}

.zhuanye-nrfl li input:checked + div {
    border: 1px solid #4e9bfa;
    color: #4e9bfa;
}

.zhuanye-nrfl li:first-child {
    margin: 0;
}

.zhuanye-zcnr input {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 10px;
}

.zhuanye-zctj {
    margin-top: 10px;
    text-align: center;
}

.zhuanye-zctj &gt; p {
    display: inline-block;
    width: 67px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #4e9bfa;
    background: #4e9bfa;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.zhuanye-wenzi {
    width: 432px;
    height: 176px;
    background: url("../img/jiucuo.png") no-repeat;
    margin-left: 10px;
    padding: 20px 0px;
    padding-left: 47px;
    box-sizing: border-box;
    display: none;
}

.zhuanye-wenzi ul {
    width: 340px;
    height: 140px;
    overflow: auto;
}

.zhuanye-wenzi ul li {
    margin-top: 15px;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    padding-left: 13px;
}

.zhuanye-wenzi ul li:first-child {
    margin: 0;
}

.zhuanye-wenzi ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #8a8a8a;
    font-size: 0;
}

.zhuanye-wenzi ul li a span {
    display: inline-block;
    vertical-align: middle;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.zhuanye-wenzi ul li a img {
    margin-left: 10px;
    vertical-align: middle;
}

.zhuanye-wenzi ul li:hover {
    background: url("../img/landian.png") no-repeat left center;
}

.zhuanye-wenzi ul li a:hover {
    color: #4e9bfa;
}

.zhuanye-rongyu {
    width: 432px;
    height: 176px;
    background: url("../img/shry.png") no-repeat;
    margin-left: 10px;
    padding: 20px 0px;
    padding-left: 47px;
    box-sizing: border-box;
    display: none;
}

.zhuanye-rongyu ul {
    width: 340px;
    height: 140px;
    overflow: auto;
}

.zhuanye-rongyu ul li {
    margin-top: 15px;
    font-size: 13px;
    /* height:13px;
    line-height:13px; */
    padding-left: 13px;
    padding-right: 30px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    color: #4e9bfa;
    background: url("../img/landian.png") no-repeat left top 5px;
}

.zhuanye-rongyu ul li:first-child {
    margin: 0;
}


.wzdt-wk {
    /*  width: 1200px; */
    background: #fff;
    padding: 35px 93px;
    padding-bottom: 75px;
}

.wzdt-wk &gt; li {
    padding: 17px 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
}

.wzdt-wk &gt; li &gt; div.wzdt-zdh {
    height: 16px;
    line-height: 16px;
}

.wzdt-wk &gt; li &gt; div.wzdt-zdh &gt; a {
    color: #67a9fb;
}

.wzdt-wk &gt; li &gt; div.wzdt-dh {
    height: 13px;
    line-height: 13px;
    margin-top: 20px;
}

.wzdt-wk &gt; li &gt; div.wzdt-dh &gt; a {
    font-size: 13px;
    color: #7f7f7f;
    margin-right: 50px;
}

.index-xctp {
    width: 100%;
    min-width: 1200px;
    margin-bottom: 45px;
}

.index-xctp img {
    display: block;
    width: 100%;
}

.lxkf {
    position: fixed;
    display: block;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url("../img/lxkf.png") no-repeat center/cover;
}


.jianzhan-dbtp {
    width: 100%;
    min-width: 1200px;
}

.jianzhan-dbtp img {
    display: block;
    width: 100%;
}

.jianzhan-fgx {
    width: 100%;
    min-width: 1200px;
    height: 13px;
    background: url("../img/jzfg.png") no-repeat top center;
    margin-top: 27px;
}

.jianzhan-wsmjz {
    width: 1200px;
    box-sizing: border-box;
    background: #fff;
    padding: 23px 55px;
    margin: auto;
}

.jianzhan-bt {
    font-size: 24px;
    color: #5f5f5f;
    text-align: center;
}

.jianzhan-bt span, .jianzhan-js span {
    color: #67a9fb;
}

.jianzhan-js {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 32px;
}

.jianzhan-tp1 img {
    display: block;
    margin: auto;
    margin-top: 10px;
}

.jianzhan-nzsm {
    width: 100%;
    min-width: 1200px;
    height: 372px;
    background: url("../img/jianzhan.png") no-repeat top center;
    margin-top: 50px;
}

.jianzhan-nengzuo {
    width: 850px;
    margin: auto;
    padding-top: 183px;
}

.jianzhan-nengzuo:after {
    content: "";
    display: block;
    clear: both;
}

.jianzhan-nengzuo &gt; li {
    float: left;
    margin-left: 136px;
}

.jianzhan-nengzuo &gt; li:first-child {
    margin: 0;
}

.jianzhan-nengzuo &gt; li &gt; div {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #fff;
    margin: auto;
}

.jianzhan-nengzuo &gt; li &gt; p {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    margin-top: 15px;
    color: #fff;
    text-align: center;
}

.jianzhan-nengzuo &gt; li.jianzhan-xuan &gt; p {
    color: #ffe221;
}

.jianzhan-nengzuo &gt; li.jianzhan-xuan &gt; div {
    background-color: #ffe221;
}

.jianzhan-xz1 {
    background-image: url("../img/jianzhan1.png");
    background-position: center;
    background-repeat: no-repeat;
}

.jianzhan-xz2 {
    background-image: url("../img/jianzhan2.png");
    background-position: center;
    background-repeat: no-repeat;
}

.jianzhan-xz3 {
    background-image: url("../img/jianzhan3.png");
    background-position: center;
    background-repeat: no-repeat;
}

.jianzhan-xz4 {
    background-image: url("../img/jianzhan4.png");
    background-position: center;
    background-repeat: no-repeat;
}

.jianzhan-nzjs {
    padding: 20px 50px;
    width: 1200px;
    box-sizing: border-box;
    margin: auto;
    background: #fff;
    display: none;
}

.jianzhan-nzjsbt {
    color: #67a9fb;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
}

.jianzhan-nzjsnr {
    color: #5f5f5f;
    font-size: 16px;
    line-height: 32px;
    margin-top: 10px;
}

.jianzhan-wsmxz {
    width: 100%;
    min-width: 1200px;
    height: 205px;
    margin-top: 50px;
    background: url("../img/wsmxz.png") no-repeat center, #fff;
}


.zyl-sousuo {
    margin-left: 100px;
    margin-bottom: 30px;
    font-size: 0;
}

.zyl-sousuo:after {
    content: "";
    display: block;
    clear: both;
}

.zyl-sousuo input, .zyl-sousuo select {
    vertical-align: middle;
}

.zyl-ssxz {
    width: 165px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #67a9fb;
    font-size: 16px;
    border-right: 0;
    text-align: center;
    box-sizing: border-box;
    color: #808080;
    margin-top: 1px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
}

.zyl-sou {
    width: 440px;
    height: 50px;
    border: 1px solid #67a9fb;
    font-size: 16px;
    text-indent: 30px;
    box-sizing: border-box;
    outline: none;
}

.zyl-sou::-webkit-input-placeholder {
    color: #808080;
}

.zyl-chaNew {
    width: 110px;
    height: 50px;
    border: none;
    outline: none;
    margin-left: 5px;
    background: #67a9fb;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.zyl-page {
    padding: 30px 0;
}

.zyl-page &gt; p {
    height: 13px;
    line-height: 13px;
    font-size: 13px;
}

.zyl-page &gt; p:nth-of-type(2) {
    margin-top: 20px;
}

.zyl-page &gt; p &gt; a {
    color: #7c7c7c;
}

.newsnr-zuo {
    padding-bottom: 0;
}


/*çƒ­é—¨åŸŽå¸‚å…»è€é™¢*/
.index-rmcs {
    width: 1200px;
    background: #fff;
    padding: 20px 10px;
    margin: auto;
    margin-top: 50px;
}

.index-rmcsnr:after {
    content: "";
    display: block;
    clear: both;
}

.index-rmcsnr &gt; li {
    width: 120px;
    border-left: 1px solid #b0b0b0;
    font-size: 13px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-top: 15px;
    padding: 0 9px;
}

.index-rmcsnr &gt; li:nth-of-type(10n+1) {
    border-left: none;
}

.index-rmcsnr &gt; li a {
    color: #4b4b4b;
}

.index-rmcsnr &gt; li a:hover {
    color: #67a9fb;
}


/*ç•™ä¸‹ä¿¡æ¯*/

.index-lxxx {
    position: fixed;
    bottom: -434px;
    right: 50%;
    transition: 1s;
    z-index: 9;
    display: none;
}

#index-lxxx-dk {
    bottom: 50%;
    transform: translateX(50%) translateY(50%);
}

#index-lxxx-dk .index-lxbt {
    cursor: default;
}

.index-lxbt {
    position: relative;
    width: 360px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #67a9fb;
    cursor: pointer;
}

.index-lxan {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 17px;
    height: 15px;
    background: url("../img/jt-shang.png") no-repeat center;
}

#index-lxxx-dk .index-lxan {
    background: url("../img/jt-guan.png") no-repeat center;
    cursor: pointer;
}

.index-lxnr {
    border: 1px solid #dfdfdf;
    padding: 20px;
    background: #fff;
    color: #8c8c8c;
}

.index-lxnr li input {
    width: 234px;
    height: 40px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 10px;
    box-sizing: border-box;
}

.index-lxnr li {
    margin-top: 20px;
}

.index-lxnr li:first-child {
    margin-top: 0;
}

.index-lxnr li textarea {
    width: 230px;
    height: 85px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 12px;
    box-sizing: border-box;
    vertical-align: top;
    resize: none;
    font-size: 12px;
}

.index-lxtj {
    width: 250px;
    height: 47px;
    line-height: 47px;
    margin: auto;
    background: #67a9fb;
    color: #fff;
    font-size: 27px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.index-wxgzh {
    float: left;
    margin-left: 37px;
    width: 167px;
    height: 151px;
    /*background: url("../img/wxgzh.png") no-repeat center/cover;*/
}

.dibu {
    position: relative;
    width: 1200px;
    margin: auto;
}

.dibu-lj {

    padding: 10px 0;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
    margin-left: 60px;
}

/*ç™»å½•å¼¹çª—*/
.ylycp-tc {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translateX(50%) translateY(50%);
    -webkit-transform: translateX(50%) translateY(50%);
    background: #fff;
    border-radius: 20px;
    padding-bottom: 40px;
    display: none;
}

.ylycp-cwts {
    margin-bottom: 20px;
    color: #fd0606;
    text-align: center;
    font-size: 16px;
}

.ylycp-tcbt {
    position: relative;
    width: 610px;
    height: 60px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
}

.ylycp-tcbt &gt; div {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    bottom: -10px;
    display: inline-block;
    font-size: 20px;
    padding: 0 12px;
    background: #fff;
    color: #8c8c8c;
}

.ylycp-tclb {
    margin-top: 45px;
    padding-right: 100px;
    font-size: 16px;
    color: #8c8c8c;
}

.ylycp-tclb li:after {
    content: "";
    display: block;
    clear: both;
}

.ylycp-tclb li &gt; div {
    float: right;
    margin-bottom: 30px;
}

.ylycp-tclb li input {
    width: 315px;
    height: 45px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 13px;
}

.ylycp-tclb li input::placeholder {
    color: #c5c5c5;
}

.ylycp-tclb li input::-webkit-input-placeholder {
    color: #c5c5c5;
}

.ylycp-tcan {
    width: 315px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: auto;
    font-size: 20px;
    background: #4e9bfa;
    color: #fff;
    border-radius: 5px;
}

.ylycp-tctz {
    position: relative;
    text-align: center;
    height: 16px;
    line-height: 16px;
    color: #9b9b9b;
    font-size: 16px;
    margin-top: 25px;
}

.ylycp-tctz a {
    color: #4e9bfa;
}

.ylycp-tctz a.ylycp-wang {
    position: absolute;
    right: 30px;
    font-size: 13px;
    color: #9b9b9b;
}

.ylycp-tcg {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    background: url("../img/tc-guan.png") no-repeat center/cover;
    cursor: pointer;
}

.ylycp-djfs {
    display: inline-block;
    width: 115px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    background: #4e9bfa;
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
    cursor: pointer;
}

.ylycp-kthy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 545px;
    height: 328px;
    background: #fff;
    border-radius: 10px;
    color: #1d1d1d;
    font-size: 20px;
    padding-top: 40px;
    box-sizing: border-box;
    display: none;
}

.ylycp-ktnr {
    margin-bottom: 30px;
    text-align: center;
}

.ylycp-ktnr span {
    color: #4e9bfa;
}

.ylycp-ktnr span.ktfy {
    font-size: 36px;
}

.ylycp-ljkt {
    display: block;
    width: 175px;
    height: 50px;
    line-height: 50px;
    background: #4e9bfa;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    margin: auto;
}

.ylycp-sxts {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 430px;
    height: 180px;
    background: #fff;
    border-radius: 10px;
    color: #1d1d1d;
    font-size: 20px;
    padding-top: 50px;
    box-sizing: border-box;
    display: none;
}

.ylycp-sxnr {
    text-align: center;
    margin-bottom: 20px;
}

/*å……å€¼é¡µé¢*/
.czym-dbbt {
    font-size: 20px;
    color: #5c5c5c;
    padding-left: 40px;
    float: left;
}

.czym-dlzh {
    float: right;
    color: #5c5c5c;
    font-size: 16px;
}

.czym-nrwk {
    width: 1200px;
    margin: auto;
    margin-top: 35px;
    border: 1px solid #d9d9d9;
    padding-bottom: 40px;
}

.czym-zfbt {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: #5c5c5c;
    position: relative;
}

.czym-zfbt p {
    position: absolute;
    left: 20px;
    font-size: 16px;
}

.czym-zfbt span {
    color: #67a9fb;
}

.czym-czfs {
    text-align: center;
    margin-top: 20px;
}

.czym-czfs li {
    display: inline-block;
    width: 175px;
    margin-left: 175px;
}

.czym-czfs li:first-child {
    margin-left: 0;
}

.czym-wxzf {
    height: 175px;
    border: 1px solid #00b700;
    background: url("../img/bg-wxtb.png") no-repeat center;
}

.czym-zfbzf {
    height: 175px;
    border: 1px solid #009fe8;
    background: url("../img/bg-zfbtb.png") no-repeat center;
}

.czym-wxzf-an {
    height: 36px;
    background: url("../img/btn-wxzf.png") no-repeat center/cover;
    margin-top: 15px;

}

.czym-zfb-an {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #00a9f2;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}

/*ç™»å½•å¼¹çª—*/
.ylycp-tc {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translateX(50%) translateY(50%);
    -webkit-transform: translateX(50%) translateY(50%);
    background: #fff;
    border-radius: 20px;
    padding-bottom: 40px;
    display: none;
}

.ylycp-cwts {
    margin-bottom: 20px;
    color: #fd0606;
    text-align: center;
    font-size: 16px;
}

.ylycp-tcbt {
    position: relative;
    width: 610px;
    height: 60px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
}

.ylycp-tcbt &gt; div {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    bottom: -10px;
    display: inline-block;
    font-size: 20px;
    padding: 0 12px;
    background: #fff;
    color: #8c8c8c;
}

.ylycp-tclb {
    margin-top: 45px;
    padding-right: 100px;
    font-size: 16px;
    color: #8c8c8c;
}

.ylycp-tclb li:after {
    content: "";
    display: block;
    clear: both;
}

.ylycp-tclb li &gt; div {
    float: right;
    margin-bottom: 30px;
}

.ylycp-tclb li input {
    width: 315px;
    height: 45px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 13px;
}

.ylycp-tclb li input::placeholder {
    color: #c5c5c5;
}

.ylycp-tclb li input::-webkit-input-placeholder {
    color: #c5c5c5;
}

.ylycp-tcan {
    width: 315px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: auto;
    font-size: 20px;
    background: #4e9bfa;
    color: #fff;
    border-radius: 5px;
}

.ylycp-tctz {
    position: relative;
    text-align: center;
    height: 16px;
    line-height: 16px;
    color: #9b9b9b;
    font-size: 16px;
    margin-top: 25px;
}

.ylycp-tctz a {
    color: #4e9bfa;
}

.ylycp-tctz a.ylycp-wang {
    position: absolute;
    right: 30px;
    font-size: 13px;
    color: #9b9b9b;
}

.ylycp-tcg {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    background: url("../img/tc-guan.png") no-repeat center/cover;
    cursor: pointer;
}

.ylycp-djfs {
    display: inline-block;
    width: 115px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    background: #4e9bfa;
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
    cursor: pointer;
}

.ylycp-kthy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 545px;
    height: 328px;
    background: #fff;
    border-radius: 10px;
    color: #1d1d1d;
    font-size: 20px;
    padding-top: 40px;
    box-sizing: border-box;
    display: none;
}

.ylycp-ktnr {
    margin-bottom: 30px;
    text-align: center;
}

.ylycp-ktnr span {
    color: #4e9bfa;
}

.ylycp-ktnr span.ktfy {
    font-size: 36px;
}

.ylycp-ljkt {
    display: block;
    width: 175px;
    height: 50px;
    line-height: 50px;
    background: #4e9bfa;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    margin: auto;
}

.ylycp-sxts {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 430px;
    height: 180px;
    background: #fff;
    border-radius: 10px;
    color: #1d1d1d;
    font-size: 20px;
    padding-top: 50px;
    box-sizing: border-box;
    display: none;
}

.ylycp-sxnr {
    text-align: center;
    margin-bottom: 20px;
}

/*å……å€¼é¡µé¢*/
.czym-dbbt {
    font-size: 20px;
    color: #5c5c5c;
    padding-left: 40px;
    float: left;
}

.czym-dlzh {
    float: right;
    color: #5c5c5c;
    font-size: 16px;
}

.czym-nrwk {
    width: 1200px;
    margin: auto;
    margin-top: 35px;
    border: 1px solid #d9d9d9;
    padding-bottom: 40px;
}

.czym-zfbt {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: #5c5c5c;
    position: relative;
}

.czym-zfbt p {
    position: absolute;
    left: 20px;
    font-size: 16px;
}

.czym-zfbt span {
    color: #67a9fb;
}

.czym-czfs {
    text-align: center;
    margin-top: 20px;
}

.czym-czfs li {
    display: inline-block;
    width: 175px;
    margin-left: 175px;
}

.czym-czfs li:first-child {
    margin-left: 0;
}

.czym-wxzf {
    height: 175px;
    border: 1px solid #00b700;
}

.czym-zfbzf {
    height: 175px;
    border: 1px solid #009fe8;
    background: url("../img/bg-zfbtb.png") no-repeat center;
}

.czym-wxzf-an {
    height: 36px;
    background: url("../img/btn-wxzf.png") no-repeat center/cover;
    margin-top: 15px;

}

.czym-zfb-an {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #00a9f2;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}

/*ç™»å½•å¼¹çª—*/
.ylycp-tc {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translateX(50%) translateY(50%);
    -webkit-transform: translateX(50%) translateY(50%);
    background: #fff;
    border-radius: 20px;
    padding-bottom: 40px;
    display: none;
}

.ylycp-cwts {
    margin-bottom: 20px;
    color: #fd0606;
    text-align: center;
    font-size: 16px;
}

.ylycp-tcbt {
    position: relative;
    width: 610px;
    height: 60px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
}

.ylycp-tcbt &gt; div {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    bottom: -10px;
    display: inline-block;
    font-size: 20px;
    padding: 0 12px;
    background: #fff;
    color: #8c8c8c;
}

.ylycp-tclb {
    margin-top: 45px;
    padding-right: 100px;
    font-size: 16px;
    color: #8c8c8c;
}

.ylycp-tclb li:after {
    content: "";
    display: block;
    clear: both;
}

.ylycp-tclb li &gt; div {
    float: right;
    margin-bottom: 30px;
}

.ylycp-tclb li input {
    width: 315px;
    height: 45px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 13px;
}

.ylycp-tclb li input::placeholder {
    color: #c5c5c5;
}

.ylycp-tclb li input::-webkit-input-placeholder {
    color: #c5c5c5;
}

.ylycp-tcan {
    width: 315px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: auto;
    font-size: 20px;
    background: #4e9bfa;
    color: #fff;
    border-radius: 5px;
}

.ylycp-tctz {
    position: relative;
    text-align: center;
    height: 16px;
    line-height: 16px;
    color: #9b9b9b;
    font-size: 16px;
    margin-top: 25px;
}

.ylycp-tctz a {
    color: #4e9bfa;
}

.ylycp-tctz a.ylycp-wang {
    position: absolute;
    right: 30px;
    font-size: 13px;
    color: #9b9b9b;
}

.ylycp-tcg {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    background: url("../img/tc-guan.png") no-repeat center/cover;
    cursor: pointer;
}

.ylycp-djfs {
    display: inline-block;
    width: 115px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    background: #4e9bfa;
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
    cursor: pointer;
}

.ylycp-kthy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 545px;
    height: 328px;
    background: #fff;
    border-radius: 10px;
    color: #1d1d1d;
    font-size: 20px;
    padding-top: 40px;
    box-sizing: border-box;
    display: none;
}

.ylycp-ktnr {
    margin-bottom: 30px;
    text-align: center;
}

.ylycp-ktnr span {
    color: #4e9bfa;
}

.ylycp-ktnr span.ktfy {
    font-size: 36px;
}

.ylycp-ljkt {
    display: block;
    width: 175px;
    height: 50px;
    line-height: 50px;
    background: #4e9bfa;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    margin: auto;
}

.ylycp-sxts {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 430px;
    height: 180px;
    background: #fff;
    border-radius: 10px;
    color: #1d1d1d;
    font-size: 20px;
    padding-top: 50px;
    box-sizing: border-box;
    display: none;
}

.ylycp-sxnr {
    text-align: center;
    margin-bottom: 20px;
}

/*å……å€¼é¡µé¢*/
.czym-dbbt {
    font-size: 20px;
    color: #5c5c5c;
    padding-left: 40px;
    float: left;
}

.czym-dlzh {
    float: right;
    color: #5c5c5c;
    font-size: 16px;
}

.czym-nrwk {
    width: 1200px;
    margin: auto;
    margin-top: 35px;
    border: 1px solid #d9d9d9;
    padding-bottom: 40px;
}

.czym-zfbt {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: #5c5c5c;
    position: relative;
}

.czym-zfbt p {
    position: absolute;
    left: 20px;
    font-size: 16px;
}

.czym-zfbt span {
    color: #67a9fb;
}

.czym-czfs {
    text-align: center;
    margin-top: 20px;
}

.czym-czfs li {
    display: inline-block;
    width: 175px;
    margin-left: 175px;
}

.czym-czfs li:first-child {
    margin-left: 0;
}

.czym-wxzf {
    height: 175px;
    border: 1px solid #00b700;
}

.czym-zfbzf {
    height: 175px;
    border: 1px solid #009fe8;
    background: url("../img/bg-zfbtb.png") no-repeat center;
}

.czym-wxzf-an {
    height: 36px;
    background: url("../img/btn-wxzf.png") no-repeat center/cover;
    margin-top: 15px;

}

.czym-zfb-an {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #00a9f2;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}


.czym-wxzf {
    height: 175px;
    border: 1px solid #00b700;
    background: url("../img/bg-wxtb.png") no-repeat center;
}

.czym-zfb-an, .czym-wxzf-an {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #00a9f2;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}

.czym-czfs li .czym-wxzf-an {
    background: #3baf36;
    cursor: pointer;
}

.czym-tc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 330px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.czym-tc-bt {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #838383;
    text-indent: 20px;
    background: #f2f2f2;
}

.czym-ewm {
    width: 224px;
    height: 224px;
    border: 1px solid #bfbfbf;
    margin: auto;
    margin-top: 27px;
}

.czym-ewm img {
    display: block;
    width: 100%;
    height: 100%;
}

.czym-guan {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("../img/btn-guan.png") no-repeat center/cover;
}

.ylycp-zuo .addtype {
    background: #fff;
    padding: 20px 0;
    width: 900px;
    margin-top: 20px;
}

.ylycp-zuo .addtype span {
    padding-left: 35px;
    font-size: 18px;
}

.ylycp-zuo .addtype a {
    padding-left: 25px;
    font-size: 18px;
    color: #292929;
}

.ylycp-zuo .addtype a.xuan {
    font-size: 18px;
    color: #67a9fb;
}

.ylycp-zuo .addtype a:hover {
    font-size: 18px;
    color: #67a9fb;
}

.newsnr-zuo div.newsnr-xwwk {
    background: #fff;
    padding: 50px 90px;
}

.newsnr-wztj {

    padding: 20px 50px;
    font-size: 16px;
    color: #696969;
    margin-top: 20px;
    background: #fff;
}

.newsnr-wztj:after {
    content: "";
    display: block;
    clear: both;
}

.newsnr-wztj &gt; div {
    float: left;
}

.newsnr-wztj &gt; div:nth-of-type(1) {
    width: 90px;
}

.newsnr-wztj &gt; div:nth-of-type(2) {
    width: 640px;
}


.newsnr-wztj &gt; div:nth-of-type(2) &gt; p {
    float: left;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 35px;
    margin-bottom: 10px;
}

.newsnr-wztj &gt; div:nth-of-type(2) &gt; p a {
    color: #747474;
}

.newsnr-wztj &gt; div:nth-of-type(2) &gt; p:nth-of-type(3n+1) {
    margin-left: 0;
}

.zhuanye-fjrm {
    padding: 20px 0;
    font-size: 16px;
    color: #696969;
    border-top: 1px solid #dbdbdb;
    margin-top: 20px;
}

.zhuanye-fjrm:after {
    content: "";
    display: block;
    clear: both;
}

.zhuanye-fjrm &gt; div {
    float: left;
}

.zhuanye-fjrm &gt; div:nth-of-type(1) {
    width: 135px;
}

.zhuanye-fjrm &gt; div:nth-of-type(2) {
    width: 885px;
}


.zhuanye-fjrm &gt; div:nth-of-type(2) &gt; p {
    float: left;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 70px;
    margin-bottom: 10px;
}

.zhuanye-fjrm &gt; div:nth-of-type(2) &gt; p a {
    color: #747474;
}

.zhuanye-fjrm &gt; div:nth-of-type(2) &gt; p:nth-of-type(3n+1) {
    margin-left: 0;
}

.zyl-dibu {
    width: 1200px;
    margin: auto;
    margin-top: 35px;
    box-sizing: border-box;
    padding: 0 20px;
    background: #fff;
}

.zyl-di-list li {
    font-size: 16px;
    color: #747474;
    border-top: 1px solid #dbdbdb;
    padding: 15px 0;
}

.zyl-di-list li:first-child {
    border: none;
}

.zyl-di-list li:after {
    content: "";
    display: block;
    clear: both;
}

.zyl-di-list li &gt; div {
    float: left;
}

.zyl-di-list li &gt; div:nth-of-type(1) {
    width: 140px;
}

.zyl-di-list li &gt; div:nth-of-type(2) {
    width: 1020px;
}

.zyl-di-list li &gt; div:nth-of-type(2):after {
    content: "";
    display: block;
    clear: both;
}

.zyl-rmdq &gt; div:nth-of-type(2) &gt; p {
    float: left;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 40px;
    margin-bottom: 10px;
}

.zyl-rmdq &gt; div:nth-of-type(2) &gt; p a {
    color: #747474;
}

.zyl-rmdq &gt; div:nth-of-type(2) &gt; p:nth-of-type(7n+1) {
    margin-left: 0;
}


.zyl-wztj &gt; div:nth-of-type(2) &gt; p {
    float: left;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 35px;
    margin-bottom: 10px;
}

.zyl-wztj &gt; div:nth-of-type(2) &gt; p a {
    color: #747474;
}

.zyl-wztj &gt; div:nth-of-type(2) &gt; p:nth-of-type(4n+1) {
    margin-left: 0;
}


.about-xxk p:nth-of-type(1) {
    border-left: none;
}

.dibu:after {
    content: "";
    display: block;
    clear: both;
}

.index-dibuy {
    float: left;
    width: 720px;
}

.changtan-nrwk div ul li.changtan-ding {
    background: url("../img/bg-changtan-ding.png") no-repeat left center;
}

.about-gsgg li.about-ding {
    background: url(../img/bg-changtan-ding.png) no-repeat left center;
}

.about-gsgg li.about-ding:hover {
    background: url(../img/bg-changtan-ding.png) no-repeat left center;
}


.zcdl-index {
    text-align: right;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 1200px;
    margin: auto;
}

.zcdl-index a {
    color: #4e9bfa;
    margin-left: 30px;
}

.zcdl-index a:nth-of-type(1) {
    display: inline-block;
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #4e9bfa;
}


.czdl-dh-you {
    float: right;
    height: 100%;
    font-size: 16px;
    color: #747474;
}

.czdl-dh-you a {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #4e9bfa;
    margin-left: 20px;
    vertical-align: middle;
}

.zcdl-wk {
    width: 990px;
    padding: 50px;
    margin: auto;
    padding-left: 220px;
    box-sizing: border-box;
    margin-top: 45px;
    box-shadow: 0 0 10px #e0e0e0;
    background: url("../img/bg-zcdl-jiao.png") no-repeat top left, #fff;
}

.zcdl-list li {
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
}

.zcdl-list li:after {
    content: "";
    display: block;
    clear: both;
}

.zcdl-list li &gt; div {
    float: left;
    height: 100%;
}

.zcdl-list li &gt; div:nth-of-type(1) {
    width: 135px;
    text-align: right;
    color: #8c8c8c;
    font-size: 20px;
}

.zcdl-list li &gt; div:nth-of-type(2) {
    width: 420px;
}

.zcdl-list li &gt; div:nth-of-type(2) input {
    width: 420px;
    height: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 16px;
    outline: none;
    border-radius: 10px;
}

.zcdl-list li.zcdl-yzm &gt; div:nth-of-type(2) input {
    width: 260px;
}

.zcdl-fs-yzm {
    float: right;
    width: 155px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #4e9bfa;
    border-radius: 10px;
    cursor: pointer;
}

.zcdl-list li &gt; div:nth-of-type(2) input::placeholder, .zcdl-list li &gt; div:nth-of-type(2) input::-webkit-input-placeholder {
    color: #c5c5c5;
}

.dlym-cz {
    width: 420px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #8c8c8c;
    margin-left: 135px;
}

.dlym-cz a {
    float: right;
    color: #8c8c8c;
}

.dlym-cz:after {
    content: "";
    display: block;
    clear: both;
}

.dlym-cz label {
    cursor: pointer;
}

.dlym-cz input {
    display: none;
}

.dlym-fxan {
    display: inline-block;
    width: 23px;
    height: 22px;
    background: url("../img/btn-fx-wx.png") no-repeat center/cover;
    margin-right: 10px;
    vertical-align: middle;
}

.dlym-cz input:checked + .dlym-fxan {
    background: url("../img/btn-fx-x.png") no-repeat center/cover;
}

.zcdl-ts {
    width: 555px;
    text-align: center;
    font-size: 16px;
    color: #fd0606;
}

.zcdl-submit {
    width: 420px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    background: #4e9bfa;
    border-radius: 10px;
    margin-top: 30px;
    margin-left: 80px;
    cursor: pointer;
}


/*åŸŽå¸‚é€‰æ‹©*/
.csxz-wk {
    width: 1200px;
    margin: auto;
    border: 1px solid #d7d7d7;
    padding-bottom: 50px;
    padding-top: 30px;
    margin-top: 30px;
}

.csxz-xxwk {
    position: relative;
    width: 1140px;
    height: 60px;
    margin: auto;
    border-bottom: 1px solid #d7d7d7;
    background: #f5f4f4;
}

.csxz-xxk {
    position: absolute;
    bottom: -1px;
    left: 30px;
}

.csxz-xxk &gt; p {
    float: left;
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}

.csxz-xxk &gt; p.csxz-xxkx {
    border: 1px solid #d7d7d7;
    background: #fff;
    border-bottom: none;
}

.csxz-xxk &gt; p:nth-of-type(1) {
    width: 155px;
}

.csxz-xxnr {
    display: none;
    margin-top: 30px;
}

.csxz-sfxz {
    padding: 15px 30px;
    padding-bottom: 10px;
    font-size: 14px;
}

.csxz-sfxz:after {
    content: "";
    display: block;
    clear: both;
}

.csxz-sfxz:hover {
    background: #f5f4f4;
}

.csxz-sfz {
    width: 90px;
    float: left;
    color: #4e9bfa;
}

.csxz-sfy {
    width: 1050px;
    float: left;
}

.csxz-sfy p {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.csxz-sfy p a {
    color: #333;
}

.csxz-sfy:after {
    content: "";
    display: block;
    clear: both;
}

.csxz-sfyc {
    display: none;
}

.csxz-gdcs {
    color: #4e9bfa;
    cursor: pointer;
}


.csxz-zmxz {
    padding: 15px 30px;
    padding-left: 60px;
    padding-bottom: 10px;
    font-size: 14px;
}

.csxz-zmxz:after {
    content: "";
    display: block;
    clear: both;
}

.csxz-zmxz:hover {
    background: #f5f4f4;
}

.csxz-zmz {
    width: 60px;
    float: left;
    color: #333;
}

.csxz-zmy {
    width: 1050px;
    float: left;
}

.csxz-zmy p {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.csxz-zmy p a {
    color: #333;
}

.csxz-zmy:after {
    content: "";
    display: block;
    clear: both;
}

.csxz-sfyc {
    display: none;
}

.csxz-gdcs {
    color: #4e9bfa;
    cursor: pointer;
}

header .nav li.nav-sfxz {
    position: relative;
    padding-left: 0;
    padding-right: 20px;
    background: url("../img/bg-sfjt.png") no-repeat right center/11px auto;
    cursor: pointer;
    max-width: 3em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-xzwk {
    position: absolute;
    bottom: -185px;
    left: 195px;
    width: 520px;
    height: 185px;
    box-sizing: border-box;
    box-shadow: 0 3px 10px #ccc;
    background: #fff;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 14px;
    z-index: 99;
    display: none;
}

.nav-xzwk a {
    color: #333;
}

.nav-xzwk p {
    float: left;
    width: 75px;
    line-height: 14px;
    margin-bottom: 18px;
}

.nav-xzwk p:nth-of-type(7n+7) {
    width: 2em;
}

.nav-xzwk:after {
    content: "";
    display: block;
    clear: both;
}


/*
å›¢è´­
*/
.tuangou {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 540px;
    height: 401px;
    text-align: center;
    padding-top: 318px;
    box-sizing: border-box;
    display: none;
}

.tuangou-guan {
    position: absolute;
    top: 60px;
    right: 23px;
    margin: auto;
    width: 23px;
    height: 23px;
    background: url("../img/btn-tg-guan.png") no-repeat center/cover;
    cursor: pointer;
}

.tuangou-canjia {
    text-align: center;
    font-size: 27px;
    color: #50b9fd;
}

.tuangoux {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 245px;
    height: 182px;
    cursor: pointer;
    display: none;
}


.qxsz-wk {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(223, 242, 255, .8);
    height: 90;
    z-index: 9;
}

.qxsz-nr {
    width: 1200px;
    height: 100%;
    line-height: 90px;
    margin: auto;
    background: url("../img/bg-sys.png") no-repeat left center;
    padding-left: 595px;
    box-sizing: border-box;
}

.qxsz-nr input {
    width: 225px;
    height: 50px;
    background: #fff;
    font-size: 18px;
    margin-right: 5px;
    padding: 0 10px;
    box-sizing: border-box;
    border: none;
}

.qxsz-nr input.qxsz-tj {
    background: #06f;
    color: #fff;
    width: 130px;
    margin-right: 0;
    cursor: pointer;
}


.zhuanye-ylyxw {
    padding: 20px 0;
    font-size: 16px;
    color: #696969;
    border-top: 1px solid #dbdbdb;
    margin-top: 20px;
}

.zhuanye-ylyxw:after {
    content: "";
    display: block;
    clear: both;
}

.zhuanye-ylyxw &gt; div {
    float: left;
}

.zhuanye-ylyxw &gt; div:nth-of-type(1) {
    width: 100px;
}

.zhuanye-ylyxw &gt; div:nth-of-type(2) {
    width: 900px;
}


.zhuanye-ylyxw &gt; div:nth-of-type(2) &gt; p {
    float: left;
    width: 430px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 40px;
    margin-bottom: 10px;
}

.zhuanye-ylyxw &gt; div:nth-of-type(2) &gt; p a {
    color: #747474;
}

.zhuanye-ylyxw &gt; div:nth-of-type(2) &gt; p:nth-of-type(2n+1) {
    margin-left: 0;
}


.index-zlxxwk {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}

.index-zlbt {
    height: 45px;
    line-height: 45px;
    background: #67a9fb;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.index-zlxx {
    display: flex;
    display: -webkit-flex;
    margin-top: 30px;
    color: #8c8c8c;
    justify-content: center;
}

.index-zlxx &gt; div:nth-of-type(2) {
    margin-left: 110px;
}

.index-zlxx input {
    width: 270px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #cacaca;
    padding: 0 12px;
    box-sizing: border-box;
    outline: none;
}

.index-zlxx textarea {
    width: 710px;
    height: 85px;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #cacaca;
    outline: none;
    resize: none;
    vertical-align: top;
}

.index-zltj {
    width: 250px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #67a9fb;
    font-size: 16px;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
}

/*å…»è€é™¢è¯¦æƒ…æ&nbsp;‡ç­¾*/
.zhuanye-biaoqian {
    display: flex;
    display: -webkit-flex;
    font-size: 12px;
    color: #4e9bfa;
    margin-top: 20px;
    padding: 0 15px;
    flex-wrap: wrap;
}

.zhuanye-biaoqian p {
    border: 1px solid #4e9bfa;
    border-radius: 3px;
    padding: 0 8px;
    margin-right: 10px;
    margin-top: 10px;
}
</pre></body></html>