@charset "utf-8";
/* CSS Document */

*{padding:0;margin:0;box-sizing:border-box;}
.pro-icon-h {display:none}
.ftr_nww{width:100%;background:#F9F9F9;padding: 35px 0px;margin-top:20px;}
.col_one{width:16%;}
.scl_md{width:100%;}
.scl_md {
    width: 100%;
    margin-top: 15px;
}
.scl_md ul {
    margin: 0;
    padding: 0;
}
.scl_md ul li{list-style:none;display:inline-block;margin-right: 5px;}
.col_two{width: 15%;}
.ftr_tle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.col_two ul, .col_three ul{margin:0;padding:0;}
.col_two ul li, .col_three ul li {
    list-style: none;
    padding: 2px 0px;
}
.col_two ul li a{
    color:#696562;
    text-decoration: none;
    font-size: 15px;
}
.col_three{width:35%;}
.col_three ul li{font-size:15px;color:#696562;display: flex;align-items: center;padding:7px 0px;}
.col_three ul li img{margin-right:5px;}
.col_fr{width:25%;display: flex;padding-top: 52px;}
.col_fr p{font-size:15px;color:#696562;}
.innerWrap2 {
    width: 1200px;
    margin: 26px auto;}
.item a{text-decoration:none !important;}
.jsb {
    justify-content: space-between;
}
.flx {
    display: flex;
}

.ft12 {
    width: 90%;
    margin: auto;
    font-size: 11px;
    text-align: justify;
    position: relative;
    display: block;
    color: #696562;
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}
.col_frs ul li a, .col_twoe ul li a {
    color: #696562;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 8px;
    display: flex;
    width: 100%;
}
.col_twoe {
    width: 20%;
}
.col_frs {
    width: 20%;
    display: flex;
    padding-top: 0;
}
ul{
    list-style: none;
}
@media only screen and (min-width:150px) and (max-width:850px){
.innerWrap2 {
    width: 100%;
	flex-flow: column;
}
.ftr_nww {
    padding: 6px 0px;
    margin-top: 20px;
}
.col_two,.col_one,.col_three, .m_hide {display:none}
.col_fr {
    width: 100%;
    display: flex;
    padding-top: 0;
    justify-content: center;
}
.col_fr p {
    font-size: 13px;
    color: #696562;
}
}
