body,
ul,
li,
dl,
dt,
dd,
p,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
table,
fieldset,
legend {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
}

img,
fieldset {
    border: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

body {
    font-size: 16px;
    font-family: "MicrosoftYaHei-Bold";
}

input,
a {
    outline: none;
}

img {
    display: inline-block;
    vertical-align: middle;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

body {
   
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #F4F4F4;
}

.main {
    min-width: 1200px;
    overflow: hidden;
}

#main_con {
    width: 1200px;
    margin: 0 auto 20px auto;
    overflow: hidden;
}


/*页脚*/

.other_websites {
    width: 100%;
    height: 50px;
    background-color: #dcdcdc;
}

.websites_link {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin: auto;
    box-sizing: border-box;
}

.websites_link ul li {
    cursor: pointer;
    position: relative;
    float: left;
    width: 280px;
    /*margin-left: 20px;*/
    /*margin-right: 50px;*/
    /*background: url(../../images/websitejt.png) no-repeat right;*/
    /*background-repeat: no-repeat;*/
    /*background-position-x: 105px;*/
    /*background-position-y: 23px;*/
}
.websites_link ul li>span{
    position: absolute;
   top: 16px;
    display: inline-block;width: 20px;height: 20px;
    background: url(../../images/websitejt.png) no-repeat right;}

.websites_link ul li:hover .websites_friend {
    display: block;
}

.websites_friend {
    display: none;
    position: absolute;
    top: 50px;
    width: 200px;
    height: 200px;
    border: 1px solid #cccccc;
    background-color: #fff;
    overflow-x: auto;
    border: none;
    box-shadow: 0 0 5px 0px #000;
    z-index: 100;
}

.websites_friend a {
    display: block;
    white-space: nowrap;
    line-height: 35px;
    text-indent: 10px;
}

.websites_friend a:hover {
    background-color: #dcdcdc;
}


/*页脚所有信息*/

.about {
    background-color: #e5e5e5;
}

.about_content {
    width: 1200px;
    height: 211px;
    box-sizing: border-box;
    padding: 15px 20px 20px 20px;
    margin: auto;
    overflow: hidden;
}

.about_content_merge {
    overflow: hidden;
}

.about_content ul {
    float: left;
    list-style-type: none;
    font-size: 14px;
    margin-right: 80px;
}

.about_content ul li {
    height: 25px;
    line-height: 25px;
}

.about_cotent1 span {
    margin: 0 5px;
}

.about_cotent2 span {
    margin-right: 15px;
}

.about_cotent3 span {
    margin-right: 20px;
}

.report {
    padding-top: 20px;
}

.report img {
    margin-right: 8px;
}

.xs-show {
    display: none;
}
.main，.main #main_con,.main #main_con .floor,.main #main_con .floor .bottomwrap{
    overflow: unset;
}


/*页脚所有信息*/


/*页脚*/

@media screen and (max-device-width:768px) {
    .foot_icon{display:block;width: 100%;margin: 0 auto}
    .about{padding: 5%;text-align: center}
    .main {
        min-width: 100%;
    }
    #main_con {
        width: 100%;
        height: auto;
        padding: 10px 10px 20px 10px;
        margin-bottom: 0;
        box-sizing: border-box;
        background-color: #FFFFFF;
    }
    .other_websites {
        display: none;
    }
    .report,

    .about_content {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .about_content ul li{height: auto}
    .xs-show {
        text-align: center;
        padding: 0px 10px;
        line-height: 40px;
        background-color: #e5e5e5;
    }
    .xs-show span {
        margin-left: 5px;
    }
    #topNewInfoImg {
    position: fixed;
    width: 52%;
    height: 400px;
    bottom: 0;
    right: 0;
    background: url(./pc2024/images/index/newTopG.png) no-repeat;
    background-size: 100% 100%;
}
}