/*================基本样式重置================*/

/*css reset*/
/* *{font-size:1rem;} */

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

i,
em {
    font-weight: normal;
    font-style: normal;
}

b {
    font-weight: normal;
}

a,
i,
em,
span,
b,
img {
    display: block;
}

body {
    font-family: "Microsoft Yahei";
}

li {
    list-style: none;
}

a,
img,
input,
button {
    border: 0 none;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:focus,
input:focus {
    outline: 0 none;
}

input::-webkit-search-cancel-button {
    display: none;
}

/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
    display: none;
}

/*清除IE下的 search 叉号*/

textarea {
    resize: none;
    font-size: 12px;
}

/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/

/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}


input[type="text"] {
    -webkit-appearance: none;
    background: none;
}

input[type="submit"] {
    -webkit-appearance: none;
}

input[type="checkbox"] {
    border: 1px solid #ccc;
    border-radius: 0;
}

input[type="password"] {
    -webkit-appearance: none;
}

input[type="tel"] {
    -webkit-appearance: none;
    background: none;
}

input[type="tel"] {
    -webkit-appearance: none;
    background: none;
}

body {
    font-family: 微软雅黑, Helvetica, Arial, sans-serif;
}



@media screen and (min-width:320px) {

    html,
    body {
        font-size: 10px;
    }
}

@media screen and (min-width:480px) {

    html,
    body {
        font-size: 13px;
    }
}

@media screen and (min-width:560px) {

    html,
    body {
        font-size: 15px;
    }
}

@media screen and (min-width:640px) {

    html,
    body {
        font-size: 17px;
    }
}

@media screen and (min-width:750px) {

    html,
    body {
        font-size: 20px;
    }
}

@media screen and (min-width:800px) {

    html,
    body {
        font-size: 20px;
    }
}

@media screen and (min-width:1024px) {

    html,
    body {
        font-size: 20px;
    }
}


* input::-moz-placeholder {
    font-family: 微软雅黑, Helvetica, Arial, sans-serif;
}

* input::-webkit-input-placeholder {
    font-family: 微软雅黑, Helvetica, Arial, sans-serif;
}

* input::-o-input-placeholder {
    font-family: 微软雅黑, Helvetica, Arial, sans-serif;
}

* input::-ms-input-placeholder {
    font-family: 微软雅黑, Helvetica, Arial, sans-serif;
}



/*========定义基础样式========*/
body {
    word-break: break-all;
    background: #fff;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.vis {
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

a:hover .opacity {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

/* pc端 */
.pc {
    display: block;
}

.mobile {
    display: none;
}

.bgImg {
    zoom: 1;
    vertical-align: middle;
}

.specialBanner {
    margin-bottom: 47px;
    margin-top: 15px;
}
@media (max-width:1200px) {
    .specialBanner {
      margin: 0;
    }
}
.bgImg img {
    width: 100%;
    display: block;
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #24a719;
}

.nav {
    margin-top: -5px;
    margin-bottom: 10px;
    height: 60px;
    line-height: 65px;
    background: url(../image/bg.png) no-repeat;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.disflex {
    display: flex;
}

.nav_s1 a,
.nav_s2 a,
.nav_b a {
    color: #fff;
    font-size: 18px;
}

.nav_s1 a:hover,
.nav_s2 a:hover,
.nav_b a:hover {
    color: #fac74c;
}

.nav_s1 {
    flex: 1.3;
    text-align: left;
}

.nav_s2 {
    flex: 1;
    text-align: right;
}

.nav_b {
    flex: 5;
}

.nav_b a {
    width: 33%;
    float: left;
    text-align: center;
}

.nav_active {
    color: #fac74c !important;
}

.main {
    margin: 0 auto;
    margin-top: 40px;
}

.risk-main-top {
    padding-bottom: 34px;
    border-bottom: 1px solid #24a719;
    overflow: hidden;
}

.carousel {
    width: 510px;
    height: 290px;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.swiper-container {
    border-radius: 5px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: right;
}

.swiper-slide a {
    height: 280px;
    width: 100%;
    overflow: hidden;
}

.swiper-slide a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide a span {
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 990;
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.5);
}

.jwyw {
    width: 656px;
    height: 290px;
    overflow: hidden;
}

.tab_title ul {
    display: flex;
}

.tab_title ul li {
    width: 225px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    background-color: #cccccc;
    margin-left: 26px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.tab_title ul li a {
    color: #fff;
}

.tab_title ul li:first-child {
    margin-left: 5px;
}

.title_active {
    background-color: #24a719 !important;
}

.tab_content div {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
    margin-left: 10px;
    height: 180px;
}

.content_active {
    display: block !important;
}

.content_active ul li {
    background: url(../image/icon_risk.png) no-repeat center left;
    height: 45px;
    background-size: 0.2rem;
}

.content_active ul li a {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    float: left;
    padding-left: 16px;
    max-width: calc(100% - 8rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    letter-spacing: 1px;

}

.content_active ul li span {
    float: right;
    height: 45px;
    line-height: 45px;
    padding-right: 10px;
    color: #ccc;
    font-size: 16px;
}

.risk-main-bottom {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.risk-media {
    width: 48.5%;
}

.risk-media:first-child {
    padding-right: 10px;
    border-right: 1px solid #e8e8e8;
}

.risk-media:last-child {
    padding-left: 20px;
    margin-left: 5px;
}

.mediatitle {
    height: 40px;
    line-height: 40px;
}

.mediatitle span {
    float: left;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.mediatitle a {
    float: right;
    padding-right: 10px;
    color: #000;
    font-size: 16px;
}

.media {
    color: #24a719;
    padding-left: 15px;
    background: url(../image/lanmubj.jpg) left center no-repeat;
}

.media_ul li {
    height: 45px;
    line-height: 45px;
}

.media_ul li a {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    float: left;
    max-width: calc(100% - 8rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    color: #000;
}

.media_ul li span {
    float: right;
    color: #ccc;
    padding-right: 10px;
    font-size: 16px;
}

/* footer */
.footer {
    background: #dfe0e2;
    margin-top: 15px;
}

.footer .bot {
    margin: 0 auto;
    padding: 28px 0 34px;
    width: 1200px;
}

.footer img {
    margin: 0 auto;
}

.footer .c {
    float: left;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.footer .c p {
    font-size: 14px;
}

.footer .c a {
    font-size: 14px;
    color: #333;
    display: inline-block;
}

.footer .c a span {
    font-size: 14px;
    color: #333;
    display: inline-block;
}

.footer .c div {
    text-align: center;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.footer .c i {
    display: inline-block;
    font-size: 14px;
}

.footer .c .a1 {
    padding-left: 21px;
    background: url(../image/icon_20.png) left center no-repeat;
}

.footer .r ul li {
    float: left;
    margin: 0 5px;
    overflow: hidden;
}

.footer .r ul li a {
    width: 100px;
    height: 33px;
    margin-top: 18px;
    display: block;
}

.m_w {
    padding-top: 1.65rem !important;
}

.m_header {
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 15.9rem;
    background: url(../image/mebanner.png) center no-repeat;
    background-size: cover;
}

.w {
    width: 92%;
    margin: 0 auto;
    padding-top: 0.6rem;
}

.clearfix {
    zoom: 1;
}

.m_header .fxpc_icon_nav {
    width: 3rem;
    height: 3rem;
    background: url(../image/naver.png) top right no-repeat;
    background-size: 2rem auto;
}

.m_header .fxpc_icon_nav.cur {
    background: url(../image/icon_3.png) top right no-repeat;
    background-size: 1.5rem auto;
}

.m_nav_block {
    transition: all 0.6s !important;
    left: 0 !important;
}

.fr {
    float: right;
}

.m_header .icon_search {
    width: 2rem;
    height: 3rem;
    background: url(../image/sousuo.png) top center no-repeat;
    background-size: 2rem auto;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.fxpc_m_nav {
    transition: all 0.6s;
    position: fixed;
    left: 100%;
    top: 15.9rem;
    z-index: 99;
    width: 100%;
    height: calc(100% - 7rem);
    background: #999;
}

.fxpc_m_nav .search {
    margin: 1rem auto 1.5rem;
    height: 4.6rem;
    border-bottom: #ccc 1px solid;
}

.fxpc_m_nav .search input {
    width: calc(100% - 2.3rem);
    height: 4.6rem;
    line-height: 4.6rem;
    font-size: 1.2rem;
    color: #fff;
}

.fxpc_m_nav .search button.fr {
    width: 2.3rem;
    height: 4.6rem;
    background: url(/material/images/mobile/icon/icon_4.png) center no-repeat;
    background-size: 1.6rem auto;
}

.fxpc_m_nav .list a {
    margin-bottom: 0.8rem;
    height: 5.6rem;
    line-height: 5.6rem;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
}

.fxpc_m_nav .list .on a {
    background: #24a719;
}

.m_content {
    padding-top: 15.9rem;
}

.m_ind01 {
    background: #f4f4f4;
}

.m_ind01 .cen {
    height: 20.6rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.m_ind01 .cen .pos {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3rem;
    background: rgba(0, 0, 0, 0.6);
}

.m_ind01 .cen p {
    padding-left: 1rem;
    width: 70%;
    height: 100%;
    line-height: 3rem;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 1px;
}

.m_ind01 .cen .swiper-pagination {
    left: initial;
    right: 1rem;
    width: auto;
}

.m_ind01 .cen .swiper-pagination-bullet {
    transition: all 0.5s;
    width: 0.6rem;
    height: 0.6rem;
    background: #fff;
    border-radius: 0.6rem;
    opacity: 0.9;
}

.m_ind01 .cen .swiper-pagination-bullet-active {
    transition: all 0.5s;
    background: #2e58ab;
    opacity: 1;
}

.m_footer {
    padding: 1px 0;
    background-color: #f2f2f2;
    margin-top: 1rem;
}

.m_footer .next {
    font-size: 1.3rem;
    color: #333;
    line-height: 2.3rem;
    text-align: center;
}

.m_footer .next a {
    color: #333;
}

.m_footer .next a.icon {
    display: inline;
    padding-left: 1.6rem;
    background: url(../image/icon_12.png) left center no-repeat;
    background-size: 1.35rem auto;
}

.m_footer .pic {
    margin: 1.5rem auto 3rem;
    width: 12.9rem;
}

.m_footer .pic img:nth-child(1) {
    float: left;
    margin-right: 1.5rem;
    width: 3.5rem;
}

.m_footer .pic img:nth-child(2) {
    float: left;
    width: 7.9rem;
}