/*css样式重置*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
html,body{height: 100%;}
body { background:#fff; color:#333; font-size:12px; font-family: Microsoft YaHei,Verdana, Arial, Helvetica, sans-serif; }
td,th,caption { font-size:12px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#333; text-decoration:none; }
a:hover{ text-decoration:none; color:#333;}
a:focus{ text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:12px Microsoft YaHei,Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;;}
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.lf{float:left;}
.rt{float:right;}
.disnone{display:none;}
.ofw_hidden{overflow:hidden;}
.center{text-align:center;}
.bort{border-top:1px solid #999;}
.borl{border-left:1px solid #999;}
.borb{border-bottom:1px solid #999;}
.borr{border-right:1px solid #999;}
.padtb50{padding:50px 0;}
.cpointer{cursor:pointer;}
.dflex{display: flex;}
.width100{width: 100%;}
.bgf5{
    background: #f5f5f5;
}
.bgf1{
    background: #f1f1f1;
}
.bgccc{
    background: #ccc;
}
.bgf3{
    background: #f3f3f3;
}
.bg45{
    background: #454545;
}
.msskbg{
    background: url(../images/index_mssk.jpg) no-repeat;
    background-size: 100% 100%;
}
.font1e{
    color: #1e5199;
}
.bigbluefont{
    font-size: 22px;
    color: #1e5199;
}
.both{
    clear: both;
}
.wh_50{width: 50%}
.wh_60{width: 60%}
.wh_70{width: 70%}
.wh_80{width: 80%}
.wh_90{width: 90%}
.layui-form-item .wh_50{
    width: 50%
}
.m_center{margin: 0px auto}

.layui-bg1{
    background: #fbeeec!important;
}
.layui-bg2{
    background: #e5effd!important;
}
.layui-bg3{
    background: #d0f2e0!important;
}
.layui-bg4{
    background: #e3e8c8!important;
}
.layui-bg5{
    background: #d3dce8!important;
}

@media screen and (max-width: 480px){
    .padtb50{padding:5% 0;}
}
.border_10{
    border-radius: 10px;
}
.lf{
    float: left;
}
.rt{
    float: right;
}
.both{
    clear: both ;
}
.huibg{
    background-color: #F7F9FA;
}
.baibg{
    background-color: #fff;
}
.lanbg{
    background-color: #507BEA;
}
.col_hei{
    color: #010101;
}
.col_lan{
    color: #507BEA;
}
.col_33{
    color: #333;
}
.col_666{
    color: #666;
}
.col_99{
    color: #999;
}
.col_fff{
    color: #fff;
}
.bld{
    font-weight: bold;
}
.col_red{
    color: #FF4040;
}
.layui-center {
    text-align: center;
}
.layui-right {
    text-align: right;
}
/*三行*/
.textOVerThree {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
/*两行*/
.textOVerTwo {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
/*一行*/
.textOVerOne {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
/*公用样式end*/
em.en{font-family: "YourWebFontName";display: inline-block;}
/*公用样式end*/
.mt_150{margin-top:150px;}
.mb_150{margin-bottom:150px;}
.pt_150{padding-top: 150px;}
.pb_150{padding-bottom: 150px;}

.mt_110{margin-top:110px;}
.mb_110{margin-bottom:110px;}
.pt_110{padding-top: 110px;}
.pb_110{padding-bottom: 110px;}

.mt_85{margin-top:85px;}
.mb_85{margin-bottom:85px;}
.pt_85{padding-top:85px;}
.pb_85{padding-bottom:85px;}

.mt_80{margin-top:80px;}
.mb_80{margin-bottom:80px;}
.pt_80{padding-top:80px;}
.pb_80{padding-bottom:80px;}

.mt_75{margin-top:75px;}
.mb_75{margin-bottom:75px;}
.pt_75{padding-top: 75px;}
.pb_75{padding-bottom: 75px;}
.mt_60{margin-top: 60px;}
.mb_60{margin-bottom: 60px;}
.pt_60{padding-top: 60px;}
.pb_60{padding-bottom: 60px;}

.mt_55{margin-top:55px;}
.mb_55{margin-bottom:55px;}
.pt_55{padding-top:55px;}
.pb_55{padding-bottom:55px;}
.mt_45{margin-top:45px;}
.mt_40{margin-top:40px;}
.mb_40{margin-bottom:40px;}
.pt_40{padding-top: 40px;}
.pb_40{padding-bottom: 40px;}
.mt_30{margin-top:30px;}
.mb_30{margin-bottom: 30px;}
.pt_30{padding-top: 30px;}
.pb_30{padding-bottom: 30px;}

.mt_25{margin-top:25px;}
.mt_20{margin-top:20px;}
.mt_15{margin-top:15px;}
.mt_10{margin-top:10px;}
.mb_25{margin-bottom:25px;}
.mb_20{margin-bottom:20px;}
.mb_15{margin-bottom:15px;}
.mb_10{margin-bottom:10px;}

.ml_5{margin-left:5px;}
.mr_5{margin-right:5px;}
.ml_10{margin-left:10px;}
.mr_10{margin-right:10px;}
.ml_20{margin-left:20px;}
.mr_20{margin-right:20px;}
.ml_30{margin-left:30px;}
.mr_30{margin-right:30px;}
.ml_40{margin-left:40px;}
.mr_40{margin-right:40px;}
.ml_50{margin-left:50px;}
.mr_50{margin-right:50px;}
.ml_60{margin-left:60px;}
.mr_60{margin-right:60px;}
.ml_70{margin-left:70px;}
.mr_70{margin-right:70px;}
.ml_80{margin-left:80px;}
.mr_80{margin-right:80px;}
.ml_90{margin-left:90px;}
.mr_90{margin-right:90px;}
.ml_100{margin-left:100px;}
.mr_100{margin-right:100px;}

@media only screen and (max-width: 1700px){

    .mt_150{margin-top:120px;}
    .mb_150{margin-bottom:120px;}
    .pt_150{padding-top: 120px;}
    .pb_150{padding-bottom: 120px;}

    .mt_110{margin-top:90px;}
    .mb_110{margin-bottom:90px;}
    .pt_110{padding-top: 90px;}
    .pb_110{padding-bottom: 90px;}

}
@media only screen and (max-width: 1600px){

    .mt_150{margin-top:110px;}
    .mb_150{margin-bottom:110px;}
    .pt_150{padding-top: 110px;}
    .pb_150{padding-bottom: 110px;}

    .mt_110{margin-top:80px;}
    .mb_110{margin-bottom:80px;}
    .pt_110{padding-top: 80px;}
    .pb_110{padding-bottom: 80px;}

}
@media only screen and (max-width: 1500px){

    .mt_150{margin-top:100px;}
    .mb_150{margin-bottom:100px;}
    .pt_150{padding-top: 100px;}
    .pb_150{padding-bottom: 100px;}

    .mt_110{margin-top:70px;}
    .mb_110{margin-bottom:70px;}
    .pt_110{padding-top: 70px;}
    .pb_110{padding-bottom: 70px;}
    .mt_85{margin-top:65px;}
    .mb_85{margin-bottom:65px;}
    .pt_85{padding-top:65px;}
    .pb_85{padding-bottom:65px;}
    .mt_75{margin-top:55px;}
    .mb_75{margin-bottom:55px;}
    .pt_75{padding-top: 55px;}
    .pb_75{padding-bottom: 55px;}
    .mt_60{margin-top: 45px;}
    .mb_60{margin-bottom: 45px;}
    .pt_60{padding-top: 45px;}
    .pb_60{padding-bottom: 45px;}
    .mt_55{margin-top:40px;}
    .mb_55{margin-bottom:40px;}
    .pt_55{padding-top:40px;}
    .pb_55{padding-bottom:40px;}
}
@media only screen and (max-width: 1400px){

    .mt_150{margin-top:90px;}
    .mb_150{margin-bottom:90px;}
    .pt_150{padding-top: 90px;}
    .pb_150{padding-bottom: 90px;}

    .mt_110{margin-top:60px;}
    .mb_110{margin-bottom:60px;}
    .pt_110{padding-top: 60px;}
    .pb_110{padding-bottom: 60px;}
    .mt_85{margin-top:50px;}
    .mb_85{margin-bottom:50px;}
    .pt_85{padding-top:50px;}
    .pb_85{padding-bottom:50px;}
    .mt_75{margin-top:50px;}
    .mb_75{margin-bottom:50px;}
    .pt_75{padding-top: 50px;}
    .pb_75{padding-bottom: 50px;}
    .mt_60{margin-top: 45px;}
    .mb_60{margin-bottom: 45px;}
    .pt_60{padding-top: 45px;}
    .pb_60{padding-bottom: 45px;}
    .mt_55{margin-top:40px;}
    .mb_55{margin-bottom:40px;}
    .pt_55{padding-top:40px;}
    .pb_55{padding-bottom:40px;}
}
@media only screen and (max-width: 1300px){

    .mt_150{margin-top:50px;}
    .mb_150{margin-bottom:50px;}
    .pt_150{padding-top: 50px;}
    .pb_150{padding-bottom: 50px;}

    .mt_110{margin-top:50px;}
    .mb_110{margin-bottom:50px;}
    .pt_110{padding-top: 50px;}
    .pb_110{padding-bottom: 50px;}
    .mt_85{margin-top:50px;}
    .mb_85{margin-bottom:50px;}
    .pt_85{padding-top:50px;}
    .pb_85{padding-bottom:50px;}
    .mt_75{margin-top:50px;}
    .mb_75{margin-bottom:50px;}
    .pt_75{padding-top: 50px;}
    .pb_75{padding-bottom: 50px;}
    .mt_60{margin-top: 45px;}
    .mb_60{margin-bottom: 45px;}
    .pt_60{padding-top: 45px;}
    .pb_60{padding-bottom: 45px;}
    .mt_55{margin-top:40px;}
    .mb_55{margin-bottom:40px;}
    .pt_55{padding-top:40px;}
    .pb_55{padding-bottom:40px;}
}


@media only screen and (max-width: 1200px){
    .line_height21{line-height: 1.8}

    .mt_60{margin-top: 30px;}
    .mb_60{margin-bottom: 30px;}
    .pt_60{padding-top: 30px;}
    .pb_60{padding-bottom: 30px;}
    .mt_55{margin-top:30px;}
    .mb_55{margin-bottom:30px;}
    .pt_55{padding-top:30px;}
    .pb_55{padding-bottom:30px;}
    .mt_45{margin-top:30px;}
    .mt_40{margin-top:20px;}
    .mb_40{margin-bottom:20px;}
    .pt_40{padding-top: 20px;}
    .pb_40{padding-bottom: 20px;}
    .mt_30{margin-top:20px;}
    .mb_30{margin-bottom: 20px;}
    .pt_30{padding-top: 20px;}
    .pb_30{padding-bottom: 20px;}
    .mt_25{margin-top:20px;}
    .mt_20{margin-top:15px;}
    .mt_15{margin-top:10px;}
}
@media only screen and (max-width: 1000px){
    .mt_150{margin-top:30px;}
    .mb_150{margin-bottom:30px;}
    .pt_150{padding-top: 30px;}
    .pb_150{padding-bottom: 30px;}

    .mt_110{margin-top:30px;}
    .mb_110{margin-bottom:30px;}
    .pt_110{padding-top: 30px;}
    .pb_110{padding-bottom: 30px;}
    .mt_85{margin-top:30px;}
    .mb_85{margin-bottom:30px;}
    .pt_85{padding-top:30px;}
    .pb_85{padding-bottom:30px;}
    .mt_75{margin-top:20px;}
    .mb_75{margin-bottom:20px;}
    .pt_75{padding-top: 20px;}
    .pb_75{padding-bottom: 20px;}
    .mt_60{margin-top: 20px;}
    .mb_60{margin-bottom: 20px;}
    .pt_60{padding-top: 20px;}
    .pb_60{padding-bottom: 20px;}
    .mt_55{margin-top:20px;}
    .mb_55{margin-bottom:20px;}
    .pt_55{padding-top:20px;}
    .pb_55{padding-bottom:20px;}
    .mt_30{margin-top:15px;}
    .mb_30{margin-bottom: 15px;}
    .pt_30{padding-top: 15px;}
    .pb_30{padding-bottom: 15px;}
    .mt_25{margin-top:15px;}
}
@media only screen and (max-width: 767px){
    .line_height21{line-height: 1.6}
    .line_height19{line-height: 1.4}

    .mt_150{margin-top:30px;}
    .mb_150{margin-bottom:30px;}
    .pt_150{padding-top: 30px;}
    .pb_150{padding-bottom: 30px;}

    .mt_110{margin-top:20px;}
    .mb_110{margin-bottom:20px;}
    .pt_110{padding-top: 20px;}
    .pb_110{padding-bottom: 20px;}
    .mt_85{margin-top:20px;}
    .mb_85{margin-bottom:20px;}
    .pt_85{padding-top:20px;}
    .pb_85{padding-bottom:20px;}
    .mt_45{margin-top:20px;}
    .mt_40{margin-top:15px;}
    .mb_40{margin-bottom:15px;}
    .pt_40{padding-top: 15px;}
    .pb_40{padding-bottom: 15px;}
    .mt_30{margin-top:10px;}
    .mb_30{margin-bottom: 10px;}
    .pt_30{padding-top: 10px;}
    .pb_30{padding-bottom: 10px;}
    .mt_25{margin-top:5px;}
    .mt_20{margin-top:5px;}
    .mt_15{margin-top:5px;}

}
/*font-size*/
.fnt_12 { font-size:12px;}
.fnt_14 { font-size:14px;}
.fnt_16 { font-size:16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_22 { font-size:22px;}
.fnt_24 { font-size:24px;}
.fnt_26 { font-size:26px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_32 { font-size:32px;}
.fnt_34 { font-size:34px;}
.fnt_36 { font-size:36px;}
.fnt_38 { font-size:38px;}
.fnt_40 { font-size:40px;}

.fnt_42 { font-size:42px;}
.fnt_44 { font-size:44px;}
.fnt_46 { font-size:46px;}
.fnt_48 { font-size:48px;}
.fnt_50 { font-size:50px;}
.fnt_52 { font-size:52px;}
.fnt_54 { font-size:54px;}
.fnt_56 { font-size:56px;}
.fnt_58 { font-size:58px;}
.fnt_60 { font-size:60px;}
.fnt_80 { font-size:80px;}

@media only screen and (max-width: 1500px) {
    .fnt_20 { font-size:18px;}
    .fnt_22 { font-size:18px;}
    .fnt_24 { font-size:20px;}
    .fnt_26 { font-size:24px;}
    .fnt_28 { font-size:24px;}
    .fnt_30 { font-size:30px;}
    .fnt_32 { font-size:30px;}
    .fnt_34 { font-size:30px;}
    .fnt_36 { font-size:32px;}
    .fnt_38 { font-size:32px;}
    .fnt_40 { font-size:34px;}

    .fnt_42 { font-size:34px;}
    .fnt_44 { font-size:34px;}
    .fnt_46 { font-size:36px;}
    .fnt_48 { font-size:36px;}
    .fnt_50 { font-size:38px;}
    .fnt_52 { font-size:38px;}
    .fnt_54 { font-size:38px;}
    .fnt_56 { font-size:40px;}
    .fnt_58 { font-size:40px;}
    .fnt_60 { font-size:50px;}
    .fnt_80 { font-size:70px;}
}
@media only screen and (max-width: 1400px) {
    .fnt_18 { font-size:16px;}
    .fnt_20 { font-size:16px;}
    .fnt_24 { font-size:18px;}
    .fnt_26 { font-size:20px;}
    .fnt_28 { font-size:20px;}
    .fnt_30 { font-size:24px;}
    .fnt_32 { font-size:24px;}
    .fnt_34 { font-size:24px;}
    .fnt_36 { font-size:26px;}
    .fnt_38 { font-size:26px;}
    .fnt_40 { font-size:30px;}

    .fnt_42 { font-size:30px;}
    .fnt_44 { font-size:30px;}
    .fnt_46 { font-size:32px;}
    .fnt_48 { font-size:32px;}
    .fnt_50 { font-size:34px;}
    .fnt_52 { font-size:34px;}
    .fnt_54 { font-size:34px;}
    .fnt_56 { font-size:36px;}
    .fnt_58 { font-size:36px;}
    .fnt_60 { font-size:38px;}
    .fnt_80 { font-size:56px;}
}
@media only screen and (max-width: 1200px) {
    .fnt_24 { font-size:18px;}
    .fnt_20 { font-size:16px;}
}

@media only screen and (max-width: 1024px) {
    .fnt_18 { font-size:16px;}
    .fnt_20 { font-size:16px;}
    .fnt_24 { font-size:18px;}
    .fnt_26 { font-size:20px;}
    .fnt_28 { font-size:20px;}
    .fnt_30 { font-size:20px;}
    .fnt_32 { font-size:20px;}
    .fnt_34 { font-size:20px;}
    .fnt_36 { font-size:22px;}
    .fnt_38 { font-size:22px;}
    .fnt_40 { font-size:26px;}

    .fnt_42 { font-size:26px;}
    .fnt_44 { font-size:26px;}
    .fnt_46 { font-size:28px;}
    .fnt_48 { font-size:28px;}
    .fnt_50 { font-size:30px;}
    .fnt_52 { font-size:30px;}
    .fnt_54 { font-size:30px;}
    .fnt_56 { font-size:32px;}
    .fnt_58 { font-size:32px;}
    .fnt_60 { font-size:34px;}
    .fnt_80 { font-size:50px;}
}
@media only screen and (max-width: 950px) {
    .fnt_14 { font-size:12px;}
    .fnt_16 { font-size:14px;}
    .fnt_18 { font-size:14px;}
    .fnt_20 { font-size:14px;}
    .fnt_22 { font-size:16px;}
    .fnt_24 { font-size:16px;}
    .fnt_26 { font-size:18px;}
    .fnt_28 { font-size:18px;}
    .fnt_30 { font-size:18px;}
    .fnt_32 { font-size:22px;}
    .fnt_34 { font-size:22px;}
    .fnt_36 { font-size:24px;}
    .fnt_38 { font-size:24px;}
    .fnt_40 { font-size:24px;}

    .fnt_42 { font-size:24px;}
    .fnt_44 { font-size:24px;}
    .fnt_46 { font-size:24px;}
    .fnt_48 { font-size:26px;}
    .fnt_50 { font-size:26px;}
    .fnt_52 { font-size:26px;}
    .fnt_54 { font-size:28px;}
    .fnt_56 { font-size:28px;}
    .fnt_58 { font-size:28px;}
    .fnt_60 { font-size:30px;}
    .fnt_80 { font-size:40px;}
}
@media only screen and (max-width: 767px) {
    .guans img {
        width: 100%;
    }
    .fnt_14 { font-size:12px;}
    .fnt_16 { font-size:14px;}
    .fnt_18 { font-size:14px;}
    .fnt_20 { font-size:14px;}
    .fnt_22 { font-size:14px;}
    .fnt_24 { font-size:14px;}
    .fnt_26 { font-size:14px;}
    .fnt_28 { font-size:14px;}
    .fnt_30 { font-size:16px;}
    .fnt_32 { font-size:16px;}
    .fnt_34 { font-size:16px;}
    .fnt_36 { font-size:16px;}
    .fnt_38 { font-size:16px;}
    .fnt_40 { font-size:20px;}
    .fnt_42 { font-size:20px;}
    .fnt_44 { font-size:20px;}
    .fnt_46 { font-size:20px;}
    .fnt_48 { font-size:20px;}
    .fnt_50 { font-size:22px;}
    .fnt_52 { font-size:22px;}
    .fnt_54 { font-size:22px;}
    .fnt_56 { font-size:22px;}
    .fnt_58 { font-size:22px;}
    .fnt_60 { font-size:22px;}
    .fnt_80 { font-size:30px;}
}
