@font-face {
    font-family: 'ys';
    /* src: url(../css/youshebiaotihei.ttf) format('truetype'); */
    src: url('./font/youshebiao.woff') format('woff'),
        url('./font/youshebiao.ttf') format('truetype'),
        url('./font/youshebiao.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: ysbt;
    src: url(./font/YouSheBiaoTiHei.eot), url(./font/youshebiaotihei.ttf),
        url(./font/YouSheBiaoTiHei.woff);
}

.search .choose-type {
    float: left;
    width: 75px;
    height: 40px;
    text-align: center;
    margin: 0 10px !important;
}

.search .choose-type > span {
    display: block;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}

html {
    color: #000;
    background: #fff;
    position: relative;
    min-height: 100%;
}

*,
:before,
:after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

input::-ms-clear {
    display: none;
}

* {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-size: 100%;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
    cursor: pointer;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

body {
    /* font: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif; */
    color: #333;
    font-family: Source;
    font-size: 14px;
    margin-bottom: 80px;
}

@font-face {
    font-family: Source;
    src: url(../css/SourceHanSansCN-Regular.eot),
        /* url(../css/SourceHanSansCN-Regular.ttf), */ url(../css/SourceHanSansCN-Regular.woff);
}

select,
input,
button,
textarea {
    font-family: inherit;
    font-size: 99%;
    line-height: inherit;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input {
    /*border: none;*/
    outline: none;
    border: 0px;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* 鍏叡鏍峰紡 */
.container {
    width: 1200px;
    margin: 0 auto;
}

.container2 {
    width: 100%;
    height: calc(100vh);
    margin: 0 auto;
}

/* 搴曢儴 */
.footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 80px;
    background: #47596c;
    text-align: center;
    padding-top: 10px;
}

.footer p {
    line-height: 22px;
    color: #c4d0dd;
    font-size: 0;
}

.footer div {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #c4d0dd;
}

.footer span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 16px;
    line-height: 22px;
    width: 400px;
    font-size: 14px;
}

.footer .left-sp {
    text-align: right;
}

.footer .right-sp {
    text-align: left;
}

.footer span + span {
    border-left: 1px solid #798b9d;
}

.footer .l {
    padding-right: 15px;
    height: 28px;
    line-height: 28px;
    border-right: 1px solid #798b9d;
    margin-top: 25px;
}

.footer .r {
    text-align: left;
}

.footer img {
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
}

/* 琛ㄥ崟鏍峰紡 */
input[type='checkbox'] {
    display: none;
}

input[type='checkbox'] + label {
    display: block;
    padding-left: 24px;
    background: url('../images/checkbox.png') no-repeat left 2px;
    cursor: pointer;
}

input[type='checkbox'] + label:hover {
    display: block;
    padding-left: 24px;
    background-image: url('../images/checkbox-hov.png');
}

input[type='checkbox']:checked + label {
    color: #3c91f1;
    background-image: url('../images/checkbox-checked.png');
}

.container {
    width: 1200px;
    margin: 0 auto;
}

body {
    overflow: visible !important;
}

/* 鍒嗛〉 */
.pager {
    text-align: center;
}

/* 澶撮儴鍏叡鏍峰紡 */
.register {
    height: 36px;
    background: #f8f8f8;
}

.register a {
    float: right;
    line-height: 36px;
    font-weight: bold;
    color: #666666;
    position: relative;
}

.register a + a {
    margin-right: 42px;
}

.register a + a:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 10px;
    border-right: 1px solid #c9cdd7;
    height: 16px;
}

.logo {
    position: relative;
    height: 90px;
    background: url(../images/top-bg.png) no-repeat center -35px;
}

.logoimg {
    float: left;
    margin-top: 15px;
    width: 500px;
    height: 63px;
    background: url(../images/project_logo_temp_old.png) no-repeat left top;
}

.logo .search-content {
    float: right;
    margin-top: 25px;
    width: 464px;
}

.logo .search {
    float: none;
    margin: 0 !important;
    width: 100% !important;
    height: 40px !important;
    border: 1px solid #3c91f1;
    border-radius: 20px !important;
    position: relative;
    background: #fff;
    font-size: 14px !important;
}

.logo .search input,
.logo .search button {
    border: none;
}

.logo .search input {
    border-left: 1px solid #e0e0e0;
}
.search-content input[id='inputKey'] {
    margin-top: 0;

    border: none;
    height: 38px;
}
.search .choose-type {
    float: left;
    width: 75px;
    height: 26px;
    text-align: center;
    margin: 10px;
}

.search .choose-type.active {
    background: url(../images/arrow-u.png) no-repeat right 10px center;
}

.search-detail {
    position: absolute;
    top: 48px;
    left: 0;
    width: 464px;
    padding: 0 24px 15px 24px;
    border-radius: 8px;
    background: #fff;
    z-index: 1000;
    display: none;
    box-shadow: 0px 4px 24px 0px rgba(17, 27, 39, 0.2);
}

.search-detail-title {
    height: 49px;
    font-size: 16px;
    line-height: 48px;
    padding-left: 22px;
    border-bottom: 1px solid #e0e0e0;
}

.dim-word {
    position: absolute;
    top: 48px;
    left: 0;
    width: 464px;
    padding: 15px 24px 15px 10px;
    border-radius: 8px;
    background: #fff;
    z-index: 1000;
    max-height: 218px;
    overflow: hidden;
    box-shadow: 0px 4px 24px 0px rgba(17, 27, 39, 0.2);
    display: none;
}

.dim-word li {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    cursor: pointer;
}

.dim-word li:hover {
    background: #edf5ff;
}

.dim-word li span {
    color: #3c91f1;
}

.search-detail-title.recently {
    background: url(../images/search-iocn1.png) no-repeat 0 center;
}

.search-detail-title.hot {
    background: url(../images/search-icon2.png) no-repeat 0 center;
}

.recently-content {
    padding-bottom: 15px;
}

.recently-content ul {
    margin-left: -10px;
}

.recently-content li {
    float: left;
    margin: 10px 10px 0 0;
    height: 28px;
    line-height: 28px;
}

.recently-content li a {
    display: block;
    padding: 0 13px;
    color: #666;
    border-radius: 14px;
    background: #eef1f4;
}

.recently-content li a:hover {
    color: #3b8fee;
    background: #edf5ff;
}

.hot-content li {
    float: left;
    width: 50%;
    margin-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
    height: 14px;
    line-height: 14px;
}

.nolist {
    display: none;
    margin-top: 15px;
    color: #999999;
}

.hot-content li a:hover {
    color: #3b8fee;
}

.hot-content li:nth-child(even) {
    border-left: 1px solid #e0e0e0;
    padding-left: 15px;
}

.recently-cancel {
    float: right;
    margin-top: 15px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../images/cancel-icon.png) no-repeat center;
}

/*.search input {
    float: left;
    width: 315px;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 9px;
    border-left: 1px solid #e0e0e0;
    padding-left: 16px;
}*/

.search button {
    float: left;
    width: 72px;
    height: 40px;
    margin-top: -1px;
    margin-right: -1px;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
    background: #3c91f1 url(../images/readglass.png) no-repeat center;
}

.search-word {
    /* padding-left: 19px; */
    margin-top: 3px;
    font-size: 12px;
    float: left;
    /* margin-left: 60px; */
}

.search-word a {
    margin: 0 5px;
}

.search-word a:hover {
    color: #3c91f1;
}

.common-nav {
    background-image: -moz-linear-gradient(-90deg, rgb(87, 165, 255) 0%, rgb(144, 204, 255) 100%);
    background-image: -webkit-linear-gradient(
        -90deg,
        rgb(87, 165, 255) 0%,
        rgb(144, 204, 255) 100%
    );
    background-image: -ms-linear-gradient(-90deg, rgb(87, 165, 255) 0%, rgb(144, 204, 255) 100%);
    height: 53px;
}

.common-nav li {
    float: left;
    margin-left: 54px;
}

.common-nav li:first-child {
    margin-left: 20px;
}

.common-nav li a {
    display: block;
    height: 100%;
    line-height: 53px;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.common-nav li.active a {
    font-weight: bold;
}

.common-nav li.active a:after {
    position: absolute;
    left: 7px;
    right: 7px;
    height: 2px;
    top: 44px;
    background: #fff;
    content: '';
}

/* 浣嶇疆 */
.location {
    height: 47px;
    line-height: 46px;
    padding-left: 18px;
    background: url(../images/local.png) no-repeat 4px center;
}

.location a {
    color: #666666;
    margin: 0 5px;
}

.location a {
    color: #666666;
    margin: 0 5px;
}

/* 鍙戝竷鏃堕棿 */
.uc-timeselect {
    display: inline-block;
    position: relative;
    z-index: 20;
    vertical-align: top;
}

.uc-timeselect-value {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 24px;
    vertical-align: top;
    padding: 0 15px 0 2px;
    font-size: 14px;
    color: #3c91f1;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
}

.uc-timeselect-value:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 11px;
    right: 2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #3c91f1;
}

.uc-timeselect.show .uc-timeselect-value:after {
    border-top-color: transparent;
    border-bottom-color: #3c91f1;
    top: 7px;
}

.uc-timeselect-drop {
    position: absolute;
    display: none;
    top: 36px;
    left: -120px;
    width: 448px;
    height: 105px;
    padding: 18px 0 0 24px;
    border-radius: 4px;
    text-align: left;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 14px 0px rgba(17, 27, 39, 0.2);
}

.uc-timeselect.show .uc-timeselect-drop {
    display: block;
}

.uc-timeselct-item {
    font-size: 0;
    padding-bottom: 17px;
}

.uc-timeselct-item span {
    display: inline-block;
    width: 88px;
    height: 26px;
    vertical-align: top;
    margin-right: 16px;
    line-height: 26px;
    border-radius: 13px;
    text-align: center;
    background-color: #ecf2f8;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.1s linear;
}

.uc-timeselct-item span.select {
    background-color: #3c91f1;
    color: #fff;
}

.uc-timeselect-range .title {
    float: left;
    line-height: 28px;
    margin-right: 10px;
}

.uc-timeselect-ctl {
    float: left;
    position: relative;
    width: 345px;
    height: 28px;
}

.uc-timeselect-ctl input {
    width: 100%;
    height: 28px;
    /* padding-right: 25px; */
    border: 1px solid #d7dee5;
    border-radius: 13px;
    text-indent: 14px;
    line-height: 26px;
    background: transparent;
    position: relative;
    z-index: 11;
    cursor: pointer;
}

.uc-timeselect-ctl i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    right: 7px;
    background: url('../images/icon-calendar.png') center center no-repeat;
}

/* 鍙戝竷鏃堕棿 end*/

/* 鍖哄煙 start */
.uc-areaselect {
    display: inline-block;
    position: relative;
    vertical-align: top;
    z-index: 20;
}

.uc-areaselect-value {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    padding: 0 15px 0 2px;
    font-size: 14px;
    color: #3c91f1;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
}

.uc-areaselect-value:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 11px;
    right: 2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #3c91f1;
}

.uc-areaselect.show .uc-areaselect-value:after {
    border-top-color: transparent;
    border-bottom-color: #3c91f1;
    top: 7px;
}

.uc-areaselect.show .uc-areaselect-drop {
    display: block;
}

.uc-areaselect-drop {
    display: none;
    position: absolute;
    top: 100%;
    left: -60px;
    padding: 7px 0;
    width: 117px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(17, 27, 39, 0.2);
    box-shadow: 0 4px 24px rgba(17, 27, 39, 0.2);
    line-height: 34px;
}

.uc-areaselect-drop .uc-areaselect-item {
    padding: 0 8px;
}

.uc-areaselect-drop .uc-areaselect-item.only > a {
    display: block;
    padding: 0 10px;
}

.uc-areaselect-drop .uc-areaselect-item.only > a:hover {
    background: url('../images/area-checked.png') no-repeat 90% center;
    color: #3b8fee;
}

.uc-areaselect-drop .uc-areaselect-item.only.active a {
    background: url('../images/area-checked.png') no-repeat 90% center;
    color: #3b8fee;
}

.uc-areaselect-drop .uc-areaselect-item.detail:hover > a {
    color: #3b8fee;
    background: #edf5ff url('../images/detail-arrow.png') no-repeat 90% center;
}

.uc-areaselect-drop .uc-areaselect-item.detail:hover .uc-areaselect-more {
    display: block;
}

.uc-areaselect-drop .uc-areaselect-item.detail > a {
    display: block;
    padding: 0 10px;
}

.uc-areaselect-drop .uc-areaselect-more {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 8px 24px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(17, 27, 39, 0.2);
    box-shadow: 0 4px 24px rgba(17, 27, 39, 0.2);
    width: 490px;
}

/* 鍖哄煙 end */

/* 涓婚 start */
.uc-themeselect {
    display: inline-block;
    position: relative;
    vertical-align: top;
    z-index: 20;
}

.uc-themeselect-value {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    padding: 0 15px 0 2px;
    font-size: 14px;
    color: #3c91f1;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
}

.uc-themeselect-value:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 11px;
    right: 2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #3c91f1;
}

.uc-themeselect.show .uc-themeselect-value:after {
    border-top-color: transparent;
    border-bottom-color: #3c91f1;
    top: 7px;
}

.uc-themeselect.show .uc-themeselect-drop {
    display: block;
}

.uc-themeselect-drop {
    display: none;
    position: absolute;
    top: 100%;
    left: -60px;
    padding: 8px 24px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(17, 27, 39, 0.2);
    box-shadow: 0 4px 24px rgba(17, 27, 39, 0.2);
    width: 490px;
}

/* 涓婚 end */

/* 鍏ㄩ�夊強澶嶉�夊垪琛� start */
.select-all {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e0e0e0;
}

.select-all input[type='checkbox'] + label {
    background-position: left center;
}

.check-list {
    padding: 15px 0;
}

.check-list li {
    float: left;
    width: 25%;
    height: 34px;
    padding-right: 15px;
    line-height: 20px;
}

.select-btns {
    padding: 8px 0;
    line-height: 28px;
    text-align: center;
    font-size: 0;
}

.select-btns a {
    display: inline-block;
    width: 82px;
    height: 28px;
    margin: 0 8px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    vertical-align: top;
}

.select-btns a.confirm {
    background: #3c91f1;
    color: #fff;
}

.select-btns a.confirm:hover {
    background: #2e84e4;
}

.select-btns a.reset {
    background: #ebf4ff;
    color: #3c91f1;
}

.select-btns a.reset:hover {
    background: #dae8f8;
}

/* 鍏ㄩ�夊強澶嶉�夊垪琛� end */

/* chosen鏍峰紡 */
.chosen-container {
    float: left;
}

.chosen-container-single .chosen-single {
    float: left;
    width: 75px;
    height: 38px;
    line-height: 39px;
    border: none;
    padding-left: 13px;
    outline: none;
    font-size: 14px;
    color: #3c91f1;
    font-weight: inherit;
    cursor: pointer;
    background: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.chosen-container .chosen-drop {
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    /* margin-top: 10px; */
}

/* .chosen-container .chosen-results li {
	height: 34px;
	width: 57px;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	color: #333;
	font-weight: normal;
	padding-left: 0;
}

.chosen-container .chosen-results li:hover {
	color: #3b8fee;
	background: #edf5ff;
} */

/* 鍦板尯鍗曢�� */
.uc-regionselect {
    z-index: 10;
    position: relative;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    margin-top: -2px;
    cursor: pointer;
}

.uc-regionselect .uc-regionselect-value {
    display: inline-block;
    padding-right: 12px;
    line-height: 26px;
    color: #3c91f1;
    background: url('../images/server_things/arrow-bottom.png') no-repeat right center;
}

.uc-regionselect.show .uc-regionselect-drop {
    display: block;
}

.uc-regionselect .uc-regionselect-drop {
    display: none;
    position: absolute;
    top: 36px;
    left: -85px;
    padding: 0 16px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px rgba(17, 27, 39, 0.2);
    box-shadow: 0 4px 24px rgba(17, 27, 39, 0.2);
    width: 490px;
}

.uc-regionselect .uc-regionselect-drop .region-tip {
    height: 45px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 44px;
    color: #868686;
}

.uc-regionselect .uc-regionselect-drop .region-list {
    margin-top: 8px;
    margin-right: -15px;
}

.uc-regionselect .uc-regionselect-drop .region-list li {
    display: inline-block;
    vertical-align: top;
    width: 98px;
    margin: 0 15px 8px 0;
}

.uc-regionselect .uc-regionselect-drop .region-list li a {
    display: block;
    text-align: center;
    min-height: 34px;
    line-height: 20px;
    border-radius: 2px;
    padding: 7px 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.uc-regionselect .uc-regionselect-drop .region-list li a.active,
.uc-regionselect .uc-regionselect-drop .region-list li a:hover {
    background-color: #edf5ff;
    color: #3c91f1;
}
/* 鍒嗛〉鎻掍欢鏍峰紡淇敼  寮�濮� */
.pagination {
    padding: 33px 0;
}

.m-pagination-jump .m-pagination-group input {
    margin-left: 10px;
    height: 28px;
    width: 28px;
}

.m-pagination-info {
    margin-left: 10px;
}

.pagination .m-pagination-page li a {
    line-height: 28px;
    height: 28px;
    min-width: 24px;
    padding: 0 2px;
}

.pagination .m-pagination-group button {
    padding: 0 10px;
    height: 30px;
    margin-left: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.pagination .m-pagination-group button:hover {
    border-color: #3c91f1;
}

.jump-text {
    line-height: 30px;
    margin-left: 5px;
}
/* 鍒嗛〉鎻掍欢鏍峰紡淇敼  缁撴潫 */

/* 鍜ㄨ鐑嚎 */
.consult {
    position: fixed;
    right: 0;
    top: 378px;
    width: 48px;
    height: 156px;
}

.robot {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background: #2bcaf2 url('../images/policy-project/robot.png') no-repeat center center;
}

.consult-hotline {
    cursor: pointer;
    margin-top: 16px;
    padding: 40px 8px 0 8px;
    width: 50px;
    height: 92px;
    border-radius: 5px;
    background: #37b6ff url('../images/policy-project/phone.png') no-repeat center 14px;
}

.consult-hotline > span {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-align: center;
}
/* 鍦板尯鍗曢�夌粨鏉� */

/* 绌哄垪琛� */
.none::before {
    display: block;
    padding-top: 10px;
    height: 200px;
    width: inherit;
    content: '';
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    background: url(../images/nolist.png) no-repeat center;
    background-size: contain;
    margin: 20px;
}

.orange {
    color: #ff7701;
}

body .grant {
    color: #3c91f1;
    text-decoration-line: underline;
    margin-right: 20px;
    cursor: pointer;
}

body .loginout {
    color: #3c91f1;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    cursor: pointer;
    line-height: 36px;
    display: inline-block;
}

.loginout::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    top: 10px;
    left: 0;
    background: #c9cdd7;
}

.exchangecm {
    padding-left: 21px;
    background: url(../images/left-right.png) left center no-repeat;
    font-size: 14px;
    /* font-family: Microsoft YaHei; */
    color: #3c91f1;
    line-height: 36px;
    cursor: pointer;
    margin-right: 21px;
}

body .layui-laydate-range {
    width: 550px;
}

body .laydate-selected.laydate-day-next,
body .laydate-selected.laydate-day-prev {
    background-color: #e9f4fd !important;
}

.messagenumber {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 36px;
    width: 30px;
    background: url('../images/ring.png') center no-repeat;
}

.ringnum {
    position: absolute;
    height: 11px;
    line-height: 10px;
    padding: 0 3px;
    background: red;
    border-radius: 50%;
    text-align: center;
    font-size: 5px;
    color: #fff;
    top: 6px;
    right: 3px;
}

/* 渚ц竟鏍� */
.rightcont {
    position: fixed;
    right: 0;
    top: 48%;
    z-index: 99999;
}

/* 电子人介绍视频 */
.digital-infor {
    width: 122px;
    height: 142px;
    position: fixed;
    /* left: 57px; */
    top: 480px;
    z-index: 99999;
    background: url('../images/video.png') no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
.digital-infor-content {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.digital-infor-content .icon-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    margin-top: 8px;
    cursor: pointer;
    background: url(../images/icon_whale_close.png) center no-repeat;
}

.toolbox {
    background: #fff;
    border-radius: 4px 0 0 4px;
}

.toollist:hover {
    background: #3699ff;
}

.toollist:hover .toolname {
    color: #fff;
}

.toollist:hover .normalicon {
    display: none;
}

.toollist:hover .hovericon {
    display: block;
}

/* 浠ヤ笅鏄痲q鍜ㄨ */
.toollist.qq-consult:hover {
    background: #3699ff;
}

.toollist.qq-consult:hover .toolname {
    color: #fff;
}

.toollist.qq-consult:hover .normalicon {
    display: none;
}

.toollist.qq-consult:hover .hovericon {
    display: block;
}

.toollist.qq-consult:hover .macont2 {
    display: block;
    width: auto;
    min-width: 280px;
    height: auto;
    left: -284px;
    padding: 5px;
    text-align: center;
}

/* 浠ヤ笂鏄疩Q鍜ㄨ */

.toollist.wx-consult:hover .normalicon {
    display: none;
}

.toollist.wx-consult:hover .hovericon {
    display: block;
}

.toollist.wx-consult:hover .macont3 {
    display: block;
    width: auto;
    height: auto;
    left: -170px;
    padding: 5px;
    text-align: center;
}

/* 浠ヤ笂鏄井淇″挩璇� */

.toollist.jszc:hover .macont3 {
    display: block;
    width: auto;
    height: auto;
    left: -273px;
    padding: 5px;
    text-align: center;
}

.toollist {
    width: 70px;
    height: 68px;
    position: relative;
}

.toollist:nth-child(1) {
    border-radius: 4px 0px 0px 0px;
}

.toollist:nth-child(3) {
    border-radius: 0px 0px 0px 4px;
}

.toollist > a {
    display: block;
    height: 68px;
    position: relative;
    box-sizing: border-box;
    padding-top: 46px;
}

.normalicon {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.hovericon {
    display: none;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.toolname {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toollist:nth-child(1):hover .macont {
    display: block;
}

.toollist:nth-child(2):hover .macont2 {
    display: block;
}

.toollist:nth-child(3):hover .macont3 {
    display: block;
}

.toollist:nth-child(4):hover .macont3 {
    display: block;
}

.macont {
    display: none;
    position: absolute;
    width: 144px;
    height: 184px;
    background: #ffffff;
    box-shadow: 0px 5px 36px 0px rgba(115, 168, 219, 0.28);
    border-radius: 4px;
    left: -154px;
    box-sizing: border-box;
    padding-top: 16px;
    text-align: center;
    top: 0;
}

.macont3 {
    display: none;
    position: absolute;
    width: 144px;
    height: 158px;
    background: #ffffff;
    box-shadow: 0px 5px 36px 0px rgba(115, 168, 219, 0.28);
    border-radius: 4px;
    left: -154px;
    box-sizing: border-box;
    padding-top: 16px;
    text-align: left;
    top: 0;
}

.macont2 {
    display: none;
    position: absolute;
    width: 144px;
    height: 158px;
    background: #ffffff;
    box-shadow: 0px 5px 36px 0px rgba(115, 168, 219, 0.28);
    border-radius: 4px;
    left: -154px;
    box-sizing: border-box;
    padding-top: 16px;
    text-align: left;
    top: 0;
}

.macont4 {
    display: none;
    position: absolute;
    width: 144px;
    height: 158px;
    background: #ffffff;
    box-shadow: 0px 5px 36px 0px rgba(115, 168, 219, 0.28);
    border-radius: 4px;
    left: -154px;
    box-sizing: border-box;
    padding-top: 16px;
    text-align: left;
    top: 0;
}

.exp {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    padding: 0 20px;
    margin-top: -2px;
    font-family: Tahoma, 瀹嬩綋;
    text-align: left;
}

.exp2 {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    padding: 0 20px;
    margin-bottom: 9px;
    font-family: Tahoma, 瀹嬩綋;
    text-align: left;
}

.exp3 {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    padding: 0 20px;
    margin-bottom: 8px;
    font-family: Tahoma, 瀹嬩綋;
    text-align: left;
}

.text-right {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    padding: 0 20px;
    margin-top: 5px;
    font-family: Tahoma, 瀹嬩綋;
    text-align: left;
}

.phonenum {
    display: block;
    font-size: 17px;
    color: black;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0 20px;
    margin-top: 5px;
    font-family: 'Times New Roman';
}

.textmore {
    line-height: 18px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
    padding-left: 3px !important;
}

.half {
    font-size: 0;
}

.half > .form-item {
    margin-bottom: 12px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.chosen-container {
    vertical-align: top;
}

.company-info .form-item {
    /* height: 55px; */
    font-size: 15px;
    line-height: 36px;
    position: relative;
}

.form-item > span {
    position: relative;
    float: left;
    width: 190px;
    padding-right: 15px;
    text-align: right;
    padding: 5px 4px 10px 0;
    line-height: 26px;
}

.form-item > span.require::after {
    position: absolute;
    top: 8px;
    right: 3px;
    content: '*';
    color: #ff0000;
}
/* .form-item > span.require::after{
    position: absolute;
    right: 3px;
    content: '*';
    color: #ff0000;
} */
.form-item > div {
    position: relative;
    margin-left: 190px;
}

.form-item input[type='text'],
.form-item select {
    padding-left: 15px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-color: #d6d6d6;
    outline: none;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
}

.form-item textarea {
    display: block;
    padding-left: 15px;
    width: 100%;
    height: 56px;
    border-color: #d6d6d6;
    outline: none;
    border-radius: 3px;
    resize: none;
}

.form-item input:disabled,
.form-item textarea:disabled {
    background-color: #f3f3f3;
}

.form-item input[readonly] {
    background-color: #f3f3f3;
    pointer-events: none;
}

.form-item.txtlong {
    height: 70px;
}

input.error,
textarea.error {
    border-color: #ff0000 !important;
}

label.error {
    position: absolute;
    left: 0;
    bottom: -15px;
    line-height: 14px;
    font-size: 14px;
    color: #ff0000;
}

input.error,
textarea.error {
    border-color: #ff0000 !important;
}

.header .district-area-location {
    float: left;
    height: 100%;
    margin-left: 40px;
    position: relative;
}

.header .district-area-location .icon-location {
    float: left;
    width: 16px;
    height: 100%;
    margin-right: 11px;
    background: url(../images/icon-location-blue.png) center no-repeat;
}

.header .district-area-location .area-name {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #243358;
    color: #489eff;
    line-height: 90px;
}

.header .district-area-location .change-area {
    float: left;
    height: 23px;
    padding: 0 7px 0 5px;
    margin-top: 34px;
    margin-left: 10px;
    background: #f0f0f0;
    cursor: pointer;
}

.header .district-area-location .change-area p {
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #c0c5ca;
    line-height: 23px;
}

.header .district-area-location .change-area .icon-bottom {
    float: right;
    width: 9px;
    height: 100%;
    margin-left: 5px;
    background: url(../images/icon-arr-down.png) center no-repeat;
}

.header .district-area-location .chose-area {
    background: white;
    border: 1px solid gray;
    display: none;
    width: 1220px;
    height: auto;
    position: absolute;
    top: 60px;
    left: -464px;
    z-index: 999;
}

.header .district-area-location .level {
    width: 1100px;
    height: auto;
    min-height: 50px;
    margin: 0 auto;
    padding: 10px 0 10px 95px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dashed #d4d5d9;
}

.header .district-area-location .level .name {
    width: 95px;
    font-weight: 700;
    height: 37px;
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 15px;
    line-height: 37px;
    color: #4178be;
    text-align: right;
    display: inline;
}

.header .district-area-location .level .item {
    height: auto;
    overflow: hidden;
    display: inline;
}

.header .district-area-location .level .item > a {
    display: block;
    float: left;
    padding: 0 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
    line-height: 37px;
    color: #333;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header .district-area-location .level .item > a.active,
.level .item > a:hover {
    background-color: #4178be;
    color: #fff !important;
    font-size: 16px;
    line-height: 37px;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.header .district-area-location .area-name {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #243358;
    color: #489eff;
    line-height: 90px;
}

.header .district-area-location .change-area {
    float: left;
    height: 23px;
    padding: 0 7px 0 5px;
    margin-top: 34px;
    margin-left: 10px;
    background: #f0f0f0;
    cursor: pointer;
}

.header .district-area-location .change-area p {
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #c0c5ca;
    line-height: 23px;
}

.header .district-area-location .change-area .icon-bottom {
    float: right;
    width: 9px;
    height: 100%;
    margin-left: 5px;
    background: url(../images/icon-arr-down.png) center no-repeat;
}

.district-area-entrance .module {
    width: 1200px;
    height: 213px;
    margin: 60px auto;
    background: url(../images/bg-entrance.png) center no-repeat;
}

.district-area-entrance .module .icon-entrance {
    float: left;
    width: 76px;
    height: 100%;
    margin-left: 20px;
    margin-right: 27px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/icon-entrance.png) center no-repeat;
}

.district-area-entrance .module .entrance-info {
    float: left;
    width: 340px;
    height: 100%;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.district-area-entrance .module .entrance-info .entrance-name {
    font-size: 44px;
    font-family: ys;
    font-weight: 400;
    color: #fff;
    line-height: 65px;
    text-shadow: 0px 4px 12px rgba(49, 130, 235, 0.63);
}

.district-area-entrance .module .entrance-info .entrance-text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.district-area-entrance .module > ul {
    float: left;
    width: calc(100% - 340px - 76px - 47px);
    height: 100%;
    padding-top: 20px;
}

.district-area-entrance .module > ul li {
    float: left;
    width: 86px;
    height: 32px;
    margin-bottom: 18px;
}

.district-area-entrance .module > ul li.long {
    width: 120px;
}

.district-area-entrance .module > ul li > p {
    float: left;
    padding: 0 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    cursor: pointer;
}

.district-area-entrance .module > ul li:hover p,
.district-area-entrance .module > ul li.active p {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffe162;
    background: rgba(28, 93, 160, 0.2);
    border: 1px solid #c2d5ff;
}

/*鍖虹骇涓撳尯鍏ュ彛-鏂�*/
.district-area-entrance-new .module {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    /* height: 213px; */
    height: 180px;
    margin: -10px auto 18px auto;
    /* background: url(images/bg-entrance2.png) center no-repeat; */
    background: url(images/bg-entrance2.png) center bottom no-repeat;
}

.district-area-entrance-new .module .entrance-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 212px;
    height: 100%;
    /* padding-top: 40px; */
    padding-top: 24px;
    box-sizing: border-box;
}

.district-area-entrance-new .module .entrance-info .icon-entrance {
    width: 76px;
    height: 76px;
    box-sizing: border-box;
    background: url(images/icon-entrance2.png) center no-repeat;
}

.district-area-entrance-new .module .entrance-info .entrance-name {
    margin-top: 20px;
    font-size: 30px;
    font-family: ysbt;
    font-weight: 400;
    color: #418dff;
    line-height: 40px;
}

.district-area-entrance-new .module > ul {
    float: left;
    width: calc(100% - 360px);
    height: 100%;
    /* padding-top: 36px; */
    padding-top: 10px;
}

.district-area-entrance-new .module > ul li {
    float: left;
    width: 116px;
    height: 58px;
    padding-top: 10px;
    margin-bottom: 6px;
    background: url(images/bg-entrance-item.png) center no-repeat;
}

.district-area-entrance-new .module > ul li p {
    width: 98px;
    height: 40px;
    margin: 0 auto;
    transition: all 0.3s;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #13315d;
    line-height: 40px;
}

.district-area-entrance-new .module > ul li:hover {
    overflow: visible;
    background: url(images/bg-entrance-item-active.png) top 6px center no-repeat;
}

.district-area-entrance-new .module > ul li:hover p {
    transition: all 0.3s;
    color: #fefefe;
}

.district-area-entrance-new .module > ul li .active {
    overflow: visible;
    background: url(images/bg-entrance-item-active.png) top 6px center no-repeat;
}

.district-area-entrance-new .module > ul li .active p {
    transition: all 0.3s;
    color: #fefefe;
}

.logo-su {
    height: 36px;
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 4px;
}

#logoutp .logo-su {
    margin-right: 25px;
}

#logoutp .logo-su::after {
    content: '';
    position: absolute;
    right: -13px;
    top: 10px;
    border-right: 1px solid #a7a7a7;
    height: 16px;
}

.exp-area {
    display: flex;
    color: #000;
    padding: 0 10px;
}

.exp-area .exp-name {
    width: 85px;
    text-align: left;
    flex-shrink: 0;
}
.exp-area .exp-text {
    width: calc(100% - 85px);
    text-align: left;
}
.exp-znkf {
    color: #0080ff;
    font-size: 20px;
}

.detail-text p {
    font-size: 22px;
    line-height: 38px;
    font-family: \4eff\5b8b;
    margin: 0;
}

.header {
    height: 126px;
}
.header.fixed .logo {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}

/* 弹窗 */
.pore {
    position: relative;
}

.msgwin {
    position: absolute;
    z-index: 300;
    margin-top: 14px;
    top: 33px;
    left: 50%;
    margin-left: -35px;
    transform: translate(-50%, 0);
    box-sizing: border-box;
    padding: 0 20px;
    width: 566px;
    height: 206px;
    border-radius: 4px;
    border: 2px solid #a5d2ed;
    background: #fff;
    box-shadow: 0px 6px 20px 0px rgba(130, 163, 191, 0.2);
}

.msgwin::before {
    position: absolute;
    content: '';
    z-index: 50;
    top: -9px;
    right: 231px;
    width: 16px;
    height: 9px;
    background: url('../images/sidenav/union_tri2.png') center no-repeat;
}

.msgwin-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #e0e0e0;
}

.msgwin-tt {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.msgwin-close {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url('../images/sidenav/close_mg.png') center no-repeat;
}

.msgwin-items {
    padding: 4px 0;
}

.msgwin-items > li {
    position: relative;
    padding-left: 18px;
}

.register .msgwin-lk {
    display: block;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    float: none;
}

.msgwin-items > li::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: translate(0, -50%);
    background-color: #82bdff;
}

.msgwin-bd {
    margin-right: -12px;
    height: calc(100% - 58px);
    overflow-y: auto;
}

/* 横向滚动条 */
.msgwin ::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}
.msgwin ::-webkit-scrollbar-thumb {
    background-color: #d2e0ed;
    border-radius: 0;
}

.msgwin ::-webkit-scrollbar-thumb:hover {
    background-color: #d2e0ed;
}
/* 纵向滚动条 */
.msgwin ::-webkit-scrollbar-track {
    background-color: #fff;
}
.msgwin ::-webkit-scrollbar-track:hover {
    background-color: #fff;
}
.msgwin ::-webkit-scrollbar-track:active {
    background-color: #fff;
}

.peomsginfo {
    max-width: 300px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bubble-whale {
    position: absolute;
    top: -65px;
    width: 120px;
    height: 56px;
}
/* .bubble-whale>a{
 display:block;
    height: 100%; 
 } */
.little-whale {
    position: relative;
    left: 90px;
    /* top: -147px; */
    width: 220px;
    height: 180px;
}
.bubble-whale-text {
    position: absolute;
    display: flex;
    /* align-items: start; */
    width: 150px;
    height: 41px;
    padding-bottom: 7px;
    padding-left: 10px;
    background: url(../images/bg_whale_text.png) center top -10px no-repeat;
    background-size: 150px;
    text-align: left;
    top: -45px;
    left: -82px;
    z-index: 9999;
    align-items: flex-start;
    border-radius: 5px;
}

.bubble-whale-text > a > span {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    margin-right: 8px;
}

.bubble-whale-text .icon-close {
    width: 16px;
    height: 16px;
    margin-top: 8px;
    cursor: pointer;
    background: url(../images/icon_whale_close.png) center no-repeat;
}

.little-whale > svg {
    transform: translate3d(-215px, -92px, 0px) !important;
    pointer-events: none;
}

.little-whale > svg * {
    pointer-events: none;
}

.bubble-whale .animation-link {
    position: absolute;
    left: -10px;
    top: -5px;
    width: 80px;
    height: 71px;
}
.ewm_wrap{
	width: 120px;
	float: left;
	/* display:inline-block; */
}
.ewm_wrap .matext{
	width:100px;
	margin:10px auto;
	display: block;
}

.toollist.wx-consult:hover .macont3{
	left:-255px;
}
