﻿@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
fieldset,
lengend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,
textarea {
    border: 2 none;
    box-shadow: none;
    outline: none;
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea,
em,
i {
    font-family: "Microsoft Yahei";
    color: #666;
    font-size: 14px;
    font-style: normal;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
    margin: 0px;
}

/* 重置列表元素 */
ul,
ol,
li {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: #262626;
    word-wrap: break-word;
}

/*英文换行*/
a:hover {
    text-decoration: none;
}

/* 重置表单元素 */
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: none;
    vertical-align: middle;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 全局 */
html {
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* 浏览器滚动轴修改 */
* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none;
    margin: 0;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1)
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2)
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.4)
}

input,
textarea {
    -webkit-user-select: text
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
    overflow-y: scroll;
}

/*基础*/
.print {
    color: #fff;
    padding: 0 20px;
    background: #666;
    line-height: 30px;
    display: inline-block;
    margin-top: 10px;
    display: none
}

.content-tag a {
    color: #666;
    padding: 4px 8px;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 5px;
    background: #e5e5e5;
}

.content-tag a:hover {
    background: #0f3383;
    color: #fff;
}

/*设置浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* -- 页面整体布局 -- */
.content {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.header,
.footer {
    width: 100%;
    margin: 0 auto;
}

.auto {
    margin: 0 auto
}

.marT40 {
    margin-top: 40px;
}

.marB40 {
    margin-bottom: 40px;
}

/*分页样式*/
.pglist {
    padding: 25px 0;
    float: left;
    width: 100%;
    line-height: 34px;
    text-align: center;
}

.pglist a {
    color: #333333;
    padding: 0 10px;
    margin: 0 5px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #dcdcdc;
    font-size: 14px;
}

.pglist * {
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding-bottom: 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.pglist .hover {
    display: inline-block;
    color: #fff;
    background: #0f3383;
}

.pglist a:hover {
    display: inline-block;
    color: #fff;
    background: #0f3383;
}

.pglist .curpage {
    display: inline-block;
    color: #fff;
    background: #0f3383;
}

/*顶部*/

.ksdxl_head {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    height: 125px;
    background: #fff;
}

.ksdxl_head .logo {
    margin: 30px 00px 0 0
}

.ksdxl_head .logo img {
    width: 301px;
    height: 58px;
}

.ksdxl_head .right {
    width: 860px;
}

.nav {
    width: 100%;
    z-index: 1;

}

.nav ul {
    display: flex;
    justify-content: flex-end;
}

.nav li {
    display: inline-block;
    position: relative;
}

.nav li a {
    color: #333;
    position: relative;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    width: 130px;
    text-align: center;
    z-index: 2;
    height: 125px;
    padding-top: 30px;
    box-sizing: border-box;
}

.nav li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #e60012;
    bottom: 0;
    left: 0;
    -webkit-transition: height .3s;
    transition: height .3s;
    z-index: 1;
}

.nav li.cur {
    position: relative;
    background-color: #e60012;
    height: 125px;
}

.nav li.cur em {
    background-position-y: -34px !important;
}

.nav li.cur a,
.nav li:hover a {
    color: #fff
}

.nav li:hover::after {
    height: 125px;
}

.nav li.cur:hover::after {
    height: 125px;
}

.nav li em {
    background: url(../images/nav_1.png) no-repeat center 0;
    height: 34px;
    width: 57px;
    display: block;
    margin: 0 auto 8px;
}

.nav li:hover em {
    background-position-y: -34px !important;
}

/*导航跟随*/
#mainMenuBar {
    position: absolute;
    z-index: 9999
}

/*banner*/
.slideBox {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    z-index: 1;
}

.slideBox .bd img {
    display: block;
    margin: 0 auto;
    height: 500px;
}

.slideBox .prev {
    display: none;
    position: absolute;
    padding: 0;
    left: 50%;
    margin-left: -595px;
    top: 60%;
    margin-top: -73px;
    width: 38px;
    height: 73px;
    background: url(../images/next_bg_09.png) no-repeat left center;
    background-position: 0 0;
}

.slideBox .next {
    display: none;
    position: absolute;
    padding: 0;
    right: 50%;
    margin-right: -595px;
    top: 60%;
    margin-top: -73px;
    width: 38px;
    height: 73px;
    background: url(../images/next_bg_09.png) no-repeat left center;
    background-position: right center;
}

.slideBox .hd {
    position: relative;
    top: -10px;
    z-index: 1;
}

.slideBox .hd ul {
    text-align: center;
    margin-top: -25px;
}

.slideBox .hd ul li {
    width: 40px;
    height: 8px;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
}

.slideBox .hd ul li.on {
    background: #0f3383;
}


/*内页benner*/
.banner {
    overflow: hidden;
    line-height: 0;
    text-align: center;
}

.banner img {
    visibility: hidden;
}

.banner img.show {
    visibility: visible;
}

/* 内页search */
.search {
    background: #f2f2f2;
    height: 82px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 14px;
}

.search p {
    color: #444;
    line-height: 82px;
}

.search a {
    color: #444;
    display: inline-block;
    margin-right: 15px;
}

.search_s {
    width: 270px;
    height: 30px;
    border-radius: 20px;
    background: #fff;
    padding-left: 10px;
    margin-top: 28px;
}

.search_s input {
    width: 224px;
    height: 30px;
    line-height: 30px;
    color: #a9a9a9;
    float: left;
    border: none;
}

.search_s #searchbtn {
    width: 30px;
    height: 30px;
    background: url(../images/VISkins-p1.png) no-repeat -258px -936px;
    float: right;
    cursor: pointer;
    border: none;
}

/*公用TITLE*/
.t {
    text-align: center;
    position: relative;
    color: #333;
    padding: 40px 0;
}

.t strong {
    font-size: 30px;
    position: relative;
    z-index: 2;
}

.t strong i {
    padding: 0 10px;
    color: #333;
    font-size: 30px;
}

.t strong span {
    color: #0f3383;
}

.t .en {
    position: absolute;
    z-index: 0;
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #d9d9d9;
    text-transform: uppercase;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.t em {
    display: block;
    padding-top: 10px;
    color: #a2a2a2;
    font-size: 16px;
    position: relative;
}

.t em::before {
    content: '//////';
    padding-right: 16px;
    color: #d9d9d9;
    letter-spacing: 2px;
}

.t em::after {
    content: '//////';
    padding-left: 16px;
    color: #d9d9d9;
    letter-spacing: 2px;
}


.t_b {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
    color: #fff;
}

.t_b::before {
    content: '';
    background: url(../images/icon03_b.png) no-repeat center;
    height: 5px;
    width: 70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.t_b em {
    line-height: 2;
    font-size: 20px;
    display: block;
    font-weight: normal;
    color: #fff;
}

/* 内页tit */
.tit_m {
    position: relative;
}

.tit_m h3 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
    padding-top: 35px;
}

.tit_m h3 span {
    display: block;
    font-size: 38px;
    color: #000;
    padding-bottom: 14px;
}

.tit_m h3 em {
    font-size: 14px;
    color: #b4b4b4;
    position: relative;
    padding: 0 18px;
    font-style: normal;
    text-transform: uppercase;
}

.tit_m h3 em:before {
    position: absolute;
    width: 52px;
    height: 1px;
    background: #999;
    content: "";
    top: 8px;
    left: -52px;
}

.tit_m h3 em:after {
    position: absolute;
    width: 52px;
    height: 1px;
    background: #999;
    content: "";
    top: 8px;
    right: -52px;
}

/*底部*/
.ksdxl_foot {
    width: 100%;
    color: #fff;
    overflow: hidden;
    padding: 30px 0;
    margin-top: 30px;
    background: #0f3383;
}


.ksdxl_foot .left {
    width: 40%;
    box-sizing: border-box;
    padding: 0 30px;
    border-right: 1px solid #294990;
}

.ksdxl_foot .left .logo {
    width: 160px;
    height: 115px;
}

.ksdxl_foot .left .wecahtCode {
    margin-left: 40px;
    width: 118px;
    height: 118px;
}

.ksdxl_foot .left .phone {
    background: url(../images/icons/icon02.png) no-repeat;
    height: 68px;
    padding-left: 80px;
    color: #ffffff;
    text-align: left;
    font-size: 15px;
    margin: 30px 0 0 0;
}

.ksdxl_foot .left .phone span {
    display: block;
    line-height: 1.5;
}

.ksdxl_foot .left .phone strong {
    font-size: 30px;
    ;
}

.ksdxl_foot .left dl {
    padding: 20px 0;
}

.ksdxl_foot .left dd {
    line-height: 40px;
    padding-left: 40px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

.ksdxl_foot .left .name {
    background: url(../images/icons/icon_name.png) no-repeat 0 10px;
}

.ksdxl_foot .left .tel {
    background: url(../images/icons/icon_tel.png) no-repeat 0 10px;
}

.ksdxl_foot .left .fax {
    background: url(../images/icons/icon_fax.png) no-repeat 0 10px;
}

.ksdxl_foot .left .email {
    background: url(../images/icons/icon_email.png) no-repeat 0 10px;
}

.ksdxl_foot .left .add {
    background: url(../images/icons/icon_add.png) no-repeat 0 10px;
}

.ksdxl_foot .left .web {
    background: url(../images/icons/icon_web.png) no-repeat 0 10px;
}

.ksdxl_foot .right {
    width: 60%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.ksdxl_foot .right dl {
    padding: 10px 50px;
    text-align: left;
    border-right: 1px solid #294990;
    width: 33.33333333%;
    height: 335px;
    box-sizing: border-box;
}

.ksdxl_foot .right dl:last-child {
    border-right: 0;
}

.ksdxl_foot .right dt a {
    line-height: 3;
    font-size: 18px;
    color: #fff;
}

.ksdxl_foot .right dd a {
    line-height: 2.5;
    font-size: 14px;
    color: #fff;
}




.ksdxl_bq {
    width: 100%;
    color: #999;
    line-height: 3;
    text-align: center;
    font-size: 1rem;
    background: #fff;
    font-size: 15px;
}

.ksdxl_bq a {
    color: #999;
    display: inline-block;
    padding-right: 20px;
    font-size: 15px;
}

/*面包削导航*/
.mbx {
    border-bottom: 1px dashed #dcdcdc;
    line-height: 50px;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
}

.mbx a {
    line-height: 50px;
    color: #666;
    font-size: 14px;
}



.mbx:before {
    content: '';
    background: #0f3383;
    display: inline-block;
    width: 10px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*内页二级导航*/
.navtow {
    margin: 20px auto 0;

}

.navtow ul {
    display: flex;
    justify-content: space-between;
}

.navtow li {
    width: 100%;
}

.navtow li a {
    color: #333;
    font-size: 16px;
    line-height: 55px;
    background: #efefef;
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: center;
}

.navtow li a:hover {
    background: #0f3383;
    color: #fff
}

.navtow li a:hover::after {
    transform: translateX(-50%);
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    bottom: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-top: 7px solid transparent;
}

.navtow li .on::after {
    transform: translateX(-50%);
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    bottom: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-top: 7px solid transparent;
}

.navtow .on {
    background: #0f3383;
    color: #fff
}



/* 浮动工具 */
.c-tools {
    position: fixed;
    z-index: 9999;
    text-align: center;
    right: 0;
    bottom: 50%;
    margin-bottom: -144px;
}

.c-tools ul li {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    position: relative;
    width: 62px;
    height: 62px;
    margin: 1px;
    background: #333 url(../images/tools-ico.png) no-repeat;
}

.c-tools ul li:hover {
    background-color: #0f3383;
}

.c-tools ul li span {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: none;
    position: absolute;
    right: 63px;
    width: 135px;
    padding: 0 10px;
    background: #0f3383;
    color: #ffffff;
}

.c-tools ul li .ewmPic {
    width: 168px;
}

.c-tools ul li .ewmPic img {
    display: block;
    margin-top: 10px;
    width: 168px;
    height: 168px;
}

.c-tools ul li .ewmPic p {
    line-height: 3;
}

.c-tools ul .tel-ico {
    background-position: center -22px;
}

.c-tools ul .tel-ico span {
    height: 62px;
    line-height: 62px
}

.c-tools ul .ewm-ico {
    background-position: center 21px;
}

.c-tools ul .qq-ico {
    background-position: center -69px;
}

.c-tools ul .top-ico {
    background-position: center -115px;
}


/*下一篇、下一篇*/
.sx {
    line-height: 30px;
    overflow: hidden;
    margin: 15px 0px;
    padding: 0 0;
}

.sx span {
    overflow: hidden;
    height: 30px;
    display: block;
    margin: 0 0 10px 0
}

.sx a {
    color: #201618;
}