html,body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
    cursor:pointer;
}

input {
    border: 0;
}

input:focus {
    outline: none;
    border: 0;
}

ul li {
    list-style: none;
}

address {
    font-style: normal;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-size: .16rem;
}
/*分割线*/
p.line {
    height: 1px;
    background-color: #ddd;
}

.detail_fj li a {
    word-break: break-all;
}

main {
    display: block;
}

img {
    border: 0;
    vertical-align: middle;
}

.centerWidth {
    width: 1200px;
    margin: 0 auto;
    width: 12rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*轮播图*/
.fade-box,
.fade-img{
    height: 391px;
    height: 3.91rem;
    width: 631px;
    width: 6.31rem;
    position: relative;
    overflow: hidden;
}
.fade-img a{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.fade-img img{
    display: block;
    height: 100%;
    width: 100%;
}
.fade-txt{
    height: 40px;
    height: .4rem;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.fade-txt a{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-size: .14rem;
    line-height: 40px;
    line-height: .4rem;
    padding-left: 20px;
    padding-left: .2rem;
}
.dy-num{
    position: absolute;
    bottom: 5px;
    bottom: .05rem;
    right: 130px;
    right: 1.3rem;
}
.dy-num span{
    color: #fff;
}
.dy-index{
    font-size: 26px;
    font-size: .26rem;
}
.fade-num{
    position: absolute;
    bottom: 15px;
    bottom: .15rem;
    right: 20px;
    right: .2rem;
    font-size: 0px;
}
.fade-num span{
    display: inline-block;
    height: 10px;
    height: .1rem;
    width: 10px;
    width: .1rem;
    border-radius: 50%;
    background: #fff;
    margin-left: 8px;
    margin-left: .08rem;
    cursor: pointer;
}
.fade-num span.cur{
    background: #0b67d4;
}
.fade-btn{
    position: absolute;
    height: 70px;
    height: .7rem;
    width: 35px;
    width: .35rem;
    font-size: 40px;
    font-size: .4rem;
    color: #fff;
    margin-top: -35px;
    margin-top: -.35rem;
    text-align: center;
    line-height: 70px;
    line-height: .7rem;
    top: 50%;
    background: url(../images/banner-opbg40.png);
    cursor: pointer;
    display: none;
}
.fade-left{
    left: 0px;
}
.fade-right{
    right: 0px;
}
.fade-box:hover .fade-btn{
    display: block;
}

/*轮播图2*/
.banner-box,
.banner-img{
    height: 370px;
    width: 600px;
    position: relative;
    overflow: hidden;
}
.banner-img a{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.banner-img img{
    display: block;
    height: 100%;
    width: 100%;
}
.banner-txt{
    height: 40px;
    width: 100%;
    background: url(../images/banner-opbg40.png);
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.banner-txt a{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
}
.banner-num{
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 0px;
}
.banner-num span{
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    margin-left: 8px;
    cursor: pointer;
}
.banner-num span.cur{
    background: red;
}
.banner-index{
    position: absolute;
    bottom:10px;
    right: 140px;
}
.banner-index span{
    color: #fff;
    font-size: 14px;
}
.banner-index span.ban-dy{
    font-size: 18px;
}
.banner-btn{
    position: absolute;
    height: 70px;
    width: 35px;
    font-size: 40px;
    color: #fff;
    margin-top: -35px;
    text-align: center;
    line-height: 70px;
    top: 50%;
    background: url(../images/banner-opbg40.png);
    cursor: pointer;
    display: none;
}
.banner-left{
    left: 0px;
}
.banner-right{
    right: 0px;
}
.banner-box:hover .banner-btn{
    display: block;
}

/*tab切换*/
.tab-list-bool{
    font-size:28px;
    font-size: .28rem;
    margin-top: 30px;
    margin-top: .3rem;
}
.tab-list-bool li{
    margin-right: 57px;
    margin-right: .57rem;
    float: left;
}

.tab-list-bool a{
    float: left;
    line-height: 58px;
    line-height: .58rem;
    text-align: center;
    position: relative;
}
.tab-list-bool li a img{
    display: none;
    bottom: -11px;
    bottom: -0.11rem;
    position: absolute;
    width: 12px;
    width: .12rem;
    left: 50%;
    margin-left: -6px;
    margin-left: -0.06rem;
}
.tab-list-bool a:hover{
    text-decoration: none;
    color: #1764ce;
}
.tab-list-bool .cur a{
    color: #1764ce;
    border-bottom: 5px solid #1764ce;
    border-bottom: .05rem solid #1764ce;
}
.tab-list-bool .cur a img{
    display: block;
}
.tab-group{
    margin-top: 40px;
    margin-top: .4rem;
}
.tab-item>li {
    /* background: url(../images/point.png) no-repeat 0px center; */
    background-size: 5px;
    padding-left: 20px;
    padding-left: .2rem;
    position: relative;
}
.tab-item>li:before{
    display: inline-block;
    content: "";
    height: 6px;
    width: 6px;
    background: #c2cdd7;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 2px;
    top: 50%;
    margin-top: -3px;
}
.tab-item a{
    float: left;
    line-height: 48px;
    line-height: .48rem;
    color: #222;
    font-size: 16px;
    font-size: .16rem;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab-item a:hover{
    color: #1764ce;
}
.tab-item span{
    float: right;
    line-height: 36px;
    line-height: .36rem;
    color: #999;
    font-size: 14px;
    font-size: .14rem;
}

/*通用概览*/
.common-main{
    width: 1110px;
    width: 11.1rem;
    padding: 0px 45px 30px;
    padding: 0px .45rem .3rem;
    margin: 0 auto;
    background: #fff;
}
.common-main .common-list ul{
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    padding: .3rem 0;
}
.common-main .common-list ul li{
    line-height: 50px;
    line-height: .5rem;
    position: relative;
    padding-left: 20px;
    padding-left: .2rem;
    font-size: 16px;
    font-size: .16rem;
}
.common-main .common-list ul li:before{
    display: inline-block;
    content: "";
    height: 6px;
    width: 6px;
    background: #c2cdd7;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    margin-top: -3px;
    margin-top: -0.03rem;
}
.common-main .common-list ul li:after{
    display: table;
    content: "";
    line-height: 0;
    clear: both;

}
.common-main .common-list ul li a{
    color: #333;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 9.7rem;
}
.common-main .common-list ul li a:hover{
    color: #1764ce;
}
.common-main .common-list ul li span{
    float: right;
    color: #999;
    text-align: right;
}

/*通用细览*/
table tr td, table {
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.content .left table{
    margin: 0 auto;
}

.content .left p{
    margin-bottom: 20px;
    line-height: 1.75em;
    font-size: 16px;
    font-family: '宋体';
}


.common-detail{
    background: #f2f2f2;
}
.cwx-xlbox2 {
    overflow: hidden;
    clear: both;
    font-size: .16rem;
}
.cwx-xlbox2 .content-box1 {
    color: #333;
}
.cwx-xlbox2 .content-box1 .article-box {
    text-align: left;
}
.cwx-xlbox2 .content-box1 .article-box .cwx-msgs {
    /*font-size: 16px;*/
    padding: 10px 0;
    padding: .1rem 0;
    line-height: 36px;
    line-height: .36rem;
    text-align: center;
    color: #999;
    border-bottom: 1px solid #eee;
}
.cwx-xlbox2 .content-box1 .article-box .cwx-msgs span {
    padding: 0 5px;
}
.cwx-xlbox2 .content-box1 .article-box .cwx-msgs .rt a {
    margin: 0 3px;
}
.cwx-xlbox2 .content-box1 .article-box .cwx-msgs .rt a.dyzw {
    margin-right: 10px;
}
.cwx-xlbox2 .content-box1 .article-box .cwx-msgs .rt a:hover {
    text-decoration: underline;
}
.cwx-xlbox2 .content-box1 .article-box .c-txt {
    color: #333;
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
    margin-top: .2rem;
    overflow: hidden;
}
.cwx-xlbox2 .content-box1 .article-box .c-txt a:hover {
    color: #1258AD;
}
.cwx-xlbox2 .content-box1 .article-box .c-txt img{
    max-width: 100%;
    margin: 0 auto;
}
.cwx-xlbox2 .content-box1 .article-box h2.title {
    font-weight: normal;
    font-size: 30px;
    font-size: .3rem;
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: .1rem;
}

/*新的分页样式*/
#page {
    font-size: 0;
    text-align: center;
    clear: both;
    overflow: hidden;
    margin: 50px auto;
    margin: .5rem auto;
}
#page .disabled {
    pointer-events: none;
    color: #8a8a8a;
}
#page a:hover,
#page span:hover {
    border: 1px solid #1258AD;
    text-decoration: none;
    color: #1258AD;
}
#page span span:hover {
    border: 0;
}
#page a,
#page span {
    font-size: 14px;
    font-size: .14rem;
    display: inline-block;
    zoom: 1;
    border: 1px solid #E1E1E1;
    padding: 0px 8px;
    padding: 0px .08rem;
    margin: 0 3px 5px 0;
    margin: 0 .03rem .05rem 0;
    line-height: 26px;
    line-height: .26rem;
    height: 26px;
    height: .26rem;
}
#page a span,
#page span span {
    border: 0;
    margin: 0;
}
#page .act {
    background: #1258AD;
    border: 1px solid #1258AD;
    color: #fff !important;
    font-weight: bold;
}
#page select {
    margin: 0 4px;
    margin: 0 .04rem;
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}
#page input {
    width: 24px;
    width: .24rem;
    text-align: center;
    padding: 0 4px;
    padding: 0 .04rem;
    outline: none;
    margin: 0 4px;
    margin: 0 .04rem;
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}
#page .page-prev, #page .page-next{
    display: none;
}
body{
	min-width: auto;
}

/**
** 响应样式 **
*/
html {
    font-size: 100px
}

@media screen and (max-width: 1653px) {
    html {
        font-size: 99.57831325301205px
    }
}

@media screen and (max-width: 1643px) {
    html {
        font-size: 98.97590361445783px
    }
}

@media screen and (max-width: 1633px) {
    html {
        font-size: 98.37349397590361px
    }
}

@media screen and (max-width: 1623px) {
    html {
        font-size: 97.7710843373494px
    }
}

@media screen and (max-width: 1613px) {
    html {
        font-size: 97.16867469879518px
    }
}

@media screen and (max-width: 1603px) {
    html {
        font-size: 96.56626506024096px
    }
}

@media screen and (max-width: 1593px) {
    html {
        font-size: 95.96385542168675px
    }
}

@media screen and (max-width: 1583px) {
    html {
        font-size: 95.36144578313253px
    }
}

@media screen and (max-width: 1573px) {
    html {
        font-size: 94.75903614457831px
    }
}

@media screen and (max-width: 1563px) {
    html {
        font-size: 94.1566265060241px
    }
}

@media screen and (max-width: 1553px) {
    html {
        font-size: 93.55421686746988px
    }
}

@media screen and (max-width: 1543px) {
    html {
        font-size: 92.95180722891566px
    }
}

@media screen and (max-width: 1533px) {
    html {
        font-size: 92.34939759036145px
    }
}

@media screen and (max-width: 1523px) {
    html {
        font-size: 91.74698795180723px
    }
}

@media screen and (max-width: 1513px) {
    html {
        font-size: 91.14457831325301px
    }
}

@media screen and (max-width: 1503px) {
    html {
        font-size: 90.5421686746988px
    }
}

@media screen and (max-width: 1493px) {
    html {
        font-size: 89.93975903614458px
    }
}

@media screen and (max-width: 1483px) {
    html {
        font-size: 89.33734939759036px
    }
}

@media screen and (max-width: 1473px) {
    html {
        font-size: 88.73493975903614px
    }
}

@media screen and (max-width: 1463px) {
    html {
        font-size: 88.13253012048193px
    }
}

@media screen and (max-width: 1453px) {
    html {
        font-size: 87.53012048192771px
    }
}

@media screen and (max-width: 1443px) {
    html {
        font-size: 86.92771084337349px
    }
}

@media screen and (max-width: 1433px) {
    html {
        font-size: 86.32530120481928px
    }
}

@media screen and (max-width: 1423px) {
    html {
        font-size: 85.72289156626506px
    }
}

@media screen and (max-width: 1413px) {
    html {
        font-size: 85.12048192771084px
    }
}

@media screen and (max-width: 1403px) {
    html {
        font-size: 84.51807228915663px;
    }
}

@media screen and (max-width: 1393px) {
    html {
        font-size: 83.91566265060241px
    }
}

@media screen and (max-width: 1383px) {
    html {
        font-size: 83.31325301204819px
    }
}

@media screen and (max-width: 1373px) {
    html {
        font-size: 82.7108433734939px
    }
}

@media screen and (max-width: 1363px) {
    html {
        font-size: 82.10843373493976px
    }
}

@media screen and (max-width: 1353px) {
    html {
        font-size: 81.5060240963855px
    }
}

@media screen and (max-width: 1343px) {
    html {
        font-size: 80.9036144578313px
    }
}

@media screen and (max-width: 1333px) {
    html {
        font-size: 80.3012048192771px
    }
}

@media screen and (max-width: 1323px) {
    html {
        font-size: 79.6987951807229px
    }
}

@media screen and (max-width: 1313px) {
    html {
        font-size: 79.0963855421687px
    }
}

@media screen and (max-width: 1303px) {
    html {
        font-size: 78.4939759036145px
    }
}

@media screen and (max-width: 1293px) {
    html {
        font-size: 77.8915662650602px
    }
}

@media screen and (max-width: 1283px) {
    html {
        font-size: 77.2891566265060px
    }
}

@media screen and (max-width: 1273px) {
    html {
        font-size: 76.6867469879518px
    }
}

@media screen and (max-width: 1263px) {
    html {
        font-size: 76.0843373493976px
    }
}

@media screen and (max-width: 1253px) {
    html {
        font-size: 75.4819277108434px
    }
}

@media screen and (max-width: 1243px) {
    html {
        font-size: 74.8795180722891px
    }
}

@media screen and (max-width: 1233px) {
    html {
        font-size: 74.2771084337349px
    }
}

@media screen and (max-width: 1223px) {
    html {
        font-size: 73.6746987951807px
    }
}

@media screen and (max-width: 1213px) {
    html {
        font-size: 73.0722891566265px
    }
}

@media screen and (max-width: 1203px) {
    html {
        font-size: 72.4698795180723px
    }
}

@media screen and (max-width: 1193px) {
    html {
        font-size: 71.8674698795181px
    }
}

@media screen and (max-width: 1183px) {
    html {
        font-size: 71.2650602409638px
    }
}

@media screen and (max-width: 1173px) {
    html {
        font-size: 70.6626506024096px
    }
}

@media screen and (max-width: 1163px) {
    html {
        font-size: 70.0602409638554px
    }
}

@media screen and (max-width: 1153px) {
    html {
        font-size: 69.4578313253012px
    }
}

@media screen and (max-width: 1143px) {
    html {
        font-size: 68.8554216867470px
    }
}

@media screen and (max-width: 1133px) {
    html {
        font-size: 68.2530120481928px
    }
}

@media screen and (max-width: 1123px) {
    html {
        font-size: 67.6506024096386px
    }
}

@media screen and (max-width: 1113px) {
    html {
        font-size: 67.0481927710843px
    }
}

@media screen and (max-width: 1103px) {
    html {
        font-size: 66.4457831325301px
    }
}

@media screen and (max-width: 1093px) {
    html {
        font-size: 65.8433734939759px
    }
}

@media screen and (max-width: 1083px) {
    html {
        font-size: 65.2409638554217px
    }
}

@media screen and (max-width: 1073px) {
    html {
        font-size: 64.6385542168675px
    }
}

@media screen and (max-width: 1063px) {
    html {
        font-size: 64.0361445783132px
    }
}

@media screen and (max-width: 1053px) {
    html {
        font-size: 63.4337349397590px
    }
}

@media screen and (max-width: 1043px) {
    html {
        font-size: 62.8313253012048px
    }
}

@media screen and (max-width: 1033px) {
    html {
        font-size: 62.2289156626506px
    }
}

@media screen and (max-width: 1023px) {
    html {
        font-size: 61.6265060240964px
    }
}

@media screen and (max-width: 1013px) {
    html {
        font-size: 61.0240963855422px
    }
}

@media screen and (max-width: 1003px) {
    html {
        font-size: 60.4216867469879px
    }
}

@media screen and (max-width: 993px) {
    html {
        font-size: 59.8192771084337px
    }
}

@media screen and (max-width: 983px) {
    html {
        font-size: 59.2168674698795px
    }
}

@media screen and (max-width: 973px) {
    html {
        font-size: 58.6144578313253px
    }
}

@media screen and (max-width: 963px) {
    html {
        font-size: 58.0120481927711px
    }
}

@media screen and (max-width: 953px) {
    html {
        font-size: 57.4096385542169px
    }
}

@media screen and (max-width: 943px) {
    html {
        font-size: 56.8072289156626px
    }
}

@media screen and (max-width: 933px) {
    html {
        font-size: 56.2048192771084px
    }
}

@media screen and (max-width: 923px) {
    html {
        font-size: 55.6024096385542px
    }
}

@media screen and (max-width: 913px) {
    html {
        font-size: 55px
    }
}

@media screen and (max-width: 903px) {
    html {
        font-size: 54.3975903614458px
    }
}

@media screen and (max-width: 893px) {
    html {
        font-size: 53.7951807228916px
    }
}

@media screen and (max-width: 883px) {
    html {
        font-size: 53.1927710843373px
    }
}

@media screen and (max-width: 873px) {
    html {
        font-size: 52.5903614457831px
    }
}

@media screen and (max-width: 863px) {
    html {
        font-size: 51.9879518072289px
    }
}

@media screen and (max-width: 853px) {
    html {
        font-size: 51.3855421686747px
    }
}

@media screen and (max-width: 843px) {
    html {
        font-size: 50.7831325301205px
    }
}

@media screen and (max-width: 833px) {
    html {
        font-size: 50.1807228915663px
    }
}

@media screen and (max-width: 823px) {
    html {
        font-size: 49.5783132530120px
    }
}

@media screen and (max-width: 813px) {
    html {
        font-size: 48.9759036144578px
    }
}

@media screen and (max-width: 803px) {
    html {
        font-size: 48.3734939759036px
    }
}

@media screen and (max-width: 793px) {
    html {
        font-size: 47.7710843373494px
    }
}

@media screen and (max-width: 783px) {
    html {
        font-size: 47.1686746987952px
    }
}

@media screen and (max-width: 773px) {
    html {
        font-size: 46.5662650602410px
    }
}
.hover:hover,a.hover:hover {
    cursor: pointer!important;
    font-weight: bold!important;
    text-decoration: none!important;
    color: #1764ce!important;
}

.hover-underline:hover {
    cursor: pointer!important;
    color: #1764ce!important;
    text-decoration: underline!important;
}

@media screen and (max-width: 768px) {
    html {
        /*font-size: 55.9391770216306px;*/
        /*font-size: calc(100vw * (14 / 105)) !important;//手机端自适应*/
        font-size: 50px;
    }
    body {
        font-family: "Microsoft YaHei";
        font-size: .32rem;
    }
    .tab-item>li{
        padding-left: 3%;
    }
    .common-main{
        width: auto;
    }
    .common-main .common-list ul{
        padding: 0;
        border-bottom: none;
    }
    .common-main .common-list ul li{
        border-bottom: 1px solid #eee;
        padding: .3rem 0 .3rem 3%;
    }
    .common-main .common-list ul li a{
        font-size: .32rem;
        max-width: none;
        white-space: unset;
        text-overflow: unset;
        overflow: unset;
        float: unset;
    }
    .common-main .common-list ul li span{
        font-size: .3rem;
    }
    .common-main .common-list ul li:before{
        top: .5rem;
        margin-top: 0;
        width: 4px;
        height: 4px;
        background: #c2cdd7!important;
    }

    .l-page a,.l-page .go-page, .l-page .go-page-action, #page a, #page>span{
        display: none;
    }
    #page {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .l-page .yj-pga0, .l-page .yj-pga8, #page .page-prev, #page .page-next{
        display: inline-block;
        width: 1.4rem;
        height: .5rem;
        line-height: .5rem;
        text-align: center;
        font-size: .3rem;
        color: #1653a7;
        background: rgba(23, 100, 206, 0.1);
    }
    #page .page-prev.disabled, #page .page-next.disabled{
        background: #fff;
        color: #E1E1E1;
    }
    .bread-crumbs{
        border-bottom: 1px #eee solid;
        font-size: 0.28rem;
    }
    .cwx-xlbox2 .content-box1 .article-box h2.title {
        font-size: .4rem;
        color: #333333;
        padding: .37rem 0;
        margin-bottom: 0;
    }
    .cwx-xlbox2 .content-box1 .article-box .cwx-msgs span {
        font-size: .3rem;
        padding: 0;
    }
    .cwx-xlbox2 .content-box1 .article-box .cwx-msgs span.lf {
        display: inline-block;
        width: 100%;
    }

    .cwx-xlbox2 .content-box1 .article-box .cwx-msgs>span.lf {
        display: flex;
        flex-direction: column;
        line-height: .48rem;
    }

    .cwx-xlbox2 .content-box1 .article-box .cwx-msgs span:nth-child(1) {
        float: left;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        text-align: left;
    }
    .cwx-xlbox2 .content-box1 .article-box .cwx-msgs span:nth-child(3) {
        float: left;
        padding-left: 0;
    }
    .cwx-xlbox2 .content-box1 .article-box .cwx-msgs div.rt {
        display: none;
    }
    .centerWidth{
        width:100%;
    }
    .cwx-xlbox2 .content-box1{
        padding: 0;
    }
}

@media screen and (max-width: 374px) {
    html{
        font-size: 43.75px;
    }
}

