body {

    margin: 0;

    padding: 0;

    font-family: '微软雅黑';

    font-size: 14px;

    background-color: rgb(250, 250, 252);

}



a {

    /* color: #ffffff; */

    text-decoration: none;

}





body{margin:0;font-size:16px;font-family:Arial;}

a{cursor:pointer;text-decoration:none;}

div{word-break:break-all;}

img{border:none;}

form,ul,li{margin:0;padding:0;}

ul,li{list-style:none;}

textarea{font-size:12px;}

table{width:100%;border:0;border-collapse:collapse;border-spacing:0;}

td{padding:0;}







a:hover {

    color: #000;

}



ul {

    padding: 0px;

    margin: 0px;

    text-align: left;
    
    font-size: 14px;

}



.container{

         text-align: -webkit-center;

}

.header {

    width: 1300px;    



}

/* li {

    list-style: none;

} */



    .daohang a{

      font-size: 20px;

      color: #000;

     

    }





    .footerbox {

        width: 1200px;

        display: flex;

        min-width: 900px;

        margin-bottom: 40px;

        font-size: 16px;

    }




    .sxx {
        flex: 1;
        background-color: rgb(250, 250, 252);
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

    .dao {
        display: flex;
        align-items: center;
    }



    .tuju {
        margin-right: 5px;
    }

    .imgbox {
        border-top: 5px solid cadetblue;
        /* 避免因窗口变化影响图片效果 */
        width: 100%;
        /* height: 40%; */
        margin: 0 auto;
    }

    .img {
        width: 100%;
        /* height: 40%; */
        margin: 0 auto;
       
    }

    .dizhi {
        background-color: rgb(250, 250, 252);
        /* padding: 10px 10%; */
        display: flex;
        justify-content: center;
    }

    .dizhi-div {
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
        height: 30px;
        margin-bottom: 10px;
        width: 1010px;
        min-width: 1010px;
    }

    .tuwenbox {
        display: flex;
        justify-content: center;
        background-color: rgb(250, 250, 252);
    }

    .tuwen {
        display: flex;
        width: 1010px;
        min-width: 1010px;
        /* justify-content: center; */
        /* padding: 10px 0 10px 0; */
    }

    .tuwen-left {
        width: 480px;
        min-width: 480px;
        background-color: white;

        /* flex: 1; */
    }

    .tuwen-right {
        width: 510px;
        min-width: 510px;
        background-color: rgb(250, 250, 252);
        /* flex: 1; */
        padding: 20px 0 0 20px;
    }

    .imgtu {
        width: 100%;
        margin: 0 auto;
        vertical-align: middle;
    }

    .p1 {
        font-size: 28px;
        font-weight: bold;
    }

    .p2,
    .p4 {
        font-size: 14px;
        font-weight: bold;
    }

    .p3 {
        /* word-break: break-all; 字母换行*/
        word-wrap: break-word;
        font-size: 12px;
        line-height: 30px;
    }

    .ullist {
        /*margin-left: 15px;*/
        margin-bottom: 10px;
    }

    .tuwen-right ul {
        line-height: 20px;
        font-size: 12px;
    }

    .zmd {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .zmd-tubox {
        width: 960px;
        overflow: hidden;
        min-width: 960px;
    }

    .footer {
        display: flex;
        justify-content: space-around;
    }



    .zuidi {
        color: white;
        background-color: black;
        line-height: 80px;
        text-align: center;
    }

    .tuwen {
        display: flex;
        width: 1010px;
        min-width: 1010px;
    }

    .tuwen-tu {
        width: 510px;
        min-width: 510px;
        background-color: white;
    }

    .tuwen-zi {
        width: 490px;
        min-width: 490px;
        background-color: rgb(245, 245, 245);
        padding: 20px 0 0 20px;
    }

    .imgtu {
        width: 100%;
        margin: 0 auto;
        vertical-align: middle;
    }

    .p4 {
        font-size: 19px;
        font-weight: bold;
        color: rgb(80, 187, 89);
        margin: 10px 0;
    }


    .circle {
        /*设置圆点位置*/
        position: absolute;
        /*给子元素设置绝对定位，相对于父元素*/
        left: 50%;
        /*距离父元素内部的右边距离*/
        bottom: 5px;
        /*距离父元素内部的上边距离*/
    }

    .circle span {
        /*设置圆点样式*/
        display: inline-block;
        /*设置a链接为行内块，可以设置宽高，不换行*/
        width: 15px;
        height: 15px;
        border-radius: 50%;
        /*设置圆边，把方形变成圆形*/
        background: rgba(255, 255, 255, 0.5);
        /*背景颜色设置不透明*/
        margin-right: 5px;
        /*设置每个a距离右边5px,圆点之间距离*/

    }
