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;
}

/* 酌情修改 */
body {
    background: #fff;
    color: #2c2c2c;
    font-size: 14px;
    font-family: "微软雅黑";
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
}

/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}


/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
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-weight: normal;
    font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del,
ins,
a {
    text-decoration: none;
}

sup {
    top: 0;
}

a:link {
    color: #009;
}

/* a:visited {
	color: #800080;
}

a:hover,
a:active,
a:focus {
	color: #c00;
	text-decoration: underline;
} */

/* 鼠标样式 */
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.m-width {
    max-width: 1400px;
    margin: 0 auto;
}


@charset "utf-8";
/* CSS Document */

#slideshow {
    zoom: 1;
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.prev_button {
    position: absolute;
    top: 50%;
    left: 35px;
    width: 57px;
    height: 62px;
    margin-top: -31px;
    overflow: hidden;
    background: url(../img/qh-left.png) no-repeat left top !important;
    z-index: 999;
    text-indent: -9999em;
}

.next_button {
    position: absolute;
    top: 50%;
    right: 35px;
    width: 57px;
    height: 62px;
    margin-top: -31px;
    overflow: hidden;
    z-index: 999;
    text-indent: -9999em;
    background: url(../img/qh-right.png) no-repeat left top !important;
}

.container_skitter {
    overflow: hidden;
    position: relative;
}

.image {
    overflow: hidden;
    position: relative;
}

.image a img {
    width: 100%;
    height: 550px;
    display: block;
    z-index: 0;
}

.box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}


.mb-banner {
    display: none;
}

.mb-banner .swiper-wrapper .swiper-slide img {
    width: 100% !important;
    height: auto !important;
}

.mb-banner .swiper-container {
    position: relative;
}

.mb-banner .swiper-container .swiper-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}


.mb-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: none;
    opacity: 1;
    border: 1px solid #fff;
}

.mb-banner .swiper-pagination-bullet-active {
    background-color: #fff;
}


.mb-header {
    display: none;
}

.mb-header .header-con .logo {
    width: 90%;
}

.mb-header .header-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mb-header .header-con .logo img {
    width: 60%;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px
}

.sp_nav span {
    display: block;
    background: #0063b5;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;

    height: auto !important;
    padding-bottom: 50px;
}

.nav_show {
    top: 50px !important;
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}



/* --------------- */
.header .top {
    width: 100%;
    height: 150px;
    background: url(../img/top-bg.jpg) no-repeat;
    background-position-y: 100%;
}

.header .top .top-text {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .top .top-text a {
    font-size: 14px;
    color: #8b8b8b;
}

.header .top .top-text span {
    font-size: 14px;
    color: #8b8b8b;
    margin: 0 3px;
}

.header .top form {
    position: relative;
    margin-top: 15px;
}

.header .top form input[type=text] {
    width: 300px;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    padding-left: 10px;
    box-sizing: border-box;
    background: #fbfbfb;
}

.header .top form input:focus-visible {
    border: 1px solid #0062b2;
    outline: aliceblue;
}




/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #c3c3c3;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #c3c3c3;
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #c3c3c3;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #c3c3c3;
}


.header .top form input[type=image] {
    position: absolute;
    top: 10px;
    right: 10px;
}

.header .top .search .s-link {
    text-align: right;
}


/* 导航 */
.con-navigation {
    width: 100%;
    background: #0062b2;
    height: 60px;
}

.nav-con {
    width: 1400px;
    margin: auto;
}

.nav {
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    width: 155px;
    height: 60px;
    float: left;
    display: inline;
    text-align: center;
    margin: 0;
    position: relative;
}



.nav .nLi h3 {
    height: 60px;
}

.nav .nLi h3 a {
    display: flex;
    font-size: 18px;
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.nav .nLi:hover {
    background: #005091;
}

.nav .nLi.on {
    background: #005091;
}




.nav .sub {
    display: none;
    width: 175px;
    top: 60px;
    left: -10px;
    z-index: 999;
    position: absolute;
    background: #fff;
}

.nav .sub li {
    /* height: 40px; */
    line-height: 40px;
    text-align: center;
    zoom: 1;
    float: left;
    width: 100%;
    border-top: 1px solid #d2d2d2;
}

.nav .sub li:hover a {
    color: #0062b2;
}





.nav .sub a {
    color: #333;
    display: block;
    font-size: 16px;
    zoom: 1;
}


/* 大图 */
.con-banner .nav2-lunbo {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.con-banner .nav2-lunbo-bd {
    z-index: 0;
    height: 100%;
}

.con-banner .nav2-lunbo .nav2-lunbo-bd ul li a img {
    width: 100%;
    height: auto;
    display: block;
}

.con-banner .nav2-lunbo-bd li {
    zoom: 1;
    vertical-align: middle;
}


.con-banner .nav2-lunbo-hd {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.con-banner .nav2-lunbo-hd ul {
    display: inline-block;
}

.con-banner .nav2-lunbo-hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
}

.con-banner .nav2-lunbo-hd ul li.on {
    background: #0062b2;
    border-radius: 50%;
}



.notice {
    margin: 50px auto;
    height: 80px;
    padding: 20px;
    background: #f5f7fb;
    display: flex;
    width: 1360px;
    justify-content: space-between;
}

.notice .noticimg {
    height: 85px;
    display: inline-block;
    background: url(../img/ttxw-bg.png) no-repeat;
    width: 5.2%;
}

.notice .noticimg a {
    padding: 7px 0;
    display: inline-block;
}



.notice .noticimg p.tt {
    font-size: 22px;
    color: #bd0100;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.notice .noticimg p.xw {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    height: 35px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
}

.notic-title {
    display: none;
}

/* 本例子css */
.picScroll-top {
    width: 94.8%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.picScroll-top .hd {
    overflow: hidden;
    width: 15px;
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.picScroll-top .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-top .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin-bottom: 5px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #0062b2;
    border-radius: 100%;
}

.picScroll-top .hd ul li.on {
    background-color: #0062b2;
}

.picScroll-top .bd {
    height: 140px;
    width: 100%;
    position: relative;
}

.picScroll-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-top .bd ul li {
    text-align: center;
    zoom: 1;
    height: 140px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.picScroll-top .bd ul li .title {
    width: 90%;
}

.picScroll-top .bd ul li .title .tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.picScroll-top .bd ul li .title .tit a {
    font-size: 32px;
    font-weight: bold;
    color: #3b3b3b;
}

.picScroll-top .bd ul li .title p {
    margin-top: 10px;
}

.picScroll-top .bd ul li .title p a {
    font-size: 14px;
    color: #b3b3b3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.column {
    height: 55px;
    line-height: 45px;
    margin-bottom: 30px;
    border-bottom: 3px solid #f5f7fb;
}

.column .col-title {
    height: 55px;
    display: inline-block;
    border-bottom: 3px solid #0062b2;
}

.column .col-title a {
    color: #3e3e3e;
    font-size: 26px;
    font-weight: bold;
}


.con-news .news {
    width: 100%;
    min-height: 475px;
    display: flex;
    justify-content: space-between;
}

.con-news .imglist {
    width: 52.14%;
}

.con-news .imglist .swiper-slide {
    /* margin: 0 !important; */
}

.con-news .imglist .swiper-slide a {
    display: inline-block;
    position: relative;
}


.con-news .imglist .swiper-container {
    width: 700px;
    height: auto;
    margin: 0;
}

.con-news .imglist .swiper-slide .text {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 680px;
    padding-left: 20px;
}

.con-news .imglist .swiper-slide .text span {
    width: 85%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.con-news .imglist .swiper-slide .img img {
    /*width: 100%;*/
    /*height: auto;*/
    width: 700px;
    height: 394px;
}



.imglist .swiper-container .swiper-pagination {
    position: absolute;
    bottom: 15px;
    right: 20px;
}



.imglist .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fff;
    opacity: 1;
}



.imglist .swiper-pagination .swiper-pagination-bullet-active {
    background: #005091;
}



.con-news .tablist {
    width: 47.86%;
}

.con-news .tablist .tab-head {
    display: flex;
    justify-content: space-between;
    height: 55px;
    line-height: 45px;
    margin-bottom: 30px;
    border-bottom: 3px solid #f5f7fb;
}



.con-news .tablist .tab-head a {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 24.5%; */
    width: 19.5%;
    height: 55px;
    font-size: 15px;
    color: #3e3e3e;
    position: relative;
    top: 3px;
    background-color: #f5f7fb;
}

.con-news .tablist .tab-head a.on,
.con-news .tablist .tab-head a:hover {
    background-color: #0062b2;
    color: #fff;
    font-weight: bold;
}

.con-news .tablist .tab-cont ul {
    display: none;
}

.con-news .tablist .tab-cont ul.on {
    display: block;
}

.con-news .tablist .tab-cont ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}

.con-news .tablist .tab-cont ul li:nth-child(1) {
    padding-top: 0;
}

.con-news .tablist .tab-cont ul li:nth-child(8) {
    padding-bottom: 0;
    border-bottom: none;
}

.con-news .tablist .tab-cont ul li a {
    font-size: 16px;
    color: #3e3e3e;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.con-news .tablist .tab-cont ul li a span {
    font-size: 16px;
    color: #3e3e3e;
    opacity: 0.5;
}

.con-news .tablist .tab-cont ul li a span:nth-child(1) {
    opacity: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: 80%;
}

.con-news .tablist .tab-cont ul li a span:nth-child(2) {
    float: right;
}

.con-news .tablist .tab-cont ul li:hover a {
    color: #0062b2;
}

.con-news .tablist .tab-cont ul li:hover a span {
    color: #0062b2;
}


.adv-img {
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.adv-img .slideBox3 ul li {
    width: 460px !important;
    height: 120px;
    margin-right: 10px;
}

.adv-img .slideBox3 ul li a .img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.adv-img .slideBox3 ul li a img {
    width: 460px;
    height: 120px;
    display: inline-block;
    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;
}

.adv-img .slideBox3 ul li a .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}


.adv-img .item {
    width: 33%;
    height: 120px;
}

.adv-img .item a {
    display: inline-block;
}

.adv-img .item .img {
    overflow: hidden;
}

.adv-img .item .img img {
    width: 100% !important;
    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;
}

.adv-img .item .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}


/* 业务 */
.con-product {
    margin-bottom: 50px;
}

.con-product .column .col-title a {
    margin-right: 60px;
    display: inline-block;
    height: 55px;
    cursor: pointer;
}

.con-product .column .col-title a.on {
    border-bottom: 3px solid #0062b2;
}

.con-product .column .col-title {
    border: none;
}


.con-product .column {
    display: flex;
    justify-content: space-between;
}

.con-product .column .col-more a.col-m1 {
    display: block;
}

.con-product .column .col-more a {
    display: none;
    font-size: 16px;
    color: #3e3e3e;
    opacity: 0.4;
}

.con-xyw {
    display: none;
}

.con-product .category {
    width: 360px;
    height: 450px;
    display: inline-block;
    border-top: 3px solid #edd9b6;
    background: url(../img/prodect-l-bg.jpg) no-repeat;
}

.con-product .category a span.icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/pro-cate-r.png) no-repeat;
}

.con-product .product-list {
    display: flex;
    justify-content: space-between;
}

.con-product .product-list .tab-cont {
    width: 73.6%;
}

.con-product .product-list .category .tab-head {
    margin-top: 30px;
}

.con-product .product-list .category a {
    display: inline-block;
    padding: 0 30px;
    width: 300px;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #999;
}

.con-product .product-list .category a.onx {
    background: #0062b2;
    color: #fff;
    font-weight: bold;
}

/* .con-product .product-list .category a.onx1 {
	background: #0062b2;
	color: #fff;
	font-weight: bold;
} */

.con-product .product-list .slideBox {
    display: none;
    position: relative;
}

.con-product .product-list .onx {
    display: block;
}

.con-product .product-list .slideBox .bd ul {
    width: 100% !important;
    height: auto;
    min-height: 260px;
}

.con-product .product-list .slideBox .bd ul li {
    width: 100% !important;
    height: 450px;
    display: inline-block;
}


.con-product .product-list .slideBox .bd ul li .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.con-product .product-list .slideBox .bd ul li .desc {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    height: 75px;
    margin-top: 15px;
}

.con-product .product-list .slideBox .bd ul li a {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 970px;
    height: 410px;

    position: absolute;
    bottom: 0;

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}



.con-product .product-list .slideBox .bd ul li .img img {
    width: 100%;
    height: auto;
}

.con-product .product-list .slideBox a.prev {
    width: 40px;
    height: 40px;
    z-index: 99;
    right: 15px;
    top: 45%;
    opacity: 0.7;
    position: absolute;
    display: inline-block;
    background: url(../img/qh-right.png) no-repeat;
}

.con-product .product-list .slideBox a.next {
    width: 40px;
    height: 40px;
    z-index: 99;
    top: 45%;
    opacity: 0.7;
    left: 15px;
    position: absolute;
    display: inline-block;
    background: url(../img/qh-left.png) no-repeat;
}

.con-product .product-list .slideBox a.next:hover {
    opacity: 1;
}

.con-product .product-list .slideBox a.prev:hover {
    opacity: 1;
}




.footer {
    width: 100%;
    height: 280px;
    background: url(../img/footer-bg.jpg) no-repeat;
}

.nei-footer {
    background: #0062b2 !important;
}


.footer .foot {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .foot .banq {
    margin-top: 35px;
}

.footer .foot .banq p {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    line-height: 25px;
}



.footer .foot .banq p img {
    display: inline-block;
}

.footer .foot .f-column {
    margin-top: 25px;
}

.footer .foot .f-column a {
    font-size: 16px;
    color: #fff;

}

.footer .foot .f-column span {
    font-size: 16px;
    color: #fff;
    margin: 0 10px;
}

.footer .foot .f-desc p {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    text-align: right;
    margin-top: 25px;
}

.footer .foot .f-desc p a {
    color: rgba(255, 255, 255, .5);
}

.footer .foot .links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



.links .box a {
    width: 100%;
    font-size: 16px;
    color: #333;
    display: inline-block;
    line-height: 40px;

}

.links .main-links {

    display: inline-block;
    height: 50px;
    margin-left: 23px;
}


.links .box {
    width: 285px;
    height: 40px;
    float: left;
    position: relative;
    margin-right: 20px;
    border: 1px solid #75a4ca;
    cursor: pointer;
    border-radius: 5px;
}

.links .box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    height: 40px;
    text-indent: 30px;
    width: 100%;
    margin: 0;
    opacity: 0.8;
}

.links .box::before {
    content: '';
    right: 30px;
    position: absolute;
    width: 20px;
    top: 15px;
    height: 15px;
    display: inline-block;
    background: url(../img/links-icon.png) no-repeat;
}


.links .box ul {
    width: 100%;
    max-height: 285px;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    display: none;
    overflow-y: scroll;
    max-height: 150px;
    z-index: 99;
}

.links .box:hover ul {
    display: block;
}

.links .box ul li {
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    margin: 0 15px;
    border-bottom: 1px dashed #ddd;
}

.links .box ul li:hover a {
    color: #0d55af;
}

.links .box ul li a {
    color: #333;
}

.con-product .product-list .category ul {
    display: none;
}



.con-product .product-list .category ul li a {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e2e2e2;
}

.con-product .product-list .category ul li a:hover {
    color: #005091;
}

.con-product .product-list .category a span.sjj_nav_i_se {
    transform: rotate(0);
    transition: all ease 0.5s;
    background: url(../img/pro-cate-r-on.png) no-repeat;
}



/* 内页大图及位置 */
.nei-banner {
    position: relative;
}

.nei-banner .img img {
    width: 100%;
    height: 350px;
}

.nei-banner .sj-img {
    display: none;
}

.nei-banner .sj-img img {
    width: 100%;
    height: auto;
}

.nei-banner .nei-weizhi {
    position: absolute;
    left: 13.5%;
    top: 40%;
}

.nei-banner .nei-weizhi .wz-col {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.nei-banner .nei-weizhi p {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
}

.nei-banner .nei-weizhi p a {
    color: #fff;
    font-size: 16px;
}

.nei-banner .nei-weizhi p span {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
    background: url(../img/wz-icon.png) no-repeat;
}

/* 内页二级 */
.sub-name {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f1f4f7;
}

.sub-name .sub-list {
    display: flex;
    justify-content: flex-start;
}

.sub-name .sub-list a {
    font-size: 20px;
    color: #333;
    margin-right: 55px;
}

.sub-name .sub-list a.on {
    color: #0062b2;
    height: 57px;
    border-bottom: 3px solid #0062b2;
}

.sub-name .sub-list a:hover {
    color: #0062b2;
    height: 57px;
    border-bottom: 3px solid #0062b2;
}

/* 图片列表 */
.con-picture {
    margin-top: 40px;
}

.con-picture ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.con-ywbk ul li {
    width: 31.3%;
}

.con-picture ul li {
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.con-picture ul li a .title {
    position: absolute;
    bottom: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.con-picture ul li a .img {
    overflow: hidden;
}

.con-picture ul li a .img img {
    width: 100%;
    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;

}


.con-picture ul li a:hover .title {
    background: rgba(0, 98, 178, 0.7);
}

.con-picture ul li a: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);

}

/* 信息列表 */
.con-textlist {
    margin-top: 40px;
}


.con-textlist ul li {
    margin-bottom: 30px;
    background: #f6f8f9;
    padding: 20px;
}

.con-textlist ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.con-textlist ul li a .dete {
    width: 7.4%;
    height: 100px;
    background: #ebeef0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.con-textlist ul li a .text {
    width: 91%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.con-textlist ul li a .title {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;
    color: #161616;
}

.con-textlist ul li a .desc {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin-top: 5px;
}

.con-textlist ul li a .d {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #666;
    /* margin-top: 8px; */
    text-align: center;
}

.con-textlist ul li a .y {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #666;
    text-align: center;

}

.con-textlist ul li:hover {
    background: #e0ebf3;
}

.con-textlist ul li:hover .dete {
    background: #70a6d2;
}

.con-textlist ul li:hover a .d {
    color: #fff;
}

.con-textlist ul li:hover a .y {
    color: #fff;
}

.con-textlist ul li:hover a .title {
    color: #0062b2;
    font-weight: bold;
}

.con-textlist ul li:hover a .desc {
    color: #666;
}

/* 图文列表 */


/* 图文 */
.con-piclist {
    margin-top: 40px;
}

.con-piclist ul li {
    background: #f6f8f9;
    box-sizing: border-box;
    margin-bottom: 30px;
}


.con-piclist ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.con-piclist ul li a .text {
    width: 74.2%;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.con-piclist ul li a .title {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.con-piclist ul li a .desc {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-piclist ul li a .dete {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;
    color: #999;
}


.con-piclist ul li a .img {
    overflow: hidden;
    width: 23.6%;
}

.con-piclist ul li a .img img {
    width: 330px;
    height: 185px;
    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;

}

.con-piclist ul li:hover {
    background: #e0ebf3;
}

.con-piclist ul li:hover .title {
    color: #0062b2;
    font-weight: bold;
}

.con-piclist ul li:hover .desc {
    color: #666;
}


.con-piclist ul li:hover a .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);

}



/* 详情 */
.con-detail {
    margin: 40px 0;

}

.con-detail .d-detail {
    padding: 0px 120px;
    border: 1px solid #e7e7e7;
}

.con-detail .d-detail .title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 60px;
    margin-top: 20px;
    text-align: center;
}


.con-detail .d-detail .timer {
    line-height: 40px;
    text-align: center;
    margin: 15px 0;
}

.con-detail .d-detail .timer span {
    font-size: 14px;
    color: #9d9d9d;
    margin: 0 5px;
}

.con-detail .d-detail .content {
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
    padding: 10px 0;
}

.con-detail .d-detail .content p {
    font-size: 18px;
    font-weight: normal;
    line-height: 45px;
    color: #333;
    margin-bottom: 15px;
}

.con-detail .detail-page {
    line-height: 70px;
    height: 70px;
    display: flex;
    justify-content: space-between;
}

.con-detail .detail-page p a {
    color: #3D3D3D;
    font-size: 16px;
}

.con-detail .detail-page p a:hover {
    color: #0062b2;
}






.danye {
    margin: 40px auto;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #F0E4D8;
}

.danye .d-danye {
    padding: 20px 268px;
}



.danye .d-danye .content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 15px;
}



/* 分页 */
center.margin-top-60,
center.padding-top-90 {
    margin: 40px auto 30px;
    overflow: hidden;
    width: 100%;
}

center.margin-top-60 ul,
center.padding-top-90 ul {
    list-style-type: none;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

center.margin-top-60 ul li,
center.padding-top-90 ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 15px;
    background: white;
    border: 1px solid #dddddd;
    border-radius: 1px;
    padding: 0;
}

center.margin-top-60 ul li a,
center.padding-top-90 ul li a {
    color: #5a5a5a;
}

center.margin-top-60 li.active,
center.padding-top-90 li.active {
    background: #1182d8;
}

center.margin-top-60 li.active a,
center.padding-top-90 li.active a {
    color: #fff;
}

center.margin-top-60 ul li a,
center.padding-top-90 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

center.padding-top-90 ul li a .layui-icon-prev:before {
    content: "芦";
}

center.padding-top-90 ul li a .layui-icon-next:before {
    content: "禄";
}

center.margin-top-60 {
    margin: 20px auto 30px;
}



.ernav {
    width: 100%;
    height: 40px;
    margin-top: 40px;
}

.ernav .ernavcont {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

.ernav .ernavcont a {
    padding: 5px 20px;
    color: #999999;
    font-size: 16px;
    border: 1px solid #999999;
    border-radius: 40px;
    margin-right: 20px;
}

.ernav .ernavcont a.on,
.ernav .ernavcont a:hover {
    border: 1px solid #0062b2;
    color: #0062b2;
}



.con-detail .prevnext {
    width: 100%;
    height: 95px;
    /* background: #f5f7fb; */
    display: flex;
    align-items: center;
    text-indent: 55px;
    margin-top: 45px;
    justify-content: space-between;
}

.con-detail .prevnext a {
    font-size: 16px;
    color: #3c3c3c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-detail .prevnext a:hover {
    color: #0062b2;
    font-weight: bold;
}

.con-detail .prevnext .next {
    width: 50%;
}

.con-detail .prevnext .prev {
    width: 50%;
}


/*---*/

.con-news .imglist .swiper-container {
    visibility: hidden;
}

.con-news .imglist .swiper-container.onx {
    visibility: inherit;
}

.con-news .imglist {
    position: relative;
}

.con-news .imglist .swiper-container {
    position: absolute;
    top: 95px;
}

.con-piclist #number a {
    color: #0062b2;
    margin: 0 5px;
}