@charset "utf-8";

/* 基础样式 */

@font-face {
    font-family: 'FZLanTingHei-GBK';
    src: url('../font/FZLanTingHei-GBK.TTF') format('truetype');
}

@font-face {
    font-family: 'FZLanTingHei-B-GBK';
    src: url('../font/FZLanTingHei-B-GBK.TTF') format('truetype');
}

body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "微软雅黑";
    box-sizing: border-box;
    /* background-color: #fbfbfb; */
    background-color: #fff;
    margin: 0;
    min-width: 1240px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
}

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

a.a-link,
a.a-link:hover {
    text-decoration: underline;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1240px;
    }
}

.p-c-1200 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}

.p-w-1200 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.p-w-1240 {
    width: 1240px;
    margin: 0 auto;
}

.p-w-1560 {
    width: 1560px;
    margin: 0 auto;
}

.odd-overhidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hidden {
    display: none;
}

.show {
    display: block !important;
}

.li-row::after,
.p-w-1560::after,
.p-w-1280::after,
.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

.li-row,
.p-w-1560,
.clearfix {
    zoom: 1;
}

.li-row,
.li-inline-block {
    padding: 0;
    margin: 0;
    list-style: none;
}

.li-row>li {
    float: left;
}

.li-inline-block>li {
    display: inline-block;
}

.un-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.un-select:active {
    cursor: not-allowed
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-30 {
    margin-top: 30px;
}


/* 头部 */

.p-header {
    background-color: #FFFFFF;
    height: auto;
}

.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1560px;
    margin: 0 auto;
    zoom: 1;
    min-height: 142px;
}

.p-header>div>a {
    display: inline-block;
}

.p-header-right {
    display: flex;
    flex-direction: column;
}

.p-header-right-head form {
    margin-bottom: 0;
    float: right;
}

.p-header-right-bottom {
    display: flex;
    align-items: center;
    height: 76px;
}

.p-logo {
    /* width: 450px;
    height: 64px; */
    vertical-align: top;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: none;
}


/* .p-logo:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
} */

.li-row {
    display: inline-block;
    line-height: 76px;
    vertical-align: top;
}

.li-row>li {
    width: 111px;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.li-row .active {
    color: #1692FF;
    border-bottom: 3px #1692FF solid;
    background: rgba(22, 146, 255, 0.10);
}

.li-row .active .top-a {
    display: block;
    color: #1692FF;
    box-sizing: border-box;
    height: 105px;
}

.li-row .top-a {
    display: block;
}

.li-row .top-a:hover {
    color: #1692FF;
}

.li-row .nav-list {
    width: auto;
    position: absolute;
    white-space: nowrap;
    z-index: 10;
    border-radius: 8px;
    color: #333;
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.22);
    padding-top: 10px;
}

.li-row .nav-list::before {
    position: absolute;
    top: -8px;
    left: 46px;
    content: '';
    width: 18px;
    height: 18px;
    background: #ffffff;
    transform: rotate(135deg);
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.22);
}

.li-row .nav-list::after {
    position: absolute;
    top: 0px;
    left: 30px;
    content: '';
    width: 60px;
    height: 15px;
    background: #ffffff;
}

.li-row .nav-list li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    min-width: 100px;
}

.li-row .nav-list li:hover {
    color: #1692FF;
}

.p_form {
    position: relative;
    right: 0;
    display: inline-block;
    margin-left: 23px;
    vertical-align: top;
}

.p_form span {
    display: block;
    padding: 13px 13px 13px 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background: #1692FF url(../images/submit.png) no-repeat 13px center;
    cursor: pointer
}

.p_form form {
    display: none;
    position: absolute;
    top: 100px;
    right: 0;
    border: 1px solid #1692FF;
    box-shadow: -4px 0px 30px 1px rgb(255 255 255 / 15%);
    z-index: 99;
}

.p_form form input:nth-child(1) {
    width: 240px;
    height: 45px;
    font-size: 17px;
    border: 0;
    padding: 0 35px 0 10px;
    outline: none;
    box-sizing: border-box;
}

.p_form form input:nth-child(2) {
    width: 45px;
    height: 45px;
    position: absolute;
    border: 0;
    padding: 0;
    top: 0;
    right: 0;
    background: #1692FF url(../images/submit.png) no-repeat center center;
    outline: none;
}


/* 头部结束 */

.p-main {
    position: relative;
}

.subBanner {
    background-image: url(../images/background.jpg);
    width: 100%;
    padding-top: 29.6875%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.p-index {
    background: #fff;
}


/* 列表页详情页头部 */

.channel_top {
    border-bottom: 1px #e5e5e5 solid;
    height: 56px;
    color: #666666;
    background: #fff;
    line-height: 56px;
    margin-bottom: 70px;
}

.channel_top2 {
    margin-bottom: 50px;
}

.top-l {
    font-size: 16px;
    height: 56px;
    float: left;
}

.top-l a:hover {
    color: #1692FF;
}

.top-r {
    font-size: 16px;
    height: 56px;
    float: right;
}

.top-r li {
    font-size: 18px;
    float: left;
    margin-left: 48px;
    font-weight: 600;
}

.top-r li:nth-child(1) {
    margin-left: 0;
}

.top-r li:hover,
.top-r .active {
    color: #1692FF;
    height: 55px;
    border-bottom: 2px #1692ff solid;
}

.top-l .p-list-left {
    display: inline-block;
    width: 194px;
    margin-left: 20px;
    margin-top: 30px;
    height: 100%;
    background: rgba(22, 146, 255, 0.05);
}


/* 友情链接.地图 */

.link {
    background: rgba(197, 228, 254, 0.41);
    padding-top: 68px;
    padding-bottom: 70px;
}

.link-column1 {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    border-bottom: 1px solid silver;
    padding-bottom: 44px;
    overflow: hidden;
}

.link-column1 li {
    padding: 0 40px;
    height: 42px;
    line-height: 42px;
    border-right: 2px #333333 solid;
    float: left;
}

.link-column1 li:hover {
    color: #007aff;
}

.link-column1 li:first-child {
    padding: 0 40px 0 0;
}

.link-column1 li:last-child {
    border-right: 0;
}

.link-column2 {
    overflow: hidden;
    color: #666666;
}

.link-column2 ul {
    float: left;
    vertical-align: top;
    padding: 0 30px;
    margin-right: 2px;
}

.link-column2 ul:first-child {
    padding: 0 20px 0 0;
    text-align: center;
    margin-left: -12px;
    margin-right: 12px;
}

.link-column2 ul li {
    margin-top: 30px;
    width: 100px;
    text-align: center;
}

.link-column2 li:hover {
    color: #007aff;
}

.link-column2 div {
    float: right;
    vertical-align: top;
}

.link-column2 select {
    width: 224px;
    height: 42px;
    color: #333;
    padding: 0 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 5px;
    display: block;
    border: 1px #373737 solid;
    margin-top: 30px;
    /*隐藏默认小箭头*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*用图片替换*/
    background: url("../images/selectBottom.png") no-repeat scroll right 10px center transparent;
}


/* 友情链接 */


/* 底部 */

.p-footer {
    background: #1692ff;
    padding: 40px 0;
}

.p-footer span {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    color: #ffffff;
    line-height: 19px;
}

.p-right-bar {
    box-sizing: border-box;
    position: fixed;
    right: 0;
    top: 46%;
    width: 80px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    z-index: 99999;
}

.p-right-bar ul li {
    width: 80px;
    height: 80px;
    background: #f5f5f5;
    border-bottom: 1px #ffffff solid;
    position: relative;
}

.p-right-bar ul li:hover .right-bar-img {
    display: block;
}

.p-right-bar ul li:last-child {
    border-bottom: 0;
}

.p-right-bar ul li img {
    width: 36px;
    margin: 12px auto 0;
}


/* 底部 */

.p-right-bar .right-bar-img {
    width: 128px;
    height: 128px;
    position: absolute;
    left: -128px;
    top: 0;
    background-color: #fff;
    display: none;
}

.p-right-bar .right-bar-img img {
    width: 128px;
    height: 128px;
    box-sizing: border-box;
    display: block;
}

#top {
    box-sizing: border-box;
    position: fixed;
    right: 0;
    top: 80%;
    width: 80px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    z-index: 99999;
    display: none;
    cursor: pointer;
}


/* 设置图片经过放大 */

.imghover {
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.imghover img {
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.imghover:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.imghover2 img {
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.imghover2:hover img {
    transform: scale(1.1) translate(-46%, -46%);
    -webkit-transform: scale(1.1) translate(-46%, -46%);
}