@charset "utf-8";

@font-face{
  font-family: "puhui";
  src: url('AlibabaPuHuiTi-2-55-Regular.ttf')
}
body {
    font-family: "puhui",'Microsoft YaHei', '微软雅黑', 'Century Gothic', 'Helvetica', 'SimSun', '宋体', 'Heiti', '黑体', 'Arial', 'sans-serif';
    font-size: 14px;
    width: 100%;
    height: 100%;
    color: #666;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

em,
span,
i {
    display: inline-block;
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s;
}

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

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

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

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

img {
    border: none;
    vertical-align: top;
}

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;
}

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

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    outline: none;
}

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

img {
    max-width: 100%;
    height: auto;
}

.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: inside
}


/*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;
}


/*-------------------------------------
   page 翻页器end
-------------------------------------*/

.simple-article video,
.simple-article .wp-video {
    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: 70px;
    /*top: 230px;*/
    right: 3%;
    height: 30px;
    z-index: 8;
    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;
    border-left: 1px solid #e5e5e5;
    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;
    border-right: 1px solid #e5e5e5;
}

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

.scale {
    overflow: hidden;
}

.scale img {
    /*width:100%;*/
    transition: all 0.3s;
}

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

.small_nav .wapper {
    position: relative;
}

.small_nav {
    position: absolute;
    width: 100%;
    /*top: 288px;*/
    top: 118px;
    left: 0;
    text-align: center;
    background: #c00000;
    z-index: 7;
    display: none;
    overflow: auto;
}

.small_nav a {
    font-size: 13px;
    display: block;
    color: #fff;
    border-bottom: 1px solid #f00;
    line-height: 30px;
    text-align: left;
    text-indent: 15px;
    position: relative;
}

.small_nav .show {
    background: #c00000;
    display: none;
}

.map img {
    max-width: inherit;
}


/*内页banner*/

.inside_banner {
    height: 400px;
}


/*自适应图片*/

.autoimg {
    position: relative;
    /*float: left;
  height: 210px;
  width: 28.33333333333333%;*/
    overflow: hidden;
}

.autoimg:after {
    content: '';
    /*padding-top: 61.76%;*/
}

.autoimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: inherit;
}

.owl-stage {
    transition: 0.75s all !important;
}

input:-ms-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none !important
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: inherit !important;
}

.swiper-pagination {
    z-index: 2 !important;
}

.paging {
    padding: 20px 0 0;
}

.paging li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.paging li:first-child {
    margin-left: 0;
}

.paging li.style {
    height: 26px;
    width: 26px;
    font-size: 14px;
    font-family: "Arial";
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border: 1px solid #dedede;
    color: #333;
}

.paging li.active a,
.paging li.style a:hover {
    background: #c00000;
    color: #fff;
}

.paging li.style a {
    color: #333;
    background: #fff;
    display: block;
}

.paging li.active a {
    background: #c00000;
    color: #fff;
}

.paging li.active {
    border: 1px solid #c00000;
}

.paging li.prev a {
    height: 100%;
    background: url(../images/paging_1.png) no-repeat center;
}

.paging li.prev:hover a {
    background: url(../images/paging_11.png) no-repeat center #c00000;
}

.paging li.next a {
    height: 100%;
    background: url(../images/paging_2.png) no-repeat center;
}

.paging li.next:hover a {
    background: url(../images/paging_22.png) no-repeat center #c00000;
}

.share .social-share .social-share-icon {
    border: 0;
    margin: 0 0 0 60px;
    width: 30px;
    height: 30px;
}

.share .social-share .icon-wechat {
    background: url(../images/share1.png) no-repeat center;
}

.share .social-share .icon-weibo {
    background: url(../images/share2.png) no-repeat center;
}

.share .social-share .social-share-icon:before {
    display: none;
}

.bg_white {
    background: #fff;
}

.rela {
    position: relative;
}

.scrollBar::-webkit-scrollbar-track-piece {
    /*//滚动条凹槽的颜色，还可以设置边框属性*/
    background-color: #f8f8f8;
}

.scrollBar::-webkit-scrollbar {
    /*//滚动条的宽度*/
    width: 9px;
    height: 9px;
}

.scrollBar::-webkit-scrollbar-thumb {
    /*//滚动条的设置*/
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

.scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

.bd {
    border: 1px solid #dedede;
}

.header .logo {
    float: left;
    height: 100px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.header .logo img {
    max-height: 100%;
}

.nav_mask {
    height: 60px;
    display: none;
}

.header .nav_wapper {
    background: #c00000;
}

.header .nav_wapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.header .nav>.nav-item {
    float: left;
    width: calc( 100% / 15);
    position: relative;
}

.header .nav>.nav-item>a {
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 60px;
    position: relative;
}

.header .nav>.nav-item.active>a,
.header .nav>.nav-item>a:hover {
    color: #fff;
    background: #ae0101;
}

.header .nav>.nav-item .show {
    position: absolute;
    border-radius: 8px;
    top: 60px;
    z-index: 2;
    opacity: 0;
    transform: translate(0, -20px);
    visibility: hidden;
    transition: 0.15s all;
    width: 240px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.header .nav>.nav-item:hover>.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.header .nav>.nav-item .show .nav-item {
    position: relative;
}

.header .nav>.nav-item .show .nav-item>a {
    line-height: 50px;
    text-align: left;
    position: relative;
    text-indent: 20px;
    color: #333;
}

.header .nav>.nav-item .show .show .nav-item>a {
    line-height: 40px;
}

.header .nav>.nav-item .show .nav-item:hover>a {
    background: #b41f2a;
    color: #fff;
}

.header .nav>.nav-item .show .show>.nav-item:first-child a {
    border-radius: 8px 8px 0 0
}

.header .nav>.nav-item .show .show>.nav-item:last-child a {
    border-radius: 0 0 8px 8px;
}

.header .nav>.nav-item .show .show a {
    background: rgba(255, 255, 255, 0.8);
}

.header .nav>.nav-item .show .show a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #b41f2a;
}

.header .nav>.nav-item .show .show a:after {
    display: none;
}

.header .nav>.nav-item .show .nav-item:hover>a:after {
    opacity: 1;
}

.header .nav>.nav-item .show .show {
    position: absolute;
    left: 100%;
    padding-left: 10px;
    width: max-content;
    min-width: 140px;
    transform: translate(0, 0);
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    background: none;
    transition: 0.3s all;
    top: 0;
}

.header .nav>.nav-item .show .nav-item:hover>.show {
    opacity: 1;
    visibility: visible;
}

.header .search {
    margin-top: 20px;
    border: 1px solid #dddddd;
}

.header .search input {
    width: 348px;
    float: left;
    line-height: 48px;
    height: 48px;
    font-size: 14px;
    text-indent: 15px;
}

.header .search a {
    float: right;
    width: 70px;
    height: 48px;
    background: #c00000 url(../images/search1.png) no-repeat center;
}

.header .contain {
    position: relative;
}

.header .mid {
    float: left;
    margin-left: 50px;
}

/*.header .top .slider {*/
/*    height: 230px;*/
/*}*/

.zttj .top .slider {
    height: 1080px;
}

.header .slider {
    height: 100px;
}

.header .main {
    padding: 30px 0;
}

.header .right .to_wechat {
    margin-left: 15px;
    position: relative;
}

.header .right .to_wechat .show {
    position: absolute;
    left: 50%;
    width: 120px;
    max-width: initial;
    display: none;
    margin-left: -60px;
}

.header .right .to_wechat:hover .show {
    display: block;
}

.header .right .btn1 {
    font-size: 0;
    line-height: 30px;
    margin-left: 20px;
}

.header .right .btn1 a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.header .right .btn1 a:hover {
    color: #c00000;
}

.header .right .btn1 span {
    margin: 0 10px;
    width: 1px;
    height: 15px;
    background: #333;
    display: inline-block;
    vertical-align: middle;
}

.all_mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.all_show {
    position: fixed;
    left: 50%;
    display: none;
    margin-left: -200px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 4;
    border-radius: 10px;
    background: #fff;
    width: 400px;
    padding: 0 30px 26px;
    box-sizing: border-box;
}

.all_show .p1 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 35px 0 25px;
    line-height: 30px;
}

.all_show .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 10px;
    background: url(../images/all_close.png) no-repeat center;
}

.all_show .input {
    border: 1px solid #efefef;
    margin-bottom: 20px;
    border-radius: 4px;
}

.all_show .input i {
    width: 48px;
    height: 48px;
    float: left;
}

.all_show .input .ico1 {
    background: url(../images/all_show1.png) no-repeat center;
}

.all_show .input .ico2 {
    background: url(../images/all_show2.png) no-repeat center;
}

.all_show .input .ico3 {
    background: url(../images/all_show3.png) no-repeat center;
}

.all_show .input .ico4 {
    background: url(../images/all_show4.png) no-repeat center;
}

.all_show .input input {
    width: calc( 100% - 48px);
    float: left;
    line-height: 48px;
    font-size: 15px;
}

.all_show .choose {
    line-height: 24px;
    padding-left: 30px;
    background: url(../images/choose1.png) no-repeat left;
}

.all_show .choose.active {
    background: url(../images/choose2.png) no-repeat left;
}

.all_show .to_remember {
    line-height: 24px;
}

.all_show .btn {
    background: #c00000;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.all_show .p2 {
    text-align: center;
    line-height: 24px;
}

.all_show .p2 a {
    color: #c00000;
    display: inline-block;
}

.all_show .yzm {
    position: relative;
}

.all_show .yzm input {
    width: calc( 100% - 138px)
}

.all_show .yzm a {
    color: #666;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 10px;
    line-height: 30px;
    font-size: 15px;
    width: 80px;
    text-align: center;
    float: right;
}

.feedback_show .btn {
    margin-bottom: 0;
}

.btn_hover:hover {
    background: #ae0101 !important;
    color: #fff !important;
}

.ok_show .img {
    text-align: center;
    padding-top: 50px;
}

.ok_show .p3 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 14px;
    margin-top: 24px;
    line-height: 30px;
}

.in_title {
    position: relative;
    margin-bottom: 20px;
}

.in_title:before {
    content: "";
    height: 2px;
    background: #c00000;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.in_title>span {
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
    background: #fff;
    float: left;
    position: relative;
    border-bottom: 1px solid transparent;
    color: #c00000;
}

.in_title>span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc( 100% - 10px);
    height: 1px;
    background: #c00000;
    display: none;
}

.in_title i {
    width: 20px;
    height: 30px;
    float: right;
    position: relative;
    background: url(../images/in_title1.png) no-repeat right #fff;
}

a.in_title:hover span:before {
    display: block;
}

a.in_title:hover i {
    background: url(../images/in_title2.png) no-repeat right #fff;
}

.code {
    position: fixed;
    bottom: 30px;
    right: 50%;
    margin-right: -760px;
}

.code.active {
    bottom: 260px;
    position: absolute;
}

.code li .img {
    margin-bottom: 10px;
    border: 1px solid #dedede;
}

.code li {
    margin-bottom: 15px;
}

.footer {
    background: #c00000;
    margin-top: 60px;
}

.footer .top {
    padding: 40px 0 35px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .top a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin: 0 15px;
}

.footer .copy {
    line-height: 35px;
    padding: 20px 0;
    text-align: center;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

.footer .copy a {
    display: inline-block;
}

.bread {
    width: 910px;
    color: #999;
    padding-left: 15px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}

.bread:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    background: #bababa;
    border-radius: 50%;
}

.bread a {
    color: #999;
    display: inline-block;
}

.bread a:hover {
    color: #c00000;
}

.top_in_title {
    margin-top: 40px;
}

.hover_shadow {
    transition: 0.3s all;
    box-shadow: 0 0 0 1px #dcdcdc;
}

.hover_shadow:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.news_list .all_left .list li:hover .img img,
.all_right .listq:hover .img img,
.all_right .listw li:hover .img img,
.news .content .list2 li:hover .img img,
.news .content .list1:hover .img img,
.news .top .main:hover .img img,
.in_main .right .list1 li:hover .scale img {
    transform: scale(1.1);
}

.sitemap .main li a:hover,
.member .main .font .p2 a:hover,
.btn_reg p a:hover,
.in_main .right .list1 li:hover p a,
.all_right .listw li:hover .p1,
.news .top .main:hover .p1,
.news .top .list li:hover .p1,
.news_detail .end li:hover .a1,
.news_list .all_left .list li:hover .font .p1,
.all_right .listq:hover .p1,
.news .content .list2 li:hover .p1,
.news .content .list1:hover .p1,
.hover:hover,
.footer .top a:hover,
.in_main2_1 .main p span:hover,
.in_main .list3 a:hover,
.in_main .list2:hover .font .p1 {
    text-decoration: underline;
}


.backTop{
    position: fixed;
    right: 0;
    bottom: 5px;
    width: 40px;
    height: 40px;
    background: url(../images/backTop.png) no-repeat center #fff;
    background-size:cover;
}

.simple-article em{
    font-style: italic !important;
}

