body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


/* 鐭紩鐢ㄧ殑鍐呭鍙彇鍊硷細''鎴�"" */
q:before,
q:after {
    content: '';
}

/* 缂╁啓锛屽浘鐗囩瓑鏃犺竟妗� */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}


body {
    background: #fff;
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    min-width: 1500px;
    margin: 0 auto;
    max-width: 1920px;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.width-1100 {
    width: 1100px;
}

/* -------------------------- */

.header {
    width: 100%;
    height: 145px;
    background: url(../img/headerBg.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 30px;
}

.navigation {
    width: 100%;
    height: 52px;
    background: linear-gradient(92deg, #5691E5 12%, #0F4DA7 84%);
}

.nav {
    width: 100%;
    height: 52px;
    line-height: 52px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    width: 155px;
    height: 52px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
}

.nav .nLi h3 {
    height: 52px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 20px;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 100%;
    top: 52px;
    position: absolute;
    background: #fff;
    line-height: 60px;
    left: 0px;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .sub a {
    display: block;
    color: #0F4DA7;
    font-size: 16px;
}

.nav .sub a:hover {
    color: #fff;
    background: #0F4DA7;
}

.nav .on h3 a {
    color: #0F4DA7;
    font-weight: bold;
}

.nav .nLi.on {
    background: #fff;
    border-top: 2px solid #0F4DA7;
    margin-top: -2px;
}


.nav .sub li .three-nav {
    position: absolute;
    left: 125px;
    display: none;
    top: 0;
    width: 125px;
    background: rgba(0, 0, 0, .4);
}

.nav .sub li:hover .three-nav {
    display: block;
}

.nav .sub .sjsub {
    position: absolute;
    left: 100%;
    width: 120%;
    background: #fff;
    top: 50%;
    display: none;
}

.nav .sub li:hover .sjsub {
    display: block;
}


.banlist {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden !important;
}

.banlist .bd ul,
.banlist .bd {
    overflow: hidden;
}

.banlist .bd img {
    width: 100%;
}

.banlist .hd {
    position: absolute;
    right: 65px;
    bottom: 30px;
    z-index: 999;
}

.banlist .hd li {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.51);
}

.banlist .hd li.on {
    background: #fff;
}

.banlist .prev,
.banlist .next {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    top: calc((100% - 60px) / 2);
    z-index: 99;
}

.banlist .prev {
    left: 40px;
    background: url(../img/l-ico.png) no-repeat;
}

.banlist .next {
    right: 40px;
    background: url(../img/r-ico.png) no-repeat;
}

.banlist .prev:hover {
    background: url(../img/l-ico-on.png) no-repeat;
}

.banlist .next:hover {
    background: url(../img/r-ico-on.png) no-repeat;
}

.column {
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
    padding: 35px 0 25px 0;
}

.column .title img {
    float: left;
}

.column .name {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    color: #333;
    float: left;
    margin: 0 10px;
}

.column .en {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(153, 153, 153, 0.8);
}

.column .more {
    font-size: 16px;
    color: #999;
    position: absolute;
    right: 0;
    top: 35px;
}

.column-60 {
    padding-top: 60px;
}

.column-60 .more {
    top: 65px;
    right: 60px;
}

.content3 .djsz,
.content3 .xstd {
    width: 685px;
}

.djszlist,
.xstdlist {
    height: 435px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 30px;
}

.djszlist li.f {
    width: 100%;
}

.djszlist li.f .img {
    width: 271px;
    overflow: hidden;
}

.djszlist li.f .img img {
    width: 100%;
    height: 152px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.djszlist li.f .text {
    width: calc(100% - 271px);
    box-sizing: border-box;
    padding: 5px 0 5px 20px;
}

.djszlist li.f .title {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    color: #3D3D3D;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.djszlist li.f .desc {
    line-height: 28px;
    height: 56px;
    margin: 10px 0 20px 0;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.djszlist li.f .timer {
    color: #999;
}

.djszlist li.f .timer .dete,
.djszlist li.f .timer .visit {
    float: left;
    margin-right: 15px;
}

.djszlist li.f .timer img {
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.djszlist li.f:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.djszlist li.f:hover .title {
    color: #0F4DA7;
}

.djszlist li.f:hover .desc {
    color: #666;
}

.djszlist li.n {
    width: 100%;
    margin-top: 25px;
    line-height: 30px;
}

.djszlist li.n a {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.djszlist li.n:hover a {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.djszlist li.n .dete {
    float: right;
    color: rgba(153, 153, 153, 0.8);
}

.djszlist li.n:hover a {
    color: #0F4DA7;
}

.content2 {
    width: 100%;
    height: 656px;
    background: url(../img/content2Bg.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 44px;
}

.content2 .adImg .img {
    overflow: hidden;
}

.content2 .adImg .img img {
    width: 100%;
    max-height: 125px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.content2 .adImg .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.kydtlist,
.kydtpic {
    width: 685px;
}

.kydtlist ul li {
    float: left;
    width: 328px;
    height: 140px;
    margin-right: 27px;
    margin-bottom: 58px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.kydtlist ul li.li6,
.kydtlist ul li.li4 {
    margin-right: 0;
}

.kydtlist ul li.li5,
.kydtlist ul li.li6 {
    margin-bottom: 0;
}

.kydtlist ul li .dete {
    position: absolute;
    top: -14px;
    left: 20px;
    width: 109px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    background: linear-gradient(106deg, #5691E5 12%, #0F4DA7 84%);
}

.kydtlist ul li .title {
    font-size: 16px;
    color: #3D3D3D;
    margin: 10px 0 20px 0;
}

.kydtlist ul li .desc {
    line-height: 24px;
    color: #999;
}

.kydtlist ul li:hover {
    top: -5px;
    transition: all 0.5s ease-in-out;
}

.kydtlist ul li:hover .title {
    color: #0F4DA7;
}

.kydtpic .box {
    width: 324px;
    float: left;
    position: relative;
    margin-right: 37px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.kydtpic .box2 {
    margin: 0;
}

.kydtpic .box .img {
    overflow: hidden;
}

.kydtpic .box .img img {
    width: 100%;
    height: 200px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.kydtpic .box .dete {
    width: 58px;
    height: 53px;
    background: rgba(15, 77, 167, 0.72);
    position: absolute;
    left: 0;
    top: 0;
}

.kydtpic .box .dete .d {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 3px 0;
}

.kydtpic .box .dete .y {
    text-align: center;
    font-size: 10px;
    color: #fff;
}

.kydtpic .box .text {
    box-sizing: border-box;
    padding: 22px 25px;
    background: #fff;
}

.kydtpic .box .text .title {
    font-size: 16px;
    line-height: 24px;
    color: #3D3D3D;
}

.kydtpic .box .text .desc {
    line-height: 25px;
    color: #999;
    margin-top: 10px;
}

.kydtpic .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.kydtpic .box:hover .title {
    color: #0F4DA7;
}

.kydtlist {
    margin-top: 14px;
}

.yqlj {
    width: 100%;
    position: relative;
}

.yqlj-more {
    position: absolute;
    right: 0;
    top: 43px;
}

.yqlj-more a {
    font-size: 16px;
    color: #999;
}

.yqlj .column {
    width: 200px;
    float: left;
}

.yqljlist {
    width: 1200px;
    float: right;
    margin: 40px 0;
    box-sizing: border-box;
    padding-left: 30px;
}

.yqljlist .bd li {
    text-align: center;
    float: left;
    line-height: 25px;
    height: 25px;
    display: block;
    box-sizing: border-box;
    padding-right: 55px;
}

.yqljlist .bd li a {
    font-size: 16px;
    color: #606060;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.yqljlist .bd li:hover a {
    color: #0F4DA7;
}

.content1 {
    width: 100%;
    height: 920px;
    background: url(../img/content1Bg.png) center no-repeat;
    background-size: cover;
    margin-top: -65px;
    position: relative;
    z-index: 99;
}

.newSlide {
    width: calc(100% + 30px);
    margin-left: -15px;
}

.newSlide .tempWrap ul {
    padding: 15px 0 !important;
}

.newSlide .bd li {
    width: 440px;
    margin: 0 15px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.newSlide .bd li .img {
    overflow: hidden;
}

.newSlide .bd li .img img {
    width: 100%;
    height: 250px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newSlide .bd li .dete {
    width: 55px;
    height: 55px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
}

.newSlide .bd li .dete .d {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 3px 0;
}

.newSlide .bd li .dete .y {
    color: #fff;
    font-size: 10px;
    text-align: center;
}

.newSlide .bd li .title {
    box-sizing: border-box;
    padding: 25px 30px;
    width: 100%;
    height: 115px;
    background: #fff;
    font-size: 16px;
    line-height: 35px;
    color: #3D3D3D;
}

.newSlide .bd li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newSlide .bd li:hover .title {
    color: #0F4DA7;
    font-weight: bold;
}

.column2 a {
    display: flex;
    flex-direction: column;

}

.column2 {
    width: 30px;
    margin: 0;
    height: 100%;
    width: 30px;
    padding: 0;
    float: left;
}

.column2 .name {
    width: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.column2 .en {
    width: 30px;
    /* writing-mode: vertical-rl; */
    transform: rotate(90deg);
    display: inline-block;
}

.tzgglist {
    width: calc(100% - 70px);
    box-sizing: border-box;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    position: relative;
}

.tzgglist a.prev,
.tzgglist a.next {
    width: 65px;
    height: 65px;
    display: inline-block;
    position: absolute;
    left: -30px;
    z-index: 99;
    bottom: -25px;
}

.tzgglist a.prev {
    background: url(../img/tzgg-l-ico.png) no-repeat;
    bottom: 40px;
}

.tzgglist a.next {
    background: url(../img/tzgg-r-ico.png) no-repeat;
}

.tzgglist a.prev:hover {
    background: url(../img/tzgg-l-ico2.png) no-repeat;
}

.tzgglist a.next:hover {
    background: url(../img/tzgg-r-ico2.png) no-repeat;
}

.tzgglist::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    display: inline-block;
    position: absolute;
    top: 105px;
}

.tzgglist .bd li {
    width: 332px;
    height: 336px;
}

.tzgglist .bd li .box {
    box-sizing: border-box;
    padding: 35px;
    text-align: center;
}

.tzgglist .bd li .title {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333;
    display: inline-block;
    margin-top: 50px;
    position: relative;
}

.tzgglist .bd li .title::before {
    content: '';
    width: 27px;
    height: 27px;
    background: url(../img/tzgg-li-ico.png) center no-repeat;
    position: absolute;
    top: -40px;
    left: calc((100% - 27px) / 2);
}

.tzgglist .bd li .xian {
    width: 1px;
    height: 60px;
    background: #D8D8D8;
    margin: 35px auto 15px auto;
}

.tzgg {
    padding: 40px 0 35px 0;
    position: relative;
}

.tzgglist .bd li .more {
    margin: 0 auto;
    color: rgba(153, 153, 153, 0.8);
}

.tzgglist .bd li .d {
    font-size: 24px;
    color: #666;
    text-align: center;
}

.tzgglist .bd li .y {
    font-size: 12px;
    text-align: center;
}

.tzgglist .bd li:hover {
    background: url(../img/tzgglist-li-bg.png) center no-repeat;
    background-size: cover;
}

.tzgglist .bd li:hover .title {
    color: #0F4DA7;
}

.tzgglist .bd li:hover .more {
    color: #0F4DA7;
}

.header .search {
    width: 230px;
    position: relative;
    float: right;
}

.header .search input {
    border: none;
}

.header .search input.search-in {
    width: 230px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    box-sizing: border-box;
    color: #999;
    padding-left: 20px;
    outline: none;
    background: #fff;
    border: 1px solid #0D59AA;
}

.header .search input.search-btn {
    position: absolute;
    right: 10px;
    top: 14px;
    border: none;
    width: 15px;
    height: 15px;
}

/* Safari锛孋hrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #999;
}

/* 鐏嫄 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #999;
}

/* 鐏嫄 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #999;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #999;
}

.head {
    width: 425px;
    margin-top: 20px;
}

.head .link {
    float: right;
    margin-top: 10px;
    margin-right: 25px;
}

.head .link .a {
    color: #999;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.head .link span {
    margin: 0 10px;
    color: #999;
}

.head .link .mail-modal {
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
    width: 270px;
    height: 160px;
    position: absolute;
    top: 35px;
    background: #fff;
    background: url(../img/yzxxBg.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 30px 0;
    z-index: 999;
    left: -108px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}


.head .link .mail-modal .ico {
    text-align: center;
}

.head .link .mail-modal .name {
    font-size: 16px;
    color: #333;
    margin: 12px 0 8px 0;
    text-align: center;
}

.head .link .mail-modal .desc {
    color: #0D43B6;
    font-size: 16px;
    text-align: center;
}

.head .link .a:hover .mail-modal {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

/* ---- */

.footer {
    width: 100%;
    height: 225px;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
}

.footer .code {
    padding-top: 38px;
}

.footer .code img {
    width: 118px;
    height: 118px;
}

.footer .code p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.ftlogo {
    padding: 23px 0 15px 0;
}

.footer .banq p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.footer .banq p a {
    color: #fff;
}

/* ------------------- */

.nydt img {
    width: 100%;
}

.crumbs {
    width: 100%;
    line-height: 35px;
    box-sizing: border-box;
    padding: 35px 0 10px 0;
    border-bottom: 1px solid #5691E5;
}

.crumbs-name {
    font-size: 26px;
    font-weight: bold;
    color: #0F4DA7;
}

.crumns-list {
    color: #999;
}

.crumns-list img {
    position: relative;
    top: -2px;
}

.crumns-list a {
    color: #999;
}

.crumns-list span:last-child {
    display: none;
}

.subnav {
    width: 238px;
    margin-bottom: 40px;
}

.subnav ul li h3 {
    width: 100%;
    line-height: 56px;
    background: url(../img/subnav-li.png) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    font-weight: normal;
}

.subnav ul li h3 i {
    width: 9px;
    height: 14px;
    background: url(../img/sj.png) no-repeat;
    position: absolute;
    right: 33px;
    transition: all 0.5s ease-in-out;
    top: 20px;
}

.subnav ul li.on h3 i,
.subnav ul li:hover h3 i {
    width: 14px;
    height: 9px;
    transition: all 0.5s ease-in-out;
    background: url(../img/sj2.png) no-repeat;
}

.subnav ul li.on h3,
.subnav ul li:hover h3 {
    background: url(../img/subnav-li-on.png) center no-repeat;
}

.subnav ul li.on h3 a,
.subnav ul li:hover h3 a {
    color: #fff;
    font-weight: bold;
}

.subnav ul li a {
    font-size: 17px;
    color: #3D3D3D;
}

.subnav ul li .sub {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

.subnav ul li .sub a {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 30px;
    line-height: 40px;
}

.subnav ul li .sub a:hover {
    color: #1269CA;
    font-weight: bold;
}

.subnav ul li .sub a:hover span {
    background: #1269CA;
}

.subnav ul li .sub span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    background: #B8B8B8;
    margin-right: 10px;
    position: relative;
    top: -4px;
}


.ncontent {
    box-sizing: border-box;
    padding-top: 40px;
    min-height: 420px;
}

.textlist .info li {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    padding: 30px;
}



.textlist .info li .dete {
    position: absolute;
    left: 30px;
    top: -14px;
    color: #fff;
    width: 109px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #0F4DA7;
    background: linear-gradient(106deg, #5691E5 12%, #0F4DA7 84%);
}

.textlist .info li .title {
    font-size: 18px;
    color: #3D3D3D;
}

.textlist .info li .desc {
    line-height: 30px;
    color: #999;
    margin: 15px 0;
}

.textlist .info li .more {
    color: #5691E5;
}

.textlist .info li:hover {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
}

.textlist .info li:hover .title {
    font-weight: bold;
    color: #0F4DA7;
}

.textlist2 .info {
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    padding: 15px 25px;
}

.textlist2 .info li {
    width: 100%;
    position: relative;
    border-bottom: 1px dashed #D8D8D8;
    padding: 14px 0;
}

.textlist2 .info li:last-of-type {
    border: none;
}

.textlist2 .info li .title {
    font-size: 18px;
    line-height: 30px;
    color: #3D3D3D;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}

.textlist2 .info li .title::before {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 50%;
    background: #3D3D3D;
    position: absolute;
    left: 0;
    top: 15px;
}

.textlist2 .info li .dete {
    color: #999;
    position: absolute;
    right: 0;
    top: 18px;
}

.textlist2 .info li:hover .title {
    color: #0F4DA7;
    font-weight: bold;
}

.textlist2 .info li:hover .title::before {
    width: 4px;
    height: 4px;
    background: #0F4DA7;
}

.textlist2 .info li:hover .dete {
    color: #666;
}

.list-page {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin: 40px 0 40px 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #0F4DA7 !important;
    background: #0F4DA7;
}

.piclist .info li {
    width: 100%;
    height: 210px;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    padding: 15px;
    margin-bottom: 27px;
}

.piclist .info li .img {
    overflow: hidden;
}

.piclist .info li .img img {
    width: 320px;
    height: 180px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist .info li .text {
    width: calc(100% - 320px);
    box-sizing: border-box;
    padding: 15px 0 15px 30px;
}

.piclist .info li .title {
    font-size: 18px;
    line-height: 25.2px;
    color: #3D3D3D;
}

.piclist .info li .desc {
    line-height: 30px;
    color: #999;
    margin: 15px 0;
}

.piclist .info li .dete {
    width: 109px;
    height: 28px;
    line-height: 28px;
    color: #0F4DA7;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #0F4DA7;
}

.piclist .info li:hover {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
}

.piclist .info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist .info li:hover .title {
    font-weight: bold;
    color: #0F4DA7;
}

.piclist .info li:hover .dete {
    background: linear-gradient(106deg, #5691E5 12%, #0F4DA7 84%);
    color: #fff;
}

.picture .info li {
    width: calc((100% - 60px) / 3);
    margin: 0 8px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}

.picture .info li .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.58);
}

.picture .info li .img {
    overflow: hidden;
}

.picture .info li .img img {
    width: 100%;
    height: 200px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture .info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.detail {
    box-sizing: border-box;
    padding: 50px 120px;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    margin-bottom: 40px;
}

.detail .title {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}

.detail .timer {
    width: 100%;
    text-align: center;
    margin: 15px 0 30px 0;
}

.detail .timer span {
    font-size: 16px;
    color: #999;
    margin: 0 15px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 20px 0;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

.danye .dtl {
    border: none;
}

.detail .dtl p {
    font-size: 16px;
    line-height: 35px;
    color: #3D3D3D;
}

.detail .detail-page {
    height: 95px;
}

.detail-page div {
    width: 49.5%;
    height: 30px;
    padding: 30px 0;
}

.detail-page div p {
    line-height: 30px;
}

.detail .detail-page a {
    color: #3d3d3d;
    font-size: 16px;
}

.detail .detail-page a:hover {
    color: #0F4DA7;
}


.tealist .info li {
    width: 520px;
    float: left;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    margin-right: 58px;
    margin-bottom: 30px;
    background: url(../img/tealist-img.png) right bottom no-repeat;
}

.tealist .info li .img {
    overflow: hidden;
}

.tealist .info li .img img {
    width: 180px;
    height: 235px;
}

.tealist .info li .text {
    width: calc(100% - 180px);
    box-sizing: border-box;
    padding: 25px;
}

.tealist .info li .text .name {
    font-size: 24px;
    color: #3D3D3D;
}

.tealist .info li .text .desc {
    margin: 10px 0 19px 0;
}

.tealist .info li .text p {
    color: #999;
    line-height: 30px;
}

.tealist .info li .text .teaPage {
    width: 128px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #1269CA;
}

.tealist .info .teaPage a {
    color: #1269CA;
}

.tealist .info .teaPage img {
    position: relative;
    top: -1px;
    margin-left: 15px;
}

.detail2 {
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    margin-bottom: 40px;
}

.detail-base {
    width: 100%;
    height: 323px;
    box-sizing: border-box;
    padding: 40px;
    background: url(../img/detail-base.png) center no-repeat;
    background-size: cover;
}

.detail-base .text {
    margin-left: 180px;
    box-sizing: border-box;
    padding-left: 40px;
    margin-top: 15px;
}

.detail-base .text .name {
    font-size: 24px;
    color: #3D3D3D;
    margin-bottom: 15px;
}

.detail-base .text p {
    line-height: 30px;
    color: #999;
}


.detail-base .img {
    overflow: hidden;
    float: left;
}

.detail-base .img img {
    width: 180px;
    height: 235px;
}


.detail-box {
    box-sizing: border-box;
    padding: 20px 40px;
}

.detail-box .detail-name {
    font-weight: 700;
    font-size: 20px;
    color: #3D3D3D;
    margin-bottom: 20px;
}

.detail-desc p {
    font-size: 16px;
    line-height: 40px;
    color: #3D3D3D;
}

.detail-contact p span {
    color: #999;
}

.detail-info .box1 {
    width: 240px;
    float: left;
}

.detail-info .box p {
    font-size: 16px;
    line-height: 40px;
    color: #3D3D3D;
}

.detail-info .box p span {
    color: #999;
}


.yqljMore {
    width: 100%;
    position: absolute;
    top: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 30px;
    border-top: 1px solid #eee;
    opacity: 0;
    visibility: hidden;
}

.yqljMore .yqljClose {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.yqljMore ul li {
    float: left;
    margin: 10px;
}

.yqljMore ul li a {
    font-size: 16px;
    color: #606060;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.yqljMore ul li:hover a {
    color: #0F4DA7;
}