@charset "utf-8";

/*sanren*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei";
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333;
    background: #fff;
    overflow-x: hidden;
}
.pointer{
    cursor: pointer;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
a {
    margin: 0;
    padding: 0;
}

input,
button,
select,
textarea {
    outline: none;
    font-family: "microsoft yahei";
    -webkit-appearance: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #333;
    transition: all 0.25s;
}

img {
    border: none;
    display: inline-block;
}

em,
i {
    font-style: normal;
    display: inline-block;
}

.clear {
    height: 0;
    clear: both;
    zoom: 1;
}
.border_bottom{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mb_0 {
    margin-bottom: 0 !important;

}

.mb_40 {
    margin-bottom: 40px;
}

.mt_5 {
    margin-top: 5px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_35 {
    margin-top: 35px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_60 {
    margin-top: 60px;
}

.mt_70 {
    margin-top: 70px;
}

.mt_80 {
    margin-top: 80px;
}

.mt_90 {
    margin-top: 90px;
}

.mt_100 {
    margin-top: 100px;
}
.ptb80{
    padding: 80px 0;
}
.padding30 {
    padding: 30px 0;
}

.padding20 {
    padding: 20px;
}

.padding15 {
    padding: 15px;
}

.padding10 {
    padding: 10px;
}

.padding5 {
    padding: 5px;
}

.lrpadd20 {
    padding: 0 20px;
}

.tbpadd20 {
    padding: 20px 0;
}

.bordetrbl {
    border: 1px solid #e6e6e6;
}

.borderright {
    border-right: 1px solid #e6e6e6;
}

.borderleft {
    border-left: 1px solid #e6e6e6;
}

.bordertop {
    border-top: 1px solid #e6e6e6;
}

.borderbot {
    border-bottom: 1px solid #e6e6e6;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}

.wrap_1440 {
    width: 1440px;
    margin: 0 auto;
    max-width: 100%;
}


.hvimg {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    transition: .7s;
}

.bggray {
    background: #f8f8f8;
}

.bgwhite {
    background: #fff;
}

.colorred {
    color: #DC2126;
}
.colororg {
    color: #FF9647;
}

.colorblue {
    color: #17A7DC;
}

.colorgreen {
    color: #55d679;
}

.coloryellow {
    color: #e3c103;
}

.color999 {
    color: #999;
}

.color666 {
    color: #666;
}

.color333 {
    color: #333;
}

.color000 {
    color: #000;
}

.colorfff {
    color: #fff;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.disblock {
    display: block;
}


.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.max_w100 {
    max-width: 100%;
}

.max_h100 {
    max-height: 100%;
}

.min_w100 {
    min-width: 100%;
}

.min_h100 {
    min-height: 100%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w33 {
    width: 33.33%;
}

.w45 {
    width: 45%;
}

.w46 {
    width: 46%;
}

.w47 {
    width: 47%;
}

.w48 {
    width: 48%;
}

.w49 {
    width: 49%;
}

.w50 {
    width: 50%;
}

.w32 {
    width: 32%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w66 {
    width: 66%;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.ml50 {
    margin-left: 50px;
}

.pt0 {
    padding-top: 0 !important;
}

.pt20 {
    padding-top: 20px;
}

.pt200 {
    padding-top: 200px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb80 {
    padding-bottom: 80px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;

}

.pb0 {
    padding-bottom: 0 !important;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pl0 {
    padding-left: 0 !important;
}
.pl20 {
    padding-left: 20px ;
}
.pl25 {
    padding-left: 25px;
}
.pb35{
    padding-bottom: 35px;
}
.pr25 {
    padding-right: 25px;
}

.pl70 {
    padding-left: 70px;
}

.pl50 {
    padding-left: 50px;
}

.pr50 {
    padding-right: 50px;

}

.pr100 {

    padding-right: 100px;
}

.pr150 {
    padding-right: 150px;

}
.pr240{
    padding-right: 240px;
}
.pt40 {
    padding-top: 40px;

}

.p30 {
    padding: 30px;
}

.p50 {
    padding: 50px;
}

.pl50 {
    padding-left: 50px;
}

.pl100 {
    padding-left: 100px;
}

.pt100 {
    padding-top: 100px;

}

.pb100 {
    padding-bottom: 100px;

}

.pt150 {
    padding-top: 150px;
}

.pb150 {
    padding-bottom: 150px;

}
.pb15{
    padding-bottom: 15px;

}
.pl80 {
    padding-left: 80px;
}

.pr80 {
    padding-right: 80px;
}

.pr30 {
    padding-right: 30px;
}

.pr0 {
    padding-right: 0 !important;
}

.pl30 {
    padding-left: 30px;
}

.disflex {
    display: flex;
}

.flex1 {
    flex: 0;
    flex-grow: 1;
}
.flex_1{
    flex: 1;
}
.flex2 {
    flex: 2;
}
.flex_column {
    flex-direction: column;
}

.flex_center {
    align-items: center;
	justify-items: center;
}

.flex_start {
    align-items: flex-start;
}

.flex_end {
    align-items: flex-end;
}

.flex_lr_center {
    justify-content: center;
}

.flex_lr_start {
    justify-content: flex-start;
}

.flex_lr_end {
    justify-content: flex-end;
}

.flex_lmr {
    justify-content: space-between;
}

.flex_wrap {
    flex-wrap: wrap;
}

.bdrls {
    border-radius: 4px;
}

.line_1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
}

.line_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.line_3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}


/*public*/

.dx {
    text-transform: uppercase;
}

.bgsz {
    background-size: cover !important;
}

.ovhd {
    overflow: hidden;
}

.head_pc {
    display: block;
}

.head_wap {
    display: none;
}

.pc_demo {
    display: block;
}

.wap_demo {
    display: none;
}
.nowrap{
    white-space: nowrap;
}
.ellipsis_line1{
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space:pre-line;


}
.ellipsis_line2{
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space:pre-line;


}
.ellipsis_line3{
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space:pre-line;


}
.ellipsis_line4{
    display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
      -webkit-box-orient: vertical; /* 垂直排列 */
      -webkit-line-clamp: 4; /* 限制显示三行 */
      overflow: hidden; /* 隐藏超出范围的内容 */
}
.text12 {
    font-size: 12px;
    line-height: 22px;
}

.text14 {
    font-size: 14px;
    line-height: 28px;
}

.text16 {
    font-size: 16px;
    line-height: 30px;
    position: relative;
}

.text18 {
    font-size: 18px;
    line-height: 32px;
}

.text20 {
    font-size: 20px;
    line-height: 35px;
}

.text22 {
    font-size: 22px;
}

.text24 {
    font-size: 24px;
}

.text28 {
    font-size: 28px;
}

.text30 {
    font-size: 30px;

}
.text36{
    font-size: 36px;

}
.text34 {
    font-size: 34px;
}
.text38 {
	font-size: 38px;
}
.text60 {
    font-size: 60px;

}

.text26 {
    font-size: 26px;
}

.ftwt_none {
    font-weight: normal;
}

.ftwt_100 {
    font-weight: 100;
}

.ftwt_bold {
    font-weight: bold;
}

.titleh1 {
    font-size: 36px;
}

.titleh2 {
    font-size: 30px;
}

.titleh3 {
    font-size: 24px;
}

.titleh4 {
    font-size: 22px;
}

.titleh5 {
	font-size: 20px;
}

.lht20 {
    line-height: 20px;
}

.lht25 {
    line-height: 25px;
}

.lht30 {
    line-height: 30px;
}

.lht35 {
    line-height: 35px;
}

.lht40 {
    line-height: 40px;
}

.lht45 {
    line-height: 45px;
}

.tr25s {
    transition: .25s;
}

.en_br {
    word-break: break-all;
}

.cup {
    cursor: pointer;
}


.vdbg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
}

.body_hidden {
    overflow: hidden;
}

.container_lr {
    margin-left: -10px;
    margin-right: -10px;
}

.clra {
    padding: 10px;
}

.hv-box-shadow:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .7);
}

.hv-translateY:hover {
    transform: translateY(-10px);
}

.flex_b_c {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.mlr_30 {
    margin: 0 30px;
}

@media only screen and (max-width:1800px) {
    .text24 {
        font-size: 20px;
    }

    .text28 {
        font-size: 24px;
    }

    .text30 {
        font-size: 26px;
    }



    .mr20 {
        margin-right: 10px;
    }


    .pl100 {
        padding-left: 50px;
    }

    .pr100 {
        padding-right: 50px;

    }

    .pr30 {
        padding-right: 20px;
    }

    .ml50 {
        margin-left: 30px;
    }


}

@media only screen and (max-width:1399px) {


    .wrap_1440 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }


    .titleh1 {
        font-size: 30px;
    }

    .titleh2 {
        font-size: 26px;
    }

    .titleh3 {
        font-size: 22px;
    }

    .titleh4 {
        font-size: 20px;
    }

	.titleh5 {
		font-size: 18px;
	}

    .text14 {
        font-size: 13px;
        line-height: 26px;
    }

    .text16 {
        font-size: 15px;
        line-height: 26px;
    }

    .text18 {
        font-size: 16px;
        line-height: 28px;
    }

    .text20 {
        font-size: 18px;
        line-height: 30px;
    }

    .pt100 {
        padding-top: 50px;
    }

    .pb100 {
        padding-bottom: 50px;
    }

    .pt40 {
        padding-top: 30px;
    }

    .pl50 {
        padding-left: 25px;
    }

    .pr50 {
        padding-right: 25px;
    }

    .pb40 {
        padding-bottom: 30px;

    }


}

@media only screen and (max-width:1199px) {
    .head_pc .logo img{
        margin-right:40px !important;
    }

    .p30{
        padding: 20px !important;
    }

    .pl70 {
        padding-left: 30px;
    }



    .padding30 {
        padding: 10px 0 !important;
    }


    .text30 {
        font-size: 24px;
    }

    .pl80 {
        padding-left: 40px;
    }

    .pr80 {
        padding-right: 40px;
    }



    .ftwt_none {
        font-weight: normal;
    }

    .titleh1 {
        font-size: 26px;
    }

    .titleh2 {
        font-size: 22px;
    }

    .titleh3 {
        font-size: 20px;
    }

    .titleh4 {
        font-size: 18px;
    }

	.titleh5 {
		font-size: 16px;
	}

    .text14 {
        font-size: 12px;
        line-height: 22px;
    }

    .text16 {
        font-size: 14px;
        line-height: 24px;
    }

    .text18 {
        font-size: 15px;
        line-height: 26px;
    }

    .text20 {
        font-size: 16px;
        line-height: 28px;
    }

    .text24 {
        font-size: 16px !important;
    }


    .text36{
        font-size: 30px !important;
    }

}

@media only screen and (max-width:950px) {

    .logo_box ul li{
       width: 46% !important;
    }
    .logo_box ul li:nth-child(2n){
        margin-right: 0 !important;
    }
    .mr30{
        margin-right: 20px !important;
    }
    .page_content{
        padding-top: 100px !important;
    }
   .card_flex{
    display: block !important;
   }
   .card_flex .card{
    margin-bottom: 20px;
    margin-right: 0 !important;
   }
   .card_flex .card:last-child{
    margin-bottom: 0;
   }
   .card_flex .border_bottom{
    border-bottom: none;
    padding-bottom: 0;
   }
   .card_flex .icon_item {
    flex: 1;
   }
   .icon_flex{
    display: flex;
   }
    .ptb80{
        padding: 40px 0 !important;
    }
    .text36{
        font-size: 20px !important;
    }


    .pt20 {
        padding-top: 15px !important;
    }

    .text60 {
        font-size: 35px;
    }


    .pl30 {
        padding-left: 10px !important;
    }

    .p30 {
        padding: 20px !important;
    }

    .mlr_30 {
        margin: 0 10px !important;
    }

    .text30 {
        font-size: 20px;
    }


    .pt200 {
        padding-top: 100px;
    }

    .pt30 {
        padding-top: 10px;
    }

    .jishu_box {
        padding: 30px 0px !important;
    }

    .text28 {
        font-size: 16px !important;
    }

    .pb30 {
        padding-bottom: 10px;
    }
    .whead {
        height: 60px;
        box-shadow: 0 0 15px rgba(0, 0, 0, .15);
        display: flex;
        align-items: center;
    }

    .waphd_height {
        width: 100%;
        height: 60px;
    }

    .wlogo {
        display: inline-block;
    }
    .whead .wlogo img {
        display: block;
        border: 0;
        height: 30px;
    }


    .whead i.navicon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
       position: relative;
    }

    .whead i.navicon em {
        width: 26px;
        height: 1px;
        display: block;
        margin: 0 auto;
        background: #333;
    }

    .whead i.navicon::after,
    .whead i.navicon::before {
        content: "";
        width: 26px;
        height: 1px;
        display: block;
        background: #333;
        position: absolute;
        left: 50%;
        margin-left: -13px;
        transition: .25s;
    }

    .whead i.navicon::after {
        top: 20px;
    }

    .whead i.navicon::before {
        bottom: 20px;
    }

    .whead i.navicon.active em {
        display: none;
    }

    .whead i.navicon.active::after {
        transform: rotate(45deg);
        top: 30px;
    }

    .whead i.navicon.active::before {
        transform: rotate(-45deg);
        bottom: 29px;
    }

    .wapnav {
        width: 100%;
        position: fixed;
        right: 0;
        top: 100px;
        background: #fff;
        z-index: 9999;
        bottom: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid #E6E6E6;
        display: none;
    }

    .wapnava {
        padding: 0 0 15px 0;
    }
    .wapnava ul {
        padding: 10px 0;
    }

    .wapnava li {
        padding: 10px;
    }

    .wapnava li:hover {
        background: #EBF0F3;
    }
    .head_wap {
        display: block;
    }

    .head_pc {
        display: none;
    }

    .waphide {
        display: none;
    }

    .wpheadhide {
        display: none;
    }

    .wpheadhide em {
        display: block;
    }

    .wpheadhide a {
        font-size: 14px;
        padding-left: 30px;
        color: #666;
    }


    .wpnvbg {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, .7);
        opacity: 0;
        visibility: hidden;
        transition: .25s;
    }

    .wpnvbg_active {
        opacity: 1;
        visibility: inherit;
    }

    .waplga {
        padding: 0 15px;
    }

    .waplga a {
        display: inline-block;
        width: 48%;
        height: 34px;
        background: #fff;
        color: #E70012;
        line-height: 32px;
        font-size: 13px;
        border: 1px solid #E70012;
    }

    .waplga a.active {
        background: #E70012;
        color: #fff;
    }

    .waplga a.waplga_ac {
        display: block;
        margin: 0 auto;
        float: none;
        background: #fff;
        color: #E70012;
    }

    .text14 {
        font-size: 12px;
        line-height: 22px;
    }

    .text16 {
        font-size: 13px;
        line-height: 24px;
    }

    .text18 {
        font-size: 15px;
        line-height: 26px;
    }

    .text20 {
        font-size: 16px;
        line-height: 28px;
    }

    .mt_30,
    .mt_35,
    .mt_40 {
        margin-top: 25px;
    }

    .mt_50,
    .mt_60,
    .mt_70,
    .mt_80,
    .mt_90,
    .mt_100 {
        margin-top: 35px;
    }

    .pb150 {
        padding-bottom: 80px;
    }

    .pt150 {
        padding-top: 80px;
    }

}

@media only screen and (max-width:768px) {
    .mt_20{
        margin-top: 10px !important;
     }

        .pb50 {
            padding-bottom: 30px !important;
        }
        .pt50 {
            padding-top: 30px !important;
        }

    .logo_box li{
        width: 100% !important;
    }
    .ft_flex{
        flex-direction: column;
    }
    .ft_flex .logo{
        margin-bottom: 10px;
    }

    .fb_flex{
        display: block;
        text-align: center;
    }
    .mr30 {
        margin-right: 15px;
    }
    .link_img_flex{
        display: block;
    }
    .link_img_flex .card{
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .link_img_flex .card:last-child{
        margin-bottom: 0;
    }
    .text26{
        font-size: 20px !important;
        font-weight: 600 !important;
    }
    .pt40{
        padding-top: 20px !important;
    }
    .text24{
        text-align: 16px !important;
    }

    .text60 {
        font-size: 20px !important;
    }

    .mr20 {
        margin-right: 5px !important;
    }


    .pb40 {
        padding-bottom: 10px;

    }



    .p50 {
        padding: 20px !important;
    }


    .text30 {
        font-size: 18px !important;
    }

    .news_list li .news_lt {
        max-height: 140px !important;
    }

    .pr50 {
        padding-right: 10px;
    }


    .pt100 {
        padding-top: 20px;
    }

    .pb100 {
        padding-bottom: 20px;
    }

    .pr100 {
        padding-right: 20px;
    }

    .pl100 {
        padding-left: 20px;
    }


    .pb150 {
        padding-bottom: 50px;
    }

    .pt150 {
        padding-top: 50px;
    }



    .p30 {
        padding: 15px !important;
    }

    .foot .text16 {
        font-size: 12px;
    }


    .fb {
        padding: 12px 0;
        font-size: 12px;
    }

    .flex_lmr_wap {
        justify-content: space-between;
        width: 100%;
    }

    .wap_w100 {
        width: 100% !important;
    }

    .wap_disblock {
        display: block !important;
    }

    .wap_w48 {
        width: 48% !important;
    }

    .wap_mr0 {
        margin-right: 0 !important;
    }

    .wap_ml0 {
        margin-left: 0 !important;
    }

    .wap_mt0 {
        margin-top: 0 !important;
    }

    .wap_mb0 {
        margin-bottom: 0 !important;
    }

    .wap_mt15 {
        margin-top: 15px !important;
    }

    .wap_mb15 {
        margin-bottom: 15px !important;
    }

    .wap_mtb50 {
        margin: 50px 0
    }

    .titleh1 {
        font-size: 22px;
    }

    .titleh2 {
        font-size: 16px;
    }

    .titleh3 {
        font-size: 18px;
    }

    .titleh4 {
        font-size: 16px;
    }

	.titleh5 {
		font-size: 14px;
	}

    .mt_30,
    .mt_35,
    .mt_40 {
        margin-top: 20px;
    }

    .mt_50,
    .mt_60,
    .mt_70,
    .mt_80,
    .mt_90,
    .mt_100 {
        margin-top: 25px;
    }

    .clra {
        padding: 8px;
    }

    .wap_mtb50 {
        margin: 20px 0 !important;
    }
}

@media only screen and (max-width:480px) {
    .page_content{
        padding-top: 125px !important;
    }
    .wapnav{
        top: 125px !important;
    }
    .phone_login{
        display: block;
        height: auto !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logo_box ul li{
        width: 100% !important;
        margin-right: 0 !important;
     }
    h1{
        font-weight: bold !important;
        font-size: 18px !important;
    }
    .ptb80{
        padding: 20px 0 !important;
    }
    .text36{
        font-size: 16px !important;
    }

}

@media only screen and (max-width:380px) {
    h1{
        font-weight: 600 !important;
        font-size: 20px !important;
    }

    .pt30{
        padding-top: 5px !important;
    }

}
