@charset "utf-8";
a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #096DD9;
}

.banner {
    height: 140px;
    width: 1190px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/pic_banner.png);
    background-repeat: no-repeat;
    background-position: -8px -8px;
}

.banner_down {
    height: 70px;
    width: 1190px;
    margin-right: auto;
    margin-left: auto;
    border-left: 1px solid #f5f7f6;
    border-right: 1px solid #f5f7f6;
    border-bottom: 1px solid #f5f7f6;
    background-color: #FFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 53, 37, 0.1);
}

.banner_box {
    height: 39px;
    width: 20%;
    float: left;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_box_img {
    margin-right: 10px;
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(../images/icon_zhuceqiye.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.banner_box_txt {
    height: 36px;
    display: inline-block;
    font-size: 12px;
    color: #999;
}

.banner_box_txt_1 {
    width: 100%;
    height: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.banner_box_num {
    float: left;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #096DD9;
}

.banner_box_txt_2 {
    width: 100%;
    height: 20px;
    text-align: left;
}

.banner_box_unit {
    width: 15px;
    float: right;
    margin-top: 5px;
    font-size: 12px;
    text-align: right;
}

.bg2 {
    background-image: url(../images/icon_rongzixuqiu.svg)
}

.bg3 {
    background-image: url(../images/icon_chenggongduijie.png)
}

.bg4 {
    background-image: url(../images/icon_jinrongjigou.svg)
}

.bg5 {
    background-image: url(../images/icon_jinrongchanpin.svg)
}

.dongtai {
    height: 40px;
    width: 1190px;
    margin-right: auto;
    margin-left: auto;
    line-height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.dongtai_title {
    width: 100px;
    float: left;
    font-size: 18px;
    background-image: url(../images/bg_title_circle.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 1px 8px;
    text-align: right;
}

.dongtai_nr {
    float: left;
    height: 40px;
    width: 1090px;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.dongtai_nr span {
    margin-right: 50px;
}

.m1 {
    height: 388px;
    width: 1190px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.m1_left {
    float: left;
    height: 388px;
    width: 290px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 53, 37, 0.1);
    box-sizing: border-box;
    overflow: hidden;
}

.m1_left>div:first-child {
    padding-top: 5px;
}

.m1_left>div:last-child {
    padding-bottom: 5px;
}

.m1_mid {
    float: left;
    height: 388px;
    width: 590px;
    margin-left: 10px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 53, 37, 0.1);
}

.m1_right {
    float: right;
    height: 388px;
    width: 290px;
    background-color: #FFF;
    border-radius: 10px;
    z-index: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 53, 37, 0.1);
}

.cate_con {
    width: 910px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 280px;
    z-index: 999;
    height: 388px;
    box-shadow: 0px 0px 5px 0px rgba(0, 53, 37, 0.1);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cate_con_left {
    width: 650px;
    height: 328px;
    float: left;
    z-index: 9999;
    margin-top: 15px;
    margin-left: 30px;
}

.cate_con_right {
    width: 150px;
    height: 328px;
    float: left;
    z-index: 9999;
    margin-top: 30px;
    margin-left: 20px;
}

.cate_list {
    width: 100%;
    height: 56px;
    margin-top: 8px;
}

.cate_list_1 {
    width: 110px;
    height: 56px;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.cate_list_1 a {
    color: #666;
}

.cate_list_2 {
    width: 540px;
    float: right;
    border-bottom: 1px solid #eeeeee;
    min-height: 30px;
}

.cate_list_2 ul li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.cate_list_2 .list_box {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.cate_list_2 .list_box a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.cate_list a:hover {
    color: #096DD9
}

.cate_unselect {
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 10px;
}

.cate_onselect {
    cursor: pointer;
    background-color: #eeeeee;
}

.m1_box {
    box-sizing: border-box;
    width: 100%;
    height: 76px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 16px 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.m1_box:after {
    width: 250px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 1px;
    background: #eee;
}

.cate_unselect:last-child .m1_box:after {
    display: none;
}

.m1_box_img {
    float: left;
    margin-left: 15px;
}

.m1_box_txt {
    float: left;
    width: 210px;
    margin-left: 10px;
}

.m1_box_txt_1 {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    line-height: 20px;
}

.m1_box_txt_2 {
    margin-top: 3px;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
}

.m1_video {
    height: 332px;
    width: 590px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.m1_video_tab {
    height: 56px;
    width: 100%;
    line-height: 56px;
}

.m1_tab_item {
    height: 56px;
    width: 195px;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    background-repeat: no-repeat;
    background-position: 35px 17px;
}

.a_select {
    background-image: url(../images/icon_ptjs_unselected.png)
}

.a_select:hover,
.a_select.active {
    background-image: url(../images/icon_ptjs_selected_link.png);
    color: rgb(9, 109, 217);
}

.b_select {
    background-image: url(../images/icon_zbyg_unselected.png)
}

.b_select:hover,
.b_select.active {
    background-image: url(../images/icon_zbyg_selected_this.png);
    color: rgb(9, 109, 217);
}

.c_select {
    background-image: url(../images/icon_jcwq_unselected.png)
}

.c_select:hover,
.c_select.active {
    background-image: url(../images/icon_jcwq_selected_this.png);
    color: rgb(9, 109, 217);
}

.backbox {
    display: flex;
    align-items: center;
    color: #666;
    margin: 16px
}

.box_conh1 {
    width: 270px;
    margin: 15px auto;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    text-align: center;
}

.el-input input {
    height: 30px;
    line-height: 30px;
}

.el-input input:focus {
    outline: #none;
    border: 1px solid #E01515;
}

.el-form-item {
    margin-bottom: 0;
    padding-bottom: 16px;
}

.el-form-item__label {
    font-size: 12px;
    color: #666;
}

.el-form-item__content {
    font-size: 12px;
    color: #999
}

.m1_r_title {
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    line-height: 25px;
    height: 25px;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.m1_r_con {
    width: 270px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.m1_r_box {
    height: 80px;
    width: 75px;
    float: left;
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 6px;
}

.m1_r_box_img {
    height: 58px;
    width: 58px;
    margin-right: auto;
    margin-left: auto;
}

.m1_r_box_txt {
    color: #666;
    text-align: center;
    font-size: 12px;
}

.m1_r_fgx {
    width: 250px;
    height: 1px;
    background-color: #EEEEEE;
    margin: 10px auto;
}

.m2 {
    height: 50px;
    width: 1190px;
    margin-right: auto;
    margin-left: auto;
    line-height: 50px;
    margin-top: 10px;
}

.m2_left {
    float: left;
    height: 50px;
    width: 580px;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    background-image: url(../images/bg_title_circle.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 0px 13px;
    padding-left: 10px;
}

.m2_right {
    float: left;
    height: 50px;
    width: 580px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    background-image: url(../images/bg_title_circle.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 0px 13px;
    padding-left: 10px;
}

.m3 {
    height: 325px;
    width: 1190px;
    margin-right: auto;
    margin-left: auto;
}

.m3_left {
    float: left;
    height: 325px;
    width: 590px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.m3_right {
    float: left;
    height: 325px;
    width: 590px;
    margin-left: 10px;
}

.m3_left_box {
    height: 157px;
    width: 290px;
    background-image: url(../images/pic_bg_policyproducts_kj.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.m3_left_title {
    height: 29px;
    margin-top: 30px;
    margin-left: 30px;
    line-height: 29px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    float: left;
}

.m3_left_btn {
    height: 36px;
    width: 100px;
    margin-left: 30px;
    margin-top: 40px;
    border: 2px solid #FFF;
    border-radius: 10px;
    float: left;
    line-height: 36px;
    color: #FFF;
    text-align: center;
}

.m3_r_box {
    height: 101px;
    width: 590px;
}

.m4 {
    height: 343px;
    width: 1190px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 22px;
    box-shadow: 0px 0px 5px 0px rgba(0, 53, 37, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.m4_left {
    float: left;
    height: 343px;
    width: 290px;
    background-image: url(../images/pic_bg_product_hotproduct.png);
}

.m4_right {
    float: left;
    height: 343px;
    width: 900px;
    background-color: #FFF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.m4_left_title {
    width: 200px;
    height: 36px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 29px;
    text-shadow: 0px 0px 5px rgba(0, 53, 37, 0.1);
    font-weight: bold;
    float: left;
    margin-top: 17px;
    margin-left: 20px;
}

.m4_left_yqlj {
    width: 200px;
    height: 36px;
    font-size: 12px;
    color: #75c8e9;
    float: left;
    margin-top: 47px;
    margin-left: 20px
}

.m4_left_pic {
    float: left;
    height: 40px;
    width: 200px;
    margin-top: 20px;
    margin-left: 20px;
}

.m4_box {
    float: left;
    width: 290px;
    margin-top: 50px;
}

.m4_list {
    height: 60px;
    width: 265px;
    line-height: 60px;
    text-align: right;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    padding-right: 25px;
    z-index: 999999;
    cursor: pointer;
}

.cp_con_1 {
    height: 343px;
    width: 900px;
    box-shadow: 0px 0px 5px 0px rgba(0, 53, 37, 0.1);
}

.cp_box {
    height: 303px;
    width: 280px;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    background: #FFFFFF;
    border-radius: 10px;
}

.cp_fgx_s {
    width: 1px;
    height: 140px;
    background: #EEEEEE;
    float: left;
    margin-top: 90px;
}

.cp_fgx_bx {
    width: 1px;
    height: 140px;
    background: #EEEEEE;
    float: left;
    margin-top: 90px;
}

.cp_box_1 {
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 32px;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    font-weight: bold;
    margin-top: 21px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e9e9e9;
}

.cp_box_2 {
    width: 230px;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    text-align: center;
    margin: 10px auto 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cp_box_3 {
    width: 191px;
    height: 44px;line-height: 44px;
    font-size: 32px;
    color: #e04036;
    line-height: 47px;
    font-weight: bold;
    text-align: center;
    margin: 12px auto 0;
}
.cp_box_tag{text-align: center;padding-top:10px;}
.cp_box_tag span{
    color:#096DD9;
    border:1px solid #096DD9;border-radius: 2px;
    display: inline-block;
    line-height:20px;min-width:48px;text-align: center ;padding:0px 6px;

}
.cp_box_gray{color:#999;font-size: 12px;
    width: 80%;
    height: 42px;
    margin: 30px auto 0;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cp_box_4 {
    width: 81px;
    height: 18px;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.cp_box_5 {
    height: 48px;
    width: 234px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
}

.cp_box_5_1 {
    float: left;
    height: 32px;
    width: 49%;
    text-align: center;
    line-height: 20px;
    padding-top: 6px;
    color: #999;
    font-size: 12px;
    border-right: 1px solid #eee;
}

.cp_box_5_1:last-child {
    border-right: 0px solid #eee;
}

.cp_box_6 {
    width: 234px;
    height: 44px;
    background: #096DD9;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    line-height: 44px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
    display: block;
}

.cp_box_5_2 {
    color: #999;
    height: 32px;
    width: 116px;
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    margin: 0 auto;
}

.cp_box_5_2 span:last-child {
    color: #f45929;
    font-weight: bold;
}

a.cp_box_6:hover {
    background: #0861c2;
    color: #fff;
}

a.cp_box_6:active {
    background: #0757ad;
}

.m5 {
    height: 200px;
    width: 1190px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 0px 5px 0px rgba(0, 53, 37, 0.1);
    border-radius: 10px;overflow: hidden;
}

.m5_left {
    float: left;
    height: 200px;
    width: 290px;
    background-image: url(../images/pic_bg_product_supplychain.png);
    background-repeat: no-repeat;
}
.m5_1_left {
    float: left;
    height: 200px;
    width: 290px;
    background-image: url(../images/pic_bg_product_ptlm.png);
    background-repeat: no-repeat;
}
.m5_right {
    background-color: #FFF;
    float: left;
    height: 200px;
    width: 900px;

}

.m5_box {
    float: left;
    height: 160px;
    width: 280px;
    margin-top: 20px;
    cursor: pointer;
}
.m5_box a{display: block;}
.m6 {
    height: 420px;
    width: 1190px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 53, 37, 0.1);
}

.m6_left {
    float: left;
    height: 420px;
    width: 550px;
    margin-left: 20px;
}

.m6_title {
    height: 24px;
    width: 550px;
    margin-top: 15px;
    background-image: url(../images/bg_title_circle.png);
    background-size: 26px;
    background-repeat: no-repeat;
    line-height: 24px;
    margin-bottom: 20px;
}

.m6_title_1 {
    float: left;
    width: 200px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #333;
}

.m6_title_2 {
    float: right;
    width: 80px;
    cursor: pointer;
}

.m6_title_2:hover {
    color: #096DD9;
    -webkit-transition: all .5s cubic-bezier(0, 0, 0, 0.48);
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.m6_mid {
    float: left;
    height: 380px;
    width: 1px;
    margin-top: 20px;
    background-color: #efefef;
    margin-left: 20px;
}

.m6_right {
    float: left;
    height: 420px;
    width: 550px;
    margin-left: 25px;
}

.m6_left_list {
    height: 100px;
    width: 530px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    cursor: pointer;
}

.m6_left_img {
    float: left;
    height: 100px;
    width: 178px;
}

.m6_left_txt {
    float: left;
    height: 100px;
    width: 340px;
    margin-left: 10px;
}

.m6_left_title {
    line-height: 25px;
    height: 25px;
    width: 340px;
}

.m6_title_title_1 {
    float: left;
    height: 25px;
    width: 360px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m6_title_title_2 {
    float: left;
    height: 25px;
    width: 210px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m6_title_title_2:hover {
    color: #096dd9;
}

.m6_title_date {
    float: right;
    width: 80px;
    font-size: 12px;
    color: #cfcfcf;
}

.m6_left_jj {
    color: #666666;
    margin-top: 8px;
    line-height: 23px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 65px;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0px 0px 5px rgba(0, 53, 37, 0.1);
}

.m6_right_list {
    height: 100px;
    width: 530px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    cursor: pointer;
}

.m7 {
    height: 28px;
    width: 1190px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    background-image: url(../images/bg_title_circle.png);
    background-size: 26px;
    background-repeat: no-repeat;
    line-height: 24px;
}

.m7_txt {
    float: left;
    width: 120px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 500;
}

.m8 {
    height: 280px;
    width: 1188px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.m8_list {
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 53, 37, 0.1);
    width: 190px;
    height: 107px;
    background: #FFFFFF;
    margin: 0 4px;
}

.m8_pic {
    margin-right: auto;
    margin-left: auto;
    border: 1px soli red;
}

.m9 {
    height: 30px;
    width: 1190px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
    text-align: center;
}

.m9_box {
    height: 30px;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.m9_dot {
    height: 10px;
    width: 10px;
    background-color: #999;
    border-radius: 50%;
}

.box_con {
    height: 388px;
    width: 290px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    z-index: 999;
    border-radius: 10px;
    right: 0px;
}

.jgqmove {
    z-index: 999;
}

.box_con_txt {
    height: 140px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-shadow: 0px 0px 5px rgba(0, 53, 37, 0.1);
    margin-top: 15px;
}

.left_side {
    display: none;
    position: fixed;
    width: 60px;
    height: 218px;
    top: 368px;
    left: 50%;
    margin-left: -670px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 53, 37, 0.1);
}

.left_side_img {
    width: 33px;
    height: 33px;
    margin: 0 auto;
    margin-top: 30px;
}

.left-side_txt {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
}

.left_side_fg {
    width: 48px;
    height: 1px;
    margin: 16px auto;
    border-bottom: 1px solid #EEEEEE;
}

.cp_unselect {
    background: none !important;
    cursor: pointer;
}

.cp_onselect {
    cursor: pointer;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}

#cp_tab_1 {
    background-color: rgba(255, 255, 255, 0.2);
}

.cate_con_right ul li {
    margin-bottom: 10px;
}

.cp_box_7 {
    width: 81px;
    height: 18px;
    font-size: 12px;
    color: #C9C9C9;
    line-height: 14px;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 53, 37, 0.1);
}

.cp_box_img {
    margin: 10px auto;
    text-align: center;
}

.cp_box_img img {
    width: 62px;
    height: 62px;
}

.cwhite {
    color: #fff;
}

a.cwhite {
    color: #fff;
}

.chui {
    color: #333;
}

.pad25 {
    padding: 25px;
}



.pr30 {
    padding-right: 30px;
}
.pr60 {
    padding-right: 60px;
}
.pb10 {
    padding-bottom: 10px;
}
.backgw {
    background: #fff;
}
.radio10 {
    border-radius: 10px;
}
.title {
    position: relative;
    padding-bottom: 4px;
    font-size: 14px;
}
.title:before {
    content: '';
    left: -6px;
    display: block;
    position: absolute;
    z-index: 0;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #e4efff;
}
.title span {
    position: relative;
    z-index: 1;
}
.middle {
    display: flex;
    height: 100%;
    align-items: center;
}
.product .middle img {
    margin-top: 4px;
    margin-left: 6px;
}
.rightproject a {
    color: #fff;
}
.rightproject a:hover {
    color: #fff;
}
.rnav {
    float: right;
    width: 590px;
    height: 312px;
    border-radius: 10px;
    background-color: #FFFFFF;
}
.rnav ul {
    width: 590px;
}
.rnav ul li {
    width: 550px;
    height: 61px;
    margin-left: 20px;
    line-height: 64px;
    border-bottom: 1px dashed #ddd;
    display: flex;
    justify-content: space-between;
}
.rnav ul li img {
    vertical-align: middle;
}
.rnav ul li span:first-child {
    width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rnav ul li span .text2 {
    margin-left: 10px;
}
.rnav ul li .time {
    height: 12px;
    margin-right: 5px;
    font-size: 12px;
    opacity: 0.7;
}
.nav2 {
    width: 590px;
    height: 312px;
    float: left;
}
.nav2 .swiper-slide {
    width: 590px;
    height: 312px;
    position: relative;
}
.nav2 .swiper-slide img {
    border-radius: 10px;
}
.nav2 .pagination {
    position: absolute;
    z-index: 20;
    bottom: -10px;
    width: 100%;
    text-align: center;
    padding-right: 0px
}
.nav2 .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #D8D8D8;
    margin-right: 10px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.nav2 .swiper-pagination-switch:active {
    color: red;
}
.nav2 .swiper-container-horizontal>.swiper-pagination-bullets,
.nav2 .swiper-pagination-custom,
.nav2 .swiper-pagination-fraction {
    bottom: 0px;
    right: 20px;
    width: auto;
    height: 60px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    line-height: 60px;
    /* bottom: 26px; */
    /* left: 508px; */

    width: 8px;
    height: 8px;
    display: inline-block;
    background: rgba(255, 255, 255, .3);
    box-shadow: 0px 0px 5px 0px rgba(0, 53, 37, 0.1);
}
.nav2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}
.nav2 .swiper-slide .text {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 572px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    color: #FFFFFF;
    padding-left: 20px;
    left: 0;
    top: 252px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-pagination {
    position: relative;
}
.column {
    height: 67px;
    width: 1190px;
    display: flex;
}
.column .leftcolumn {
    width: 595px;
    height: 67px;
}
.column .leftcolumn p {
    height: 24px;
    color: #333333;
    font-size: 17px;
    margin-top: 24px;
    margin-bottom: 26px;
    margin-left: 0px;
    background-image: url("../images/img/eadio.png");
    background-size: 25px 24px;
    background-repeat: no-repeat;
    padding-left: 10px;
    font-weight: 500;
}
.column .rightcolumn {
    width: 595px;
    height: 67px;
}
.column .rightcolumn p {
    height: 24px;
    color: #333333;
    font-size: 17px;
    margin-top: 24px;
    margin-bottom: 26px;
    margin-left: 6px;
    background-image: url("../images/img/eadio.png");
    background-size: 25px 24px;
    background-repeat: no-repeat;
    padding-left: 10px;
    font-weight: 500;
}
.policy .leftpolicy .p {
    margin: 6px 0 0 20px;
}
.policy .leftpolicy .p a {
    font-size: 14px;
    color: #FFFFFF;
}
.policy .leftpolicy .p img {
    vertical-align: middle;
}
.fox {
    width: 1190px;
    border-radius: 10px;
    margin: 0 auto;
}
.cont {
    padding: 10px 1.875rem 30px 30px;
}
.cont.cont2 {
    padding: 25px;
}
.cont .layui-tab-title {
    height: inherit;
}
.cont .layui-tab-title li {
    padding: inherit;
    margin-right: 21px;
}
.cont .layui-tab-title li a {
    font-size: 16px;
}
.cont .layui-tab-content {
    padding: 0;
}
.cont .layui-tab-brief>.layui-tab-more li.layui-this:after,
.cont .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 4px solid #096DD9;
}
.newslist {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    position: relative
}
.newslist:after {
    display: block;
    height: 1px;
    background: #ECECEC;
    content: '';
    width: 100%;
    bottom: 0;
    position: absolute;
}
.newslist .newslistl {
    margin-right: 33px;
}
.newslist .newslistl,
.newslist .newslistl img {
    width: 288px;
    height: 148px;
}
.newslist .newslistr {
    width: 810px;
    position: relative
}
.newslist .newslistr .h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    margin-bottom:12px;
}
.newslist .newslistr .h1:hover {
    color: #096DD9;
}
.newslist .newslistr p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_data_font{color:#ccc;}
.newslistrt {
    display: flex;
    justify-content: space-between;
    color: #999;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.checkbtn {
    background: #096DD9;
    color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
}
.checkbtn:hover {
    background: #096DD9;
    color: #fff;
}
.checkbtn:checked {
    background: #096DD9;
    color: #fff;
}
.top {
    border-radius: 10px;
    background: #fff;
    padding-bottom: 10px;
}
.header .top {
    background: none;
}
.font-1,
.font-1 p {
    width: 1150px;
    height: 48px;
    font-size: 12px;
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
}
.hotpic .layui-tab-card {
    box-shadow: none;
    border: none;
}
.hotpic .layui-tab {
    position: relative;
    margin: 20px 0;
}
.hotpic .layui-tab-title {
    display: table;
    border: 2px solid #eee;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 10px
}
.hotpic .layui-tab-brief>.layui-tab-title .layui-this {
    color: #096DD9
}
.hotpic .layui-tab-title li {
    border-right: 2px solid #eee;
    font-size: 18px;
    padding: 0 30px;
    color: #999;
}
.hotpic .layui-tab-title li:last-child {
    border-right: none;
}
.hotpic .layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 0px solid #5FB878;
}
.hotpic .layui-tab-item img {
    border-radius: 4px
}
.flr {
    position: absolute;
    right: 0;
    top: 10px;
    color: #999;
}
.home-jpr{
    position: relative;height: 100%;cursor: auto;
    background: url("../images/home-jpr.png") no-repeat center top;background-size: 100% auto;
}
.home-jpr-btn{
    position: absolute;
    bottom:96px;left:38px;
    width: 100px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #666666;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    padding:7px 30px 7px 10px;text-align: center;
    box-sizing: border-box;
}
.home-jpr-btn:after{
    position: absolute;
    content: url("../images/jpr-arrow-black.png");
    right:10px;top:6px;
}
.home-jpr-btn:hover:after{
    content: url("../images/jpr-arrow-blue.png");
}
.home-jpr-btn:hover{
    border: 1px solid #096DD9;
    color:#096DD9;
}