@charset "UTF-8";
@font-face {
    font-family: "ysbth";
    src: url("../../css/fonts/ysbth.woff") format("woff"),
    url("../../css/fonts/ysbth.ttf") format("truetype"),
    url("../../css/fonts/ysbth.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'iconfont';
    src: url('../../fonts/iconfont.eot'); /* IE9*/
    src: url('../../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
    url('../../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../../fonts/iconfont.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    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%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */
body {
    color: #333;
    font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
    font-size: 14px;
    min-width: 1200px;
    overflow: auto;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */
.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;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

#header {
    height: 410px;
}

/* 通用样式 */
.header {
    height: 343px;
    background: url("../../../images/themes/gansu/header_bg.jpg") top center no-repeat;
}

.header-hd {
    height: 48px;
    line-height: 48px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 4px 6px rgba(39, 129, 243, 0.05);
    box-shadow: 0px 4px 6px rgba(39, 129, 243, 0.05);
    -webkit-backdrop-filter: blur(27.1154px);
    backdrop-filter: blur(27.1154px);
    font-weight: 400;
}

.header-sunshine {
    margin: 12px 4px 0 0;
}

.header-line {
    width: 1px;
    height: 11px;
    background: #333333;
    margin: 18px 16px 0;
}

.header-logo {
    margin-top: 30px;
    margin-left: -9px;
}

.nav {
    background: #CF3B3C;
}

.nav-item {
    float: left;
    width: 16.66%;
}

.nav-item > a {
    height: 67px;
    line-height: 67px;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}

.nav-item:hover > a, .nav-item.current > a {
    background: #991E1F;
    font-weight: 700;
}

.em-page-footer {
    background: #3B3A39;
    padding: 10px 0;
    color: #fff;
}

.em-page-footer p {
    font-size: 0;
    text-align: center;
}

.em-page-footer span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 33px;
    line-height: 40px;
    color: #A4A4A4;
    font-weight: 400;
    font-size: 14px;
}

.em-page-footer span + span {
    position: relative;
}

.em-page-footer span + span::before {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: #D9D9D9;
}

.em-page-footer a {
    color: #A4A4A4;
}

.com {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    border-top: 3px solid #F5D8D8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.com.spe .com-icon {
    margin-right: 15px;
}

.com-hd {
    height: 38px;
    padding-right: 20px;
}

.com-tt {
    float: left;
    padding-left: 45px;
    width: 153px;
    line-height: 38px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../../../images/themes/gansu/index/com_tt_bg.png") no-repeat;
    position: relative;
}

.com-tt::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
}

.com-more {
    padding-right: 12px;
    margin-top: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #CF3B3C;
    background: url("../../../images/themes/gansu/index/more_arr_01.png") right center no-repeat;
}

.com-top {
    padding-top: 16px;
    height: 71px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.com-icon {
    float: left;
    width: 18px;
    height: 18px;
    margin: 11px 5px 0 0;
}

.com-node {
    float: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    position: relative;
    padding: 0 6px;
    height: 55px;
}

.com-node.active {
    color: #CF3B3C;
}

.com-node.active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #CF3B3C;
}

.com-search {
    float: right;
    width: 282px;
    height: 40px;
    background: rgba(207, 59, 60, 0.05);
    border: 1px solid #CF3B3C;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 109px;
    padding: 3px 3px 3px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.com-input {
    float: left;
    width: calc(100% - 60px);
    height: 32px;
}

.com-input > input {
    width: 100%;
    height: 100%;
    background: none;
    font-size: 13px;
}

.com-input input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 13px;
    color: #7B3A3B;
}

.com-input input::-moz-placeholder {
    font-weight: 500;
    font-size: 13px;
    color: #7B3A3B;
}

.com-input input:-moz-placeholder {
    font-weight: 500;
    font-size: 13px;
    color: #7B3A3B;
}

.com-input input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 13px;
    color: #7B3A3B;
}

.com-btn {
    float: right;
    width: 57px;
    height: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E34445), to(#BA0F10));
    background: linear-gradient(180deg, #E34445 0%, #BA0F10 100%);
    -webkit-box-shadow: -7px 0px 14px rgba(255, 255, 255, 0.1);
    box-shadow: -7px 0px 14px rgba(255, 255, 255, 0.1);
    border-radius: 109px;
    position: relative;
    cursor: pointer;
}

.com-btn::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../../../images/themes/gansu/com_search_icon.png") no-repeat;
}

.com-back {
    float: left;
    margin-top: 8px;
    width: 24px;
    height: 24px;
    background: url("../../../images/themes/gansu/com_back_icon.png") no-repeat;
}

.com-txt {
    float: left;
    margin-left: 10px;
    width: calc(100% - 10px - 24px);
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}

.tabview .com-icon {
    margin-right: 15px;
}

.tabview .com-node {
    margin-right: 20px;
    cursor: pointer;
}

.location {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 17px 0 17px 20px;
    letter-spacing: -0.24px;
    background: url("../../../images/themes/gansu/location.png") left center no-repeat;
}

.location > a {
    color: #333333;
}

.location > span {
    color: #CF3B3C;
}

.pager {
    margin-top: 30px;
    font-size: 0;
}

.pager .m-pagination-page > li {
    margin-right: 8px;
}

.pager .m-pagination-page > li > a {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    min-width: 30px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    color: #5C5C5C;
    line-height: 28px;
}

.pager .m-pagination-page > li.active > a {
    color: #CF3B3C;
    border: 1px solid #CF3B3C;
    font-weight: normal;
}

.popup {
    background: #fff;
}

.popup .layui-layer-title {
    height: 47px;
    line-height: 47px;
    background: #fff;
    font-weight: 500;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.em-page-footer {
    padding: 30px 0px;
    background-color: #3b3a39;
}

.em-page-footer p {
    text-align: left;
}

.em-page-footer span {
    padding: 0;
    margin-right: 20px;
    line-height: 32px;
    color: #999;
}

.em-page-footer span::before {
    display: none;
}

.footer-left {
    float: left;
    width: 523px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 32px;
}

.footer-left p:nth-child(n+3) {
    margin-bottom: 10px;
}

.footer-left p:nth-child(4) {
    height: 34px;
}

.footer-left p:nth-child(4) span {
    line-height: 22px;
    vertical-align: top;
}

.footer-ga {
    padding-left: 45px;
    background: url("../../../images/themes/gansu/recordicon.png") 20px center no-repeat;
}

.footer-copyright {
    padding-left: 55px;
    position: relative;
    margin-top: 10px;
}

.footer-img {
    position: absolute;
    left: -15px;
    top: 50%;
    width: 68px;
    height: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../../../images/themes/gansu/blue.png") center no-repeat;
    background-size: 100%;
}

.footer-right {
    float: right;
    width: 608px;
}

.footer-right p:first-child {
    margin-bottom: 10px;
}

.footer-select {
    position: relative;
    float: left;
    color: #999999;
    width: 279px;
    height: 32px;
    line-height: 32px;
    background-color: #41403f;
    border: solid 1px #6c6b6b;
    overflow: hidden;
    margin-left: 44px;
}

.footer-select:first-child {
    margin-left: 0;
}

.footer-select select {
    width: 269px;
    padding: 0px 5px;
    height: 32px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    border: none;
    outline: none;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    font-size: 14px;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.footer-select select option {
    width: 100%;
    text-indent: 10px;
    height: 30px;
    line-height: 32px;
}

.footer-txt {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../../images/themes/gansu/prev_down.png") no-repeat 250px center;
    text-indent: 10px;
    color: #aaaaaa;
    font-size: 14px;
}

.footer-visit {
    padding-top: 10px;
}

.footer-exposure {
    display: block;
    width: 110px;
    height: 55px;
}

.footer-exposure > img {
    display: block;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

.layer-tips.confirm {
    width: 400px;
    background: #fff;
    min-height: 218px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.layer-tips.confirm .layer-tips-title {
    margin-top: 30px;
    font-size: 24px;
    text-align: center;
    position: relative;
    line-height: 30px;
}

.layer-tips.confirm .layer-tips-title i.close {
    font-family: "iconfont" !important;
    font-size: 24px;
    color: #bbb;
    position: absolute;
    top: -19px;
    right: 18px;
    cursor: pointer;
}

.layer-tips.confirm .layer-tips-content {
    font-size: 14px;
    color: #666;
    padding: 0 70px;
    line-height: 24px;
    margin-top: 20px;
    text-align: center;
}

.layer-tips.confirm .layer-tips-btns {
    text-align: center;
    padding: 35px 0;
}

.layer-tips.confirm .layer-tips-btns .btn {
    width: 92px;
    height: 36px;
    border: 1px solid #ddd;
    padding: 0;
    font-size: 14px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
}

.layer-tips.confirm .layer-tips-btns .btn.confirm_ok {
    background: #CF3B3C;
    color: #fff;
    border: 1px solid #CF3B3C;
    margin-right: 16px;
}

.layer-tips.confirm .layer-tips-btns .btn.confirm_ok:hover {
    background: #CF3B3C;
    border: 1px solid #CF3B3C;
}

.layer-tips.confirm .layer-tips-btns .btn.confirm_cancle:hover {
    background: #f3f3f3;
}

.layer-tips-bg.confirm {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}
.layui-layer-btn .layui-layer-btn1 {
    background: #788186 !important;
}

.c-fa {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width:150px;
    margin-left: -75px;
    padding: 10px 20px;
    font-size: .8rem;
    color: #fff;
    background-color: #323232;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    z-index: 10012;
    text-align:center;
}
