@charset "utf-8";
@font-face {
  font-family: "SY_regular";
  font-display:swap;
  src: url("../css/SY_regular.otf");
}
@font-face {
  font-family: "SY_bold";
  font-display:swap;
  src: url("../css/SY_bold.otf");
}
body {
    font-family:"SY_regular", '微软雅黑', 'Microsoft YaHei', 'Arial', 'Century Gothic', 'Helvetica', 'SimSun', '宋体', 'Heiti', '黑体', 'sans-serif', 'PangMenZhengDao';
    font-size: 14px;
    width: 100%;
    height: 100%;
    color: #1C1C1C;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    transition: all 0.3s;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    /* 全站不可复制 */
    -moz-user-select: none;
    /* Firefox私有属性 */
    -webkit-user-select: none;
    /* WebKit内核私有属性 */
    -ms-user-select: none;
    /* IE私有属性(IE10及以后) */
    -khtml-user-select: none;
    /* KHTML内核私有属性 */
    -o-user-select: none;
    /* Opera私有属性 */
    user-select: none;
    /* CSS3属性 */
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.contain {
    width: 1440px;
    margin: 0 auto;
}

img {
    width: 100%;
    height: 100%;
    border: none;
    transition: all 0.3s;
}

.banner .swiper-pagination {
    margin-bottom: 25px !important;
}

.banner .swiper-pagination-bullet {
    width: 46px !important;
    height: 5px !important;
    background-color: #ffffff !important;
    border-radius: 0% !important;
    opacity: 0.5;
    margin-right: 20px !important;
}

.banner .swiper-pagination-bullet-active {
    width: 46px !important;
    height: 5px !important;
    background-color: #ffffff !important;
    border-radius: 0% !important;
    opacity: 1 !important;
}

.simple-article ul li,
ol li {
    list-style: inside;
}

button {
    border: 0;
    cursor: pointer;
    transition: 0.3s all;
    display: block;
}

select,
textarea {
    font-size: 14px;
    border: none;
    outline: none;
    background: none;
    font-family: '微软雅黑';
    padding: 0;
}

textarea {
    resize: none;
    overflow: hidden;
    -webkit-appearance: none;
}

table {
    border: 0;
    border-collapse: collapse;
}

em,
i {
    font-style: normal;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: none;
    font: normal 12px/*'方正兰亭中黑_GBK',*/
    'Arial', 'Microsoft YaHei', '微软雅黑', 'SimSun', '宋体', 'Heiti', '黑体', 'sans-serif';
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 1;
    border-spacing: 0;
}

.simple-article h1,
.simple-article h2,
.simple-article h3,
.simple-article h4,
.simple-article h5,
.simple-article h6 {
    font-weight: bold;
}

.simple-article h1 {
    font-size: 34px;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.simple-article h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.simple-article h3 {
    font-size: 26px;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.simple-article h4 {
    font-size: 22px;
    line-height: 1.25em;
    margin-bottom: 10px;
}

.simple-article h5 {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.simple-article h6 {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.simple-article a {
    display: inline-block;
}

.simple-article blockquote {
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 10px 20px 10px 45px;
    color: #666;
    line-height: 160%;
    margin-bottom: 15px;
}


/* ????”¨ */

.simple-article blockquote em {
    color: #999;
    text-align: right;
    display: block;
}

.dropcap {
    float: left;
    padding: 10px 10px 5px 0;
    font-weight: bold;
}


/* é|–?-—????2‰ */

.simple-article hr {
    border: 1px solid #ddd;
    border-width: 0 0 1px 0;
    height: 1px;
    font-size: 0;
    margin: 25px 0;
    clear: both;
    *margin: 17px 0;
}

.simple-article .br {
    font-size: 0;
}


/*-------------------------------------
   List
-------------------------------------*/

.simple-article li ul,
.simple-article li ol {
    margin: 0;
}

.simple-article ul,
.simple-article ol {
    margin: 0 0 15px 0;
    padding-left: 1.5em;
    line-height: 180%;
    _margin-left: 5px;
}

.simple-article ul {
    list-style-type: disc;
}

.simple-article ul.square {
    list-style: square;
}

.simple-article ul.circle {
    list-style: circle;
}

.simple-article ol {
    list-style-type: decimal;
    *padding-left: 1.8em;
}

.simple-article dl {
    margin: 0 0 1.5em 0;
}

.simple-article dl dt {
    font-weight: bold;
}

.simple-article dd {
    margin-left: 1.5em;
}


/*-------------------------------------
   2. table
-------------------------------------*/

.simple-article table {
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
    width: fit-content;
    margin-bottom: 15px;
}

.simple-article table th {
    font-weight: bold;
}

.simple-article table th,
.simple-article table td {
    border: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 8px;
    /*text-align: left;*/
    vertical-align: top;
}

.simple-article table colgroup+thead tr:first-child th,
.simple-article table colgroup+thead tr:first-child td,
.simple-article table thead:first-child tr:first-child th,
.simple-article table thead:first-child tr:first-child td {
    border-top: 0 none;
}

.simple-article table thead tr th,
.simple-article table thead tr td {
    *border-top: 0 none;
}

.simple-article .table-striped tbody tr:nth-child(2n+1) td,
.simple-article .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #F9F9F9;
}

.simple-article table th {
    background: #EBEBEB;
}

.simple-article .table-bordered {
    -moz-border-colors: none;
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}

.simple-article .table-bordered th,
.table-bordered td {
    border-left: 1px solid #DDDDDD;
}

.simple-article .table-row thead th {
    background: #ebebeb;
}

.simple-article .table-row tbody th {
    background: #f5f5f5;
}

.simple-article .table-col {
    border-top-width: 0;
}

.simple-article .table-col tbody th {
    background: #ebebeb;
}

.simple-article ul li {
    list-style: none
}


/*Alignment*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    clear: both;
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* 小屏幕导航 */

.p_transition {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}

.small_nav_btn {
    position: absolute;
    top: 20px;
    right: 0px;
    height: 30px;
    z-index: 12;
    display: none;
    width: 30px;
    height: 30px;
    background: url(../images/m_menu1.png) no-repeat center;
}

.small_nav_btn.active {
    background: url(../images/m_menu2.png) no-repeat center;
}

.small_nav .wapper .btn i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    background: url(../images/h_content_dot.png) no-repeat center;
    background-size: 13px;
}

.small_nav .wapper .btn.active i {
    -webkit-transform: rotate(180deg);
    transform: rorate(180deg);
    border-left: 0;
}

.small_nav .show a {
    text-indent: 30px;
    line-height: 40px;
}

.small_nav .show a {
    text-indent: 30px;
    line-height: 40px;
}

.scale img {
    transition: all 0.2s;
}

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

.small_nav .wapper {
    position: relative;
}

.small_nav {
    position: absolute;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    top: 70px;
    left: 0;
    text-align: center;
    background: #fff;
    z-index: 12;
    display: none;
    overflow: auto;
}

.small_nav a {
    font-size: 13px;
    display: block;
    color: #333;
    line-height: 50px;
    text-align: left;
    text-indent: 15px;
    position: relative;
}

.small_nav .show {
    background: #266db5;
    display: none;
}

.small_nav .show a {
    color: #fff;
}

.map img {
    max-width: inherit;
}

.header {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    color: #333;
    position: relative;
    z-index: 11;
}

.header .logo {
    margin: 30px 0;
    height: 40px;
    float: left;
    position: relative;
    z-index: 3;
}

.header .nav {
    position: absolute;
    left: 50%;
    margin-left: -284px;
    top: 0;
}

.header .nav li {
    float: left;
    margin: 0 22px;
}

.header .nav li>a {
    line-height: 100px;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.header .nav li>a:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: 2px;
    width: 8px;
    opacity: 0;
    height: 4px;
    background: url(../images/header_dot.png) no-repeat center;
}

.header .nav li>a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    height: 2px;
    background: url(../images/header_dot.png) no-repeat top #266db5;
}

.header .nav li.active>a:after,
.header .nav li.active>a:before,
.header .nav li:hover>a:after,
.header .nav li:hover>a:before {
    opacity: 1;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: 0.3s all;
    height: 100%;
    display: none;
    z-index: 11;
    background: rgba(0, 0, 0, 0.5)
}

.mask.active {
    opacity: 1;
    visibility: visible;
}

.header .show {
    position: fixed;
    left: 0;
    top: 101px;
    background: #fff;
    width: 100%;
    display: none;
    z-index: 3;
}

.header .show.active1 {
    display: block;
}

.header .show.active {
    display: block;
}

.header .show .left {
    padding: 50px 0;
    width: 37.5%;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
    float: left;
}

.header .show .p1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 25px;
}

.header .show .tab {
    margin-right: 20px;
}

.header .show .tab a {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    line-height: 80px;
    padding: 0 30px;
}

.header .show .tab a.active,
.header .show .tab a:hover {
    background: #fff;
    color: #266db5;
}

.header .show .tab a span {
    display: block;
    background: url(../images/header_dot1.png) no-repeat right;
}

.header .show .tab a:hover span {
    background: url(../images/header_dot2.png) no-repeat right;
}

.header .show .left_mask {
    width: calc(50% - 800px + 600px);
    background: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.header .show .right {
    box-sizing: border-box;
    width: 62.5%;
    float: right;
    display: none;
    padding: 70px 0 70px 100px;
}

.header .show .right .p2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.header .show .right .line {
    width: 25px;
    height: 8px;
    margin-bottom: 15px;
    background: url(../images/header_line.png) no-repeat center;
}

.header .show .right .p3 {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 40px;
}

.header .show .right .btn {
    width: 198px;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 16px;
    border-radius: 48px;
    text-align: center;
}

.header .show .right .btn span {
    font-size: 16px;
    color: #333;
    padding-right: 30px;
    background: url(../images/header_dot3.png) no-repeat right;
}

.header .show .right .btn:hover span {
    color: #fff;
}

.header .show .right .btn:hover {
    background: #266db5;
    border: 1px solid #fff;
}

.header .show .right .btn:hover span {
    background: url(../images/header_dot33.png) no-repeat right;
}

.simple-article {
    font-size: 16px;
    line-height: 40px;
    color: #333333;
}

.culture_containBox {
    line-height: 32px;
    text-align: justify;
}

.culture_containBox p {
    color: #333 !important;
}

.down {
    display: none !important;
}