*{margin:0px;padding:0px;}
body{font-family: "Microsoft YaHei","微软雅黑","simsun","sans-serif","Hiragino Sans GB","STHeiti",Arial;background-color:#fff;font-size:85%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;position: relative;}
h1,h2,h3,h4,h5,h6,em{font-weight:normal;font-style:normal;}
table,td,tr{border:none;border-collapse:collapse;}
ul,li,ol{list-style:none;}
img,fieldset{border:medium none;display:block;}
img{vertical-align:left;}
a{outline:none;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;cursor: pointer;}
a:link,a:visited{color:#333;text-decoration:none;}
a:hover,a:active{color:#b30000;text-decoration:underline;}
a.ani{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
.clear{clear:both;width:1px;overflow:hidden;height:0;}
.clearfix{*zoom: 1;}
.clearfix:after{clear: both;display: block;overflow: hidden;height: 0;visibility: hidden;content: ".";}
.hidden{display:none;}
.pull-left,.fl{float: left;}
.pull-right,.fr{float: right;}
.fdn{font-size: 0;text-indent: -999em;line-height: 0;}
.text-overflow{overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
h1{display: block;font-size: 0;line-height: 0px;text-indent: -999em;}
/*
    省略号css：
    panA:
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    panB:
    height:px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
*************************************************    
    半透黑色背景（且兼容ie）
    background: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
*/
/*margin*/
.mt10{margin-top: 10px;} .mt20{margin-top: 20px;}

.wrap{background: url(images/bg.jpg) no-repeat center top;padding-bottom: 0;}
.banner,.banner img,.col{width: 1200px;margin:0 auto;overflow: hidden;}
.flex_SpaceBetween{
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
}



.banner{
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #333373;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-col{
    box-sizing: border-box;
    padding: 80px 64px;
    background: #fff;
    padding-bottom: 176px;
}
.link-col .box{
    background: #fff;
    clear: both;
    display: block;
    overflow: hidden;
    padding-left: 2px;
}


.col{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none; 
    pointer-events:none;
}
.link-col ul li{
    display: inline-block;
    color: #444;
    margin: 14px -2px;
    font-size: 16px;
}

@media screen and (max-width: 768px){
    .wrap,.banner, .banner img, .col{
        width: 100%;
    }
    .link-col{
        padding: 26px;
    }
    .banner{
        font-size: 28px;
    }
    .link-col ul li{
        font-size: 15px;
        margin: 10px 1px;
    }
    .link-col .box{
        padding: 0;
    }
}
@media screen and (max-width: 360px){
    .banner{
        font-size: 27px;
    }
    .link-col ul li{
        font-size: 14px;
    }
}
@media screen and (max-width: 320px){
    .banner{
        font-size: 26px;
    }
    .link-col ul li{
        font-size: 13px;
    }
}