/* 通用样式 */

@charset "utf-8";
html {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: none;
    outline: none;
}

body {
    font-family: "Microsoft YaHei";
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    font-size: 1rem;
}

.body_box {
    max-width: 1920px;
    margin: 0 auto;
}


/* 3.去除常用标签默认样式 */

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
hr,
input,
p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    border: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

li {
    cursor: pointer;
}


/* 4.去除默认倾斜效果 */

em,
i {
    font-style: normal;
}


/* 5.去除a标签默认的下划线,并设置默认文字颜色 */

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}


/* 6.设置img的垂直对齐方式为居中对齐 */

img {
    vertical-align: middle;
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* 7.左右浮动 */

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 清除浮动影响 */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}


/* 版心的公共类 */

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}


/* ------------------------------------------------- */


/* 内容板块头部标题 */

.hd_title h1 {
    float: left;
    padding: 31px 82px 0 41px;
    font-size: 30px;
    color: #111;
    background: url("../images/news_title_bg.png") no-repeat;
}

.hd_title h1 span {
    color: #0099c7;
}

.hd_title .more {
    margin-top: 39px;
    font-size: 16px;
    color: #0099c7;
}

.hd_title .more:hover {
    color: #ffa200;
}


/* 网页底部 */

footer {
    background-color: #0099c7;
    padding: 24px 0;
    color: #fff;
    line-height: 22px;
}

.ft_logo {
    margin-right: 95px;
}

.ft_logo img {
    margin-left: 10px;
}

.ft_logo .jszc {
    margin-top: 5px;
    font-size: 12px;
}

.ft_logo img {
    max-width: 100%;
}

footer .about {
    margin-top: 5px;
    font-size: 13px;
}

footer .qr_box ul {
    margin: 0 -4px;
}

footer .qr_box li {
    float: left;
    margin: 0 4px;
}


/* 副页面上方图块 */

.page_img {
    position: relative;
    width: 100%;
    padding-bottom: 15.15%;
    overflow: hidden;
}

.page_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


/* 副页面内容主体盒子 */

.contents_box {
    padding: 67px 0 70px;
}


/* 副页面左侧栏目导航盒子 */

.snav {
    width: 268px;
}


/* 栏目导航标题 */

.snav_title_box {
    padding: 10px 8px 8px 8px;
    border: solid 2px #0d9f74;
}

.snav .snav_title {
    padding: 26px 0 30px 0;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background-color: #0099c7;
    background-image: url("../images/sNav_title_bg.png");
    background-repeat: no-repeat;
    background-position: center 4px;
}


/* 栏目项目 */

.snav .snav_column {
    position: relative;
    width: 88%;
    margin: 21px auto 0 auto;
    padding: 9px 0 147px;
    background-image: linear-gradient(0deg, #70d3f1 0%, #ade0b0 45%, #eaec6f 100%);
}

.snav_column .ss_img {
    position: absolute;
    width: 100%;
    height: 170px;
    left: 0;
    bottom: 0;
    background: url("../images/column_box_bg.png") no-repeat 100%;
}

.snav_column .column_name {
    display: block;
    font-size: 22px;
    color: #016c8c;
    padding: 20px 0 20px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background-image: url("../images/column_arrow.png");
    background-repeat: no-repeat;
    background-position: 30px center;
}

.snav_column .on .column_name {
    margin-left: -16.5px;
    width: 270px;
    color: #fff;
    font-weight: 700;
    border-bottom: none;
    background-color: #0099c7;
    background-image: url("../images/column_arrow_active.png");
    background-repeat: no-repeat;
    background-position: 30px center;
}

.snav_column ul {
    margin-top: -12px;
    padding-left: 50px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 153, 199, 0.3);
    z-index: 9;
}

.snav_column ul li {
    margin-top: 28px;
}

.snav_column li a {
    position: relative;
    padding-left: 19px;
    font-size: 18px;
    color: #016c8c;
}

.snav_column li a::before {
    content: "·";
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    left: 0;
}

.snav_column ul li>a:hover {
    font-weight: 700;
}


/* 栏目导航 end */


/* 副页面右侧内容盒子 */

.right_box {
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px)
}


/* 副页面右侧头部标题 */

.inner_header {
    width: 100%;
    padding: 8px 0 15px;
    background: #fff;
    border-bottom: 1px solid #0099c7;
}

.inner_header .hd_title {
    font-size: 26px;
    color: #333;
}


/* 副页面右侧头部当前位置 */

.inner_header .position {
    font-size: 12px;
    padding-left: 27px;
    color: #808080;
}
.inner_header .position li{
    float:left;
}
.inner_header .position a {
    color: #808080;
}


/*  */






