html,body,head,div,ul,ol,li{
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft Yahei",STHeiti,SimSun,sans-serif;
}
body{
    background-color: #f4f9fe;
}
.top{
    background-color: #ffffff;
    height: 80px;
    z-index: 2;
    position: fixed;
    width: 100%;
    text-align: center;
}
.tops{
    height: 80px;
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration:underline;
}
.webwidth{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.daohang{
    width: 85px;
    float: right;
    text-align: center;
    margin-left: 10px;
    margin-top: 30px;
}
.daohang a{
    color: #3a6dd5;
    font-size: 16px;
}
.daohang a:hover{
    color: #3a6dd5;
    font-size: 16px;
}
.login{
    width: 100px;
    float: right;
    text-align: center;
    margin-left: 10px;
    margin-top: 25px;
    color: #ffffff;
    font-size: 16px;
    background-color: #528be4;
    border-radius: 16px;
    line-height: 30px;
}
.login a{
    color: #ffffff;
    font-size: 16px;
}
.login a:hover{
    color: #ffffff;
    font-size: 16px;
}
.logins{
    width: 150px;
    float: right;
    text-align: center;
    margin-left: 10px;
    margin-top: 25px;
    color: #ffffff;
    font-size: 16px;
    background-color: #019401;
    border-radius: 16px;
    line-height: 30px;
}
.logins a{
    color: #ffffff;
    font-size: 14px;
}
.logins a:hover{
    color: #ffffff;
    font-size: 14px;
}
.sousuo{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 40px;
}
.sousuo_t{
    border: #4484f7 solid 1px;
    float: left;
    width: 79%;
    height: 50px;
    border-radius: 25px 0 0 25px;
    background-color: #ffffff;
}
.sousuo_t input{
    width: 90%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border: 0px;
    border-radius: 25px 0 0 25px;
    margin-left: 6%;
    text-align: left;
}
.sousuo_b{
    width: 20%;
    float: left;
    color: #ffffff;
    background-color: #4484f7;
    line-height: 52px;
    height: 52px;
    text-align: center;
    border-radius: 0 25px 25px 0;
    font-size: 18px;
    cursor: pointer;
}
.remen{
    color: #4484f7;
    margin-top: 10px;
    margin-left: 20px;
    width: 100%;
    float: left;
}
.remen a{
    color: #4484f7;
}
.remen a:hover {
    color: #4484f7;
}
.xinxi{
    margin-top: 30px;
}
.xinxis{
    position: relative;
    width: 100%;
    min-height: 710px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 6px 10px 17px 0 rgb(1 69 133 / 21%);
}
.xinxi_l{
    float: left;
    width: 48%;
}
.xinxi_r{
    float: right;
    width: 48%;
}
.xinxi_s{
    width: 100%;
    overflow: hidden;
}
.title{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #266ddc;
    margin-top: 20px;
}
.more{
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #266ddc;
}
.more a{
    color: #266ddc;
    font-size: 14px;
}
.more a:hover {
    color: #266ddc;
    font-size: 14px;
}
.list{
    width: 100%;
    overflow: hidden;
    padding: 30px 20px;
    border-bottom: #f5f5f5 solid 1px;
    box-sizing: border-box;
    display: block;
    transition: all .5s;
}
.list:hover{
    color: #266ddc;
    box-shadow: 6px 10px 17px 0 rgb(1 69 133 / 21%);
}
.list:visited{
    color: #266ddc;
}
.list_l{
    width: 13%;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background-color: #4484f7;
    border-radius: 14px;
    line-height: 28px;
    box-sizing: border-box;
}
.list_c{
    width: 13%;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background-color: #00bb00;
    border-radius: 15px;
    line-height: 28px;
    margin-left: 10px;
    box-sizing: border-box;
}
.list_t{
    width: 61%;
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    box-sizing: border-box;
}
.list_r{
    width: 23%;
    float: right;
    text-align: right;
    font-size: 14px;
    border-radius: 14px;
    line-height: 24px;
    height: 24px;
    box-sizing: border-box;
}
.link{
    text-align: center;
    margin-top: 10px;
    line-height: 30px;
    overflow: hidden;
}
.links{
    text-align: center;
    line-height: 30px;
    overflow: hidden;
}
.links img{
    width: 224px;
    height: 124px;
    margin-right: 15px;
    margin-top: 20px;
}
.link a{
    color: #222222;
    font-size: 14px;
    margin-left: 10px;
    border-right: #222222 solid 1px;
    padding-right: 12px;
}
.link a:link{
    color: #222222;
    font-size: 14px;
}
.link a:hover {
    color: #222222;
    font-size: 14px;
}
.link a:visited {
    color: #222222;
    font-size: 14px;
}
.end{
    width: 100%;
    height: 400px;
    background-color: #30459b;
    margin-top: 50px;
    overflow: hidden;
    display: none;
}
.end_c{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    overflow: hidden;
}
.end_l{
    width: 50%;
    float: left;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    line-height: 28px;
    margin-bottom: 23px;
}
.end_p{
    font-size: 16px;
    margin-bottom: 13px;
}
.end_r{
    width: 50%;
    float: right;
    text-align: right;
}
.end_r a{
    color: #ffffff;
    font-size: 16px;
    margin-left: 20px;
}
.end_r a:hover {
    color: #ffffff;
    font-size: 16px;
}
.end_rs{
    float: right;
    width: 120px;
    margin-top: 20px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-left: 50px;
    line-height: 30px;
}
.end_e{
    width: 100%;
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}
.jing{
    background-color: #ff0000;
    color: #ffffff;
    font-size: 13px;
    padding:3px 5px;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.ends{
    width: 100%;
    height: 400px;
    background-color: #ffffff;
    margin-top: 50px;
    overflow: hidden;
}
.ends_c{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    overflow: hidden;
}
.ends_l{
    width: 40%;
    float: right;
    font-size: 20px;
    /*font-weight: 500;*/
    text-align: center;
    color: #222222;
    line-height: 28px;
    margin-bottom: 23px;
}
.ends_p{
    font-size: 14px;
    margin-bottom: 13px;
}
.ends_r{
    width: 100%;
    text-align: center;
    background-color: #efefef;
    height: 60px;
    line-height: 60px;
    border-top: #cccccc solid 1px;
}
.ends_r a{
    color: #333333;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
}
.ends_r a:hover {
    color: #5384ef;
    font-size: 16px;
}
.ends_rs{
    float: right;
    width: 110px;
    color: #555555;
    font-size: 15px;
    text-align: center;
    margin-left: 40px;
    line-height: 30px;
}
.ends_e{
    width: 15%;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    margin-top: 30px;
    float: left;
}
.extra-wrap { position: fixed; right: 34px; z-index: 9999; bottom: 150px; }
.xiazaiApp { width: 63px; text-align: center; position: relative; }
.xiazaiApp a { display: block; }
.xiazaiApp .title { color: #000000; }
.lianxifangshi { width: 63px; background-color: #FFFFFF; box-shadow: 0px 0px 20px rgba(46, 130, 245, 0.3); border-radius: 32px; margin: 20px 0; padding: 5px 0; }
.lianxifangshi li { text-align: center; padding: 12px 0; border-bottom: 1px solid #EEEEEE; position: relative; margin: 0 5px; }
.lianxifangshi li a { font-size: 12px; display: block; }
.lianxifangshi li a .lxfs_text { color: #000000; margin-top: 5px; }
.lianxifangshi li a span { display: inline-block; }
.lianxifangshi li a .weixin-icon { background: url(/static/tip_07.png) no-repeat; width: 25px; height: 22px; }
.lianxifangshi li a .kefu-icon { background: url(/static/tip2_11.png) no-repeat; width: 25px; height: 26px; }
.lianxifangshi li a:hover .lxfs_text { color: #238aff; }
.lianxifangshi li a:hover .weixin-icon { background: url(/static/tip_07hover.png) no-repeat; }
.lianxifangshi li a:hover .kefu-icon { background: url(/static/tip_10.png) no-repeat; }
.lianxifangshi li .lianxikefu-hover { position: absolute; left: -300px; top: -20px; z-index: 99; display: none; }
.lianxifangshi li.guanzhuweixin a:hover .lxfs_text { color: #FF6500; }
.guanzhuweixin-hover { position: absolute; left: -210px; top: 0px; z-index: 99; }
.guanzhuweixin-hover .guanzhuweixin-hover_cont { width: 175px; padding-top: 20px; padding-bottom: 20px; background-color: #FFFFFF; border-radius: 10px; box-shadow: 0px 0px 20px rgba(46, 130, 245, 0.3); }
.guanzhuweixin-hover .hover-jiantou { margin-top: 20px; }
.guanzhuweixin-hover_cont .gzwx_img { width: 129px; margin-bottom: 10px; }
.guanzhuweixin-hover_cont .gzwx_text1 { color: #000000; font-weight: bold; margin-bottom: 5px; }
.guanzhuweixin-hover_cont .gzwx_text2 { color: #FF6500; }
.fl{float: left;}